e3888a67077bc9d4d6ccfcbaa87814608c4a8150
[gnus] / lisp / ChangeLog
1 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
2  
3         * gnus-agent.el: Don't use `path'.
4         From the GNU coding standards:
5         
6             Please do not use the term ``pathname'' that is used in Unix
7             documentation; use ``file name'' (two words) instead.  We use
8             the term ``path'' only for search paths, which are lists of
9             directory names.
10
11         * nnsoup.el (nnsoup-file-name): Ditto.
12  
13         * nnmail.el (nnmail-pathname-coding-system): Ditto.
14         (nnmail-group-pathname): Ditto.
15  
16         * nnimap.el (nnimap-group-overview-filename): Ditto.
17  
18         * nnheader.el (nnheader-pathname-coding-system): Ditto.
19         (nnheader-group-pathname): Ditto.
20  
21         * nnfolder.el (nnfolder-group-pathname): Ditto.
22  
23         * gnus.el (gnus-home-directory): Ditto.
24  
25         * gnus-group.el (gnus-group-icon-list): Ditto.
26  
27 2003-01-16  Jesper Harder  <harder@ifa.au.dk>
28
29         * gnus-art.el (gnus-mime-print-part): Use mm-handle-media-type.
30
31         * message.el (message-mode-menu): Use it.
32         (message-mode-menu): Deactivate "Yank Original" if there's no
33         reply buffer.
34
35         * messagexmas.el (message-xmas-redefine): Redefine in XEmacs.
36
37         * message.el (message-mark-active-p): New function.
38
39 2003-01-15  Teodor Zlatanov  <tzz@lifelogs.com>
40
41         * spam.el (spam-use-bogofilter-headers, spam-bogofilter-header) 
42         (spam-bogofilter-database-directory): new variables
43         (spam-check-bogofilter-headers, spam-check-bogofilter) 
44         (spam-bogofilter-register-with-bogofilter) 
45         (spam-bogofilter-register-spam-routine) 
46         (spam-bogofilter-register-ham-routine) 
47         (spam-group-ham-processor-bogofilter-p): new functions for the new
48         Bogofilter interface
49         (spam-summary-prepare-exit): use the new Bogofilter functions
50         (spam-list-of-checks): added spam-use-bogofilter-headers
51         (spam-bogofilter-score): rewrote function
52         (spam-check-bogofilter): optional score parameter, uses
53         spam-check-bogofilter-headers better
54         (spam-check-bogofilter-headers): optional score parameter
55
56         * gnus.el (gnus-install-group-spam-parameters): new variable, t by
57         default, in the gnus-start customization group.  Used to disable
58         the spam-*/ham-* parameters.
59         (gnus-group-ham-exit-processor-bogofilter): new ham processor
60
61 2003-01-15  Jesper Harder  <harder@ifa.au.dk>
62
63         * gnus-xmas.el (gnus-xmas-redefine): Use region-exists-p in
64         XEmacs.
65
66         * gnus-ems.el (gnus-mark-active-p): do.
67
68 2003-01-15  Kevin Ryde  <user42@zip.com.au>
69
70         * gnus.texi (Using MIME): Mention auto-compression-mode with
71         gnus-mime-copy-part.
72
73 2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
74
75         * message.el (message-send): Don't warn about duplicates when
76         superseding. 
77
78 2003-01-15  Simon Josefsson  <jas@extundo.com>
79
80         * nnimap.el (nnimap-split-download-body): New variable.
81         (nnimap-split-articles): Use it.
82
83 2002-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
84
85         * gnus-agent.el (gnus-agent-check-overview-buffer): This data
86         integrity checker was incorrectly flagging, and removing, articles
87         whose article number was negative.
88         (gnus-agent-fetch-group-1): When executed in the group's summary
89         buffer, refresh each downloaded line to update the status flag and
90         font.  Preserve the value of gnus-newsgroup-headers so that
91         gnus-agent-fetch-articles can split the requests by size.
92         (gnus-agent-expire): Corrected day calculation for when
93         gnus-agent-expire-days contains a list.
94
95 2003-01-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
96
97         * gnus-audio.el (gnus-audio-au-player): Use executable-find. 
98
99 2003-01-13  Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
100
101         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
102           /usr/bin/play as default player. 
103           (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
104
105 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
106
107         * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
108         articles to be marked as well.
109
110 2002-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
111         * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
112         fictious headers generated by nnagent (ie. Undownloaded Article
113         ####) in the list of articles that have not been downloaded.
114         
115         * gnus-int.el (): Added require declarations to resolve
116         compile-time warnings.
117         (gnus-open-server): If the server status is set to offline,
118         recursively execute gnus-open-server to open the offline backend
119         (e.g. nnagent).
120
121 2003-01-14  Jesper Harder  <harder@ifa.au.dk>
122
123         * gnus-art.el (gnus-article-reply-with-original): Use
124         gnus-mark-active-p.
125         (gnus-article-followup-with-original): do.
126
127 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
128
129         * gnus-sum.el: Removed `(when t ...)' around `gnus-define-keys'.
130
131 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
132
133         * gnus-score.el (gnus-score-edit-file-at-point): New function.
134         (gnus-score-find-trace): Bind it to `e' key.  Added `q' for quit.
135
136 2003-01-13  Romain FRANCOISE  <romain@orebokech.com>
137
138         * gnus-fun.el (gnus-x-face-from-file): Quote file name. 
139         (gnus-face-from-file): Ditto.
140
141 2003-01-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
142
143         * gnus-sum.el (gnus-articles-to-read): Don't just apply
144         gnus-alter-articles-to-read-function to the unread articles. 
145
146 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
147
148         * deuglify.el (gnus-article-outlook-unwrap-lines)
149         (gnus-article-outlook-repair-attribution)
150         (gnus-article-outlook-rearrange-citation): New function names,
151         renamed from "gnus-outlook-" to "gnus-article-outlook-".  Changed
152         doc-string.
153
154         * gnus-sum.el (gnus-summary-mode-map): Use new function names,
155         removed `W k' key binding (use `W Y f' instead).
156         (gnus-summary-make-menu-bar): Use new function names.
157
158 2003-01-13  Simon Josefsson  <jas@extundo.com>
159
160         * gnus-fun.el (gnus-random-x-face): Doc fix.
161         (gnus-insert-random-x-face-header): New function.
162
163 2003-01-13  Jesper Harder  <harder@ifa.au.dk>
164
165         * gnus-sum.el (gnus-summary-make-menu-bar): Deactivate items if
166         mark is not active.
167
168         * gnus-msg.el (gnus-inews-do-gcc): Comment.
169
170         * gnus-ems.el (gnus-mark-active-p): New function.
171
172         * gnus-group.el (gnus-topic-mode-p): New function.
173         (gnus-group-make-menu-bar): Show more key bindings in topic mode.
174         Deactivate items if mark is not active.
175
176 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
177
178         * gnus.el (gnus-version-number): Bumped version.
179         (gnus-summary-line-format): Doc fix.
180
181 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
182
183         * gnus.el: Oort Gnus v0.12 is released.
184
185 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
186
187         * mail-source.el (mail-sources): Removed autoload to make it
188         compile under XEmacs.
189
190 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
191
192         * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
193         regexp or a function too.
194         (gnus-confirm-treat-mail-like-news): New variable.  Ask for
195         confirmation even if the original article is mail.
196
197 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
198
199         * gnus-msg.el (gnus-inews-add-send-actions): Get the right
200         articles to be marked when not yanking.
201
202 2003-01-12  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@curie.fr>
203
204         * mm-decode.el (mm-get-part): Use mm-with-unibyte-current-buffer.
205         
206 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
207
208         * gnus-fun.el (gnus-face-from-file): Autoload.
209
210         * gnus-cite.el (gnus-cite-delete-overlays): Protect against more
211         errors.
212
213 2003-01-12  Simon Josefsson  <jas@extundo.com>
214
215         * sieve.el (sieve-upload-and-bury): New.  Suggested by
216         kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
217
218         * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
219         Suggested by kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
220
221 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
222
223         * gnus-art.el (gnus-ignored-headers): Don't include the ^ and :
224         in every string.
225
226         * gnus.el (gnus-version-number): Bumped version number.
227
228 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
229
230         * gnus.el: Oort Gnus v0.11 is released.
231
232 2003-01-12  Jesper Harder  <harder@ifa.au.dk>
233
234         * message.el (message-fetch-reply-field): Narrow to headers.
235
236         * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
237         if Gnus isn't alive.
238
239 2002-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
240
241         * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
242         marks from articles that are already stored in the agent.
243         (gnus-agent-backup-overview-buffer): New debug tool.  Creates a
244         backup copy of an invalid .overview file for later analysis.
245         
246 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
247
248         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
249         exit work with two frames.
250
251 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
252
253         * message.el (message-forward-make-body): Use mule4.
254
255 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
256
257         * message.el (message-mode-map): Move wide-reply command.
258
259 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
260
261         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
262         castellano.
263         (gnus-outlook-display-hook): New variable.
264         (gnus-outlook-display-article-buffer): New function.
265         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
266         (gnus-outlook-deuglify-article): Made them interactive and added
267         optional arg.  Use `g-o-d-a-b'.
268         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
269
270         * gnus-sum.el: Added autoloads.
271         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
272         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
273
274 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
275
276         * gnus-art.el (gnus-display-mime): Use the mime emulation
277         variable. 
278
279         * gnus-sum.el (gnus-article-emulate-mime): New variable.
280
281         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
282         newsrc-alist is initialized properly.
283
284         * mail-source.el (mail-sources): Autoload.
285
286         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
287         nil.
288
289         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
290         insert two newlines.
291
292         * message.el (message-check-news-header-syntax): Compute the
293         header length correctly.
294
295 2002-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
296
297         * gnus-agent.el (gnus-agent-expire): Do not remove article from
298         alist when keeping fetched article file.
299         (gnus-agent-retrieve-headers): When parsing response for article
300         numbers, use the same algorithm as gnus-agent-braid-nov to protect
301         against garbage in the server's response.
302
303         * gnus-int.el (gnus-request-expire-articles,
304         gnus-request-move-article): Only expire when the group's server
305         has been agentized.
306
307 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
308
309         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
310         errors when deleting overlays.
311
312         * gnus-score.el (gnus-score-followup): Allow tracing.
313
314         * gnus-art.el (gnus-treat-display-face): New variable.
315         (article-display-face): New command.
316
317         * gnus-fun.el (gnus-face-from-file): New function.
318         (gnus-convert-face-to-png): Ditto.
319
320         * gnus-art.el (gnus-ignored-headers): Added Face.
321
322 2003-01-10  Simon Josefsson  <jas@extundo.com>
323
324         * nndraft.el (nndraft-request-group): Avoid crash in
325         directory-files when draft directory doesn't exists.
326
327         * gnus-sum.el (gnus-select-article-hook): Add :option.
328
329 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
330
331         * spam.el (spam-use-stat): new variable
332         (spam-group-spam-processor-stat-p) 
333         (spam-group-ham-processor-stat-p): new convenience functions
334         (spam-summary-prepare-exit): add spam/ham processors to sequence
335         (spam-list-of-checks): add spam-use-stat to list of checks
336         (spam-split): conditionally load the spam-stat tables
337         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
338         spam-check-ifile): new functions
339
340         * spam-stat.el (spam-stat): typo fix
341         (spam-stat-install-hooks): new variable
342         (spam-stat-split-fancy-spam-group): added documentation clarification
343         (spam-stat-split-fancy-spam-threshhold): new variable
344         (spam-stat-install-hooks): make hooks conditional
345         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
346
347         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
348         spam-stat ham/spam processor symbols
349
350 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
351
352         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
353         file exists.
354
355 2003-01-10  Simon Josefsson  <jas@extundo.com>
356
357         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
358         undownloaded/downloadable only when unplugged.
359
360 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
361
362         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
363
364 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
365
366         * spam.el (spam-check-ifile): fixed call-process-region to use the
367         db parameter only if it's set
368         (spam-ifile-register-with-ifile): ditto
369
370 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
371
372         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
373         spam-stat-nbad before creating the hash table.
374         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
375         Changed copyright statement to FSF.
376
377 2002-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
378
379         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
380         processable articles as read.
381         (gnus-agent-summary-fetch-series): Remove processable and
382         downloadable marks on all downloaded articles in the series.
383
384         * nntp.el (nntp-report): Throw error after reporting the problem.
385         (nntp-accept-process-output): Corrected error check to report an
386         error when the process is nil.
387
388 2003-01-09  Simon Josefsson  <jas@extundo.com>
389
390         * message.el (message-tool-bar-map): Add preview.
391
392 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
393
394         * mml.el (mml-preview): Get rid of MIME handles and buffers after
395         previewing.
396
397 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
398
399         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
400         bug when the (n+1)th article to be added to a group has a smaller
401         number than the n articles already added.
402
403 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
404
405         * message.el (message-mode-field-menu): Use backquote.
406
407 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
408
409         * spam.el: fixed the BBDB autoloads again, using
410         bbdb-search-simple now (which is not a macro, thank god)
411
412         * lpath.el (bbdb-search): removed function from maybe-fbind list
413
414         * gnus.el (ham-process-destination): added new parameter for
415         destination of ham articles found in spam groups at summary exit
416
417         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
418         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
419         (spam-ifile-database-path): added new parameter for ifile's database
420         (spam-move-spam-nonspam-groups-only): new parameter to determine
421         if spam should be moved from all groups or only some
422         (spam-summary-prepare-exit): fixed logic to use
423         spam-move-spam-nonspam-groups-only when deciding to invoke
424         spam-mark-spam-as-expired-and-move-routine; always invoke that
425         routine after the spam has been expired-or-moved in case there's
426         some spam left over; use spam-ham-move-routine in spam groups
427         (spam-ham-move-routine): new function to move ham articles to the
428         ham-process-destinations group parameter
429
430 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
431
432         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
433
434         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
435         gnus-summary-update-article-line.
436
437 2003-01-08  Simon Josefsson  <jas@extundo.com>
438
439         * nnmail.el (nnmail-expiry-target-group): Request group, create it
440         not successful.
441
442 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
443
444         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
445
446 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
447
448         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
449         logic, finally
450
451 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
452
453         * gnus-spec.el (gnus-parse-format): %C is a complex format.
454         (gnus-parse-format): Change to %~.
455
456         * message.el (message-generate-headers): Don't generate optional
457         empty headers.
458
459 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
460
461         * message.el (message-cross-post-default)
462         (message-cross-post-note-function, message-shoot-gnksa-feet)
463         (message-strip-subject-trailing-was, message-change-subject)
464         (message-mark-insert-file, message-cross-post-followup-to)
465         (message-cross-post-followup-to, message-mode-map)
466         (message-generate-unsubscribed-mail-followup-to)
467         (message-make-mail-followup-to): Minor changes to doc-strings and
468         error messages.  Updated copyright line.
469
470         * message.el (message-make-mail-followup-to,
471         message-generate-unsubscribed-mail-followup-to): New function
472         names.  Renamed functions: "-mft" -> "-mail-followup-to".
473         (message-make-mft, message-gen-unsubscribed-mft): Removed function
474         names.
475
476         * mml.el (mml-preview-insert-mail-followup-to): New function name.
477         (mml-preview-insert-mft): Removed function name.
478         (mml-preview): Use new function names.
479
480         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
481
482         * message.el (message-mode-field-menu): Moved header related
483         commands from "Message" to "Field" menu.
484
485 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
486
487         * message.el (message-generate-headers-first): Added customization
488         if variable is a list.
489
490 2003-01-07  Michael Shields  <shields@msrl.com>
491
492         * gnus-art.el (gnus-article-next-page): Correctly handle the case
493         where the last line of the article is the last line of the window.
494
495 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
496
497         * gnus-msg.el (gnus-debug): Use ignore-errors.
498
499         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
500         `gnus-summary-update-line'.
501
502 2003-01-08  Simon Josefsson  <jas@extundo.com>
503
504         * gnus-art.el (gnus-unbuttonized-mime-types)
505         (gnus-buttonized-mime-types): Doc fix.
506
507 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
508
509         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
510
511 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
512
513         * nnrss.el (nnrss-group-alist): Add and clear up.
514
515 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
516
517         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
518
519         * lpath.el (bbdb-search): added BBDB functions for a better way to
520         fix missing functions
521
522         * spam.el (spam-check-ifile): if should be an unless
523
524         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
525         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
526         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
527
528 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
529
530         * gnus-sum.el (gnus-summary-make-menu-bar): Added
531         gnus-summary-refer-thread to thread menu.
532
533 2002-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
534
535         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
536         summary buffer, articles that cannot be fetched are marked as
537         canceled.
538
539         * nntp.el (nntp-with-open-group): The quit signal handler must
540         propagate the quit signal to the next outer handler so that the
541         caller knows that the request aborted abnormally.
542
543 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
544
545         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
546         (spam-ifile-register-spam-routine)
547         (spam-ifile-register-ham-routine): added ifile functionality that
548         does not use ifile-gnus.el to classify and register articles
549         (spam-get-article-as-string): convenience function
550         (spam-summary-prepare-exit): added ifile spam and ham registration
551         (spam-ifile-all-categories, spam-ifile-spam-category)
552         (spam-ifile-path, spam-ifile): added customization options
553
554         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
555         exit processor
556         (spam-process): added gnus-group-ham-exit-processor-ifile to the
557         list of choices
558
559 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
560
561         * gnus-score.el (gnus-score-followup): Also score immediate
562         followups.
563
564 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
565
566         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
567
568 2003-01-07  Simon Josefsson  <jas@extundo.com>
569
570         * message.el (message-mode-menu): Fix receipt balloon help.
571
572 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
573
574         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
575         always be interpreted as news.
576
577 2003-01-07  Simon Josefsson  <jas@extundo.com>
578
579         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
580         gnus-sieve-script, instead of the global variable
581         gnus-sieve-crosspost.  One-line patch from Steinar Bang
582         <sb@dod.no>.
583
584 2002-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
585
586         * gnus.el: Renamed gnus-summary-*-uncached-face as
587         gnus-summary-*-undownloaded-face to avoid confusing the agent with
588         the cache.
589
590         * gnus-sum.el: Ditto.
591
592 2002-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
593
594         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
595         in either the group or summary buffer.
596         New command "JS", in summary buffer, will fetch articles per the
597         group's category, predicate, and processable flags.
598         (gnus-agent-summary-fetch-series): Rewritten to call
599         gnus-agent-session-fetch-group once with all articles in the
600         series.
601         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
602         return list of fetched articles.
603         (gnus-agent-fetch-articles): Split fetch list into sublists such
604         that the article buffer is only slightly larger than
605         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
606         the group's article alist is saved.
607         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
608         longer result in the agent trying to fetch an article.
609         (gnus-agent-fetch-group-1): Can now be called in either the group
610         or summary buffer.  Removed the max-fetch-size code that I added
611         on 2002-12-13 as that capability is now part of
612         gnus-agent-fetch-articles.  Added code to update summary buffer.
613         When called in the group buffer, articles that can not be fetched
614         are AUTOMATICALLY MARKED AS READ.
615
616         * gnus-sum.el (): Modified eval-when-compile to minimize
617         misleading compilation warnings.
618         (gnus-update-summary-mark-positions): Changed code to use
619         gnus-undownloaded-mark rather than gnus-downloaded-mark.
620
621         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
622         empty file as the parser assumes that the file isn't empty.
623
624         * nntp.el (nntp-send-string): The process-send-string call can,
625         because it performs I/O on the process, change the process' state
626         from open to closed.  If this happens, call nntp-report
627         immediately to report the broken connection.
628         (nntp-report): Rewritten to avoid needing a global variable to
629         determine the appropriate course of action.  Instead, two function
630         implementations are provided and the nntp-report function value is
631         bound to the appropriate implementation.
632         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
633         (nntp-with-open-group): Now binds nntp-report's function cell
634         rather than binding gnus-with-open-group-first-pass.  Added a
635         condition-case to detect a quit during a nntp command.  When the
636         quit occurs, the current connection is closed as a fetch articles
637         request could have several megabytes queued up for reading.
638         (nntp-retrieve-headers): Bind articles to itself.  If
639         nntp-with-open-group repeats this command, I must have access to
640         the original list of articles.
641         (nntp-retrieve-groups): Ditto for groups.
642         (nntp-retrieve-articles): Ditto for articles.
643         (*): Replaced nntp-possibly-change-group calls to
644         nntp-with-open-group forms in all, but one, occurrance.
645         (nntp-accept-process-output): Bug fix. Detect when called with
646         null process.
647
648 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
649
650         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
651         if we don't need to.
652         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
653
654 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
655
656         * gnus-group.el (gnus-group-make-web-group): Pass the select
657         method on to group-create.
658         (gnus-group-line-format-alist): %U is an integer.
659
660         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
661         ephemeral groups.
662         (gnus-summary-read-group-1): Ditto.
663         (gnus-group-make-articles-read): Ditto.
664
665         * mm-url.el (mm-url-program): Doc fix.
666
667         * message.el (message-mode-map): Rebound
668         message-insert-wide-reply.
669
670 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
671
672         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
673         color as `gnus-group-startup-message' does.
674
675 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
676
677         * spam.el: fixed line lengths to 80 chars or less
678
679         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
680         "not-read" mark
681         (gnus-summary-mark-forward): added the spam-mark to the list of
682         marks not to be marked as "read" when viewed
683
684 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
685
686         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
687
688         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
689         Protect against unactive groups.
690
691         * message.el (message-check-news-header-syntax): Check long
692         header lines.
693         (message-check-news-header-syntax): Update `start'.
694
695         * gnus-group.el (gnus-group-expire-articles): Doc fix.
696         (gnus-group-line-format): %U.
697         (gnus-group-line-format-alist): ?U.
698         (gnus-number-of-unseen-articles-in-group): New function.
699
700         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
701
702         * gnus.el (gnus-version-number): Bump version number.
703
704 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
705
706         * gnus.el: Oort Gnus v0.10 is released.
707
708 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
709
710         * gnus.el (gnus-version-number): Fix version number.
711
712 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
713
714         * gnus.el: Oort Gnus v0.08 is released.
715
716 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
717
718         * mm-util.el: Add mm-string-make-unibyte.
719
720         * gnus-group.el (gnus-group-jump-to-group): Make it work for
721         UTF-8 groups.
722
723 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
724
725         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
726
727         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
728
729 2003-01-04  Kevin Ryde  <user42@zip.com.au>
730
731         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
732         function.
733
734 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
735
736         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
737         (gnus-summary-read-group-1): Update group line.
738         (gnus-summary-exit-no-update): Update group on exit.
739
740         * gnus-group.el (gnus-group-line-format): Add %*.
741         (gnus-group-line-format-alist): Ditto.
742         (gnus-group-insert-group-line): Set it.
743         (gnus-group-is-exiting-p): New variable.
744         (gnus-group-insert-group-line): Use it.
745
746 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
747
748         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
749         enable BBDB ham processing
750         (spam-blacklist-register-routine): enable blacklist spam processing
751         (spam-whitelist-register-routine): enable whitelist ham processing
752         (spam-fetch-field-from-fast): fast fetching of the "from" field
753         from (gnus-data-list)
754         (spam-summary-prepare-exit): works completely now
755         (spam-use-blacklist): oops, should be nil by default
756         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
757         split processing now; before it was for summary exit as
758         well but that's done with the spam-contents and spam-process
759         parameters now
760
761 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
762
763         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
764         characters.
765
766 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
767
768         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
769         (spam-group-processor-p, spam-group-processor-bogofilter-p)
770         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
771         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
772         (spam-mark-spam-as-expired-and-move-routine)
773         (spam-generic-register-routine, spam-BBDB-register-routine)
774         (spam-ifile-register-routine, spam-blacklist-register-routine)
775         (spam-whitelist-register-routine): new functions
776         (spam-summary-prepare-exit): added summary exit processing (expire
777         or move) of spam-marked articles for spam groups; added slots for
778         all the spam-*-register-routine functions
779
780 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
781
782         * pop3.el (pop3-retr): Wait 500 msecs.
783         (pop3-read-response): Ditto.
784
785         * gnus-msg.el (gnus-setup-message): Get the evaliation order
786         right.
787         (gnus-inews-make-draft): New function.
788         (gnus-setup-message): Use it.
789
790         * message.el (message-required-headers): Add From.
791
792 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
793         Trivial patch from Norbert Koch <nk@viteno.net>.
794
795         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
796
797 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
798
799         * message.el (message-generate-headers): Let header formatters do
800         their work.
801
802 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
803
804         * deuglify.el (gnus-article-outlook-deuglify-article):
805         Rehighlight, reapply treatments and call
806         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
807         (gnus-outlook-repair-attribution-block): Recognize cited
808         attributions.  Suggested by Niklas Morberg.
809
810 2003-01-02  Pete Kazmier  <pete@kazmier.com>
811
812         * gnus-art.el (gnus-treat-predicate): Check condition first.
813
814 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
815
816         * lpath.el: Add url-http-file-exists-p.
817
818         * gnus-group.el (gnus-group-fetch-charter): Use
819         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
820
821 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
822
823         * message.el (message-draft-headers): Also generate From to get a
824         nicer draft buffer summary.
825
826         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
827         parameter.
828
829         * gnus-art.el (article-wash-html): Clean up.
830         (article-wash-html): Typo fix.
831
832         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
833         (gnus-summary-mail-forward): To many lists of lists.
834
835         * gnus-art.el (article-wash-html): Clean up.
836
837 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
838
839         * gnus-art.el (gnus-treat-wash-html): New variable.
840
841 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
842
843         * message.el (message-check-news-header-syntax): Allow posting.
844         (message-check-news-header-syntax): Fix logic for sure, this
845         time.
846
847 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
848
849         * message.el (message-check-news-header-syntax): Check syntax of
850         continuation headers.
851
852 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
853
854         * gnus-art.el (gnus-button-url-regexp,
855         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
856         (gnus-header-button-alist): Regexps are case insensitive here.
857
858 2003-01-02  Simon Josefsson  <jas@extundo.com>
859
860         * dig.el (query-dig): Doc fix.
861
862 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
863
864         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
865         summary buffer line, not just the download mark.
866
867 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
868
869         * gnus-sum.el (gnus-summary-goto-subjects): New function.
870         (gnus-summary-insert-dormant-articles): New command and
871         keystroke.
872
873         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
874         function for mass insertion of subjects.
875
876         * nndraft.el (nndraft-generate-headers): Don't move point.
877
878         * gnus.el (nnheader): Require nnheader.
879
880         * nndraft.el (nndraft-request-associate-buffer): Use
881         make-local-variable.
882
883 2003-01-02  Michael Shields  <shields@msrl.com>
884
885         * nndraft.el (nndraft-request-associate-buffer): Make
886         write-contents-hooks buffer-local before setting it.
887
888 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
889
890         * gnus.el (gnus-group-parameter-value): Take an extra param.
891         (gnus-group-fast-parameter): Let group param results be nil.
892
893         * gnus-art.el (gnus-article-forward-header): New function.
894         (article-date-ut): Use it to remove continuation date headers.
895
896         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
897         read-event.
898         (gnus-summary-remove-bookmark): Clean up.
899         (gnus-summary-set-bookmark): Clean up.
900
901         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
902
903         * gnus.el (gnus-group-startup-message): Bind data-directory to
904         the Gnus etc directory.
905
906 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
907
908         * spam.el (spam-summary-prepare-exit): added slots for spam- and
909         ham-processing of articles; use the new
910         spam-group-(spam|ham)-contents-p functions
911         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
912         convenience functions
913         (spam-mark-junk-as-spam-routine): use the new
914         spam-group-spam-contents-p function
915
916         * gnus.el (spam-process, spam-contents, spam-process-destination):
917         added new parameters with corresponding global variables
918         (gnus-group-spam-exit-processor-ifile,
919         gnus-group-spam-exit-processor-bogofilter,
920         gnus-group-spam-exit-processor-blacklist,
921         gnus-group-spam-exit-processor-whitelist,
922         gnus-group-spam-exit-processor-BBDB,
923         gnus-group-spam-classification-spam,
924         gnus-group-spam-classification-ham): added new symbols for the
925         spam-process and spam-contents parameters
926
927         * spam.el (spam-ham-marks, spam-spam-marks): changed list
928         customization and list itself to store mark symbol rather than
929         mark character.
930         (spam-bogofilter-register-routine): added logic to generate mark
931         values list from spam-ham-marks and spam-spam-marks, so (member)
932         would work.
933
934 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
935
936         * message.el (message-cross-post-followup-to): Fix comment.
937
938 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
939
940         * spam.el (spam-ham-marks, spam-spam-marks): changed list
941         customization and list itself to store mark symbol rather than
942         mark character.
943         (spam-bogofilter-register-routine): added logic to generate mark
944         values list from spam-ham-marks and spam-spam-marks, so (member)
945         would work.
946
947 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
948
949         * message.el (message-signature-insert-empty-line): New variable.
950
951 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
952
953         * message.el: Renamed functions and variables: "xpost" ->
954         "cross-post", "-fup2" -> "-followup-to".
955         (message-cross-post-old-target, message-cross-post-default,
956         message-cross-post-note, message-followup-to-note,
957         message-cross-post-note-function): New variables names.
958         (message-xpost-old-target, message-xpost-default,
959         message-xpost-note, message-fup2-note,
960         message-xpost-note-function): Removed variable names.
961         (message-cross-post-followup-to-header,
962         message-cross-post-insert-note, message-cross-post-followup-to):
963         New function names.
964         (message-xpost-fup2-header, message-xpost-insert-note,
965         message-xpost-fup2): Removed function names.
966
967 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
968
969         * message.el (message-send-mail): Added message-cleanup-headers to
970         prevent newlines in headers.
971
972 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
973
974         * dns.el (dns-make-network-process): Comment.
975
976         * gnus-sum.el (gnus-summary-display-while-building): Default to
977         nil.
978
979 2003-01-01  Wes Hardaker  <wes@hardakers.net>
980
981         * gnus-sum.el (gnus-summary-display-while-building): New
982         variable.
983
984 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
985
986         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
987         before rearranging the article.
988
989 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
990
991         * nndraft.el (nndraft-generate-headers): New function.
992         (nndraft-request-associate-buffer): Use it to write headers on
993         buffer save.
994
995         * message.el (message-generate-headers): Let the function be a
996         lambda form.
997         (message-draft-headers): New variable.
998
999         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
1000         function.
1001         (gnus-setup-message): Use it.
1002
1003         * message.el (message-generate-headers-first): Doc fix.
1004         (message-setup-1): Use new function for getting which headers to
1005         generate.
1006         (message-headers-to-generate): New function.
1007
1008 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
1009
1010         * gnus-agent.el (gnus-agent-save-alist): Make directory.
1011
1012 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
1013
1014         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
1015         mention negatives.
1016
1017 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
1018
1019         * deuglify.el (gnus-outlook-rearrange-article): Use
1020         `transpose-regions' instead of tempering the kill-ring.
1021         (gnus-article-outlook-deuglify-article): Rehighlight article
1022         instead of a complete redisplay.
1023
1024 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
1025
1026         * spam.el: most defvars are defcustoms now
1027
1028         patches from Michael Shields  <shields@msrl.com>
1029
1030         * spam.el (spam-bogofilter-articles): Select the article
1031         body using gnus-summary-show-article t instead of
1032         gnus-summary-select-article; this presents the raw text
1033         without running any hooks.
1034
1035         * spam.el (spam-bogofilter-articles): Use message-remove-header
1036         to remove headers; the old way incorrectly removed just the first
1037         line of folded headers.
1038
1039 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1040
1041         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
1042
1043 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1044
1045         * gnus-start.el (gnus-load): New function.
1046         (gnus-read-newsrc-el-file): Use it.
1047
1048 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1049
1050         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
1051         (gnus-button-handle-apropos-documentation): New function.
1052         (gnus-button-handle-ctan): New function.
1053         (gnus-button-alist): Use them.  Improve some regexps.
1054         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
1055
1056 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1057
1058         * message.el (message-subscribed-p): New function.
1059         (message-send-mail): Use it.
1060         * mml.el (mml-preview-insert-mft): New function.
1061         (mml-preview): Use it.
1062
1063 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1064
1065         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
1066         when sorting by date.
1067
1068         * gnus-art.el (gnus-article-edit-mode): New variable.
1069         (gnus-article-setup-buffer): Warn user about discarding edits.
1070
1071         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
1072         (gnus-summary-pipe-output): Take a symbolic prefix to save all
1073         headers.
1074
1075         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
1076
1077 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1078
1079         * message.el (message-completion-alist): Added "Mail-Followup-To"
1080         and "Mail-Copies-To".
1081
1082 2002-07-21  Jesper harder  <harder@ifa.au.dk>
1083
1084         * gnus-group.el: Add key bindings for
1085         gnus-group-sort-groups-by-real-name and
1086         gnus-group-sort-selected-groups-by-real-name.
1087
1088 2002-07-21  Jesper harder  <harder@ifa.au.dk>
1089
1090         * gnus.texi (Sorting Groups): Add key bindings for
1091         gnus-group-sort-groups-by-real-name and
1092         gnus-group-sort-selected-groups-by-real-name.
1093
1094 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
1095
1096         * spam.el (spam-use-dig): new variable for blackhole checking
1097         through dig.el
1098         (spam-check-blackholes): added dig.el checking functionality and
1099         more verbose reporting; query-dig is autoloaded from dig.el
1100         (spam-use-blackholes): disabled by default
1101         (spam-blackhole-servers): removed rbl.maps.vix.com from the
1102         blackhole servers list
1103
1104 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1105
1106         * message.el (message-required-headers): New variable.
1107
1108 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
1109
1110         * dig.el (query-dig): new function
1111
1112 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1113
1114         * flow-fill.el (fill-flowed): Don't infloop on too long fill
1115         prefixes.
1116
1117         * dns.el (query-dns): Protect against errors.
1118
1119         * gnus-msg.el (gnus-article-yanked-articles): New variable.
1120         (gnus-inews-add-send-actions): Mark all answered messages as
1121         answered.
1122
1123 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
1124
1125         * nnmail.el (nnmail-split-it): Added tracing to
1126         `:' split rule
1127
1128 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
1129
1130         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
1131         and "%s" so we don't overquote them.
1132
1133 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
1134
1135         * (mm-display-external): Display the actual command that has been
1136         executed in the echo area.
1137
1138 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1139
1140         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
1141
1142         * message.el (message-with-reply-buffer): New macro.
1143         (message-fetch-reply-field): Use it.
1144         (message-insert-wide-reply): New command and keystroke.
1145         (message-carefully-insert-headers): New function.
1146         (message-insert-to): Use new function.
1147
1148         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
1149         (gnus-topic-goto-missing-group): Use it.
1150
1151         * message.el (message-required-news-headers): Removed Lines.
1152         (message-reply): Don't insert References first.
1153         (message-followup): Ditto.
1154         (message-make-references): New function.
1155         (message-followup): Set message-reply-headers before generating
1156         the buffer stuff.
1157
1158 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
1159
1160         * mml.el (mml-generate-mime-1): Reverse the order of
1161         encoding/flowing.
1162
1163 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1164
1165         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
1166         after moving them.
1167
1168         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
1169         fit with newer standard format.
1170         (gnus-summary-make-false-root-always): New variable.
1171         (gnus-gather-threads-by-subject): Use it.
1172
1173         * message.el (message-get-reply-headers): Take an address list
1174         optional argument.
1175
1176 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1177
1178         * gnus.el (gnus-keep-backlog): Change default to 20.
1179
1180         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
1181         start.
1182         (gnus-agent-check-overview-buffer): Remove negative article
1183         numbers.
1184
1185         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
1186         (nnmail-cache-ignore-groups): Doc fix.
1187
1188         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
1189         (nnimap-debug-buffer): New variable.
1190         (nnimap-debug): Use it.
1191
1192 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
1193
1194         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
1195
1196 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1197
1198         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
1199         they aren't already sorted.
1200
1201 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
1202
1203         * message.el (message-mode-menu): Add ellipses to menu items
1204         expecting user interaction.
1205         (message-mode-field-menu): do.
1206
1207 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
1208
1209         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
1210         it isn't used any more.
1211
1212 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
1213
1214         * binhex.el (binhex-decoder-program): Fix docstring.
1215
1216 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1217
1218         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
1219         special chars if the mailcap file uses single quotes around %s.
1220         From Laurent Martelli <laurent@bearteam.org>.
1221
1222 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
1223
1224         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
1225         return the info object.
1226
1227 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
1228
1229         * gnus-int.el (gnus-request-update-info): Artificially add
1230         (1 . (1- min)) to the read range, in case the backend doesn't
1231         store marks for nonexistent articles.
1232
1233 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1234
1235         * binhex.el (binhex-insert-char): Eval-and-compile.
1236
1237 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
1238
1239         * lpath.el: Add tool-bar-local-item-from-menu.
1240
1241         * message.el (message-tool-bar-local-item-from-menu): New function.
1242         (message-tool-bar-map): Use it.
1243
1244 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
1245
1246         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
1247
1248         * gnus-art.el (gnus-article-header-rank): Last header in
1249         gnus-sorted-header-list should have higher rank than non-members.
1250
1251 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1252
1253         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
1254         covered methods.
1255
1256 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1257
1258         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
1259         eval-when-compile.  Suggested by Kevin Greiner.
1260
1261 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
1262
1263         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
1264         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
1265         even though no headers may have been fetched
1266         (gnus-agent-fetch-group-1, and perhaps others, require this
1267         behavior).
1268         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
1269         server buffer is constrained by gnus-agent-max-fetch-size.
1270         Multiple chunks in the same group may perform arbitrarily large
1271         updates.
1272
1273 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
1274
1275         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
1276         gnus-summary-update-download-mark to update the article in the
1277         summary.
1278
1279 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
1280
1281         * gnus.el (gnus-summary-high-uncached-face,
1282         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
1283         New faces.
1284
1285         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
1286         added this on 2002-11-23 but it just wasn't working out as
1287         intended.  The idea isn't entirely dead, three new faces
1288         gnus-summary-*-uncached-face are being added to gnus.el to provide
1289         the basis for an improved implementation.
1290         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
1291         proper file to open is lib/servers.
1292         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
1293         (i.e. removing the article from gnus-newsgroup-downloadable) will
1294         now restore the article's default mark rather than simply setting
1295         no mark.
1296         (gnus-agent-get-undownloaded-list): Corrected documentation.
1297         Added code to set new summary local variable,
1298         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
1299         a temporary list.  No longer sets gnus-newsgroup-downloadable.
1300         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
1301         up to date.  Call new gnus-summary-update-download-mark to keep
1302         summary buffer up-to-date.
1303         (gnus-agent-fetch-selected-article): Keep
1304         gnus-newsgroup-undownloaded up to date.
1305         (gnus-agent-fetch-articles): Return list of articles that were
1306         successfully fetched.
1307         (gnus-agent-check-overview-buffer): No more thingatpt.
1308         (gnus-agent-expire): No longer deletes NOV entries of unread
1309         articles.
1310         (gnus-agent-unread-articles): New function.
1311         (gnus-agent-regenerate-group): The article number must be
1312         terminated by a tab character.  Added more messages to report
1313         repairs.  Inhibit quits while writing changes so it is now safe
1314         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
1315         downloaded to 1) resolve the unbound references and 2) avoid
1316         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
1317
1318         * gnus-art.el (gnus-article-prepare): The agent
1319         downloaded/undownloaded mark is no longer stored as the article's
1320         mark.
1321
1322         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
1323         gnus-summary-highlight may use it.  Added downloaded as
1324         gnus-summary-highlight was using it.
1325
1326         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
1327         the download mark now follows Kai's +/- convention.
1328         (gnus-downloaded-mark): Added ?+ mark.
1329         (gnus-summary-highlight): Added rules to select
1330         gnus-summary-high-uncached-face,
1331         gnus-summary-normal-uncached-face, and
1332         gnus-summary-low-uncached-face.  Removed the
1333         gnus-agent-downloaded-article-face.
1334         (gnus-summary-line-format-alist): Implemented the download flag
1335         format (?O) as named in the manual.  This implementation displays
1336         either gnus-undownloaded-mark, gnus-downloaded-mark, or
1337         gnus-no-mark.
1338         (gnus-newsgroup-agentized): New local variable that identifies
1339         which groups are agentized.  While the agent is now on by default,
1340         you don't have to agentize every server that you use.
1341         (gnus-update-summary-mark-positions): Completed support for the
1342         download type of mark.
1343         (gnus-summary-insert-line): Added undownloaded to the parameters.
1344         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
1345         reference by the gnus-summary-line-format-spec.
1346
1347         * nntp.el (nntp-with-open-group): This macro handles dropped or
1348         broken connections by opening a new connection and repeating the
1349         failed command.
1350         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
1351         XOVER commands preceeding the active articles with the nov entry
1352         of the first available article.  When gnus connected to such a
1353         server, the unexpected nov entry would result in duplicate lines
1354         in the agent's overview file.  This patch fixes the duplicate
1355         lines problem and improves performance by skipping over all
1356         articles IDs that preceed the first nov entry in the server's
1357         reply.
1358
1359 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1360
1361         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
1362         (gnus-summary-highlight): Use it instead of `downloaded'.
1363         (gnus-summary-highlight-line): Ditto.
1364
1365         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
1366
1367 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1368
1369         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
1370
1371         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
1372         calls.
1373
1374         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
1375         downloaded variable if we're in an uncovered group.
1376
1377         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
1378         font to soemthing less noticeable.
1379         (gnus-agent-group-covered-p): New function.
1380
1381 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
1382
1383         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
1384         Because of an unknown bug, the group buffer is saved in .overview
1385         file.
1386
1387 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1388
1389         * nntp.el (nntp-send-command): Braino in last commit.  Replace
1390         `and' with `or'.
1391
1392 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1393
1394         * nntp.el (nntp-send-command): Assume that echo does not happen
1395         when nntp-open-connection-function is nntp-open-network-stream.
1396         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
1397
1398 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
1399
1400         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
1401
1402 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
1403
1404         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
1405         nntp-server-buffer if we aren't going to write to it.
1406
1407 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1408         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
1409
1410         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
1411
1412 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1413
1414         * rfc2047.el (rfc2047-decode-region): Remove newlines between
1415         decoded words.
1416
1417 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1418
1419         * gnus.el (fboundp): After loading mm-util, make sure it was the
1420         right one.
1421
1422 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1423
1424         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
1425         gnus-sum.  Made into a user option.
1426
1427         * gnus-sum.el (gnus-simplify-ignored-prefixes)
1428         (gnus-summary-mark-article-as-unread)
1429
1430 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
1431
1432         * time-date.el (date-to-time): Typo.
1433
1434         * parse-time.el: Typo.
1435
1436         * nnsoup.el (nnsoup-retrieve-headers): Typo.
1437
1438         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
1439
1440         * nnimap.el:
1441         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
1442
1443         * mm-encode.el (mm-safer-encoding): Typo.
1444
1445         * messcompat.el: Typo.
1446
1447         * message.el (message-face-alist): Typo.
1448
1449         * imap.el (imap-interactive-login, imap-open): Typos.
1450
1451         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
1452
1453         * gnus.el: Typo.
1454
1455         * gnus-win.el (gnus-configure-frame): Typo.
1456
1457         * gnus-util.el (gnus-atomic-progn-assign): Typo.
1458
1459         * gnus-topic.el (gnus-topic-sort-topics): Typo.
1460
1461         * gnus-sum.el (gnus-summary-article-number)
1462         (gnus-summary-read-group-1, gnus-summary-mark-article)
1463         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
1464
1465         * gnus-mule.el (gnus-mule-add-group): Typo.
1466
1467         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
1468
1469         * gnus-group.el (gnus-group-fetch-faq): Typo.
1470
1471         * gnus-art.el (gnus-decode-header-methods): Typo.
1472
1473         * flow-fill.el: Typo.
1474
1475 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
1476
1477         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
1478
1479 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1480
1481         * gnus-sum.el (gnus-simplify-ignored-prefixes)
1482         (gnus-summary-mark-article-as-unread)
1483         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
1484         Reformatting to avoid long lines.
1485         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
1486
1487 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
1488
1489         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
1490         be accessed through `mail-header-number'.
1491
1492 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1493
1494         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
1495         compressed range to gnus-summary-insert-articles.
1496
1497 2002-11-26  Kevin Ryde <user42@zip.com.au>
1498
1499         * gnus-art.el (gnus-mime-copy-part): Look for filename
1500         parameter under content-disposition, not content-type.
1501
1502         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
1503         (gnus-summary-reselect-current-group): Use it.
1504
1505 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
1506
1507         * gnus-agent.el (gnus-agent-uncached-articles): if
1508         gnus-agent-load-alist fails, return ARTICLES.
1509
1510         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
1511
1512 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1513
1514         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
1515         superfluous function call.
1516         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
1517         Add warning to docstring.
1518
1519 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1520
1521         * gnus-agent.el: Autoload number-at-point instead.
1522         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
1523
1524 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1525
1526         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
1527         require thingatpt (for number-at-point) and protect against
1528         deactivate-mark being unbound (on XEmacs).
1529
1530 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1531
1532         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
1533         print message on entry.
1534
1535         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
1536
1537         * gnus-range.el (gnus-range-difference): New function.
1538         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
1539
1540 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1541
1542         * gnus-sum.el (gnus-summary-insert-old-articles): Use
1543         gnus-remove-from-range instead of gnus-range-difference which
1544         doesn't exist.
1545
1546 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1547         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
1548
1549         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
1550         used for showing which articles have been downloaded.
1551         (gnus-agent-article-alist): Format change.  Add documentation.
1552         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
1553         process-marked articles.
1554         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
1555         in the series are individually fetched to minimize lose of
1556         content due to an error/quit.
1557         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
1558         gnus-message instead of message.
1559         (gnus-agent-read-servers): Use file lib/methods instead of
1560         lib/servers.  TODO: Why?
1561         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
1562         (gnus-agent-get-undownloaded-list): Remove articles that appear to
1563         come from the agent.  This means that they are not downloaded.
1564         (gnus-agent-fetch-selected-article): Don't use history.
1565         (gnus-agent-save-history, gnus-agent-enter-history)
1566         (gnus-agent-article-in-history-p, gnus-agent-history-path):
1567         Removed function; history is not used anymore.
1568         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
1569         (gnus-agent-crosspost): Started rewrite then realized that a typo
1570         in gnus-agent-fetch-articles ensures that this function is never
1571         called.  This will need to be fixed later.
1572         (gnus-agent-check-overview-buffer): Some sanity checks on the
1573         agent overview buffer.  This is a safety net used during
1574         development.
1575         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
1576         changed, write a number to the file indicating this.
1577         (gnus-agent-fetch-headers): Rewrite to respect
1578         gnus-agent-consider-all-articles without relying on the
1579         `.fetched' files.  Make it fast.
1580         (gnus-agent-braid-nov): Change resulting from
1581         gnus-agent-fetch-headers change.
1582         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
1583         `.fetched' files.
1584         (gnus-agent-read-agentview): New function, used by
1585         gnus-agent-load-alist.
1586         (gnus-agent-load-fetched-headers): Remove.
1587         (gnus-agent-save-alist): Rewrite to accomodate new format.
1588         (gnus-agent-fetch-group-1): Make sure list of articles is in the
1589         same order as in gnus-newsgroup-headers.
1590         (gnus-agent-expire): Document and implement extra args ARTICLES,
1591         GROUP, FORCE.  Do not restrict usage.
1592         (gnus-agent-uncached-articles): New function.
1593         (gnus-agent-retrieve-headers): Use it.
1594         (gnus-agent-regenerate-group): No longer needs to be called from
1595         gnus-agent-regenerate.  Individual groups may be regenerated. The
1596         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
1597         The article fetch dates are validated in the article alist.  The
1598         article alist is pruned of entries that do not reference existing
1599         NOV entries.  All changes are computed then applied with
1600         inhibit-quit bound to t.  As a result, it is now safe to quit out of
1601         regeneration.  The optional clean parameter has been replaced with
1602         an optional reread parameter.  Clean is no longer necessary as
1603         regeneration gets the appropriate setting from
1604         gnus-agent-consider-all-articles.  The new reread parameter will
1605         result in fetched, or all, articles being marked as unread.
1606         (gnus-agent-regenerate): Removed code to regenerate the history
1607         file as it is no longer used.
1608
1609         * gnus-start.el (gnus-make-ascending-articles-unread): New
1610         function, for efficient mass-marking.
1611
1612         * gnus-sum.el (gnus-summary-highlight): Use new face for
1613         downloaded articles.
1614         (gnus-article-mark): Prefer to indicate read/unread status over
1615         downloaded status.
1616         (gnus-summary-highlight-line-0): New function, maybe rehighlights
1617         line.
1618         (gnus-summary-highlight-line): Use new face for downloaded
1619         articles.
1620         (gnus-summary-insert-old-articles): Improved performance by
1621         replacing the initial LIST of older articles with a compressed
1622         RANGE of older articles.  Some servers appear to lie about
1623         their active range so the original list could contain millions
1624         of article numbers.  The range is not expanded into a list
1625         until the optional ALL parameter has been applied.
1626
1627 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1628
1629         * gnus-agent.el (gnus-category-mode): Typo in doc string.
1630
1631 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
1632
1633         * spam.el:
1634         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
1635
1636         * spam.el: added `M s t' and `M s x' key mappings
1637
1638 2002-11-20  Simon Josefsson  <jas@extundo.com>
1639
1640         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
1641
1642 2002-11-19  Simon Josefsson  <jas@extundo.com>
1643
1644         * gnus-sum.el (gnus-summary-morse-message): Load
1645         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
1646         (unmorse-region): Autoload it instead.
1647
1648 2002-11-18  Simon Josefsson  <jas@extundo.com>
1649
1650         * gnus-sum.el (gnus-summary-morse-message): New function.
1651         (gnus-summary-wash-map): Bind to `W m'.
1652         (gnus-summary-make-menu-bar): Add.
1653
1654         * nnimap.el (nnimap-request-expire-articles): Compress sequence
1655         before storing \Deleted mark on expired articles.
1656
1657 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
1658         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
1659
1660         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
1661         parens in column 0.
1662
1663 2002-11-17  Juanma Barranquero  <lektu@terra.es>
1664
1665         * nnweb.el (nnweb-google-create-mapping): Fix typo.
1666
1667         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
1668
1669         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
1670
1671 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
1672
1673         * message.el (message-set-auto-save-file-name): Use
1674         make-directory, to avoid the dependence on gnus-util.
1675
1676 2002-11-16  Simon Josefsson  <jas@extundo.com>
1677
1678         * nnimap.el (nnimap-callback-callback-function):
1679         (nnimap-callback-buffer): Removed, these cannot be global but must
1680         be embedded into the callback.
1681         (nnimap-make-callback): New.  Embedd article number, callback and
1682         buffer in function.
1683         (nnimap-callback, nnimap-request-article-part): Update.
1684
1685 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1686
1687         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
1688
1689 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1690
1691         * gnus.el (gnus-summary-line-format): Document %C.
1692
1693 2002-11-11  Simon Josefsson  <jas@extundo.com>
1694
1695         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
1696         output when called interactively.
1697
1698 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1699
1700         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
1701
1702         * message.el (message-draft-coding-system): Improve comment; use
1703         mm-auto-save-coding-system for the default value.
1704
1705         * nndraft.el (nndraft-request-article): Revert to the state before
1706         2002-10-29; regexp-quote mail-header-separator.
1707
1708 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
1709
1710         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
1711         allow editing of drafts from an nnvirtual group.
1712
1713 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1714
1715         * nndraft.el (nndraft-request-article): Replace emacs-mule with
1716         mm-auto-save-coding-system.
1717
1718         * message.el (message-draft-coding-system): Default to
1719         iso-2022-7bit.
1720
1721         * mm-util.el (mm-auto-save-coding-system): Undo last change to
1722         restore the default value to emacs-mule or escape-quoted.
1723
1724 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1725
1726         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
1727         a delayed or a queued article as well as a draft.
1728
1729         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
1730         delayed or a queued article in the raw format; treat a delayed
1731         article as a raw article as well as a draft.
1732         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
1733         for the delayed group.
1734
1735         * nndraft.el (nndraft-request-article): Ignore auto save files for
1736         a delayed or a queued article; don't bother to decode a queued
1737         article; don't bind nnmail-file-coding-system for a queued article.
1738
1739         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
1740         and the queue group.
1741
1742 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
1743
1744         * gnus-group.el (gnus-group-delete-group):
1745         gnus-cache-active-hashtb might be void.
1746
1747 2002-11-02  Simon Josefsson  <jas@extundo.com>
1748
1749         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
1750         setting of the default user ID.  From Raymond Scholz
1751         <ray-2002@zonix.de>.
1752
1753 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
1754
1755         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
1756         charset.
1757
1758 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
1759         From Alex Schroeder <alex@emacswiki.org>
1760         * spam-stat.el (spam-stat-process-directory): add dir to message
1761         (spam-stat-reduce-size): No longer remove words
1762         with values close to 0.5, because the default value is 0.2.
1763
1764 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1765
1766         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
1767         documentation.
1768
1769 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1770
1771         * gnus-agent.el (gnus-agent-fetched-headers)
1772         (gnus-agent-load-fetched-headers)
1773         (gnus-agent-save-fetched-headers): Remove variable and two
1774         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
1775         works better.
1776         (gnus-agent-fetch-headers): New implementation from Kevin
1777         Greiner.  Uses gnus-agent-article-alist to store information
1778         about fetched messages which aren't on the server anymore.  The
1779         trick is to return a list of considered messages to the caller,
1780         but to only fetch those which haven't been fetched yet.
1781
1782 2002-10-30  Simon Josefsson  <jas@extundo.com>
1783
1784         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
1785
1786         * pgg.el (pgg-passphrase-cache-expiry): Removed.
1787
1788 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1789
1790         * mm-view.el (mm-w3m-local-map-property): Make it work with older
1791         versions of emacs-w3m than 1.3.3.
1792
1793         * lpath.el: Bind w3m-minor-mode-map.
1794
1795         * mm-view.el (mm-w3m-mode-command-alist)
1796         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
1797         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
1798         (mm-setup-w3m): Simplified.
1799         (mm-w3m-local-map-property): New function.
1800         (mm-inline-text-html-render-with-w3m): Use it.
1801
1802         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
1803         mm-w3m-local-map-property.
1804
1805 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1806
1807         * mm-util.el (mm-auto-save-coding-system): Default to
1808         iso-2022-7bit.
1809
1810         * nndraft.el (nndraft-request-article): Decode an article using
1811         the coding-system emacs-mule if it seems to have been saved using
1812         emacs-mule.
1813         (nndraft-request-replace-article): Use message-draft-coding-system
1814         instead of mm-auto-save-coding-system for the draft or delayed
1815         group.
1816
1817 2002-10-28  Josh  <huber@alum.wpi.edu>
1818
1819         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
1820         functions.
1821
1822 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1823         From mah@everybody.org (Mark A. Hershberger).
1824
1825         * mm-url.el (mm-url-insert-file-contents): Make it return the same
1826         type values ("url" size) regardless of the values of
1827         mm-url-use-external.
1828
1829 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1830
1831         * nnimap.el (nnimap-request-article-part): Try harder to show
1832         group name in debugging message.
1833
1834 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1835
1836         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
1837         directory if it doesn't exist.
1838         (gnus-agent-fetch-headers): Remove old cruft that tried to
1839         abstain from downloading articles more than once if
1840         gnus-agent-consider-all-articles was true.  This is now done
1841         properly via the .fetched files.
1842
1843 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1844
1845         * nndraft.el (nndraft-request-article): Treat delayed articles
1846         like drafts.
1847
1848 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1849
1850         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
1851
1852 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1853
1854         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
1855         Remove unused optional arg DIR and corresponding code.
1856
1857         * nnimap.el (nnimap-request-article-part): Include group name in
1858         debugging output.
1859
1860 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
1861
1862         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
1863
1864 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1865
1866         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
1867         contains range of headers that have been fetched by the agent
1868         already.  Compare gnus-agent-article-alist.
1869         (gnus-agent-file-header-cache): Like
1870         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
1871         (gnus-agent-fetch-headers): Improve comment.  Revert to old
1872         seen/recent logic.
1873         Remember which headers have been fetched before and don't fetch
1874         them again the next time round.
1875         (gnus-agent-load-fetched-headers)
1876         (gnus-agent-save-fetched-headers): New functions, for remembering
1877         which headers have been fetched before.
1878
1879 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1880
1881         * lpath.el: Remove useless bindings.
1882
1883 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
1884
1885         * gnus-sum.el (gnus-summary-execute-command): Disable visual
1886         features while searching.
1887
1888 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1889
1890         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
1891
1892 2002-10-22  Simon Josefsson  <jas@extundo.com>
1893
1894         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
1895         (pgg-snarf-keys): Add.
1896
1897 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1898
1899         * lpath.el: Fbind bbdb-records.
1900
1901         * spam.el: Don't autoload bbdb-records.
1902
1903 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1904
1905         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
1906         prevent inf-loop.
1907
1908 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1909
1910         * nnslashdot.el: Removed some test lines.
1911         More test.
1912
1913 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1914
1915         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
1916         are known to be downloaded already.
1917
1918 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1919
1920         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
1921         (mm-text-html-washer-alist): Ditto.
1922
1923 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1924
1925         * nnheader.el (nnheader-remove-body): Fix an error of detecting
1926         boundary between headers and body.
1927         * nnml.el (nnml-parse-head): Ditto.
1928
1929 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1930
1931         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
1932         entries.
1933
1934         * gnus-group.el (gnus-fetch-group): Allow an optional
1935         specification of the articles to select.
1936
1937         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
1938
1939 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1940
1941         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
1942         headers from the group, update variable `articles' to contain
1943         only those numbers where headers exist.  (When fetching all
1944         articles in a group, Gnus creates lots of numbers where there is
1945         no articles.)
1946
1947 2002-10-20  Steve Youngs  <youngs@xemacs.org>
1948
1949         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
1950         doesn't have the 'alist custom type, use cons cells instead.
1951         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
1952         (pgg-parse-hash-algorithm-alist): Ditto.
1953         (pgg-parse-compression-algorithm-alist): Ditto.
1954         (pgg-parse-signature-type-alist): Ditto.
1955
1956         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
1957
1958         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
1959
1960         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
1961
1962 2002-10-19  Simon Josefsson  <jas@extundo.com>
1963
1964         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
1965         buffer.
1966
1967 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1968
1969         * gnus-spec.el (gnus-make-format-preserve-properties)
1970         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
1971         properties also on XEmacs.  `gnus-xmas-format' is like format but
1972         preserves text properties on XEmacs (though it only understands
1973         simple format specs).  The variable
1974         `gnus-make-format-preserve-properties' controls whether the
1975         function is used, and is checked in `gnus-parse-simple-format'.
1976         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
1977
1978         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
1979         output.
1980         (gnus-agent-consider-all-articles): New variable.
1981         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
1982         (gnus-agent-fetch-headers): Depending on
1983         gnus-agent-consider-all-articles, maybe get all articles.
1984         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
1985         `read'.
1986         (gnus-predicate-imples-unread): New function.
1987         (gnus-agent-fetch-headers): Optimize to call
1988         gnus-list-of-unread-articles if that is sufficient.
1989         Check unseen and recent instead of seen and recent.
1990         (gnus-agent-fetch-headers): Abstain from calling
1991         gnus-list-range-intersection if range (a . b) would have (> a b).
1992
1993 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1994
1995         * message.el (message-send-mail): Make it possible to perform
1996         edebug-defun.
1997
1998 2002-10-18  Simon Josefsson  <jas@extundo.com>
1999
2000         * gnus-art.el (gnus-button-man-handler): Change default to
2001         `manual-entry' (defined in both emacsen).
2002         (gnus-button-man-handler): Remove emacsen difference and use
2003         `manual-entry'.
2004
2005 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2006
2007         * spam.el: Wrap autoload settings for bbdb-records,
2008         executable-find and ifile-spam-filter with eval-and-compile.
2009         (spam-display-buffer-contents): Remove.
2010         (spam-bogofilter-score): Merge spam-display-buffer-contents.
2011
2012 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
2013
2014         * spam.el (spam-display-buffer-contents): New function.
2015         (spam-bogofilter-score): use spam-display-buffer-contents, patch
2016         from Katsumi Yamaoka <yamaoka@jpl.org>.
2017
2018 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2019
2020         * nnheader.el (nnheader-parse-naked-head): New function.
2021         (nnheader-parse-head): Use the above function, in order to handle
2022         continuation lines properly.
2023         (nnheader-remove-body): New function.
2024         (nnheader-remove-cr-followed-by-lf): New function.
2025         (nnheader-ms-strip-cr): Use the above function.
2026
2027         * gnus-agent.el (gnus-agent-regenerate-group): Call
2028         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
2029         `nnheader-parse-head'.
2030         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
2031
2032         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
2033         continuation lines by itself; call `nnheader-parse-naked-head'
2034         instead of `nnheader-parse-head'.
2035         * nndiary.el (nndiary-parse-head): Ditto.
2036         * nnfolder.el (nnfolder-parse-head): Ditto.
2037         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
2038         * nnmaildir.el (nnmaildir--update-nov): Ditto.
2039         * nnml.el (nnml-parse-head): Ditto.
2040
2041 2002-10-17  Steve Youngs  <youngs@xemacs.org>
2042
2043         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
2044         XEmacs, default to it if featurep 'xemacs.
2045
2046 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2047
2048         * spam-stat.el: Check for the existence of hash functions instead
2049         of the Emacs version to decide whether to load cl.  Suggested by
2050         Kai Gro\e,A_\e(Bjohann.
2051
2052 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2053
2054         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
2055         if it isn't open yet.
2056
2057 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2058
2059         * gnus-group.el: Require mm-url only when compiling.
2060         (gnus-group-fetch-charter): Require mm-url.
2061
2062         * spam-stat.el: Require cl for the functions gethash,
2063         hash-table-count, make-hash-table and mapc for Emacs 20.
2064         (puthash): Alias to cl-puthash for Emacs 20.
2065         (with-syntax-table): New macro for Emacs 20.
2066
2067 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
2068
2069         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
2070
2071 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
2072
2073         * spam.el (spam-check-ifile): added ifile as a spam checking
2074         backend, and spam-use-ifle as the variable to toggle that check.
2075
2076 2002-10-12  Simon Josefsson  <jas@extundo.com>
2077
2078         * message.el (message-beginning-of-line): New variable.
2079         (message-beginning-of-line): Use it.
2080
2081 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
2082
2083         * spam.el: more compilation fixes for BBDB
2084
2085         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
2086         (spam-stat-reduce-size): Interactive.
2087         (spam-stat-reset): New function.
2088         (spam-stat-save): Interactive.
2089
2090 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2091
2092         * gnus.el: Autoload gnus-delay-initialize.
2093
2094         * message.el: Autoload gnus-delay-article.
2095
2096 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
2097
2098         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
2099         text property in Emacs.
2100
2101 2002-10-11  Simon Josefsson  <jas@extundo.com>
2102
2103         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
2104         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
2105
2106         * mml1991.el (mml1991-pgg-sign): Remove CR.
2107
2108 2002-10-10  Simon Josefsson  <jas@extundo.com>
2109
2110         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
2111         decrypt failed.
2112         (mml2015-trust-boundaries-alist): Removed.
2113         (mml2015-gpg-extract-signature-details): Don't use it.
2114         (mml2015-unabbrev-trust-alist): New.
2115         (mml2015-gpg-extract-signature-details): Use it.
2116
2117 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
2118
2119         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
2120         BBDB installed
2121
2122         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
2123         statistical analysis of spam in Lisp only
2124
2125 2002-10-10  Simon Josefsson  <jas@extundo.com>
2126
2127         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
2128         auth, selected or examine state.
2129
2130         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
2131         buffer and error buffer depending on type of information.
2132
2133         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
2134         --status-fd stuff even if gpg.el is not used (revert earlier
2135         change).
2136         (mml2015-pgg-{clear-,}verify): Store both output and errors as
2137         gnus details.
2138         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
2139         buffer.
2140
2141         * pgg.el (pgg-verify-region): Use it.
2142
2143         * pgg-def.el (pgg-query-keyserver): New variable.
2144
2145         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
2146         key-identifier in packet.  Is this a good idea?
2147
2148         * mml.el (mml-mode-map): Add security commands that operates on
2149         MIME parts.
2150         (mml-menu): And menu items for them.
2151
2152         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
2153
2154         * mml.el (mml-parse-1): Support sender in #secure tags.
2155
2156         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
2157         defined.
2158
2159         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
2160         (mml-pgp-encrypt-buffer): Support combined signing.
2161
2162         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
2163         (mml1991-gpg-encrypt): Ditto.
2164         (mml1991-pgg-encrypt): Ditto.
2165         (mml1991-encrypt): Pass sign parameter.
2166
2167         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
2168         (mml-signencrypt-style): Mention the variable.
2169
2170 2002-10-09  Simon Josefsson  <jas@extundo.com>
2171
2172         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
2173         pgg-gpg-user-id.
2174
2175         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
2176         (pgg-fetch-key-function): Nil if w3 is not installed.
2177
2178 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2179
2180         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
2181         gnus-agent-current-history.
2182
2183 2002-10-06  Simon Josefsson  <jas@extundo.com>
2184
2185         * imap.el (imap-parse-status): Don't use read to read token.
2186
2187 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2188
2189         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
2190         for methods not covered by the agent, and when unplugged.
2191
2192 2002-10-05  Simon Josefsson  <jas@extundo.com>
2193
2194         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
2195         signing.
2196
2197         * gnus-agent.el (gnus-agent-read-servers): If getting method from
2198         a named server fails, ignore the server.
2199
2200         * mml1991.el (mml1991-pgg-sign): Do QP.
2201
2202         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
2203         work.
2204
2205 2002-10-04  Simon Josefsson  <jas@extundo.com>
2206
2207         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
2208
2209         * pgg-pgp.el (pgg-pgp-verify-region): Inline
2210         binary-write-decoded-region from MEL.
2211
2212         * pgg.el (pgg-encrypt-region): Support sign.
2213
2214         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
2215
2216         * mml2015.el (mml2015-pgg-encrypt): Ditto.
2217
2218         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
2219         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
2220         branch where PGG was taken from in the ChangeLog entries below.
2221
2222 2002-10-01  Simon Josefsson  <jas@extundo.com>
2223
2224         * pgg-pgp.el: Don't require mel.  Don't use luna.
2225         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
2226         (pgg-pgp-process-region): Use expand-file-name instead of concat.
2227         (pgg-pgp-process-region): Don't use binary-funcall.
2228
2229         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
2230
2231         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
2232         instead of concat.
2233
2234         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
2235
2236 2002-09-29  Simon Josefsson  <jas@extundo.com>
2237
2238         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
2239         compile warnings.
2240
2241         * pgg.el (pgg-decrypt-region): Don't parse packet.
2242
2243         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
2244
2245 2002-09-29  Daiki Ueno <ueno@unixuser.org>
2246
2247         * pgg.el: Remove dependency on calist.el.
2248
2249 2002-09-28  Simon Josefsson  <jas@extundo.com>
2250
2251         * pgg.el (pgg-temporary-file-directory): New variable.
2252         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
2253
2254         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
2255         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
2256
2257         * pgg-parse.el (pgg-char-int): Defalias.
2258         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
2259         (pgg-read-bytes, pgg-read-body): Use it.
2260         (pgg-decode-packets): Don't use MEL, use base64-*.
2261         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
2262         (pgg-string-as-unibyte): Defalias.
2263         (pgg-parse-armor-region): Use it.
2264
2265         * pgg-gpg.el (pgg-gpg-process-region): Use
2266         pgg-temporary-file-directory.
2267
2268         * luna.el: Don't def-edebug.
2269
2270         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
2271         binary-write-decoded-region from MEL.
2272
2273         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
2274
2275         * alist.el, calist.el: Don't require product/APEL.
2276
2277         * pgg-parse.el (top-level): Remove dependency on static.el,
2278         pccl.el, mel.el.
2279         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
2280         `define-ccl-program' is boundp, instead of using broken.
2281
2282 2002-10-01  Simon Josefsson  <jas@extundo.com>
2283
2284         * message.el (message-required-mail-headers): Remove Lines:.
2285
2286 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2287         From Jesper Harder.
2288
2289         * gnus-group.el (gnus-group-fetch-charter,
2290         gnus-group-fetch-control): Prompt for group if given a prefix
2291         argument.
2292         * gnus-sum.el (t): Add gnus-group-fetch-charter and
2293         gnus-group-fetch-control to summary key map and menu.
2294
2295
2296 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
2297
2298         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
2299         number when there are no articles.
2300
2301 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2302
2303         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
2304         arg ALL means to fetch all articles, not only downloadable ones.
2305         (gnus-agent-fetch-selected-article): New function for
2306         gnus-select-article-hook or gnus-mark-article-hook.
2307
2308 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2309         From Peter von der Ahe <nospam2159@daimi.au.dk>.
2310
2311         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
2312         raw-text.
2313
2314 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
2315
2316         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
2317         Pinard).
2318         Major revamp of the code, documentation is in comments in the file
2319         for now.
2320
2321 2002-09-30  Simon Josefsson  <jas@extundo.com>
2322
2323         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
2324         buffer seem to be needed?
2325
2326 2002-09-29  Simon Josefsson  <jas@extundo.com>
2327
2328         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
2329         compile warnings.
2330
2331         * mml1991.el (mml1991-function-alist): Add pgg.
2332         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
2333         (mml1991-pgg-encrypt): Fix recipients querying.
2334
2335 2002-09-28  Simon Josefsson  <jas@extundo.com>
2336
2337         * mml2015.el (autoload): Autoload correct files.  Trivial patch
2338         from dme@dme.org.
2339         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
2340         handle is returned.
2341
2342 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2343
2344         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2345         Protect against non-existent of `nnimap-mailbox-info'.
2346
2347 2002-09-27  Simon Josefsson  <jas@extundo.com>
2348
2349         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
2350         (gnus-setup-news-hook): Use it.
2351         (gnus-after-getting-new-news-hook): Ditto.
2352
2353         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
2354
2355 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2356         From Mats Lidell <matsl@contactor.se>.
2357
2358         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
2359
2360 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2361
2362         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
2363         the part to decode encoded words, use raw words instead of decoded
2364         words.
2365
2366 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2367
2368         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
2369
2370         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
2371         (mm-setup-w3m): Use it.
2372
2373 2002-09-27  Simon Josefsson  <jas@extundo.com>
2374
2375         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
2376         article buffers.
2377
2378         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
2379         it just in case.
2380         (nnimap-update-unseen): New function; update unseen count in
2381         `n-m-info'.
2382         (nnimap-close-group): Call it.
2383
2384         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
2385         (gnus-after-getting-new-news-hook): Ditto.
2386
2387         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
2388         message into verboselevel 9.  Change slow mail check message.
2389         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
2390         (nnimap-fixup-unread-after-getting-new-news): New function, to be
2391         used as a hook after getting new mail.
2392
2393 2002-09-26  Simon Josefsson  <jas@extundo.com>
2394
2395         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
2396         SELECT/EXAMINE is first unseen article, not number of unseen
2397         articles.  Make them distinct by renaming the former to
2398         `first-unseen' instead of `unseen'.
2399
2400         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
2401         too.
2402         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
2403         changed.
2404         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
2405
2406         * gnus-int.el (gnus-server-unopen-status): Defcustom.
2407
2408         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
2409         better.
2410
2411         * mml2015.el (mml2015-pgg-decrypt): Only add security information
2412         if dissecting resulting buffer actually had any information.
2413
2414 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2415
2416         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
2417         because the function `string<' allows symbols.
2418
2419         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
2420
2421 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
2422
2423         * message.el (message-forward-make-body): Revert an early change
2424         because 8-bit utf-8 emails.
2425
2426 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
2427
2428         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
2429         links to Info)
2430         * gnus-art.el (gnus-treat-highlight-signature):
2431         * gnus-art.el (gnus-treat-buttonize):
2432         * gnus-art.el (gnus-treat-buttonize-head):
2433         * gnus-art.el (gnus-treat-emphasize):
2434         * gnus-art.el (gnus-treat-strip-cr):
2435         * gnus-art.el (gnus-treat-unsplit-urls):
2436         * gnus-art.el (gnus-treat-leading-whitespace):
2437         * gnus-art.el (gnus-treat-hide-headers):
2438         * gnus-art.el (gnus-treat-hide-boring-headers):
2439         * gnus-art.el (gnus-treat-hide-signature):
2440         * gnus-art.el (gnus-treat-fill-article):
2441         * gnus-art.el (gnus-treat-hide-citation):
2442         * gnus-art.el (gnus-treat-hide-citation-maybe):
2443         * gnus-art.el (gnus-treat-strip-list-identifiers):
2444         * gnus-art.el (gnus-treat-strip-pgp):
2445         * gnus-art.el (gnus-treat-strip-pem):
2446         * gnus-art.el (gnus-treat-strip-banner):
2447         * gnus-art.el (gnus-treat-highlight-headers):
2448         * gnus-art.el (gnus-treat-highlight-citation):
2449         * gnus-art.el (gnus-treat-date-ut):
2450         * gnus-art.el (gnus-treat-date-local):
2451         * gnus-art.el (gnus-treat-date-english):
2452         * gnus-art.el (gnus-treat-date-lapsed):
2453         * gnus-art.el (gnus-treat-date-original):
2454         * gnus-art.el (gnus-treat-date-iso8601):
2455         * gnus-art.el (gnus-treat-date-user-defined):
2456         * gnus-art.el (gnus-treat-strip-headers-in-body):
2457         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
2458         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
2459         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
2460         * gnus-art.el (gnus-treat-unfold-headers):
2461         * gnus-art.el (gnus-treat-fold-headers):
2462         * gnus-art.el (gnus-treat-fold-newsgroups):
2463         * gnus-art.el (gnus-treat-overstrike):
2464         * gnus-art.el (gnus-treat-display-xface):
2465         * gnus-art.el (gnus-treat-display-smileys):
2466         * gnus-art.el (gnus-treat-from-picon):
2467         * gnus-art.el (gnus-treat-mail-picon):
2468         * gnus-art.el (gnus-treat-newsgroups-picon):
2469         * gnus-art.el (gnus-treat-body-boundary):
2470         * gnus-art.el (gnus-treat-capitalize-sentences):
2471         * gnus-art.el (gnus-treat-fill-long-lines):
2472         * gnus-art.el (gnus-treat-play-sounds):
2473         * gnus-art.el (gnus-treat-translate):
2474         * gnus-art.el (gnus-treat-x-pgp-sig):
2475         * gnus-art.el (gnus-mime-button-line-format):
2476         * gnus-art.el (gnus-button-man-level):
2477         * gnus-art.el (gnus-button-emacs-level):
2478         * gnus-cus.el (gnus-group-parameters):
2479         * gnus-gl.el (bbb-build-mid-scores-alist):
2480         * gnus-group.el (gnus-group-line-format):
2481         * gnus-mlspl.el (gnus-group-split-setup):
2482         * gnus-mlspl.el (gnus-group-split):
2483         * gnus-msg.el (gnus-mailing-list-groups):
2484         * gnus-msg.el (gnus-posting-styles):
2485         * gnus-nocem.el (gnus-nocem-issuers):
2486         * gnus-score.el (gnus-score-regexp-bad-p):
2487         * gnus-srvr.el (gnus-server-line-format):
2488         * gnus-topic.el (gnus-topic-line-format):
2489         * gnus.el (gnus-summary-line-format):
2490         * mail-source.el (mail-sources):
2491         * message.el (message-subscribed-address-file):
2492         * nnmail.el (nnmail-split-fancy):
2493
2494 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
2495
2496         * mail-source.el(mail-source-run-script): use `functionp' to test
2497         whether the argument `script' is in fact a function.
2498         (mail-sources): adjust the defcustom to allow users to specify a
2499         function or a string as the value of the `:prescript' and
2500         `:postscript' arguments of the `file' and `pop3' mail sources.
2501
2502 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
2503
2504         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
2505         number when article 1 does not exist.
2506
2507 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2508
2509         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
2510         apropos if apropos-variable does not exist.
2511         (gnus-button-guessed-mid-regexp)
2512         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
2513         regexes.  From Reiner Steib.
2514         (gnus-button-handle-describe-function)
2515         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
2516         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
2517         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
2518
2519 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
2520         Trivial patch.
2521
2522         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
2523         the file.
2524
2525 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
2526
2527         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
2528
2529 2002-09-24  Simon Josefsson  <jas@extundo.com>
2530
2531         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
2532         (mml2015-use): Prefer PGG if installed.
2533         (mml2015-function-alist): Add PGG wrappers.
2534         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
2535         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
2536         prefix, make regexp optionally skip it.
2537         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
2538         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
2539         (mml2015-pgg-encrypt): New functions.
2540         (defvar, autoload): Prevent byte-compile warnings.
2541
2542 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2543         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
2544
2545         * gnus-art.el (article-strip-banner): Check for the existence of
2546         from header.
2547
2548 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
2549
2550         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
2551         (gnus-button-alist): Improved regexp for
2552         gnus-button-handle-mid-or-mail (false positives), fixed
2553         gnus-button-handle-man entries.
2554         From Reiner Steib.
2555
2556 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
2557         From Josh Huber.
2558
2559         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
2560         nnmail-extra-headers is non-nil.
2561
2562 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
2563
2564         * nnmaildir.el: Store article numbers persistently.  General
2565         revision.
2566         (nnmaildir-request-expire-articles): handle 'immediate and 'never
2567         for nnmail-expiry-wait; delete instead of moving if 'force is
2568         given.
2569
2570 2002-09-23  Simon Josefsson  <jas@extundo.com>
2571         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
2572
2573         * smime.el (smime-sign-buffer): Get key and extra certs.
2574         (smime-get-key-with-certs-by-email): Utility function.
2575
2576 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
2577         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
2578
2579         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
2580         article exists.
2581
2582 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
2583
2584         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
2585
2586 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
2587         From Reiner Steib.
2588
2589         * gnus-art.el (gnus-button-handle-custom,
2590         gnus-button-handle-mid-or-mail,
2591         gnus-button-handle-describe-{function,variable,key},
2592         gnus-button-handle-apropos{,command,variable}): New functions.
2593         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
2594         gnus-button-{man,emacs,mail}-level): New variables.
2595         (gnus-button-alist): Use the above to buttonize emacs and mail
2596         related links.
2597
2598 2002-09-18  Juanma Barranquero  <lektu@terra.es>
2599
2600         * gnus-int.el (gnus-status-message): Fix spacing.
2601
2602         * imap.el (imap-continuation): Fix typos.
2603
2604 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
2605
2606         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
2607
2608         * gnus-art.el (gnus-article-reply-with-original): Correct
2609         with-current-buffer scope.
2610
2611         * message.el (message-completion-alist): Add Reply-To, From, etc.
2612
2613 2002-09-18  Simon Josefsson  <jas@extundo.com>
2614
2615         * nnimap.el (nnimap-request-expire-articles): Make flag setting
2616         conditional.  From Nevin Kapur <nevin@jhu.edu>.
2617
2618 2002-09-17  Simon Josefsson  <jas@extundo.com>
2619
2620         * nnimap.el (nnimap-expiry-target): Don't search for which
2621         articles exists here.
2622         (nnimap-request-expire-articles): Do it here instead.  Only expire
2623         when articles are found.  Suggested by Nevin Kapur
2624         <nevin@jhu.edu>.
2625
2626 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2627         From Reiner Steib <reiner.steib@gmx.de>.
2628
2629         * message.el (message-strip-subject-trailing-was)
2630         (message-change-subject, message-add-archive-header)
2631         (message-xpost-fup2-header, message-xpost-insert-note)
2632         (message-xpost-fup2, message-reduce-to-to-cc): New functions
2633         adopted from message-utils.el.  Add functions to the keymap, mode
2634         describtion and menu.
2635         (message-change-subject,message-xpost-fup2): Signal error if
2636         current header is empty.
2637         (message-xpost-insert-note): Changed insert position.
2638         (message-archive-note): Ensure to insert note in message body (not
2639         in head).
2640         (message-archive-header, message-archive-note)
2641         (message-xpost-default, message-xpost-note, message-fup2-note)
2642         (message-xpost-note-function): New variables adopted from
2643         message-utils.el.  Changed some doc-strings.
2644         (message-mark-insert-{begin,end}): Rename from
2645         message-{begin,end}-inserted-text-mark (message-utils.el), changed
2646         values.
2647         (message-subject-trailing-was-query)
2648         (message-subject-trailing-was-ask-regexp)
2649         (message-subject-trailing-was-regexp): New variables.
2650         (message-to-list-only): Added doc-string and menu entry.
2651
2652         * message-utils.el: Removed.  Functions are now in message.el.
2653
2654 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
2655
2656         * gnus-art.el (gnus-article-reply-with-original,
2657         gnus-article-followup-with-original): Switch to
2658         gnus-summary-buffer before reply/followup.
2659
2660 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
2661
2662         * gnus-sum.el (gnus-summary-toggle-header): The article window may
2663         not exist. Toggle it anyway.
2664
2665 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
2666
2667         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
2668
2669         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
2670         Trivial patch from Urban Engberg <ue@ccieurope.com>.
2671
2672         * rfc2047.el (message-posting-charset): Defvar it.
2673         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
2674         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
2675
2676         * mail-source.el (mail-source-fetch): Hide password.
2677
2678         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
2679
2680 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2681         From John Paul Wallington <jpw@shootybangbang.com>.
2682
2683         * gnus.el (gnus-visual, gnus-meta): Fix typo.
2684
2685 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2686
2687         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
2688
2689 2002-09-11  Simon Josefsson  <jas@extundo.com>
2690
2691         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
2692         (nnimap-split-rule): Doc fix.
2693         (nnimap-request-expire-articles): Cleanup code.
2694
2695 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2696         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
2697
2698         * gnus-art.el (gnus-article-address-banner-alist): New option.
2699         (article-strip-banner): Refer the above option to split banners of
2700         free mail servers, when no group parameter is specified.
2701
2702 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2703
2704         * nntp.el (nntp-wait-for-string): Check for a process in the
2705         current buffer instead of `nntp-server-buffer'.
2706
2707 2002-09-09  Simon Josefsson  <jas@extundo.com>
2708
2709         * gnus-art.el (gnus-button-man-handler): New variable.
2710         (gnus-button-alist): Use g-b-handle-man.
2711         (gnus-button-handle-man): New, call g-b-man-handler.
2712
2713 2002-09-08  Simon Josefsson  <jas@extundo.com>
2714
2715         * gnus-art.el (gnus-button-alist): Buttonize man page links.
2716
2717 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2718
2719         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
2720
2721 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2722
2723         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
2724
2725         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
2726         keystroke.
2727
2728         * gnus-srvr.el (gnus-browse-describe-group): New command and
2729         keystroke.
2730
2731 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2732
2733         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
2734         value for gnus-decoration property.
2735
2736 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2737
2738         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
2739         string) as group name in case we have a CRLF in the file.
2740
2741 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
2742
2743         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
2744         group.
2745         (rfc1843-decode-hzp): do.
2746         (rfc1843-newsgroups-regexp): do.
2747
2748 2002-09-04  Simon Josefsson  <jas@extundo.com>
2749
2750         * message.el (message-canlock-generate): Make sure sha1 doesn't
2751         call external programs.
2752
2753 2002-09-03  Simon Josefsson  <jas@extundo.com>
2754
2755         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
2756
2757         * gnus-agent.el (gnus-agent-batch): Add doc.
2758
2759 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
2760
2761         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
2762         check for signed and encrypted parts.
2763         * mml.el (mml-parse-1): Correct small typo which preventing
2764         setting recipients in a secure tag.
2765
2766 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2767
2768         * mm-util.el (mm-coding-system-priorities): Default to a list of
2769         iso-2022-jp and others for the Japanese environment.
2770
2771 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2772
2773         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
2774         invalid display names.
2775
2776 2002-08-30  Simon Josefsson  <jas@extundo.com>
2777
2778         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
2779         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
2780
2781 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
2782
2783         * gnus.el (gnus-group-charter-alist): New option.
2784         (gnus-group-fetch-control-use-browse-url): New option.
2785
2786         * gnus-group.el (gnus-group-fetch-charter): New function.
2787         (gnus-group-fetch-control): New function.
2788         Add them to the keymap and menu. Require mm-url.
2789
2790 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2791
2792         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
2793         From Alex Schroeder <alex@emacswiki.org>.
2794
2795 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
2796
2797         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
2798         items expecting user interaction.
2799
2800         * gnus-topic.el (gnus-topic-make-menu-bar): do.
2801
2802         * gnus-sum.el (gnus-summary-make-menu-bar): do.
2803
2804         * gnus-srvr.el (gnus-server-make-menu-bar): do.
2805
2806         * mml.el (mml-menu): do.
2807
2808 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2809
2810         * mail-source.el (mail-source-touch-pop): New function.
2811
2812         * message.el (message-smtpmail-send-it): New function.
2813         (message-send-mail-function): Add it for a candidate.
2814
2815 2002-08-27  Simon Josefsson  <jas@extundo.com>
2816
2817         * gnus-msg.el (posting-charset-alist): Use
2818         gnus-define-group-parameter instead of defcustom.
2819         (gnus-put-message): Handle SPC in GCC.
2820         (gnus-inews-insert-gcc): Ditto.
2821         (gnus-inews-insert-archive-gcc): Ditto.
2822
2823 2002-08-26  Simon Josefsson  <jas@extundo.com>
2824
2825         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
2826         (gnus-agentize): Auto agentize all nntp and nnimap groups.
2827         (gnus-agent-possibly-save-gcc): Autoload.
2828         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
2829
2830 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2831
2832         * gnus.el (gnus-other-frame-function): New user option.
2833         (gnus-other-frame): Use it; add a doc-string; make it work with
2834         the gnuclient program.
2835
2836         * gnus-util.el (gnus-frame-or-window-display-name): New function.
2837
2838         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
2839         `device-connection' and `dfw-device'.
2840
2841 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2842
2843         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
2844         positives, make it stricter.  From Jochen Hein (trivial change).
2845
2846 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2847
2848         * gnus.el (gnus-other-frame): Trivial fix.
2849
2850 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2851
2852         * gnus.el (gnus-other-frame-parameters): New user option.
2853         (gnus-other-frame-object): New variable.
2854         (gnus-other-frame): Make it search for existing Gnus frame; don't
2855         read new news; delete frame on exit.
2856
2857         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
2858
2859         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
2860
2861 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2862         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
2863
2864         * message.el (message-set-auto-save-file-name): Add support for
2865         the Cygwin Emacs; the system-type is `cygwin'.
2866         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
2867
2868 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
2869
2870         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
2871
2872         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
2873         avoid arithmetic errors.
2874
2875 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2876
2877         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
2878
2879 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2880
2881         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
2882         (message-ignored-resent-headers): Add envelope From.
2883
2884 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2885
2886         * gnus.el (gnus-summary-line-format): Document %k specifier.
2887
2888 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2889
2890         * gnus-sum.el (gnus-summary-line-message-size): New function.
2891         (gnus-summary-line-format-alist): Use it.
2892
2893 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2894
2895         * gnus-art.el (article-make-date-line): Refer to the value for
2896         `gnus-article-time-format' in the summary buffer.
2897
2898         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
2899
2900 2002-08-14  Simon Josefsson  <jas@extundo.com>
2901
2902         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
2903         quoting.
2904         (gnus-button-alist): Fix doc.
2905         (gnus-header-button-alist): Use ' not ` for default value quoting.
2906         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
2907         rationale similar to 2002-05-01 change.
2908         (gnus-article-add-buttons-to-head): Evaluate expression.
2909
2910         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
2911
2912 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2913
2914         * message.el (message-font-lock-keywords): Refer to the value for
2915         `message-cite-prefix-regexp' dynamically.
2916
2917 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2918
2919         * gnus-art.el (gnus-decode-header-methods): Doc fix.
2920
2921 2002-08-12  Simon Josefsson  <jas@extundo.com>
2922
2923         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
2924         (imap-shell-open): Skip initial junk before IMAP greeting.
2925
2926 2002-08-11  Simon Josefsson  <jas@extundo.com>
2927
2928         * message-utils.el (message-xpost-default,
2929         message-xpost-fup2-header, message-xpost-fup2): Fixed
2930         Typos.  Trivial changes from Reiner Steib
2931         <4uce.02.r.steib@gmx.net>.
2932
2933 2002-08-09  Simon Josefsson  <jas@extundo.com>
2934
2935         * message.el (message-canlock-password): Set
2936         canlock-password-for-verify to newly generated canlock-password.
2937         When Emacs is restarted, Custom makes sure this is set, but during
2938         the same session we must set it manually.
2939
2940 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
2941
2942         * yenc.el: New file.
2943
2944         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
2945         (mm-uu-type-alist): Add yenc.
2946         (mm-uu-yenc-filename): New function.
2947         (mm-uu-yenc-extract): New function.
2948
2949         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
2950
2951 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
2952
2953         * dgnushack.el (merge): Don't use coerce.
2954
2955 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
2956
2957         * mailcap.el (mailcap-mime-data): Test window-system rather than
2958         mm-device-type.
2959         (mailcap-mime-data): Call xdvi and gv with "-safer".
2960
2961         * mm-util.el: Don't define mm-device-type.
2962
2963 2002-08-05  Simon Josefsson  <jas@extundo.com>
2964
2965         * mm-util.el (mm-coding-system-priorities): coding-system type not
2966         supported everywhere.
2967
2968 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2969
2970         * gnus.el (gnus-version-number): Bumped version number.
2971
2972 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2973
2974         * gnus.el: Oort Gnus v0.07 is released.
2975
2976 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2977
2978         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
2979         (gnus-article-sort-functions): Doc fix.
2980         (t): New keystroke.
2981         (gnus-article-sort-by-random): New function.
2982         (gnus-thread-sort-by-random): New function.
2983
2984 2002-08-02  Simon Josefsson  <jas@extundo.com>
2985
2986         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
2987         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
2988
2989 2002-07-31  Danny Siu  <dsiu@adobe.com>
2990
2991         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
2992         when splitting malformed messages without message-id
2993
2994 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2995         From Niklas Morberg <niklas.morberg@axis.com>.
2996
2997         * nnweb.el (nnweb-type, nnweb-type-definition)
2998         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
2999         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
3000         functionality.
3001         * nnweb.el: Removed old non-functioning search engines.
3002
3003 2002-07-27  Simon Josefsson  <jas@extundo.com>
3004
3005         * message.el (message-forward-make-body): Don't use
3006         `message-forward-ignored-headers' when doing a "raw" followup (it
3007         is important to preserve e.g. CTE).
3008
3009         * flow-fill.el (fill-flowed): Disable filladapt-mode.
3010
3011         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
3012         regexp-quote, Cyrus Sieve is fixed.
3013
3014         * sieve-manage.el (sieve-manage-deletescript): New function.
3015
3016         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
3017         (sieve-manage-mode): Fix menubar.
3018         (sieve-activate): Change some messages.
3019         (sieve-deactivate-all): New function.
3020         (sieve-deactivate): New alias.
3021         (sieve-remove): New function.
3022         (sieve-help): Fix help.
3023         All suggested by Ned Ludd.
3024
3025 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3026
3027         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
3028         (mm-w3m-safe-url-regexp): New user option.
3029
3030         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
3031         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
3032
3033 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
3034
3035         * gnus-sum.el (gnus-summary-delete-article): Force
3036         nnmail-expiry-target to 'delete, so that absolute deletion
3037         happens when absolute deletion is requested.
3038
3039 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3040         From Nevin Kapur <nevin@jhu.edu>.
3041
3042         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
3043         headers as empty headers.
3044
3045 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3046         From Jochen Hein <jochen@jochen.org>.
3047
3048         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
3049         correct typo.
3050         (gnus-emphasis-strikethru): New face.
3051
3052 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3053         From Jason Merrill <jason@redhat.com>.
3054
3055         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
3056         entire file for each of a sequence of missing articles.
3057
3058         * gnus-salt.el (gnus-binary-display-article): Respect an existing
3059         value for gnus-view-pseudos.
3060
3061         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
3062         avoid nreverse.
3063
3064 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3065         From Ted Zlatanov <teodor.zlatanov@divine.com>.
3066
3067         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
3068         (gnus-summary-mode-line-format-alist): Add %h for number of
3069         spams.
3070         (gnus-newsgroup-spam-marked): New variable.
3071         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
3072         (gnus-article-read-p, gnus-article-mark)
3073         (gnus-set-global-variables, gnus-set-global-variables)
3074         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
3075         (gnus-summary-mark-article-as-unread)
3076         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
3077         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
3078         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
3079
3080 2002-07-10  Simon Josefsson  <jas@extundo.com>
3081
3082         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
3083         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
3084
3085 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
3086
3087         * gnus-sum.el (gnus-summary-delete-article): Respect group
3088         parameters while expiring.
3089
3090 2002-07-08  Simon Josefsson  <jas@extundo.com>
3091
3092         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
3093         Enberg.
3094
3095 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3096
3097         * gnus-art.el (article-unsplit-urls): Only display MIME when this
3098         function is called interactively.  From Niklas Morberg.
3099
3100 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3101
3102         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
3103         cdaar to cdar and car.
3104
3105         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
3106         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
3107
3108 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3109
3110         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
3111         don't break a narrowed article.
3112
3113         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
3114         (nntp-open-via-rlogin-and-telnet): Ditto.
3115
3116 2002-07-02  Didier Verna  <didier@xemacs.org>
3117
3118         * nnmail.el (nnmail-split-methods): fix custom type.
3119
3120 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3121
3122         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
3123         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
3124
3125 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3126
3127         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
3128         (gnus-summary-resend-message): Use it.
3129
3130 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3131
3132         * nntp.el (nntp-via-rlogin-command-switches): New variable.
3133         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
3134
3135 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3136
3137         * message.el (message-font-lock-keywords): Don't fontify
3138         headers in the message body, only in the header.
3139         (message-font-lock-make-header-matcher): New function, used by
3140         message-font-lock-keywords.
3141         From Katsumi Yamaoka <yamaoka@jpl.org>.
3142
3143 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3144
3145         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
3146
3147 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3148
3149         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
3150
3151 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3152
3153         * message.el (message-font-lock-keywords): Revert 2002-06-22
3154         change.
3155
3156 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3157
3158         * message.el (message-font-lock-keywords): Put colon in header
3159         name match.
3160
3161 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3162
3163         * message.el (message-font-lock-keywords): Don't use header faces
3164         in the body.  Thanks to Stefan Monnier for the hint on the
3165         implementation.
3166
3167 2002-05-09  Miles Bader  <miles@gnu.org>
3168
3169         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
3170         (gnus-article-hide-citation): Respect it.
3171
3172 2002-04-12  Juanma Barranquero  <lektu@terra.es>
3173
3174         * pop3.el (pop3-open-server): Fix typo.
3175
3176 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
3177
3178         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
3179         instead of push to ignore duplicate to-(list|address) values.
3180         * nnmail.el (nnmail-cache-ignore-groups): New.
3181         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
3182
3183 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3184
3185         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
3186         before sending.  Suggested by Jan Rychter.
3187
3188 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3189
3190         * dgnushack.el (remove): New compiler macro.
3191         (last, coerce, subseq): Remove compiler macros for those built-in
3192         or unused functions.
3193
3194 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3195
3196         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
3197         sure to write byte-compiled versions of gnus-*-format-alist to
3198         .newsrc.eld.  From Simon Josefsson.
3199
3200 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3201
3202         * gnus-agent.el (gnus-agent-read-servers)
3203         (gnus-agent-write-servers): Put server name (string like
3204         "nnchoke:frumple") in the file instead of a server specification
3205         (Lisp expression like (nnchoke "frumple" ...parameters...)).
3206         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
3207
3208 2002-06-16  Simon Josefsson  <jas@extundo.com>
3209
3210         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
3211         Reiner Steib <4uce.02.r.steib@gmx.net>.
3212
3213 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3214
3215         * nnheader.el (nnheader-file-name-translation-alist): Set the
3216         default value for MS Windows systems.
3217
3218         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
3219
3220 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3221
3222         * message.el (message-beginning-of-line): Keep the region active
3223         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
3224
3225 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
3226
3227         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
3228         * gnus-msg.el (gnus-summary-reply): Ditto.
3229         * gnus-msg.el (gnus-summary-handle-replysign): New.
3230
3231 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3232
3233         * message.el (message-send-mail-with-sendmail): Kill errbuf even
3234         if sending failed.
3235
3236 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
3237
3238         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
3239         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
3240         to sign while encrypting.
3241
3242 2002-06-11  Simon Josefsson  <jas@extundo.com>
3243
3244         * gnus-int.el (gnus-request-move-article): Agent expire article if
3245         successfuly moved.
3246
3247         * nnweb.el (nnweb-google-create-mapping): Honors the value of
3248         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
3249
3250 2002-06-10  Simon Josefsson  <jas@extundo.com>
3251
3252         * gnus-int.el (gnus-request-expire-articles): Fix last change?
3253
3254 2002-06-09  Simon Josefsson  <jas@extundo.com>
3255
3256         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
3257
3258         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
3259
3260 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3261
3262         * flow-fill.el (fill-flowed): Ignore errors.
3263
3264 2002-06-06  Simon Josefsson  <jas@extundo.com>
3265
3266         * message.el (message-send-mail-with-sendmail): Improve error message.
3267
3268 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3269
3270         * message.el (message-interactive): Change default from nil to t.
3271         Better to be safe than to be fast.
3272
3273 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3274
3275         * message.el (message-send-mail-with-sendmail): Check return value
3276         from call-process-region.
3277
3278 2002-06-04  Simon Josefsson  <jas@extundo.com>
3279
3280         * gnus-msg.el (gnus-group-mail, gnus-group-news)
3281         (gnus-group-post-news, gnus-summary-mail-other-window)
3282         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
3283         gnus-article-copy to nil, thereby inhibiting the `header' posting
3284         style match to use data from last viewed article.
3285         Suggested by Hrvoje Niksic.
3286
3287 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3288
3289         * spam.el (spam-point-at-eol): New alias.
3290         (spam-parse-whitelist): Use it.
3291
3292 2002-06-03  Simon Josefsson  <jas@extundo.com>
3293
3294         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
3295         (nnmail-article-group): Use it.
3296
3297 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3298
3299         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
3300         so that code reading them won't be surprised.  From Jesper Harder
3301         <harder@ifa.au.dk>.
3302
3303 2002-05-29  Simon Josefsson  <jas@extundo.com>
3304
3305         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
3306         articles.
3307
3308         * gnus.el (gnus-agent-cache): Doc fix.
3309         (gnus-agent): Change default to t.
3310
3311         * gnus-agent.el (gnus-agent-expire): Make it accept optional
3312         ARTICLES, GROUP and FORCE parameters.
3313
3314 2002-05-28  Simon Josefsson  <jas@extundo.com>
3315
3316         * gnus-group.el (gnus-group-line-format): Doc fix.
3317
3318 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3319
3320         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
3321         original article before yanking.  From Jesper Harder
3322         <harder@ifa.au.dk>.
3323
3324 2002-05-26  Simon Josefsson  <jas@extundo.com>
3325
3326         * gnus-sum.el (gnus-summary-menu-split): New function.
3327         (gnus-summary-make-menu-bar): Split charset submenu.
3328         (gnus-summary-menu-maxlen): New variable.
3329         (gnus-summary-menu-split): Use it.
3330
3331 2002-05-25  Simon Josefsson  <jas@extundo.com>
3332
3333         * mml.el (mml-preview): Generate some headers.
3334
3335         * gnus.el (gnus-large-newsgroup): Fix :type.
3336
3337         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
3338         Agent cache NOV's by default now).
3339         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
3340
3341 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
3342
3343         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
3344         call to gnus-parent-id when we check for References loops.
3345         (gnus-summary-prepare-threads): Avoid simplifying every Subject
3346         twice by saving the simplified subject string in simp-subject.
3347
3348 2002-05-23  Simon Josefsson  <jas@extundo.com>
3349
3350         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
3351         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
3352
3353         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
3354         Niklas Morberg <niklas.morberg@axis.com>.
3355
3356 2002-05-22  Simon Josefsson  <jas@extundo.com>
3357
3358         * sieve.el (sieve-change-region): Define it before it is used.
3359
3360         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
3361         (gnus-summary-reply): Ask for confirmation when replying to news.
3362         Defaults to not ask.  From Benjamin Rutt
3363         <rutt+news@cis.ohio-state.edu>.
3364
3365         * nnimap.el (nnimap-nov-is-evil): Improve doc.
3366
3367 2002-05-21  Simon Josefsson  <jas@extundo.com>
3368
3369         * sieve-mode.el (sieve-manage): Fix autoloads.
3370
3371         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
3372         name (makes it work with recent Cyrus timsieved).
3373
3374 2002-05-20  Jason  <jbaker@cs.utah.edu>
3375         Trivial patch.
3376
3377         * gnus-art.el (gnus-request-article-this-buffer): Try
3378         reconnecting if you don't get the message.
3379
3380 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3381
3382         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
3383         Reply-To headers from the headers.
3384
3385 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3386
3387         * mm-url.el (mm-url-insert): Remove junk message.
3388
3389 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3390
3391         * nnslashdot.el (nnslashdot-request-list): Parse new html.
3392         (nnslashdot-use-front-page): New variable.
3393         (nnslashdot-request-list): Use it.
3394
3395         * mm-url.el (mm-url-timeout): New variable.
3396         (mm-url-retries): Ditto.
3397         (mm-url-insert): Use it.
3398
3399 2002-05-16  Simon Josefsson  <jas@extundo.com>
3400
3401         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
3402         (gnus-simplify-subject-functions): Mention g-s-a-w.
3403
3404 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
3405
3406         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
3407         nnmail-cache-insert.
3408         * nndiary.el (nndiary-request-accept-article): Ditto.
3409         * nnfolder.el (nnfolder-request-accept-article): Ditto.
3410         * nnimap.el (nnimap-request-accept-article): Ditto.
3411         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
3412         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
3413         * nnmbox.el (nnmbox-request-accept-article): Ditto.
3414         * nnmh.el (nnmh-request-accept-article): Ditto.
3415         * nnmail.el (nnmail-cache-insert): Change group to required,
3416         removed code which tried to figure out the group.
3417
3418 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
3419
3420         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
3421         messages. From Hans de Graaff <hans@degraaff.org>.
3422         * nnml.el (nnml-request-accept-article): Pass in the group name to
3423         nnmail-cache-insert, since it's available.
3424
3425 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
3426
3427         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
3428
3429 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3430         From Florian Weimer <fw@deneb.enyo.de>.
3431
3432         * gnus.el (subscribed): New group parameter.
3433         (gnus-find-subscribed-addresses): Use it.
3434
3435 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
3436
3437         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
3438         the default for pgpmime to support pgp v2.
3439         * mml-sec.el (mml-signencrypt-style): New accessor function to
3440         allow users to get/set the signencrypt style more easily without
3441         frobbing the alist directly.
3442         * mml.el (mml-generate-mime-1): Use accessor function.
3443
3444 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3445
3446         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
3447         parenthesis for "<" and ">".  Suggested by Andreas Schwab
3448         <schwab@suse.de>.
3449
3450 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3451
3452         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
3453         when intuiting the group the message is written to.  From Josh
3454         Huber <huber@alum.wpi.edu>.
3455
3456 2002-05-06  Simon Josefsson  <jas@extundo.com>
3457
3458         * gnus-topic.el (gnus-group-topic-parameters): Work when group
3459         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
3460
3461 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
3462
3463         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
3464         argument, and fixed compiler warning. (added autoload for
3465         gpg-encrypt).
3466
3467 2002-05-04  Simon Josefsson  <jas@extundo.com>
3468
3469         * mml1991.el (mml1991-function-alist): Doc fix.
3470
3471         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
3472         doesn't exist (for previewing messages without having Gnus
3473         started).
3474
3475         * mm-util.el (mm-coding-system-priorities): Defcustom.
3476
3477         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
3478
3479 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
3480
3481         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
3482         default.
3483         * mml-sec.el:
3484         * mml-sec.el (mml-signencrypt-style): New.
3485         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
3486         argument `sign'.
3487         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
3488         signencrypt.
3489         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
3490         * mml.el (mml-generate-mime-1): Changed logic so a part which is
3491         both signed & encryped is processed in one operation. (rather than
3492         two separate ops: sign, then encrypt)
3493         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
3494         indication if a message is signed by an expired key.
3495         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
3496         enables combined sign & encrypt operation. (this was always on
3497         before).
3498         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
3499
3500 2002-05-01  Simon Josefsson  <jas@extundo.com>
3501
3502         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
3503         server.
3504         (nnimap-mailbox-info): defvar instead of defvoo.
3505
3506 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3507
3508         * gnus.el: Oort Gnus v0.06 is released.
3509
3510 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3511
3512         * lpath.el: Bind url-package-version.
3513
3514 2002-05-01  Simon Josefsson  <jas@extundo.com>
3515
3516         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
3517         filename before deleting the group itself, because the presence of
3518         a group filename decides if long filenames are used or not.
3519
3520         * gnus-art.el (gnus-button-alist): Don't inline
3521         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
3522         without also modifying g-button-alist.
3523         (gnus-button-alist): Fix type to allow variable as well as regexp.
3524         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
3525         themselves, variables to its contents.
3526         (gnus-button-entry): Ditto.
3527
3528 2002-05-01  Simon Josefsson  <jas@extundo.com>
3529
3530         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
3531         UIDNEXT as a string.
3532
3533         * nnimap.el (nnimap-string-lessp-numerical): New function.
3534         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
3535         integers.
3536
3537 2002-04-29  Simon Josefsson  <jas@extundo.com>
3538
3539         * nnmail.el (nnmail-cache-insert): Accept optional group
3540         parameter.
3541
3542         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
3543         n-r-g-a is disabled.
3544
3545 2002-04-29  Simon Josefsson  <jas@extundo.com>
3546
3547         * nnimap.el (nnimap-split-fancy): Fix doc.
3548         (nnimap-split-fancy): Fix doc.
3549
3550         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
3551         (nnimap-mailbox-info): New internal variable.
3552         (nnimap-retrieve-groups): Implement faster new mail check.
3553
3554         * nnimap.el (nnimap-split-articles): Support
3555         nnmail-cache-accepted-message-ids.
3556         (nnimap-request-accept-article): Ditto.
3557
3558         * imap.el (imap-mailbox-status-asynch): New command.
3559
3560 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
3561
3562         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
3563         are no subscribed mail groups.
3564         - Strip quoted names when comparing addresses
3565
3566 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
3567
3568         * mm-decode.el (mm-text-html-renderer): Change customize type to
3569         const.
3570
3571         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
3572         (gnus-debug-exclude-variables): do.
3573
3574 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3575
3576         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
3577         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
3578
3579 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3580
3581         * dns.el (dns-make-network-process): New macro.
3582         (query-dns): Use it.
3583
3584 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3585
3586         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
3587         article-buffer.
3588
3589         * mm-url.el (mm-url-package-name): New variable.
3590         (mm-url-package-version): New variable.
3591         (mm-url-insert-file-contents): Bind url-package-name and
3592         url-package-version here.
3593         * nnrss.el (nnrss-insert-w3): Move the bindings.
3594
3595         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
3596         url-package-version. Trivial change from Andrew J Cosgriff
3597         <ajc@polydistortion.net>
3598
3599         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
3600         attachments. Trivial change from Peter 'Luna' Runestig
3601         <peter@runestig.com>.
3602
3603 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
3604
3605         * nnkiboze.el (nnkiboze-request-scan): Call
3606         nnkiboze-possibly-change-group.
3607         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
3608         problems.
3609         (nnkiboze-generate-group): Set newsrc to the *highest* article
3610         number kibozed, not the lowest.
3611
3612 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
3613
3614         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
3615
3616 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3617         From Dan Christensen <jdc+news@uwo.ca>.
3618
3619         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
3620         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
3621         Recognize math postings.  Extract Date (now ignores "(15kb)").
3622         Extract email address using gnus-extract-address-components
3623         instead of just taking the first word.  Create Date and From
3624         headers for message which are missing these headers.  Get rid
3625         of spurious \\ lines (purely cosmetic).  Extend body-end and
3626         file-end regexps, to exclude more garbage from the message.
3627         Make URL rephrasing regexp more flexible, to match current
3628         format.
3629
3630 2002-04-23  Simon Josefsson  <jas@extundo.com>
3631
3632         * netrc.el: New file, functions copied from gnus-util.el by Ted
3633         Zlatanov <tzz@lifelogs.com>.
3634
3635         * gnus-util.el: Require netrc.
3636         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
3637         new code in netrc.el.
3638
3639 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3640
3641         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
3642         message-ignored-resent-headers, too.  From Matthieu Moy
3643         <Matthieu.Moy@imag.fr>.
3644
3645 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
3646
3647         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
3648         boolean not a string
3649         * gnus-group.el (gnus-group-line-format): add description of %C
3650         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
3651           as %C
3652         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
3653
3654 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
3655
3656         * nnmaildir.el (nnmaildir-request-scan): typo: set
3657         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
3658         nnmail-get-new-mail for 'find-new-groups.
3659
3660 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
3661
3662         * nnmaildir.el (nnmaildir-request-update-info,
3663         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
3664         unnecessary calls to nnmaildir-request-scan.
3665
3666 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
3667
3668         * gnus-msg.el:
3669         * gnus-msg.el (gnus-message-replysign): New.
3670         * gnus-msg.el (gnus-message-replyencrypt): New.
3671         * gnus-msg.el (gnus-message-replysignencrypted): New.
3672         * gnus-msg.el (gnus-summary-reply): Use the three new variables
3673         (above) to automatically encrypt/sign to encrypted/signed
3674         messages.
3675         * message.el:
3676         * message.el (message-mode-map): Add keybinding for
3677         `message-to-list-only'
3678         * message.el (message-mode): Add description for
3679         `message-to-list-only'
3680         * message.el (message-to-list-only): New.
3681         * message.el (message-make-mft): Changed to use the cl loop macro,
3682         and added optional flag to return only the matched list. (for use
3683         in new message-to-list-only function)
3684
3685 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
3686
3687         * gnus-msg.el:
3688         * gnus-msg.el (gnus-message-replysign):
3689         * gnus-msg.el (gnus-replysign): New.
3690         * gnus-msg.el (gnus-replyencrypt): New.
3691         * gnus-msg.el (gnus-replysignencrypted): New.
3692         * gnus-msg.el (gnus-summary-reply):
3693         * message.el:
3694         * message.el (message-mode-map):
3695         * message.el (message-mode):
3696         * message.el (message-to-list-only): New.
3697         * message.el (message-make-mft):
3698
3699 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
3700
3701         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
3702
3703 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
3704
3705         * message.el (message-gen-unsubscribed-mft): accept a prefix
3706         argument so CC can be included with C-u C-c C-f C-a
3707
3708 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3709         From Ted Zlatanov <teodor.zlatanov@divine.com>.
3710
3711         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
3712         Improve docstring.
3713         (spam-enter-blacklist): New command.
3714
3715         * gnus-sum.el (gnus-spam-mark): New mark.
3716         (gnus-auto-expirable-marks): Add gnus-spam-mark.
3717         (gnus-summary-make-tool-bar): Correct conditional.
3718         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
3719         (gnus-summary-mark-as-spam): New command.
3720
3721 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
3722
3723         * mml-sec.el (mml-secure-message): changed to support arbritrary
3724         modes.
3725         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
3726         changed to support "signencrypt" mode.
3727         * mml.el (mml-parse-1): changed to support different secure modes
3728         more easily. (for signencrypt)
3729
3730 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
3731
3732         * gnus-sum.el (gnus-update-summary-mark-positions)
3733         (gnus-summary-toggle-header):
3734         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
3735         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
3736         (gnus-uu-post-encoded):
3737         * nnfolder.el (nnfolder-possibly-change-group):
3738         * nnimap.el (nnimap-retrieve-headers):
3739         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
3740
3741 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
3742
3743         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
3744         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
3745
3746 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3747
3748         * gnus-srvr.el (gnus-server-set-info): Clear
3749         `gnus-server-method-cache' when `gnus-server-alist' is changed.
3750         From Daiki Ueno <ueno@unixuser.org>.
3751
3752 2002-04-11  Simon Josefsson  <jas@extundo.com>
3753
3754         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
3755         viewing of security buttons.  Thanks to Nicolas Kowalski
3756         <Nicolas.Kowalski@imag.fr>.
3757
3758         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
3759         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
3760         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
3761         <Nicolas.Kowalski@imag.fr>.
3762         (smime-decrypt-buffer): Ditto.
3763
3764 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3765
3766         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
3767         header line.
3768
3769 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
3770
3771         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
3772
3773 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3774
3775         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
3776
3777 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
3778
3779         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
3780         errors when debug.
3781
3782 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
3783
3784         * message.el (message-make-mft): Changed MFT code from using
3785         message-recipients (which included Bcc) to use only the To and CC
3786         headers.
3787
3788 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
3789
3790         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
3791         add link.
3792         (gnus-treat-mail-picon): Ditto.
3793         (gnus-treat-newsgroups-picon): Ditto.
3794         (gnus-picon-databases): Fix custom type.
3795         (gnus-picon-databases): Add link.
3796         (gnus-article-x-face-command): Add to gnus-picon group.
3797
3798 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
3799
3800         * message.el (message-buffer-naming-style): Remove.
3801
3802 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3803
3804         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
3805
3806         * message.el (message-tool-bar-map): Ditto.
3807
3808         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3809
3810 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3811
3812         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
3813
3814 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
3815
3816         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
3817
3818 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
3819         Trivial patch.
3820
3821         * dns.el: open-network-stream under XEmacs does udp.
3822
3823 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
3824
3825         * spam.el (spam-enter-whitelist): New function.
3826         (spam-parse-whitelist): Ditto.
3827         (spam-refresh-list-cache): Ditto.
3828         (spam-address-whitelisted-p): New function.
3829
3830         * dns.el (query-dns): Use TCP when make-network-process isn't
3831         available.
3832         (dns-servers): New variable.
3833         (dns-parse-resolv-conf): New function.
3834         (query-dns): Use it.
3835
3836         * spam.el: New file.
3837
3838         * dns.el (query-dns): Test.
3839
3840 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3841
3842         * lpath.el (featurep): Bind make-network-process.
3843
3844 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
3845
3846         * nnmaildir.el: Use defstruct.  Use a single copy of
3847         nnmail-extra-headers to save memory.  Store server's group name
3848         prefix instead of each group's prefixed name.
3849         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
3850         nntp-server-buffer.
3851
3852 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3853
3854         * dns.el: New file.
3855
3856 2002-03-28  Simon Josefsson  <jas@extundo.com>
3857
3858         * gnus-sum.el (gnus-summary-dummy-line-format):
3859         * gnus.el (gnus-summary-line-format): Fixing links to Info.
3860         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
3861
3862 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3863
3864         * gnus-sum.el (gnus-summary-move-article)
3865         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
3866         the doc string.
3867
3868 2002-03-28  Simon Josefsson  <jas@extundo.com>
3869
3870         * mml-sec.el (mml-secure-message): Search after
3871         mail-header-separator from top of message.
3872
3873 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
3874
3875         * nnmaildir.el: Cosmetic changes.
3876         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
3877         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
3878         nnmaildir--group-ls): New macros/functions.  Use them.
3879         (nnmaildir--unlink): Evalutate argument only once.
3880
3881 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
3882
3883         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
3884         symbols.
3885         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
3886         `gnus-point-at-eol'.
3887
3888 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
3889
3890         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
3891         nnmaildir--marks-dir): New macros.  Use them.
3892         Use inhibit-quit for atomicity instead of in-memory journaling.
3893         (nnmaildir--edit-prep): New function.
3894         (Local Variables): Use it.
3895
3896 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
3897
3898         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3899
3900 2002-03-25  Simon Josefsson  <jas@extundo.com>
3901
3902         * message.el (message-mode): Fix doc.
3903
3904 2002-03-25  Simon Josefsson  <jas@extundo.com>
3905
3906         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
3907         Matthieu Moy <Matthieu.Moy@imag.fr>.
3908
3909 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
3910
3911         * mml-sec.el (mml-unsecure-message): Add docstring.
3912
3913 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
3914
3915         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
3916         value.
3917         Trivial change from andre@slamdunknetworks.com
3918
3919 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
3920
3921         * mml.el (mml-mode-map): Added a keybinding for
3922         `mml-unsecure-message'.  Also, added a menu entry for said
3923         function in the Attachments menu.
3924
3925 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3926
3927         * canlock.el (canlock-version): Remove.
3928         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
3929         here; simplify \x insertions.
3930         (canlock-sha1): New function, always return a unibyte string.
3931         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
3932         of a password.
3933         (canlock-insert-header): Use `canlock-sha1'.
3934         (canlock-verify): Ditto.
3935
3936 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3937
3938         * message.el (message-fix-before-sending): Add an option that
3939         ignores illegible text.
3940         Trivial change from Mark Milhollan <mlm@attglobal.net>
3941
3942         * message.el (message-font-lock-keywords): Support multi-line MML
3943         tags.
3944
3945         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
3946         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
3947
3948 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3949
3950         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
3951         symbols for "View as different encoding" submenu.
3952
3953 2002-03-19  Simon Josefsson  <jas@extundo.com>
3954
3955         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
3956         encoding" submenu.
3957
3958 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
3959
3960         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
3961
3962 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3963
3964         * gnus-sum.el (gnus-sum-thread-tree-root)
3965         (gnus-sum-thread-tree-single-indent)
3966         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
3967         (gnus-sum-thread-tree-leaf-with-other)
3968         (gnus-sum-thread-tree-single-leaf): Make customizable.
3969
3970 2002-03-16  Simon Josefsson  <jas@extundo.com>
3971
3972         * gnus-util.el (gnus-extract-address-components): Don't break on
3973         names such as James "Kibo" Parry.  From Francis Litterio
3974         <franl@world.std.com>.
3975
3976 2002-03-13  Simon Josefsson  <jas@extundo.com>
3977
3978         * pop3.el (pop3-open-server): Revert multibyte change.  From
3979         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
3980
3981         * message.el (message-send-mail-with-qmail): Make it work.  From
3982         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
3983
3984 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
3985
3986         * message.el (message-make-mft): Set case-fold-search while
3987         generating the MFT.  Also, a little cleanup in the MFT code.
3988
3989 2002-03-12  Simon Josefsson  <jas@extundo.com>
3990
3991         * message.el (message-qmail-inject-args): May be function.
3992         (message-send-mail-with-qmail): Call function if m-q-i-a is
3993         function.  From fn@hungry.org (Faried Nawaz).
3994
3995 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
3996
3997         * message.el (message-abbrevs-loaded): Remove.
3998         (mailabbrev): Require it.
3999
4000         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
4001
4002 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4003
4004         * pop3.el (pop3-open-server): Set process buffer unibyte.
4005
4006 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4007
4008         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
4009
4010 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
4011
4012         * nnslashdot.el (nnslashdot-request-article): Remove javascript
4013         too.
4014
4015 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
4016
4017         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
4018         duplication.
4019         (gnus-summary-save-parts-type-history): Ditto.
4020         (gnus-summary-save-parts-last-directory): Ditto.
4021         Trivial change from andre@slamdunknetworks.com
4022
4023 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
4024
4025         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
4026
4027 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4028
4029         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
4030         -->" as the end of the first article.
4031
4032         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
4033         From Matthieu Moy <Matthieu.Moy@imag.fr>
4034
4035         * message.el (message-add-action): Use add-to-list.
4036         (message-delete-action): New function.
4037
4038         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
4039         pieces.
4040
4041 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
4042
4043         * nnnil.el: New file.
4044         * gnus.el (gnus-valid-select-methods): Include nnnil.
4045
4046 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
4047
4048         * message.el (message-syntax-checks): Because canlock is
4049         supported, we disable sender syntax check.
4050         (message-shoot-gnksa-feet): Add cancel-messages option doc.
4051
4052         * gnus-draft.el (gnus-draft-send): If interactive, use its default
4053         value of message-syntax-checks.
4054
4055         * qp.el (quoted-printable-decode-region): Doc addition.
4056         From: Eli Zaretskii <eliz@is.elta.co.il>
4057
4058         * mail-source.el (make-source-make-complex-temp-name): Use
4059         make-temp-file.
4060
4061         * mm-util.el (mm-make-temp-file): New function.
4062         * nneething.el (nneething-file-name): Use it.
4063         * mml-smime.el (mml-smime-encrypt): Ditto.
4064         * mm-view.el (mm-inline-wash-with-file): Ditto.
4065         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
4066         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
4067         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
4068         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
4069         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
4070         * gnus-art.el (gnus-mime-print-part): Ditto.
4071
4072 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
4073
4074         * message.el (nnmaildir-article-number-to-base-name): New
4075         function.
4076         (nnmaildir-base-name-to-article-number): New function.
4077
4078 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4079
4080         * smime.el (smime-make-temp-file): Don't quote
4081         `temporary-file-directory'.
4082
4083 2002-03-04  Simon Josefsson  <jas@extundo.com>
4084
4085         * smime.el (smime-sign-region): Rename argument keyfiles to
4086         keyfile. You only sign something with one key.
4087         (smime-sign-buffer): Better completing-read prompt.
4088         (smime-decrypt-buffer): Ditto.
4089
4090         * smime.el (smime-make-temp-file): Make it work under XEmacs.
4091
4092         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
4093         completing-read.
4094         (mm-view-pkcs7-decrypt): CRLF->LF.
4095
4096 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
4097
4098         * message.el (message-hierarchical-addresses): New variable.
4099         (message-get-reply-headers): Use it.
4100         From Ted Zlatanov <teodor.zlatanov@divine.com>
4101
4102 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
4103
4104         * message.el (message-mode): If buffer-file-name, don't set auto
4105         save file name.
4106         Trivial change from Geoff Greene <ggreene@wpi.edu>
4107
4108 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4109
4110         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
4111         takes one argument in read-char.
4112
4113         * message.el (message-fix-before-sending): Forward a char.
4114         Check mmu-multibyte-p, add control-1.
4115
4116 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4117
4118         * gnus-start.el (gnus-read-init-file): Ditto.
4119
4120         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
4121
4122         * dgnushack.el (dgnushack-make-load): Ditto.
4123
4124         * mail-source.el (mail-source-fetch): Extract the right error
4125         code.
4126
4127         * message.el (message-fix-before-sending): Check illegible text.
4128
4129         * gnus-util.el (gnus-multiple-choice): New function.
4130
4131         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
4132         also defined in gnus-score.el.
4133
4134 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
4135
4136         * message.el (message-get-reply-headers): downcase email addresses
4137         for comaparisons for duplicate removal.
4138
4139 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4140
4141         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
4142         implementation of PKCS#7, which just allows users read the
4143         message.
4144         (mm-view-pkcs7): Use it.
4145
4146 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4147
4148         * gnus.el (large-newsgroup-initial): New parameter.
4149
4150         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
4151         (gnus-summary-insert-old-articles): Ditto.
4152
4153 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4154
4155         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
4156         used as the default answer of the question, "How many articles?".
4157         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
4158
4159         * nnagent.el (nnagent-retrieve-headers): Remove articles with
4160         small numbers.
4161
4162 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
4163
4164         * deuglify.el: Fix comments.
4165
4166 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
4167
4168         * html2text.el (html2text-clean-anchor): If there is no HREF,
4169         insert nothing.
4170
4171         * mml.el (mml-generate-mime-1): Add cdr.
4172         From: andre@slamdunknetworks.com
4173
4174         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
4175         (mm-text-html-washer-alist): Ditto.
4176
4177         * mm-decode.el (mm-text-html-renderer): Add html2text.
4178
4179         * html2text.el: Face lift.
4180
4181         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
4182
4183 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
4184
4185         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
4186
4187         * deuglify.el: Change copy right. Add autoload. Add coding-system.
4188
4189         * deuglify.el: New file. The original file name is
4190         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
4191
4192         * mm-decode.el (mm-display-external): Use
4193         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
4194
4195 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
4196
4197         * nnmaildir.el (nnmaildir-request-list): Report the highest
4198         article number, not the total number of articles.
4199
4200 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
4201
4202         * gnus-sum.el: Move uu key map here.
4203         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
4204
4205 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
4206
4207         * nnmaildir.el (nnmaildir-request-expire-articles): Use
4208         nnmail-expiry-wait* if expire-age parameter is not set.
4209
4210 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
4211
4212         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
4213         function.
4214         (gnus-group-sort-selected-groups-by-real-name): New function.
4215         (gnus-group-make-menu-bar): Add sort by real name.
4216
4217         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
4218         rebuild.
4219         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
4220         nil as dependencies as well.
4221
4222 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
4223
4224         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
4225         for mime-parts.
4226
4227         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
4228
4229         * gnus-group.el (gnus-group-name-decode): Don't test
4230         multibyte-string, because it breaks XEmacs.
4231         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
4232
4233         * message.el (message-send-mail): Be talkative.
4234
4235         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
4236         (mm-automatic-display): Ditto.
4237
4238         * mailcap.el (mailcap-mime-data): Ditto.
4239         From: Reiner Steib <4uce.02.r.steib@gmx.net>
4240
4241 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4242
4243         * many files: Remove trailing whitespaces, replace spc+tab with
4244         tab, replace leading whitespaces with tabs.
4245
4246 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
4247
4248         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
4249         articles with no body and no blank line after the header.
4250
4251 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4252
4253         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
4254         parts.
4255
4256         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
4257         non-ascii chars.
4258
4259         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
4260
4261         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
4262         w3-delay-image-loads.
4263         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
4264         (mm-w3-prepare-buffer): Ditto.
4265
4266         * mail-source.el (mail-source-fetch-directory): Run scripts.
4267
4268 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4269
4270         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
4271         for Majordomo confirmations.
4272
4273 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4274
4275         * gnus-fun.el (gnus-respond-to-confirmation): New command.
4276
4277 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4278
4279         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
4280
4281 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
4282
4283         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
4284         References header field.  From Mark Thomas <mthomas@cmu.edu>.
4285
4286 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4287
4288         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
4289         (mm-inline-render-with-stdin): Ditto.
4290         (mm-inline-render-with-function): Ditto.
4291         (mm-inline-wash-with-file): Bind coding-system-for-write.
4292         (mm-inline-wash-with-stdin): Ditto.
4293
4294 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4295
4296         Suggested by Felix Natter <fnatter@gmx.net>
4297
4298         * gnus-art.el (gnus-mime-view-part-externally): Rename from
4299         gnus-mime-externalize-view.
4300         (gnus-mime-view-part-internally): Rename from
4301         gnus-mime-internalize-view.
4302         (gnus-article-view-part-externally): Rename from
4303         gnus-article-externalize-part.
4304         (gnus-mime-action-alist): Change correspondingly.
4305         (gnus-mime-button-commands): Ditto.
4306         (gnus-mime-action-alist): Remove duplication.
4307
4308         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
4309
4310 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4311
4312         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
4313
4314         * gnus-art.el (gnus-display-mime): Use it.
4315
4316         * mm-partial.el (mm-partial-find-parts): Use it.
4317
4318         * gnus-sum.el (gnus-article-loose-mime): Rename from
4319         gnus-article-no-strict-mime.
4320         (gnus-summary-save-parts): Use it.
4321
4322 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4323
4324         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
4325         local variable.
4326
4327         * gnus-art.el (article-display-x-face): Don't sort multiple
4328         X-Faces.
4329
4330 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4331
4332         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
4333         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
4334
4335         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
4336
4337 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4338
4339         Some ideas is inspired by code from Hrvoje Niksic
4340         <hniksic@arsdigita.com>
4341
4342         * gnus-art.el (gnus-article-wash-function): Set the default to
4343         nil, so that we use mm-text-html-renderer instead.
4344         (article-wash-html): Use mm-text-html-renderer.
4345
4346         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
4347         (mm-text-html-renderer): New variable.
4348         (mm-inline-text-html-renderer): Set the default to nil, so that we
4349         use mm-text-html-renderer instead.
4350
4351         * mm-view.el (mm-inline-text-html): New function.
4352         (mm-text-html-renderer-alist): New variable.
4353         (mm-inline-text-vcard): New function.
4354         (mm-inline-text): Split.
4355         (mm-links-remove-leading-blank): New function.
4356         (mm-inline-render-with-file): New function.
4357         (mm-inline-render-with-stdin): New function.
4358         (mm-inline-render-with-function): New function.
4359         (mm-text-html-washer-alist): New variable.
4360         (mm-inline-wash-with-file): New function.
4361         (mm-inline-wash-with-stdin): New function.
4362
4363 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4364
4365         * message-utils.el: Fix installation doc.
4366         From: Reiner Steib <4uce.02.r.steib@gmx.net>
4367
4368 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
4369
4370         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
4371         (gnus-post-method): Use it.
4372         (gnus-summary-cancel-article): Find the correct post-method.
4373
4374         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
4375         * message.el (message-send-news): Ditto.
4376         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
4377         <ipmonger@delamancha.org>
4378
4379         * gnus.el (gnus-select-method): Fix doc.
4380         (gnus-server-string): Use 'using nntp'.
4381
4382         * gnus-agent.el (gnus-slave-unplugged): New command.
4383         From: Felix Natter <fnatter@gmx.net>
4384
4385 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4386
4387         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
4388         Call edit-done-function first, then change the window
4389         configuration.
4390         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
4391         (gnus-article-edit-mode): mml-mode.
4392
4393         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
4394         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
4395
4396         * message-utils.el: Adopt the file.
4397
4398         * message-utils.el: New file.
4399         From Holger Schauer <Holger.Schauer@gmx.de>
4400
4401 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
4402
4403         * gnus-sum.el (gnus-summary-move-article): Select-article only
4404         when gnus-move-split-methods is non-nil. And we don't render or
4405         mark the article.
4406
4407         * gnus-fun.el (gnus-shell-command-to-string): New function.
4408         (gnus-shell-command-on-region): New function.
4409         (gnus-random-x-face): Use them.
4410         (gnus-x-face-from-file): Ditto.
4411         (gnus-convert-image-to-gray-x-face): Ditto.
4412         (gnus-convert-gray-x-face-to-xpm): Ditto.
4413         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
4414
4415 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4416
4417         * gnus-art.el (gnus-treat-display-xface): Don't use
4418         `shell-command-to-string' when compiling.
4419         (gnus-treat-display-grey-xface): Ditto.
4420
4421 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
4422
4423         * nnmaildir.el (nnmaildir--article-count): If the group is
4424         completely empty, report minimum article number as 1 instead of 0.
4425
4426 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
4427
4428         * gnus-agent.el (gnus-get-predicate): Use nconc.
4429
4430         * gnus-sum.el (gnus-summary-display-make-predicate): Use
4431         gnus-summary-display-cache as cache.
4432
4433         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
4434         (nndoc-mail-in-mail-type-p): New function.
4435         (nndoc-mail-in-mail-article-begin): New function.
4436
4437 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
4438
4439         * mailcap.el (mailcap-mime-data): Use enriched-decode.
4440
4441         * gnus-cite.el (gnus-article-fill-cited-article): Bind
4442         use-hard-newlines to nil.
4443
4444         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
4445         image is not available if window-system is not available.
4446
4447         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
4448
4449 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4450
4451         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
4452         bookmark, because update-mark doesn't handle it correctly.
4453
4454 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
4455
4456         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
4457         directly instead of calling message-send-mail.
4458
4459         * gnus-start.el (gnus-read-descriptions-file): Use
4460         gnus-default-charset.
4461
4462         * mm-util.el (mm-guess-mime-charset): New function.
4463
4464         * gnus.el (gnus-default-charset): Use it.
4465         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
4466         the default.
4467
4468 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4469
4470         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
4471         (article-display-x-face): Use it.  Disable grey xface, if
4472         uncompface is not found.
4473
4474         * message.el (message-mode): Don't enable multibyte on an indirect
4475         buffer.
4476
4477         * nnrss.el (nnrss-content-function): New variable.
4478         (nnrss-request-article): Use it.
4479
4480 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4481
4482         * gnus.el: Add article-unsplit-urls.
4483         * gnus-sum.el: Ditto.
4484         * gnus-art.el (gnus-treat-strip-cr): New variable.
4485         (gnus-treatment-function-alist): Use it.
4486         (article-unsplit-urls): New function.
4487         (gnus-article-make-menu-bar): Use it.
4488         From: Michael Cook <michael.cook@cisco.com>
4489
4490 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4491
4492         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
4493         copy.
4494
4495 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
4496
4497         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
4498         with internal whitespace.
4499         (gnus-parent-id): Ditto.
4500
4501 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
4502
4503         * gnus-art.el (gnus-article-treat-body-boundary): Add
4504         gnus-decoration property.
4505         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
4506
4507         * message.el (message-mode): Set local-abbrev-table.
4508         From Matt Armstrong <matt@lickey.com>.
4509
4510         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
4511         too many spaces.
4512
4513         * rfc2047.el (rfc2047-unfold-region): Ditto.
4514         (rfc2047-decode-region): Don't unfold. Let
4515         gnus-article-treat-unfold-headers do it.
4516
4517         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
4518         From: Jesper Harder <harder@ifa.au.dk>
4519
4520 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4521
4522         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
4523         (gnus-configure-posting-styles): Use it.
4524         (gnus-configure-posting-styles): Remove trailing newspaces.
4525
4526 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4527
4528         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
4529         is non-nil.
4530
4531         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
4532
4533         * gnus.el (gnus-server-to-method): Switch position with
4534         gnus-server-get-method.
4535         (gnus-agent): Add doc.
4536
4537         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
4538         (gnus-summary-save-parts): Use it.
4539
4540         * gnus-art.el (gnus-display-mime): Use it.
4541         * mm-partial.el (mm-partial-find-parts): Use it.
4542
4543         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
4544
4545         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
4546         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
4547
4548         * nnagent.el (nnagent-request-expire-articles): Don't delete
4549         files.
4550
4551 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
4552
4553         * message.el (message-gen-unsubscribed-mft): New function.
4554         From Sriram Karra <karra@cs.utah.edu>.
4555
4556         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
4557         open parenthesis.
4558
4559         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
4560         (mm-inline-text-html-render-with-w3): Ditto.
4561         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
4562         Suggested by Dave Love  <d.love@dl.ac.uk>.
4563
4564         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
4565
4566         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
4567         * nntp.el (nntp-send-command): Ditto.
4568         * nntp.el (nntp-send-command-nodelete): Ditto.
4569
4570 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
4571
4572         * mm-url.el (mm-url-load-url): New function.
4573         (mm-url-insert-file-contents): Use it.
4574
4575         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
4576
4577         * message.el (message-forward-make-body): Correctly copy
4578         forward-buffer.
4579
4580         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
4581
4582 2002-02-04  Simon Josefsson  <jas@extundo.com>
4583
4584         * gnus-art.el (gnus-article-followup-with-original): Mark with
4585         force, prevent errors when following up from article buffer.
4586         (gnus-article-reply-with-original): Ditto.
4587
4588         * binhex.el (binhex-decoder-switches): Fix doc.  From
4589         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
4590
4591 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
4592
4593         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
4594         highlight-citation after emphasize.
4595
4596 2002-02-04  Simon Josefsson  <jas@extundo.com>
4597
4598         * nnfolder.el (nnfolder-open-marks):
4599
4600         * nnml.el (nnml-open-marks): Message when done.  From David
4601         Edmondson <dme@sun.com>.
4602
4603 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
4604
4605         * imap.el (imap-anonymous-auth): Fix typo.
4606         From: Steinar Bang <sb@dod.no>
4607
4608         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
4609         save-excursion.
4610         (gnus-cache-braid-heads): Ditto.
4611
4612         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
4613         line, because there are extra articles in the overview buffer.
4614
4615         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
4616
4617         * message.el (message-forward-rmail-make-body): Directly use
4618         rmail-msg-restore-non-pruned-header to avoid calling
4619         vertical-motion.
4620
4621 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4622
4623         * gnus-cache.el (gnus-summary-insert-cached-articles):
4624         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
4625
4626         * gnus-group.el (gnus-group-mark-article-read): Nreverse
4627         gnus-newsgroups-unselected.
4628
4629         * gnus-agent.el (gnus-summary-set-agent-mark): Use
4630         gnus-add-to-sorted-list.
4631
4632         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
4633         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
4634         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
4635         (gnus-update-read-articles): UNREAD is sorted.
4636         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
4637         (gnus-newsgroup-marked, gnus-newsgroup-cached)
4638         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
4639         (gnus-newsgroup-dormant): Require sorted.
4640
4641         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
4642         directories.
4643         (gnus-dired-print): New function.
4644
4645         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
4646         ps-despool.
4647
4648 2002-02-02  Simon Josefsson  <jas@extundo.com>
4649
4650         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
4651
4652 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4653
4654         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
4655         t. This makes gnus-agent customizable without putting
4656         gnus-agentize into .gnus.
4657
4658         * gnus.el (gnus-agent): Make it customizable.
4659
4660         * gnus-dired.el: New file.
4661         From Benjamin Rutt <brutt@bloomington.in.us>
4662
4663         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
4664         if no article.
4665         (gnus-cache-possibly-remove-article): Ditto.
4666         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
4667
4668 2002-02-01  Simon Josefsson  <jas@extundo.com>
4669
4670         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
4671
4672 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4673
4674         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
4675         (mm-setup-w3m): Don't bind keys listed in the above.
4676
4677 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4678
4679         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
4680         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
4681         is non-nil; bind `w3m-force-redisplay' with nil.
4682
4683         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4684
4685         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
4686
4687 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
4688
4689         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
4690         use mail-header-unfold-field.
4691
4692         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
4693         gnus-summary-limit.
4694
4695         * gnus-range.el (gnus-add-to-sorted-list): New function.
4696         * gnus-sum.el (gnus-mark-article-as-read): Use it.
4697         (gnus-mark-article-as-unread): Ditto.
4698         (gnus-summary-mark-article-as-unread): Ditto.
4699         (gnus-build-get-header): Ditto.
4700         (gnus-summary-prepare-threads): Ditto.
4701         (gnus-summary-insert-pseudos): Ditto.
4702         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
4703         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
4704         (gnus-summary-insert-old-articles): Ditto.
4705
4706         * gnus-msg.el (gnus-posting-styles): Add new format of header.
4707         (gnus-configure-posting-styles): Support the new format.
4708
4709         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
4710         edebug-form-spec to (sexp body).
4711         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
4712
4713         * message.el (message-reply-headers): Add doc.
4714
4715 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4716
4717         * gnus-group.el (gnus-group-delete-group): Nix the entry in
4718         gnus-cache-active-hashtb.
4719
4720         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
4721         (gnus-agent-summary-fetch-group): Use it.
4722
4723         * gnus-msg.el (gnus-debug-files): New variable.
4724         (gnus-debug-exclude-variables): New variable.
4725         (gnus-debug): Use them.
4726
4727         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
4728
4729 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4730
4731         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
4732         (message-mode-syntax-table): Move back the previous position.
4733
4734         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
4735
4736         * gnus-agent.el (gnus-agent-retrieve-headers): Use
4737         gnus-sorted-difference.
4738
4739         * nnsoup.el (nnsoup-request-expire-articles): Use
4740         gnus-sorted-difference.
4741
4742         * nnheader.el: Autoload gnus-sorted-difference.
4743
4744         * nnfolder.el (nnfolder-request-expire-articles): Use
4745         gnus-sorted-difference.
4746
4747         * gnus-cache.el (gnus-cache-retrieve-headers): Use
4748         gnus-sorted-difference.
4749
4750         * gnus-range.el: Autoload cookies.
4751         (gnus-sorted-difference): New function.
4752         (gnus-sorted-ndifference): New function.
4753         (gnus-sorted-nintersection): Rename from
4754         gnus-set-sorted-intersection.
4755         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
4756         (gnus-list-range-difference): Rename from
4757         gnus-inverse-list-range-intersection.
4758         (gnus-inverse-list-range-intersection): Use defalias.
4759
4760         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
4761         gnus-sorted-ndifference, and gnus-sorted-nintersection.
4762         (gnus-articles-to-read): Use gnus-sorted-difference.
4763         (gnus-summary-limit-mark-excluded-as-read): Use
4764         gnus-sorted-intersection and gnus-sorted-ndifference.
4765         (gnus-list-of-read-articles): Use gnus-list-range-difference.
4766         (gnus-summary-insert-articles): Use gnus-sorted-difference.
4767
4768         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
4769
4770 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4771
4772         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
4773         property to the buffer for using emacs-w3m command keys.
4774
4775         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
4776         option.
4777
4778         * mm-view.el (mm-w3m-mode-map): New variable.
4779         (mm-w3m-mode-command-alist): New variable.
4780         (mm-w3m-minor-mode): Removed.
4781         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
4782         (mm-inline-text-html-render-with-w3m): Add keymap property to the
4783         buffer for using emacs-w3m command keys.
4784
4785 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
4786
4787         * message.el (message-mode-syntax-table): Move forward.
4788         (message-cite-prefix-regexp): Auto detect non word constituents.
4789         (message-cite-prefix-regexp): Don't use with-syntax-table.
4790
4791         * gnus-sum.el (gnus-summary-update-info): Use
4792         gnus-list-range-intersection.
4793
4794         * gnus-agent.el (gnus-agent-fetch-headers): Use
4795         gnus-list-range-intersection.
4796
4797         * gnus-range.el (gnus-range-normalize): Use correct predicate.
4798         (gnus-list-range-intersection): Use it.
4799         (gnus-inverse-list-range-intersection): Ditto.
4800         (gnus-sorted-intersection): Add doc.
4801         (gnus-set-sorted-intersection): Add doc.
4802         (gnus-sorted-union): New function.
4803         (gnus-set-sorted-union): New function.
4804
4805         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
4806         (gnus-inverse-list-range-intersection): Ditto.
4807
4808 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
4809
4810         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
4811
4812         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
4813         and permit `:' and `\' in order to handle full Windows pathnames.
4814         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
4815         technically not correct per standard, but seems to have common use.
4816
4817 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
4818
4819         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
4820         replacing numbers.
4821
4822 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
4823
4824         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
4825
4826         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
4827         Don't split when the window is small, e.g. when a small *BBDB*
4828         window is the lowest one.
4829
4830         * gnus-agent.el (gnus-agent-retrieve-headers): Use
4831         nnheader-find-nov-line to speed up. Use nreverse, because it is
4832         sorted. Use nnheader-insert-nov-file.
4833
4834 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4835
4836         * mm-decode.el (mm-inline-text-html-with-images): New user option.
4837
4838         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
4839         of `w3m-display-inline-images' with the value of
4840         `mm-inline-text-html-with-images'.
4841         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
4842
4843         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4844
4845 2002-01-27  Richard M. Stallman  <rms@gnu.org>
4846
4847         * time-date.el: Add autoload cookies.  Many doc fixes.
4848         (time-add): New function.
4849         (time-subtract): Renamed from subtract-time.
4850         (subtract-time): New alias for time-subtract.
4851
4852 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4853
4854         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
4855         emacs-w3m in doc-string.
4856
4857         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
4858         `w3m-current-buffer'.
4859
4860 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4861
4862         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
4863
4864         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
4865         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
4866         (mm-w3m-cid-retrieve): New function.
4867         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
4868
4869 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4870
4871         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
4872
4873 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4874
4875         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
4876
4877 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4878
4879         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
4880         32K.
4881
4882         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
4883
4884         * nnmail.el (nnmail-article-group): Decode headers before running
4885         split rules over them.
4886         (nnmail-mail-splitting-charset): New variable.
4887
4888         * smiley.el: Replaced with smiley-ems.el.
4889
4890 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4891
4892         * mm-url.el (mm-url-predefined-programs): Add w3m.
4893         (mm-url-program): Ditto.
4894
4895 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4896
4897         * nnml.el (nnml-use-compressed-files): New variable.
4898         (nnml-filenames-are-evil): Removed.
4899         (nnml-current-group-article-to-file-alist): Don't use.
4900         (nnml-update-file-alist): Inhibit.
4901         (nnml-article-to-file): Use new var.
4902
4903 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4904
4905         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
4906
4907         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
4908
4909 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4910
4911         * gnus-agent.el (gnus-agent-load-alist): Use new caching
4912         function.
4913
4914         * gnus-util.el (gnus-cache-file-contents): New function.
4915
4916         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
4917         (gnus-agent-load-alist): Use it.
4918
4919         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
4920
4921         * nnheader.el (nnheader-insert-nov-file): New function.
4922
4923         * gnus-util.el (gnus-parse-without-error): Correct the loop.
4924
4925         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
4926         there are no references.
4927         (gnus-extract-message-id-from-in-reply-to): New function.
4928         (gnus-nov-parse-line): Use in-reply-to if there are no
4929         references.
4930
4931 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4932
4933         * nnagent.el (nnagent-retrieve-headers): Use new macro.
4934
4935         * gnus-util.el (gnus-parse-without-error): New macro.
4936
4937 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
4938
4939         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
4940         (gnus-article-wash-function): use locate-library to decide which
4941         to use.
4942
4943 2002-01-25  Simon Josefsson  <jas@extundo.com>
4944
4945         * pop3.el (pop3-munge-message-separator): Work if no date.
4946         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
4947
4948 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4949
4950         * gnus-agent.el (gnus-agent-save-alist): Fix.
4951
4952         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
4953         mistake.  Reinstated lost code.
4954
4955 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
4956
4957         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
4958         one exists in the case of an encrypted message with an internal
4959         signature.
4960
4961 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4962
4963         * gnus-agent.el (gnus-agent-save-alist): Optimized.
4964
4965 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4966
4967         * dgnushack.el: Commented out the experimental code.
4968
4969 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4970
4971         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
4972         error.
4973
4974         * gnus.el (gnus-server-to-method): Made into subst.
4975         (gnus-server-method-cache): New variable.
4976         (gnus-server-to-method): Use it.
4977         (gnus-group-method-cache): New variable.
4978         (gnus-find-method-for-group-1): Renamed.
4979         (gnus-find-method-for-group): New function.
4980         (gnus-group-method-cache): Removed.
4981
4982         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
4983         function.
4984
4985         * gnus-range.el (gnus-members-of-range): New function.
4986         (gnus-list-range-intersection): Renamed.
4987         (gnus-inverse-list-range-intersection): New function.
4988
4989         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
4990
4991         * nnagent.el (nnagent-retrieve-headers): New implementation.
4992
4993         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
4994         implementation.
4995
4996 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4997
4998         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
4999         `w3m-meta-content-type-charset-regexp'.
5000
5001         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
5002         charset-encoded html contents.
5003
5004 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
5005
5006         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
5007         an empty file.
5008
5009         * nnweb.el (url): Ignore errors when request url.
5010
5011         * nnrss.el: Clean up the comments.
5012
5013 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5014
5015         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
5016
5017         * mm-decode.el (mm-inline-text-html-renderer): New user option.
5018         (mm-inline-media-tests): Test whether the value of
5019         `mm-inline-text-html-renderer' is a function for text/html.
5020
5021         * mm-view.el (mm-inline-text-html-render-with-w3): New function
5022         separated from `mm-inline-text'.
5023         (mm-w3m-minor-mode): New variable.
5024         (mm-w3m-setup): New variable.
5025         (mm-setup-w3m): New function.
5026         (mm-inline-text-html-render-with-w3m): New function.
5027         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
5028         text/html.
5029
5030 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
5031
5032         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
5033
5034 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5035
5036         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
5037         and `gnus-xmas-completing-read'.
5038
5039 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5040
5041         * nneething.el (nneething-message-id-number): Abolished.
5042         (nneething-encode-file-name): Not encode numerical characters.
5043         (nneething-make-head): `nneething-message-id-number' is not
5044         used to generate message IDs.
5045
5046 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5047
5048         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
5049         characters.
5050
5051 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5052
5053         * gnus-xmas.el (gnus-xmas-completing-read): New function.
5054         (gnus-xmas-redefine): Redefine conditionally.
5055
5056 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
5057
5058         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
5059         tag.
5060
5061 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
5062
5063         * message.el (message-font-lock-keywords): Added the secure tag.
5064         * mml-sec.el: Added functions to generate/modify/remove the secure
5065         tag while in message mode.
5066         * mml-sec.el (mml-secure-message): New.
5067         * mml-sec.el (mml-unsecure-message): New.
5068         * mml-sec.el (mml-secure-message-sign-smime): New.
5069         * mml-sec.el (mml-secure-message-sign-pgp): New.
5070         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
5071         * mml-sec.el (mml-secure-message-encrypt-smime): New.
5072         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
5073         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
5074         * mml.el (mml-parse-1): Added code to recognise the secure tag and
5075         convert it to either a part or multipart depending on if there are
5076         other parts in the message.
5077         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
5078         to use the secure tag, rather than the part tag.
5079         * mml.el (mml-preview): Added a save-excursion to keep cursor
5080         position after doing an MML preview.
5081
5082 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5083
5084         * nnheader.el (nnheader-parse-overview-file): New function.
5085         (nnheader-write-overview-file): New function.
5086
5087 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5088
5089         * gnus.el (gnus-group-fast-parameter): Check better if expansion
5090         in wanted.
5091
5092         * nnweb.el (nnweb-type-definition): Clean up.
5093
5094 2002-01-21  Alastair Burt  <burt@dfki.de>
5095         Trivial patch.
5096
5097         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
5098         buffer exists before jumping to it.
5099
5100 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5101
5102         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
5103         function.
5104         (article-wash-html): Use it.
5105         (gnus-article-wash-function): New variable.
5106         (gnus-article-wash-html-with-w3m): New function.
5107
5108 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
5109
5110         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
5111         XEmacs.
5112
5113 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
5114
5115         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
5116         command line.
5117
5118 2002-01-21  Simon Josefsson  <jas@extundo.com>
5119
5120         * canlock.el (base64-encode-string): Autoload it from base64.
5121         (canlock-make-cancel-key): Base64 encode unibyte string.
5122
5123 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5124
5125         * nnfolder.el (nnfolder-request-accept-article): Unfold
5126         x-from-line.
5127         (nnfolder-request-replace-article): Ditto.
5128
5129 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
5130
5131         * gnus-group.el (gnus-group-best-unread-group): Use the right
5132         positioning function.
5133
5134 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5135
5136         * smiley-ems.el (smiley-region): Use new function.
5137         (smiley-update-cache): Use general image functions.
5138         (smiley-region): Use general functions.
5139
5140         * gnus-util.el (gnus-graphic-display-p): New function.
5141
5142         * nnmail.el (nnmail-article-group): Allow outputting traces of
5143         non-strings.
5144
5145         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
5146         (nndoc-exim-bounce-type-p): New function.
5147
5148         * message.el (message-dont-send): Doc fix.
5149
5150         * gnus-util.el (gnus-completing-read): Remove
5151         inherit-input-method.
5152
5153         * gnus-art.el (gnus-treat-smiley): Doc fix.
5154
5155         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
5156         articles.
5157
5158 2002-01-19  Simon Josefsson  <jas@extundo.com>
5159
5160         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
5161         (imap-kerberos4-open): Ditto.
5162         (imap-open): Set port correctly, don't set auth.
5163
5164 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5165
5166         * gnus.el (gnus-version-number): Bump version number.
5167
5168 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5169
5170         * gnus.el: Oort Gnus v0.05 is released.
5171
5172 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5173
5174         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
5175         exists.
5176
5177         * gnus-spec.el (gnus-string-width-function): New function.
5178         (gnus-tilde-cut-form): Use it.
5179         (gnus-tilde-max-form): Ditto.
5180         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
5181         (gnus-substring-function): Use it.
5182         (gnus-tilde-cut-form): Ditto.
5183         (gnus-substring-function): New function.
5184
5185         * message.el (message-check-news-header-syntax): New message.
5186
5187         * gnus.el (gnus-slave-no-server): Doc fix.
5188
5189         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
5190
5191 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5192
5193         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
5194         `seen' if it looks like (seen NUM1 . NUM2).  It should be
5195         (seen (NUM1 . NUM2)).
5196
5197 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5198
5199         * gnus-topic.el (gnus-topic-catchup-articles): Update article
5200         number in closed topics.
5201
5202 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
5203
5204         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
5205         functions.
5206
5207 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5208
5209         * gnus.el (gnus-group-find-parameter): Clean up.
5210
5211         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
5212         articles.
5213
5214         * gnus-util.el (gnus-completing-read-with-default): Renamed.
5215
5216         * nnmail.el (nnmail-article-group): Clean up.
5217
5218 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
5219
5220         * gnus-agent.el (gnus-category-name): Intern the category name.
5221
5222 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5223
5224         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
5225
5226         * gnus-util.el (gnus-completing-read): New function.
5227
5228 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
5229
5230         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
5231
5232         * smiley-ems.el (smiley-region): Register smiley.
5233         (smiley-toggle-buffer): Rewrite the function.
5234         (smiley-active): Removed.
5235
5236 2002-01-19  Simon Josefsson  <jas@extundo.com>
5237
5238         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
5239         Jesper Harder <harder@ifa.au.dk>.
5240
5241 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5242
5243         * gnus-art.el (gnus-request-article-this-buffer): Call
5244         `nneething-get-file-name' to extract the file name from the
5245         message id.
5246
5247         * nneething.el (nneething-encode-file-name): New function.
5248         (nneething-decode-file-name): Ditto.
5249         (nneething-get-file-name): Ditto.
5250         (nneething-make-head): Encode the file name and encapsulate it
5251         into the field of the message id.
5252
5253 2002-01-18  Simon Josefsson  <jas@extundo.com>
5254
5255         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
5256         stored in .marks.
5257
5258         * nnfolder.el (nnfolder-request-update-info): Ditto.
5259
5260 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5261
5262         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
5263
5264 2002-01-18  Simon Josefsson  <jas@extundo.com>
5265
5266         * imap.el (imap-starttls-p): Don't check for binary.
5267         (imap-gssapi-auth-p): Ditto.
5268         (imap-kerberos4-auth-p): Ditto.
5269         (imap-open): Change logic.  Iterate through all possible streams,
5270         instead of bailing out after first failure.  Move authenticator
5271         decision to `imap-authenticate'.
5272         (imap-authenticate): Change logic, now finds the authenticator to
5273         use, was previously in `imap-open'.
5274         (imap-open): Return nil on failure.
5275         (imap-open): Setup temp buffer correctly.
5276         (imap-open): Return buffer only on success.
5277         (imap-interactive-login, imap-interactive-login): Tell the user
5278         which stream/authenticator is used for the queried
5279         username/password.
5280         (imap-open, imap-authenticate): Set variables.
5281         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
5282         (imap-open): Don't assume how `with-temp-buffer' is implemented.
5283
5284 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5285
5286         * gnus-fun.el (gnus-grab-cam-x-face): New function.
5287
5288 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5289
5290         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
5291
5292 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5293
5294         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
5295         (gnus-agent-group-mode-map): Bind it to "Jo".
5296         (gnus-agent-group-make-menu-bar): Add it into menu bar.
5297
5298 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
5299
5300         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
5301         (gnus-summary-mail-toolbar): Add mail article deletion button.
5302
5303         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
5304         false positives for lines of "^^^^".
5305
5306         * gnus-picon.el (gnus-picon-find-face): faces database is all
5307         lowercase.
5308
5309 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5310
5311         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
5312         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
5313         duplications.
5314         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
5315
5316 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5317
5318         * gnus-sum.el (gnus-summary-initial-limit): Inline
5319         gnus-summary-limit-children.
5320         (gnus-summary-initial-limit): Don't limit if
5321         gnus-newsgroup-display is nil.
5322         (gnus-summary-initial-limit): No, don't.
5323
5324         * gnus-util.el
5325         (gnus-put-text-property-excluding-characters-with-faces): Inline
5326         gnus-put-text-property.
5327
5328         * gnus-spec.el (gnus-default-format-specs): New variable.
5329
5330         * gnus-start.el (gnus-read-newsrc-file): Don't clear
5331         gnus-format-specs.
5332         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
5333
5334         * gnus-spec.el (gnus-update-format-specifications): Really check
5335         the Gnus version of the .newsrc.eld file.
5336         (gnus-format-specs): Save the new default summary format.
5337
5338         * gnus-util.el (gnus-parent-id): Check whether references is empty
5339         before splitting.
5340
5341         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
5342         functions.
5343         (gnus-gather-threads-by-references): Inline
5344         `gnus-split-references'.
5345
5346         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
5347         default value of gnus-summary-line-format-spec.
5348
5349 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5350
5351         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
5352         message.
5353         (nnslashdot-request-list): Ditto.
5354         (nnslashdot-sid-strip): Removed.
5355
5356 2002-01-15  Simon Josefsson  <jas@extundo.com>
5357
5358         * nnimap.el (nnimap-close-asynchronous): Enable.
5359         (nnimap-close-group): Expunge.
5360
5361 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5362
5363         * gnus-util.el (gnus-user-date-format-alist): Typo.
5364         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
5365
5366 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5367
5368         * nneething.el (nneething-request-article): Set
5369         `nnmail-file-coding-system' to `binary' locally, in order to read
5370         files without any conversion.
5371
5372 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5373
5374         * gnus-agent.el (gnus-agent-retrieve-headers): Use
5375         nnheader-file-coding-system and nnmail-active-file-coding-system.
5376         (gnus-agent-regenerate-group): Ditto.
5377         (gnus-agent-regenerate): Ditto.
5378         (gnus-agent-write-active): Ditto.
5379         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
5380
5381 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
5382
5383         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
5384         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
5385
5386 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
5387
5388         * gnus.el: We don't need gnus-article-show-all-headers.
5389
5390         * gnus-art.el (article-show-all, gnus-article-show-all-header):
5391         Ditto.
5392
5393         * gnus-sum.el (gnus-summary-select-article): Don't call
5394         show-all-headers, because hidden headers are not hidden text any
5395         more.
5396
5397 2002-01-13  Simon Josefsson  <jas@extundo.com>
5398
5399         * message.el (message-newline-and-reformat): Use `newline' instead
5400         of inserting \n, so that the newline is marked as hard.
5401
5402         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
5403         From Jesper Harder <harder@ifa.au.dk>.
5404
5405 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5406
5407         * imap.el (imap-close): Keep going if quit.
5408
5409         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
5410         nntp-server-buffer.
5411
5412 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5413
5414         * mm-view.el (mm-display-inline-fontify): Require font-lock to
5415         avoid unbinding shadowed variables.
5416
5417         * gnus-art.el (gnus-picon-databases): Moved here.
5418         (gnus-picons-installed-p): Moved here.
5419         (gnus-article-reply-with-original): Use `mark'.
5420
5421         * gnus.el (gnus-picon): Moved here and renamed.
5422
5423         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
5424         installed.
5425         (gnus-treat-mail-picon): Ditto.
5426         (gnus-treat-newsgroups-picon): Ditto.
5427
5428         * gnus-picon.el (gnus-picons-installed-p): New function.
5429
5430 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5431
5432         * gnus-agent.el (gnus-agent-go-online): Fix doc.
5433
5434 2002-01-12  Simon Josefsson  <jas@extundo.com>
5435
5436         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
5437         (nnimap-before-find-minmax-bugworkaround): Use it.
5438         (nnimap-find-minmax-uid): Don't reselect current mailbox.
5439         (nnimap-dont-close): New variable.
5440         (nnimap-close-group): Use it.
5441
5442 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5443
5444         * gnus-art.el (gnus-article-reply-with-original): Use
5445         `mark-active'.
5446
5447         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
5448
5449         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
5450         (gnus-score-advanced): Clean up.
5451         (gnus-score-advanced): Accept a multiple of the score.
5452
5453 2002-01-12  Simon Josefsson  <jas@extundo.com>
5454
5455         * flow-fill.el (fill-flowed-display-column)
5456         (fill-flowed-encode-columnq): New variables.  Suggested by
5457         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
5458         (fill-flowed-encode, fill-flowed): Use them.
5459
5460         * message.el (message-send-news, message-send-mail): Use
5461         m-b-s-n-p-e-h-n.
5462
5463         * mml.el (autoload): Autoload fill-flowed-encode.
5464         (mml-buffer-substring-no-properties-except-hard-newlines): New
5465         function.
5466         (mml-read-part): Use it.
5467         (mml-generate-mime-1): Encode format=flowed if appropriate.
5468         (mml-insert-mime-headers): Insert format=flowed.
5469
5470         * flow-fill.el (fill-flowed-encode): New function.
5471         (fill-flowed): Bind fill-column to window width.
5472
5473 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5474
5475         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
5476         it exists.
5477         (gnus-summary-setup-buffer): Wake up dead summary buffers.
5478         (gnus-summary-buffer-name): Don't return the dead name after all.
5479         (gnus-summary-setup-buffer): Kill the dead buffer.
5480
5481         * gnus-art.el (gnus-article-followup-with-original): Store the
5482         value of the mark before deactivating it.
5483
5484 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5485
5486         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
5487         From: Karl Kleinpaste <karl@charcoal.com>
5488
5489         * gnus-art.el (article-display-x-face): Ditto.
5490         (gnus-article-reply-with-original): Use gnus-region-active-p.
5491         (gnus-article-followup-with-original): Ditto.
5492
5493         * gnus-sum.el (gnus-summary-read-group-1): Don't select
5494         downloadable article either.
5495
5496 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5497
5498         * gnus-art.el (article-display-x-face): Insert From:.
5499
5500         * gnus-sum.el (gnus-summary-move-article): Don't draw the
5501         article. Bind gnus-display-mime-function and
5502         gnus-article-prepare-hook.
5503
5504         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
5505         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
5506         gnus-agent-possibly-synchronize-flags to the last.
5507         (gnus-agent-go-online): New function. New variable.
5508
5509 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5510
5511         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
5512         (gnus-agent-regenerate): Ditto.
5513
5514 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5515
5516         * message.el (message-ignored-news-headers)
5517         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
5518         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
5519
5520         * gnus.el (gnus-gethash-safe): New macro.
5521
5522         * gnus-agent.el (gnus-agent-regenerate-history): New function.
5523         (gnus-agent-regenerate): Show messages.
5524
5525 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5526
5527         * gnus-agent.el (gnus-agent-regenerate-group): New function.
5528         (gnus-agent-regenerate): New function.
5529         (gnus-agent-save-alist): Sort.
5530         (gnus-agent-copy-nov-line): Test eobp.
5531         (gnus-agent-retrieve-headers): Erase buffer.
5532
5533 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
5534
5535         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
5536         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
5537
5538         * gnus.el (gnus-agent-covered-methods): Move here.
5539         (gnus-online): New function.
5540         (gnus-agent-method-p): Move here.
5541
5542         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
5543         nil. Remove articles-alist.
5544
5545         * gnus-start.el (gnus-get-unread-articles): Check online.
5546         (gnus-groups-to-gnus-format): Ditto.
5547         (gnus-active-to-gnus-format): Ditto.
5548
5549         * gnus-agent.el (gnus-agent-get-function): Use it.
5550         (gnus-agent-get-undownloaded-list): Ditto.
5551         (gnus-agent-fetch-session): Only fetch online methods.
5552
5553         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
5554         (gnus-server-mode-map): Ditto.
5555         (gnus-server-offline-face): New face.
5556         (gnus-server-offline-face): New variable.
5557         (gnus-server-font-lock-keywords): Add offline.
5558         (gnus-server-insert-server-line): Ditto.
5559         (gnus-server-offline-server): New function.
5560
5561         * gnus-int.el (gnus-open-server): Turn to offline.
5562         (gnus-server-unopen-status): New variable.
5563
5564 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
5565
5566         * nnkiboze.el (nnkiboze-request-article): Use
5567         gnus-agent-request-article.
5568
5569         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
5570         function. Insert undownloaded NOV.
5571
5572         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
5573         (gnus-agent-request-article): New function.
5574
5575         * gnus.el (gnus-agent-cache): New variable.
5576
5577         * gnus-int.el (gnus-retrieve-headers): Use
5578         gnus-agent-retrieve-headers.
5579         (gnus-request-head): Use gnus-agent-request-article.
5580         (gnus-request-body): Ditto.
5581
5582         * gnus-art.el (gnus-request-article-this-buffer): Use
5583         gnus-agent-request-article.
5584
5585         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
5586         article if it is undownloaded.
5587
5588 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5589
5590         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
5591
5592 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5593
5594         * canlock.el (canlock-string-as-unibyte): New macro.
5595         (canlock-sha1-with-openssl): Return a unibyte string.
5596         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
5597
5598 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5599
5600         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
5601
5602 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5603
5604         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
5605         application/x-emacs-lisp.
5606
5607         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
5608
5609         * nntp.el (nntp-request-article): Add group parameter.
5610         (nntp-request-head): Ditto.
5611         (nntp-find-group-and-number): Add parameter group. Figure out
5612         number if the status line doesn't give (e.g. quimby.gnus.org).
5613
5614 2002-01-08  Simon Josefsson  <jas@extundo.com>
5615
5616         * mml.el (mml-generate-mime-1): Set recipient correctly.
5617
5618 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5619
5620         * message.el (message-read-from-minibuffer): Add parameter
5621         initial-contents.
5622         * gnus-msg.el (gnus-summary-resend-message): Use it.
5623
5624         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
5625         behavior of quit-config.
5626
5627         * message.el (message-make-from): Don't quote fullname.
5628         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
5629
5630         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
5631         From: <andre@slamdunknetworks.com>
5632
5633 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5634
5635         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
5636
5637         * gnus-art.el (gnus-header-button-alist): Handle mailto.
5638
5639         * mml.el (mml-preview): Bind gnus-original-article-buffer because
5640         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
5641         because bbdb may use it.
5642
5643 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5644
5645         * nneething.el (nneething-request-article): When a non-text file
5646         is converted to an article, its data is encoded in base64.  Call
5647         `nneething-make-head' with options to specify MIME types.
5648         (nneething-make-head): Add optional arguments to specify MIME
5649         types.
5650
5651 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5652
5653         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
5654         header if there is not.
5655
5656         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
5657
5658         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
5659         (gnus-inews-mark-gcc-as-read): Obsolete variable.
5660         (gnus-inews-do-gcc): Use them.
5661
5662         * gnus-group.el (gnus-group-mark-article-read): Put holes into
5663         gnus-newsgroup-unselected.
5664
5665 2002-01-06  Simon Josefsson  <jas@extundo.com>
5666
5667         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
5668         condition-case, not ignore-errors.
5669
5670 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5671
5672         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
5673         gnus-fetch-old-headers.
5674
5675         * gnus-art.el (article-display-x-face): Use the current buffer
5676         unless `W f'. Otherwise, X-Face may be shown in the header of a
5677         forwarded part.
5678         (gnus-treatment-function-alist): Treat xface before hiding
5679         headers.
5680
5681 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5682
5683         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
5684         parameters.
5685
5686 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5687
5688         * mm-util.el (mm-multibyte-p): Define conditionally when load.
5689         (mm-guess-charset): New function.
5690         (mm-charset-after): Use it.
5691         (mm-detect-coding-region): New function.
5692         (mm-detect-mime-charset-region): New function.
5693
5694         * gnus-sum.el (gnus-summary-show-article): Use
5695         mm-detect-coding-region.
5696
5697 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5698
5699         * message.el (message-make-fqdn): Be less violent.
5700
5701         * gnus.el (gnus-logo-color-style): Compute custom form
5702         automatically.
5703
5704         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
5705         score file of the parent to the document group.
5706
5707         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
5708         parameters parameter.
5709
5710         * gnus-score.el (gnus-score-load-file): Clean up.
5711
5712 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5713
5714         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
5715         From: Damien Wyart <damien.wyart@free.fr>
5716
5717         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
5718
5719 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5720
5721         * gnus-sum.el (gnus-select-group-hook): Typo.
5722
5723         * rfc2047.el (rfc2047-decode-string): Return immediately if there
5724         is no quoted-printable-encoded STRING.
5725         From: Jesper Harder <harder@ifa.au.dk>
5726
5727         (rfc2047-decode-string): Decode it.
5728
5729 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5730
5731         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
5732
5733 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
5734         Trivial patch.
5735
5736         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
5737         buffer to get rid of junk line.
5738
5739 2002-01-05  Simon Josefsson  <jas@extundo.com>
5740
5741         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
5742         C-o.
5743         (message-mode-map): Bind message-insert-or-toggle-importance to
5744         C-c C-u.
5745         (message-mode-map): Bind message-disposition-notification-to to
5746         C-c M-n.
5747         (message-mode-menu): Add m-d-n-t.
5748         (message-mode-field-menu): Add m-goto-from.
5749         (message-mode): Doc fix.
5750         (message-goto-from): New function.
5751         (message-insert-disposition-notification-to): New function.
5752         (message-tool-bar-map): Add receipt button.
5753
5754 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5755
5756         * gnus-sum.el (gnus-thread-latest-date): New function.
5757         (gnus-thread-sort-by-most-recent-number): Renamed.
5758         (gnus-thread-sort-functions): Doc fix.
5759         (gnus-select-group-hook): Don't use setq on a hook.
5760         (gnus-thread-latest-date): Use date, not number
5761
5762         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
5763         (gnus-agent-expire): Allow regexp of expire-days.
5764
5765         * gnus-art.el (gnus-article-reply-with-original): Deactivate
5766         region.
5767         (gnus-article-followup-with-original): Ditto.
5768
5769         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
5770
5771         * gnus-art.el (gnus-mime-display-alternative): Use
5772         gnus-local-map-property.
5773         (gnus-mime-display-alternative): Ditto.
5774         (gnus-insert-mime-security-button): Ditto.
5775         (gnus-insert-next-page-button): Ditto.
5776         (gnus-button-prev-page): Take optional args.
5777         (gnus-insert-prev-page-button): widget-convert.
5778
5779         * gnus-util.el (gnus-local-map-property): New function.
5780
5781         * gnus-art.el (gnus-prev-page-map): Use parent map.
5782         (gnus-next-page-map): Ditto.
5783
5784         * gnus-spec.el (gnus-parse-format): Clean up.
5785         (gnus-parse-format): Do complex formatting for %=.
5786
5787         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
5788         "X-Face: " to the data in the built-in scenario.
5789
5790         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
5791         (gnus-correct-pad-form): Renamed.
5792         (gnus-tilde-max-form): Clean up.
5793         (gnus-pad-form): Use gnus-use-correct-string-widths.
5794
5795         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
5796         support if that is available.
5797
5798         * gnus-sum.el (gnus-thread-highest-number): New function.
5799         (gnus-thread-sort-by-most-recent-thread): New function.
5800         (gnus-thread-sort-functions): Doc fix.
5801
5802 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5803
5804         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
5805         all cases.
5806         (gnus-summary-mode): Enable it in all cases.
5807         (gnus-summary-display-article): Ditto.
5808         (gnus-summary-edit-article): Ditto.
5809
5810         * gnus-ems.el (gnus-put-image): Really return glyph.
5811
5812         * gnus-art.el (gnus-article-x-face-command): Fix :type.
5813         (gnus-treat-smiley): Don't take "P" in the interactive form.
5814
5815 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5816
5817         * compface.el (uncompface): XEmacs and Emacs have differing
5818         capabilities.
5819
5820         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
5821
5822         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
5823         (gnus-article-xface-ring-size): Removed.
5824         (gnus-article-display-xface): Removed.
5825         (gnus-remove-image): Cleaned up.
5826
5827         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
5828         (gnus-xmas-create-image): Take pbm files.
5829         (gnus-x-face): Removed.
5830         (gnus-xmas-article-display-xface): Removed.
5831
5832         * gnus-fun.el (gnus-display-x-face-in-from): Bind
5833         default-enable-multibyte-characters.
5834
5835         * compface.el (uncompface): Doc fix.
5836
5837         * gnus-art.el (gnus-article-x-face-command): Use
5838         gnus-display-x-face-in-from.
5839
5840         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
5841
5842         * gnus-ems.el (gnus-put-image): Return the image.
5843
5844         * gnus-fun.el (gnus-display-x-face-in-from): New function.
5845         (gnus-x-face): Moved here.
5846
5847 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5848
5849         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
5850         invisible if string is nil.
5851         (gnus-xmas-article-display-xface): Use it.
5852
5853         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
5854         property when string is nil.
5855         (gnus-article-display-xface): Use it.
5856
5857 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5858
5859         * gnus-art.el (article-display-x-face): Check whether valid grey
5860         face was returned.
5861         (article-display-x-face): Place image in the right spot.
5862
5863         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
5864         stderr.
5865         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
5866
5867 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5868
5869         * gnus-xmas.el (gnus-xmas-create-image): Take optional
5870         parameters.
5871         (gnus-xmas-put-image): Allow non-strings to be passed.
5872
5873         * gnus-art.el (article-display-x-face): Use optional parameters.
5874
5875         * gnus-ems.el (gnus-create-image): Take optional parameters.
5876
5877         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
5878
5879         * compface.el (compface-xbm-p): Removed.
5880
5881         * gnus-ems.el (gnus-article-compface-xbm): Removed.
5882         (gnus-article-display-xface): Use compface.
5883
5884         * compface.el: New file.
5885
5886         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
5887         (gnus-convert-image-to-x-face-command): Ditto.
5888         (gnus-random-x-face): Quote argument.
5889         (gnus-x-face-from-file): Ditto.
5890
5891 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
5892
5893         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
5894         the expire-group parameter once per article rather than once
5895         per group; bind `nnmaildir-article-file-name' and `article'
5896         for convenience.  Leave article alone when expire-group
5897         specifies the current group.
5898         (nnmaildir--update-nov): be more concurrency-friendly with
5899         temp file names.
5900
5901 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5902
5903         * gnus-start.el (gnus-read-init-file): Cleaned up.
5904
5905 2002-01-03  Dave Love  <d.love@dl.ac.uk>
5906
5907         * gnus-start.el (gnus-startup-file-coding-system): Removed.
5908         (gnus-read-init-file): Don't use it.
5909
5910 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5911
5912         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
5913
5914 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5915
5916         * gnus-start.el (gnus-read-init-file): Don't force coding system
5917         for ~/.gnus.  From Dave Love <fx@gnu.org>.
5918
5919 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5920
5921         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
5922         * nnspool.el (nnspool-request-post): Ditto.
5923
5924         * mm-util.el (mm-use-find-coding-systems-region): New variable.
5925         (mm-find-mime-charset-region): Use it.
5926
5927 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
5928
5929         * gnus.el (gnus-summary-line-format): Added :link.
5930         * gnus-topic.el (gnus-topic-line-format): Ditto.
5931         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
5932         * gnus-srvr.el (gnus-server-line-format): Ditto.
5933         * gnus-group.el (gnus-group-line-format): Ditto.
5934
5935         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
5936         :keys, it works on both Emacsen.
5937
5938 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5939
5940         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
5941
5942 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5943
5944         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
5945
5946 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
5947
5948         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
5949         very wide reply.
5950
5951 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5952
5953         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
5954         (gnus-picon-cache): New variable.
5955         (gnus-picon-transform-newsgroups): Cache stuff.
5956
5957         * gnus-art.el (gnus-article-reply-with-original): New command.
5958         (gnus-article-followup-with-original): New command.
5959
5960         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
5961         END parameters.
5962         (gnus-summary-followup): Take a list of list of articles.
5963         (gnus-inews-yank-articles): Allow lists of article/regions.
5964
5965         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
5966         longer the usual commands.
5967
5968         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
5969         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
5970         shell-command-on-region.
5971
5972 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5973
5974         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
5975           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
5976
5977 2002-01-03  Steve Youngs  <youngs@xemacs.org>
5978
5979         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
5980         understand ':keys', wrap it in an featurep 'xemacs.
5981
5982 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5983
5984         * gnus-ems.el (gnus-article-display-xface): Show xface in the
5985         order of headers (Actually, it is called in a reversed order). Add
5986         'gnus-image-text-deletable property.
5987         (gnus-remove-image): Remove text with such a property.
5988
5989         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
5990         gnus-put-image.
5991
5992         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
5993         with ", "
5994
5995 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5996
5997         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
5998
5999         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
6000         (article-display-x-face): Display grey X-Faces.
6001
6002         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
6003         (gnus-convert-gray-x-face-to-ppm): Ditto.
6004         (gnus-convert-image-to-gray-x-face): Ditto.
6005
6006         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
6007         gnus-summary-show-raw-article.
6008
6009 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6010
6011         Display picons in XEmacs without showing text.
6012
6013         * gnus-xmas.el (gnus-xmas-create-image): Don't use
6014         mm-create-image-xemacs to create xbm glyph, because it deletes
6015         temporary files.
6016         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
6017         (gnus-xmas-remove-image): Make text visible, remove glyph.
6018
6019         * gnus-picon.el (gnus-picon-transform-newsgroups)
6020         (gnus-picon-transform-address): Insert spec backward, due to the
6021         incompatibility of gnus-xmas-put-image.
6022
6023 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6024
6025         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
6026
6027 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6028
6029         * gnus.el: Doc fix.
6030
6031         * gnus-art.el: Doc fix.
6032
6033         * gnus-agent.el: Doc fix.
6034
6035 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6036
6037         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
6038
6039 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
6040
6041         * nnmaildir.el (nnmaildir--update-nov): automatically parse
6042         NOV data out of the message again if nnmail-extra-headers has
6043         changed.
6044
6045 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6046
6047         * gnus-fun.el: New file.
6048         (gnus-convert-image-to-x-face-command): New variable.
6049         (gnus-insert-x-face): New function.
6050         (gnus-random-x-face): Renamed.
6051         (gnus-x-face-from-file): Renamed.
6052
6053         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
6054         "_".
6055         (gnus-body-boundary-delimiter): Typo fix.
6056
6057 2002-01-02  Simon Josefsson  <jas@extundo.com>
6058
6059         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
6060         (gnus-body-boundary-delimiter): Fix type.
6061
6062 2002-01-01  Simon Josefsson  <jas@extundo.com>
6063
6064         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
6065         (gnus-treat-emphasize, gnus-treat-strip-cr)
6066         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
6067         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
6068         (gnus-treat-fill-article, gnus-treat-hide-citation)
6069         (gnus-treat-hide-citation-maybe)
6070         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
6071         (gnus-treat-strip-pem, gnus-treat-strip-banner)
6072         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
6073         (gnus-treat-date-ut, gnus-treat-date-local)
6074         (gnus-treat-date-english, gnus-treat-date-lapsed)
6075         (gnus-treat-date-original, gnus-treat-date-iso8601)
6076         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
6077         (gnus-treat-strip-trailing-blank-lines)
6078         (gnus-treat-strip-leading-blank-lines)
6079         (gnus-treat-strip-multiple-blank-lines)
6080         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
6081         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
6082         (gnus-treat-display-xface, gnus-treat-display-smileys)
6083         (gnus-treat-from-picon, gnus-treat-mail-picon)
6084         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
6085         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
6086         (gnus-treat-play-sounds, gnus-treat-translate)
6087         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
6088
6089         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
6090         (gnus-article-treat-body-boundary): Use it.
6091
6092         * message.el (message-mode): Fix doc.
6093         (message-mode-menu): Fix names.
6094
6095 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6096
6097         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
6098         articles.
6099
6100         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
6101         (gnus-picon-transform-address): Search for unknown faces as well.
6102         (gnus-picon-find-face): Don't search "news" for MISC.
6103         (gnus-picon-user-directories): Changed default back to exclude
6104         "unknown".
6105
6106         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
6107
6108         * gnus-picon.el (gnus-picon-find-face): Search through all
6109         databases.
6110         (gnus-picon-find-face): New implementation.
6111
6112         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
6113         keystroke.
6114         (gnus-topic-goto-next-topic): Ditto.
6115
6116         * gnus.el (gnus-summary-line-format): Changed default.
6117
6118         * nnmail.el (nnmail-extra-headers): Change default.
6119
6120         * gnus-sum.el (gnus-extra-headers): Change default.
6121
6122         * message.el (message-news-other-window): Changed "news" to
6123         "posting".
6124         (message-news-other-frame): Ditto.
6125         (message-do-send-housekeeping): Ditto.
6126
6127         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
6128         function.
6129         (gnus-article-unread-p): New function.
6130         (gnus-article-unseen-p): New function.
6131         (gnus-dead-summary-mode-map): Typo.
6132
6133         * gnus-util.el (gnus-make-predicate): New function.
6134         (gnus-make-predicate-1): New function.
6135
6136         * gnus-sum.el: New function.
6137         (gnus-map-articles): New function.
6138
6139         * gnus-art.el (gnus-treat-fold-headers): New variable.
6140         (gnus-article-treat-fold-headers): New command and keystroke.
6141
6142         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
6143         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
6144
6145 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6146
6147         * message.el (message-fcc-externalize-attachments): New variable.
6148         (message-do-fcc): Use it.
6149
6150         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
6151         (gnus-inews-do-gcc): Use it.
6152
6153         * mml.el (mml-tweak-sexp-alist): New variable.
6154         (mml-externalize-attachments): New variable.
6155         (mml-tweak-part): Use mml-tweak-sexp-alist.
6156         (mml-tweak-externalize-attachments): New function.
6157
6158 2002-01-01  Steve Youngs  <youngs@xemacs.org>
6159
6160         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
6161         'set-glyph-face' so x-face back/foreground can be set.
6162
6163 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
6164
6165         * message.el (message-fix-before-sending): Fix a typo.
6166
6167 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6168
6169         * gnus-art.el (gnus-treat-smiley): Renamed command.
6170         (gnus-article-remove-images): New command and keystroke.
6171
6172         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
6173
6174         * smiley-ems.el (gnus-smiley-display): Removed.
6175
6176         * gnus.el (gnus-version-number): Update version.
6177
6178         * message.el (message-text-with-property): Renamed and moved
6179         here.
6180         (message-fix-before-sending): Highlight invisible text and place
6181         point there.
6182
6183 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6184
6185         * gnus.el: Oort Gnus v0.04 is released.
6186
6187 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6188
6189         * gnus-delay.el (gnus-delay-send-queue): Renamed.
6190
6191         * gnus-art.el (gnus-ignored-headers): More headers,
6192
6193         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
6194         of `scan-error', since XEmacs doesn't seem to support that.
6195
6196 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6197
6198         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
6199         arg.
6200         (gnus-summary-best-unread-subject): Ditto.
6201         (gnus-summary-best-unread-subject): No, don't.
6202         (gnus-summary-better-unread-subject): New command.
6203
6204         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
6205
6206         * lpath.el ((featurep 'xemacs)): fbind url function.
6207
6208         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
6209         buffer.
6210         (gnus-xmas-remove-image): Implementation that does something.
6211         (gnus-xmas-article-display-xface): Mark images properly.
6212
6213         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
6214
6215 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
6216
6217         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
6218
6219 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6220
6221         * gnus-group.el (gnus-group-line-format): Added %O to the default
6222         value.
6223
6224         * gnus-util.el (gnus-text-with-property): The smallest point is
6225         point-min.
6226
6227         * smiley-ems.el (smiley-region): Return images.
6228         (gnus-smiley-display): Allow toggling.
6229         (smiley-region): Use text properties, not overlays.
6230
6231         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
6232         implemented yet.
6233
6234         * smiley-ems.el (smiley-update-cache): Check for valid types.
6235
6236         * gnus-art.el (gnus-with-article-buffer): New macro.
6237
6238         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
6239         strings as well as the glyphs.
6240         (gnus-picon-transform-address): Ditto.
6241         (gnus-picon-insert-glyph): Ditto.
6242         (gnus-picon-transform-newsgroups): Toggle.
6243         (gnus-picon-transform-address): Toggle.
6244
6245         * gnus-ems.el (gnus-remove-image): New function.
6246         (gnus-put-image): Take an optional string.
6247
6248         * gnus-util.el (gnus-text-with-property): New function.
6249
6250         * gnus-art.el (gnus-delete-images): New function.
6251
6252         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
6253
6254         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
6255         (gnus-article-wash-status): Use it.
6256         (gnus-signature-toggle): Clean up.
6257         (gnus-add-wash-status): New function.
6258         (gnus-delete-wash-status): New function.
6259         (gnus-article-hide-text-type): Use them throughout.
6260         (gnus-add-image): New function.
6261
6262         * gnus-ems.el (gnus-article-display-xface): Use new interface.
6263
6264         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
6265         interface.
6266
6267         * gnus-art.el (article-display-x-face): Cleaned up.
6268
6269         * rfc2047.el (rfc2047-field-value): New function.
6270
6271         * mail-parse.el (mail-header-field-value): New alias.
6272
6273         * gnus-art.el (gnus-mime-print-part): Fix typos.
6274
6275         * smiley-ems.el (gnus-smiley-file-types): New variable.
6276         (smiley-update-cache): Use it.
6277         (smiley-regexp-alist): Suffix-less smiley names.
6278         (smiley-regexp-alist): Added more smileys.
6279
6280         * gnus-sum.el (gnus-print-buffer): Made into own function.
6281         (gnus-summary-print-article): Use it.
6282
6283         * mailcap.el (mailcap-mime-info): Actually return the bit that we
6284         looked for when REQUEST is a string.
6285
6286         * gnus-art.el (gnus-mime-button-commands): Add printing
6287         keystroke.
6288         (gnus-mime-copy-part): Doc fix.
6289         (gnus-mime-print-part): New command.
6290
6291 2001-12-31  Simon Josefsson  <jas@extundo.com>
6292
6293         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
6294         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
6295
6296 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6297
6298         * gnus-picon.el (gnus-treat-from-picon): Autoload.
6299         (picon): Fix doc.
6300
6301         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
6302         longer exists. Remove those codes.
6303         * gnus.el (gnus-use-picons): Ditto.
6304
6305 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6306
6307         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
6308         infloop.
6309
6310         * gnus-sum.el (t): New `W D' map.
6311
6312         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
6313         (gnus-article-treat-body-boundary): Clean up.
6314         (gnus-body-boundary-face): Removed.
6315         (gnus-article-goto-header): Moved here.
6316         (gnus-article-goto-header): Allow better regexps.
6317         (gnus-article-treat-fold-newsgroups): New command.
6318
6319         * gnus-sum.el (gnus-summary-move-article): We have to select an
6320         article to give `gnus-read-move-group-name' an opportunity to
6321         suggest an appropriate default.
6322
6323         * rfc2047.el (rfc2047-fold-line): New function.
6324         (rfc2047-unfold-line): Ditto.
6325         (rfc2047-fold-region): Don't fold just after the header name.
6326
6327         * mail-parse.el (mail-header-fold-line): New alias.
6328         (mail-header-unfold-line): Ditto.
6329
6330         * gnus-art.el (gnus-body-boundary-face): Renamed.
6331         (gnus-article-treat-body-boundary): Use it.
6332         (gnus-article-treat-body-boundary): Use an invisible header and a
6333         line of underline characters.
6334
6335 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6336
6337         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
6338
6339         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
6340         (gnus-picon-split-address): New function.
6341         (gnus-picon-find-face): Use it.
6342         (gnus-picon-transform-address): Use it. Set first to t for each
6343         address.
6344
6345         * gnus-art.el (gnus-with-article-headers): Move to here. Define
6346         the macro then use it.
6347         (gnus-treatment-function-alist): Treat picons earlier.
6348
6349 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6350
6351         * gnus-art.el (gnus-body-separator-face): New variable.
6352         (gnus-article-treat-body-boundary): Use a blank, colored line.
6353
6354         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
6355         well.
6356
6357         * gnus-art.el (gnus-treat-body-boundary): New variable.
6358         (gnus-article-treat-unfold-headers): Use helper macro.
6359         (gnus-article-treat-body-boundary): New command.
6360
6361         * gnus.el (gnus-logo-color-style): Change the default color.
6362         (gnus-splash-face): Gray, gray.
6363
6364         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
6365         colors.
6366
6367         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
6368         (gnus-logo-color-style): Ditto.
6369         (gnus-logo-colors): Ditto.
6370
6371         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
6372
6373         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
6374
6375         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
6376         (gnus-picon-transform-newsgroups): New function.
6377
6378         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
6379         string.
6380
6381         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
6382
6383         * gnus-art.el (gnus-treat-cc-picon): New variable.
6384         (gnus-treat-mail-picon): Renamed.
6385
6386         * gnus-picon.el: New implementation.
6387         (gnus-picon-find-face): Renamed.
6388         (gnus-treat-from-picon): Use it.
6389         (gnus-picon-transform-address): Renamed.
6390         (gnus-treat-from-picon): Use it.
6391         (gnus-picon-create-glyph): Renamed.
6392         (gnus-picon-transform-address): Use it.
6393         (gnus-treat-cc-picon): New command.
6394
6395         * mm-decode.el (mm-create-image-xemacs): Separated out into
6396         function.
6397         (mm-get-image): Use it.
6398
6399         * gnus-art.el (gnus-treat-display-picons): Simplify.
6400         (gnus-treat-from-picon): Renamed.
6401
6402         * gnus-ems.el (gnus-create-image): New function.
6403         (gnus-put-image): New function.
6404
6405         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
6406         (gnus-with-article-headers): New macro.
6407         (gnus-article-goto-header): New function.
6408
6409         * gnus-xmas.el (gnus-image-type-available-p): New function.
6410
6411         * gnus-ems.el (gnus-image-type-available-p): New function.
6412
6413 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6414
6415         * nnrss.el (nnrss-check-group): Find the correct tag, because
6416         xml.el is changed.
6417
6418 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6419
6420         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
6421         lines are shorter than the window width.
6422         (gnus-ignored-headers): More headers.
6423
6424 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6425
6426         * gnus-art.el (gnus-treat-unfold-lines): New variable.
6427         (gnus-treat-unfold-headers): Renamed.
6428         (gnus-article-treat-unfold-headers): New command and keystroke.
6429
6430         * rfc2047.el (rfc2047-encode-message-header): Clean up.
6431
6432         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
6433
6434 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
6435
6436         * sha1-el.el (sha1-use-external): New variable.
6437         (sha1-region): Use it.
6438         (sha1-string): Ditto.
6439
6440         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
6441         * gnus-picon.el: Less warnings when compile.
6442
6443 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6444
6445         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
6446         alias.
6447         (gnus-picons-database): Default to list.
6448         (gnus-picons-lookup-internal): Use it.
6449
6450         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
6451         to "bogus".
6452
6453         * gnus-win.el (gnus-configure-windows-hook): New hook.
6454
6455 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
6456
6457         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
6458
6459 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6460
6461         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
6462         lists.
6463         (gnus-select-newsgroup): Don't append; push.
6464         (gnus-adjust-marked-articles): Remove obsolete ranges from
6465         `seen'.
6466         (gnus-update-marks): Clean up.
6467         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
6468
6469 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
6470
6471         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
6472
6473 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6474
6475         * gnus-sum.el (gnus-auto-select-subject): New variable.
6476         (gnus-summary-best-unread-subject): New function.
6477         (gnus-summary-best-unread-article): Use it.
6478         (gnus-summary-first-unseen-subject): New function and command.
6479
6480         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
6481         other treatments.
6482
6483         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
6484         function.
6485
6486         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
6487         from the list of hidden types.
6488
6489         * mm-view.el (mm-inline-text): Ditto.
6490         (mm-inline-text): Ditto.
6491         (mm-w3-prepare-buffer): Ditto.
6492
6493         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
6494
6495 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6496
6497         * gnus-art.el (gnus-ignored-headers): Added more headers.
6498
6499 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
6500
6501         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
6502         once.
6503
6504 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6505
6506         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
6507
6508 2001-12-28  Simon Josefsson  <jas@extundo.com>
6509
6510         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
6511         Jesper Harder <harder@ifa.au.dk>.
6512
6513 2001-12-27  Simon Josefsson  <jas@extundo.com>
6514
6515         * gnus-sum.el (gnus-select-newsgroup): Make
6516         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
6517         contain all articles (instead of none) when no seen marks have
6518         been set for the group.
6519         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
6520         instead, it seems to result in shorter ranges.
6521
6522 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6523
6524         * mm-util.el (mm-iso-8859-x-to-15-region): Use
6525         insert-before-markers.
6526         From Jesper Harder <harder@ifa.au.dk>
6527
6528 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
6529
6530         * nnmaildir.el (nnmaildir-save-mail): create the destination
6531         groups if they do not exist.
6532
6533 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6534
6535         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
6536
6537 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6538
6539         * gnus-group.el (gnus-group-read-ephemeral-group): Call
6540         gnus-group-real-name.
6541
6542         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
6543         (gnus-newsgroup-variables): Ditto.
6544
6545         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
6546         return it.
6547
6548 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
6549
6550         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
6551         * nnmaildir.el (top-level): Add commentary.
6552         (nnmaildir-version): Indicate that nnmaildir is now a standard
6553         part of Gnus, not separately released.
6554
6555 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6556
6557         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
6558         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
6559         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
6560         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6561
6562 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6563
6564         * nnmaildir.el: Copyright changes. Require cl only at compile time.
6565
6566 2001-12-20  Simon Josefsson  <jas@extundo.com>
6567
6568         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
6569         ZHU <zsh@cs.rochester.edu>.
6570         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
6571         Brian P Templeton <bpt@tunes.org>.
6572
6573 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6574
6575         * nnmaildir.el: New file.
6576         From Paul Jarc <prj@po.cwru.edu>.
6577
6578 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6579
6580         * nndoc.el (nndoc-type-alist): Move forward to the end.
6581
6582 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6583
6584         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
6585         `dolist'.
6586
6587 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6588
6589         * gnus-win.el (gnus-frames-on-display-list): New function.
6590         (gnus-get-buffer-window): Use it.
6591
6592 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6593
6594         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
6595
6596 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6597
6598         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
6599
6600 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6601            From Harald Meland <Harald.Meland@usit.uio.no>
6602
6603         * gnus-win.el (gnus-get-buffer-window): New function.
6604         (gnus-all-windows-visible-p): Use it.
6605
6606         * gnus-util.el (gnus-horizontal-recenter)
6607         (gnus-horizontal-recenter, gnus-horizontal-recenter)
6608         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
6609
6610         * gnus-score.el (gnus-score-insert-help): Use it.
6611
6612         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
6613         (gnus-generate-tree, gnus-highlight-selected-tree)
6614         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
6615         it.
6616
6617         * gnus-art.el (gnus-article-set-window-start)
6618         (gnus-mm-display-part, gnus-request-article-this-buffer)
6619         (gnus-button-next-page, gnus-button-prev-page)
6620         (gnus-article-button-next-page, gnus-article-button-prev-page):
6621         Use it.
6622
6623 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
6624
6625         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
6626         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
6627         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
6628
6629 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6630
6631         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
6632         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
6633         * mml1991.el, nnultimate.el: Add `coding'.
6634
6635 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
6636
6637         * ChangeLog: changed coding to buffer-file-coding-system
6638         * ChangeLog.1: same
6639         * nnwfm.el: same
6640         * gnus-smiley.el: same
6641         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
6642         * gnus-delay.el: same
6643         * gnus-spec.el: same
6644         * message.el: same
6645         * mml1991.el: same
6646         * nnultimate.el: same
6647
6648 2001-12-16  Simon Josefsson  <jas@extundo.com>
6649         Inspired by code by Dirk Meyer <dischi@tzi.de>.
6650
6651         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
6652         (gnus-summary-save-map): Add muttprint.
6653         (gnus-summary-make-menu-bar): Ditto.
6654         (gnus-summary-muttprint): New function.
6655
6656         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
6657
6658 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6659
6660         * uudecode.el (uudecode-decode-region-internal): Speedup by using
6661         temporary list instead of buffer.
6662
6663         * mm-url.el (executable-find): autoload.
6664
6665 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6666
6667         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
6668         to variable, follow doc-string conventions).
6669
6670 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
6671
6672         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
6673         subscribe-level
6674         * gnus-topic.el (gnus-subscribe-topics): use it.
6675
6676 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6677
6678         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
6679         messages. (A small patch with indentation)
6680         From Sean Neakums <sneakums@zork.net>.
6681
6682         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
6683         nil after shooting down the gnus-original-article-buffer.
6684
6685 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6686
6687         * uudecode.el (uudecode-use-external): New variable.
6688         (uudecode-decode-region): Automatically detect external program.
6689
6690         * binhex.el (binhex-use-external): New variable.
6691         (binhex-decode-region-internal): New function.
6692         (binhex-decode-region): Automatically detect external program.
6693
6694         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
6695         Use them.
6696
6697 2001-12-12  Simon Josefsson  <jas@extundo.com>
6698
6699         * nnvirtual.el (nnvirtual-always-rescan)
6700         (nnvirtual-component-regexp): Fix doc.
6701
6702         * nnoo.el (defvoo): Add doc to defvoo variables.
6703
6704         * nnml.el (nnml-directory, nnml-active-file)
6705         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
6706         (nnml-marks-is-evil, nnml-filenames-are-evil)
6707         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
6708
6709         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
6710         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
6711         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
6712         `error'.
6713
6714         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
6715         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
6716
6717         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
6718         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
6719         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
6720         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
6721
6722         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
6723         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
6724
6725         * imap.el, nnimap.el: Fix indentation.
6726
6727         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
6728
6729 2001-12-12  Didier Verna  <didier@xemacs.org>
6730
6731         * gnus-msg.el (gnus-group-news): New function.
6732         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
6733         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
6734         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
6735         for it.
6736         * gnus-msg.el (gnus-summary-news-other-window): New function.
6737         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
6738         bind it to `i'.
6739         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
6740         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
6741         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
6742         for it (called with a prefix).
6743         * gnus-msg.el (gnus-configure-posting-styles): add an optional
6744         group-name argument.
6745         * gnus-msg.el (gnus-setup-message): use it.
6746
6747 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6748
6749         * gnus-sum.el (gnus-summary-show-article): Fix doc.
6750
6751 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6752
6753         * mml.el (mime-to-mml): Remove Content-Disposition too.
6754
6755 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6756
6757         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
6758         * gnus-group.el (gnus-group-name-decode): Decode unibyte
6759         strings only.
6760         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
6761
6762 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
6763
6764         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
6765         (nnmail-fancy-expiry-target): Use it.
6766         Suggestions from Simon Josefsson <jas@extundo.com>.
6767
6768 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6769
6770         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
6771
6772 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6773
6774         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
6775
6776         * gnus-util.el (gnus-url-unhex-string): Move here.
6777
6778 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6779
6780         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
6781         mm-url-decode-entities-nbsp.
6782
6783         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
6784         * webmail.el, nnwfm.el: Use mm-url.
6785
6786         * mm-url.el (mm-url-fetch-form): Move from nnweb.
6787         (mm-url-remove-markup): Move from nnweb.
6788         (mm-url-fetch-simple): Move from webmail.
6789
6790         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
6791
6792 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6793
6794         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
6795         (gnus-summary-print-article): Use it.
6796
6797         * gnus-util.el (gnus-replace-in-string): Typo.
6798
6799 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6800
6801         * nnweb.el (nnweb-replace-in-string): Removed.
6802
6803         * gnus-util.el (gnus-replace-in-string): New function.
6804         (gnus-mode-string-quote): Use it.
6805
6806         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
6807         * nnwfm.el (nnwfm-create-mapping): Ditto.
6808
6809 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6810
6811         * dgnushack.el (dgnushack-compile): nnrss.el and
6812         nnslashdot.el don't depend on nnweb, url, w3.
6813
6814         * nnrss.el: Use mm-url.
6815
6816 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6817
6818         * mm-url.el (mm-url-insert-file-contents): Support file:.
6819
6820 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6821
6822         * mm-view.el: Lower case for the description line. Sync from the
6823         Emacs CVS.
6824
6825 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6826
6827         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
6828         From:  Stefan Monnier  <monnier@cs.yale.edu>
6829
6830 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6831
6832         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
6833
6834 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6835
6836         * mm-url.el: Require executable.
6837         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
6838
6839 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6840
6841         * pop3.el (pop3-munge-message-separator): Only use valid date.
6842         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
6843
6844         * Makefile.in: gnus-load.elc may not be generated.
6845
6846 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6847
6848         * mm-url.el: New file.
6849         * nnslashdot.el: Use it.
6850         * mm-extern.el (mm-extern-url): Use it.
6851
6852 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6853
6854         * gnus-sum.el (gnus-summary-save-article): Nix
6855         gnus-display-mime-function and gnus-article-prepare-hook.
6856
6857         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
6858         the beginning of lines.
6859         (gnus-complex-form-to-spec): Ditto.
6860
6861 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6862
6863         * message.el (message-make-mft): Fix the m-s-a-file regexp.
6864         From Paul Jarc <prj@po.cwru.edu>.
6865
6866 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6867
6868         * message.el: New variable message-subscribed-address-file;
6869         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
6870
6871 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6872
6873         * message.el (message-tab-body-function): Set to nil.
6874         (message-tab): Use text-mode-map or global-map.
6875         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
6876
6877 2001-11-30  Simon Josefsson  <jas@extundo.com>
6878
6879         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
6880         instead of gnus-union, for speed.  Suggested by Christoph Conrad
6881         <christoph.conrad@gmx.de>.
6882         (gnus-agent-fetch-group-1): Add verbose message.
6883
6884 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6885
6886         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
6887         of integers.
6888
6889 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6890
6891         * message.el (message-newgroups-header-regexp)
6892         (message-completion-alist, message-tab-body-function): Use
6893         defcustom rather than defvar.
6894         (message-tab): Mention `message-tab-body-function' in doc.
6895         Suggested by Karl Eichwalder.
6896
6897 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6898
6899         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
6900
6901 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6902
6903         * nnheader.el (nnheader-find-nov-line): Don't use macro
6904         gnus-delete-line.
6905
6906         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
6907         (gnus-group-name-charset): Ditto.
6908
6909         * gnus-util.el (gnus-buffer-live-p): Ditto.
6910
6911 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6912
6913         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
6914         open parenthesis in doc.
6915         (sieve-manage-authenticator-alist): Typo in doc.
6916         * imap.el (imap-authenticator-alist): Typo in doc.
6917         (imap-stream-alist): Backslash.
6918
6919         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
6920           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
6921
6922 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6923
6924         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
6925
6926         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
6927
6928         * gnus-msg.el (gnus-configure-posting-styles): use
6929         make-local-hook. Add LOCAL for add-hook.
6930
6931 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
6932
6933         * message.el (message-mode): Use `make-local-hook' unless
6934         obsolete.
6935         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
6936
6937 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6938
6939         * canlock.el: Remove sha1.el and base64.el stuff.
6940
6941 2001-11-26  Didier Verna  <didier@xemacs.org>
6942
6943         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
6944         if needed.
6945
6946 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6947
6948         * message.el (message-tamago-not-in-use-p): New function.
6949         (message-strip-forbidden-properties): Use it.
6950
6951 2001-11-26  Didier Verna  <didier@xemacs.org>
6952
6953         * gnus-start.el (gnus-check-first-time-used): only check for
6954         existence of .el[d] files.
6955
6956 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6957
6958         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
6959
6960         * message.el (message-setup-1): Clean up mc-*.
6961
6962 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6963
6964         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
6965         * gnus-score.el (gnus-score-find-bnews): Use it.
6966
6967         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
6968         (gnus-summary-limit-to-author): Ditto.
6969         (gnus-summary-limit-to-extra): Ditto.
6970         (gnus-summary-find-matching): Support not-matching argument.
6971
6972 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6973
6974         * message.el (message-wash-subject): Use `insert' rather than
6975         `insert-string', which is deprecated.
6976
6977 2001-11-24  Simon Josefsson  <jas@extundo.com>
6978
6979         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
6980         message. (Gnus does not "default" to using 8bit for the message,
6981         it default to use 8bit encoding and the user-supplied CTE
6982         value. Calling this behaviour "treating it as 8bit" is perhaps
6983         better.)
6984
6985         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
6986         (compare mm-charset-to-coding-system).
6987
6988 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6989
6990         * canlock.el (canlock-sha1-with-openssl): Use unibyte
6991         buffer. Correctly decode hex.
6992
6993 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6994
6995         * gnus-agent.el (gnus-category-insert-line): Convert category
6996         names to strings.
6997
6998 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6999
7000         * message.el (sha1): eval-and-compile.
7001
7002 2001-11-20  Simon Josefsson  <jas@extundo.com>
7003
7004         * message.el (message-allow-no-recipients): New variable.
7005         (message-send): Use it, customize the prompting when posting to
7006         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
7007
7008 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7009
7010         * mm-util.el (mm-coding-system-priorities): New variable.
7011         (mm-sort-coding-systems-predicate): New function.
7012         (mm-find-mime-charset-region): Resort coding systems if needed.
7013         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
7014
7015 2001-11-20  Didier Verna  <didier@xemacs.org>
7016
7017         * gnus-group.el (gnus-group-make-help-group): new optional
7018         argument to control the error behavior.
7019         * gnus-start.el (gnus-check-first-time-used): use it to avoid
7020         erroring.
7021
7022 2001-11-19  Simon Josefsson  <jas@extundo.com>
7023
7024         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
7025         instead of C-c C-u.  Suggested by Per Abrahamsen
7026         <abraham@dina.kvl.dk>.
7027
7028 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7029
7030         * nnfolder.el (nnfolder-read-folder): Use group instead of
7031         nnfolder-current-group.
7032         Suggested by Lorentey Karoly <lorentey@elte.hu>.
7033
7034 2001-11-17  Simon Josefsson  <jas@extundo.com>
7035
7036         * message.el (message-send): Ask user if Fcc/Gcc should be
7037         performed when no other sender was specified.
7038         Suggested by prj@po.cwru.edu (Paul Jarc).
7039
7040 2001-11-17  Simon Josefsson  <jas@extundo.com>
7041
7042         * message.el (message-mode, message-mode-map): Use C-c C-u for
7043         Importance: instead of C-c C-p (used by SC).
7044
7045 2001-11-16  Simon Josefsson  <jas@extundo.com>
7046
7047         * message.el (message-insert-importance-high)
7048         (message-insert-importance-low): Save point.
7049
7050         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
7051         value.
7052
7053 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
7054
7055         * message.el (message-strip-special-text-properties): New option.
7056         (message-strip-forbidden-properties): Obey it.
7057
7058 2001-11-14  Sam Steingold  <sds@gnu.org>
7059
7060         * gnus-score.el: Fixed some doc strings to properly quote symbols.
7061
7062 2001-11-15  Simon Josefsson  <jas@extundo.com>
7063
7064         Support "Importance:" header in Message.
7065
7066         * message.el (message-mode-map): Bind C-c C-p to
7067         `message-insert-or-toggle-importance'
7068         (message-mode-menu): Add message-insert-importance-{high,low}.
7069         (message-insert-importance-high, message-insert-importance-low)
7070         (message-insert-or-toggle-importance): New functions.
7071         (message-tool-bar-map): Add {un,}important.
7072         (message-mode): Doc fix.
7073
7074 2001-11-15  Simon Josefsson  <jas@extundo.com>
7075
7076         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
7077
7078         * mml.el (mml-menu): Fix toolbar tooltip.
7079
7080 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7081
7082         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
7083         * nnml.el (nnml-save-marks): Ditto.
7084
7085         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
7086
7087 2001-11-15  Simon Josefsson  <jas@extundo.com>
7088
7089         * nnml.el (nnml-save-marks):
7090         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
7091         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
7092
7093 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
7094
7095         * gnus-art.el (gnus-article-wash-status-strings): Use
7096         `copy-sequence', not `copy-seq'.
7097
7098 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
7099
7100         * gnus-art.el (gnus-article-wash-status-strings): New constant.
7101         (gnus-gnus-article-wash-status-entry): New function.
7102         (gnus-article-wash-status): Use it.
7103
7104 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7105
7106         * mml1991.el: Add coding header.
7107
7108 2001-11-12  Simon Josefsson  <jas@extundo.com>
7109
7110         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
7111         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
7112         `mml1991-sign' and `mml1991-encrypt'.
7113         (mml1991-encrypt, mml1991-sign): New glue functions.
7114         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
7115
7116         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
7117         (mml-menu): Add PGP to menu.
7118
7119         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
7120         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
7121         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
7122         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
7123
7124         * mml2015.el: Mention RFC 3156.
7125
7126         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
7127
7128 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7129
7130         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
7131
7132         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
7133           From <Michael.Cook@cisco.com>
7134
7135 2001-11-11  Simon Josefsson  <jas@extundo.com>
7136
7137         * message.el (top-level): Autoload sha1.
7138         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
7139         canlock, no need to require two different hash algs).  Suggested
7140         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
7141
7142 2001-11-09  Simon Josefsson  <jas@extundo.com>
7143
7144         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
7145         <Pavel@Janik.cz>.
7146
7147 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7148
7149         * message.el (message-point-in-header-p): New function.
7150         (message-do-auto-fill): Use it.
7151         (message-beginning-of-line): New function.  Goes to beginning of
7152         header value (i.e., end of header name), or to beginning of line
7153         if already at beginning of value.  Behaves like
7154         `beginning-of-line' when in message body.
7155         (message-mode-map): Bind it.
7156
7157 2001-11-08  Simon Josefsson  <jas@extundo.com>
7158
7159         * gnus-msg.el (gnus-posting-styles): Add doc.
7160
7161 2001-11-07  Simon Josefsson  <jas@extundo.com>
7162
7163         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
7164
7165         * sieve-mode.el (sieve-control-commands-face)
7166         (sieve-control-commands-face, sieve-action-commands-face)
7167         (sieve-test-commands-face, sieve-tagged-arguments-face): New
7168         faces.
7169         (sieve-font-lock-keywords): Use them.
7170         (sieve-mode): Only set font-lock-defaults in emacs.
7171
7172         * gnus-art.el (gnus-default-article-saver): Add
7173         gnus-summary-save-body-in-file.
7174         (gnus-summary-write-to-file): Fix doc.
7175
7176 2001-11-07  Simon Josefsson  <jas@extundo.com>
7177
7178         * gnus-art.el (gnus-treat-highlight-signature): Add cross
7179         reference to the correct chapter in the manual.
7180
7181         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
7182         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
7183
7184 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7185
7186         * mml.el (mml-preview): Bind mail-header-separator.
7187
7188 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7189
7190         * message.el: Always require canlock.
7191         (message-ignored-supersedes-headers): Include Cancel-Lock and
7192         Cancel-Key.
7193         (message-insert-canlock): Don't require canlock.
7194         (message-cancel-news): Don't check whether canlock is available.
7195         (message-supersede): Support cancel-locks.
7196
7197         * gnus-art.el: Don't autoload canlock.
7198
7199 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7200
7201         * mail-source.el (mail-source-fetch-imap): ASYNC param.
7202         From: <andre@slamdunknetworks.com>
7203
7204 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7205
7206         * many files: Fix copyright lines.
7207
7208 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7209
7210         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
7211         Suggested by Dave Love  <fx@gnu.org>.
7212
7213 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7214
7215         * message.el (message-kill-buffer): Remove auto-save file after
7216         confirm.
7217
7218         * message.el (message-send-mail): Call message-generate-headers
7219         once.  Suggested by Matt Armstrong <matt@lickey.com>.
7220
7221         * gnus-topic.el (gnus-topic-rename): Initial-input.
7222         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
7223
7224 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
7225
7226         * message.el (message-forbidden-properties): New constant.
7227         (message-strip-forbidden-properties): New function.
7228         (message-mode): Activate it.
7229
7230 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7231
7232         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
7233         (mm-hack-charsets): Fix doc.
7234
7235 2001-11-02  Simon Josefsson  <jas@extundo.com>
7236
7237         * gnus-int.el (gnus-check-server): Message "...done" when done.
7238
7239         * imap.el (imap-close): Don't message (imap-send-command-wait
7240         returns if the connection is dropped).
7241         (imap-wait-for-tag): Nix out message only when necessary.
7242
7243         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
7244         for non-crossposting.
7245         (gnus-sieve-crosspost): Default to t to be consistent with other
7246         parts of Gnus.
7247
7248 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7249
7250         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
7251         (mm-iso-8859-x-to-15-table): Ditto.
7252         (mm-iso-8859-x-to-15-region): Ditto.
7253         (mm-find-mime-charset-region): Ditto.
7254
7255 2001-11-01  Simon Josefsson  <jas@extundo.com>
7256
7257         * nnimap.el (nnimap-close-asynchronous): New variable.
7258         (nnimap-close-group): Use it.
7259         (nnimap-expunge): Don't use it.
7260
7261         * imap.el (imap-callbacks): New variable.
7262         (imap-remassoc): Copied from `gnus-remassoc'.
7263         (imap-add-callback): New function.
7264         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
7265         behaviour.
7266         (imap-parse-response): Call the callback.
7267
7268         * message.el (message-insert-canlock): New variable.
7269         (message-canlock-generate, message-canlock-password)
7270         (message-insert-canlock): New functions.
7271         (message-send-news): Call `message-insert-canlock'.
7272         (top-level): Require canlock when compiling.
7273         (message-insert-canlock): Require canlock before we need it.
7274
7275 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7276
7277         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
7278
7279 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7280
7281         * dgnushack.el (dgnushack-make-load): A workaround for
7282         custom-add-loads bug in some versions of XEmacs.
7283
7284 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7285
7286         * mm-util.el (mm-charset-synonym-alist): Revert (some).
7287
7288 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7289
7290         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
7291         (mm-hack-charsets): New variable.
7292         (mm-iso-8859-15-compatible): New variable.
7293         (mm-iso-8859-x-to-15-table): New variable.
7294         (mm-find-mime-charset-region): Add parameter hack-charsets.
7295
7296         * mm-bodies.el (mm-encode-body): Use it.
7297         * mml.el (mml-parse-1): Ditto.
7298
7299 2001-11-01  Simon Josefsson  <jas@extundo.com>
7300
7301         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
7302
7303 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7304
7305         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
7306         is nil.
7307
7308 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7309
7310         * smiley-ems.el (smiley-update-cache): Auto detect file type.
7311
7312         * message.el (message-forward-rmail-make-body): Use
7313         save-window-excursion.
7314         (message-encode-message-body): Search with noerror.
7315         (message-setup-1): Convert compose-mail send-actions to
7316         message-send-actions.
7317
7318 2001-11-01  Simon Josefsson  <jas@extundo.com>
7319
7320         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
7321         <yamaoka@jpl.org>.
7322
7323 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7324
7325         * sieve-manage.el (sieve-string-bytes): No complain.
7326
7327 2001-11-01  Simon Josefsson  <jas@extundo.com>
7328
7329         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
7330         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
7331         has autoload cookies, so no `require' should be necessary.)
7332
7333         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
7334         files.
7335
7336 2001-10-31  Simon Josefsson  <jas@extundo.com>
7337
7338         * gnus-cus.el (gnus-group-parameters): Support integer `display'
7339         parameter.
7340
7341         * gnus-sum.el (gnus-select-newsgroup): If group parameter
7342         `display' is a number (and C-u wasn't used to enter group), only
7343         fetch that number of articles.
7344
7345 2001-10-31  Matt Armstrong  <matt@lickey.com>
7346
7347         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
7348         not-subscribed -> subscribed.
7349
7350 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7351         From: Josh Huber <huber@alum.wpi.edu>
7352
7353         * message.el (message-subscribed-address-functions): New variable.
7354         (message-subscribed-addresses): New variable.
7355         (message-subscribed-regexps): New variable.
7356         (message-goto-mail-followup-to): New function.
7357         (message-send-mail): Add Mail-Followup-To.
7358         (message-make-mft): New function.
7359
7360         * gnus.el (gnus-find-subscribed-addresses): New function.
7361
7362 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7363
7364         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
7365         (mail-source-fetch-pop): Ditto.
7366         (mail-source-check-pop): Ditto.
7367
7368         * gnus-start.el (gnus-read-init-file): Ditto.
7369         (gnus-activate-group): Ditto.
7370         (gnus-read-newsrc-el-file): Ditto.
7371
7372 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7373
7374         * message.el (message-get-reply-headers): Make sure there is ", ".
7375
7376         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
7377         mm-coding-system-p. Don't correct it only in XEmacs.
7378         (mm-charset-to-coding-system): Use mm-coding-system-p and
7379         mm-get-coding-system-list.
7380         (mm-emacs-mule, mm-mule4-p): New variables.
7381         (mm-enable-multibyte, mm-disable-multibyte,
7382         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
7383         mm-with-unibyte-current-buffer,
7384         mm-with-unibyte-current-buffer-mule4): Use them.
7385         (mm-find-mime-charset-region): Treat iso-2022-jp.
7386
7387         From  Dave Love  <fx@gnu.org>:
7388
7389         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
7390         construction.
7391         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
7392         entries conditional on not having a coding system defined for
7393         them.
7394         (mm-mule-charset-to-mime-charset): Use
7395         find-coding-systems-for-charsets if defined.
7396         (mm-charset-to-coding-system): Don't use
7397         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
7398         later.  Add last resort search of coding systems.
7399         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
7400         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
7401         Mule 4.
7402         (mm-find-mime-charset-region): Re-write.
7403         (mm-with-unibyte-current-buffer): Restore buffer as well as
7404         multibyteness.
7405
7406 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7407
7408         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
7409         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
7410         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
7411
7412 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7413
7414         * gnus-art.el (article-display-x-face): Nix buffer-read-only
7415         again.
7416
7417         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
7418
7419 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7420
7421         * gnus-spec.el (gnus-parse-simple-format): Use
7422           buffer-substring-no-properties.
7423
7424 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7425
7426         * gnus-art.el (article-verify-cancel-lock): New function.
7427
7428         * nnheader.el (nntp-process-response): New variable.
7429         (nnheader-init-server-buffer): Make `nntp-process-response'
7430         buffer-local in `nntp-server-buffer'.
7431
7432         * nntp.el (nntp-prepare-post-hook): New hook.
7433         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
7434         (nntp-async-trigger): Ditto.
7435         (nntp-request-post): Insert a server's ID if there's no Message-ID
7436         header; run `nntp-prepare-post-hook'.
7437
7438 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7439
7440         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
7441         instead.
7442
7443         * message.el (message-forward-subject-author-subject): Don't use
7444         message-news-p, which widens the buffer.
7445         (message-forward-make-body): New function.
7446         (message-forward): Use it.
7447         (message-insinuate-rmail): New function.
7448         (message-forward-rmail-make-body): New function.
7449
7450 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7451
7452         * mm-extern.el (mm-extern): Provide it.
7453
7454         * mm-partial.el (mm-partial): Provide it.
7455
7456 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7457
7458         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
7459
7460 2001-10-29  Simon Josefsson  <jas@extundo.com>
7461
7462         * mml.el (mml-preview): Bind message-this-is-news if it is
7463         news. From Jesper Harder <harder@myrealbox.com>.
7464
7465 2001-10-28  Simon Josefsson  <jas@extundo.com>
7466
7467         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
7468
7469 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
7470
7471         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
7472         ironic smilies.
7473
7474 2001-10-27  Simon Josefsson  <jas@extundo.com>
7475
7476         * message.el (message-indent-citation): Don't add trailing
7477         whitespace when citing text.
7478
7479         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
7480         <harder@ifa.au.dk>.
7481
7482 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7483
7484         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
7485         not available.
7486         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
7487         (nnweb-type-definition): Add google as alias of dejanews.
7488         (nnweb-google-parse-1): Forward 1 line.
7489
7490 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7491
7492         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
7493         variable `message-forward-ignored-headers'.
7494
7495 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
7496
7497         * gnus.el (gnus-expand-group-parameter): New function.
7498         (gnus-expand-group-parameters): Call it.
7499         (gnus-group-fast-parameter): New function.
7500         (gnus-group-find-parameter): Call it.
7501
7502 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
7503
7504         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
7505         vector (it didn't before because of a bug).
7506         * gnus-msg.el (gnus-post-news): Use header vector directly, if
7507         available.  Before it converted it to an article number.
7508
7509         This makes followup to news articles with negative numbers in
7510         nnvirtual groups use news instead of mail.
7511
7512 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
7513
7514         * gnus.el (post-method): Use `native' instead of `nil'.
7515
7516         * gnus-msg.el (gnus-post-method): Ditto.
7517
7518 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
7519
7520         * gnus.el (gnus-define-group-parameter): Grammar fix.
7521
7522 2001-10-22  Simon Josefsson  <jas@extundo.com>
7523
7524         * gnus-msg.el (gnus-extended-version): Include
7525         system-configuration.
7526         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
7527
7528 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
7529
7530         * gnus.el (post-method): Customization fix: `native' is not a
7531         valid value.
7532         * gnus-msg.el (gnus-post-method): Doc and customization fix:
7533         `native' is not a valid value.
7534
7535 2001-10-21  Simon Josefsson  <jas@extundo.com>
7536
7537         * nnimap.el (nnimap): Defgroup
7538         (nnimap-strict-function, nnimap-strict-function-match): New
7539         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
7540         (nnimap-split-crosspost, nnimap-split-inbox)
7541         (nnimap-split-rule, nnimap-split-predicate)
7542         (nnimap-split-predicate): Defcustom.
7543         (nnimap-split-inbox, nnimap-expunge-search-string)
7544         (nnimap-importantize-dormant): Remove "*" from doc.
7545
7546 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7547
7548         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
7549         not supplied via prefix arg.  From Lisp, make arg mandatory.
7550         Suggested by Frank Schmitt.
7551
7552 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
7553
7554         * message.el (message-do-auto-fill): Avoid calling
7555         'rfc822-goto-eoh'.
7556
7557 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7558         From Paul Jarc <prj@po.cwru.edu>.
7559
7560         * message.el (message-get-reply-headers): Restructure the logic
7561         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
7562
7563 2001-10-20  Simon Josefsson  <jas@extundo.com>
7564
7565         * message.el (message-cancel-news): Support cancel-locks.
7566         Suggested by Per Abrahamsson.
7567
7568         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
7569         conses.  From David Z Maze <dmaze@MIT.EDU>.
7570
7571         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
7572
7573 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
7574
7575         * mm-decode.el (mm-default-directory): Fix customize type.
7576
7577         * message.el (message-setup-fill-variables): Kludge to use
7578         normal-auto-fill-function even if auto fill is already activated.
7579
7580 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
7581
7582         * message.el (message-do-auto-fill): New version that does not
7583         rely on text properties, by Simon Josefsson <jas@extundo.com>.
7584         (message-setup-1): Removed the `message-field' property.
7585
7586         * gnus-draft.el (gnus-draft-edit-message): Removed the
7587         `message-field' property.
7588
7589 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
7590
7591         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
7592         `message-field'.  The `field' property has a special significance in
7593         Emacs 21.
7594
7595         * message.el (message-send, message-setup-1): Ditto.
7596
7597 2001-10-18  Simon Josefsson  <jas@extundo.com>
7598
7599         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
7600         when undoing.
7601
7602 2001-10-18  Simon Josefsson  <jas@extundo.com>
7603         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
7604
7605         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
7606         (gnus-summary-make-menu-bar): Ditto.
7607
7608 2001-10-17  Simon Josefsson  <jas@extundo.com>
7609
7610         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
7611         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
7612
7613 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7614
7615         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
7616         * gnus-util.el (gnus-user-date): New function.
7617         From Frank Schmitt <usenet@Frank-Schmitt.net>.
7618
7619 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
7620
7621         * message.el (message-check-news-header-syntax): Special case
7622         nnvirtual groups.
7623
7624         * gnus-sum.el (gnus-summary-respool-default-method): Changed
7625         customize type to `symbol'.
7626
7627 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7628
7629         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
7630         %&foo;.
7631         (gnus-parse-simple-format): Support user extended spec too.
7632         %u&foo; invokes gnus-user-format-function-foo.
7633
7634 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7635
7636         * nnml.el (nnml-request-expire-articles): Make sure it is back to
7637         the server.
7638         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
7639         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7640         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
7641         * nndiary.el (nndiary-request-expire-articles): Ditto.
7642         (nndiary-schedule): Defsubst it before use it.
7643         (nndiary-error): eval-and-compile.
7644
7645 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
7646
7647         * gnus-msg.el (gnus-post-method): Changed two instances of
7648         `active' to `current' and one `null' to `not'.
7649
7650 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7651         From Katsumi Yamaoka <yamaoka@jpl.org>.
7652
7653         * message.el (message-setup-fill-variables): Use
7654         `normal-auto-fill-function' instead of `auto-fill-function'.
7655
7656 2001-10-16  Simon Josefsson  <jas@extundo.com>
7657
7658         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
7659         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
7660         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
7661
7662 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7663         Patch by Oliver Scholz <oscholz@my.gnus.org>.
7664
7665         * gnus-draft.el (gnus-draft-edit-message): Add text property
7666         `field' with value `header' to message headers.
7667         * message.el (message-setup-1): Really add text property to all of
7668         the header, not just part of it.
7669
7670 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7671
7672         * gnus-group.el (gnus-group-sort-by-server): Use it.
7673
7674         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
7675
7676         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
7677         and keystroke.
7678
7679 2001-10-14  Simon Josefsson  <jas@extundo.com>
7680
7681         * dig.el: Doc fix.
7682
7683         * smime.el: Doc fix.
7684
7685         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
7686         charset magic from message.el.
7687
7688 2001-10-12  Simon Josefsson  <jas@extundo.com>
7689         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
7690
7691         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
7692         'cite from g-a-wash-types.
7693         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
7694         (gnus-article-hide-citation): Fix.
7695
7696         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
7697         character.
7698         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
7699
7700         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
7701         definition.
7702         (gnus-signature-toggle): Toggle `s' mode line character.
7703
7704         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
7705         doing stuff that clears it.
7706
7707 2001-10-12  Simon Josefsson  <jas@extundo.com>
7708
7709         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
7710         From Eric Marsden <emarsden@laas.fr>.
7711
7712 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7713
7714         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
7715         (autoload): Add some autoloads.
7716
7717 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7718         Suggested by Oliver Scholz <epameinondas@gmx.de>.
7719
7720         * message.el (message-do-auto-fill): New function.  Like
7721         `do-auto-fill' but don't fill when in the message header.
7722         (message-setup-1): Put a text property on the message header.
7723         (message-setup-fill-variables): Use `message-do-auto-fill'.
7724
7725 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7726
7727         * message.el (message-send-mail-partially): Insert an empty line
7728         first, because of the change of message-make-lines.
7729
7730 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
7731
7732         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
7733         iso-8859-15, make it an alias for iso-8859-1.
7734
7735 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7736
7737         * message.el (message-send-news): Don't modify the value of
7738         `message-syntax-checks' if it is not a list (possibly it is
7739         `dont-check-for-anything-just-trust-me').
7740
7741 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7742
7743         * gnus-group.el (gnus-group-name-charset-group-alist): Use
7744         `find-coding-system' for XEmacs to check whether the coding-system
7745         `utf-8' is available.
7746
7747 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7748
7749         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
7750
7751 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
7752
7753         * message.el (message-send-news): Oops, missed case with no
7754         "Followup-To" header...
7755
7756 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
7757
7758         * message.el (message-send-news): Allow
7759         `gnus-group-name-charset-group-alist' to affect encoding of the
7760         "Newsgroups" and "Followup-To" headers.
7761
7762 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7763
7764         * Makefile.in (install-el): Depend on gnus-load.el.
7765
7766 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7767
7768         * Makefile.in (install-el): Use -f.
7769         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
7770
7771 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
7772
7773         * message.el (message-send-news): Don't encode Followups-To when
7774         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
7775
7776         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
7777         header.
7778
7779         * gnus-art.el (article-decode-group-name): Also decode
7780         "Followup-To".
7781
7782         * rfc2047.el (rfc2047-encode-message-header): Encode without
7783         asking for null methods.
7784
7785         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
7786         default charset for newsgroup names in accordance with USEFOR.
7787
7788         * gnus-group.el (gnus-group-name-charset-method-alist,
7789         gnus-group-name-charset-group-alist): Removed "*" from doc
7790         strings, "*" should not be used for complex variables.
7791
7792 2001-10-06  Simon Josefsson  <jas@extundo.com>
7793
7794         Support UTF-8 group names better.
7795
7796         * message.el (message-check-news-header-syntax): Encode group
7797         names before comparison.
7798
7799         * gnus-msg.el (gnus-copy-article-buffer): Run all
7800         `gnus-article-decode-hook's except `article-decode-charset'
7801         instead of hardcoding call to one of them.
7802
7803         * gnus-art.el (gnus-article-decode-hook): Add
7804         `article-decode-group-name'.
7805         (article-decode-group-name): New function, use `g-d-n'.
7806
7807         * gnus-group.el (gnus-group-insert-group-line): Decode
7808         gnus-tmp-group using `g-d-n'.
7809
7810         * gnus-util.el (gnus-decode-newsgroups): New function.
7811
7812 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
7813
7814         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
7815         `gnus-group-name-charset-group-alist'.
7816
7817 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7818
7819         * Makefile.in: Install el in install. Add uninstall.
7820
7821 2001-10-05  Simon Josefsson  <jas@extundo.com>
7822
7823         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
7824
7825         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
7826
7827         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
7828         empty folders.
7829
7830         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
7831         limiting if read-all (C-u RET) was used.
7832
7833 2001-10-04  Simon Josefsson  <jas@extundo.com>
7834
7835         * mail-source.el (mail-source-movemail-program): New variable.
7836         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
7837         <thutt@thutt.vmware.com>.
7838
7839 2001-10-03  Simon Josefsson  <jas@extundo.com>
7840
7841         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
7842         (gnus-summary-line-format-alist): Fix param.
7843
7844 2001-10-02  Simon Josefsson  <jas@extundo.com>
7845
7846         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
7847         don't go through `nnimap-request-expire-articles' to delete the
7848         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
7849
7850 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7851
7852         * gnus-agent.el (gnus-agent-write-active): The min in the
7853         agent/active may be larger than that in the server/active.
7854
7855 2001-10-01  Simon Josefsson  <jas@extundo.com>
7856
7857         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
7858         is IMAP4rev1.
7859
7860         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
7861
7862         * nnfolder.el: Ditto.
7863
7864 2001-09-30  Dan Christensen  <jdc@uwo.ca>
7865
7866         * gnus-sum.el (gnus-summary-extract-address-component): New function.
7867         (gnus-summary-from-or-to-or-newsgroups): Optimize.
7868
7869 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7870
7871         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
7872         (message-mode-menu): Menu item for same.
7873
7874         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
7875         delayed articles.
7876
7877         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
7878         nndraft:delayed does not exist.
7879         (gnus-delay-initialize): Don't set up keymap, that's done from
7880         message.el now.
7881         (gnus-delay, gnus-delay-group, gnus-delay-header)
7882         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
7883
7884 2001-09-29  Simon Josefsson  <jas@extundo.com>
7885
7886         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
7887         utf-8, not eight-bit-control.
7888
7889         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
7890         (imap-log, imap-debug): Custom.
7891         (imap-log-buffer, imap-debug-buffer): New constants.
7892         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
7893         (imap-network-open, imap-shell-open, imap-starttls-open)
7894         (imap-send-command-1, imap-send-command, imap-arrival-filter)
7895         (imap-debug): Use imap-*-buffer.
7896
7897         * nndoc.el (nndoc-article-type): Add mailman.
7898         (nndoc-type-alist): Ditto.
7899         (nndoc-mailman-type-p): New function.
7900
7901 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7902
7903         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
7904         gnus-art.el.
7905
7906 2001-09-27  Simon Josefsson  <jas@extundo.com>
7907
7908         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
7909         (gnus-topic-catchup-articles): New function. Suggested by Robin
7910         S. Socha <robin-dated-1001857693.185e29@socha.net>.
7911
7912 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7913         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
7914
7915         * gnus-ems.el (gnus-article-display-xface): Insert xface after
7916         previous ones.
7917
7918 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7919         From Daiki Ueno  <ueno@unixuser.org>
7920
7921         * gnus-sum.el (gnus-summary-show-article): The arglist of
7922         detect-coding-region is incompatible.
7923
7924 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7925         From Katsuhiro Hermit Endo <hermit@koka-in.org>
7926
7927         * gnus-group.el (gnus-group-delete-group): Typo.
7928
7929 2001-09-26  Simon Josefsson  <jas@extundo.com>
7930
7931         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
7932
7933         * nnimap.el (nnimap-expiry-target): Use temp buffer.
7934
7935 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7936
7937         * gnus-cus.el (gnus-group-parameters): Display as sexp.
7938
7939 2001-09-22  Simon Josefsson  <jas@extundo.com>
7940
7941         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
7942
7943         * nnfolder.el (nnfolder-open-marks): Ditto.
7944
7945         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
7946         (gnus-update-marks): Use it.
7947         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
7948         hardcoded list.
7949
7950         * gnus.el (gnus-article-special-mark-lists): Add killed.
7951         (gnus-article-unpropagated-mark-lists): New constant.
7952
7953 2001-09-22  Simon Josefsson  <jas@extundo.com>
7954
7955         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
7956         custom option.
7957
7958 2001-09-23  Simon Josefsson  <jas@extundo.com>
7959
7960         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
7961
7962 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7963
7964         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
7965
7966 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
7967
7968         * gnus-group.el (gnus-group-sort-function): Fix customize type to
7969         accept lists of functions.
7970
7971 2001-09-20  Simon Josefsson  <jas@extundo.com>
7972
7973         * gnus-group.el (gnus-group-catchup): Update expire marks in
7974         backend.  Also, if ALL also set expire marks on tick/dormant.
7975
7976 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7977
7978         * message.el (message-tab-body-function): New variable.
7979         * message.el (message-tab): Use it.
7980
7981 2001-09-19  Sam Steingold  <sds@gnu.org>
7982
7983         * gnus-win.el (gnus-buffer-configuration): Respect
7984         `gnus-bug-create-help-buffer'.
7985
7986 2001-09-18  Simon Josefsson  <jas@extundo.com>
7987
7988         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
7989         (gnus-parse-simple-format): Re-revert.
7990
7991 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
7992         Trivial patch.
7993
7994         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
7995         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
7996
7997 2001-09-18  Simon Josefsson  <jas@extundo.com>
7998
7999         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
8000         signed.
8001         (gnus-parse-simple-format): Don't use it.
8002
8003 2001-09-17  Miles Bader  <miles@gnu.org>
8004
8005         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
8006         error querying a backend abort the whole process.
8007
8008 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8009
8010         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
8011         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
8012
8013 2001-09-17  Didier Verna  <didier@xemacs.org>
8014
8015         * nndiary.el: version 0.2-b14.
8016         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
8017         compatibility problem with XEmacs 21.1.
8018
8019 2001-09-15  Simon Josefsson  <jas@extundo.com>
8020
8021         * gnus-group.el (gnus-group-line-format): Document %c.
8022
8023         * nnml.el (nnml-parse-head): Handle CRLF files.
8024         (nnml-generate-nov-file): Ditto.
8025         (nnml-retrieve-headers): Ditto.
8026
8027 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
8028
8029         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
8030
8031 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
8032
8033         * gnus-spec.el (gnus-correct-substring): Still stopped one
8034         character before we wanted (never included last character).
8035         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
8036         add missing "," (once per function)
8037
8038 2001-09-14  Simon Josefsson  <jas@extundo.com>
8039
8040         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
8041         (otherwise e.g. gnus-agentize in .gnus overrides the customized
8042         default before gnus-group is loaded and the variable set.)
8043
8044         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
8045         killed or unsent marks.
8046
8047         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
8048         isn't an article to set it on (e.g. when you `a' in a group).
8049
8050 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8051
8052         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
8053         can read e-mails from Microsoft Outlook users not using ISO
8054         8859-2 character set.
8055
8056 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8057
8058         * gnus-diary.el: Minor modifications to avoid warnings.
8059         (gnus-summary-misc-menu): defvar.
8060         (gnus-diary-check-message): Use gnus-point-at-eol.
8061         (gnus-diary-kill-entire-line): eval-and-compile.
8062
8063 2001-09-12  Didier Verna  <didier@xemacs.org>
8064
8065         * nndiary.el: new version (0.2-b13).
8066         * nndiary.el (nndiary-mail-sources): doc update.
8067         * nndiary.el (nndiary-split-methods): ditto.
8068         * nndiary.el (nndiary-request-accept-article-hooks): New.
8069         * nndiary.el (nndiary-request-accept-article): use it, check
8070         message validity.
8071         * nndiary.el (nndiary-get-new-mail): changed default to nil.
8072         * nndiary.el (nndiary-schedule): fix bug (misplaced
8073         condition-case): it didn't return nil on error.
8074         * gnus-diary.el: new version.
8075         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
8076         * gnus-diary.el (gnus-diary-header-value-history): New.
8077         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
8078         * gnus-diary.el (gnus-diary-add-header): New.
8079         * gnus-diary.el (gnus-diary-check-message): New.
8080         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
8081         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
8082
8083 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8084
8085         * gnus-sum.el (gnus-select-newsgroup): Make
8086         `gnus-current-select-method' buffer-local.
8087
8088         * gnus-art.el (gnus-request-article-this-buffer): Refer
8089         `gnus-current-select-method' in the current summary buffer.
8090
8091 2001-09-10  Simon Josefsson  <jas@extundo.com>
8092         From Daniel Pittman <daniel@rimspace.net>
8093
8094         * gnus-spec.el (gnus-correct-pad-form): Fix.
8095
8096 2001-09-09  Simon Josefsson  <jas@extundo.com>
8097
8098         * mm-decode.el (mm-inline-media-tests): Add
8099         application/x-emacs-lisp.
8100         (mm-attachment-override-types): Add
8101         application/{x-,}pkcs7-signature.
8102
8103         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
8104         (gnus-server-line-format, gnus-server-mode-line-format)
8105         (gnus-server-browse-in-group-buffer): Customize.
8106
8107 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8108
8109         * nnml.el (nnml-marks-changed-p): Typo.
8110         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
8111         (nnml-marks-changed-p): Use gnus-gethash.
8112         (nnml-marks-modtime): Use gnus-make-hashtable.
8113
8114         * nnfolder.el (nnfolder-marks-changed-p): Typo.
8115         (nnfolder-request-expire-articles, nnfolder-save-marks)
8116         (nnfolder-open-marks): Typo.
8117         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
8118         (nnfolder-marks-changed-p): Use gnus-gethash.
8119         (nnfolder-marks-modtime): Use gnus-make-hashtable.
8120
8121 2001-09-08  Simon Josefsson  <jas@extundo.com>
8122
8123         * nnfolder.el (nnfolder-marks-modtime): New variable.
8124         (nnfolder-marks-changed-p): New function.
8125         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
8126         (nnfolder-request-update-info): Don't update if marks didn't change.
8127
8128         * nnml.el (nnml-marks-modtime): New variable.
8129         (nnml-marks-changed-p): New function.
8130         (nnml-save-marks, nnml-open-marks): Save modtime.
8131         (nnml-request-update-info): Don't update if marks didn't change.
8132
8133         * gnus-agent.el (gnus-agent-any-covered-gcc)
8134         (gnus-agent-add-server, gnus-agent-remove-server): Use
8135         gnus-agent-method-p.
8136
8137         * gnus-art.el (gnus-buttonized-mime-types): New variable.
8138         (gnus-unbuttonized-mime-type-p): Use it.
8139
8140         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
8141         fetch group.
8142
8143 2001-09-08  Simon Josefsson  <jas@extundo.com>
8144         From Daniel Pittman <daniel@rimspace.net>
8145
8146         * gnus-spec.el (gnus-correct-pad-form): New function.
8147         (gnus-parse-simple-format): Use it.
8148
8149 2001-09-07  Simon Josefsson  <jas@extundo.com>
8150
8151         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
8152         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
8153         Putnam <reader@newsguy.com>.
8154         (gnus-group-sort-selected-groups): Touch dribble file.
8155
8156 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
8157
8158         * nnml.el (nnml-filenames-are-evil): New variable.
8159         (nnml-article-to-file-alist): Rename to ...
8160         (nnml-current-group-article-to-file-alist): ... this.
8161         Respect `nnml-filenames-are-evil'.
8162         (nnml-active-number): Update.
8163         (nnml-update-file-alist): Update.
8164         (nnml-request-article): Use nnheader-article-to-file-alist.
8165         (nnml-request-rename-group): Likewise.
8166
8167 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8168
8169         * gnus-sum.el (gnus-summary-insert-line): Fix.
8170
8171 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
8172
8173         * gnus-sum.el: Bind g-s-t-s to "W g".
8174         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
8175         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
8176         display of graphical smilies.
8177
8178 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8179
8180         * gnus-start.el (gnus-setup-news): A typo.
8181         From Bill White <billw@wolfram.com>.
8182
8183 2001-09-06  Simon Josefsson  <jas@extundo.com>
8184
8185         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
8186         and unseen marks.
8187
8188 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8189
8190         * nnmail.el (nnmail-split-fancy): Document `junk'.
8191
8192 2001-09-04  Simon Josefsson  <jas@extundo.com>
8193
8194         * imap.el (imap-search): Don't error if server is broken.
8195
8196 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
8197
8198         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
8199         searching for an article that isn't in the mbox.
8200
8201 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8202
8203         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
8204         right, and get all the comments.
8205
8206 2001-09-02  Simon Josefsson  <jas@extundo.com>
8207         Suggested by Dan Christensen <jdc+news@uwo.ca>
8208
8209         * nnfolder.el (nnfolder-request-update-info): Fix message.
8210
8211         * nnml.el (nnml-request-update-info): Ditto.
8212
8213 2001-09-01  Simon Josefsson  <jas@extundo.com>
8214
8215         * nnml.el (nnml-request-expire-articles): Also bind
8216         `nnml-current-group' and `nnml-article-file-alist' when using
8217         expiry-target. (Otherwise nnml will be in a inconsistent internal
8218         state causing all kind of problems.)
8219         (nnml-request-expire-articles): If `nnml-article-to-file' or
8220         `file-attributes' failes, return article as un-expirable instead
8221         of treating it as expired.
8222
8223 2001-08-31  Sam Steingold  <sds@gnu.org>
8224
8225         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
8226         typo: `exmine' --> `examine'.
8227
8228 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8229
8230         * nndoc.el (nndoc-forward-type-p): It is not a digest.
8231
8232 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8233
8234         * nnml.el (nnml-check-directory-twice): Remove.
8235         (nnml-retrieve-headers): Ditto.
8236         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
8237
8238 2001-08-30  Andrew Innes  <andrewi@gnu.org>
8239
8240         * nnheader.el (nnheader-directory-files-is-safe): No need to read
8241         directory twice on Windows, or on GNU Emacs-21.
8242
8243 2001-08-30  Andrew Innes  <andrewi@gnu.org>
8244
8245         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
8246         (nnml-request-rename-group): Ditto.
8247         (nnml-active-number): Ditto.
8248         (nnml-request-create-group): Use nnml-directory-articles.
8249         (nnml-request-expire-articles): Use nnml-directory-articles, which
8250         gets list from nov database if available.
8251         (nnml-get-nov-buffer): New function.
8252         (nnml-open-nov): Use it.
8253         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
8254         gets alist from nov database if available.
8255         (nnml-directory-articles): New function.
8256         (nnml-article-to-file-alist): New function.
8257
8258 2001-08-30  Andrew Innes  <andrewi@gnu.org>
8259
8260         * mm-decode.el (mm-display-external): Use `name' as filename, if
8261         `filename' attribute is not present.
8262
8263 2001-08-30  Andrew Innes  <andrewi@gnu.org>
8264
8265         * mail-source.el (mail-source-flash): New defcustom.
8266         (mail-source-new-mail-p): Ring visible bell if appropriate.
8267         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
8268         timer is cleared even if mail check signals an error.
8269
8270 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8271
8272         * gnus-sum.el (gnus-summary-move-article): Only update marks of
8273         type 'list.
8274
8275 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8276
8277         * flow-fill.el (fill-flowed): eol might be point-max.
8278
8279 2001-08-27  Simon Josefsson  <jas@extundo.com>
8280
8281         * nnml.el (nnml-request-update-info): Fix message.
8282         (nnml-open-marks): Ditto.
8283
8284         * nnfolder.el (nnfolder-request-update-info):
8285         (nnfolder-open-marks): Fix message.
8286
8287 2001-08-25  Simon Josefsson  <jas@extundo.com>
8288
8289         * nnfolder.el (nnfolder-save-marks): Don't create directory named
8290         after group in ~/.
8291
8292 2001-08-25  Simon Josefsson  <jas@extundo.com>
8293         From Andreas Jaeger  <aj@suse.de>
8294
8295         * nnfolder.el (nnfolder-open-marks): Fix typo.
8296         * nnml.el (nnml-open-marks): Likewise.
8297
8298 2001-08-25  Simon Josefsson  <jas@extundo.com>
8299
8300         Make nnfolder groups self-contained as far as marks are concerned.
8301
8302         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
8303         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
8304         (nnfolder-open-server): Make marks directory.
8305         (nnfolder-request-delete-group): Delete marks file.
8306         (nnfolder-request-delete-group): Check of nov/marks file exist
8307         before deleting.
8308         (nnfolder-request-rename-group): Rename marks file.
8309         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
8310         (nnfolder-request-set-mark, nnfolder-request-update-info)
8311         (nnfolder-group-marks-pathname, nnfolder-save-marks)
8312         (nnfolder-open-marks): New functions.
8313         (top-level): Require gnus.
8314
8315 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8316
8317         * nnweb.el (nnweb-type-definition): Use google raw file.
8318         (nnweb-google-parse-1): Ditto.
8319         (nnweb-google-identity): Ditto.
8320         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
8321         (nnweb-altavista-wash-article): Ditto.
8322         (nnweb-request-article): Remove nnweb-decode-entities.
8323
8324         * nnml.el: Require 'gnus.
8325
8326 2001-08-25  Simon Josefsson  <jas@extundo.com>
8327
8328         * nnml.el (nnml-marks-is-evil): Add doc.
8329
8330 2001-08-25  Simon Josefsson  <jas@extundo.com>
8331
8332         * nnml.el (nnml-save-marks): Wrap saving marks in a
8333         condition-case, to allow user to start Gnus if saving marks failed
8334         for some reason.
8335
8336 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8337
8338         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
8339
8340         * gnus-group.el (gnus-update-group-mark-positions): Bind
8341         gnus-group-update-hook to nil.
8342
8343 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8344
8345         * mml.el (mml-generate-mime-1): Force as multibyte string.
8346
8347 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8348
8349         * gnus-sum.el (gnus-summary-insert-line)
8350         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
8351         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
8352
8353         * gnus-spec.el (gnus-correct-substring): Take optional END.
8354
8355         * nnrss.el (nnrss-request-article): Remove \n.
8356         (nnrss-retrieve-headers): Lines number is -1.
8357
8358 2001-08-24  Simon Josefsson  <jas@extundo.com>
8359
8360         * gnus-group.el (gnus-info-clear-data): Call
8361         nnfoo-request-set-mark to propagate marks.  Fix bug:
8362         `gnus-group-update-line' doesn't update read range unless we call
8363         `gnus-get-unread-articles-in-group' first.
8364
8365         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
8366         to server.
8367
8368 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8369
8370         * gnus-util.el (gnus-create-info-command): Return an interactive
8371         function.
8372
8373 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8374         From Katsumi Yamaoka <yamaoka@jpl.org>
8375
8376         * gnus-spec.el (gnus-parse-complex-format): Use equal.
8377
8378 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8379
8380         * gnus-sum.el (gnus-select-newsgroup): Use it.
8381
8382         * gnus-util.el (gnus-not-ignore): New function.
8383
8384         * lpath.el (featurep): Don't fbind char-int.
8385
8386         * gnus-util.el (gnus-create-info-command): New function.
8387
8388         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
8389         right node.
8390
8391         * gnus-sum.el (gnus-select-newsgroup): Clean up.
8392         (gnus-summary-limit-children): Use 'identity instead of `all'.
8393         (gnus-summary-limit-to-display-predicate): New command and
8394         keystroke.
8395
8396 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8397
8398         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
8399
8400         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
8401
8402 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8403
8404         * gnus-spec.el: Add the Gnus version.
8405         (gnus-update-format-specifications): If the Gnus version changes,
8406         nix out the format spec cache.
8407
8408         * gnus.el (gnus-continuum-version): Made into a command and
8409         optionalize the VERSION.
8410
8411         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
8412         the start of the lines.
8413
8414 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8415
8416         * gnus.el (gnus-visual-p): Define function before use of
8417         function.
8418
8419 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8420
8421         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
8422         (gnus-article-mark-to-type): New function.
8423         (gnus-update-missing-marks): Only update marks of type 'list.
8424
8425         * gnus.el (gnus-article-special-mark-lists): New variable.
8426
8427 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8428
8429         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
8430         (gnus-select-newsgroup): Still use 'all.
8431         (gnus-summary-initial-limit): Comparing with 'all.
8432
8433 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8434
8435         * gnus-start.el (gnus-activate-group): If dont-check, don't update
8436         active.
8437
8438 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8439
8440         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
8441         nnslashdot-*-retrieve-headers.
8442         (nnslashdot-request-article): Fix for slashcode 2.2.
8443         (nnslashdot-make-tuple): New function.
8444         (nnslashdot-read-groups): Use it.
8445
8446 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8447
8448         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
8449         list.
8450
8451         * gnus-sum.el (gnus-summary-move-article): Don't select article.
8452
8453 2001-08-20  Simon Josefsson  <jas@extundo.com>
8454
8455         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
8456         opened, error instead of continuing (and exploding later).
8457
8458 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8459
8460         * gnus.el (gnus-expand-group-parameters): Return the parameter
8461         list.
8462
8463         * gnus-sum.el (gnus-summary-show-article): Doc fix.
8464         (gnus-summary-show-article): Guess at charset if required.
8465
8466         * gnus-spec.el (gnus-correct-substring): Stopped one character
8467         before we wanted.
8468
8469 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8470
8471         * earcon.el (earcon-auto-play): Remove unused option.
8472
8473 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8474
8475         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
8476         message down in levels, since it happens very fast.
8477
8478         * smiley-ems.el (smiley-update-cache): Respect the symbol version
8479         of smiley-regexp-alist.
8480
8481         * mm-view.el (mm-inline-text): Ignore vcard errors.
8482
8483         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
8484
8485         * gnus-score.el (gnus-all-score-files): Use append instead of
8486         nconc.
8487
8488         * gnus.el (gnus-splash-face): Doc fix.
8489
8490         * mm-decode.el (mm-mailcap-command): Use
8491         mm-path-name-rewrite-functions.
8492         (mm-path-name-rewrite-functions): New variable.
8493
8494         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
8495         (gnus-complex-form-to-spec): Insert tab.
8496         (gnus-spec-tab): New function.
8497
8498         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
8499         entering the group.
8500
8501         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
8502         the positional spec.
8503         (gnus-parse-complex-format): React to %C.
8504
8505         * gnus-ems.el (gnus-char-width): Moved here.
8506
8507         * gnus-sum.el (gnus-select-newsgroup): Set
8508         gnus-newsgroup-articles.
8509         (gnus-unseen-mark): New variable.
8510         (gnus-newsgroup-unseen): Ditto.
8511         (gnus-newsgroup-seen): Ditto.
8512         (gnus-adjust-marked-articles): Use them.
8513         (gnus-update-marks): Use them.
8514         (gnus-summary-update-secondary-mark): Display.
8515         (gnus-summary-prepare-threads): Display.
8516
8517         * gnus-msg.el (gnus-inews-group-method): Use and return the
8518         method, not the server.
8519
8520 2001-08-19  Simon Josefsson  <jas@extundo.com>
8521
8522         * gnus-srvr.el (gnus-server-agent-face): New.
8523         (gnus-server-agent-face): New.
8524         (gnus-server-mode): Turn on font-lock-mode.
8525
8526         * gnus.el (gnus-server-visual): Add defgroup.
8527
8528 2001-08-19  Simon Josefsson  <jas@extundo.com>
8529         From Joe Casadonte <jcasadonte@northbound-train.com>
8530
8531         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
8532         gnus-server-denied-face): New.
8533         (gnus-server-opened-face, gnus-server-closed-face,
8534         gnus-server-denied-face): New.
8535         (gnus-server-font-lock-keywords): Add.
8536
8537 2001-08-19  Simon Josefsson  <jas@extundo.com>
8538
8539         * nnml.el (nnml-request-set-mark): Return nil.
8540         (nnml-save-marks): Use nnml-possibly-create-directory.
8541         (nnml-open-marks): Only work in temp buffer when inserting/reading
8542         .marks file.
8543
8544 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8545
8546         * gnus.el (gnus-expand-group-parameters): Fix.
8547
8548         * gnus-spec.el (gnus-char-width): New function.
8549         (gnus-correct-substring, gnus-correct-length): Use it.
8550
8551         * message.el (message-required-mail-headers): Fix doc.
8552
8553 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8554
8555         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
8556
8557         * mm-decode.el (mm-save-part-to-file): Insert the handle.
8558
8559 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8560
8561         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
8562         slashdot 2.2 (not fully fixed yet).
8563         (nnslashdot-request-article): Ditto.
8564
8565 2001-08-18  Simon Josefsson  <jas@extundo.com>
8566
8567         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
8568         nnimap.
8569
8570         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
8571         gnus-util.
8572         (nnimap-request-update-info-internal): Use new functions.
8573
8574         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
8575         new functions.
8576
8577 2001-08-18  Simon Josefsson  <jas@extundo.com>
8578
8579         Make nnml groups self-contained as far as marks are concerned.
8580
8581         * nnml.el (nnml-request-delete-group): Delete marks file.
8582         (nnml-request-rename-group): Move marks file.
8583         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
8584         variables.
8585         (nnml-request-set-mark, nnml-request-update-info): New server
8586         functions.
8587         (nnml-save-marks, nnml-open-marks): New functions.
8588
8589 2001-08-18  Simon Josefsson  <jas@extundo.com>
8590
8591         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
8592         `set' when setting marks.
8593
8594 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8595
8596         * gnus.el (gnus-info-find-node): Take an argument.
8597
8598         * gnus-art.el (gnus-button-handle-info): New function.
8599         (gnus-url-unhex-string): Replace "+" with " ".
8600
8601 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8602
8603         * message.el (message-check-news-header-syntax): Check bad From.
8604
8605 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8606
8607         * gnus-spec.el (gnus-correct-length): New function.
8608         (gnus-correct-substring): New function.
8609         (gnus-tilde-max-form): Use it.
8610
8611 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
8612
8613         * nnmh.el: Docstring changes as below.
8614
8615         * nnml.el: Docstring changes as below.
8616
8617         * nnbabyl.el: Docstring changes as below.
8618
8619         * nnmbox.el: Docstring changes as below.
8620
8621         * nnfolder.el: Added docstrings identifying each virtual server
8622         parameter.
8623
8624 2001-08-18  Simon Josefsson  <jas@extundo.com>
8625
8626         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
8627
8628 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
8629
8630         * message.el: rename "Abort Message" to "Postpone Message".
8631         Remove "Attach file as MIME" from Message menu, it's already in
8632         the MIME menu.
8633
8634 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8635
8636         * smime.el (smime-point-at-eol): eval-and-compile.
8637         (smime-make-temp-file): New function.
8638         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
8639         Use it.
8640
8641 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8642
8643         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
8644         (gnus-agent-summary-fetch-group): New command and keystroke.
8645
8646         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
8647         (gnus-mime-display-security): Make it respect
8648         gnus-unbuttonized-mime-type-p.
8649
8650         * gnus-sum.el (gnus-articles-to-read): Comments.
8651         (gnus-article-marked-p): New function.
8652         (gnus-summary-display-make-predicate): New function.
8653         (gnus-select-newsgroup): Use them.
8654
8655         * mm-decode.el (mm-save-part-to-file): Made it not error.
8656
8657 2001-08-17  Simon Josefsson  <jas@extundo.com>
8658
8659         * imap.el (imap-wait-for-tag): If process-status isn't open or
8660         run, return nil instead of sit-for looping.
8661
8662 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8663
8664         * lpath.el (featurep): fbind xml-parse-region.
8665
8666         * gnus.el (gnus-message-archive-method): Default to "archive".
8667         (gnus-message-archive-method): Doc fix.
8668         (gnus-parameters-get-parameter): Cleaned up.
8669         (gnus-expand-group-parameter): New function.
8670
8671         * gnus-start.el (gnus-setup-news): Push the archive server only
8672         the server list.
8673
8674         * mml.el (mml-menu): Changed name to "Attachments".
8675
8676         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
8677         when there is something to detroy.
8678
8679 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8680
8681         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
8682         nil.
8683
8684 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8685
8686         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
8687         which specifies a time today or tomorrow.
8688
8689 2001-08-15  Simon Josefsson  <jas@extundo.com>
8690         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
8691
8692         * gnus-agent.el (gnus-agent-make-mode-line-string)
8693         (gnus-agent-toggle-plugged): Use new API.
8694
8695 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8696
8697         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
8698         deadline has expired.
8699
8700 2001-08-12  Simon Josefsson  <jas@extundo.com>
8701         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
8702
8703         Support `recent' mark indicating newly arrived messages (to
8704         separate from old but unread messages).
8705
8706         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
8707         `nnmail-split-history' if recent is > 0.
8708         (nnimap-request-update-info-internal): Update `recent' marks.
8709         (nnimap-request-set-mark): Never set `recent' marks.
8710         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
8711         recent.
8712
8713         * gnus-sum.el (gnus-recent-mark): New mark.
8714         (gnus-newsgroup-recent): New variable.
8715         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
8716         (gnus-summary-prepare-threads): Mark recent articles.
8717         (gnus-summary-add-mark): Support recent.
8718         (gnus-summary-update-secondary-mark): Support recent.
8719
8720         * gnus.el (gnus-article-mark-lists): Add recent.
8721
8722 2001-08-12  Simon Josefsson  <jas@extundo.com>
8723
8724         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
8725         whether successful decoding took place.  Add doc.
8726
8727 2001-08-12  Simon Josefsson  <jas@extundo.com>
8728         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
8729
8730         * gnus.el (gnus-summary-line-format, gnus-parameters):
8731         * gnus-gl.el (gnus-summary-grouplens-line-format):
8732         * gnus-salt.el (gnus-summary-pick-line-format):
8733         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
8734
8735 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
8736         Committed by Kai Gro\e,b_\e(Bjohann.
8737
8738         * gnus-score.el (gnus-score-string): Fix `match' regexp
8739         for `extra' header case.
8740
8741 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8742
8743         * nnmbox.el (nnmbox-read-mbox): No warning.
8744
8745 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8746
8747         * nndoc.el (nndoc-article-type): Fix doc.
8748         (nndoc-generate-article-function): New variable.
8749         (nndoc-dissection-function): New variable.
8750         (nndoc-type-alist): Add oe-dbx.
8751         (nndoc-oe-dbx-type-p): New function.
8752         (nndoc-oe-dbx-dissection): New function.
8753         (nndoc-oe-dbx-generate-article): New function.
8754
8755 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8756
8757         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
8758         whether deadline has been reached.  Patch from Dan Nicolaescu
8759         <dann@godzilla.ics.uci.edu>.
8760
8761 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8762
8763         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
8764         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
8765         <rintaman@cs.Helsinki.FI>.
8766
8767         * mail-source.el (mail-source-movemail): The error buffer is
8768         modified, but nothing in it.
8769
8770 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8771
8772         * message.el (message-bogus-system-names): New variable.
8773         (message-make-fqdn): Use it.
8774
8775 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8776
8777         * nndraft.el (nndraft-request-group): Use
8778         nndraft-auto-save-file-name.
8779
8780 2001-08-09  Simon Josefsson  <jas@extundo.com>
8781
8782         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
8783         Don't ask whether to decrypt.  Just leave result in buffer (don't
8784         call mm).
8785
8786         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
8787         parts as well.
8788         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
8789         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
8790
8791 2001-08-09  Simon Josefsson  <jas@extundo.com>
8792
8793         * mm-decode.el (mm-insert-part): Return decoding success status.
8794         (mm-save-part-to-file): Error if decoding failed.
8795
8796 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8797
8798         * message.el (message-tab): Use indent-relative.
8799         (message-mode): Don't bind indent-line-function to indent-relative.
8800
8801 2001-08-09  Simon Josefsson  <jas@extundo.com>
8802
8803         * message.el (message-get-reply-headers): Fix string. Suggested by
8804         Christoph Conrad <cc@cli.de>.
8805
8806 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8807
8808         * message.el (message-tab): Use the current value of
8809         indent-line-function.
8810         (message-mode): Bind indent-line-function to indent-relative.
8811
8812 2001-08-08  Simon Josefsson  <jas@extundo.com>
8813
8814         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
8815         whether `imtest' is installed.
8816
8817 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8818         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
8819
8820         * gnus-sum.el (gnus-summary-show-article): Call
8821         gnus-summary-update-secondary-secondary-mark.
8822         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
8823         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
8824
8825 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8826
8827         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
8828
8829         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
8830
8831         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
8832         <gerd@gnu.org>.
8833
8834         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
8835
8836         * gnus-util.el (gnus-output-to-rmail): Ditto.
8837         (gnus-output-to-mail): Ditto.
8838
8839         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
8840
8841 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
8842
8843         * message.el (message-indent-citation): Use
8844         `message-yank-cited-prefix' for empty lines.
8845
8846 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
8847
8848         * message.el (message-indent-citation): Quote only lines starting
8849         with ">" using `message-yank-cited-prefix'.
8850
8851 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
8852         Trivial patch.
8853
8854         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
8855         gnus-cache-fully-p.
8856
8857 2001-08-04  Simon Josefsson  <jas@extundo.com>
8858
8859         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
8860         file if it doesn't exist (by calling gnus-cache-read-active).
8861
8862 2001-08-04  Simon Josefsson  <jas@extundo.com>
8863
8864         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
8865         (gnus-cache-passively-or-fully-p): Removed.
8866         (gnus-cache-fully-p): Fix it.
8867
8868         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
8869
8870 2001-08-04  Simon Josefsson  <jas@extundo.com>
8871
8872         * gnus-cache.el (gnus-cache-fully-p)
8873         (gnus-cache-passively-or-fully-p): New functions.
8874         (gnus-cache-possibly-enter-article): Cosmetic change, use
8875         `g-c-p-o-f-p'.
8876         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
8877         was bogus (`g-c-p-a-a' does not change active info, just change
8878         the functions parameters).
8879         (gnus-cache-possibly-remove-articles-1): Make sure articles are
8880         not removed in groups that match `gnus-uncacheable-groups'.
8881
8882         Reported and modifications based on discussions with Nuutti
8883         Kotivuori <nuutti.kotivuori@smarttrust.com>.
8884
8885 2001-08-04  Simon Josefsson  <jas@extundo.com>
8886         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
8887
8888         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
8889         calls `gnus-cache-update-active' if bounds has been extended.
8890
8891 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8892
8893         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
8894         before remove.
8895         (gnus-mime-security-show-details): Ditto.
8896
8897 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8898
8899         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
8900         syntax.  Protect string-match against nil string and regexp.
8901
8902 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8903
8904         * mm-util.el (mm-find-charset-region): Remove control-1.
8905
8906 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8907
8908         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
8909
8910 2001-08-04  Simon Josefsson  <jas@extundo.com>
8911
8912         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
8913         buffer.  Delete MIME-Version header.
8914
8915 2001-08-03  Simon Josefsson  <jas@extundo.com>
8916
8917         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
8918         that is entered does not necessarily have the highest article
8919         number in the group, so use `gnus-cache-possibly-alter-active'
8920         instead of `gnus-cache-update-active'.
8921
8922 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8923
8924         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
8925
8926 2001-08-03  Simon Josefsson  <jas@extundo.com>
8927
8928         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
8929         menu.
8930
8931 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8932
8933         * gnus.el (post-method): New group parameter.  It also provides
8934         the user option `gnus-post-method-alist' and the internal function
8935         `gnus-parameter-post-method'.
8936
8937         * gnus-msg.el (gnus-post-method): Bind the value of
8938         `gnus-post-method' to the group parameter if it is defined.
8939
8940 2001-08-02  Simon Josefsson  <jas@extundo.com>
8941
8942         * smime.el (smime-extra-arguments): Removed.
8943         (smime-call-openssl-region): Don't use it.
8944
8945 2001-08-02  Simon Josefsson  <jas@extundo.com>
8946
8947         * smime.el (smime-sign-region): Handle stderr.
8948         (smime-encrypt-region): Ditto.
8949
8950         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
8951         match the ASN.1 length bytes.
8952         (mm-pkcs7-enveloped-magic): Ditto.
8953         (mm-view-pkcs7-get-type): Don't regexp quote.
8954
8955 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8956         From Andreas Fuchs <asf@void.at>
8957
8958         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
8959
8960 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8961
8962         * gnus-art.el (gnus-header-button-alist): References regexp.
8963
8964 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
8965
8966         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
8967         already fboundp.  Add INTERACTIVE arg to autoload form.
8968
8969 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8970
8971         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
8972
8973         * nnmail.el (nnmail-cache-open): Ditto.
8974
8975 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8976
8977         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
8978
8979 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8980
8981         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
8982
8983 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8984         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8985
8986         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
8987         (gnus-agent-toggle-plugged): Use it.
8988
8989 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
8990
8991         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
8992         (gnus-ding-file-coding-system): New variable.
8993         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
8994         (gnus-slave-save-newsrc): Use it.
8995
8996 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8997
8998         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
8999         syntax.
9000
9001 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9002         Originally from Andreas Fuchs <asf@void.at>
9003
9004         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
9005         (mml2015-gpg-pretty-print-fpr): New function.
9006         (mml2015-gpg-extract-signature-details): More details, rename from
9007         `m-g-e-from'.
9008         (mml2015-gpg-verify): Use them.
9009         (mml2015-gpg-clear-verify): Use them.
9010
9011 2001-07-31  Simon Josefsson  <jas@extundo.com>
9012
9013         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
9014         buffer when done.
9015
9016 2001-07-30  Simon Josefsson  <jas@extundo.com>
9017
9018         * smime.el (smime-call-openssl-region): Revert previous change,
9019         just pass on buf to `call-process-region'.
9020         (smime-verify-region): Doc fix.  Don't message stuff.  Use
9021         `smime-new-details-buffer'.  Inserts error messages into buffer.
9022         (smime-noverify-region): Ditto.
9023         (smime-decrypt-region): Ditto.  Handles stderr separately.
9024         (smime-verify-buffer, smime-noverify-buffer)
9025         (smime-decrypt-buffer): Doc fix.
9026         (smime-new-details-buffer): New function.
9027         (smime-pkcs7-region, smime-pkcs7-certificates-region)
9028         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
9029         (smime-sign-region, smime-encrypt-region): Don't use
9030         `insert-buffer'.
9031
9032         * mml-smime.el (mml-smime-verify): Fix security button strings.
9033
9034 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9035
9036         * gnus-art.el (gnus-mime-save-part-and-strip): Save
9037         gnus-article-mime-handles.
9038
9039 2001-07-29  Simon Josefsson  <jas@extundo.com>
9040
9041         * mail-source.el (top-level): Require message for message-directory.
9042         (mail-source-directory): Change default to message-directory.
9043
9044         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
9045         (smime-certificate-directory, smime-openssl-program)
9046         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
9047         (smime-extra-arguments): New variable.
9048         (smime-dns-server): Fix customize group.
9049         (smime-call-openssl-region): Use `smime-extra-arguments'.
9050
9051 2001-07-29  Simon Josefsson  <jas@extundo.com>
9052         From Vladimir Volovich <vvv@vsu.ru>
9053
9054         * smime.el (smime-call-openssl-region): Ignore stderr.
9055
9056 2001-07-29  Simon Josefsson  <jas@extundo.com>
9057         From Christoph Conrad <christoph.conrad@gmx.de>
9058
9059         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
9060         file.
9061
9062 2001-07-29  Simon Josefsson  <jas@extundo.com>
9063
9064         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
9065
9066         Support S/MIME decryption.
9067
9068         * mm-decode.el (mm-inline-media-tests):
9069         (mm-inlined-types):
9070         (mm-automatic-display):
9071         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
9072
9073         * mm-view.el (mm-pkcs7-signed-magic):
9074         (mm-pkcs7-enveloped-magic): New variables.
9075         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
9076         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
9077         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
9078         PKCS#7 blobs.
9079
9080         * smime.el (smime-decrypt-region): Expand keyfile.
9081
9082 2001-07-29  Simon Josefsson  <jas@extundo.com>
9083
9084         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
9085         `ssl.el' variables.
9086
9087         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
9088         but line instead of narrowing to it, because `nnmail-parse-active'
9089         calls widen.  Thanks to Christoph Conrad
9090         <christoph.conrad@gmx.de>.
9091
9092 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9093
9094         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
9095         for %B spec.
9096
9097         * gnus-sum.el (gnus-summary-prepare-threads): If
9098         gnus-sum-thread-tree-root is nil, use subject instead.
9099         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
9100         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
9101         (gnus-sum-thread-tree-leaf-with-other)
9102         (gnus-sum-thread-tree-single-leaf): Documentation.
9103         (gnus-sum-thread-tree-single-indent): Allow nil.
9104
9105 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9106
9107         * message.el (message-fill-paragraph): Do nothing if the user
9108         wants filladapt-mode.
9109
9110 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9111
9112         * mm-decode.el (mm-image-type-from-buffer): New function.
9113         (mm-get-image): Use it.
9114
9115 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9116
9117         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
9118
9119         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
9120         mm-display-parts too.
9121
9122 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9123
9124         * nnfolder.el (nnfolder-request-accept-article): Bind
9125         nntp-server-buffer.
9126
9127         * nnmail.el (nnmail-parse-active): Read from buffer instead of
9128         nntp-server-buffer.
9129
9130 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9131
9132         * message.el (message-check-news-header-syntax): Use
9133         message-post-method.
9134         (message-send-news): Bind message-post-method.
9135
9136 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9137
9138         * mml.el (mml-tweak-type-alist): New variable.
9139         (mml-tweak-function-alist): New variable.
9140         (mml-tweak-part): New function.
9141         (mml-generate-mime-1): Use it.
9142
9143 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9144
9145         * nnfolder.el (nnfolder-request-accept-article): Replace
9146         nnfolder-request-list.
9147
9148 2001-07-27  Simon Josefsson  <jas@extundo.com>
9149
9150         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
9151         nnoo-change-server failed to do it.
9152
9153 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9154
9155         * gnus.el (gnus-parameters): Make it customizable.
9156
9157 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9158
9159         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
9160
9161         * message.el (message-set-auto-save-file-name): More
9162         poor-system-types.
9163
9164         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
9165
9166         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
9167         supports +.
9168
9169 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9170
9171         * mm-decode.el (mm-readable-p): New function.
9172         (mm-inline-media-tests): Fix the default testers.
9173
9174 2001-07-26  Simon Josefsson  <jas@extundo.com>
9175
9176         * nnimap.el (nnimap-version): Bump version number.
9177
9178 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9179         From Steven E. Harris <seh@speakeasy.org>
9180
9181         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
9182         in M$Windows too.
9183
9184 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9185
9186         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
9187
9188 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9189
9190         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
9191
9192         * mm-decode.el (mm-get-image): Guess then use the type.
9193
9194         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
9195
9196 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
9197
9198         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
9199         display (%B) for threads if threading is off.
9200
9201 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9202         From Henrik Enberg <henrik@enberg.org>
9203
9204         * gnus-msg.el: Customization patch.
9205
9206 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
9207
9208         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
9209         variable.
9210         (nnmail-split-fancy-with-parent): Ignore certain groups.
9211
9212 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9213
9214         * gnus-util.el (gnus-byte-compile): New function.
9215         (gnus-use-byte-compile): New variable.
9216         (gnus-make-sort-function): Use it.
9217
9218         * nnmail.el (nnmail-get-new-mail): Use it.
9219
9220         * gnus-agent.el (gnus-category-make-function): Simple function or
9221         compiled function.
9222         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
9223
9224         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
9225         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
9226         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
9227
9228         * message.el (message-check-news-header-syntax): Remove quote.
9229
9230 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9231
9232         * message.el (message-use-mail-followup-to): `t' is not a
9233         documented value.
9234
9235 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9236
9237         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
9238
9239 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9240
9241         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
9242         there are long lines.
9243
9244 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9245
9246         * dgnushack.el (copy-list): New compiler macro.
9247
9248 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9249
9250         * message.el (message-bounce): If no Return-Path, the whole
9251         content is considered as the original message.
9252
9253         * nnml.el (nnml-check-directory-twice): New variable.
9254         (nnml-article-to-file): Use it.
9255         (nnml-retrieve-headers): Hack it.
9256
9257 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9258
9259         * gnus-win.el (gnus-buffer-configuration): New configure.
9260
9261         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
9262         not alive.
9263
9264         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
9265         (mm-display-external): Use display-term configure.
9266
9267 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9268
9269         * gnus-delay.el (gnus-delay-default-hour): New variable.
9270         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
9271
9272 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9273         From Karl Kleinpaste <karl@charcoal.com>
9274
9275         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
9276         (gnus-summary-prepare-threads): Ditto.
9277
9278         * gnus.el (gnus-summary-line-format): Add %B.
9279
9280 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9281
9282         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
9283
9284         * mm-util.el (mm-string-as-multibyte): New function.
9285
9286         * nnmh.el (nnmh-request-list-1): Encode, not decode!
9287
9288 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9289
9290         * mm-util.el (mm-universal-coding-system): New variable.
9291
9292         * gnus-start.el (gnus-startup-file-coding-system): Use it.
9293
9294         * score-mode.el (score-mode-coding-system): Use it.
9295
9296 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9297
9298         * gnus-start.el (gnus-setup-news): Call
9299         `gnus-check-bogus-newsgroups' just after the native server is
9300         opened.
9301
9302 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9303
9304         * nnmail.el (nnmail-do-request-post): Util function to be used by
9305         `nnchoke-request-post' for all nnmail-derived backends.
9306
9307         * nnml.el (nnml-request-post): Use it.
9308
9309         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
9310         backend, for it groks nnml-request-post.
9311
9312         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
9313         Treat `mail-post' backends like `mail' backends, not like `news'
9314         backends.
9315
9316 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9317
9318         * gnus-msg.el (gnus-setup-message): make-local-hook.
9319
9320 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9321
9322         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
9323         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
9324         <karl@charcoal.com>, slightly changed by Kai.
9325
9326         * message.el (message-check-news-header-syntax): When checking
9327         whether the groups exist, check the right server based on
9328         `gnus-post-method'.
9329
9330 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9331
9332         * gnus-delay.el: New file.
9333
9334 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9335
9336         * mm-util.el (mm-read-coding-system): Take two arguments.
9337
9338         * gnus-sum.el (gnus-summary-show-article): Use
9339         mm-read-coding-system.
9340
9341         * gnus-art.el (article-de-quoted-unreadable):
9342         (article-de-base64-unreadable, article-wash-html):
9343         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
9344
9345 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9346
9347         * nnml.el (nnml-request-post): New function.  Can be used for
9348         annotations in nnml groups.
9349
9350 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9351
9352         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
9353         command.
9354
9355         * gnus-start.el (gnus-find-new-newsgroups): Use
9356         `message-make-date' instead of `current-time-string'.
9357         (gnus-ask-server-for-new-groups): Ditto.
9358         (gnus-check-first-time-used): Ditto.
9359
9360 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9361
9362         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
9363
9364 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
9365
9366         * message.el (message-shorten-references): Change `maxcount' and
9367         `cut' to obey USEFOR draft 5.
9368
9369 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
9370
9371         * gnus-sum.el (gnus-summary-display-arrow): New variable.
9372         (gnus-summary-set-article-display-arrow): New function.
9373         (gnus-summary-goto-subject): Use it.
9374
9375 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9376
9377         * gnus-sum.el (gnus-summary-import-article): Insert date if
9378         doesn't exist.
9379
9380 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9381
9382         * mml.el (mml-content-type-parameters): New variable.
9383         (mml-content-disposition-parameters): New variable.
9384         (mml-insert-mime-headers): Use them.
9385         (mml-parse-1): Accept charset.
9386
9387 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9388
9389         * gnus-group.el (gnus-group-select-group): Doc fix.
9390
9391         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
9392
9393 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9394
9395         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
9396         to handle `define-derived-mode'.
9397
9398 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9399         From:  Stefan Monnier  <monnier@cs.yale.edu>
9400
9401         * message.el (message-mode): Use define-derived-mode.
9402         (message-tab): message-completion-alist.
9403
9404         * imap.el (imap-interactive-login): Use make-local-variable.
9405         (imap-open): Ditto.
9406         (imap-authenticate): Ditto.
9407
9408         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
9409
9410         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
9411
9412 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9413
9414         * message.el (message-citation-line-function): Refer to
9415         gnus-cite-attribution-suffix.
9416
9417 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9418
9419         * gnus-art.el,...: Error convention changes.
9420
9421 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9422
9423         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
9424
9425 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9426
9427         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
9428         (nnrss-read-server-data): Ditto.
9429
9430 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9431
9432         * gnus-setup.el (gnus-use-installed-gnus): Typo.
9433         * Cleanup files.
9434         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
9435
9436 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9437
9438         * gnus.el (gnus-summary-line-format): Add %o.
9439
9440         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
9441         unless shell outputs something.
9442
9443 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9444
9445         * gnus-art.el (gnus-boring-article-headers): Better doc.
9446         (article-hide-headers): Better regexp.
9447         Suggested by Matt Swift <swift@alum.mit.edu>.
9448
9449         * nnheader.el (nnheader-max-head-length): Better doc.
9450         (nnheader-header-value): Skip spaces.
9451         (nnheader-parse-head): Remove space.
9452         Suggested by Matt Swift <swift@alum.mit.edu>.
9453
9454         * gnus-sum.el (gnus-summary-show-raw-article): New function.
9455         (gnus-get-newsgroup-headers): Remove space.
9456
9457 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9458
9459         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
9460         (gnus-summary-reply): Use it.
9461         (gnus-summary-reply-broken-reply-to): New function.
9462         (gnus-msg-force-broken-reply-to): New function.
9463
9464         * mm-view.el (mm-inline-text): Showing as text/plain when error.
9465
9466 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9467
9468         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
9469
9470 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9471
9472         * mm-decode.el (mm-external-terminal-program): New variable.
9473         (mm-display-external): Use it. Use term to display when no
9474         window-system.
9475
9476 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
9477
9478         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
9479         Browse->Next entries to Browse->Prev
9480
9481 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9482
9483         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
9484
9485 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9486
9487         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
9488         for the default encoding.
9489
9490         * nnrss.el (nnrss-url-field): New field.
9491         (nnrss-request-article): Add newsgroups.
9492
9493         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
9494
9495 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9496
9497         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
9498
9499         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
9500         (gnus-draft-setup): Remove backlog.
9501
9502 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9503
9504         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
9505         Cleanup.
9506
9507 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9508
9509         * gnus-msg.el (gnus-bug): Erase buffer.
9510
9511         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
9512
9513 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9514
9515         * mm-decode.el (mm-attachment-override-p): Fix typo.
9516
9517 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
9518
9519         * gnus-kill.el (gnus-execute): Work with the extra headers.
9520         * gnus-sum.el (gnus-summary-execute-command): Ditto.
9521
9522 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9523
9524         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
9525         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
9526
9527         * message.el (message-send-mail-real-function): New variable.
9528         (message-send-mail-partially, message-send-mail):
9529
9530         * nngateway.el (nngateway-request-post): Use it.
9531
9532         * gnus-agent.el (gnus-agentize): Use it.
9533
9534         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
9535         (nnsoup-revert-variables): Use it.
9536
9537 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
9538
9539         * mm-decode.el (mm-inline-media-tests): Default to displaying as
9540         text/plain if the type doesn't match any other media types.
9541         (mm-inlined-types): Doc fix.
9542         (mm-display-inline): Revert previous change (now handled by a
9543         default type in `mm-inline-media-tests'.
9544         (mm-inlinable-p): Revive.
9545         (mm-display-part): Call `mm-inlinable-p'.
9546         (mm-attachment-override-p): Ditto.
9547         (mm-inlined-p): Doc fix.
9548
9549         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
9550         well as `mm-inlined-p'.
9551
9552 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9553
9554         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
9555         (nntp-send-command-and-decode): Use gnus-point-at-bol.
9556
9557 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9558         From  Paul Jarc <prj@po.cwru.edu>
9559
9560         * message.el (message-use-mail-followup-to): New variable.
9561         (message-get-reply-headers): Use it.
9562
9563 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
9564
9565         * nnheader.el (nnheader-init-server-buffer): Make sure the
9566         *nntpd* buffer is made multibyte instead of a random buffer.
9567
9568 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9569
9570         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
9571         when it returns headers.
9572
9573 2001-07-07  Simon Josefsson  <jas@extundo.com>
9574
9575         * rfc2047.el (rfc2047-encode-message-header): Skip header when
9576         trying to fold. Thanks to Colin Walters
9577         <walters@cis.ohio-state.edu>
9578
9579 2001-07-06  Simon Josefsson  <jas@extundo.com>
9580
9581         * imap.el (imap-parse-address-list, imap-parse-flag-list)
9582         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
9583         Add information in `assert's.
9584
9585         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
9586         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
9587         and `nnimap-group-overview-filename', should handle all
9588         change-of-uidvalidity related issues.  But there may be other
9589         problems.)
9590
9591 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
9592
9593         * rfc2047.el (rfc2047-encode-message-header): Don't include the
9594         header name when folding.
9595
9596 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
9597
9598         * mm-decode.el (mm-inlined-types): Document relationship with
9599         `mm-inline-media-tests'.
9600         (mm-display-inline): Default to displaying as plain text if no
9601         inlining handler is available.
9602         (mm-inlinable-p): Remove.
9603         (mm-inlined-p): Don't call `mm-inlinable-p'.
9604         (mm-automatic-display-p): Ditto.
9605         (mm-attachment-override-p): Ditto.
9606
9607 2001-07-04  Simon Josefsson  <jas@extundo.com>
9608
9609         * nnimap.el (nnimap-importantize-dormant): New variable.
9610         (nnimap-request-update-info-internal): Use it.
9611         (nnimap-request-set-mark): Ditto.
9612
9613 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
9614
9615         * nntp.el (nntp-send-command): don't pass a buffer argument to
9616         `point'. Only XEmacs accepts this.
9617         * nntp.el (nntp-send-command-nodelete): ditto.
9618         * nntp.el (nntp-send-command-and-decode): ditto.
9619
9620 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
9621
9622         * nntp.el (nntp-open-connection-function): doc update.
9623         * nntp.el (nntp-pre-command): New.
9624         * nntp.el (nntp-via-rlogin-command): New.
9625         * nntp.el (nntp-via-telnet-command): New.
9626         * nntp.el (nntp-via-telnet-switches): New.
9627         * nntp.el (nntp-via-user-name): New.
9628         * nntp.el (nntp-via-user-password): New.
9629         * nntp.el (nntp-via-address): New.
9630         * nntp.el (nntp-via-envuser): New.
9631         * nntp.el (nntp-via-shell-prompt): New.
9632         * nntp.el (nntp-open-telnet-stream): New.
9633         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
9634         * nntp.el (nntp-open-via-telnet-and-telnet): New.
9635         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
9636         * nntp.el (nntp-send-command): ditto.
9637         * nntp.el (nntp-send-command-nodelete): ditto.
9638         * nntp.el (nntp-send-command-and-decode): ditto.
9639
9640 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
9641         Trivial patch.
9642
9643         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
9644         `when'.
9645
9646 2001-07-03  Simon Josefsson  <jas@extundo.com>
9647         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
9648
9649         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
9650
9651 2001-07-03  Simon Josefsson  <jas@extundo.com>
9652
9653         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
9654         remove it (workaround XEmacs `fill-region' bug).
9655
9656 2001-07-01  Simon Josefsson  <jas@extundo.com>
9657
9658         * nnimap.el (nnimap-date-days-ago): Defeat locale.
9659
9660 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9661
9662         * mml2015.el (mml2015-format-error): New function.
9663         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
9664         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
9665         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
9666
9667 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9668
9669         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
9670         Suggested by Christoph Conrad <C.Conrad@cli.de>.
9671
9672         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
9673         group variables.
9674
9675 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9676
9677         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
9678
9679         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
9680         (nnrss-save-group-data): Ditto.
9681
9682         * gnus-agent.el (gnus-agent-save-alist): Ditto.
9683
9684 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9685
9686         * message.el (message-do-send-housekeeping): Narrow to headers.
9687
9688 2001-06-24  Simon Josefsson  <jas@extundo.com>
9689
9690         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
9691         insertion when breaking lines looked for " \t" instead of "[ \t]".
9692         (rfc2047-encode-message-header): Fold lines even if
9693         no QP encoding is done.
9694
9695 2001-06-23  Simon Josefsson  <jas@extundo.com>
9696         From Samuel Tardieu <sam@inf.enst.fr>
9697
9698         * smime.el (smime-keys): Support additional certificates.
9699         (smime-make-certfiles): New function.
9700         (smime-sign-region): Use previous variables.
9701         (smime-get-certfiles): New function.
9702         (smime-sign-buffer): Use it.
9703         (smime-verify-region): Support both CAfile and CApath.
9704
9705 2001-06-23  Simon Josefsson  <jas@extundo.com>
9706
9707         * smime.el (smime-decrypt-region): Perhaps work.
9708
9709 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9710
9711         * gnus-msg.el (gnus-copy-article-buffer): Typo.
9712
9713 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
9714
9715         * mm-decode.el (mm-save-part): Rewrite file name.
9716         (mm-file-name-rewrite-functions): New variable.
9717         (mm-file-name-delete-whitespace): New function.
9718         (mm-file-name-trim-whitespace): New function.
9719         (mm-file-name-collapse-whitespace): New function.
9720         (mm-file-name-replace-whitespace): New variable and function.
9721
9722 2001-06-22  Simon Josefsson  <jas@extundo.com>
9723
9724         * message.el (message-make-date): Workaround locale for weekdays.
9725
9726 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9727
9728         * message.el (message-goto-body): Return nil if not found. (revert!)
9729
9730 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9731         From Fremlin <chief@bandits.org>
9732
9733         * message.el (message-goto-body): Some messages have no header.
9734
9735         * gnus-msg.el (gnus-copy-article-buffer): Use it.
9736
9737 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
9738
9739         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
9740
9741 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9742
9743         * message.el (message-make-date): Add week day.
9744         Suggested by Jason R. Mastaler <jason@mastaler.com>.
9745
9746 2001-06-19  Simon Josefsson  <jas@extundo.com>
9747
9748         * message.el (message-yank-prefix): Doc fix.
9749         (message-yank-cited-prefix): Ditto.
9750         (message-delete-not-region): Keep citation prefix on first line,
9751         if possible and appropriate.
9752
9753 2001-06-19  Simon Josefsson  <jas@extundo.com>
9754
9755         * imap.el (imap-process-connection-type): New variable.
9756         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
9757         recent `imtest's work completely (no line length issues), while
9758         making making old `imtest's unusable.  Thanks to NAGY Andras
9759         <nagya@inf.elte.hu> for his work.
9760
9761 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
9762
9763         * imap.el (imap-ssl-program): Add -quiet to shut up
9764         OpenSSL/SSLeay's internal debug talk.
9765
9766 2001-06-19  Matt Armstrong  <matt@lickey.com>
9767
9768         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
9769         server.
9770
9771 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9772
9773         * nnmail.el (nnmail-article-buffer): New variable.
9774         (nnmail-split-incoming): Use it.
9775
9776 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
9777
9778         * qp.el (quoted-printable-decode-region): If called interactively,
9779         use coding-system-for-read.
9780
9781 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9782
9783         * message.el (message-check-news-header-syntax): Check Reply-To.
9784
9785 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9786
9787         * mml.el (mml-parse-1): Use message options.
9788
9789         * message.el (message-do-fcc): Don't do anything if there is no
9790         FCC.
9791
9792 2001-06-16  Simon Josefsson  <jas@extundo.com>
9793
9794         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
9795         (nnimap-expunge-search-string): New variable.
9796         (nnimap-request-expire-articles): Use it.
9797
9798 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9799
9800         * message.el (message-send-mail-with-qmail): wrong exit status is
9801         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
9802
9803 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9804
9805         * gnus-art.el (article-strip-multiple-blank-lines): Use
9806         delete-region instead of replace-match.
9807
9808 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9809
9810         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
9811         (nnweb-google-wash-article): Ditto.
9812
9813 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
9814
9815         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
9816
9817 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9818
9819         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
9820         specs.
9821
9822 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9823
9824         * gnus.el (gnus-email-address): Move it here.
9825
9826         * gnus-art.el (article-de-quoted-unreadable): Read charset if
9827         requested.
9828         (article-de-base64-unreadable): Ditto.
9829         (article-wash-html): Ditto.
9830
9831 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9832
9833         * message.el (message-options-set-recipient): Don't add ", "
9834         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
9835
9836 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9837
9838         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
9839
9840 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9841
9842         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
9843         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
9844
9845         * nnrss.el (nnrss-node-text): Node might be nil.
9846
9847 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9848
9849         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
9850         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
9851
9852         * nnrss.el (nnrss-group-alist): More items.
9853
9854 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9855
9856         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
9857
9858 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
9859         Trivial patch from Dale Hagglund  <rdh@best.com>
9860
9861         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
9862         restrict clauses.
9863
9864 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9865
9866         From Benjamin Rutt <brutt+news@bloomington.in.us>
9867
9868         * message.el (message-wide-reply-confirm-recipients): New variable.
9869
9870 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
9871         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
9872
9873         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
9874         fix so it works with XEmacs.
9875
9876 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9877
9878         * nnrss.el (nnrss-retrieve-headers): Support description as extra
9879         headers.
9880
9881 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9882
9883         * nnrss.el: Fix a few bugs.
9884
9885 2001-06-05  Simon Josefsson  <jas@extundo.com>
9886
9887         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
9888         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
9889
9890 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
9891
9892         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
9893         binary so that we don't transmit ISO 2022 garbage to the process.
9894         This is needed under XEmacs.
9895
9896 2001-06-03  Simon Josefsson  <simon@josefsson.org>
9897
9898         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
9899         autoloaded incorrectly below because ssl-program-* is bound.)
9900         Thanks to Amos Gouaux for report.
9901
9902 2001-06-02  Simon Josefsson  <simon@josefsson.org>
9903
9904         * imap.el (imap-kerberos4-open):
9905         (imap-gssapi-open):
9906         (imap-ssl-open):
9907         (imap-network-open):
9908         (imap-shell-open):
9909         (imap-starttls-open): Set buffer to workaround spurious
9910         `accept-process-output' buffer changes.  Thanks to Mats Lidell
9911         <Mats.Lidell@contactor.se> for report and partial patch and Jake
9912         Colman <colman@ppllc.com> for report.
9913
9914 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9915
9916         * gnus-sum.el (gnus-summary-catchup): New argument.
9917         (gnus-summary-catchup-from-here): New function.
9918
9919 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9920
9921         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
9922         back, then insert glyph.  (Before, the glyph was inserted first,
9923         then the newline.)  This works around a behavior in XEmacs where
9924         it is not possible to insert a character after a glyph which is at
9925         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
9926
9927 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9928
9929         From Jaap-Henk Hoepman (jhh@xs4all.nl).
9930
9931         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
9932         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
9933         mm-destroy-postponed-undisplay-list): New functions.
9934         (mm-display-external): Use them.
9935
9936 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9937
9938         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
9939         `default-low' when evaluating `gnus-summary-highlight'.
9940         From Raja R Harinath <harinath@cs.umn.edu>.
9941
9942 2001-05-27  Simon Josefsson  <simon@josefsson.org>
9943
9944         * message.el (message-yank-cited-prefix): New variable.
9945         (message-indent-citation): Use it.
9946
9947         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
9948         as details.
9949         (mml2015-mailcrypt-clear-verify): Ditto.
9950
9951 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9952         From Nevin Kapur <nevin@jhu.edu>.
9953
9954         * gnus-sum.el (gnus-summary-default-high-score,
9955         gnus-summary-default-low-score): New variables.
9956         (gnus-summary-highlight): Use them.
9957
9958 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
9959
9960         * message.el (message-mail): pass the 'send-actions argument to
9961         `message-setup'.
9962
9963 2001-05-16  Simon Josefsson  <simon@josefsson.org>
9964         From Raymond Scholz <ray-2001@zonix.de>
9965
9966         * gnus-art.el (gnus-mime-view-part-as-charset):
9967         (gnus-mime-internalize-part): Doc fixes.
9968
9969 2001-05-11  Simon Josefsson  <simon@josefsson.org>
9970
9971         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
9972         status lines without any text ("^215$").
9973
9974 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9975
9976         * nnrss.el (nnrss-check-group): Reverse.
9977
9978 2001-05-07  Simon Josefsson  <simon@josefsson.org>
9979
9980         * message.el (message-get-reply-headers):
9981         (message-followup): Fix typo, suggested by David Green
9982         <dgreen@uab.edu>
9983
9984 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9985
9986         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
9987
9988         * nnrss.el (nnrss-open-server): Read server data when it is called.
9989         (nnrss-request-expire-articles): Fix.
9990
9991 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9992
9993         * message.el (message-do-send-housekeeping): mail-abbrevs may
9994         rename buffer behind Gnus.
9995
9996 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9997
9998         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
9999         (nnrss-group-alist): Add more resources.
10000         (nnrss-check-group): Ignore errors.
10001
10002 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10003
10004         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
10005
10006         * nnslashdot.el (nnslashdot-request-list): Add time.
10007         (nnslashdot-request-expire-articles): New function.
10008
10009         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
10010         secondary methods too.
10011
10012 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10013
10014         * message.el (message-use-followup-to): Set default value to t.
10015
10016 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
10017
10018         * message.el (message-dont-reply-to-names): Fix documentation.
10019         (message-get-reply-headers): Use Mail-Followup-To only for wide
10020         replies.
10021
10022 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10023
10024         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
10025         correctly.
10026         (nnrss-check-group): Use time.
10027
10028 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10029
10030         * gnus.el: Oort Gnus v0.03 is released.
10031
10032 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10033
10034         * nnultimate.el (nnultimate-topic-article-to-article): Use the
10035         group.
10036
10037 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10038
10039         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
10040
10041 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10042
10043         * nnultimate.el (nnultimate-retrieve-headers): Return all
10044         available headers.
10045
10046         * gnus-sum.el (gnus-read-all-available-headers): New variable.
10047         (gnus-get-newsgroup-headers-xover): Use it.
10048
10049 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10050
10051         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
10052
10053 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10054
10055         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
10056
10057 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10058
10059         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
10060         disable it.
10061
10062         * gnus.el (gnus-info-nodes): Remove a few The's.
10063
10064 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10065
10066         * mail-source.el (mail-source-movemail): Call-process may return a
10067         signal description string.
10068
10069         * gnus-start.el (gnus-read-newsrc-el-file):
10070         gnus-newsrc-file-version may be nil.
10071
10072         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
10073         Suggested by Michael Sperber [Mr. Preprocessor]
10074         <sperber@informatik.uni-tuebingen.de>.
10075
10076 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
10077
10078         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
10079
10080 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
10081
10082         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
10083         fontify HANDLE.
10084
10085 2001-04-18  Simon Josefsson  <simon@josefsson.org>
10086
10087         * smime.el (smime-ask-passphrase): Rework to return value.
10088         (smime-sign-region): Rework to bind value and use it.
10089         (smime-decrypt-region): Ditto.
10090
10091 2001-04-18  Simon Josefsson  <simon@josefsson.org>
10092         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
10093
10094         * smime.el (smime-ask-passphrase): New function.
10095         (smime-sign-region): Use it.
10096         (smime-encrypt-cipher): New variable.
10097         (smime-decrypt-region): Ditto.
10098
10099 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
10100         Committed by Simon Josefsson  <simon@josefsson.org>
10101
10102         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
10103         the log.
10104
10105 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10106
10107         * gnus.el: Oort Gnus v0.02 is released.
10108
10109 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
10110
10111         * gnus.el: Oort Gnus v0.01 is released.
10112
10113 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10114
10115         * gnus-sum.el (gnus-summary-highlight): Highlight read
10116         undownloaded articles as read articles.
10117
10118         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
10119         (gnus-agent-get-undownloaded-list): Mark all undownloaded
10120         articles, even read ones, as such.
10121
10122         * gnus-sum.el (gnus-summary-find-matching): Clean up.
10123         (gnus-find-matching-articles): New function.
10124         (gnus-summary-limit-include-matching-articles): New command.
10125         (gnus-summary-limit-include-thread): Include articles that have
10126         matching subjects.
10127         (gnus-offer-save-summaries): Clean up.
10128
10129 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10130
10131         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
10132
10133 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10134         From Jason Merrill <jason_merrill@redhat.com>
10135
10136         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
10137
10138 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
10139         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10140
10141         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
10142         newsgroup names when the original article is a news message.
10143
10144 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10145
10146         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
10147         supported. Suggest by Jim Meyering <jim@meyering.net>.
10148
10149 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
10150         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
10151
10152         * nnmail.el (nnmail-split-it): Added check for .* at the end of
10153         regexp in nnmail-split-fancy.
10154
10155 2001-04-10  Simon Josefsson  <simon@josefsson.org>
10156
10157         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
10158
10159 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
10160
10161         * message.el (message-send-mail): Improve the interaction with the
10162         user.
10163
10164 2001-04-10  Simon Josefsson  <simon@josefsson.org>
10165
10166         * imap.el (imap-message-copy): Work around buggy servers that
10167         doesn't send TRYCREATE tags.
10168
10169 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
10170
10171         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
10172
10173 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10174
10175         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
10176         date.
10177
10178 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10179
10180         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
10181         lives.
10182
10183 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10184
10185         * gnus-art.el (gnus-parse-news-url): New function.
10186         (gnus-button-handle-news): New function.
10187         (gnus-button-alist): Point to new functions.
10188
10189         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
10190
10191         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
10192         gnus-format-specs.
10193
10194         * message.el (message-check-news-header-syntax): Question even
10195         when Gnus doesn't know the group names.
10196         (message-send-news): Clean up.
10197
10198         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
10199         exited on purpose without saving.
10200
10201         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
10202
10203 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10204
10205         * gnus-score.el (gnus-score-orphans): Clean up.
10206
10207         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
10208
10209         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
10210         later.
10211
10212         * gnus-start.el (gnus-close-all-servers): Find the right items to
10213         close.
10214
10215         * qp.el (quoted-printable-decode-region): Just message
10216         malformation; don't quit.
10217
10218 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10219         From Gerd Moellmann <gerd@gnu.org>.
10220
10221         * gnus.el (gnus-interactive): A typo.
10222
10223 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
10224         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10225
10226         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
10227         `assq-delete-all', if that function exists; otherwise use the old
10228         definition. Documentation changed to match the one in
10229         `assq-delete-all'.
10230
10231 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10232
10233         * gnus-start.el (gnus-close-all-servers): New function.
10234
10235         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
10236         (gnus-server-remove-denials): Clean up.
10237
10238         * gnus-sum.el (gnus-summary-sort-by-original): New command and
10239         keystroke.
10240
10241 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10242
10243         * message.el (message-send-news): Message where we are sending.
10244         (message-send-mail): Ditto.
10245
10246         * gnus.el (gnus-server-string): New function.
10247
10248         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
10249
10250         * mm-decode.el (mm-default-directory): Customized.
10251         (mm-tmp-directory): Ditto.
10252
10253         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
10254         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
10255         or Chars.
10256         (gnus-summary-line-format-alist): ?l is now a string.
10257         (gnus-summary-prepare-threads): Output ? for unknown lines.
10258         (gnus-summary-insert-line): Ditto.
10259         (gnus-summary-print-article): Unbalanced parentheses.
10260
10261         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
10262         out whether new stuff has arrived.
10263
10264 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
10265
10266         * gnus-sum.el: Let printing work on ttys on Emacs.
10267
10268 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10269
10270         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
10271         when forcing news.
10272
10273         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
10274         command.
10275
10276 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
10277
10278         * message.el (message-set-auto-save-file-name): Don't use
10279         asterisks under nt.
10280
10281 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10282
10283         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
10284         lists of articles.
10285
10286         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
10287
10288         * gnus-msg.el (gnus-put-message): Clean up.
10289         (gnus-summary-reply): Mark all replied-to articles as replied to.
10290         (gnus-inews-add-send-actions): Also mark as forwarded.
10291         (gnus-summary-mail-forward): Mark as forwarded.
10292
10293         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
10294         of articles.
10295         (gnus-summary-mark-article-as-forwarded): Ditto.
10296
10297         * gnus-msg.el (gnus-summary-resend-message): Mark article as
10298         forwarded.
10299         (gnus-summary-mail-forward): Clean up.
10300
10301         * gnus.el (gnus-article-mark-lists): Added forward.
10302
10303         * gnus-sum.el (gnus-forwarded-mark): New variable.
10304         (gnus-summary-prepare-threads): Use it.
10305         (gnus-summary-update-secondary-mark): Ditto.
10306         (gnus-newsgroup-forwarded): New variable.
10307
10308 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10309
10310         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
10311         (gnus-summary-very-wide-reply): New command and keystroke.
10312         (gnus-summary-very-wide-reply-with-original): Ditto.
10313
10314         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
10315         (gnus-score-adaptive): Use it.
10316
10317         * gnus-start.el (gnus-get-unread-articles): Clean up.
10318
10319 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10320
10321         * nnultimate.el (nnultimate-retrieve-headers): Work for other
10322         boards.
10323
10324 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
10325
10326         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
10327         * gnus-start.el (gnus-subscribe-newsgroup): use it.
10328
10329 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10330
10331         * nnultimate.el (nnultimate-retrieve-headers): Understand
10332         long-form month names.
10333
10334 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10335
10336         * gnus-sum.el (gnus-summary-show-all-headers):
10337         gnus-article-show-all-headers is broken. Use
10338         gnus-summary-toggle-header instead.
10339
10340         * mml2015.el (mml2015-gpg-extract-from): No error.
10341
10342 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10343         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
10344
10345         * mml2015.el (mml2015-gpg-extract-from): New function.
10346         (mml2015-gpg-verify): Use it.
10347         (mml2015-gpg-clear-verify): Use it.
10348
10349 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10350
10351         * message.el (message-setup-fill-variables): Use
10352         fill-paragraph-function.
10353         (message-fill-paragraph): Take an argument.
10354         (message-newline-and-reformat): Take another argument.
10355
10356 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10357
10358         * message.el (rmail-output): It is in rmailout.el not rmail.el.
10359
10360 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10361
10362         * message.el (message-forward): local-variable-p takes an extra
10363         argument in XEmacs.
10364
10365 2001-03-16  Simon Josefsson  <simon@josefsson.org>
10366
10367         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
10368         `nnimap-use-nov-p' (it really tested the negative).
10369         (nnimap-retrieve-headers): Use it.
10370
10371 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10372
10373         * message.el (message-generate-headers-first): Update doc.
10374
10375 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
10376         Trivial patch.
10377
10378         * gnus.el (gnus-summary-line-format): Typo.
10379
10380 2001-03-11  Simon Josefsson  <simon@josefsson.org>
10381
10382         * mailcap.el (mailcap-mime-data): Add application/sieve.
10383         (mailcap-mime-extensions): Add .siv, .xls.
10384
10385 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10386         From Christoph Conrad <christoph.conrad@gmx.de>
10387
10388         * gnus-score.el (gnus-summary-lower-thread): Typo.
10389
10390 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10391
10392         * message.el (message-forward-decoded-p): New variable.
10393         (message-forward-subject-author-subject): Use it.
10394         (message-make-forward-subject): Use it.
10395         (message-forward): Use it.
10396
10397         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
10398
10399         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
10400         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
10401
10402 ;;Has been fixed -- zsh.
10403 ;;2001-03-05  Dave Love  <fx@gnu.org>
10404 ;;
10405 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
10406 ;;      Move it after definition of mm-coding-system-p.
10407 ;;
10408 2001-03-01  Dave Love  <fx@gnu.org>
10409
10410         * mm-util.el (mm-inhibit-file-name-handlers): Add
10411         image-file-handler.
10412
10413 2001-02-11  Dave Love  <fx@gnu.org>
10414
10415         * message.el (message-signature-file): Fix doc, :type.
10416
10417 2001-02-08  Dave Love  <fx@gnu.org>
10418
10419         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
10420         (message-posting-charset): Defvar when compiling again.
10421         (rfc2047-encodable-p): Require message.
10422
10423         * gnus-sum.el (gnus-alter-articles-to-read-function):
10424         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
10425
10426 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10427
10428         * nnrss.el: New file.
10429
10430 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
10431         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10432
10433         * rfc2047.el (rfc2047-unfold-region): Fix arg of
10434         `skip-chars-forward'.
10435
10436 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10437
10438         * nndraft.el (nndraft-request-group): Restore auto save files if
10439         the original files do not exist.
10440
10441 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10442
10443         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
10444         SCORE paths.
10445
10446         * mm-decode.el (mm-dissect-buffer): Call
10447         mail-extract-address-components only if necessary.
10448
10449 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10450
10451         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
10452         directory part.
10453         (gnus-score-search-global-directories): Use file-directory-p.
10454
10455         * gnus-score.el (gnus-score-score-files-1): Use
10456         gnus-kill-files-directory.
10457         From Adrian Aichner <adrian@xemacs.org>.
10458
10459 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10460
10461         * gnus.el (charset): Move here from gnus-sum.el.
10462
10463 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10464
10465         * mml.el (mml-preview): Disable local map.
10466
10467         * gnus-sum.el (gnus-summary-make-menu-bar): Make
10468         gnus-article-post-menu here.
10469
10470         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
10471         if it has not been made.
10472
10473 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10474
10475         * gnus-art.el (gnus-article-describe-key): Map key to event.
10476         (gnus-article-describe-key-briefly): Ditto
10477
10478 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10479
10480         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
10481
10482 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10483         From Katsumi Yamaoka <yamaoka@jpl.org>.
10484
10485         * dgnushack.el (coerce, merge, subseq): defmacro.
10486
10487 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10488
10489         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
10490         A fake defalias in nndraft.el results a not-activated bug in
10491         uncompiled versions.
10492
10493 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
10494         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10495
10496         * gnus-util.el (gnus-split-references): Handle malformed References:.
10497
10498 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10499
10500         * gnus-art.el (gnus-article-mime-part-status): 1 part.
10501
10502 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10503         From NAGY Andras <nagya@inf.elte.hu>.
10504
10505         * gnus.el (gnus-parameters): Typo.
10506
10507 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10508
10509         * gnus.el (gnus-read-method): Remove redundancy.
10510
10511 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10512
10513         * nnslashdot.el (nnslashdot-backslash-url): New variable.
10514         (nnslashdot-request-list): Use it.
10515
10516 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10517
10518         * nnml.el (nnml-generate-active-info): Fix the case when there is
10519         no file.
10520
10521         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
10522         (gnus-summary-create-article): New function.
10523
10524         * gnus-group.el (gnus-group-mark-article-read): New function.
10525
10526         * gnus-msg.el (gnus-inews-do-gcc): Use it.
10527
10528         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
10529
10530 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10531
10532         * gnus-art.el (gnus-article-edit-done): Don't use
10533         gnus-article-edit-exit.
10534         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
10535
10536         * gnus.el (gnus-parameters): New variable.
10537         Suggested by NAGY Andras <nagya@inf.elte.hu>.
10538         (gnus-parameters-get-parameter): New function.
10539         (gnus-group-find-parameter): Use it.
10540
10541 2001-02-23  Simon Josefsson  <simon@josefsson.org>
10542
10543         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
10544         change of default value to `current'.
10545
10546 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10547
10548         * nneething.el (nneething-get-head): Insert unreadable file too.
10549
10550 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10551
10552         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
10553
10554         * webmail.el (webmail-type-definition): Deja is bought by google.
10555
10556 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10557
10558         * gnus-sum.el (gnus-fetch-headers): New function.
10559         (gnus-select-newsgroup): Use it.
10560         (gnus-summary-insert-articles): New function.
10561         (gnus-summary-insert-old-articles): New function.
10562         (gnus-summary-insert-new-articles): New function.
10563
10564         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
10565         (gnus-group-list-active): Ditto.
10566         * gnus-sum.el (gnus-set-mode-line): Ditto.
10567         (gnus-summary-read-group-1): Ditto.
10568
10569 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10570
10571         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
10572         current topic.
10573
10574 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10575
10576         * smiley.el (gnus-smiley-display): Don't do widening.
10577
10578         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
10579         within body.
10580
10581         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
10582
10583         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
10584         New variable.
10585         (gnus-mime-display-multipart-related-as-mixed): New variable.
10586         (gnus-mime-display-part): Use them.
10587
10588 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10589
10590         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
10591         something special.
10592
10593 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10594
10595         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
10596         (nnweb-request-article): Call reference if exists.
10597         (nnweb-type-definition): Dejanews is bought by google.com.
10598         Beta!
10599
10600 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10601
10602         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
10603
10604 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10605
10606         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
10607         gnus-article-sort-functions.
10608         (gnus-article-sort-functions): Doc fix.  Refer to
10609         gnus-thread-sort-functions.
10610
10611 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10612         From Paul Jarc <prj@po.cwru.edu>.
10613
10614         * message.el (message-get-reply-headers): More fixes.
10615
10616 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
10617         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10618
10619         * message.el (message-get-reply-headers): Fix bug with
10620         Mail-Followup-To/to-address interaction.
10621
10622 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10623
10624         * gnus-msg.el (gnus-configure-posting-styles): Match header in
10625         gnus-article-copy.
10626
10627 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10628
10629         * message.el (message-do-send-housekeeping): Rename to a better
10630         name.
10631
10632 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10633
10634         * message.el (message-cancel-news): Check article first, then ask
10635         yes or no.
10636
10637 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10638
10639         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
10640
10641 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10642
10643         * gnus-range.el (gnus-range-normalize): New function.
10644
10645 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
10646
10647         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
10648
10649 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10650
10651         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
10652
10653         * nnagent.el (nnagent-request-regenerate): New function.
10654
10655         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
10656
10657         * nnml.el (nnml-generate-nov-databases): Accept argument
10658         server. Don't open server if it is opened.
10659         (nnml-request-regenerate): Use it. Change to deffoo.
10660
10661 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10662         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10663
10664         * gnus.el (gnus-define-group-parameter): Fix.
10665
10666 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10667
10668         * gnus.el (gnus-define-group-parameter): Improved.
10669
10670         * gnus-sum.el (charset): Define parameter.
10671         (ignored-charsets): Ditto.
10672         (gnus-summary-setup-default-charset): Use them.
10673
10674         * gnus-start.el (gnus-read-descriptions-file): Use them.
10675
10676         * gnus-cus.el (gnus-group-parameters): Remove them.
10677
10678 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10679
10680         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
10681
10682 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10683
10684         * gnus-sum.el (gnus-summary-read-group-1): Remove
10685         gnus-summary-set-local-parameters.
10686         (gnus-summary-setup-buffer): Put it here.
10687
10688 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10689
10690         * gnus.el (to-address): Define parameter.
10691         (to-list): Ditto.
10692         * gnus-art.el (article-hide-boring-headers): Use them.
10693         * gnus-msg.el (gnus-post-news): Ditto.
10694         * gnus-cus.el (gnus-group-parameters): Remove them.
10695
10696 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10697
10698         * gnus-draft.el (gnus-draft-reminder): New function.
10699
10700         * gnus-art.el (gnus-sender-save-name): New function.
10701
10702 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10703
10704         * mm-util.el (mm-mime-charset): Error message.
10705
10706 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10707
10708         * message.el (message-check-news-body-syntax): Don't check mml lines.
10709
10710 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10711
10712         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
10713         subscribe.
10714
10715         * gnus-start.el (gnus-call-subscribe-functions): New function.
10716         (gnus-find-new-newsgroups): Use it.
10717         (gnus-ask-server-for-new-groups): Use it.
10718         (gnus-check-first-time-used): Use it.
10719         (gnus-subscribe-newsgroup-method): Grok a list of functions.
10720         (gnus-subscribe-options-newsgroup-method): Ditto.
10721         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
10722         return .
10723
10724 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10725
10726         * gnus-cus.el (gnus-score-customize): Doc fix.
10727
10728 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
10729
10730         * dgnushack.el (my-getenv): Typo.
10731
10732 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10733
10734         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
10735
10736 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10737
10738         * gnus-group.el (gnus-group-suspend): Offer save summaries.
10739
10740         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
10741         (gnus-treatment-function-alist): Use it.
10742         (article-remove-leading-whitespace): New function.
10743         (gnus-article-make-menu-bar): Use it.
10744
10745         * gnus-sum.el (gnus-summary-wash-empty-map): Add
10746         remove-leading-whitespace.
10747         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
10748         because of conflict.
10749
10750 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10751
10752         * Makefile.in: Hack generating gnus-load.el.
10753         * dgnushack.el: Ditto.
10754         * gnus-load.el: Remove it.
10755
10756 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10757
10758         * dgnushack.el : Add URLDIR.
10759
10760         * Makefile.in (EMACS_COMP): Ditto.
10761
10762 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10763
10764         * gnus-cus.el (gnus-score-customize): Error on no score file.
10765
10766 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10767
10768         * mm-decode.el (mm-merge-handles): New function.
10769
10770         * mm-view.el (mm-inline-message): Use it.
10771         (mm-view-message): Ditto.
10772
10773         * mm-partial.el (mm-inline-partial): Ditto.
10774
10775         * mm-extern.el (mm-inline-external-body): Ditto.
10776
10777         * gnus-art.el (gnus-mime-view-part): Ditto.
10778         (gnus-mime-view-part-as-type): Ditto.
10779         (gnus-mime-save-part-and-strip): Prevent users to strip in some
10780         cases.
10781
10782 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10783
10784         * message.el (message-cancel-news): Allow to shoot foot.
10785         (message-supersede): Ditto.
10786
10787 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
10788         Trivial patch.
10789
10790         * gnus-sum.el (gnus-simplify-subject-re): Use
10791         message-subject-re-regexp.
10792
10793 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10794
10795         * nnmail.el (nnmail-expiry-target-group): Bind
10796         nnmail-cache-accepted-message-ids to nil.
10797
10798         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
10799         coding system.
10800
10801 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10802
10803         * qp.el (quoted-printable-encode-region): Make sure characters are
10804         between 00 and FF.  Don't check charset.
10805
10806         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
10807         in Emacs 20.
10808         * rfc2047.el (rfc2047-q-encode-region): Ditto.
10809
10810 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10811
10812         * message.el (message-make-forward-subject): Argument decoded.
10813         (message-forward): Use it when digest.
10814
10815         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
10816         buffer.
10817
10818 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10819
10820         * message.el (message-generate-headers-first): Doc fix.
10821
10822 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10823
10824         * gnus-art.el (article-make-date-line): Error proof.
10825
10826 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10827
10828         * gnus-group.el (gnus-group-listing-limit): New variable.
10829         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
10830
10831         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
10832
10833 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10834
10835         * message.el (message-newline-and-reformat): Special case for
10836         breaking at BOL.
10837
10838 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
10839
10840         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
10841         message/rfc822.
10842
10843 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10844
10845         * message.el (message-encode-message-body): Don't insert
10846         Content-Type if it is inside a mail.
10847
10848 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10849
10850         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
10851         gnus-article-commands-menu.
10852
10853         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
10854         in Emacs.
10855
10856         * gnus-start.el (gnus-read-descriptions-file): Use
10857         gnus-group-name-charset and gnus-group-charset-alist.
10858
10859 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10860
10861         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
10862         active region.
10863
10864         * gnus-start.el (gnus-group-change-level): Remove from both
10865         gnus-zombie-list and gnus-killed-list.
10866
10867 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10868
10869         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
10870         gnus-subscribe-topics.
10871
10872         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
10873
10874 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10875
10876         * gnus-art.el (gnus-article-make-menu-bar): Make
10877         gnus-article-post-menu.
10878
10879         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
10880
10881         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
10882
10883         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
10884
10885         * message.el (message-mode-menu): Ditto.
10886
10887         * gnus-art.el (defvar): eval-when-compile.
10888
10889 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10890
10891         * gnus-agent.el (gnus-agentize): Fix doc.
10892
10893 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
10894
10895         * mml.el (mml-preview): Bind `q'.
10896
10897 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10898
10899         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
10900
10901 2001-01-31  Dave Love  <fx@gnu.org>
10902
10903         * mm-util.el (mm-mime-mule-charset-alist)
10904         (mm-find-mime-charset-region): Consider mule-utf-8.
10905
10906 2001-01-31  Dave Love  <fx@gnu.org>
10907
10908         * gnus-art.el (gnus-article-x-face-command)
10909         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
10910         :version.
10911
10912 2001-01-26  Dave Love  <fx@gnu.org>
10913
10914         * mm-util.el (mm-multibyte-string-p): New.
10915
10916 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
10917 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
10918 ;;      string-as-multibyte on class.  Clarify line-folding.
10919         (quoted-printable-encode-string): Make temp buffer inherit
10920         string's multibyteness.
10921
10922 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
10923
10924         * nnheader.el (toplevel): Don't require `gnus-util' at
10925         compile-time; this creates a circular dependency, and prevents
10926         a bootstrap.
10927
10928 2001-01-22  Andreas Schwab  <schwab@suse.de>
10929
10930         * nnheader.el (gnus-delete-line): Autoload it as a macro.
10931
10932 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10933
10934         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
10935
10936         * gnus-art.el (article-hide-list-identifiers): Ditto.
10937
10938         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
10939
10940 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10941
10942         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
10943
10944         * gnus-art.el (article-hide-list-identifiers): Similar.
10945
10946 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
10947
10948         * nnmail.el (nnmail-remove-list-identifiers): Improved.
10949
10950 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10951
10952         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
10953
10954 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10955
10956         * gnus-util.el (gnus-string-equal): New function.
10957
10958         * gnus-art.el (article-hide-boring-headers): Use it.
10959
10960 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
10961
10962         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
10963
10964 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10965
10966         * gnus-msg.el (gnus-msg-mail): Support switch-action.
10967
10968 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10969
10970         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
10971         command if there is not last-saver.
10972
10973 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10974
10975         * nntp.el (nntp-open-connection): 201 is possible.
10976
10977 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10978
10979         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
10980         (rfc2047-charset-encoding-alist): Add big5.
10981
10982 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10983
10984         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
10985         (gnus-agent-remove-server): Ditto.
10986         (autoload): gnus-server-update-server.
10987
10988         * gnus-srvr.el (gnus-server-line-format): Add %a.
10989         (gnus-server-line-format-alist): Add gnus-tmp-agent.
10990         (gnus-server-insert-server-line): Use it.
10991
10992 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10993
10994         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
10995         GB2312 and Big5.
10996
10997 2001-01-24  Simon Josefsson  <sj@extundo.com>
10998
10999         * mail-source.el (mail-sources): Add :program specifier to IMAP
11000         mail source.
11001         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
11002
11003 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11004
11005         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
11006
11007 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11008
11009         * nntp.el (nntp-wait-for): Return the success code.
11010         (nntp-open-connection): Use it.
11011
11012 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11013
11014         * gnus-int.el (gnus-check-server): Allow breaking the opening.
11015
11016 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11017
11018         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
11019
11020 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11021
11022         * gnus-sum.el (gnus-summary-print-article): Take one prefix
11023         argument. Allow to print several articles in one file.
11024
11025 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11026
11027         * webmail.el (webmail-type-definition): netaddress changes.
11028
11029 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11030
11031         * gnus.el: Fix copyright. Remove trailing spaces.
11032
11033         * message.el (message-forward): Use mule4.
11034
11035 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11036
11037         * mm-util.el (mm-string-as-unibyte): New function.
11038
11039         * message.el (message-forward): Use it.
11040
11041 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11042
11043         * message.el (message-cite-original-without-signature): Don't peel
11044         off the blank line.
11045         (message-get-reply-headers): Add Cc if it is not in follow-to.
11046
11047 2001-01-20  Simon Josefsson  <sj@extundo.com>
11048
11049         * mm-decode.el (mm-handle-multipart-from): Add.
11050         (mm-dissect-buffer): Save From: header value.
11051         (mm-security-from): Remove.
11052         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
11053
11054         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
11055         instead of `mml-security-from'.  Protect null from value.
11056
11057 2001-01-20  Simon Josefsson  <sj@extundo.com>
11058
11059         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
11060         application/vnd.ms-excel attachments.
11061
11062 2001-01-19  Simon Josefsson  <sj@extundo.com>
11063
11064         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
11065
11066 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11067
11068         * message.el (message-ignored-mail-headers): Ditto.
11069
11070 2001-01-19  Simon Josefsson  <sj@extundo.com>
11071
11072         * message.el (message-ignored-news-headers): Only search beginning
11073         of line.
11074
11075 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
11076         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
11077
11078         * message.el (message-send-mail): Content-Type may not be there.
11079
11080 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11081
11082         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
11083         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
11084
11085         * gnus-art.el (article-display-x-face): Insert X-Face if there is
11086         not.
11087
11088 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11089
11090         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
11091         non-native groups.
11092
11093 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11094
11095         * message.el (message-yank-original): Understand
11096         universal-argument.
11097
11098 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11099
11100         * gnus-art.el (gnus-boring-article-headers): Add to-address.
11101         (article-hide-boring-headers): Ditto.
11102
11103         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
11104
11105 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11106
11107         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
11108         one.
11109
11110 2001-01-16  Simon Josefsson  <simon@josefsson.org>
11111
11112         * message.el (message-make-in-reply-to): Add comment to message-id
11113         (old syntax, see 2000-08-02 change).
11114
11115 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11116
11117         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
11118         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
11119         (gnus-button-reply): Ditto.
11120
11121 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11122
11123         * gnus-art.el (article-display-x-face): Fix.
11124
11125 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11126
11127         * gnus-art.el (article-display-x-face): Use
11128         gnus-original-article-buffer.
11129
11130 2001-01-15  Jack Twilley  <jmt@tbe.net>
11131
11132         * message.el (message-add-header): Move to point-max.
11133
11134 2001-01-15  Simon Josefsson  <simon@josefsson.org>
11135
11136         * smime.el (smime-CA-directory, smime-CA-file): Change default to
11137         nil, improve documentation.
11138         (smime-certificate-directory): Comment out false hints (until it
11139         is implemented).
11140
11141         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
11142         there aren't any keys.
11143         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
11144         verify certificate.  Default is changed to only check integrity.
11145         Improved security status texts.  If a certificate doesn't contain
11146         a email address, don't fail.
11147
11148         * smime.el (smime-noverify-region):
11149         (smime-noverify-buffer): New functions.  Verifies integrity only.
11150
11151 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11152
11153         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
11154
11155 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11156
11157         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
11158         (gnus-remove-some-windows): Ditto.
11159
11160 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11161
11162         * gnus-art.el (article-make-date-line): 11th.
11163
11164 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11165
11166         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
11167         (mml2015-gpg-sign): Ditto.
11168
11169 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11170
11171         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
11172         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
11173
11174 2001-01-08  Dave Love  <fx@gnu.org>
11175
11176         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
11177         single character.
11178
11179         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
11180
11181         * message.el: Doc and message fixes.
11182         (message-send-rename-function)
11183         (message-make-forward-subject-function)
11184         (message-send-mail-function, message-reply-to-function)
11185         (message-wide-reply-to-function, message-followup-to-function)
11186         (message-distribution-function, message-auto-save-directory): Fix
11187         :type.
11188
11189         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
11190         proceeding after warnings.  Amend multipart warning message.
11191
11192 2001-01-04  Dave Love  <fx@gnu.org>
11193
11194         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
11195         compiling.
11196         (gnus-make-directory): Require nnmail.
11197
11198         * mm-decode.el (mm-inline-media-tests): Add
11199         image/x-portable-bitmap.
11200         (mm-get-image): Grok pbm.
11201
11202 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
11203
11204         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
11205
11206 2001-01-09  Didier Verna  <didier@xemacs.org>
11207
11208         * dgnushack.el (dgnushack-compile): give a dummy value to
11209         `gnus-xmas-glyph-directory' for the time of compilation.
11210         * gnus-agent.el: moved some XEmacs specific hook add-ons from
11211         `gnus-xmas-[re]define' to avoid loosing user custom settings.
11212         * gnus-art.el: ditto.
11213         * gnus-group.el: ditto.
11214         * gnus-salt.el: ditto.
11215         * gnus-sum.el: ditto.
11216         * gnus-topic.el: ditto.
11217         * gnus-xmas.el (gnus-xmas-define): see above.
11218         * gnus-xmas.el (gnus-xmas-redefine): see above.
11219         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
11220         non-continuable error when the directory can't be found.
11221
11222 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11223
11224         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
11225         handle.
11226         * gnus-art.el (gnus-mime-view-part): Copy it.
11227         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
11228
11229 2001-01-09  Michael Downes  <mjd@ams.org>
11230
11231         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
11232
11233 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11234
11235         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
11236         orig-file. Use ',source.
11237
11238 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11239
11240         * gnus-xmas.el (gnus-xmas-modeline-glyph):
11241         (gnus-xmas-group-startup-message):
11242         Detect gnus-xmas-glyph-directory when it is nil.
11243
11244 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11245
11246         * pop3.el (pop3-get-message-count): Andrew Innes
11247         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
11248
11249 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11250
11251         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
11252
11253         * time-date.el (time-to-number-of-days): New function.
11254
11255 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
11256         Trivial patch.
11257
11258         * nnslashdot.el (nnslashdot-request-list): Always get the right
11259         sid.
11260
11261 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11262
11263         * message.el (message-minibuffer-local-map): New keymap.
11264         (message-read-from-minibuffer): Use it.
11265         * gnus-msg.el (gnus-summary-resend-message): Use it
11266
11267 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11268
11269         * gnus-start.el (gnus-display-time-event-handler): New function.
11270         (gnus-after-getting-new-news-hook): Use it.
11271
11272 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11273
11274         * message.el (message-ignored-mail-headers): Add draft header.
11275
11276 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11277
11278         * gnus-sum.el (gnus-summary-expire-articles): Don't save
11279         excursion.
11280
11281         * nnslashdot.el (nnslashdot-request-list): Get the right year.
11282
11283 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
11284         A revoked patch.
11285
11286         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
11287
11288 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11289
11290         * qp.el (quoted-printable-decode-region): Don't backward-char.
11291
11292 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11293
11294         * gnus-draft.el: Mark articles as replied.
11295
11296         * gnus-sum.el (gnus-summary-add-mark): New function.
11297
11298         * gnus-group.el (gnus-add-mark): New function.
11299
11300         * gnus-sum.el (gnus-summary-buffer-name): New function.
11301         (gnus-summary-setup-buffer): Use it.
11302
11303         * gnus-draft.el: Set things up with the right post method and
11304         stuff.
11305
11306         * message.el (message-ignored-news-headers): Remove X-Draft-From.
11307
11308         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
11309
11310         * gnus.el (gnus-draft-meta-information-header): New variable.
11311
11312 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11313
11314         * gnus-art.el (gnus-treatment-function-alist): Move the date
11315         functions before the header sorting functions.
11316
11317         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
11318
11319         * dgnushack.el (dgnushack-compile): Message whether there is w3.
11320         Don't (push "/usr/share/emacs/site-lisp" load-path).
11321
11322         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
11323         to empty fill prefixes.
11324
11325 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11326
11327         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
11328         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
11329
11330 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11331
11332         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
11333
11334         * nnml.el (autoload): Move to nnheader.el.
11335
11336         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
11337         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
11338         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
11339         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
11340
11341 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11342
11343         * gnus-art.el (article-make-date-line): Get the hours right.
11344         (gnus-ignored-headers): More hiding.
11345
11346         * nnmail.el (nnmail-expiry-wait): Not an integer.
11347
11348         * message.el (message-goto-body): Only expand abbrev when called
11349         interactively.
11350         (message-make-lines): Use it.
11351
11352 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11353
11354         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
11355
11356 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11357
11358         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
11359         include the expunged articles.
11360
11361         * gnus-group.el (gnus-group-sort-by-server): New function.
11362
11363         * gnus.el (gnus-method-to-server-name): New function.
11364         (gnus-group-prefixed-name): Use it.
11365
11366         * gnus-group.el (gnus-group-sort-function): Doc fix.
11367         (gnus-group-sort-groups-by-server): New command.
11368
11369 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11370
11371         * gnus-art.el (gnus-treat-date-english): New variable.
11372         (article-date-english): New command.
11373         (gnus-english-month-names): New variable.
11374         (article-make-date-line): Do 'english.
11375
11376         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
11377         after the fill prefix.
11378
11379         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
11380         score...".
11381
11382         * gnus-art.el (gnus-ignored-headers): Hide more headers.
11383
11384         * message.el (message-mode-map): Bind comment-region.
11385
11386         * gnus-art.el (gnus-mime-display-part): Let w3 display
11387         multipart/related.
11388
11389         * mm-bodies.el (mm-long-lines-p): New function.
11390         (mm-body-encoding): Use it.
11391         (mm-body-encoding): Encode articles with lines longer than 1000
11392         characters.
11393
11394 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11395
11396         * mm-util.el (mm-enable-multibyte): Use
11397         default-enable-multibyte-characters.
11398         (mm-enable-multibyte-mule4): Ditto.
11399         (mm-disable-multibyte): Test XEmacs.
11400         (mm-disable-multibyte-mule4): Ditto.
11401         (mm-with-unibyte-current-buffer): Simplified.
11402         (mm-with-unibyte-current-buffer-mule4): Ditto.
11403
11404 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11405
11406         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
11407
11408         * nnheader.el (nnheader-string-as-multibyte): New alias.
11409
11410         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
11411
11412         * gnus-uu.el (gnus-message-process-mark): New function.
11413         (gnus-uu-mark-by-regexp): Use it.
11414         (gnus-new-processable): New function.
11415
11416 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
11417          Trivial patch.
11418
11419         * gnus-sum.el (gnus-no-mark): New variable.
11420
11421 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11422
11423         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
11424         backslashes.
11425
11426 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11427
11428         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
11429         definition.
11430
11431 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11432
11433         * dgnushack.el (dgnushack-compile): elc is in the current directory.
11434
11435         * qp.el (quoted-printable-encode-region): Don't check multibyte in
11436         XEmacs.
11437
11438 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
11439         Trivial patch.
11440
11441         * mml.el (mml-read-tag): Save tag location.
11442
11443 2000-12-25  Simon Josefsson  <simon@josefsson.org>
11444
11445         * starttls.el: Sync with Emacs 21.
11446
11447 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11448
11449         * message.el (message-mail): Support yank-action.
11450
11451         * message.el (message-setup): Revoke the last change.
11452
11453 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11454
11455         * message.el (message-setup): Use cons. Suggested by Johan Vromans
11456         <jvromans@squirrel.nl>.
11457
11458 2000-12-24  Simon Josefsson  <sj@extundo.com>
11459
11460         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
11461         mailing list junk at end of part.
11462
11463 2000-12-23  Simon Josefsson  <sj@extundo.com>
11464
11465         * nnimap.el (nnimap-expiry-target): New function.
11466         (nnimap-request-expire-articles): Use it.
11467
11468 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11469
11470         * gnus.el (gnus-group-parameters-more): New variable.
11471         * gnus-cus.el (gnus-group-customize): Use it.
11472
11473         * gnus.el (gnus-define-group-parameter): New macro.
11474         (auto-expire): Use it
11475         (total-expire): Use it.
11476         * gnus-art.el (banner): Use it.
11477
11478         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
11479         <ljz@asfast.com>.
11480
11481 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11482
11483         * gnus-topic.el (gnus-topic-create-topic): Use list.
11484
11485         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
11486         before binding gnus-default-article-saver.
11487
11488         * gnus-sum.el (gnus-summary-save-article):
11489         (gnus-summary-pipe-output):
11490         (gnus-summary-save-article-mail):
11491         (gnus-summary-save-article-rmail):
11492         (gnus-summary-save-article-file):
11493         (gnus-summary-write-article-file):
11494         (gnus-summary-save-article-body-file): Ditto.
11495
11496         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
11497
11498 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11499
11500         * gnus-art.el (gnus-mime-security-button-map):
11501         (gnus-mime-button-map): Add parent.
11502
11503 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11504
11505         * messagexmas.el (message-xmas-redefine): New function.
11506
11507         * message.el: Use it.
11508
11509         * gnus-art.el (gnus-article-check-hidden-text): Return t.
11510
11511         * gnus-util.el (gnus-remove-text-properties-when): Return t.
11512
11513 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11514
11515         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
11516         malformatted messages.
11517
11518 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11519
11520         * mm-util.el (mm-image-load-path): New function.
11521
11522         * gnus-group.el (gnus-group-make-tool-bar): Use it.
11523
11524         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
11525
11526         * message.el (message-tool-bar-map): Use it.
11527
11528         * Makefile.in (install-el): New rule.
11529
11530 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11531
11532         * gnus-art.el (article-treat-dumbquotes): Quote \.
11533
11534 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11535
11536         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
11537         Emacs 20 runs on a terminal.
11538
11539 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11540
11541         * gnus-msg.el (gnus-bug): Revert to save-excursion.
11542
11543         * mml.el (gnus-add-minor-mode): Autoload.
11544
11545         * message.el (message-forward): Save-restriction.
11546
11547 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11548
11549         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
11550         Paul Stevenson <p.stevenson@surrey.ac.uk>
11551
11552 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11553
11554         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
11555
11556         * mml.el (gnus-ems): Don't require.
11557
11558         * gnus.el (gnus-decode-rfc1522): Removed.
11559         (gnus-set-text-properties): Define.
11560
11561 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11562
11563         * gnus-art.el (gnus-mime-*): handle may be nil.
11564
11565         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
11566
11567         * gnus.el (gnus-group-remove-excess-properties): Not defined
11568         in gnus-xmas.
11569
11570 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11571
11572         * message.el (message-mail-user-agent): Add :version.
11573
11574 2000-12-21  Miles Bader  <miles@gnu.org>
11575
11576         * message.el (message-mode): Set `comment-start' to the  yank prefix.
11577
11578 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11579
11580         * message.el (message-mail-user-agent): New variable.
11581         (message-setup): Renamed to message-setup-1. Support
11582         mail-user-agent.
11583         (message-mail-user-agent): New function.
11584         (message-mail): Use it.
11585         (message-reply): Use it.
11586         (message-resend): Use it.
11587         (message-mail-other-window): Use it.
11588         (message-mail-other-frame): Use it.
11589
11590         * gnus-msg.el (gnus-bug): Support mail-user-agent.
11591
11592 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11593
11594         * message.el (message-tool-bar-map): Simplify.
11595         (message-narrow-to-head-1): New function.
11596         (message-narrow-to-head): Use it.
11597         (message-reply): Ditto.
11598         (message-cancel-news): Ditto.
11599         (message-supersede): Ditto.
11600         (message-make-forward-subject): Ditto.
11601         (message-bounce): Ditto.
11602
11603 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11604
11605         * uudecode.el (uudecode-decode-region-external): make-temp-file
11606         may not be defined.
11607
11608         * binhex.el (defalias): eval-and-compile.
11609
11610         * message.el (message-tool-bar-map): New function.
11611         (message-mode): Use it.
11612
11613 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11614
11615         * nntp.el (nntp-find-connection): Remove the entry.
11616         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
11617
11618 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11619
11620         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
11621
11622         * message.el (message-forward): Copy buffer in unibyte mode.
11623
11624 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11625
11626         * message.el (message-make-forward-subject): Don't widen. Decode.
11627         (message-forward): Don't decode subject.
11628
11629 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
11630
11631         * qp.el (quoted-printable-encode-region): Upcase QP.
11632
11633 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11634
11635         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
11636         mail-extract-a-c instead. Don't depend on Gnus.
11637
11638         * mml.el (gnus-ems): Require it.
11639
11640         * gnus-msg.el (gnus-summary-mail-forward):
11641
11642         * message.el (message-forward):  Move mime-to-mml here.
11643
11644 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11645
11646         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
11647         * gnus-art.el (gnus-insert-mime-button): Simplify.
11648         (gnus-mime-display-alternative): Ditto.
11649         (gnus-insert-mime-security-button): Ditto.
11650
11651 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11652
11653         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
11654         text-property-not-all doesn't return nil when start=mark(end).
11655         (gnus-remove-text-properties-when): Ditto.
11656
11657 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11658
11659         * gnus-start.el (gnus-group-change-level): Remove group from
11660         gnus-active-hashtb if real killed.
11661
11662 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11663
11664         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
11665         (gnus-mime-display-alternative): Ditto.
11666         (gnus-insert-mime-security-button): Ditto.
11667
11668 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11669
11670         * gnus-start.el (gnus-group-change-level): Don't add it into
11671         killed-list if it was killed.
11672
11673 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11674
11675         * nnmbox.el (nnmbox-file-coding-system): Use binary.
11676         (nnmbox-active-file-coding-system): Ditto.
11677
11678         * gnus-cus.el (gnus-group-parameters): Add posting-style.
11679
11680 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11681
11682         * gnus.el (gnus-version):
11683         (gnus-version-number): Set to Oort Gnus 0.01.
11684
11685         * gnus-art.el (gnus-mime-security-button-map):
11686         (gnus-insert-mime-security-button): Fix for Emacs21.
11687
11688 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11689
11690         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
11691         easymenu, because XEmacs doesn't understand :help.
11692
11693         * mm-uu.el: Require binhex.
11694
11695 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11696
11697         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
11698
11699 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
11700
11701         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
11702
11703 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
11704
11705         * *.xpm, *.pbm: Convert icons icons to size 24x24.
11706
11707 2000-12-18  Dave Love  <fx@gnu.org>
11708
11709         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
11710         (unused).
11711
11712 2000-12-13  Miles Bader  <miles@gnu.org>
11713
11714         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
11715         to t, so that we don't get stuck while trying to smilefy
11716         intangible text.
11717
11718 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
11719
11720         * smiley-ems.el (smiley-regexp-alist): Make regexps match
11721         at the end of the buffer.
11722         (smiley-region): In the loop, move to the end of the submatch
11723         matching the smiley instead of using the end of the match
11724         of the whole regexp.
11725
11726 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
11727
11728         * message.el (message-mode): Doc fix.
11729
11730 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
11731
11732         * smiley-ems.el (smiley-region): Doc fix.
11733
11734 2000-12-11  Miles Bader  <miles@gnu.org>
11735
11736         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
11737         bottom line visible, check to see if it's partially obscured, and
11738         if so, either scroll one more line to make it fully visible, or
11739         revert to showing the second line from the top.
11740
11741 2000-12-07  Dave Love  <fx@gnu.org>
11742
11743         * mailcap.el (mailcap-download-directory)
11744         * gnus-audio.el (gnus-audio-directory)
11745         * smiley-ems.el (smiley-data-directory): Fix :type.
11746
11747 2000-11-30  Dave Love  <fx@gnu.org>
11748
11749         * message.el (message-auto-save-directory): Use
11750         file-name-as-directory.
11751         (message-set-auto-save-file-name): Create
11752         message-auto-save-directory if necessary.
11753         (message-replace-chars-in-string): Removed -- unused.
11754         (message-mail-alias-type): Customize.
11755         (message-headers): Remove duplicate defgroup.
11756
11757 2000-11-29  Dave Love  <fx@gnu.org>
11758
11759         * qp.el (quoted-printable-decode-region): Use error, not message
11760         to report malformed text (like base64).  Amend message.
11761
11762 2000-11-29  Miles Bader  <miles@gnu.org>
11763
11764         * message.el (message-header-lines): Fontify tag.
11765
11766 2000-11-27  Dave Love  <fx@gnu.org>
11767
11768         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
11769         compiler warning.
11770
11771 ;2000-11-26  Dave Love  <fx@gnu.org>
11772 ;
11773 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
11774 ;
11775 2000-11-23  Dave Love  <fx@gnu.org>
11776
11777         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
11778
11779         * mm-uu.el (uudecode): Require.
11780         (uudecode-decode-region, uudecode-decode-region-external): Don't
11781         autoload.
11782         (mm-uu-copy-to-buffer): Doc fix.
11783         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
11784         type fix.
11785
11786         * mailcap.el: Doc fixes.
11787         (mailcap-mime-data): Various adjustments.
11788         (mailcap): New group.
11789         (mailcap-download-directory): Customize.
11790         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
11791         (mailcap-temporary-directory): Deleted (unused).
11792         (mailcap-unescape-mime-test): Simplify slightly.
11793         (mailcap-viewer-passes-test): Use functionp.
11794         (mailcap-command-p): Aliased to executable-find.
11795
11796         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
11797         default-enable-multibyte-characters is nil.
11798
11799 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
11800
11801         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
11802
11803 2000-11-21  Dave Love  <fx@gnu.org>
11804
11805         * gnus-art.el (gnus-mime-button-map): Don't inherit from
11806         gnus-article-mode-map.
11807 ;       (gnus-mime-button-menu): Use mouse-set-point.
11808         (gnus-insert-mime-button, gnus-mime-display-alternative)
11809         (gnus-mime-display-alternative): Don't use local-map property.
11810
11811 2000-11-17  Dave Love  <fx@gnu.org>
11812
11813         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
11814         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
11815         and make-temp-file.
11816         (uudecode-decode-region): Doc fix.
11817
11818 2000-11-14  Dave Love  <fx@gnu.org>
11819
11820         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
11821         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
11822         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
11823         New files, derived from the XPMs.
11824
11825 2000-11-10  Dave Love  <fx@gnu.org>
11826
11827         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
11828         (gnus-agent-lib-file, gnus-agent-load-alist)
11829         (gnus-agent-save-alist, gnus-agent-article-name): Use
11830         expand-file-name.
11831
11832         * gnus-group.el (gnus-group-name-charset-method-alist): Add
11833         :version.
11834         (nnkiboze-score-file): Defvar when compiling.
11835
11836         * gnus-start.el (gnus-read-newsrc-file): Add :version.
11837
11838         * gnus-art.el (gnus-article-banner-alist)
11839         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
11840         (gnus-article-date-lapsed-new-header)
11841         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
11842         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
11843         (gnus-treat-strip-headers-in-body)
11844         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
11845         (gnus-treat-translate): Add :version.
11846         (gnus-article-mime-part-function): Fix defcustom.
11847
11848         * nnmail.el (nnmail-expiry-target)
11849         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
11850         (nnmail-split-header-length-limit): Add :version.
11851
11852         * gnus-sum.el (gnus-auto-expirable-marks)
11853         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
11854         (gnus-extra-headers, gnus-ignored-from-addresses)
11855         (gnus-newsgroup-ignored-charsets)
11856         (gnus-group-highlight-words-alist)
11857         (gnus-summary-show-article-charset-alist): Add :version.
11858
11859         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
11860         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
11861         files, converted from the XPMs.
11862
11863         * gnus-cache.el (gnus-cache-active-file): Don't use
11864         file-name-as-directory on directory.
11865         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
11866         use file-name-as-directory on directory.
11867
11868         * time-date.el (timezone-make-date-arpa-standard): Autoload.
11869         (date-to-time): Use it.
11870
11871 ;       * message.el (message-mode) <adaptive-fill-regexp>:
11872 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
11873 ;       (message-newline-and-reformat): Likewise.
11874         (message-forward-as-mime, message-forward-ignored-headers)
11875         (message-buffer-naming-style, message-default-charset)
11876         (message-dont-reply-to-names, message-send-mail-partially-limit):
11877         Add :version.
11878
11879         * mm-util.el: Doc fixes.
11880         (mm-mime-charset): Don't use the raw result of
11881         mm-preferred-coding-system.
11882         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
11883         (mm-with-unibyte): Simplify.
11884
11885         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
11886         concat.
11887
11888         * pop3.el (pop3-version): Deleted.
11889         (pop3-make-date): New function, avoiding message-make-date.
11890         (pop3-munge-message-separator): Use it.
11891
11892 2000-11-09  Dave Love  <fx@gnu.org>
11893
11894         * gnus-group.el (gnus-group-make-directory-group)
11895         (gnus-group-fetch-faq): Use expand-file-name.
11896         (gnus-group-fetch-faq): Simplify completing-read form.
11897
11898         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
11899         test for Mule.
11900
11901         * message.el (tool-bar-map): Defvar when compiling.
11902
11903         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
11904         (gnus-tm-lisp-directory): Deleted.
11905         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
11906         (featurep 'xemacs).
11907         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
11908         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
11909         version numbers from file names.
11910
11911 2000-11-08  Dave Love  <fx@gnu.org>
11912
11913         * mm-view.el: Use featurep for XEmacs test.
11914         (mm-inline-message): Test for `remove-specifier'; don't use
11915         condition-case.
11916
11917         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
11918
11919         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
11920         (gnus-score-find-bnews): Don't concat "".
11921
11922         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
11923         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
11924         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
11925         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
11926
11927         * gnus-sum.el: Put some defvars in eval-when-compile.
11928         (gnus-summary-mode-hook): Add :options.
11929         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
11930         (gnus-summary-tool-bar-map): New variable.
11931         (gnus-summary-make-tool-bar): New function.
11932         (gnus-summary-mode): Put kill-all-local-variables first.
11933
11934         * gnus-group.el (gnus-group-toolbar-map): New variable.
11935         (gnus-group-make-tool-bar): Rewritten.
11936         (gnus-group-mode): Put kill-all-local-variables first.
11937
11938         * rfc2047.el: Require gnus-util.
11939
11940         * nnml.el (gnus-sorted-intersection): Autoload.
11941
11942         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
11943         Put some defvars in eval-when-compile.
11944         (gnus-intersection, gnus-sorted-complement):  Autoload.
11945
11946         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
11947
11948         * mm-encode.el (mm-body-7-or-8): Autoload.
11949
11950         * mm-decode.el (mm-insert-inline): Autoload.
11951
11952         * mml.el:
11953         * message.el: Put some defvars in eval-when-compile.
11954
11955         * gnus-msg.el: Put some defvars in eval-when-compile.
11956         (gnus-msg-mail): Move after gnus-setup-message.
11957
11958         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
11959
11960 2000-11-07  Dave Love  <fx@gnu.org>
11961
11962         * gnus-util.el (nnheader): Don't require message (recursive
11963         autoload).
11964
11965         * uudecode.el: Avoid compiler warnings.
11966
11967         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
11968         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
11969
11970 2000-11-06  Dave Love  <fx@gnu.org>
11971
11972         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
11973
11974         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
11975         (uudecode-char-int): New alias, replacing char-int.
11976         (uudecode-decode-region): Don't call buffer-disable-undo.
11977
11978 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
11979 ;       (mm-uu-configure-list): Doc fix.
11980 ;
11981 ;       * earcon.el (running-xemacs): Don't define.
11982 ;
11983 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
11984 ;
11985 ;       * message.el (message-font-lock-keywords): Match a final newline
11986 ;       to help font-lock's multiline support.
11987 ;
11988 2000-11-03  Dave Love  <fx@gnu.org>
11989
11990         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
11991
11992         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
11993         name.
11994
11995         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
11996         <banner>: Fix custom type, doc.
11997
11998         * mm-decode.el (mm-display-external): Space-prefix temp buffer
11999         name.  Don't disable undo explicitly.
12000
12001 ;2000-11-02  Dave Love  <fx@gnu.org>
12002 ;
12003 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
12004 ;       cite-prefix.
12005
12006 2000-11-01  Dave Love  <fx@gnu.org>
12007
12008         * rfc2047.el (base64): Require unconditionally.
12009         (message-posting-charset): Defvar when compiling.
12010         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
12011         message.
12012
12013         * gnus-sum.el (nnoo): Require.
12014         (mm-uu-dissect): Autoload.
12015
12016         * mml.el (mml-parse-1): Clarify message.
12017         (mml-minibuffer-read-type): Use mailcap-mime-types.
12018
12019 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
12020
12021         * mml.el: Fix a typo in the requiring of CL.
12022
12023 2000-11-01  Dave Love  <fx@gnu.org>
12024
12025         * utf7.el: Require cl when compiling.
12026
12027         * binhex.el: Use (featurep 'xemacs).
12028         (binhex-char-int): New alias, replacing char-int.  Change callers.
12029         (binhex-decode-region): Simplify work buffer code.
12030         (binhex-decode-region-external): Use expand-file-name, not concat.
12031
12032 2000-10-30  Dave Love  <fx@gnu.org>
12033
12034         * gnus-art.el: Fix 2000-10-27 change properly.
12035
12036 2000-10-28  Miles Bader  <miles@gnu.org>
12037
12038         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
12039
12040 2000-10-27  Dave Love  <fx@gnu.org>
12041
12042         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
12043         strings.
12044         (gnus-group-make-tool-bar): New function.
12045         (gnus-group-mode): Use it.
12046
12047         * message.el (message-mode-menu): Add some :help strings.
12048         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
12049         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
12050
12051         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
12052         * describe-group.xpm, get-news.xpm, kill-group.xpm:
12053         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
12054
12055         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
12056         display-graphic-p here.
12057
12058 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
12059
12060         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
12061         of the `gnus-xemacs' variable, as the latter has been removed.
12062         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
12063         * gnus-art.el (gnus-treat-display-xface)
12064         (gnus-treat-display-smileys, gnus-treat-display-picons)
12065         (gnus-article-read-summary-keys): Likewise.
12066
12067 2000-10-26  Dave Love  <fx@gnu.org>
12068
12069         (defvar): Use rmail-spool-directory unconditionally.
12070
12071 2000-10-18  Dave Love  <fx@gnu.org>
12072
12073         * mm-bodies.el (mm-uu-decode-function)
12074         (mm-uu-binhex-decode-function): Defvar when compiling.
12075
12076         * gnus-nocem.el (gnus-nocem-issuers): Update.
12077         (gnus-nocem-check-from): New option.
12078         (gnus-nocem-scan-groups): Use it.
12079         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
12080         (gnus-nocem-check-article-limit): Add :version.
12081
12082 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
12083
12084         * ietf-drums.el (mm-util): Require CL when compiling.
12085
12086 2000-10-15  Dave Love  <fx@gnu.org>
12087
12088         * qp.el: Require mm-util.
12089
12090 2000-10-13  Dave Love  <fx@gnu.org>
12091
12092         * qp.el (quoted-printable-decode-region): Avoid invalid
12093         coding-systems.
12094
12095 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
12096
12097         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
12098         to a recursive load.
12099
12100 2000-10-12  Dave Love  <fx@gnu.org>
12101
12102         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
12103
12104         * gnus.el (gnus-group-startup-message): Check for PBM image.
12105
12106 2000-10-09  Dave Love  <fx@gnu.org>
12107
12108         * mail-source.el (mail-source-fetch-imap): Bind
12109         default-enable-multibyte-characters rather than using
12110         mm-disable-multibyte.
12111
12112 2000-10-05  Dave Love  <fx@gnu.org>
12113
12114         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
12115         Autoload.
12116         (quoted-printable-decode-region):  Rename arg which confused
12117         charset with coding-system.  Don't use nonascii-insert-offset.
12118         Coding-system encode the region initially.  Don't recognize `=='
12119         as valid QP.  Coding-system decode the region finally.
12120         (quoted-printable-decode-string): Rename arg which confused
12121         charset with coding-system.
12122
12123         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
12124         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
12125         mm-encode-coding-region.
12126         (mm-decode-body, mm-decode-string): Rename variables which
12127         confused charset with coding-system.
12128         (binhex-decode-region): Don't autoload.
12129         (mm-body-encoding): Require message.
12130         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
12131         cond branches.
12132
12133         * gnus-art.el (article-de-quoted-unreadable)
12134         (article-de-base64-unreadable): Fold search case
12135         rather than downcasing string.  Apply mm-charset-to-coding-system
12136         to arg of quoted-printable-decode-region.
12137
12138 2000-10-04  Dave Love  <fx@gnu.org>
12139
12140         * gnus-ems.el: Don't turn off compiler warnings in local vars.
12141         Require ring when compiling.
12142         (gnus-article-compface-xbm): New variable.
12143
12144 2000-10-04  Dave Love  <fx@gnu.org>
12145
12146         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
12147         pbm images.
12148
12149         * frown.pbm, smile.pbm, wry.pbm: New files.
12150
12151         * frown.xbm, smile.xbm, wry.xbm: Deleted.
12152
12153 2000-10-03  Dave Love  <fx@gnu.org>
12154
12155         * mail-source.el (mail-sources): Revert to nil.
12156
12157         * nnmail (nnmail-spool-file): Revert to `((file))'.
12158
12159         * qp.el: Don't require mm-util.
12160         (quoted-printable-decode-region): Rewritten.
12161         (quoted-printable-decode-string, quoted-printable-encode-region):
12162         Doc fix.
12163         (quoted-printable-encode-region): Barf on multibyte characters.
12164         Maybe make the class multibyte.  Upcase chars, not formatted
12165         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
12166         (quoted-printable-encode-string): Don't use
12167         mm-with-unibyte-buffer.
12168
12169 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
12170
12171         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
12172
12173 2000-09-21  Dave Love  <fx@gnu.org>
12174
12175         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
12176         (for Emacs 20).  Tidy somewhat.
12177
12178 2000-09-21  Dave Love  <fx@gnu.org>
12179
12180         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
12181         image processing.  Rationalize logic somewhat.
12182
12183 2000-09-20  Dave Love  <fx@gnu.org>
12184
12185         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
12186         specifically.
12187
12188         * gnus.el (gnus-version-number): Avoid some redundant
12189         autoloads.
12190
12191 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
12192
12193         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
12194         to XBM; we always have PBM support.
12195
12196 2000-09-14  Dave Love  <fx@gnu.org>
12197
12198         * gnus.el (gnus-charset):
12199         * mm-decode.el (mime-display):
12200         * imap.el (imap) <defgroup>: Add :version.
12201
12202 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
12203
12204         * parse-time.el: Fix author's mail address.
12205
12206         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
12207         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
12208         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
12209         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
12210         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
12211         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
12212         * rfc2231.el, uudecode.el: Fix copyright notice.
12213
12214         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
12215         require `w3' at load-time only if not running in batch mode.
12216
12217 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12218
12219         * gnus.el: Before merge with Emacs21.
12220
12221 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
12222
12223         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
12224
12225 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
12226
12227         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
12228         to avoid conflict with the standard `back-to-indentation'
12229         binding.
12230
12231 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12232
12233         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
12234
12235         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
12236         (mm-disable-multibyte-mule4): Ditto.
12237         (mm-with-unibyte-current-buffer-mule4): Ditto.
12238
12239 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12240
12241         * pop3.el (pop3-movemail): Use binary.
12242         (pop3-movemail-file-coding-system): Removed.
12243
12244 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12245
12246         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
12247
12248 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12249
12250         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
12251         exists.
12252
12253 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12254
12255         * gnus-msg.el (gnus-post-method): Use backend name when the
12256         address is "".
12257
12258 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12259
12260         * gnus-art.el (article-verify-x-pgp-sig): Don't test
12261         mm-verify-option.
12262         (gnus-treat-x-pgp-sig): Default value.
12263         (gnus-ignored-headers): Redundant.
12264
12265 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12266
12267         * gnus-win.el (gnus-configure-frame): Save selected window.
12268
12269 2000-02-15  Andrew Innes  <andrewi@gnu.org>
12270
12271         * nnmbox.el: Require gnus-range.
12272         (nnmbox-group-building-active-articles): New variable.
12273         (nnmbox-group-active-articles): New variable; this is a cache of
12274         all active articles by group and number.
12275         (nnmbox-in-header-p): New function.
12276         (nnmbox-find-article): New function.
12277         (nnmbox-record-active-article): New function.
12278         (nnmbox-record-deleted-article): New function.
12279         (nnmbox-is-article-active-p): New function.
12280         (nnmbox-retrieve-headers): Use nnmbox-find-article.
12281         (nnmbox-request-article): Ditto.  Also supply extra arg to
12282         nnmbox-article-group-number.
12283         (nnmbox-request-expire-articles): Ditto.
12284         (nnmbox-request-move-article): Ditto.
12285         (nnmbox-request-replace-article): Ditto.
12286         (nnmbox-request-rename-group): Rename group entry in active
12287         article cache.
12288         (nnmbox-delete-mail): Update active article cache, unless article
12289         is being replaced.
12290         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
12291         than partially duplicating it.
12292         (nnmbox-article-group-number): Add extra `this-line' arg, to
12293         handle articles belonging to multiple groups.
12294         (nnmbox-save-mail): Update active article cache.
12295         (nnmbox-read-mbox): Build active article cache when loading mbox.
12296         Also do some repair work, if we find articles that are missing the
12297         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
12298         reconstruct these from Xref info.
12299
12300 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12301
12302         * mail-source.el (mail-source-report-new-mail): Use
12303         nnheader-run-at-time.
12304
12305 2000-02-15  Andrew Innes  <andrewi@gnu.org>
12306
12307         * mail-source.el (mail-source-fetch-pop): Clear pop password when
12308         an error is thrown, and then rethrow the error.
12309         (mail-source-check-pop): Ditto.
12310         (mail-source-start-idle-timer): Prevent multiple pop checks
12311         running if the check takes a long time.
12312
12313 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12314
12315         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
12316         succeed.
12317
12318 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12319
12320         * gnus-win.el (gnus-configure-windows): Make sure
12321         nntp-server-buffer is live.
12322         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
12323
12324 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
12325
12326         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
12327
12328 2000-12-04  Andreas Jaeger  <aj@suse.de>
12329
12330         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
12331
12332 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12333
12334         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
12335
12336 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
12337         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
12338
12339         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
12340
12341 2000-12-01  Simon Josefsson  <sj@extundo.com>
12342
12343         * mml-smime.el (mml-smime-verify): Fix address parsing.
12344
12345 2000-12-01  Simon Josefsson  <sj@extundo.com>
12346
12347         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
12348         more than one certificate inside PKCS#7 blob.  Better security
12349         information (clamed / actual sender, openssl output, certificates
12350         inside message).
12351
12352         * smime.el (smime-verify-region): Output to /dev/null.
12353         (smime-buffer-as-string-region): Don't parse empty lines.
12354
12355 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12356
12357         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
12358         ?d and ?D.
12359         (gnus-mime-security-show-details-inline): New variable.
12360         (gnus-mime-security-show-details): Use them.
12361         (gnus-insert-mime-security-button): Ditto.
12362
12363         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
12364         Suggest by Michael Duggan (md5i@cs.cmu.edu).
12365         (mml2015-gpg-clear-verify): Ditto.
12366         (mml2015-gpg-decrypt-1): Ditto.
12367         (mml2015-use): Prefer 'gpg.
12368
12369 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12370
12371         * gnus-util.el (gnus-add-text-properties-when): New function.
12372         (gnus-remove-text-properties-when): Ditto.
12373
12374         * gnus-cite.el (gnus-article-hide-citation): Use them.
12375         (gnus-article-toggle-cited-text): Use them.
12376
12377         * gnus-art.el (gnus-signature-toggle): Use them.
12378         (gnus-article-show-hidden-text): Ditto.
12379         (gnus-article-hide-text): Ditto.
12380
12381 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12382
12383         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
12384
12385 2000-11-30  Simon Josefsson  <sj@extundo.com>
12386
12387         * smime.el (smime-point-at-eol): New alias.
12388         (smime-buffer-as-string-region): Use it.
12389
12390 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12391
12392         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
12393
12394 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12395
12396         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
12397
12398         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
12399
12400         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
12401
12402 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12403
12404         * nnmh.el (nnmh-request-expire-articles): Implemented
12405         expiry-target for nnmh backend.
12406
12407 2000-11-30  Simon Josefsson  <sj@extundo.com>
12408
12409         * mm-decode.el (mm-security-from): New variable.
12410         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
12411
12412         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
12413         than `from'.
12414
12415 2000-11-30  Simon Josefsson  <sj@extundo.com>
12416
12417         * mml-smime.el (mml-smime-verify): Verify that certificate mail
12418         address match sender address.
12419
12420         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
12421
12422         * smime.el (smime-verify-region): Don't copy buffer.
12423         (smime-decrypt-buffer): Use expand-file-name on keyfile.
12424         (smime-pkcs7-region): New function.
12425         (smime-pkcs7-certificates-region): Ditto.
12426         (smime-pkcs7-email-region): Ditto.
12427         (smime-buffer-as-string-region): Ditto.
12428
12429         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
12430         buffer.
12431
12432 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
12433
12434         * smime.el (smime-decrypt-region): Fix keyfile argument.
12435
12436 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12437
12438         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
12439
12440 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12441
12442         * message.el (message-shoot-gnksa-feet): New variable.
12443         (message-gnksa-enable-p): New function.
12444         (message-send): Use it.
12445         (message-check-news-body-syntax): Ditto.
12446
12447 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12448
12449         * message.el (message-make-message-id): Remove the redundancy.
12450
12451 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12452
12453         * message.el (message-setup): Discourage using mc-install-*-mode.
12454
12455         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
12456
12457 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12458
12459         * gnus-cite.el (gnus-cite-parse): Guess citation length.
12460
12461 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12462
12463         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
12464
12465 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12466
12467         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
12468
12469 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12470
12471         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
12472         insert-buffer-substring.
12473
12474         * message.el (message-send-mail): Use buffer-substring-no-properties.
12475         (message-send-news): Ditto.
12476
12477 2000-11-22  David Edmondson  <dme@dme.org>
12478
12479         * imap.el (imap-wait-for-tag): Message read info.
12480
12481 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12482
12483         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
12484         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
12485         (mml2015-gpg-encrypt): Ditto.
12486
12487 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12488
12489         * mm-decode.el (mm-verify-option): Default value.
12490
12491         * mml-sec.el (mml-secure-part): Error message.
12492
12493 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12494
12495         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
12496
12497 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12498
12499         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
12500
12501 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12502
12503         * gnus-art.el (gnus-article-describe-key): Use prompt.
12504         (gnus-article-describe-key-briefly): Ditto.
12505
12506 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12507
12508         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
12509
12510 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12511
12512         * gnus-art.el (gnus-article-describe-key): New function.
12513         (gnus-article-describe-key-briefly): New function.
12514
12515 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12516
12517         * mm-decode.el (mm-decrypt-option): Doc typo.
12518
12519         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
12520         return a number.
12521
12522 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12523
12524         * message.el (message-newline-and-reformat): Typo.
12525
12526 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12527
12528         * gnus-art.el (article-verify-x-pgp-sig): Check whether
12529         original-article-buffer exists.
12530
12531         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
12532         (rfc2047-header-encoding-alist): Addresses are different from text.
12533         (rfc2047-encode-message-header): Ditto.
12534         (rfc2047-dissect-region): Extra parameter.
12535         (rfc2047-encode-region): Ditto.
12536         (rfc2047-encode-string): Ditto.
12537
12538 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12539
12540         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
12541         (mm-uu-pgp-encrypted-extract): Use it.
12542         (mm-uu-pgp-signed-extract-1): New function.
12543         (mm-uu-pgp-signed-extract): Use it.
12544
12545         * gnus-art.el (gnus-mime-display-security): New function.
12546         (gnus-mime-display-part): Use it.
12547         (gnus-mime-security-verify-or-decrypt): New function.
12548         (gnus-mime-security-press-button): New function.
12549         (gnus-insert-mime-security-button): Use it.
12550
12551         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
12552         (mm-find-raw-part-by-type): Ditto.
12553         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
12554         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
12555         (mm-destroy-parts): Kill nested multibyte buffer.
12556
12557         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
12558         (mml2015-gpg-verify): Ditto.
12559
12560 2000-11-18  Simon Josefsson  <sj@extundo.com>
12561
12562         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
12563         (mml2015-function-alist): Use it.
12564
12565         * mml-sec.el (mml-sign-alist): Update names.
12566         (mml-encrypt-alist): Ditto.
12567         (mml-secure-part-smime-sign): Moved to mml-smime.el
12568         as `mml-smime-sign-query'.
12569         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
12570         `mml-smime-get-file-cert'.
12571         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
12572         `mml-smime-get-dns-cert'.
12573         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
12574         `mml-smime-encrypt-query'.
12575         (mml-smime-sign-buffer): Use mml-smime-sign.
12576         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
12577
12578         * mml-smime.el (mml-smime-sign): New function.
12579         (mml-smime-encrypt):
12580         (mml-smime-sign-query):
12581         (mml-smime-get-file-cert):
12582         (mml-smime-get-dns-cert):
12583         (mml-smime-encrypt-query): Moved from mml-sec.el.
12584
12585 2000-11-16  Simon Josefsson  <sj@extundo.com>
12586
12587         * mml2015.el (mml2015-gpg-clear-verify): New function.
12588         (mml2015-function-alist): Add it.
12589
12590 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
12591
12592         * message.el (message-setup-fill-variables): Use
12593         message-cite-prefix-regexp.
12594         (message-newline-and-reformat): Check the end of citation, leading
12595         WSP, break in the cite prefix.
12596         (message-fill-paragraph): New function.
12597
12598 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
12599
12600         * lpath.el: Shut up.
12601
12602 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
12603
12604         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
12605         raw 8-bit in headers in dk.* newsgroups.
12606
12607 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
12608
12609         * message.el (message-newline-and-reformat): Match extra WSPs.
12610
12611 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
12612
12613         * mml.el (mml-generate-mime-1): Ignore ascii.
12614
12615 2000-11-16 Justin Sheehy  <justin@iago.org>
12616
12617         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
12618
12619 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12620
12621         * message.el (message-cite-prefix-regexp): Prefix should not end
12622         at space.
12623
12624 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
12625
12626         * message.el (message-mode-syntax-table): Add - as a word
12627         constituent as in articles.
12628         (message-setup-fill-variables): Add -_. as supercite-style prefix.
12629         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
12630         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
12631
12632 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
12633
12634         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
12635
12636 2000-11-12  David Edmondson  <dme@dme.org>
12637
12638         * message.el (message-font-lock-keywords): use
12639         message-cite-prefix-regexp.
12640
12641 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12642
12643         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
12644         Stein Arild Str\e,Ax\e(Bmme.
12645         (gnus-group-jump-to-group): Use it.
12646         (gnus-group-jump-to-group-prompt): Customize.
12647
12648 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
12649
12650         * mailcap.el (mailcap-possible-viewers): Match the entire string.
12651
12652 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
12653
12654         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
12655         incompatible.
12656         (mml2015-mailcrypt-sign): Ditto.
12657
12658 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12659
12660         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
12661         group is open.
12662
12663 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
12664
12665         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
12666         nnvirtual articles.
12667         (gnus-backlog-request-article): Don't request nnvirtual articles.
12668
12669 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
12670
12671         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
12672         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
12673
12674 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
12675
12676         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
12677         * mml.el (mml-generate-mime-1): Use charset attribute.
12678         * mm-bodies.el (mm-encode-body): Add parameter charset.
12679         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
12680
12681 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
12682
12683         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
12684         (mml2015-mailcrypt-clear-decrypt): Ditto.
12685         (mml2015-mailcrypt-verify): Ditto.
12686         (mml2015-mailcrypt-clear-verify): Ditto.
12687         (mml2015-gpg-verify): Ditto.
12688
12689 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
12690
12691         * smime.el (smime-openssl-program): Test the existence of openssl.
12692         * mml-smime.el: Require mm-decode.
12693         (mml-smime-verify-test): New function.
12694         * mm-decode.el (mm-verify-function-alist): Use it.
12695
12696 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
12697
12698         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
12699         anyway.
12700
12701 2000-11-13  Simon Josefsson  <sj@extundo.com>
12702
12703         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
12704         verification doesn't work.
12705
12706 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
12707
12708         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
12709         (gnus-inews-do-gcc): Use it.
12710
12711 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
12712
12713         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
12714         leading space.
12715         * mm-extern.el (mm-inline-external-body): Report error when no
12716         access-type.
12717
12718 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
12719
12720         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
12721
12722 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
12723
12724         * gnus-art.el (gnus-mime-button-menu): Use select-window.
12725
12726 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
12727
12728         * gnus-art.el (gnus-mime-display-part): Display multipart/related
12729         as multipart/mixed.
12730
12731 2000-11-12  David Edmondson  <dme@dme.org>
12732
12733         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
12734         and replace `.' with `\w' to allow for different syntax tables
12735         (from Vladimir Volovich).
12736         * message.el (message-newline-and-reformat): use
12737         `message-cite-prefix-regexp'.
12738         * gnus-cite.el (gnus-supercite-regexp): use
12739         `message-cite-prefix-regexp'.
12740         * gnus-cite.el (gnus-cite-parse): use
12741         `message-cite-prefix-regexp'.
12742
12743 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
12744
12745         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
12746         PGP SIGNATURE.  Escape leading "-"'s.
12747         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
12748
12749 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
12750
12751         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
12752
12753 2000-11-11  Simon Josefsson  <sj@extundo.com>
12754
12755         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
12756
12757         * smime.el (smime-details-buffer): New variable.
12758         (smime-sign-region):
12759         (smime-encrypt-region):
12760         (smime-verify-region):
12761         (smime-decrypt-region): Copy OpenSSL output to the buffer.
12762
12763         * mml-smime.el (mml-smime-verify): Support security info.
12764
12765 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
12766
12767         * mm-decode.el (mm-verify-option): Set default to nil.
12768         (mm-decrypt-option): Ditto.
12769         * gnus-art.el (article-verify-x-pgp-sig): New function.
12770
12771 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
12772
12773         * gnus-art.el (gnus-mime-display-alternative): Show button if no
12774         preferred part.
12775
12776 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12777
12778         * gnus-sum.el (gnus-move-split-methods): Say that
12779         `gnus-split-methods' uses file names, whereas this uses group
12780         names.  (Report from Nevin Kapur)
12781
12782 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
12783
12784         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
12785
12786 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
12787
12788         * nnheader.el (nnheader-directory-files-is-safe): New variable.
12789         (nnheader-directory-articles): Use it.
12790         (nnheader-article-to-file-alist): Ditto.
12791
12792 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
12793
12794         * rfc2047.el (rfc2047-pad-base64): New function.
12795         (rfc2047-decode): Use it.
12796
12797 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
12798
12799         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
12800         select method.
12801
12802 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
12803
12804         * mml2015.el (mml2015-gpg-decrypt-1):
12805         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
12806
12807 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
12808
12809         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
12810
12811 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
12812
12813         * pop3.el (pop3-munge-message-separator): A message may have an
12814         empty body.
12815
12816 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
12817
12818         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
12819         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
12820         (mm-uu-pgp-signed-extract): Use coding-system.
12821
12822 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
12823
12824         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
12825         (gnus-insert-mime-security-button): New function.
12826         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
12827         * mml2015.el:  Add security info when verify or decrypt.
12828         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
12829         (mm-uu-pgp-encrypted-extract): Ditto.
12830
12831 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
12832
12833         * mm-decode.el (mm-display-parts): New function.
12834         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
12835
12836 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12837
12838         * gnus-mlspl.el: Documentation tweaks.
12839
12840 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
12841
12842         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
12843         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
12844         argument.
12845
12846 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
12847
12848         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
12849
12850 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
12851
12852         * gnus-art.el (gnus-article-encrypt): New function.
12853         (gnus-article-encrypt-protocol-alist): New variable.
12854         (gnus-article-encrypt-protocol): New variable.
12855         * mml2015.el (mml2015-self-encrypt): New function.
12856         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
12857
12858 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
12859
12860         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
12861         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
12862         let mailcap do it.
12863         * mml2015.el: Remove snarf code.
12864         * mm-decode.el: Remove snarf code.
12865
12866 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
12867
12868         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
12869         (mml-insert-mime): Understand gnus-decoded.
12870         (mime-to-mml): New parameter handles.
12871         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
12872         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
12873
12874 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
12875
12876         * mm-decode.el (mime-security): New group.
12877         (mm-verify-function-alist): Add test function.
12878         (mm-decrypt-function-alist): Ditto.
12879         (mm-snarf-option): Set default value as nil.
12880         (mm-find-part-by-type): Recursive parameter.
12881         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
12882         * mml2015.el: Support draft-ietf-openpgp-multsig.
12883
12884 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
12885
12886         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
12887         (gnus-article-view-part-as-charset): New function.
12888
12889 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
12890
12891         * mm-decode.el (mm-verify-option): Default value.
12892         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
12893
12894 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12895
12896         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
12897
12898 2000-11-05  Simon Josefsson  <sj@extundo.com>
12899
12900         * mml-smime.el (mml-smime-verify): Work in original multipart
12901         buffert.
12902
12903         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
12904         (mm-handle-multipart-ctl-parameter): Ditto.
12905         (mm-alist-to-plist): New function.
12906         (mm-dissect-buffer): Store CTL parameters and copy original buffer
12907         for multiparts.
12908         (mm-destroy-parts): Destroy multipart buffert.
12909         (mm-remove-part): Ditto.
12910
12911         * mml-smime.el (mml-smime-sign): Not used.
12912         (mml-smime-encrypt): Ditto.
12913
12914         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
12915
12916         Verify S/MIME signature support.
12917
12918         * mm-decode.el (mm-inline-media-tests): Add
12919         application/{x-,}pkcs7-signature.
12920         (mm-inlined-types): Ditto.
12921         (mm-automatic-display): Ditto.
12922         (mm-verify-function-alist): Ditto.  Add name of method.
12923         (mm-decrypt-function-alist): Add name of method.
12924         (mm-find-part-by-type): Add documentation.
12925         (mm-possibly-verify-or-decrypt): Use new format of
12926         mm-{verify,decrypt}-function-alist.  Use method names.
12927
12928         * mml-smime.el (mml-smime-verify): New function.
12929
12930 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
12931
12932         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
12933
12934 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
12935
12936         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
12937         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
12938         * mm-decode.el (mm-snarf-option): New variable.
12939
12940 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
12941
12942         * mm-util.el (mm-subst-char-in-string): New function.
12943         (mm-replace-chars-in-string): Use it.
12944         * message.el (message-replace-chars-in-string): Use it.
12945         * nnheader.el (nnheader-replace-chars-in-string): Use it.
12946         * gnus-mh.el (mh-lib-progs): Shut up.
12947
12948 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
12949
12950         * base64.el, md5.el: Moved to contrib directory.
12951
12952 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
12953
12954         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
12955         the last article when search.
12956
12957 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
12958
12959         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
12960         * nnmail.el (nnmail-pathname-coding-system): Ditto.
12961
12962 2000-09-29  David Edmondson  <dme@thus.net>
12963
12964         * message.el (message-newline-and-reformat): Typo.
12965
12966 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12967
12968         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
12969
12970 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
12971
12972         * nntp.el (nntp-decode-text): Delete bogus status lines.
12973
12974 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
12975
12976         * message.el (message-font-lock-keywords): Match a final newline
12977         to help font-lock's multiline support.
12978
12979 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
12980
12981         * nnoo.el (nnoo-set): New function.
12982
12983 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
12984
12985         * gpg.el, gpg-ring.el: Moved to contrib directory.
12986
12987 2000-11-04  Simon Josefsson  <sj@extundo.com>
12988
12989         * nnimap.el (nnimap-split-inbox): Typo.
12990
12991 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
12992
12993         * gnus-msg.el (gnus-msg-mail): Move it backwards.
12994
12995 2000-11-03  Simon Josefsson  <sj@extundo.com>
12996
12997         * rfc2231.el (rfc2231-parse-qp-string): New function.
12998         (require): rfc2047.
12999
13000         * mail-parse.el (mail-header-parse-content-type):
13001         (mail-header-parse-content-disposition): Support invalid QP
13002         encoded strings, by using `rfc2231-parse-qp-string'.
13003
13004 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
13005
13006         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
13007         (rfc2231-decode-encoded-string): Typo "> X 1".
13008         (rfc2231-encode-string): Insert the name of charset.
13009         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
13010
13011 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
13012
13013         * mm-decode.el (mm-save-part): Return the filename.
13014         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
13015         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
13016         (gnus-mime-action-alist): Use it.
13017         (gnus-mime-button-commands): Use it.
13018         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
13019         (mm-inline-external-body): unwind-protect.
13020
13021 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
13022
13023         * gnus-art.el (gnus-insert-mime-button): Show url.
13024
13025 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
13026
13027         * mml.el (mml-generate-mime-1): Support external url.
13028         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
13029
13030 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
13031
13032         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
13033         * mm-decode.el (mm-display-external): Ditto.
13034         * mm-extern.el: New file.
13035         * mm-decode.el (mm-inline-media-tests): Hook it up.
13036         (mm-inlined-types): Inline message/external-body.
13037
13038 2000-11-02  Simon Josefsson  <sj@extundo.com>
13039
13040         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
13041
13042         * message.el (message-get-reply-headers): Better handling when
13043         Mail-Followup-To is very large.
13044
13045 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
13046
13047         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
13048         * gnus-art.el (gnus-article-edit-done):
13049         * gnus-sum.el (gnus-summary-edit-article-done): Move line
13050         counting code here.
13051         * gnus-msg.el (gnus-setup-message): Remove a hack.
13052
13053 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
13054
13055         * gnus-sum.el (gnus-newsgroup-variables): New variable.
13056         (gnus-summary-mode): Make them local variables.
13057         (gnus-set-global-variables): Globalize them.
13058         (gnus-summary-exit): Kill them.
13059
13060 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
13061
13062         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
13063         word.
13064
13065 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
13066
13067         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
13068         gnus-article-wash-types.
13069         * gnus-art.el (gnus-article-wash-status): Use them.
13070
13071 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
13072
13073         * mml.el (mml-read-tag): Remove spaces and LF.
13074
13075 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
13076
13077         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
13078         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
13079
13080 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
13081
13082         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
13083
13084 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
13085
13086         * gnus-sum.el (gnus-article-charset): New variable.
13087         (gnus-summary-display-article): Set it.
13088         * gnus-msg.el (gnus-copy-article-buffer): Use it.
13089         * gnus-art.el (gnus-article-mode): Make it local variable.
13090
13091 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13092
13093         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
13094
13095 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13096
13097         * nnwfm.el: New file.
13098
13099         * nnweb.el (nnweb-replace-in-string): New function.
13100
13101 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13102
13103         * mml2015.el: Wrap gpg.el.
13104         * gpg.el (gpg-verify): The last argument of apply is a list.
13105         (gpg-encrypt): Add passphrase as a parameter.
13106
13107 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
13108
13109         * gpg.el: New file.
13110         * gpg-ring.el: New file.
13111
13112 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
13113
13114         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
13115
13116 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13117
13118         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
13119         double-quote characters.
13120         (gnus-summary-prepare-threads): Ditto.
13121
13122 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
13123
13124         * gnus-art.el (gnus-mime-display-single): Forward line -1.
13125         * mml.el (mml-read-tag): Don't skip the leading space.
13126         * lpath.el (font-lock-set-defaults): Shut up.
13127
13128 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
13129
13130         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
13131
13132 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
13133
13134         * qp.el (quoted-printable-encode-region): Replace leading - when
13135         ultra safe.
13136         * mml.el (mml-generate-mime-postprocess-function): Removed.
13137         (mml-postprocess-alist): Removed.
13138         (mml-generate-mime-1): Use ultra-safe when sign.
13139         * mml2015.el (mml2015-fix-micalg): Uppercase.
13140         (mml2015-verify): Insert LF.
13141         (mml2015-mailcrypt-sign): Downcase; search backward.
13142
13143 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13144
13145         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
13146         restrictive.
13147         (nnultimate-table-regexp): New variable.
13148         (nnultimate-forum-table-p): Use it.
13149
13150 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
13151         Trivial patch.
13152
13153         * gnus-sum.el (gnus-summary-expire-articles): Save point.
13154
13155 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
13156
13157         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
13158         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
13159
13160 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
13161
13162         * mml2015.el: Shut up.
13163
13164 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
13165
13166         * gnus.el (gnus-server-browse-hashtb): Removed.
13167         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
13168         (gnus-group-insert-group-line-info): Use simplified method.
13169         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
13170
13171 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
13172
13173         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
13174         moved here.
13175         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
13176         * gnus-group.el (gnus-group-prepare-flat): Use it.
13177         * gnus-topic.el (gnus-group-prepare-topics): Use it.
13178
13179 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
13180
13181         * mml.el (mml-mode): Show menu in XEmacs.
13182
13183 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
13184
13185         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
13186         (gnus-server-read-server-in-server-buffer): New function.
13187         (gnus-browse-foreign-server): Browse in group buffer.
13188         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
13189         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
13190         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
13191         * gnus.el (gnus-server-browse-hashtb): New variable.
13192
13193 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
13194
13195         * nnfolder.el (nnfolder-open-nov): Use group.
13196
13197 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
13198
13199         * nnfolder.el: Add NOV. Set version to 2.0.
13200         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
13201
13202 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
13203
13204         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
13205
13206 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13207
13208         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
13209         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
13210
13211 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
13212
13213         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
13214
13215 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
13216
13217         * mm-decode.el (mm-verify-function-alist): New variable.
13218         (mm-verify-option): New variable.
13219         (mm-decrypt-function-alist): Ditto.
13220         (mm-decrypt-option): Ditto.
13221         (mm-find-raw-part-by-type): New function.
13222         (mm-possibly-verify-or-decrypt): New function.
13223         (mm-dissect-multipart): Use it.
13224         * mml2015.el (mml2015-fix-micalg): New function.
13225         (mml2015-decrypt): Use new interface.
13226         (mml2015-verify):  Use new interface.
13227         (mml2015-setup): Make it bogus.
13228
13229 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
13230
13231         * mml.el (mml-generate-mime-postprocess-function): Set to
13232         mml-postprocess.
13233         (autoload): Autoload mml2015 and mml-smime.
13234         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
13235         * mml2015.el (mml2015-encrypt): New function.
13236         (mml2015-sign): New function.
13237         (mml2015-encrypt-function): New variable.
13238         (mml2015-sign-function): New variable.
13239         (mml2015-mailcrypt-encrypt): Use message-recipients.
13240         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
13241         * mml-smime.el (mml-smime-setup): Ditto.
13242
13243 2000-10-28  Simon Josefsson  <sj@extundo.com>
13244
13245         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
13246         Communigate Pro 3.3.1 server.
13247
13248         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
13249         in buffers.
13250         (mml-secure-dns-server): Removed.
13251         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
13252         write certificates to files.
13253
13254         * smime.el (smime-dns-server): New variable.
13255         (smime-mail-to-domain):
13256         (smime-cert-by-dns): New functions.
13257
13258         * dig.el: New file.
13259
13260 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
13261
13262         * message.el (message-options): New variable.
13263         (message-options-set-recipient): New function.
13264         (message-send): Use them.
13265         * gnus-int.el (gnus-request-replace-article): Use them.
13266         (gnus-request-accept-article): Ditto.
13267         * mml.el (mml-preview): Use them.
13268         * gnus-sum.el (gnus-summary-edit-article): Use them.
13269
13270         * message.el (message-options-get): New function.
13271         (message-options-get): New function.
13272         * rfc2047.el (rfc2047-encode-message-header): Use them.
13273         * mm-bodies.el (mm-encode-body): Use them.
13274
13275 2000-10-28  Simon Josefsson  <sj@extundo.com>
13276
13277         * nnimap.el (nnimap-retrieve-which-headers):
13278         (nnimap-request-article-part): Quote message-id.
13279
13280         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
13281         (smime-CA-file): New variable.
13282         (smime-call-openssl-region): Don't error.
13283         (smime-sign-region): Return result value.
13284         (smime-encrypt-region): Ditto.
13285         (smime-verify-region): New function.
13286         (smime-decrypt-region): Ditto.
13287         (smime-verify-buffer): Ditto.
13288         (smime-decrypt-buffer): Ditto.
13289
13290         * mml.el: Require mml-sec.
13291         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
13292         (mml-mode-map): Add "sign" and "encrypt" maps.
13293         (mml-menu): Add security menu.
13294         (mml-preview): Use generate-new-buffer.
13295
13296         * mml-sec.el: New file.
13297
13298 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
13299
13300         * mm-decode.el (mm-find-part-by-type): Move it here.
13301         * mml.el (mml-postprocess): Move it here.
13302         (mml-postprocess-alist): Move it here. Merge them.
13303
13304 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
13305
13306         * rfc2047.el (rfc2047-encode-message-header): Make sure no
13307         unencoded stuff in the header.
13308
13309 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
13310
13311         * gnus-group.el (gnus-group-listed-groups): New variable.
13312         (gnus-group-list-option): New variable.
13313         (gnus-group-list-limit-map): New keymap.
13314         (gnus-group-list-flush-map): New keymap.
13315         (gnus-group-list-plus-map): New keymap.
13316         (gnus-group-prepare-logic): New function.
13317         (gnus-group-prepare-flat): Merge with
13318         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
13319         (gnus-group-prepare-flat-list-dead): Ditto.
13320         (gnus-group-list-matching): Use gnus-group-prepare-function.
13321         (gnus-group-list-dormant): Ditto.
13322         (gnus-group-list-cached): Ditto.
13323         (gnus-group-listed-groups): New function.
13324         (gnus-group-list-limit): New function.
13325         (gnus-group-list-flush): New function.
13326         (gnus-group-list-plus): New function.
13327         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
13328         (gnus-topic-prepare-topic): Ditto.
13329
13330 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
13331
13332         * message.el (message-insert-to, message-get-reply-headers):
13333         (message-reply, message-followup): Mail-{Followup,Reply}-To.
13334
13335 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
13336
13337         * mml2015.el: New file.
13338         * smime.el: New file.
13339         * mml-smime.el: New file.
13340
13341 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
13342
13343         * ChangeLog: Moved to ChangeLog.1.
13344
13345     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
13346   Copying and distribution of this file, with or without modification,
13347   are permitted provided the copyright notice and this notice are preserved.
13348
13349 ;; Local Variables:
13350 ;; coding: iso-2022-7bit
13351 ;; End: