69dc32bf5d4639e3a1dbf77d7c4b09fbf402ae3b
[gnus] / lisp / ChangeLog
1 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus.el (gnus-version-number): Bumped version number.
4
5 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
6
7         * gnus.el: Oort Gnus v0.13 is released.
8
9 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10
11         * gnus-art.el (gnus-button-url-regexp): Removed |.
12
13         * message.el (message-send-hook): Doc fix.
14
15         * gnus-win.el (gnus-buffer-configuration): Display article
16         instead of article-copy when `reply'.
17
18 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
19
20         * gnus.el (gnus-format): Change customize group to gnus.
21         (gnus-cache): Add link.
22         (gnus-group-charter-alist): Fix docstring.
23
24 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
25
26         * mailcap.el (mailcap-print-command): lpr-command might be
27         unbound in XEmacs.
28
29 2002-01-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
30
31         * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
32
33         * gnus-sum.el (gnus-summary-update-article-line): Fixed
34         calculation of net characters added for use in the gnus-data
35         structure.
36         
37 2003-01-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
38
39         * nnmail.el (nnmail-process-unix-mail-format): Improve error
40         message.  Suggested by Jari Aalto.
41
42 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
43
44         * gnus-art.el (gnus-article-followup-with-original): Clean up. 
45         (gnus-article-reply-with-original): Ditto.
46
47         * gnus-sum.el (gnus-summary-catchup): Make sure downloadable,
48         read articles don't become unread.
49
50 2003-01-17  Simon Josefsson  <jas@extundo.com>
51
52         * gnus-fun.el (gnus-x-face-from-file): 
53         (gnus-face-from-file): Suggest image format in minibuffer prompt.
54
55         * gnus-fun.el (gnus-convert-image-to-x-face-command)
56         (gnus-convert-image-to-face-command): Doc fix.
57
58 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
59
60         * gnus-fun.el (gnus-convert-face-to-png): Protect against errors.
61
62 2003-01-17  Jesper Harder  <harder@ifa.au.dk>
63
64         * gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to
65         avoid encoding problems.
66
67         * mailcap.el (mailcap-ps-command): New variable.
68         (mailcap-mime-data): Add print entry where applicable.  Use
69         pdftotext on a tty.
70
71 2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
72
73         * gnus-sum.el (gnus-alter-header-function): Add type and group.
74
75 2003-01-16  Simon Josefsson  <jas@extundo.com>
76
77         * gnus-fun.el (gnus-convert-image-to-x-face-command) 
78         (gnus-convert-image-to-face-command, gnus-x-face-from-file) 
79         (gnus-face-from-file): Doc fix; don't mention image format.
80
81 2003-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
82
83         * spam.el (spam-get-article-as-filename): new function (unused for now)
84         (spam-get-article-as-buffer): new function
85         (spam-get-article-as-string): use spam-get-article-as-buffer
86         (spam-summary-prepare-exit): fixed bug, noticed by Malcolm Purvis
87
88 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
89  
90         * gnus-agent.el: Don't use `path'.
91         From the GNU coding standards:
92         
93             Please do not use the term ``pathname'' that is used in Unix
94             documentation; use ``file name'' (two words) instead.  We use
95             the term ``path'' only for search paths, which are lists of
96             directory names.
97
98         * nnsoup.el (nnsoup-file-name): Ditto.
99  
100         * nnmail.el (nnmail-pathname-coding-system): Ditto.
101         (nnmail-group-pathname): Ditto.
102  
103         * nnimap.el (nnimap-group-overview-filename): Ditto.
104  
105         * nnheader.el (nnheader-pathname-coding-system): Ditto.
106         (nnheader-group-pathname): Ditto.
107  
108         * nnfolder.el (nnfolder-group-pathname): Ditto.
109  
110         * gnus.el (gnus-home-directory): Ditto.
111  
112         * gnus-group.el (gnus-group-icon-list): Ditto.
113  
114 2003-01-16  Jesper Harder  <harder@ifa.au.dk>
115
116         * gnus-art.el (gnus-mime-print-part): Use mm-handle-media-type.
117
118         * message.el (message-mode-menu): Use it.
119         (message-mode-menu): Deactivate "Yank Original" if there's no
120         reply buffer.
121
122         * messagexmas.el (message-xmas-redefine): Redefine in XEmacs.
123
124         * message.el (message-mark-active-p): New function.
125
126 2003-01-15  Teodor Zlatanov  <tzz@lifelogs.com>
127
128         * spam.el (spam-use-bogofilter-headers, spam-bogofilter-header) 
129         (spam-bogofilter-database-directory): new variables
130         (spam-check-bogofilter-headers, spam-check-bogofilter) 
131         (spam-bogofilter-register-with-bogofilter) 
132         (spam-bogofilter-register-spam-routine) 
133         (spam-bogofilter-register-ham-routine) 
134         (spam-group-ham-processor-bogofilter-p): new functions for the new
135         Bogofilter interface
136         (spam-summary-prepare-exit): use the new Bogofilter functions
137         (spam-list-of-checks): added spam-use-bogofilter-headers
138         (spam-bogofilter-score): rewrote function
139         (spam-check-bogofilter): optional score parameter, uses
140         spam-check-bogofilter-headers better
141         (spam-check-bogofilter-headers): optional score parameter
142
143         * gnus.el (gnus-install-group-spam-parameters): new variable, t by
144         default, in the gnus-start customization group.  Used to disable
145         the spam-*/ham-* parameters.
146         (gnus-group-ham-exit-processor-bogofilter): new ham processor
147
148 2003-01-15  Jesper Harder  <harder@ifa.au.dk>
149
150         * gnus-xmas.el (gnus-xmas-redefine): Use region-exists-p in
151         XEmacs.
152
153         * gnus-ems.el (gnus-mark-active-p): do.
154
155 2003-01-15  Kevin Ryde  <user42@zip.com.au>
156
157         * gnus.texi (Using MIME): Mention auto-compression-mode with
158         gnus-mime-copy-part.
159
160 2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
161
162         * message.el (message-send): Don't warn about duplicates when
163         superseding. 
164
165 2003-01-15  Simon Josefsson  <jas@extundo.com>
166
167         * nnimap.el (nnimap-split-download-body): New variable.
168         (nnimap-split-articles): Use it.
169
170 2002-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
171
172         * gnus-agent.el (gnus-agent-check-overview-buffer): This data
173         integrity checker was incorrectly flagging, and removing, articles
174         whose article number was negative.
175         (gnus-agent-fetch-group-1): When executed in the group's summary
176         buffer, refresh each downloaded line to update the status flag and
177         font.  Preserve the value of gnus-newsgroup-headers so that
178         gnus-agent-fetch-articles can split the requests by size.
179         (gnus-agent-expire): Corrected day calculation for when
180         gnus-agent-expire-days contains a list.
181
182 2003-01-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
183
184         * gnus-audio.el (gnus-audio-au-player): Use executable-find. 
185
186 2003-01-13  Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
187
188         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
189           /usr/bin/play as default player. 
190           (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
191
192 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
193
194         * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
195         articles to be marked as well.
196
197 2002-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
198         * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
199         fictious headers generated by nnagent (ie. Undownloaded Article
200         ####) in the list of articles that have not been downloaded.
201         
202         * gnus-int.el (): Added require declarations to resolve
203         compile-time warnings.
204         (gnus-open-server): If the server status is set to offline,
205         recursively execute gnus-open-server to open the offline backend
206         (e.g. nnagent).
207
208 2003-01-14  Jesper Harder  <harder@ifa.au.dk>
209
210         * gnus-art.el (gnus-article-reply-with-original): Use
211         gnus-mark-active-p.
212         (gnus-article-followup-with-original): do.
213
214 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
215
216         * gnus-sum.el: Removed `(when t ...)' around `gnus-define-keys'.
217
218 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
219
220         * gnus-score.el (gnus-score-edit-file-at-point): New function.
221         (gnus-score-find-trace): Bind it to `e' key.  Added `q' for quit.
222
223 2003-01-13  Romain FRANCOISE  <romain@orebokech.com>
224
225         * gnus-fun.el (gnus-x-face-from-file): Quote file name. 
226         (gnus-face-from-file): Ditto.
227
228 2003-01-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
229
230         * gnus-sum.el (gnus-articles-to-read): Don't just apply
231         gnus-alter-articles-to-read-function to the unread articles. 
232
233 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
234
235         * deuglify.el (gnus-article-outlook-unwrap-lines)
236         (gnus-article-outlook-repair-attribution)
237         (gnus-article-outlook-rearrange-citation): New function names,
238         renamed from "gnus-outlook-" to "gnus-article-outlook-".  Changed
239         doc-string.
240
241         * gnus-sum.el (gnus-summary-mode-map): Use new function names,
242         removed `W k' key binding (use `W Y f' instead).
243         (gnus-summary-make-menu-bar): Use new function names.
244
245 2003-01-13  Simon Josefsson  <jas@extundo.com>
246
247         * gnus-fun.el (gnus-random-x-face): Doc fix.
248         (gnus-insert-random-x-face-header): New function.
249
250 2003-01-13  Jesper Harder  <harder@ifa.au.dk>
251
252         * gnus-sum.el (gnus-summary-make-menu-bar): Deactivate items if
253         mark is not active.
254
255         * gnus-msg.el (gnus-inews-do-gcc): Comment.
256
257         * gnus-ems.el (gnus-mark-active-p): New function.
258
259         * gnus-group.el (gnus-topic-mode-p): New function.
260         (gnus-group-make-menu-bar): Show more key bindings in topic mode.
261         Deactivate items if mark is not active.
262
263 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
264
265         * gnus.el (gnus-version-number): Bumped version.
266         (gnus-summary-line-format): Doc fix.
267
268 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
269
270         * gnus.el: Oort Gnus v0.12 is released.
271
272 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
273
274         * mail-source.el (mail-sources): Removed autoload to make it
275         compile under XEmacs.
276
277 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
278
279         * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
280         regexp or a function too.
281         (gnus-confirm-treat-mail-like-news): New variable.  Ask for
282         confirmation even if the original article is mail.
283
284 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
285
286         * gnus-msg.el (gnus-inews-add-send-actions): Get the right
287         articles to be marked when not yanking.
288
289 2003-01-12  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@curie.fr>
290
291         * mm-decode.el (mm-get-part): Use mm-with-unibyte-current-buffer.
292         
293 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
294
295         * gnus-fun.el (gnus-face-from-file): Autoload.
296
297         * gnus-cite.el (gnus-cite-delete-overlays): Protect against more
298         errors.
299
300 2003-01-12  Simon Josefsson  <jas@extundo.com>
301
302         * sieve.el (sieve-upload-and-bury): New.  Suggested by
303         kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
304
305         * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
306         Suggested by kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
307
308 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
309
310         * gnus-art.el (gnus-ignored-headers): Don't include the ^ and :
311         in every string.
312
313         * gnus.el (gnus-version-number): Bumped version number.
314
315 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
316
317         * gnus.el: Oort Gnus v0.11 is released.
318
319 2003-01-12  Jesper Harder  <harder@ifa.au.dk>
320
321         * message.el (message-fetch-reply-field): Narrow to headers.
322
323         * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
324         if Gnus isn't alive.
325
326 2002-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
327
328         * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
329         marks from articles that are already stored in the agent.
330         (gnus-agent-backup-overview-buffer): New debug tool.  Creates a
331         backup copy of an invalid .overview file for later analysis.
332         
333 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
334
335         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
336         exit work with two frames.
337
338 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
339
340         * message.el (message-forward-make-body): Use mule4.
341
342 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
343
344         * message.el (message-mode-map): Move wide-reply command.
345
346 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
347
348         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
349         castellano.
350         (gnus-outlook-display-hook): New variable.
351         (gnus-outlook-display-article-buffer): New function.
352         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
353         (gnus-outlook-deuglify-article): Made them interactive and added
354         optional arg.  Use `g-o-d-a-b'.
355         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
356
357         * gnus-sum.el: Added autoloads.
358         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
359         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
360
361 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
362
363         * gnus-art.el (gnus-display-mime): Use the mime emulation
364         variable. 
365
366         * gnus-sum.el (gnus-article-emulate-mime): New variable.
367
368         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
369         newsrc-alist is initialized properly.
370
371         * mail-source.el (mail-sources): Autoload.
372
373         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
374         nil.
375
376         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
377         insert two newlines.
378
379         * message.el (message-check-news-header-syntax): Compute the
380         header length correctly.
381
382 2002-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
383
384         * gnus-agent.el (gnus-agent-expire): Do not remove article from
385         alist when keeping fetched article file.
386         (gnus-agent-retrieve-headers): When parsing response for article
387         numbers, use the same algorithm as gnus-agent-braid-nov to protect
388         against garbage in the server's response.
389
390         * gnus-int.el (gnus-request-expire-articles,
391         gnus-request-move-article): Only expire when the group's server
392         has been agentized.
393
394 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
395
396         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
397         errors when deleting overlays.
398
399         * gnus-score.el (gnus-score-followup): Allow tracing.
400
401         * gnus-art.el (gnus-treat-display-face): New variable.
402         (article-display-face): New command.
403
404         * gnus-fun.el (gnus-face-from-file): New function.
405         (gnus-convert-face-to-png): Ditto.
406
407         * gnus-art.el (gnus-ignored-headers): Added Face.
408
409 2003-01-10  Simon Josefsson  <jas@extundo.com>
410
411         * nndraft.el (nndraft-request-group): Avoid crash in
412         directory-files when draft directory doesn't exists.
413
414         * gnus-sum.el (gnus-select-article-hook): Add :option.
415
416 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
417
418         * spam.el (spam-use-stat): new variable
419         (spam-group-spam-processor-stat-p) 
420         (spam-group-ham-processor-stat-p): new convenience functions
421         (spam-summary-prepare-exit): add spam/ham processors to sequence
422         (spam-list-of-checks): add spam-use-stat to list of checks
423         (spam-split): conditionally load the spam-stat tables
424         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
425         spam-check-ifile): new functions
426
427         * spam-stat.el (spam-stat): typo fix
428         (spam-stat-install-hooks): new variable
429         (spam-stat-split-fancy-spam-group): added documentation clarification
430         (spam-stat-split-fancy-spam-threshhold): new variable
431         (spam-stat-install-hooks): make hooks conditional
432         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
433
434         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
435         spam-stat ham/spam processor symbols
436
437 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
438
439         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
440         file exists.
441
442 2003-01-10  Simon Josefsson  <jas@extundo.com>
443
444         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
445         undownloaded/downloadable only when unplugged.
446
447 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
448
449         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
450
451 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
452
453         * spam.el (spam-check-ifile): fixed call-process-region to use the
454         db parameter only if it's set
455         (spam-ifile-register-with-ifile): ditto
456
457 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
458
459         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
460         spam-stat-nbad before creating the hash table.
461         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
462         Changed copyright statement to FSF.
463
464 2002-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
465
466         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
467         processable articles as read.
468         (gnus-agent-summary-fetch-series): Remove processable and
469         downloadable marks on all downloaded articles in the series.
470
471         * nntp.el (nntp-report): Throw error after reporting the problem.
472         (nntp-accept-process-output): Corrected error check to report an
473         error when the process is nil.
474
475 2003-01-09  Simon Josefsson  <jas@extundo.com>
476
477         * message.el (message-tool-bar-map): Add preview.
478
479 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
480
481         * mml.el (mml-preview): Get rid of MIME handles and buffers after
482         previewing.
483
484 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
485
486         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
487         bug when the (n+1)th article to be added to a group has a smaller
488         number than the n articles already added.
489
490 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
491
492         * message.el (message-mode-field-menu): Use backquote.
493
494 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
495
496         * spam.el: fixed the BBDB autoloads again, using
497         bbdb-search-simple now (which is not a macro, thank god)
498
499         * lpath.el (bbdb-search): removed function from maybe-fbind list
500
501         * gnus.el (ham-process-destination): added new parameter for
502         destination of ham articles found in spam groups at summary exit
503
504         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
505         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
506         (spam-ifile-database-path): added new parameter for ifile's database
507         (spam-move-spam-nonspam-groups-only): new parameter to determine
508         if spam should be moved from all groups or only some
509         (spam-summary-prepare-exit): fixed logic to use
510         spam-move-spam-nonspam-groups-only when deciding to invoke
511         spam-mark-spam-as-expired-and-move-routine; always invoke that
512         routine after the spam has been expired-or-moved in case there's
513         some spam left over; use spam-ham-move-routine in spam groups
514         (spam-ham-move-routine): new function to move ham articles to the
515         ham-process-destinations group parameter
516
517 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
518
519         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
520
521         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
522         gnus-summary-update-article-line.
523
524 2003-01-08  Simon Josefsson  <jas@extundo.com>
525
526         * nnmail.el (nnmail-expiry-target-group): Request group, create it
527         not successful.
528
529 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
530
531         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
532
533 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
534
535         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
536         logic, finally
537
538 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
539
540         * gnus-spec.el (gnus-parse-format): %C is a complex format.
541         (gnus-parse-format): Change to %~.
542
543         * message.el (message-generate-headers): Don't generate optional
544         empty headers.
545
546 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
547
548         * message.el (message-cross-post-default)
549         (message-cross-post-note-function, message-shoot-gnksa-feet)
550         (message-strip-subject-trailing-was, message-change-subject)
551         (message-mark-insert-file, message-cross-post-followup-to)
552         (message-cross-post-followup-to, message-mode-map)
553         (message-generate-unsubscribed-mail-followup-to)
554         (message-make-mail-followup-to): Minor changes to doc-strings and
555         error messages.  Updated copyright line.
556
557         * message.el (message-make-mail-followup-to,
558         message-generate-unsubscribed-mail-followup-to): New function
559         names.  Renamed functions: "-mft" -> "-mail-followup-to".
560         (message-make-mft, message-gen-unsubscribed-mft): Removed function
561         names.
562
563         * mml.el (mml-preview-insert-mail-followup-to): New function name.
564         (mml-preview-insert-mft): Removed function name.
565         (mml-preview): Use new function names.
566
567         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
568
569         * message.el (message-mode-field-menu): Moved header related
570         commands from "Message" to "Field" menu.
571
572 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
573
574         * message.el (message-generate-headers-first): Added customization
575         if variable is a list.
576
577 2003-01-07  Michael Shields  <shields@msrl.com>
578
579         * gnus-art.el (gnus-article-next-page): Correctly handle the case
580         where the last line of the article is the last line of the window.
581
582 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
583
584         * gnus-msg.el (gnus-debug): Use ignore-errors.
585
586         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
587         `gnus-summary-update-line'.
588
589 2003-01-08  Simon Josefsson  <jas@extundo.com>
590
591         * gnus-art.el (gnus-unbuttonized-mime-types)
592         (gnus-buttonized-mime-types): Doc fix.
593
594 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
595
596         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
597
598 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
599
600         * nnrss.el (nnrss-group-alist): Add and clear up.
601
602 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
603
604         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
605
606         * lpath.el (bbdb-search): added BBDB functions for a better way to
607         fix missing functions
608
609         * spam.el (spam-check-ifile): if should be an unless
610
611         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
612         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
613         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
614
615 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
616
617         * gnus-sum.el (gnus-summary-make-menu-bar): Added
618         gnus-summary-refer-thread to thread menu.
619
620 2002-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
621
622         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
623         summary buffer, articles that cannot be fetched are marked as
624         canceled.
625
626         * nntp.el (nntp-with-open-group): The quit signal handler must
627         propagate the quit signal to the next outer handler so that the
628         caller knows that the request aborted abnormally.
629
630 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
631
632         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
633         (spam-ifile-register-spam-routine)
634         (spam-ifile-register-ham-routine): added ifile functionality that
635         does not use ifile-gnus.el to classify and register articles
636         (spam-get-article-as-string): convenience function
637         (spam-summary-prepare-exit): added ifile spam and ham registration
638         (spam-ifile-all-categories, spam-ifile-spam-category)
639         (spam-ifile-path, spam-ifile): added customization options
640
641         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
642         exit processor
643         (spam-process): added gnus-group-ham-exit-processor-ifile to the
644         list of choices
645
646 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
647
648         * gnus-score.el (gnus-score-followup): Also score immediate
649         followups.
650
651 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
652
653         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
654
655 2003-01-07  Simon Josefsson  <jas@extundo.com>
656
657         * message.el (message-mode-menu): Fix receipt balloon help.
658
659 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
660
661         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
662         always be interpreted as news.
663
664 2003-01-07  Simon Josefsson  <jas@extundo.com>
665
666         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
667         gnus-sieve-script, instead of the global variable
668         gnus-sieve-crosspost.  One-line patch from Steinar Bang
669         <sb@dod.no>.
670
671 2002-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
672
673         * gnus.el: Renamed gnus-summary-*-uncached-face as
674         gnus-summary-*-undownloaded-face to avoid confusing the agent with
675         the cache.
676
677         * gnus-sum.el: Ditto.
678
679 2002-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
680
681         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
682         in either the group or summary buffer.
683         New command "JS", in summary buffer, will fetch articles per the
684         group's category, predicate, and processable flags.
685         (gnus-agent-summary-fetch-series): Rewritten to call
686         gnus-agent-session-fetch-group once with all articles in the
687         series.
688         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
689         return list of fetched articles.
690         (gnus-agent-fetch-articles): Split fetch list into sublists such
691         that the article buffer is only slightly larger than
692         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
693         the group's article alist is saved.
694         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
695         longer result in the agent trying to fetch an article.
696         (gnus-agent-fetch-group-1): Can now be called in either the group
697         or summary buffer.  Removed the max-fetch-size code that I added
698         on 2002-12-13 as that capability is now part of
699         gnus-agent-fetch-articles.  Added code to update summary buffer.
700         When called in the group buffer, articles that can not be fetched
701         are AUTOMATICALLY MARKED AS READ.
702
703         * gnus-sum.el (): Modified eval-when-compile to minimize
704         misleading compilation warnings.
705         (gnus-update-summary-mark-positions): Changed code to use
706         gnus-undownloaded-mark rather than gnus-downloaded-mark.
707
708         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
709         empty file as the parser assumes that the file isn't empty.
710
711         * nntp.el (nntp-send-string): The process-send-string call can,
712         because it performs I/O on the process, change the process' state
713         from open to closed.  If this happens, call nntp-report
714         immediately to report the broken connection.
715         (nntp-report): Rewritten to avoid needing a global variable to
716         determine the appropriate course of action.  Instead, two function
717         implementations are provided and the nntp-report function value is
718         bound to the appropriate implementation.
719         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
720         (nntp-with-open-group): Now binds nntp-report's function cell
721         rather than binding gnus-with-open-group-first-pass.  Added a
722         condition-case to detect a quit during a nntp command.  When the
723         quit occurs, the current connection is closed as a fetch articles
724         request could have several megabytes queued up for reading.
725         (nntp-retrieve-headers): Bind articles to itself.  If
726         nntp-with-open-group repeats this command, I must have access to
727         the original list of articles.
728         (nntp-retrieve-groups): Ditto for groups.
729         (nntp-retrieve-articles): Ditto for articles.
730         (*): Replaced nntp-possibly-change-group calls to
731         nntp-with-open-group forms in all, but one, occurrance.
732         (nntp-accept-process-output): Bug fix. Detect when called with
733         null process.
734
735 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
736
737         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
738         if we don't need to.
739         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
740
741 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
742
743         * gnus-group.el (gnus-group-make-web-group): Pass the select
744         method on to group-create.
745         (gnus-group-line-format-alist): %U is an integer.
746
747         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
748         ephemeral groups.
749         (gnus-summary-read-group-1): Ditto.
750         (gnus-group-make-articles-read): Ditto.
751
752         * mm-url.el (mm-url-program): Doc fix.
753
754         * message.el (message-mode-map): Rebound
755         message-insert-wide-reply.
756
757 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
758
759         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
760         color as `gnus-group-startup-message' does.
761
762 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
763
764         * spam.el: fixed line lengths to 80 chars or less
765
766         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
767         "not-read" mark
768         (gnus-summary-mark-forward): added the spam-mark to the list of
769         marks not to be marked as "read" when viewed
770
771 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
772
773         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
774
775         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
776         Protect against unactive groups.
777
778         * message.el (message-check-news-header-syntax): Check long
779         header lines.
780         (message-check-news-header-syntax): Update `start'.
781
782         * gnus-group.el (gnus-group-expire-articles): Doc fix.
783         (gnus-group-line-format): %U.
784         (gnus-group-line-format-alist): ?U.
785         (gnus-number-of-unseen-articles-in-group): New function.
786
787         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
788
789         * gnus.el (gnus-version-number): Bump version number.
790
791 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
792
793         * gnus.el: Oort Gnus v0.10 is released.
794
795 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
796
797         * gnus.el (gnus-version-number): Fix version number.
798
799 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
800
801         * gnus.el: Oort Gnus v0.08 is released.
802
803 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
804
805         * mm-util.el: Add mm-string-make-unibyte.
806
807         * gnus-group.el (gnus-group-jump-to-group): Make it work for
808         UTF-8 groups.
809
810 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
811
812         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
813
814         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
815
816 2003-01-04  Kevin Ryde  <user42@zip.com.au>
817
818         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
819         function.
820
821 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
822
823         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
824         (gnus-summary-read-group-1): Update group line.
825         (gnus-summary-exit-no-update): Update group on exit.
826
827         * gnus-group.el (gnus-group-line-format): Add %*.
828         (gnus-group-line-format-alist): Ditto.
829         (gnus-group-insert-group-line): Set it.
830         (gnus-group-is-exiting-p): New variable.
831         (gnus-group-insert-group-line): Use it.
832
833 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
834
835         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
836         enable BBDB ham processing
837         (spam-blacklist-register-routine): enable blacklist spam processing
838         (spam-whitelist-register-routine): enable whitelist ham processing
839         (spam-fetch-field-from-fast): fast fetching of the "from" field
840         from (gnus-data-list)
841         (spam-summary-prepare-exit): works completely now
842         (spam-use-blacklist): oops, should be nil by default
843         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
844         split processing now; before it was for summary exit as
845         well but that's done with the spam-contents and spam-process
846         parameters now
847
848 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
849
850         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
851         characters.
852
853 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
854
855         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
856         (spam-group-processor-p, spam-group-processor-bogofilter-p)
857         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
858         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
859         (spam-mark-spam-as-expired-and-move-routine)
860         (spam-generic-register-routine, spam-BBDB-register-routine)
861         (spam-ifile-register-routine, spam-blacklist-register-routine)
862         (spam-whitelist-register-routine): new functions
863         (spam-summary-prepare-exit): added summary exit processing (expire
864         or move) of spam-marked articles for spam groups; added slots for
865         all the spam-*-register-routine functions
866
867 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
868
869         * pop3.el (pop3-retr): Wait 500 msecs.
870         (pop3-read-response): Ditto.
871
872         * gnus-msg.el (gnus-setup-message): Get the evaliation order
873         right.
874         (gnus-inews-make-draft): New function.
875         (gnus-setup-message): Use it.
876
877         * message.el (message-required-headers): Add From.
878
879 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
880         Trivial patch from Norbert Koch <nk@viteno.net>.
881
882         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
883
884 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
885
886         * message.el (message-generate-headers): Let header formatters do
887         their work.
888
889 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
890
891         * deuglify.el (gnus-article-outlook-deuglify-article):
892         Rehighlight, reapply treatments and call
893         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
894         (gnus-outlook-repair-attribution-block): Recognize cited
895         attributions.  Suggested by Niklas Morberg.
896
897 2003-01-02  Pete Kazmier  <pete@kazmier.com>
898
899         * gnus-art.el (gnus-treat-predicate): Check condition first.
900
901 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
902
903         * lpath.el: Add url-http-file-exists-p.
904
905         * gnus-group.el (gnus-group-fetch-charter): Use
906         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
907
908 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
909
910         * message.el (message-draft-headers): Also generate From to get a
911         nicer draft buffer summary.
912
913         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
914         parameter.
915
916         * gnus-art.el (article-wash-html): Clean up.
917         (article-wash-html): Typo fix.
918
919         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
920         (gnus-summary-mail-forward): To many lists of lists.
921
922         * gnus-art.el (article-wash-html): Clean up.
923
924 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
925
926         * gnus-art.el (gnus-treat-wash-html): New variable.
927
928 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
929
930         * message.el (message-check-news-header-syntax): Allow posting.
931         (message-check-news-header-syntax): Fix logic for sure, this
932         time.
933
934 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
935
936         * message.el (message-check-news-header-syntax): Check syntax of
937         continuation headers.
938
939 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
940
941         * gnus-art.el (gnus-button-url-regexp,
942         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
943         (gnus-header-button-alist): Regexps are case insensitive here.
944
945 2003-01-02  Simon Josefsson  <jas@extundo.com>
946
947         * dig.el (query-dig): Doc fix.
948
949 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
950
951         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
952         summary buffer line, not just the download mark.
953
954 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
955
956         * gnus-sum.el (gnus-summary-goto-subjects): New function.
957         (gnus-summary-insert-dormant-articles): New command and
958         keystroke.
959
960         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
961         function for mass insertion of subjects.
962
963         * nndraft.el (nndraft-generate-headers): Don't move point.
964
965         * gnus.el (nnheader): Require nnheader.
966
967         * nndraft.el (nndraft-request-associate-buffer): Use
968         make-local-variable.
969
970 2003-01-02  Michael Shields  <shields@msrl.com>
971
972         * nndraft.el (nndraft-request-associate-buffer): Make
973         write-contents-hooks buffer-local before setting it.
974
975 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
976
977         * gnus.el (gnus-group-parameter-value): Take an extra param.
978         (gnus-group-fast-parameter): Let group param results be nil.
979
980         * gnus-art.el (gnus-article-forward-header): New function.
981         (article-date-ut): Use it to remove continuation date headers.
982
983         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
984         read-event.
985         (gnus-summary-remove-bookmark): Clean up.
986         (gnus-summary-set-bookmark): Clean up.
987
988         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
989
990         * gnus.el (gnus-group-startup-message): Bind data-directory to
991         the Gnus etc directory.
992
993 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
994
995         * spam.el (spam-summary-prepare-exit): added slots for spam- and
996         ham-processing of articles; use the new
997         spam-group-(spam|ham)-contents-p functions
998         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
999         convenience functions
1000         (spam-mark-junk-as-spam-routine): use the new
1001         spam-group-spam-contents-p function
1002
1003         * gnus.el (spam-process, spam-contents, spam-process-destination):
1004         added new parameters with corresponding global variables
1005         (gnus-group-spam-exit-processor-ifile,
1006         gnus-group-spam-exit-processor-bogofilter,
1007         gnus-group-spam-exit-processor-blacklist,
1008         gnus-group-spam-exit-processor-whitelist,
1009         gnus-group-spam-exit-processor-BBDB,
1010         gnus-group-spam-classification-spam,
1011         gnus-group-spam-classification-ham): added new symbols for the
1012         spam-process and spam-contents parameters
1013
1014         * spam.el (spam-ham-marks, spam-spam-marks): changed list
1015         customization and list itself to store mark symbol rather than
1016         mark character.
1017         (spam-bogofilter-register-routine): added logic to generate mark
1018         values list from spam-ham-marks and spam-spam-marks, so (member)
1019         would work.
1020
1021 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1022
1023         * message.el (message-cross-post-followup-to): Fix comment.
1024
1025 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
1026
1027         * spam.el (spam-ham-marks, spam-spam-marks): changed list
1028         customization and list itself to store mark symbol rather than
1029         mark character.
1030         (spam-bogofilter-register-routine): added logic to generate mark
1031         values list from spam-ham-marks and spam-spam-marks, so (member)
1032         would work.
1033
1034 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
1035
1036         * message.el (message-signature-insert-empty-line): New variable.
1037
1038 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1039
1040         * message.el: Renamed functions and variables: "xpost" ->
1041         "cross-post", "-fup2" -> "-followup-to".
1042         (message-cross-post-old-target, message-cross-post-default,
1043         message-cross-post-note, message-followup-to-note,
1044         message-cross-post-note-function): New variables names.
1045         (message-xpost-old-target, message-xpost-default,
1046         message-xpost-note, message-fup2-note,
1047         message-xpost-note-function): Removed variable names.
1048         (message-cross-post-followup-to-header,
1049         message-cross-post-insert-note, message-cross-post-followup-to):
1050         New function names.
1051         (message-xpost-fup2-header, message-xpost-insert-note,
1052         message-xpost-fup2): Removed function names.
1053
1054 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1055
1056         * message.el (message-send-mail): Added message-cleanup-headers to
1057         prevent newlines in headers.
1058
1059 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1060
1061         * dns.el (dns-make-network-process): Comment.
1062
1063         * gnus-sum.el (gnus-summary-display-while-building): Default to
1064         nil.
1065
1066 2003-01-01  Wes Hardaker  <wes@hardakers.net>
1067
1068         * gnus-sum.el (gnus-summary-display-while-building): New
1069         variable.
1070
1071 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
1072
1073         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
1074         before rearranging the article.
1075
1076 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1077
1078         * nndraft.el (nndraft-generate-headers): New function.
1079         (nndraft-request-associate-buffer): Use it to write headers on
1080         buffer save.
1081
1082         * message.el (message-generate-headers): Let the function be a
1083         lambda form.
1084         (message-draft-headers): New variable.
1085
1086         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
1087         function.
1088         (gnus-setup-message): Use it.
1089
1090         * message.el (message-generate-headers-first): Doc fix.
1091         (message-setup-1): Use new function for getting which headers to
1092         generate.
1093         (message-headers-to-generate): New function.
1094
1095 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
1096
1097         * gnus-agent.el (gnus-agent-save-alist): Make directory.
1098
1099 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
1100
1101         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
1102         mention negatives.
1103
1104 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
1105
1106         * deuglify.el (gnus-outlook-rearrange-article): Use
1107         `transpose-regions' instead of tempering the kill-ring.
1108         (gnus-article-outlook-deuglify-article): Rehighlight article
1109         instead of a complete redisplay.
1110
1111 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
1112
1113         * spam.el: most defvars are defcustoms now
1114
1115         patches from Michael Shields  <shields@msrl.com>
1116
1117         * spam.el (spam-bogofilter-articles): Select the article
1118         body using gnus-summary-show-article t instead of
1119         gnus-summary-select-article; this presents the raw text
1120         without running any hooks.
1121
1122         * spam.el (spam-bogofilter-articles): Use message-remove-header
1123         to remove headers; the old way incorrectly removed just the first
1124         line of folded headers.
1125
1126 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1127
1128         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
1129
1130 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1131
1132         * gnus-start.el (gnus-load): New function.
1133         (gnus-read-newsrc-el-file): Use it.
1134
1135 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1136
1137         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
1138         (gnus-button-handle-apropos-documentation): New function.
1139         (gnus-button-handle-ctan): New function.
1140         (gnus-button-alist): Use them.  Improve some regexps.
1141         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
1142
1143 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1144
1145         * message.el (message-subscribed-p): New function.
1146         (message-send-mail): Use it.
1147         * mml.el (mml-preview-insert-mft): New function.
1148         (mml-preview): Use it.
1149
1150 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1151
1152         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
1153         when sorting by date.
1154
1155         * gnus-art.el (gnus-article-edit-mode): New variable.
1156         (gnus-article-setup-buffer): Warn user about discarding edits.
1157
1158         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
1159         (gnus-summary-pipe-output): Take a symbolic prefix to save all
1160         headers.
1161
1162         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
1163
1164 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1165
1166         * message.el (message-completion-alist): Added "Mail-Followup-To"
1167         and "Mail-Copies-To".
1168
1169 2002-07-21  Jesper harder  <harder@ifa.au.dk>
1170
1171         * gnus-group.el: Add key bindings for
1172         gnus-group-sort-groups-by-real-name and
1173         gnus-group-sort-selected-groups-by-real-name.
1174
1175 2002-07-21  Jesper harder  <harder@ifa.au.dk>
1176
1177         * gnus.texi (Sorting Groups): Add key bindings for
1178         gnus-group-sort-groups-by-real-name and
1179         gnus-group-sort-selected-groups-by-real-name.
1180
1181 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
1182
1183         * spam.el (spam-use-dig): new variable for blackhole checking
1184         through dig.el
1185         (spam-check-blackholes): added dig.el checking functionality and
1186         more verbose reporting; query-dig is autoloaded from dig.el
1187         (spam-use-blackholes): disabled by default
1188         (spam-blackhole-servers): removed rbl.maps.vix.com from the
1189         blackhole servers list
1190
1191 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1192
1193         * message.el (message-required-headers): New variable.
1194
1195 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
1196
1197         * dig.el (query-dig): new function
1198
1199 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1200
1201         * flow-fill.el (fill-flowed): Don't infloop on too long fill
1202         prefixes.
1203
1204         * dns.el (query-dns): Protect against errors.
1205
1206         * gnus-msg.el (gnus-article-yanked-articles): New variable.
1207         (gnus-inews-add-send-actions): Mark all answered messages as
1208         answered.
1209
1210 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
1211
1212         * nnmail.el (nnmail-split-it): Added tracing to
1213         `:' split rule
1214
1215 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
1216
1217         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
1218         and "%s" so we don't overquote them.
1219
1220 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
1221
1222         * (mm-display-external): Display the actual command that has been
1223         executed in the echo area.
1224
1225 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1226
1227         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
1228
1229         * message.el (message-with-reply-buffer): New macro.
1230         (message-fetch-reply-field): Use it.
1231         (message-insert-wide-reply): New command and keystroke.
1232         (message-carefully-insert-headers): New function.
1233         (message-insert-to): Use new function.
1234
1235         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
1236         (gnus-topic-goto-missing-group): Use it.
1237
1238         * message.el (message-required-news-headers): Removed Lines.
1239         (message-reply): Don't insert References first.
1240         (message-followup): Ditto.
1241         (message-make-references): New function.
1242         (message-followup): Set message-reply-headers before generating
1243         the buffer stuff.
1244
1245 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
1246
1247         * mml.el (mml-generate-mime-1): Reverse the order of
1248         encoding/flowing.
1249
1250 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1251
1252         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
1253         after moving them.
1254
1255         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
1256         fit with newer standard format.
1257         (gnus-summary-make-false-root-always): New variable.
1258         (gnus-gather-threads-by-subject): Use it.
1259
1260         * message.el (message-get-reply-headers): Take an address list
1261         optional argument.
1262
1263 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1264
1265         * gnus.el (gnus-keep-backlog): Change default to 20.
1266
1267         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
1268         start.
1269         (gnus-agent-check-overview-buffer): Remove negative article
1270         numbers.
1271
1272         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
1273         (nnmail-cache-ignore-groups): Doc fix.
1274
1275         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
1276         (nnimap-debug-buffer): New variable.
1277         (nnimap-debug): Use it.
1278
1279 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
1280
1281         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
1282
1283 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1284
1285         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
1286         they aren't already sorted.
1287
1288 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
1289
1290         * message.el (message-mode-menu): Add ellipses to menu items
1291         expecting user interaction.
1292         (message-mode-field-menu): do.
1293
1294 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
1295
1296         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
1297         it isn't used any more.
1298
1299 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
1300
1301         * binhex.el (binhex-decoder-program): Fix docstring.
1302
1303 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1304
1305         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
1306         special chars if the mailcap file uses single quotes around %s.
1307         From Laurent Martelli <laurent@bearteam.org>.
1308
1309 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
1310
1311         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
1312         return the info object.
1313
1314 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
1315
1316         * gnus-int.el (gnus-request-update-info): Artificially add
1317         (1 . (1- min)) to the read range, in case the backend doesn't
1318         store marks for nonexistent articles.
1319
1320 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1321
1322         * binhex.el (binhex-insert-char): Eval-and-compile.
1323
1324 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
1325
1326         * lpath.el: Add tool-bar-local-item-from-menu.
1327
1328         * message.el (message-tool-bar-local-item-from-menu): New function.
1329         (message-tool-bar-map): Use it.
1330
1331 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
1332
1333         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
1334
1335         * gnus-art.el (gnus-article-header-rank): Last header in
1336         gnus-sorted-header-list should have higher rank than non-members.
1337
1338 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1339
1340         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
1341         covered methods.
1342
1343 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1344
1345         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
1346         eval-when-compile.  Suggested by Kevin Greiner.
1347
1348 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
1349
1350         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
1351         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
1352         even though no headers may have been fetched
1353         (gnus-agent-fetch-group-1, and perhaps others, require this
1354         behavior).
1355         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
1356         server buffer is constrained by gnus-agent-max-fetch-size.
1357         Multiple chunks in the same group may perform arbitrarily large
1358         updates.
1359
1360 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
1361
1362         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
1363         gnus-summary-update-download-mark to update the article in the
1364         summary.
1365
1366 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
1367
1368         * gnus.el (gnus-summary-high-uncached-face,
1369         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
1370         New faces.
1371
1372         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
1373         added this on 2002-11-23 but it just wasn't working out as
1374         intended.  The idea isn't entirely dead, three new faces
1375         gnus-summary-*-uncached-face are being added to gnus.el to provide
1376         the basis for an improved implementation.
1377         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
1378         proper file to open is lib/servers.
1379         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
1380         (i.e. removing the article from gnus-newsgroup-downloadable) will
1381         now restore the article's default mark rather than simply setting
1382         no mark.
1383         (gnus-agent-get-undownloaded-list): Corrected documentation.
1384         Added code to set new summary local variable,
1385         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
1386         a temporary list.  No longer sets gnus-newsgroup-downloadable.
1387         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
1388         up to date.  Call new gnus-summary-update-download-mark to keep
1389         summary buffer up-to-date.
1390         (gnus-agent-fetch-selected-article): Keep
1391         gnus-newsgroup-undownloaded up to date.
1392         (gnus-agent-fetch-articles): Return list of articles that were
1393         successfully fetched.
1394         (gnus-agent-check-overview-buffer): No more thingatpt.
1395         (gnus-agent-expire): No longer deletes NOV entries of unread
1396         articles.
1397         (gnus-agent-unread-articles): New function.
1398         (gnus-agent-regenerate-group): The article number must be
1399         terminated by a tab character.  Added more messages to report
1400         repairs.  Inhibit quits while writing changes so it is now safe
1401         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
1402         downloaded to 1) resolve the unbound references and 2) avoid
1403         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
1404
1405         * gnus-art.el (gnus-article-prepare): The agent
1406         downloaded/undownloaded mark is no longer stored as the article's
1407         mark.
1408
1409         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
1410         gnus-summary-highlight may use it.  Added downloaded as
1411         gnus-summary-highlight was using it.
1412
1413         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
1414         the download mark now follows Kai's +/- convention.
1415         (gnus-downloaded-mark): Added ?+ mark.
1416         (gnus-summary-highlight): Added rules to select
1417         gnus-summary-high-uncached-face,
1418         gnus-summary-normal-uncached-face, and
1419         gnus-summary-low-uncached-face.  Removed the
1420         gnus-agent-downloaded-article-face.
1421         (gnus-summary-line-format-alist): Implemented the download flag
1422         format (?O) as named in the manual.  This implementation displays
1423         either gnus-undownloaded-mark, gnus-downloaded-mark, or
1424         gnus-no-mark.
1425         (gnus-newsgroup-agentized): New local variable that identifies
1426         which groups are agentized.  While the agent is now on by default,
1427         you don't have to agentize every server that you use.
1428         (gnus-update-summary-mark-positions): Completed support for the
1429         download type of mark.
1430         (gnus-summary-insert-line): Added undownloaded to the parameters.
1431         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
1432         reference by the gnus-summary-line-format-spec.
1433
1434         * nntp.el (nntp-with-open-group): This macro handles dropped or
1435         broken connections by opening a new connection and repeating the
1436         failed command.
1437         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
1438         XOVER commands preceeding the active articles with the nov entry
1439         of the first available article.  When gnus connected to such a
1440         server, the unexpected nov entry would result in duplicate lines
1441         in the agent's overview file.  This patch fixes the duplicate
1442         lines problem and improves performance by skipping over all
1443         articles IDs that preceed the first nov entry in the server's
1444         reply.
1445
1446 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1447
1448         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
1449         (gnus-summary-highlight): Use it instead of `downloaded'.
1450         (gnus-summary-highlight-line): Ditto.
1451
1452         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
1453
1454 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1455
1456         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
1457
1458         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
1459         calls.
1460
1461         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
1462         downloaded variable if we're in an uncovered group.
1463
1464         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
1465         font to soemthing less noticeable.
1466         (gnus-agent-group-covered-p): New function.
1467
1468 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
1469
1470         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
1471         Because of an unknown bug, the group buffer is saved in .overview
1472         file.
1473
1474 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1475
1476         * nntp.el (nntp-send-command): Braino in last commit.  Replace
1477         `and' with `or'.
1478
1479 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1480
1481         * nntp.el (nntp-send-command): Assume that echo does not happen
1482         when nntp-open-connection-function is nntp-open-network-stream.
1483         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
1484
1485 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
1486
1487         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
1488
1489 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
1490
1491         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
1492         nntp-server-buffer if we aren't going to write to it.
1493
1494 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1495         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
1496
1497         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
1498
1499 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1500
1501         * rfc2047.el (rfc2047-decode-region): Remove newlines between
1502         decoded words.
1503
1504 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1505
1506         * gnus.el (fboundp): After loading mm-util, make sure it was the
1507         right one.
1508
1509 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1510
1511         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
1512         gnus-sum.  Made into a user option.
1513
1514         * gnus-sum.el (gnus-simplify-ignored-prefixes)
1515         (gnus-summary-mark-article-as-unread)
1516
1517 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
1518
1519         * time-date.el (date-to-time): Typo.
1520
1521         * parse-time.el: Typo.
1522
1523         * nnsoup.el (nnsoup-retrieve-headers): Typo.
1524
1525         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
1526
1527         * nnimap.el:
1528         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
1529
1530         * mm-encode.el (mm-safer-encoding): Typo.
1531
1532         * messcompat.el: Typo.
1533
1534         * message.el (message-face-alist): Typo.
1535
1536         * imap.el (imap-interactive-login, imap-open): Typos.
1537
1538         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
1539
1540         * gnus.el: Typo.
1541
1542         * gnus-win.el (gnus-configure-frame): Typo.
1543
1544         * gnus-util.el (gnus-atomic-progn-assign): Typo.
1545
1546         * gnus-topic.el (gnus-topic-sort-topics): Typo.
1547
1548         * gnus-sum.el (gnus-summary-article-number)
1549         (gnus-summary-read-group-1, gnus-summary-mark-article)
1550         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
1551
1552         * gnus-mule.el (gnus-mule-add-group): Typo.
1553
1554         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
1555
1556         * gnus-group.el (gnus-group-fetch-faq): Typo.
1557
1558         * gnus-art.el (gnus-decode-header-methods): Typo.
1559
1560         * flow-fill.el: Typo.
1561
1562 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
1563
1564         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
1565
1566 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1567
1568         * gnus-sum.el (gnus-simplify-ignored-prefixes)
1569         (gnus-summary-mark-article-as-unread)
1570         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
1571         Reformatting to avoid long lines.
1572         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
1573
1574 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
1575
1576         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
1577         be accessed through `mail-header-number'.
1578
1579 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1580
1581         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
1582         compressed range to gnus-summary-insert-articles.
1583
1584 2002-11-26  Kevin Ryde <user42@zip.com.au>
1585
1586         * gnus-art.el (gnus-mime-copy-part): Look for filename
1587         parameter under content-disposition, not content-type.
1588
1589         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
1590         (gnus-summary-reselect-current-group): Use it.
1591
1592 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
1593
1594         * gnus-agent.el (gnus-agent-uncached-articles): if
1595         gnus-agent-load-alist fails, return ARTICLES.
1596
1597         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
1598
1599 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1600
1601         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
1602         superfluous function call.
1603         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
1604         Add warning to docstring.
1605
1606 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1607
1608         * gnus-agent.el: Autoload number-at-point instead.
1609         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
1610
1611 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1612
1613         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
1614         require thingatpt (for number-at-point) and protect against
1615         deactivate-mark being unbound (on XEmacs).
1616
1617 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1618
1619         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
1620         print message on entry.
1621
1622         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
1623
1624         * gnus-range.el (gnus-range-difference): New function.
1625         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
1626
1627 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1628
1629         * gnus-sum.el (gnus-summary-insert-old-articles): Use
1630         gnus-remove-from-range instead of gnus-range-difference which
1631         doesn't exist.
1632
1633 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1634         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
1635
1636         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
1637         used for showing which articles have been downloaded.
1638         (gnus-agent-article-alist): Format change.  Add documentation.
1639         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
1640         process-marked articles.
1641         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
1642         in the series are individually fetched to minimize lose of
1643         content due to an error/quit.
1644         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
1645         gnus-message instead of message.
1646         (gnus-agent-read-servers): Use file lib/methods instead of
1647         lib/servers.  TODO: Why?
1648         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
1649         (gnus-agent-get-undownloaded-list): Remove articles that appear to
1650         come from the agent.  This means that they are not downloaded.
1651         (gnus-agent-fetch-selected-article): Don't use history.
1652         (gnus-agent-save-history, gnus-agent-enter-history)
1653         (gnus-agent-article-in-history-p, gnus-agent-history-path):
1654         Removed function; history is not used anymore.
1655         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
1656         (gnus-agent-crosspost): Started rewrite then realized that a typo
1657         in gnus-agent-fetch-articles ensures that this function is never
1658         called.  This will need to be fixed later.
1659         (gnus-agent-check-overview-buffer): Some sanity checks on the
1660         agent overview buffer.  This is a safety net used during
1661         development.
1662         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
1663         changed, write a number to the file indicating this.
1664         (gnus-agent-fetch-headers): Rewrite to respect
1665         gnus-agent-consider-all-articles without relying on the
1666         `.fetched' files.  Make it fast.
1667         (gnus-agent-braid-nov): Change resulting from
1668         gnus-agent-fetch-headers change.
1669         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
1670         `.fetched' files.
1671         (gnus-agent-read-agentview): New function, used by
1672         gnus-agent-load-alist.
1673         (gnus-agent-load-fetched-headers): Remove.
1674         (gnus-agent-save-alist): Rewrite to accomodate new format.
1675         (gnus-agent-fetch-group-1): Make sure list of articles is in the
1676         same order as in gnus-newsgroup-headers.
1677         (gnus-agent-expire): Document and implement extra args ARTICLES,
1678         GROUP, FORCE.  Do not restrict usage.
1679         (gnus-agent-uncached-articles): New function.
1680         (gnus-agent-retrieve-headers): Use it.
1681         (gnus-agent-regenerate-group): No longer needs to be called from
1682         gnus-agent-regenerate.  Individual groups may be regenerated. The
1683         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
1684         The article fetch dates are validated in the article alist.  The
1685         article alist is pruned of entries that do not reference existing
1686         NOV entries.  All changes are computed then applied with
1687         inhibit-quit bound to t.  As a result, it is now safe to quit out of
1688         regeneration.  The optional clean parameter has been replaced with
1689         an optional reread parameter.  Clean is no longer necessary as
1690         regeneration gets the appropriate setting from
1691         gnus-agent-consider-all-articles.  The new reread parameter will
1692         result in fetched, or all, articles being marked as unread.
1693         (gnus-agent-regenerate): Removed code to regenerate the history
1694         file as it is no longer used.
1695
1696         * gnus-start.el (gnus-make-ascending-articles-unread): New
1697         function, for efficient mass-marking.
1698
1699         * gnus-sum.el (gnus-summary-highlight): Use new face for
1700         downloaded articles.
1701         (gnus-article-mark): Prefer to indicate read/unread status over
1702         downloaded status.
1703         (gnus-summary-highlight-line-0): New function, maybe rehighlights
1704         line.
1705         (gnus-summary-highlight-line): Use new face for downloaded
1706         articles.
1707         (gnus-summary-insert-old-articles): Improved performance by
1708         replacing the initial LIST of older articles with a compressed
1709         RANGE of older articles.  Some servers appear to lie about
1710         their active range so the original list could contain millions
1711         of article numbers.  The range is not expanded into a list
1712         until the optional ALL parameter has been applied.
1713
1714 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1715
1716         * gnus-agent.el (gnus-category-mode): Typo in doc string.
1717
1718 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
1719
1720         * spam.el:
1721         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
1722
1723         * spam.el: added `M s t' and `M s x' key mappings
1724
1725 2002-11-20  Simon Josefsson  <jas@extundo.com>
1726
1727         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
1728
1729 2002-11-19  Simon Josefsson  <jas@extundo.com>
1730
1731         * gnus-sum.el (gnus-summary-morse-message): Load
1732         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
1733         (unmorse-region): Autoload it instead.
1734
1735 2002-11-18  Simon Josefsson  <jas@extundo.com>
1736
1737         * gnus-sum.el (gnus-summary-morse-message): New function.
1738         (gnus-summary-wash-map): Bind to `W m'.
1739         (gnus-summary-make-menu-bar): Add.
1740
1741         * nnimap.el (nnimap-request-expire-articles): Compress sequence
1742         before storing \Deleted mark on expired articles.
1743
1744 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
1745         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
1746
1747         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
1748         parens in column 0.
1749
1750 2002-11-17  Juanma Barranquero  <lektu@terra.es>
1751
1752         * nnweb.el (nnweb-google-create-mapping): Fix typo.
1753
1754         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
1755
1756         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
1757
1758 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
1759
1760         * message.el (message-set-auto-save-file-name): Use
1761         make-directory, to avoid the dependence on gnus-util.
1762
1763 2002-11-16  Simon Josefsson  <jas@extundo.com>
1764
1765         * nnimap.el (nnimap-callback-callback-function):
1766         (nnimap-callback-buffer): Removed, these cannot be global but must
1767         be embedded into the callback.
1768         (nnimap-make-callback): New.  Embedd article number, callback and
1769         buffer in function.
1770         (nnimap-callback, nnimap-request-article-part): Update.
1771
1772 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1773
1774         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
1775
1776 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1777
1778         * gnus.el (gnus-summary-line-format): Document %C.
1779
1780 2002-11-11  Simon Josefsson  <jas@extundo.com>
1781
1782         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
1783         output when called interactively.
1784
1785 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1786
1787         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
1788
1789         * message.el (message-draft-coding-system): Improve comment; use
1790         mm-auto-save-coding-system for the default value.
1791
1792         * nndraft.el (nndraft-request-article): Revert to the state before
1793         2002-10-29; regexp-quote mail-header-separator.
1794
1795 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
1796
1797         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
1798         allow editing of drafts from an nnvirtual group.
1799
1800 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1801
1802         * nndraft.el (nndraft-request-article): Replace emacs-mule with
1803         mm-auto-save-coding-system.
1804
1805         * message.el (message-draft-coding-system): Default to
1806         iso-2022-7bit.
1807
1808         * mm-util.el (mm-auto-save-coding-system): Undo last change to
1809         restore the default value to emacs-mule or escape-quoted.
1810
1811 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1812
1813         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
1814         a delayed or a queued article as well as a draft.
1815
1816         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
1817         delayed or a queued article in the raw format; treat a delayed
1818         article as a raw article as well as a draft.
1819         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
1820         for the delayed group.
1821
1822         * nndraft.el (nndraft-request-article): Ignore auto save files for
1823         a delayed or a queued article; don't bother to decode a queued
1824         article; don't bind nnmail-file-coding-system for a queued article.
1825
1826         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
1827         and the queue group.
1828
1829 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
1830
1831         * gnus-group.el (gnus-group-delete-group):
1832         gnus-cache-active-hashtb might be void.
1833
1834 2002-11-02  Simon Josefsson  <jas@extundo.com>
1835
1836         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
1837         setting of the default user ID.  From Raymond Scholz
1838         <ray-2002@zonix.de>.
1839
1840 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
1841
1842         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
1843         charset.
1844
1845 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
1846         From Alex Schroeder <alex@emacswiki.org>
1847         * spam-stat.el (spam-stat-process-directory): add dir to message
1848         (spam-stat-reduce-size): No longer remove words
1849         with values close to 0.5, because the default value is 0.2.
1850
1851 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1852
1853         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
1854         documentation.
1855
1856 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1857
1858         * gnus-agent.el (gnus-agent-fetched-headers)
1859         (gnus-agent-load-fetched-headers)
1860         (gnus-agent-save-fetched-headers): Remove variable and two
1861         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
1862         works better.
1863         (gnus-agent-fetch-headers): New implementation from Kevin
1864         Greiner.  Uses gnus-agent-article-alist to store information
1865         about fetched messages which aren't on the server anymore.  The
1866         trick is to return a list of considered messages to the caller,
1867         but to only fetch those which haven't been fetched yet.
1868
1869 2002-10-30  Simon Josefsson  <jas@extundo.com>
1870
1871         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
1872
1873         * pgg.el (pgg-passphrase-cache-expiry): Removed.
1874
1875 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1876
1877         * mm-view.el (mm-w3m-local-map-property): Make it work with older
1878         versions of emacs-w3m than 1.3.3.
1879
1880         * lpath.el: Bind w3m-minor-mode-map.
1881
1882         * mm-view.el (mm-w3m-mode-command-alist)
1883         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
1884         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
1885         (mm-setup-w3m): Simplified.
1886         (mm-w3m-local-map-property): New function.
1887         (mm-inline-text-html-render-with-w3m): Use it.
1888
1889         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
1890         mm-w3m-local-map-property.
1891
1892 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1893
1894         * mm-util.el (mm-auto-save-coding-system): Default to
1895         iso-2022-7bit.
1896
1897         * nndraft.el (nndraft-request-article): Decode an article using
1898         the coding-system emacs-mule if it seems to have been saved using
1899         emacs-mule.
1900         (nndraft-request-replace-article): Use message-draft-coding-system
1901         instead of mm-auto-save-coding-system for the draft or delayed
1902         group.
1903
1904 2002-10-28  Josh  <huber@alum.wpi.edu>
1905
1906         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
1907         functions.
1908
1909 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1910         From mah@everybody.org (Mark A. Hershberger).
1911
1912         * mm-url.el (mm-url-insert-file-contents): Make it return the same
1913         type values ("url" size) regardless of the values of
1914         mm-url-use-external.
1915
1916 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1917
1918         * nnimap.el (nnimap-request-article-part): Try harder to show
1919         group name in debugging message.
1920
1921 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1922
1923         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
1924         directory if it doesn't exist.
1925         (gnus-agent-fetch-headers): Remove old cruft that tried to
1926         abstain from downloading articles more than once if
1927         gnus-agent-consider-all-articles was true.  This is now done
1928         properly via the .fetched files.
1929
1930 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1931
1932         * nndraft.el (nndraft-request-article): Treat delayed articles
1933         like drafts.
1934
1935 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1936
1937         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
1938
1939 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1940
1941         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
1942         Remove unused optional arg DIR and corresponding code.
1943
1944         * nnimap.el (nnimap-request-article-part): Include group name in
1945         debugging output.
1946
1947 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
1948
1949         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
1950
1951 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1952
1953         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
1954         contains range of headers that have been fetched by the agent
1955         already.  Compare gnus-agent-article-alist.
1956         (gnus-agent-file-header-cache): Like
1957         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
1958         (gnus-agent-fetch-headers): Improve comment.  Revert to old
1959         seen/recent logic.
1960         Remember which headers have been fetched before and don't fetch
1961         them again the next time round.
1962         (gnus-agent-load-fetched-headers)
1963         (gnus-agent-save-fetched-headers): New functions, for remembering
1964         which headers have been fetched before.
1965
1966 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1967
1968         * lpath.el: Remove useless bindings.
1969
1970 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
1971
1972         * gnus-sum.el (gnus-summary-execute-command): Disable visual
1973         features while searching.
1974
1975 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1976
1977         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
1978
1979 2002-10-22  Simon Josefsson  <jas@extundo.com>
1980
1981         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
1982         (pgg-snarf-keys): Add.
1983
1984 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1985
1986         * lpath.el: Fbind bbdb-records.
1987
1988         * spam.el: Don't autoload bbdb-records.
1989
1990 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1991
1992         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
1993         prevent inf-loop.
1994
1995 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1996
1997         * nnslashdot.el: Removed some test lines.
1998         More test.
1999
2000 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2001
2002         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
2003         are known to be downloaded already.
2004
2005 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2006
2007         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
2008         (mm-text-html-washer-alist): Ditto.
2009
2010 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2011
2012         * nnheader.el (nnheader-remove-body): Fix an error of detecting
2013         boundary between headers and body.
2014         * nnml.el (nnml-parse-head): Ditto.
2015
2016 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2017
2018         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
2019         entries.
2020
2021         * gnus-group.el (gnus-fetch-group): Allow an optional
2022         specification of the articles to select.
2023
2024         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
2025
2026 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2027
2028         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
2029         headers from the group, update variable `articles' to contain
2030         only those numbers where headers exist.  (When fetching all
2031         articles in a group, Gnus creates lots of numbers where there is
2032         no articles.)
2033
2034 2002-10-20  Steve Youngs  <youngs@xemacs.org>
2035
2036         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
2037         doesn't have the 'alist custom type, use cons cells instead.
2038         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
2039         (pgg-parse-hash-algorithm-alist): Ditto.
2040         (pgg-parse-compression-algorithm-alist): Ditto.
2041         (pgg-parse-signature-type-alist): Ditto.
2042
2043         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
2044
2045         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
2046
2047         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
2048
2049 2002-10-19  Simon Josefsson  <jas@extundo.com>
2050
2051         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
2052         buffer.
2053
2054 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2055
2056         * gnus-spec.el (gnus-make-format-preserve-properties)
2057         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
2058         properties also on XEmacs.  `gnus-xmas-format' is like format but
2059         preserves text properties on XEmacs (though it only understands
2060         simple format specs).  The variable
2061         `gnus-make-format-preserve-properties' controls whether the
2062         function is used, and is checked in `gnus-parse-simple-format'.
2063         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
2064
2065         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
2066         output.
2067         (gnus-agent-consider-all-articles): New variable.
2068         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
2069         (gnus-agent-fetch-headers): Depending on
2070         gnus-agent-consider-all-articles, maybe get all articles.
2071         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
2072         `read'.
2073         (gnus-predicate-imples-unread): New function.
2074         (gnus-agent-fetch-headers): Optimize to call
2075         gnus-list-of-unread-articles if that is sufficient.
2076         Check unseen and recent instead of seen and recent.
2077         (gnus-agent-fetch-headers): Abstain from calling
2078         gnus-list-range-intersection if range (a . b) would have (> a b).
2079
2080 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2081
2082         * message.el (message-send-mail): Make it possible to perform
2083         edebug-defun.
2084
2085 2002-10-18  Simon Josefsson  <jas@extundo.com>
2086
2087         * gnus-art.el (gnus-button-man-handler): Change default to
2088         `manual-entry' (defined in both emacsen).
2089         (gnus-button-man-handler): Remove emacsen difference and use
2090         `manual-entry'.
2091
2092 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2093
2094         * spam.el: Wrap autoload settings for bbdb-records,
2095         executable-find and ifile-spam-filter with eval-and-compile.
2096         (spam-display-buffer-contents): Remove.
2097         (spam-bogofilter-score): Merge spam-display-buffer-contents.
2098
2099 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
2100
2101         * spam.el (spam-display-buffer-contents): New function.
2102         (spam-bogofilter-score): use spam-display-buffer-contents, patch
2103         from Katsumi Yamaoka <yamaoka@jpl.org>.
2104
2105 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2106
2107         * nnheader.el (nnheader-parse-naked-head): New function.
2108         (nnheader-parse-head): Use the above function, in order to handle
2109         continuation lines properly.
2110         (nnheader-remove-body): New function.
2111         (nnheader-remove-cr-followed-by-lf): New function.
2112         (nnheader-ms-strip-cr): Use the above function.
2113
2114         * gnus-agent.el (gnus-agent-regenerate-group): Call
2115         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
2116         `nnheader-parse-head'.
2117         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
2118
2119         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
2120         continuation lines by itself; call `nnheader-parse-naked-head'
2121         instead of `nnheader-parse-head'.
2122         * nndiary.el (nndiary-parse-head): Ditto.
2123         * nnfolder.el (nnfolder-parse-head): Ditto.
2124         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
2125         * nnmaildir.el (nnmaildir--update-nov): Ditto.
2126         * nnml.el (nnml-parse-head): Ditto.
2127
2128 2002-10-17  Steve Youngs  <youngs@xemacs.org>
2129
2130         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
2131         XEmacs, default to it if featurep 'xemacs.
2132
2133 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2134
2135         * spam-stat.el: Check for the existence of hash functions instead
2136         of the Emacs version to decide whether to load cl.  Suggested by
2137         Kai Gro\e,A_\e(Bjohann.
2138
2139 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2140
2141         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
2142         if it isn't open yet.
2143
2144 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2145
2146         * gnus-group.el: Require mm-url only when compiling.
2147         (gnus-group-fetch-charter): Require mm-url.
2148
2149         * spam-stat.el: Require cl for the functions gethash,
2150         hash-table-count, make-hash-table and mapc for Emacs 20.
2151         (puthash): Alias to cl-puthash for Emacs 20.
2152         (with-syntax-table): New macro for Emacs 20.
2153
2154 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
2155
2156         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
2157
2158 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
2159
2160         * spam.el (spam-check-ifile): added ifile as a spam checking
2161         backend, and spam-use-ifle as the variable to toggle that check.
2162
2163 2002-10-12  Simon Josefsson  <jas@extundo.com>
2164
2165         * message.el (message-beginning-of-line): New variable.
2166         (message-beginning-of-line): Use it.
2167
2168 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
2169
2170         * spam.el: more compilation fixes for BBDB
2171
2172         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
2173         (spam-stat-reduce-size): Interactive.
2174         (spam-stat-reset): New function.
2175         (spam-stat-save): Interactive.
2176
2177 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2178
2179         * gnus.el: Autoload gnus-delay-initialize.
2180
2181         * message.el: Autoload gnus-delay-article.
2182
2183 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
2184
2185         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
2186         text property in Emacs.
2187
2188 2002-10-11  Simon Josefsson  <jas@extundo.com>
2189
2190         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
2191         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
2192
2193         * mml1991.el (mml1991-pgg-sign): Remove CR.
2194
2195 2002-10-10  Simon Josefsson  <jas@extundo.com>
2196
2197         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
2198         decrypt failed.
2199         (mml2015-trust-boundaries-alist): Removed.
2200         (mml2015-gpg-extract-signature-details): Don't use it.
2201         (mml2015-unabbrev-trust-alist): New.
2202         (mml2015-gpg-extract-signature-details): Use it.
2203
2204 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
2205
2206         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
2207         BBDB installed
2208
2209         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
2210         statistical analysis of spam in Lisp only
2211
2212 2002-10-10  Simon Josefsson  <jas@extundo.com>
2213
2214         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
2215         auth, selected or examine state.
2216
2217         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
2218         buffer and error buffer depending on type of information.
2219
2220         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
2221         --status-fd stuff even if gpg.el is not used (revert earlier
2222         change).
2223         (mml2015-pgg-{clear-,}verify): Store both output and errors as
2224         gnus details.
2225         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
2226         buffer.
2227
2228         * pgg.el (pgg-verify-region): Use it.
2229
2230         * pgg-def.el (pgg-query-keyserver): New variable.
2231
2232         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
2233         key-identifier in packet.  Is this a good idea?
2234
2235         * mml.el (mml-mode-map): Add security commands that operates on
2236         MIME parts.
2237         (mml-menu): And menu items for them.
2238
2239         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
2240
2241         * mml.el (mml-parse-1): Support sender in #secure tags.
2242
2243         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
2244         defined.
2245
2246         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
2247         (mml-pgp-encrypt-buffer): Support combined signing.
2248
2249         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
2250         (mml1991-gpg-encrypt): Ditto.
2251         (mml1991-pgg-encrypt): Ditto.
2252         (mml1991-encrypt): Pass sign parameter.
2253
2254         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
2255         (mml-signencrypt-style): Mention the variable.
2256
2257 2002-10-09  Simon Josefsson  <jas@extundo.com>
2258
2259         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
2260         pgg-gpg-user-id.
2261
2262         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
2263         (pgg-fetch-key-function): Nil if w3 is not installed.
2264
2265 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2266
2267         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
2268         gnus-agent-current-history.
2269
2270 2002-10-06  Simon Josefsson  <jas@extundo.com>
2271
2272         * imap.el (imap-parse-status): Don't use read to read token.
2273
2274 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2275
2276         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
2277         for methods not covered by the agent, and when unplugged.
2278
2279 2002-10-05  Simon Josefsson  <jas@extundo.com>
2280
2281         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
2282         signing.
2283
2284         * gnus-agent.el (gnus-agent-read-servers): If getting method from
2285         a named server fails, ignore the server.
2286
2287         * mml1991.el (mml1991-pgg-sign): Do QP.
2288
2289         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
2290         work.
2291
2292 2002-10-04  Simon Josefsson  <jas@extundo.com>
2293
2294         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
2295
2296         * pgg-pgp.el (pgg-pgp-verify-region): Inline
2297         binary-write-decoded-region from MEL.
2298
2299         * pgg.el (pgg-encrypt-region): Support sign.
2300
2301         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
2302
2303         * mml2015.el (mml2015-pgg-encrypt): Ditto.
2304
2305         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
2306         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
2307         branch where PGG was taken from in the ChangeLog entries below.
2308
2309 2002-10-01  Simon Josefsson  <jas@extundo.com>
2310
2311         * pgg-pgp.el: Don't require mel.  Don't use luna.
2312         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
2313         (pgg-pgp-process-region): Use expand-file-name instead of concat.
2314         (pgg-pgp-process-region): Don't use binary-funcall.
2315
2316         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
2317
2318         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
2319         instead of concat.
2320
2321         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
2322
2323 2002-09-29  Simon Josefsson  <jas@extundo.com>
2324
2325         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
2326         compile warnings.
2327
2328         * pgg.el (pgg-decrypt-region): Don't parse packet.
2329
2330         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
2331
2332 2002-09-29  Daiki Ueno <ueno@unixuser.org>
2333
2334         * pgg.el: Remove dependency on calist.el.
2335
2336 2002-09-28  Simon Josefsson  <jas@extundo.com>
2337
2338         * pgg.el (pgg-temporary-file-directory): New variable.
2339         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
2340
2341         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
2342         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
2343
2344         * pgg-parse.el (pgg-char-int): Defalias.
2345         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
2346         (pgg-read-bytes, pgg-read-body): Use it.
2347         (pgg-decode-packets): Don't use MEL, use base64-*.
2348         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
2349         (pgg-string-as-unibyte): Defalias.
2350         (pgg-parse-armor-region): Use it.
2351
2352         * pgg-gpg.el (pgg-gpg-process-region): Use
2353         pgg-temporary-file-directory.
2354
2355         * luna.el: Don't def-edebug.
2356
2357         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
2358         binary-write-decoded-region from MEL.
2359
2360         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
2361
2362         * alist.el, calist.el: Don't require product/APEL.
2363
2364         * pgg-parse.el (top-level): Remove dependency on static.el,
2365         pccl.el, mel.el.
2366         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
2367         `define-ccl-program' is boundp, instead of using broken.
2368
2369 2002-10-01  Simon Josefsson  <jas@extundo.com>
2370
2371         * message.el (message-required-mail-headers): Remove Lines:.
2372
2373 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2374         From Jesper Harder.
2375
2376         * gnus-group.el (gnus-group-fetch-charter,
2377         gnus-group-fetch-control): Prompt for group if given a prefix
2378         argument.
2379         * gnus-sum.el (t): Add gnus-group-fetch-charter and
2380         gnus-group-fetch-control to summary key map and menu.
2381
2382
2383 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
2384
2385         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
2386         number when there are no articles.
2387
2388 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2389
2390         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
2391         arg ALL means to fetch all articles, not only downloadable ones.
2392         (gnus-agent-fetch-selected-article): New function for
2393         gnus-select-article-hook or gnus-mark-article-hook.
2394
2395 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2396         From Peter von der Ahe <nospam2159@daimi.au.dk>.
2397
2398         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
2399         raw-text.
2400
2401 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
2402
2403         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
2404         Pinard).
2405         Major revamp of the code, documentation is in comments in the file
2406         for now.
2407
2408 2002-09-30  Simon Josefsson  <jas@extundo.com>
2409
2410         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
2411         buffer seem to be needed?
2412
2413 2002-09-29  Simon Josefsson  <jas@extundo.com>
2414
2415         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
2416         compile warnings.
2417
2418         * mml1991.el (mml1991-function-alist): Add pgg.
2419         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
2420         (mml1991-pgg-encrypt): Fix recipients querying.
2421
2422 2002-09-28  Simon Josefsson  <jas@extundo.com>
2423
2424         * mml2015.el (autoload): Autoload correct files.  Trivial patch
2425         from dme@dme.org.
2426         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
2427         handle is returned.
2428
2429 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2430
2431         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2432         Protect against non-existent of `nnimap-mailbox-info'.
2433
2434 2002-09-27  Simon Josefsson  <jas@extundo.com>
2435
2436         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
2437         (gnus-setup-news-hook): Use it.
2438         (gnus-after-getting-new-news-hook): Ditto.
2439
2440         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
2441
2442 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2443         From Mats Lidell <matsl@contactor.se>.
2444
2445         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
2446
2447 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2448
2449         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
2450         the part to decode encoded words, use raw words instead of decoded
2451         words.
2452
2453 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2454
2455         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
2456
2457         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
2458         (mm-setup-w3m): Use it.
2459
2460 2002-09-27  Simon Josefsson  <jas@extundo.com>
2461
2462         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
2463         article buffers.
2464
2465         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
2466         it just in case.
2467         (nnimap-update-unseen): New function; update unseen count in
2468         `n-m-info'.
2469         (nnimap-close-group): Call it.
2470
2471         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
2472         (gnus-after-getting-new-news-hook): Ditto.
2473
2474         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
2475         message into verboselevel 9.  Change slow mail check message.
2476         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
2477         (nnimap-fixup-unread-after-getting-new-news): New function, to be
2478         used as a hook after getting new mail.
2479
2480 2002-09-26  Simon Josefsson  <jas@extundo.com>
2481
2482         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
2483         SELECT/EXAMINE is first unseen article, not number of unseen
2484         articles.  Make them distinct by renaming the former to
2485         `first-unseen' instead of `unseen'.
2486
2487         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
2488         too.
2489         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
2490         changed.
2491         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
2492
2493         * gnus-int.el (gnus-server-unopen-status): Defcustom.
2494
2495         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
2496         better.
2497
2498         * mml2015.el (mml2015-pgg-decrypt): Only add security information
2499         if dissecting resulting buffer actually had any information.
2500
2501 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2502
2503         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
2504         because the function `string<' allows symbols.
2505
2506         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
2507
2508 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
2509
2510         * message.el (message-forward-make-body): Revert an early change
2511         because 8-bit utf-8 emails.
2512
2513 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
2514
2515         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
2516         links to Info)
2517         * gnus-art.el (gnus-treat-highlight-signature):
2518         * gnus-art.el (gnus-treat-buttonize):
2519         * gnus-art.el (gnus-treat-buttonize-head):
2520         * gnus-art.el (gnus-treat-emphasize):
2521         * gnus-art.el (gnus-treat-strip-cr):
2522         * gnus-art.el (gnus-treat-unsplit-urls):
2523         * gnus-art.el (gnus-treat-leading-whitespace):
2524         * gnus-art.el (gnus-treat-hide-headers):
2525         * gnus-art.el (gnus-treat-hide-boring-headers):
2526         * gnus-art.el (gnus-treat-hide-signature):
2527         * gnus-art.el (gnus-treat-fill-article):
2528         * gnus-art.el (gnus-treat-hide-citation):
2529         * gnus-art.el (gnus-treat-hide-citation-maybe):
2530         * gnus-art.el (gnus-treat-strip-list-identifiers):
2531         * gnus-art.el (gnus-treat-strip-pgp):
2532         * gnus-art.el (gnus-treat-strip-pem):
2533         * gnus-art.el (gnus-treat-strip-banner):
2534         * gnus-art.el (gnus-treat-highlight-headers):
2535         * gnus-art.el (gnus-treat-highlight-citation):
2536         * gnus-art.el (gnus-treat-date-ut):
2537         * gnus-art.el (gnus-treat-date-local):
2538         * gnus-art.el (gnus-treat-date-english):
2539         * gnus-art.el (gnus-treat-date-lapsed):
2540         * gnus-art.el (gnus-treat-date-original):
2541         * gnus-art.el (gnus-treat-date-iso8601):
2542         * gnus-art.el (gnus-treat-date-user-defined):
2543         * gnus-art.el (gnus-treat-strip-headers-in-body):
2544         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
2545         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
2546         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
2547         * gnus-art.el (gnus-treat-unfold-headers):
2548         * gnus-art.el (gnus-treat-fold-headers):
2549         * gnus-art.el (gnus-treat-fold-newsgroups):
2550         * gnus-art.el (gnus-treat-overstrike):
2551         * gnus-art.el (gnus-treat-display-xface):
2552         * gnus-art.el (gnus-treat-display-smileys):
2553         * gnus-art.el (gnus-treat-from-picon):
2554         * gnus-art.el (gnus-treat-mail-picon):
2555         * gnus-art.el (gnus-treat-newsgroups-picon):
2556         * gnus-art.el (gnus-treat-body-boundary):
2557         * gnus-art.el (gnus-treat-capitalize-sentences):
2558         * gnus-art.el (gnus-treat-fill-long-lines):
2559         * gnus-art.el (gnus-treat-play-sounds):
2560         * gnus-art.el (gnus-treat-translate):
2561         * gnus-art.el (gnus-treat-x-pgp-sig):
2562         * gnus-art.el (gnus-mime-button-line-format):
2563         * gnus-art.el (gnus-button-man-level):
2564         * gnus-art.el (gnus-button-emacs-level):
2565         * gnus-cus.el (gnus-group-parameters):
2566         * gnus-gl.el (bbb-build-mid-scores-alist):
2567         * gnus-group.el (gnus-group-line-format):
2568         * gnus-mlspl.el (gnus-group-split-setup):
2569         * gnus-mlspl.el (gnus-group-split):
2570         * gnus-msg.el (gnus-mailing-list-groups):
2571         * gnus-msg.el (gnus-posting-styles):
2572         * gnus-nocem.el (gnus-nocem-issuers):
2573         * gnus-score.el (gnus-score-regexp-bad-p):
2574         * gnus-srvr.el (gnus-server-line-format):
2575         * gnus-topic.el (gnus-topic-line-format):
2576         * gnus.el (gnus-summary-line-format):
2577         * mail-source.el (mail-sources):
2578         * message.el (message-subscribed-address-file):
2579         * nnmail.el (nnmail-split-fancy):
2580
2581 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
2582
2583         * mail-source.el(mail-source-run-script): use `functionp' to test
2584         whether the argument `script' is in fact a function.
2585         (mail-sources): adjust the defcustom to allow users to specify a
2586         function or a string as the value of the `:prescript' and
2587         `:postscript' arguments of the `file' and `pop3' mail sources.
2588
2589 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
2590
2591         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
2592         number when article 1 does not exist.
2593
2594 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2595
2596         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
2597         apropos if apropos-variable does not exist.
2598         (gnus-button-guessed-mid-regexp)
2599         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
2600         regexes.  From Reiner Steib.
2601         (gnus-button-handle-describe-function)
2602         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
2603         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
2604         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
2605
2606 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
2607         Trivial patch.
2608
2609         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
2610         the file.
2611
2612 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
2613
2614         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
2615
2616 2002-09-24  Simon Josefsson  <jas@extundo.com>
2617
2618         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
2619         (mml2015-use): Prefer PGG if installed.
2620         (mml2015-function-alist): Add PGG wrappers.
2621         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
2622         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
2623         prefix, make regexp optionally skip it.
2624         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
2625         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
2626         (mml2015-pgg-encrypt): New functions.
2627         (defvar, autoload): Prevent byte-compile warnings.
2628
2629 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2630         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
2631
2632         * gnus-art.el (article-strip-banner): Check for the existence of
2633         from header.
2634
2635 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
2636
2637         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
2638         (gnus-button-alist): Improved regexp for
2639         gnus-button-handle-mid-or-mail (false positives), fixed
2640         gnus-button-handle-man entries.
2641         From Reiner Steib.
2642
2643 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
2644         From Josh Huber.
2645
2646         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
2647         nnmail-extra-headers is non-nil.
2648
2649 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
2650
2651         * nnmaildir.el: Store article numbers persistently.  General
2652         revision.
2653         (nnmaildir-request-expire-articles): handle 'immediate and 'never
2654         for nnmail-expiry-wait; delete instead of moving if 'force is
2655         given.
2656
2657 2002-09-23  Simon Josefsson  <jas@extundo.com>
2658         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
2659
2660         * smime.el (smime-sign-buffer): Get key and extra certs.
2661         (smime-get-key-with-certs-by-email): Utility function.
2662
2663 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
2664         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
2665
2666         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
2667         article exists.
2668
2669 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
2670
2671         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
2672
2673 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
2674         From Reiner Steib.
2675
2676         * gnus-art.el (gnus-button-handle-custom,
2677         gnus-button-handle-mid-or-mail,
2678         gnus-button-handle-describe-{function,variable,key},
2679         gnus-button-handle-apropos{,command,variable}): New functions.
2680         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
2681         gnus-button-{man,emacs,mail}-level): New variables.
2682         (gnus-button-alist): Use the above to buttonize emacs and mail
2683         related links.
2684
2685 2002-09-18  Juanma Barranquero  <lektu@terra.es>
2686
2687         * gnus-int.el (gnus-status-message): Fix spacing.
2688
2689         * imap.el (imap-continuation): Fix typos.
2690
2691 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
2692
2693         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
2694
2695         * gnus-art.el (gnus-article-reply-with-original): Correct
2696         with-current-buffer scope.
2697
2698         * message.el (message-completion-alist): Add Reply-To, From, etc.
2699
2700 2002-09-18  Simon Josefsson  <jas@extundo.com>
2701
2702         * nnimap.el (nnimap-request-expire-articles): Make flag setting
2703         conditional.  From Nevin Kapur <nevin@jhu.edu>.
2704
2705 2002-09-17  Simon Josefsson  <jas@extundo.com>
2706
2707         * nnimap.el (nnimap-expiry-target): Don't search for which
2708         articles exists here.
2709         (nnimap-request-expire-articles): Do it here instead.  Only expire
2710         when articles are found.  Suggested by Nevin Kapur
2711         <nevin@jhu.edu>.
2712
2713 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2714         From Reiner Steib <reiner.steib@gmx.de>.
2715
2716         * message.el (message-strip-subject-trailing-was)
2717         (message-change-subject, message-add-archive-header)
2718         (message-xpost-fup2-header, message-xpost-insert-note)
2719         (message-xpost-fup2, message-reduce-to-to-cc): New functions
2720         adopted from message-utils.el.  Add functions to the keymap, mode
2721         describtion and menu.
2722         (message-change-subject,message-xpost-fup2): Signal error if
2723         current header is empty.
2724         (message-xpost-insert-note): Changed insert position.
2725         (message-archive-note): Ensure to insert note in message body (not
2726         in head).
2727         (message-archive-header, message-archive-note)
2728         (message-xpost-default, message-xpost-note, message-fup2-note)
2729         (message-xpost-note-function): New variables adopted from
2730         message-utils.el.  Changed some doc-strings.
2731         (message-mark-insert-{begin,end}): Rename from
2732         message-{begin,end}-inserted-text-mark (message-utils.el), changed
2733         values.
2734         (message-subject-trailing-was-query)
2735         (message-subject-trailing-was-ask-regexp)
2736         (message-subject-trailing-was-regexp): New variables.
2737         (message-to-list-only): Added doc-string and menu entry.
2738
2739         * message-utils.el: Removed.  Functions are now in message.el.
2740
2741 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
2742
2743         * gnus-art.el (gnus-article-reply-with-original,
2744         gnus-article-followup-with-original): Switch to
2745         gnus-summary-buffer before reply/followup.
2746
2747 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
2748
2749         * gnus-sum.el (gnus-summary-toggle-header): The article window may
2750         not exist. Toggle it anyway.
2751
2752 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
2753
2754         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
2755
2756         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
2757         Trivial patch from Urban Engberg <ue@ccieurope.com>.
2758
2759         * rfc2047.el (message-posting-charset): Defvar it.
2760         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
2761         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
2762
2763         * mail-source.el (mail-source-fetch): Hide password.
2764
2765         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
2766
2767 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2768         From John Paul Wallington <jpw@shootybangbang.com>.
2769
2770         * gnus.el (gnus-visual, gnus-meta): Fix typo.
2771
2772 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2773
2774         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
2775
2776 2002-09-11  Simon Josefsson  <jas@extundo.com>
2777
2778         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
2779         (nnimap-split-rule): Doc fix.
2780         (nnimap-request-expire-articles): Cleanup code.
2781
2782 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2783         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
2784
2785         * gnus-art.el (gnus-article-address-banner-alist): New option.
2786         (article-strip-banner): Refer the above option to split banners of
2787         free mail servers, when no group parameter is specified.
2788
2789 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2790
2791         * nntp.el (nntp-wait-for-string): Check for a process in the
2792         current buffer instead of `nntp-server-buffer'.
2793
2794 2002-09-09  Simon Josefsson  <jas@extundo.com>
2795
2796         * gnus-art.el (gnus-button-man-handler): New variable.
2797         (gnus-button-alist): Use g-b-handle-man.
2798         (gnus-button-handle-man): New, call g-b-man-handler.
2799
2800 2002-09-08  Simon Josefsson  <jas@extundo.com>
2801
2802         * gnus-art.el (gnus-button-alist): Buttonize man page links.
2803
2804 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2805
2806         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
2807
2808 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2809
2810         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
2811
2812         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
2813         keystroke.
2814
2815         * gnus-srvr.el (gnus-browse-describe-group): New command and
2816         keystroke.
2817
2818 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2819
2820         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
2821         value for gnus-decoration property.
2822
2823 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2824
2825         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
2826         string) as group name in case we have a CRLF in the file.
2827
2828 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
2829
2830         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
2831         group.
2832         (rfc1843-decode-hzp): do.
2833         (rfc1843-newsgroups-regexp): do.
2834
2835 2002-09-04  Simon Josefsson  <jas@extundo.com>
2836
2837         * message.el (message-canlock-generate): Make sure sha1 doesn't
2838         call external programs.
2839
2840 2002-09-03  Simon Josefsson  <jas@extundo.com>
2841
2842         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
2843
2844         * gnus-agent.el (gnus-agent-batch): Add doc.
2845
2846 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
2847
2848         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
2849         check for signed and encrypted parts.
2850         * mml.el (mml-parse-1): Correct small typo which preventing
2851         setting recipients in a secure tag.
2852
2853 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2854
2855         * mm-util.el (mm-coding-system-priorities): Default to a list of
2856         iso-2022-jp and others for the Japanese environment.
2857
2858 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2859
2860         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
2861         invalid display names.
2862
2863 2002-08-30  Simon Josefsson  <jas@extundo.com>
2864
2865         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
2866         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
2867
2868 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
2869
2870         * gnus.el (gnus-group-charter-alist): New option.
2871         (gnus-group-fetch-control-use-browse-url): New option.
2872
2873         * gnus-group.el (gnus-group-fetch-charter): New function.
2874         (gnus-group-fetch-control): New function.
2875         Add them to the keymap and menu. Require mm-url.
2876
2877 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2878
2879         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
2880         From Alex Schroeder <alex@emacswiki.org>.
2881
2882 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
2883
2884         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
2885         items expecting user interaction.
2886
2887         * gnus-topic.el (gnus-topic-make-menu-bar): do.
2888
2889         * gnus-sum.el (gnus-summary-make-menu-bar): do.
2890
2891         * gnus-srvr.el (gnus-server-make-menu-bar): do.
2892
2893         * mml.el (mml-menu): do.
2894
2895 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2896
2897         * mail-source.el (mail-source-touch-pop): New function.
2898
2899         * message.el (message-smtpmail-send-it): New function.
2900         (message-send-mail-function): Add it for a candidate.
2901
2902 2002-08-27  Simon Josefsson  <jas@extundo.com>
2903
2904         * gnus-msg.el (posting-charset-alist): Use
2905         gnus-define-group-parameter instead of defcustom.
2906         (gnus-put-message): Handle SPC in GCC.
2907         (gnus-inews-insert-gcc): Ditto.
2908         (gnus-inews-insert-archive-gcc): Ditto.
2909
2910 2002-08-26  Simon Josefsson  <jas@extundo.com>
2911
2912         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
2913         (gnus-agentize): Auto agentize all nntp and nnimap groups.
2914         (gnus-agent-possibly-save-gcc): Autoload.
2915         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
2916
2917 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2918
2919         * gnus.el (gnus-other-frame-function): New user option.
2920         (gnus-other-frame): Use it; add a doc-string; make it work with
2921         the gnuclient program.
2922
2923         * gnus-util.el (gnus-frame-or-window-display-name): New function.
2924
2925         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
2926         `device-connection' and `dfw-device'.
2927
2928 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2929
2930         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
2931         positives, make it stricter.  From Jochen Hein (trivial change).
2932
2933 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2934
2935         * gnus.el (gnus-other-frame): Trivial fix.
2936
2937 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2938
2939         * gnus.el (gnus-other-frame-parameters): New user option.
2940         (gnus-other-frame-object): New variable.
2941         (gnus-other-frame): Make it search for existing Gnus frame; don't
2942         read new news; delete frame on exit.
2943
2944         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
2945
2946         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
2947
2948 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2949         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
2950
2951         * message.el (message-set-auto-save-file-name): Add support for
2952         the Cygwin Emacs; the system-type is `cygwin'.
2953         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
2954
2955 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
2956
2957         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
2958
2959         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
2960         avoid arithmetic errors.
2961
2962 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2963
2964         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
2965
2966 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2967
2968         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
2969         (message-ignored-resent-headers): Add envelope From.
2970
2971 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2972
2973         * gnus.el (gnus-summary-line-format): Document %k specifier.
2974
2975 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2976
2977         * gnus-sum.el (gnus-summary-line-message-size): New function.
2978         (gnus-summary-line-format-alist): Use it.
2979
2980 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2981
2982         * gnus-art.el (article-make-date-line): Refer to the value for
2983         `gnus-article-time-format' in the summary buffer.
2984
2985         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
2986
2987 2002-08-14  Simon Josefsson  <jas@extundo.com>
2988
2989         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
2990         quoting.
2991         (gnus-button-alist): Fix doc.
2992         (gnus-header-button-alist): Use ' not ` for default value quoting.
2993         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
2994         rationale similar to 2002-05-01 change.
2995         (gnus-article-add-buttons-to-head): Evaluate expression.
2996
2997         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
2998
2999 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3000
3001         * message.el (message-font-lock-keywords): Refer to the value for
3002         `message-cite-prefix-regexp' dynamically.
3003
3004 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3005
3006         * gnus-art.el (gnus-decode-header-methods): Doc fix.
3007
3008 2002-08-12  Simon Josefsson  <jas@extundo.com>
3009
3010         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
3011         (imap-shell-open): Skip initial junk before IMAP greeting.
3012
3013 2002-08-11  Simon Josefsson  <jas@extundo.com>
3014
3015         * message-utils.el (message-xpost-default,
3016         message-xpost-fup2-header, message-xpost-fup2): Fixed
3017         Typos.  Trivial changes from Reiner Steib
3018         <4uce.02.r.steib@gmx.net>.
3019
3020 2002-08-09  Simon Josefsson  <jas@extundo.com>
3021
3022         * message.el (message-canlock-password): Set
3023         canlock-password-for-verify to newly generated canlock-password.
3024         When Emacs is restarted, Custom makes sure this is set, but during
3025         the same session we must set it manually.
3026
3027 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
3028
3029         * yenc.el: New file.
3030
3031         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
3032         (mm-uu-type-alist): Add yenc.
3033         (mm-uu-yenc-filename): New function.
3034         (mm-uu-yenc-extract): New function.
3035
3036         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
3037
3038 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3039
3040         * dgnushack.el (merge): Don't use coerce.
3041
3042 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
3043
3044         * mailcap.el (mailcap-mime-data): Test window-system rather than
3045         mm-device-type.
3046         (mailcap-mime-data): Call xdvi and gv with "-safer".
3047
3048         * mm-util.el: Don't define mm-device-type.
3049
3050 2002-08-05  Simon Josefsson  <jas@extundo.com>
3051
3052         * mm-util.el (mm-coding-system-priorities): coding-system type not
3053         supported everywhere.
3054
3055 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3056
3057         * gnus.el (gnus-version-number): Bumped version number.
3058
3059 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3060
3061         * gnus.el: Oort Gnus v0.07 is released.
3062
3063 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3064
3065         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
3066         (gnus-article-sort-functions): Doc fix.
3067         (t): New keystroke.
3068         (gnus-article-sort-by-random): New function.
3069         (gnus-thread-sort-by-random): New function.
3070
3071 2002-08-02  Simon Josefsson  <jas@extundo.com>
3072
3073         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
3074         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
3075
3076 2002-07-31  Danny Siu  <dsiu@adobe.com>
3077
3078         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
3079         when splitting malformed messages without message-id
3080
3081 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3082         From Niklas Morberg <niklas.morberg@axis.com>.
3083
3084         * nnweb.el (nnweb-type, nnweb-type-definition)
3085         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
3086         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
3087         functionality.
3088         * nnweb.el: Removed old non-functioning search engines.
3089
3090 2002-07-27  Simon Josefsson  <jas@extundo.com>
3091
3092         * message.el (message-forward-make-body): Don't use
3093         `message-forward-ignored-headers' when doing a "raw" followup (it
3094         is important to preserve e.g. CTE).
3095
3096         * flow-fill.el (fill-flowed): Disable filladapt-mode.
3097
3098         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
3099         regexp-quote, Cyrus Sieve is fixed.
3100
3101         * sieve-manage.el (sieve-manage-deletescript): New function.
3102
3103         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
3104         (sieve-manage-mode): Fix menubar.
3105         (sieve-activate): Change some messages.
3106         (sieve-deactivate-all): New function.
3107         (sieve-deactivate): New alias.
3108         (sieve-remove): New function.
3109         (sieve-help): Fix help.
3110         All suggested by Ned Ludd.
3111
3112 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3113
3114         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
3115         (mm-w3m-safe-url-regexp): New user option.
3116
3117         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
3118         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
3119
3120 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
3121
3122         * gnus-sum.el (gnus-summary-delete-article): Force
3123         nnmail-expiry-target to 'delete, so that absolute deletion
3124         happens when absolute deletion is requested.
3125
3126 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3127         From Nevin Kapur <nevin@jhu.edu>.
3128
3129         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
3130         headers as empty headers.
3131
3132 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3133         From Jochen Hein <jochen@jochen.org>.
3134
3135         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
3136         correct typo.
3137         (gnus-emphasis-strikethru): New face.
3138
3139 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3140         From Jason Merrill <jason@redhat.com>.
3141
3142         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
3143         entire file for each of a sequence of missing articles.
3144
3145         * gnus-salt.el (gnus-binary-display-article): Respect an existing
3146         value for gnus-view-pseudos.
3147
3148         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
3149         avoid nreverse.
3150
3151 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3152         From Ted Zlatanov <teodor.zlatanov@divine.com>.
3153
3154         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
3155         (gnus-summary-mode-line-format-alist): Add %h for number of
3156         spams.
3157         (gnus-newsgroup-spam-marked): New variable.
3158         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
3159         (gnus-article-read-p, gnus-article-mark)
3160         (gnus-set-global-variables, gnus-set-global-variables)
3161         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
3162         (gnus-summary-mark-article-as-unread)
3163         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
3164         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
3165         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
3166
3167 2002-07-10  Simon Josefsson  <jas@extundo.com>
3168
3169         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
3170         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
3171
3172 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
3173
3174         * gnus-sum.el (gnus-summary-delete-article): Respect group
3175         parameters while expiring.
3176
3177 2002-07-08  Simon Josefsson  <jas@extundo.com>
3178
3179         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
3180         Enberg.
3181
3182 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3183
3184         * gnus-art.el (article-unsplit-urls): Only display MIME when this
3185         function is called interactively.  From Niklas Morberg.
3186
3187 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3188
3189         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
3190         cdaar to cdar and car.
3191
3192         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
3193         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
3194
3195 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3196
3197         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
3198         don't break a narrowed article.
3199
3200         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
3201         (nntp-open-via-rlogin-and-telnet): Ditto.
3202
3203 2002-07-02  Didier Verna  <didier@xemacs.org>
3204
3205         * nnmail.el (nnmail-split-methods): fix custom type.
3206
3207 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3208
3209         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
3210         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
3211
3212 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3213
3214         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
3215         (gnus-summary-resend-message): Use it.
3216
3217 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3218
3219         * nntp.el (nntp-via-rlogin-command-switches): New variable.
3220         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
3221
3222 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3223
3224         * message.el (message-font-lock-keywords): Don't fontify
3225         headers in the message body, only in the header.
3226         (message-font-lock-make-header-matcher): New function, used by
3227         message-font-lock-keywords.
3228         From Katsumi Yamaoka <yamaoka@jpl.org>.
3229
3230 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3231
3232         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
3233
3234 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3235
3236         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
3237
3238 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3239
3240         * message.el (message-font-lock-keywords): Revert 2002-06-22
3241         change.
3242
3243 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3244
3245         * message.el (message-font-lock-keywords): Put colon in header
3246         name match.
3247
3248 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3249
3250         * message.el (message-font-lock-keywords): Don't use header faces
3251         in the body.  Thanks to Stefan Monnier for the hint on the
3252         implementation.
3253
3254 2002-05-09  Miles Bader  <miles@gnu.org>
3255
3256         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
3257         (gnus-article-hide-citation): Respect it.
3258
3259 2002-04-12  Juanma Barranquero  <lektu@terra.es>
3260
3261         * pop3.el (pop3-open-server): Fix typo.
3262
3263 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
3264
3265         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
3266         instead of push to ignore duplicate to-(list|address) values.
3267         * nnmail.el (nnmail-cache-ignore-groups): New.
3268         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
3269
3270 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3271
3272         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
3273         before sending.  Suggested by Jan Rychter.
3274
3275 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3276
3277         * dgnushack.el (remove): New compiler macro.
3278         (last, coerce, subseq): Remove compiler macros for those built-in
3279         or unused functions.
3280
3281 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3282
3283         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
3284         sure to write byte-compiled versions of gnus-*-format-alist to
3285         .newsrc.eld.  From Simon Josefsson.
3286
3287 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3288
3289         * gnus-agent.el (gnus-agent-read-servers)
3290         (gnus-agent-write-servers): Put server name (string like
3291         "nnchoke:frumple") in the file instead of a server specification
3292         (Lisp expression like (nnchoke "frumple" ...parameters...)).
3293         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
3294
3295 2002-06-16  Simon Josefsson  <jas@extundo.com>
3296
3297         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
3298         Reiner Steib <4uce.02.r.steib@gmx.net>.
3299
3300 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3301
3302         * nnheader.el (nnheader-file-name-translation-alist): Set the
3303         default value for MS Windows systems.
3304
3305         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
3306
3307 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3308
3309         * message.el (message-beginning-of-line): Keep the region active
3310         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
3311
3312 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
3313
3314         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
3315         * gnus-msg.el (gnus-summary-reply): Ditto.
3316         * gnus-msg.el (gnus-summary-handle-replysign): New.
3317
3318 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3319
3320         * message.el (message-send-mail-with-sendmail): Kill errbuf even
3321         if sending failed.
3322
3323 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
3324
3325         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
3326         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
3327         to sign while encrypting.
3328
3329 2002-06-11  Simon Josefsson  <jas@extundo.com>
3330
3331         * gnus-int.el (gnus-request-move-article): Agent expire article if
3332         successfuly moved.
3333
3334         * nnweb.el (nnweb-google-create-mapping): Honors the value of
3335         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
3336
3337 2002-06-10  Simon Josefsson  <jas@extundo.com>
3338
3339         * gnus-int.el (gnus-request-expire-articles): Fix last change?
3340
3341 2002-06-09  Simon Josefsson  <jas@extundo.com>
3342
3343         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
3344
3345         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
3346
3347 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3348
3349         * flow-fill.el (fill-flowed): Ignore errors.
3350
3351 2002-06-06  Simon Josefsson  <jas@extundo.com>
3352
3353         * message.el (message-send-mail-with-sendmail): Improve error message.
3354
3355 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3356
3357         * message.el (message-interactive): Change default from nil to t.
3358         Better to be safe than to be fast.
3359
3360 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3361
3362         * message.el (message-send-mail-with-sendmail): Check return value
3363         from call-process-region.
3364
3365 2002-06-04  Simon Josefsson  <jas@extundo.com>
3366
3367         * gnus-msg.el (gnus-group-mail, gnus-group-news)
3368         (gnus-group-post-news, gnus-summary-mail-other-window)
3369         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
3370         gnus-article-copy to nil, thereby inhibiting the `header' posting
3371         style match to use data from last viewed article.
3372         Suggested by Hrvoje Niksic.
3373
3374 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3375
3376         * spam.el (spam-point-at-eol): New alias.
3377         (spam-parse-whitelist): Use it.
3378
3379 2002-06-03  Simon Josefsson  <jas@extundo.com>
3380
3381         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
3382         (nnmail-article-group): Use it.
3383
3384 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3385
3386         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
3387         so that code reading them won't be surprised.  From Jesper Harder
3388         <harder@ifa.au.dk>.
3389
3390 2002-05-29  Simon Josefsson  <jas@extundo.com>
3391
3392         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
3393         articles.
3394
3395         * gnus.el (gnus-agent-cache): Doc fix.
3396         (gnus-agent): Change default to t.
3397
3398         * gnus-agent.el (gnus-agent-expire): Make it accept optional
3399         ARTICLES, GROUP and FORCE parameters.
3400
3401 2002-05-28  Simon Josefsson  <jas@extundo.com>
3402
3403         * gnus-group.el (gnus-group-line-format): Doc fix.
3404
3405 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3406
3407         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
3408         original article before yanking.  From Jesper Harder
3409         <harder@ifa.au.dk>.
3410
3411 2002-05-26  Simon Josefsson  <jas@extundo.com>
3412
3413         * gnus-sum.el (gnus-summary-menu-split): New function.
3414         (gnus-summary-make-menu-bar): Split charset submenu.
3415         (gnus-summary-menu-maxlen): New variable.
3416         (gnus-summary-menu-split): Use it.
3417
3418 2002-05-25  Simon Josefsson  <jas@extundo.com>
3419
3420         * mml.el (mml-preview): Generate some headers.
3421
3422         * gnus.el (gnus-large-newsgroup): Fix :type.
3423
3424         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
3425         Agent cache NOV's by default now).
3426         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
3427
3428 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
3429
3430         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
3431         call to gnus-parent-id when we check for References loops.
3432         (gnus-summary-prepare-threads): Avoid simplifying every Subject
3433         twice by saving the simplified subject string in simp-subject.
3434
3435 2002-05-23  Simon Josefsson  <jas@extundo.com>
3436
3437         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
3438         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
3439
3440         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
3441         Niklas Morberg <niklas.morberg@axis.com>.
3442
3443 2002-05-22  Simon Josefsson  <jas@extundo.com>
3444
3445         * sieve.el (sieve-change-region): Define it before it is used.
3446
3447         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
3448         (gnus-summary-reply): Ask for confirmation when replying to news.
3449         Defaults to not ask.  From Benjamin Rutt
3450         <rutt+news@cis.ohio-state.edu>.
3451
3452         * nnimap.el (nnimap-nov-is-evil): Improve doc.
3453
3454 2002-05-21  Simon Josefsson  <jas@extundo.com>
3455
3456         * sieve-mode.el (sieve-manage): Fix autoloads.
3457
3458         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
3459         name (makes it work with recent Cyrus timsieved).
3460
3461 2002-05-20  Jason  <jbaker@cs.utah.edu>
3462         Trivial patch.
3463
3464         * gnus-art.el (gnus-request-article-this-buffer): Try
3465         reconnecting if you don't get the message.
3466
3467 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3468
3469         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
3470         Reply-To headers from the headers.
3471
3472 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3473
3474         * mm-url.el (mm-url-insert): Remove junk message.
3475
3476 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3477
3478         * nnslashdot.el (nnslashdot-request-list): Parse new html.
3479         (nnslashdot-use-front-page): New variable.
3480         (nnslashdot-request-list): Use it.
3481
3482         * mm-url.el (mm-url-timeout): New variable.
3483         (mm-url-retries): Ditto.
3484         (mm-url-insert): Use it.
3485
3486 2002-05-16  Simon Josefsson  <jas@extundo.com>
3487
3488         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
3489         (gnus-simplify-subject-functions): Mention g-s-a-w.
3490
3491 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
3492
3493         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
3494         nnmail-cache-insert.
3495         * nndiary.el (nndiary-request-accept-article): Ditto.
3496         * nnfolder.el (nnfolder-request-accept-article): Ditto.
3497         * nnimap.el (nnimap-request-accept-article): Ditto.
3498         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
3499         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
3500         * nnmbox.el (nnmbox-request-accept-article): Ditto.
3501         * nnmh.el (nnmh-request-accept-article): Ditto.
3502         * nnmail.el (nnmail-cache-insert): Change group to required,
3503         removed code which tried to figure out the group.
3504
3505 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
3506
3507         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
3508         messages. From Hans de Graaff <hans@degraaff.org>.
3509         * nnml.el (nnml-request-accept-article): Pass in the group name to
3510         nnmail-cache-insert, since it's available.
3511
3512 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
3513
3514         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
3515
3516 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3517         From Florian Weimer <fw@deneb.enyo.de>.
3518
3519         * gnus.el (subscribed): New group parameter.
3520         (gnus-find-subscribed-addresses): Use it.
3521
3522 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
3523
3524         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
3525         the default for pgpmime to support pgp v2.
3526         * mml-sec.el (mml-signencrypt-style): New accessor function to
3527         allow users to get/set the signencrypt style more easily without
3528         frobbing the alist directly.
3529         * mml.el (mml-generate-mime-1): Use accessor function.
3530
3531 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3532
3533         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
3534         parenthesis for "<" and ">".  Suggested by Andreas Schwab
3535         <schwab@suse.de>.
3536
3537 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3538
3539         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
3540         when intuiting the group the message is written to.  From Josh
3541         Huber <huber@alum.wpi.edu>.
3542
3543 2002-05-06  Simon Josefsson  <jas@extundo.com>
3544
3545         * gnus-topic.el (gnus-group-topic-parameters): Work when group
3546         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
3547
3548 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
3549
3550         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
3551         argument, and fixed compiler warning. (added autoload for
3552         gpg-encrypt).
3553
3554 2002-05-04  Simon Josefsson  <jas@extundo.com>
3555
3556         * mml1991.el (mml1991-function-alist): Doc fix.
3557
3558         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
3559         doesn't exist (for previewing messages without having Gnus
3560         started).
3561
3562         * mm-util.el (mm-coding-system-priorities): Defcustom.
3563
3564         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
3565
3566 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
3567
3568         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
3569         default.
3570         * mml-sec.el:
3571         * mml-sec.el (mml-signencrypt-style): New.
3572         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
3573         argument `sign'.
3574         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
3575         signencrypt.
3576         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
3577         * mml.el (mml-generate-mime-1): Changed logic so a part which is
3578         both signed & encryped is processed in one operation. (rather than
3579         two separate ops: sign, then encrypt)
3580         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
3581         indication if a message is signed by an expired key.
3582         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
3583         enables combined sign & encrypt operation. (this was always on
3584         before).
3585         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
3586
3587 2002-05-01  Simon Josefsson  <jas@extundo.com>
3588
3589         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
3590         server.
3591         (nnimap-mailbox-info): defvar instead of defvoo.
3592
3593 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3594
3595         * gnus.el: Oort Gnus v0.06 is released.
3596
3597 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3598
3599         * lpath.el: Bind url-package-version.
3600
3601 2002-05-01  Simon Josefsson  <jas@extundo.com>
3602
3603         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
3604         filename before deleting the group itself, because the presence of
3605         a group filename decides if long filenames are used or not.
3606
3607         * gnus-art.el (gnus-button-alist): Don't inline
3608         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
3609         without also modifying g-button-alist.
3610         (gnus-button-alist): Fix type to allow variable as well as regexp.
3611         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
3612         themselves, variables to its contents.
3613         (gnus-button-entry): Ditto.
3614
3615 2002-05-01  Simon Josefsson  <jas@extundo.com>
3616
3617         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
3618         UIDNEXT as a string.
3619
3620         * nnimap.el (nnimap-string-lessp-numerical): New function.
3621         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
3622         integers.
3623
3624 2002-04-29  Simon Josefsson  <jas@extundo.com>
3625
3626         * nnmail.el (nnmail-cache-insert): Accept optional group
3627         parameter.
3628
3629         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
3630         n-r-g-a is disabled.
3631
3632 2002-04-29  Simon Josefsson  <jas@extundo.com>
3633
3634         * nnimap.el (nnimap-split-fancy): Fix doc.
3635         (nnimap-split-fancy): Fix doc.
3636
3637         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
3638         (nnimap-mailbox-info): New internal variable.
3639         (nnimap-retrieve-groups): Implement faster new mail check.
3640
3641         * nnimap.el (nnimap-split-articles): Support
3642         nnmail-cache-accepted-message-ids.
3643         (nnimap-request-accept-article): Ditto.
3644
3645         * imap.el (imap-mailbox-status-asynch): New command.
3646
3647 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
3648
3649         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
3650         are no subscribed mail groups.
3651         - Strip quoted names when comparing addresses
3652
3653 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
3654
3655         * mm-decode.el (mm-text-html-renderer): Change customize type to
3656         const.
3657
3658         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
3659         (gnus-debug-exclude-variables): do.
3660
3661 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3662
3663         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
3664         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
3665
3666 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3667
3668         * dns.el (dns-make-network-process): New macro.
3669         (query-dns): Use it.
3670
3671 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3672
3673         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
3674         article-buffer.
3675
3676         * mm-url.el (mm-url-package-name): New variable.
3677         (mm-url-package-version): New variable.
3678         (mm-url-insert-file-contents): Bind url-package-name and
3679         url-package-version here.
3680         * nnrss.el (nnrss-insert-w3): Move the bindings.
3681
3682         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
3683         url-package-version. Trivial change from Andrew J Cosgriff
3684         <ajc@polydistortion.net>
3685
3686         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
3687         attachments. Trivial change from Peter 'Luna' Runestig
3688         <peter@runestig.com>.
3689
3690 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
3691
3692         * nnkiboze.el (nnkiboze-request-scan): Call
3693         nnkiboze-possibly-change-group.
3694         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
3695         problems.
3696         (nnkiboze-generate-group): Set newsrc to the *highest* article
3697         number kibozed, not the lowest.
3698
3699 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
3700
3701         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
3702
3703 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3704         From Dan Christensen <jdc+news@uwo.ca>.
3705
3706         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
3707         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
3708         Recognize math postings.  Extract Date (now ignores "(15kb)").
3709         Extract email address using gnus-extract-address-components
3710         instead of just taking the first word.  Create Date and From
3711         headers for message which are missing these headers.  Get rid
3712         of spurious \\ lines (purely cosmetic).  Extend body-end and
3713         file-end regexps, to exclude more garbage from the message.
3714         Make URL rephrasing regexp more flexible, to match current
3715         format.
3716
3717 2002-04-23  Simon Josefsson  <jas@extundo.com>
3718
3719         * netrc.el: New file, functions copied from gnus-util.el by Ted
3720         Zlatanov <tzz@lifelogs.com>.
3721
3722         * gnus-util.el: Require netrc.
3723         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
3724         new code in netrc.el.
3725
3726 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3727
3728         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
3729         message-ignored-resent-headers, too.  From Matthieu Moy
3730         <Matthieu.Moy@imag.fr>.
3731
3732 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
3733
3734         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
3735         boolean not a string
3736         * gnus-group.el (gnus-group-line-format): add description of %C
3737         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
3738           as %C
3739         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
3740
3741 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
3742
3743         * nnmaildir.el (nnmaildir-request-scan): typo: set
3744         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
3745         nnmail-get-new-mail for 'find-new-groups.
3746
3747 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
3748
3749         * nnmaildir.el (nnmaildir-request-update-info,
3750         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
3751         unnecessary calls to nnmaildir-request-scan.
3752
3753 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
3754
3755         * gnus-msg.el:
3756         * gnus-msg.el (gnus-message-replysign): New.
3757         * gnus-msg.el (gnus-message-replyencrypt): New.
3758         * gnus-msg.el (gnus-message-replysignencrypted): New.
3759         * gnus-msg.el (gnus-summary-reply): Use the three new variables
3760         (above) to automatically encrypt/sign to encrypted/signed
3761         messages.
3762         * message.el:
3763         * message.el (message-mode-map): Add keybinding for
3764         `message-to-list-only'
3765         * message.el (message-mode): Add description for
3766         `message-to-list-only'
3767         * message.el (message-to-list-only): New.
3768         * message.el (message-make-mft): Changed to use the cl loop macro,
3769         and added optional flag to return only the matched list. (for use
3770         in new message-to-list-only function)
3771
3772 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
3773
3774         * gnus-msg.el:
3775         * gnus-msg.el (gnus-message-replysign):
3776         * gnus-msg.el (gnus-replysign): New.
3777         * gnus-msg.el (gnus-replyencrypt): New.
3778         * gnus-msg.el (gnus-replysignencrypted): New.
3779         * gnus-msg.el (gnus-summary-reply):
3780         * message.el:
3781         * message.el (message-mode-map):
3782         * message.el (message-mode):
3783         * message.el (message-to-list-only): New.
3784         * message.el (message-make-mft):
3785
3786 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
3787
3788         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
3789
3790 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
3791
3792         * message.el (message-gen-unsubscribed-mft): accept a prefix
3793         argument so CC can be included with C-u C-c C-f C-a
3794
3795 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3796         From Ted Zlatanov <teodor.zlatanov@divine.com>.
3797
3798         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
3799         Improve docstring.
3800         (spam-enter-blacklist): New command.
3801
3802         * gnus-sum.el (gnus-spam-mark): New mark.
3803         (gnus-auto-expirable-marks): Add gnus-spam-mark.
3804         (gnus-summary-make-tool-bar): Correct conditional.
3805         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
3806         (gnus-summary-mark-as-spam): New command.
3807
3808 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
3809
3810         * mml-sec.el (mml-secure-message): changed to support arbritrary
3811         modes.
3812         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
3813         changed to support "signencrypt" mode.
3814         * mml.el (mml-parse-1): changed to support different secure modes
3815         more easily. (for signencrypt)
3816
3817 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
3818
3819         * gnus-sum.el (gnus-update-summary-mark-positions)
3820         (gnus-summary-toggle-header):
3821         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
3822         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
3823         (gnus-uu-post-encoded):
3824         * nnfolder.el (nnfolder-possibly-change-group):
3825         * nnimap.el (nnimap-retrieve-headers):
3826         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
3827
3828 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
3829
3830         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
3831         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
3832
3833 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3834
3835         * gnus-srvr.el (gnus-server-set-info): Clear
3836         `gnus-server-method-cache' when `gnus-server-alist' is changed.
3837         From Daiki Ueno <ueno@unixuser.org>.
3838
3839 2002-04-11  Simon Josefsson  <jas@extundo.com>
3840
3841         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
3842         viewing of security buttons.  Thanks to Nicolas Kowalski
3843         <Nicolas.Kowalski@imag.fr>.
3844
3845         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
3846         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
3847         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
3848         <Nicolas.Kowalski@imag.fr>.
3849         (smime-decrypt-buffer): Ditto.
3850
3851 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3852
3853         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
3854         header line.
3855
3856 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
3857
3858         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
3859
3860 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3861
3862         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
3863
3864 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
3865
3866         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
3867         errors when debug.
3868
3869 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
3870
3871         * message.el (message-make-mft): Changed MFT code from using
3872         message-recipients (which included Bcc) to use only the To and CC
3873         headers.
3874
3875 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
3876
3877         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
3878         add link.
3879         (gnus-treat-mail-picon): Ditto.
3880         (gnus-treat-newsgroups-picon): Ditto.
3881         (gnus-picon-databases): Fix custom type.
3882         (gnus-picon-databases): Add link.
3883         (gnus-article-x-face-command): Add to gnus-picon group.
3884
3885 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
3886
3887         * message.el (message-buffer-naming-style): Remove.
3888
3889 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3890
3891         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
3892
3893         * message.el (message-tool-bar-map): Ditto.
3894
3895         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3896
3897 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3898
3899         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
3900
3901 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
3902
3903         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
3904
3905 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
3906         Trivial patch.
3907
3908         * dns.el: open-network-stream under XEmacs does udp.
3909
3910 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
3911
3912         * spam.el (spam-enter-whitelist): New function.
3913         (spam-parse-whitelist): Ditto.
3914         (spam-refresh-list-cache): Ditto.
3915         (spam-address-whitelisted-p): New function.
3916
3917         * dns.el (query-dns): Use TCP when make-network-process isn't
3918         available.
3919         (dns-servers): New variable.
3920         (dns-parse-resolv-conf): New function.
3921         (query-dns): Use it.
3922
3923         * spam.el: New file.
3924
3925         * dns.el (query-dns): Test.
3926
3927 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3928
3929         * lpath.el (featurep): Bind make-network-process.
3930
3931 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
3932
3933         * nnmaildir.el: Use defstruct.  Use a single copy of
3934         nnmail-extra-headers to save memory.  Store server's group name
3935         prefix instead of each group's prefixed name.
3936         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
3937         nntp-server-buffer.
3938
3939 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3940
3941         * dns.el: New file.
3942
3943 2002-03-28  Simon Josefsson  <jas@extundo.com>
3944
3945         * gnus-sum.el (gnus-summary-dummy-line-format):
3946         * gnus.el (gnus-summary-line-format): Fixing links to Info.
3947         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
3948
3949 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3950
3951         * gnus-sum.el (gnus-summary-move-article)
3952         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
3953         the doc string.
3954
3955 2002-03-28  Simon Josefsson  <jas@extundo.com>
3956
3957         * mml-sec.el (mml-secure-message): Search after
3958         mail-header-separator from top of message.
3959
3960 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
3961
3962         * nnmaildir.el: Cosmetic changes.
3963         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
3964         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
3965         nnmaildir--group-ls): New macros/functions.  Use them.
3966         (nnmaildir--unlink): Evalutate argument only once.
3967
3968 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
3969
3970         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
3971         symbols.
3972         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
3973         `gnus-point-at-eol'.
3974
3975 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
3976
3977         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
3978         nnmaildir--marks-dir): New macros.  Use them.
3979         Use inhibit-quit for atomicity instead of in-memory journaling.
3980         (nnmaildir--edit-prep): New function.
3981         (Local Variables): Use it.
3982
3983 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
3984
3985         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3986
3987 2002-03-25  Simon Josefsson  <jas@extundo.com>
3988
3989         * message.el (message-mode): Fix doc.
3990
3991 2002-03-25  Simon Josefsson  <jas@extundo.com>
3992
3993         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
3994         Matthieu Moy <Matthieu.Moy@imag.fr>.
3995
3996 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
3997
3998         * mml-sec.el (mml-unsecure-message): Add docstring.
3999
4000 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
4001
4002         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
4003         value.
4004         Trivial change from andre@slamdunknetworks.com
4005
4006 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
4007
4008         * mml.el (mml-mode-map): Added a keybinding for
4009         `mml-unsecure-message'.  Also, added a menu entry for said
4010         function in the Attachments menu.
4011
4012 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4013
4014         * canlock.el (canlock-version): Remove.
4015         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
4016         here; simplify \x insertions.
4017         (canlock-sha1): New function, always return a unibyte string.
4018         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
4019         of a password.
4020         (canlock-insert-header): Use `canlock-sha1'.
4021         (canlock-verify): Ditto.
4022
4023 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
4024
4025         * message.el (message-fix-before-sending): Add an option that
4026         ignores illegible text.
4027         Trivial change from Mark Milhollan <mlm@attglobal.net>
4028
4029         * message.el (message-font-lock-keywords): Support multi-line MML
4030         tags.
4031
4032         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
4033         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
4034
4035 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4036
4037         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
4038         symbols for "View as different encoding" submenu.
4039
4040 2002-03-19  Simon Josefsson  <jas@extundo.com>
4041
4042         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
4043         encoding" submenu.
4044
4045 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4046
4047         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
4048
4049 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4050
4051         * gnus-sum.el (gnus-sum-thread-tree-root)
4052         (gnus-sum-thread-tree-single-indent)
4053         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
4054         (gnus-sum-thread-tree-leaf-with-other)
4055         (gnus-sum-thread-tree-single-leaf): Make customizable.
4056
4057 2002-03-16  Simon Josefsson  <jas@extundo.com>
4058
4059         * gnus-util.el (gnus-extract-address-components): Don't break on
4060         names such as James "Kibo" Parry.  From Francis Litterio
4061         <franl@world.std.com>.
4062
4063 2002-03-13  Simon Josefsson  <jas@extundo.com>
4064
4065         * pop3.el (pop3-open-server): Revert multibyte change.  From
4066         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
4067
4068         * message.el (message-send-mail-with-qmail): Make it work.  From
4069         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
4070
4071 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
4072
4073         * message.el (message-make-mft): Set case-fold-search while
4074         generating the MFT.  Also, a little cleanup in the MFT code.
4075
4076 2002-03-12  Simon Josefsson  <jas@extundo.com>
4077
4078         * message.el (message-qmail-inject-args): May be function.
4079         (message-send-mail-with-qmail): Call function if m-q-i-a is
4080         function.  From fn@hungry.org (Faried Nawaz).
4081
4082 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
4083
4084         * message.el (message-abbrevs-loaded): Remove.
4085         (mailabbrev): Require it.
4086
4087         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
4088
4089 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4090
4091         * pop3.el (pop3-open-server): Set process buffer unibyte.
4092
4093 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4094
4095         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
4096
4097 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
4098
4099         * nnslashdot.el (nnslashdot-request-article): Remove javascript
4100         too.
4101
4102 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
4103
4104         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
4105         duplication.
4106         (gnus-summary-save-parts-type-history): Ditto.
4107         (gnus-summary-save-parts-last-directory): Ditto.
4108         Trivial change from andre@slamdunknetworks.com
4109
4110 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
4111
4112         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
4113
4114 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4115
4116         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
4117         -->" as the end of the first article.
4118
4119         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
4120         From Matthieu Moy <Matthieu.Moy@imag.fr>
4121
4122         * message.el (message-add-action): Use add-to-list.
4123         (message-delete-action): New function.
4124
4125         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
4126         pieces.
4127
4128 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
4129
4130         * nnnil.el: New file.
4131         * gnus.el (gnus-valid-select-methods): Include nnnil.
4132
4133 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
4134
4135         * message.el (message-syntax-checks): Because canlock is
4136         supported, we disable sender syntax check.
4137         (message-shoot-gnksa-feet): Add cancel-messages option doc.
4138
4139         * gnus-draft.el (gnus-draft-send): If interactive, use its default
4140         value of message-syntax-checks.
4141
4142         * qp.el (quoted-printable-decode-region): Doc addition.
4143         From: Eli Zaretskii <eliz@is.elta.co.il>
4144
4145         * mail-source.el (make-source-make-complex-temp-name): Use
4146         make-temp-file.
4147
4148         * mm-util.el (mm-make-temp-file): New function.
4149         * nneething.el (nneething-file-name): Use it.
4150         * mml-smime.el (mml-smime-encrypt): Ditto.
4151         * mm-view.el (mm-inline-wash-with-file): Ditto.
4152         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
4153         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
4154         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
4155         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
4156         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
4157         * gnus-art.el (gnus-mime-print-part): Ditto.
4158
4159 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
4160
4161         * message.el (nnmaildir-article-number-to-base-name): New
4162         function.
4163         (nnmaildir-base-name-to-article-number): New function.
4164
4165 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4166
4167         * smime.el (smime-make-temp-file): Don't quote
4168         `temporary-file-directory'.
4169
4170 2002-03-04  Simon Josefsson  <jas@extundo.com>
4171
4172         * smime.el (smime-sign-region): Rename argument keyfiles to
4173         keyfile. You only sign something with one key.
4174         (smime-sign-buffer): Better completing-read prompt.
4175         (smime-decrypt-buffer): Ditto.
4176
4177         * smime.el (smime-make-temp-file): Make it work under XEmacs.
4178
4179         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
4180         completing-read.
4181         (mm-view-pkcs7-decrypt): CRLF->LF.
4182
4183 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
4184
4185         * message.el (message-hierarchical-addresses): New variable.
4186         (message-get-reply-headers): Use it.
4187         From Ted Zlatanov <teodor.zlatanov@divine.com>
4188
4189 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
4190
4191         * message.el (message-mode): If buffer-file-name, don't set auto
4192         save file name.
4193         Trivial change from Geoff Greene <ggreene@wpi.edu>
4194
4195 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4196
4197         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
4198         takes one argument in read-char.
4199
4200         * message.el (message-fix-before-sending): Forward a char.
4201         Check mmu-multibyte-p, add control-1.
4202
4203 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4204
4205         * gnus-start.el (gnus-read-init-file): Ditto.
4206
4207         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
4208
4209         * dgnushack.el (dgnushack-make-load): Ditto.
4210
4211         * mail-source.el (mail-source-fetch): Extract the right error
4212         code.
4213
4214         * message.el (message-fix-before-sending): Check illegible text.
4215
4216         * gnus-util.el (gnus-multiple-choice): New function.
4217
4218         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
4219         also defined in gnus-score.el.
4220
4221 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
4222
4223         * message.el (message-get-reply-headers): downcase email addresses
4224         for comaparisons for duplicate removal.
4225
4226 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4227
4228         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
4229         implementation of PKCS#7, which just allows users read the
4230         message.
4231         (mm-view-pkcs7): Use it.
4232
4233 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4234
4235         * gnus.el (large-newsgroup-initial): New parameter.
4236
4237         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
4238         (gnus-summary-insert-old-articles): Ditto.
4239
4240 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4241
4242         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
4243         used as the default answer of the question, "How many articles?".
4244         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
4245
4246         * nnagent.el (nnagent-retrieve-headers): Remove articles with
4247         small numbers.
4248
4249 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
4250
4251         * deuglify.el: Fix comments.
4252
4253 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
4254
4255         * html2text.el (html2text-clean-anchor): If there is no HREF,
4256         insert nothing.
4257
4258         * mml.el (mml-generate-mime-1): Add cdr.
4259         From: andre@slamdunknetworks.com
4260
4261         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
4262         (mm-text-html-washer-alist): Ditto.
4263
4264         * mm-decode.el (mm-text-html-renderer): Add html2text.
4265
4266         * html2text.el: Face lift.
4267
4268         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
4269
4270 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
4271
4272         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
4273
4274         * deuglify.el: Change copy right. Add autoload. Add coding-system.
4275
4276         * deuglify.el: New file. The original file name is
4277         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
4278
4279         * mm-decode.el (mm-display-external): Use
4280         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
4281
4282 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
4283
4284         * nnmaildir.el (nnmaildir-request-list): Report the highest
4285         article number, not the total number of articles.
4286
4287 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
4288
4289         * gnus-sum.el: Move uu key map here.
4290         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
4291
4292 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
4293
4294         * nnmaildir.el (nnmaildir-request-expire-articles): Use
4295         nnmail-expiry-wait* if expire-age parameter is not set.
4296
4297 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
4298
4299         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
4300         function.
4301         (gnus-group-sort-selected-groups-by-real-name): New function.
4302         (gnus-group-make-menu-bar): Add sort by real name.
4303
4304         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
4305         rebuild.
4306         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
4307         nil as dependencies as well.
4308
4309 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
4310
4311         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
4312         for mime-parts.
4313
4314         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
4315
4316         * gnus-group.el (gnus-group-name-decode): Don't test
4317         multibyte-string, because it breaks XEmacs.
4318         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
4319
4320         * message.el (message-send-mail): Be talkative.
4321
4322         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
4323         (mm-automatic-display): Ditto.
4324
4325         * mailcap.el (mailcap-mime-data): Ditto.
4326         From: Reiner Steib <4uce.02.r.steib@gmx.net>
4327
4328 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4329
4330         * many files: Remove trailing whitespaces, replace spc+tab with
4331         tab, replace leading whitespaces with tabs.
4332
4333 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
4334
4335         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
4336         articles with no body and no blank line after the header.
4337
4338 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4339
4340         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
4341         parts.
4342
4343         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
4344         non-ascii chars.
4345
4346         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
4347
4348         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
4349         w3-delay-image-loads.
4350         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
4351         (mm-w3-prepare-buffer): Ditto.
4352
4353         * mail-source.el (mail-source-fetch-directory): Run scripts.
4354
4355 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4356
4357         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
4358         for Majordomo confirmations.
4359
4360 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4361
4362         * gnus-fun.el (gnus-respond-to-confirmation): New command.
4363
4364 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4365
4366         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
4367
4368 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
4369
4370         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
4371         References header field.  From Mark Thomas <mthomas@cmu.edu>.
4372
4373 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4374
4375         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
4376         (mm-inline-render-with-stdin): Ditto.
4377         (mm-inline-render-with-function): Ditto.
4378         (mm-inline-wash-with-file): Bind coding-system-for-write.
4379         (mm-inline-wash-with-stdin): Ditto.
4380
4381 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4382
4383         Suggested by Felix Natter <fnatter@gmx.net>
4384
4385         * gnus-art.el (gnus-mime-view-part-externally): Rename from
4386         gnus-mime-externalize-view.
4387         (gnus-mime-view-part-internally): Rename from
4388         gnus-mime-internalize-view.
4389         (gnus-article-view-part-externally): Rename from
4390         gnus-article-externalize-part.
4391         (gnus-mime-action-alist): Change correspondingly.
4392         (gnus-mime-button-commands): Ditto.
4393         (gnus-mime-action-alist): Remove duplication.
4394
4395         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
4396
4397 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4398
4399         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
4400
4401         * gnus-art.el (gnus-display-mime): Use it.
4402
4403         * mm-partial.el (mm-partial-find-parts): Use it.
4404
4405         * gnus-sum.el (gnus-article-loose-mime): Rename from
4406         gnus-article-no-strict-mime.
4407         (gnus-summary-save-parts): Use it.
4408
4409 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4410
4411         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
4412         local variable.
4413
4414         * gnus-art.el (article-display-x-face): Don't sort multiple
4415         X-Faces.
4416
4417 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4418
4419         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
4420         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
4421
4422         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
4423
4424 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4425
4426         Some ideas is inspired by code from Hrvoje Niksic
4427         <hniksic@arsdigita.com>
4428
4429         * gnus-art.el (gnus-article-wash-function): Set the default to
4430         nil, so that we use mm-text-html-renderer instead.
4431         (article-wash-html): Use mm-text-html-renderer.
4432
4433         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
4434         (mm-text-html-renderer): New variable.
4435         (mm-inline-text-html-renderer): Set the default to nil, so that we
4436         use mm-text-html-renderer instead.
4437
4438         * mm-view.el (mm-inline-text-html): New function.
4439         (mm-text-html-renderer-alist): New variable.
4440         (mm-inline-text-vcard): New function.
4441         (mm-inline-text): Split.
4442         (mm-links-remove-leading-blank): New function.
4443         (mm-inline-render-with-file): New function.
4444         (mm-inline-render-with-stdin): New function.
4445         (mm-inline-render-with-function): New function.
4446         (mm-text-html-washer-alist): New variable.
4447         (mm-inline-wash-with-file): New function.
4448         (mm-inline-wash-with-stdin): New function.
4449
4450 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4451
4452         * message-utils.el: Fix installation doc.
4453         From: Reiner Steib <4uce.02.r.steib@gmx.net>
4454
4455 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
4456
4457         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
4458         (gnus-post-method): Use it.
4459         (gnus-summary-cancel-article): Find the correct post-method.
4460
4461         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
4462         * message.el (message-send-news): Ditto.
4463         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
4464         <ipmonger@delamancha.org>
4465
4466         * gnus.el (gnus-select-method): Fix doc.
4467         (gnus-server-string): Use 'using nntp'.
4468
4469         * gnus-agent.el (gnus-slave-unplugged): New command.
4470         From: Felix Natter <fnatter@gmx.net>
4471
4472 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4473
4474         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
4475         Call edit-done-function first, then change the window
4476         configuration.
4477         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
4478         (gnus-article-edit-mode): mml-mode.
4479
4480         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
4481         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
4482
4483         * message-utils.el: Adopt the file.
4484
4485         * message-utils.el: New file.
4486         From Holger Schauer <Holger.Schauer@gmx.de>
4487
4488 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
4489
4490         * gnus-sum.el (gnus-summary-move-article): Select-article only
4491         when gnus-move-split-methods is non-nil. And we don't render or
4492         mark the article.
4493
4494         * gnus-fun.el (gnus-shell-command-to-string): New function.
4495         (gnus-shell-command-on-region): New function.
4496         (gnus-random-x-face): Use them.
4497         (gnus-x-face-from-file): Ditto.
4498         (gnus-convert-image-to-gray-x-face): Ditto.
4499         (gnus-convert-gray-x-face-to-xpm): Ditto.
4500         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
4501
4502 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4503
4504         * gnus-art.el (gnus-treat-display-xface): Don't use
4505         `shell-command-to-string' when compiling.
4506         (gnus-treat-display-grey-xface): Ditto.
4507
4508 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
4509
4510         * nnmaildir.el (nnmaildir--article-count): If the group is
4511         completely empty, report minimum article number as 1 instead of 0.
4512
4513 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
4514
4515         * gnus-agent.el (gnus-get-predicate): Use nconc.
4516
4517         * gnus-sum.el (gnus-summary-display-make-predicate): Use
4518         gnus-summary-display-cache as cache.
4519
4520         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
4521         (nndoc-mail-in-mail-type-p): New function.
4522         (nndoc-mail-in-mail-article-begin): New function.
4523
4524 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
4525
4526         * mailcap.el (mailcap-mime-data): Use enriched-decode.
4527
4528         * gnus-cite.el (gnus-article-fill-cited-article): Bind
4529         use-hard-newlines to nil.
4530
4531         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
4532         image is not available if window-system is not available.
4533
4534         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
4535
4536 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4537
4538         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
4539         bookmark, because update-mark doesn't handle it correctly.
4540
4541 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
4542
4543         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
4544         directly instead of calling message-send-mail.
4545
4546         * gnus-start.el (gnus-read-descriptions-file): Use
4547         gnus-default-charset.
4548
4549         * mm-util.el (mm-guess-mime-charset): New function.
4550
4551         * gnus.el (gnus-default-charset): Use it.
4552         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
4553         the default.
4554
4555 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4556
4557         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
4558         (article-display-x-face): Use it.  Disable grey xface, if
4559         uncompface is not found.
4560
4561         * message.el (message-mode): Don't enable multibyte on an indirect
4562         buffer.
4563
4564         * nnrss.el (nnrss-content-function): New variable.
4565         (nnrss-request-article): Use it.
4566
4567 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4568
4569         * gnus.el: Add article-unsplit-urls.
4570         * gnus-sum.el: Ditto.
4571         * gnus-art.el (gnus-treat-strip-cr): New variable.
4572         (gnus-treatment-function-alist): Use it.
4573         (article-unsplit-urls): New function.
4574         (gnus-article-make-menu-bar): Use it.
4575         From: Michael Cook <michael.cook@cisco.com>
4576
4577 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4578
4579         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
4580         copy.
4581
4582 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
4583
4584         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
4585         with internal whitespace.
4586         (gnus-parent-id): Ditto.
4587
4588 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
4589
4590         * gnus-art.el (gnus-article-treat-body-boundary): Add
4591         gnus-decoration property.
4592         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
4593
4594         * message.el (message-mode): Set local-abbrev-table.
4595         From Matt Armstrong <matt@lickey.com>.
4596
4597         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
4598         too many spaces.
4599
4600         * rfc2047.el (rfc2047-unfold-region): Ditto.
4601         (rfc2047-decode-region): Don't unfold. Let
4602         gnus-article-treat-unfold-headers do it.
4603
4604         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
4605         From: Jesper Harder <harder@ifa.au.dk>
4606
4607 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4608
4609         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
4610         (gnus-configure-posting-styles): Use it.
4611         (gnus-configure-posting-styles): Remove trailing newspaces.
4612
4613 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4614
4615         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
4616         is non-nil.
4617
4618         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
4619
4620         * gnus.el (gnus-server-to-method): Switch position with
4621         gnus-server-get-method.
4622         (gnus-agent): Add doc.
4623
4624         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
4625         (gnus-summary-save-parts): Use it.
4626
4627         * gnus-art.el (gnus-display-mime): Use it.
4628         * mm-partial.el (mm-partial-find-parts): Use it.
4629
4630         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
4631
4632         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
4633         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
4634
4635         * nnagent.el (nnagent-request-expire-articles): Don't delete
4636         files.
4637
4638 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
4639
4640         * message.el (message-gen-unsubscribed-mft): New function.
4641         From Sriram Karra <karra@cs.utah.edu>.
4642
4643         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
4644         open parenthesis.
4645
4646         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
4647         (mm-inline-text-html-render-with-w3): Ditto.
4648         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
4649         Suggested by Dave Love  <d.love@dl.ac.uk>.
4650
4651         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
4652
4653         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
4654         * nntp.el (nntp-send-command): Ditto.
4655         * nntp.el (nntp-send-command-nodelete): Ditto.
4656
4657 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
4658
4659         * mm-url.el (mm-url-load-url): New function.
4660         (mm-url-insert-file-contents): Use it.
4661
4662         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
4663
4664         * message.el (message-forward-make-body): Correctly copy
4665         forward-buffer.
4666
4667         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
4668
4669 2002-02-04  Simon Josefsson  <jas@extundo.com>
4670
4671         * gnus-art.el (gnus-article-followup-with-original): Mark with
4672         force, prevent errors when following up from article buffer.
4673         (gnus-article-reply-with-original): Ditto.
4674
4675         * binhex.el (binhex-decoder-switches): Fix doc.  From
4676         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
4677
4678 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
4679
4680         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
4681         highlight-citation after emphasize.
4682
4683 2002-02-04  Simon Josefsson  <jas@extundo.com>
4684
4685         * nnfolder.el (nnfolder-open-marks):
4686
4687         * nnml.el (nnml-open-marks): Message when done.  From David
4688         Edmondson <dme@sun.com>.
4689
4690 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
4691
4692         * imap.el (imap-anonymous-auth): Fix typo.
4693         From: Steinar Bang <sb@dod.no>
4694
4695         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
4696         save-excursion.
4697         (gnus-cache-braid-heads): Ditto.
4698
4699         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
4700         line, because there are extra articles in the overview buffer.
4701
4702         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
4703
4704         * message.el (message-forward-rmail-make-body): Directly use
4705         rmail-msg-restore-non-pruned-header to avoid calling
4706         vertical-motion.
4707
4708 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4709
4710         * gnus-cache.el (gnus-summary-insert-cached-articles):
4711         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
4712
4713         * gnus-group.el (gnus-group-mark-article-read): Nreverse
4714         gnus-newsgroups-unselected.
4715
4716         * gnus-agent.el (gnus-summary-set-agent-mark): Use
4717         gnus-add-to-sorted-list.
4718
4719         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
4720         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
4721         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
4722         (gnus-update-read-articles): UNREAD is sorted.
4723         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
4724         (gnus-newsgroup-marked, gnus-newsgroup-cached)
4725         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
4726         (gnus-newsgroup-dormant): Require sorted.
4727
4728         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
4729         directories.
4730         (gnus-dired-print): New function.
4731
4732         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
4733         ps-despool.
4734
4735 2002-02-02  Simon Josefsson  <jas@extundo.com>
4736
4737         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
4738
4739 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4740
4741         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
4742         t. This makes gnus-agent customizable without putting
4743         gnus-agentize into .gnus.
4744
4745         * gnus.el (gnus-agent): Make it customizable.
4746
4747         * gnus-dired.el: New file.
4748         From Benjamin Rutt <brutt@bloomington.in.us>
4749
4750         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
4751         if no article.
4752         (gnus-cache-possibly-remove-article): Ditto.
4753         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
4754
4755 2002-02-01  Simon Josefsson  <jas@extundo.com>
4756
4757         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
4758
4759 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4760
4761         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
4762         (mm-setup-w3m): Don't bind keys listed in the above.
4763
4764 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4765
4766         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
4767         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
4768         is non-nil; bind `w3m-force-redisplay' with nil.
4769
4770         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4771
4772         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
4773
4774 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
4775
4776         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
4777         use mail-header-unfold-field.
4778
4779         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
4780         gnus-summary-limit.
4781
4782         * gnus-range.el (gnus-add-to-sorted-list): New function.
4783         * gnus-sum.el (gnus-mark-article-as-read): Use it.
4784         (gnus-mark-article-as-unread): Ditto.
4785         (gnus-summary-mark-article-as-unread): Ditto.
4786         (gnus-build-get-header): Ditto.
4787         (gnus-summary-prepare-threads): Ditto.
4788         (gnus-summary-insert-pseudos): Ditto.
4789         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
4790         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
4791         (gnus-summary-insert-old-articles): Ditto.
4792
4793         * gnus-msg.el (gnus-posting-styles): Add new format of header.
4794         (gnus-configure-posting-styles): Support the new format.
4795
4796         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
4797         edebug-form-spec to (sexp body).
4798         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
4799
4800         * message.el (message-reply-headers): Add doc.
4801
4802 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4803
4804         * gnus-group.el (gnus-group-delete-group): Nix the entry in
4805         gnus-cache-active-hashtb.
4806
4807         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
4808         (gnus-agent-summary-fetch-group): Use it.
4809
4810         * gnus-msg.el (gnus-debug-files): New variable.
4811         (gnus-debug-exclude-variables): New variable.
4812         (gnus-debug): Use them.
4813
4814         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
4815
4816 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4817
4818         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
4819         (message-mode-syntax-table): Move back the previous position.
4820
4821         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
4822
4823         * gnus-agent.el (gnus-agent-retrieve-headers): Use
4824         gnus-sorted-difference.
4825
4826         * nnsoup.el (nnsoup-request-expire-articles): Use
4827         gnus-sorted-difference.
4828
4829         * nnheader.el: Autoload gnus-sorted-difference.
4830
4831         * nnfolder.el (nnfolder-request-expire-articles): Use
4832         gnus-sorted-difference.
4833
4834         * gnus-cache.el (gnus-cache-retrieve-headers): Use
4835         gnus-sorted-difference.
4836
4837         * gnus-range.el: Autoload cookies.
4838         (gnus-sorted-difference): New function.
4839         (gnus-sorted-ndifference): New function.
4840         (gnus-sorted-nintersection): Rename from
4841         gnus-set-sorted-intersection.
4842         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
4843         (gnus-list-range-difference): Rename from
4844         gnus-inverse-list-range-intersection.
4845         (gnus-inverse-list-range-intersection): Use defalias.
4846
4847         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
4848         gnus-sorted-ndifference, and gnus-sorted-nintersection.
4849         (gnus-articles-to-read): Use gnus-sorted-difference.
4850         (gnus-summary-limit-mark-excluded-as-read): Use
4851         gnus-sorted-intersection and gnus-sorted-ndifference.
4852         (gnus-list-of-read-articles): Use gnus-list-range-difference.
4853         (gnus-summary-insert-articles): Use gnus-sorted-difference.
4854
4855         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
4856
4857 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4858
4859         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
4860         property to the buffer for using emacs-w3m command keys.
4861
4862         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
4863         option.
4864
4865         * mm-view.el (mm-w3m-mode-map): New variable.
4866         (mm-w3m-mode-command-alist): New variable.
4867         (mm-w3m-minor-mode): Removed.
4868         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
4869         (mm-inline-text-html-render-with-w3m): Add keymap property to the
4870         buffer for using emacs-w3m command keys.
4871
4872 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
4873
4874         * message.el (message-mode-syntax-table): Move forward.
4875         (message-cite-prefix-regexp): Auto detect non word constituents.
4876         (message-cite-prefix-regexp): Don't use with-syntax-table.
4877
4878         * gnus-sum.el (gnus-summary-update-info): Use
4879         gnus-list-range-intersection.
4880
4881         * gnus-agent.el (gnus-agent-fetch-headers): Use
4882         gnus-list-range-intersection.
4883
4884         * gnus-range.el (gnus-range-normalize): Use correct predicate.
4885         (gnus-list-range-intersection): Use it.
4886         (gnus-inverse-list-range-intersection): Ditto.
4887         (gnus-sorted-intersection): Add doc.
4888         (gnus-set-sorted-intersection): Add doc.
4889         (gnus-sorted-union): New function.
4890         (gnus-set-sorted-union): New function.
4891
4892         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
4893         (gnus-inverse-list-range-intersection): Ditto.
4894
4895 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
4896
4897         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
4898
4899         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
4900         and permit `:' and `\' in order to handle full Windows pathnames.
4901         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
4902         technically not correct per standard, but seems to have common use.
4903
4904 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
4905
4906         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
4907         replacing numbers.
4908
4909 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
4910
4911         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
4912
4913         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
4914         Don't split when the window is small, e.g. when a small *BBDB*
4915         window is the lowest one.
4916
4917         * gnus-agent.el (gnus-agent-retrieve-headers): Use
4918         nnheader-find-nov-line to speed up. Use nreverse, because it is
4919         sorted. Use nnheader-insert-nov-file.
4920
4921 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4922
4923         * mm-decode.el (mm-inline-text-html-with-images): New user option.
4924
4925         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
4926         of `w3m-display-inline-images' with the value of
4927         `mm-inline-text-html-with-images'.
4928         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
4929
4930         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4931
4932 2002-01-27  Richard M. Stallman  <rms@gnu.org>
4933
4934         * time-date.el: Add autoload cookies.  Many doc fixes.
4935         (time-add): New function.
4936         (time-subtract): Renamed from subtract-time.
4937         (subtract-time): New alias for time-subtract.
4938
4939 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4940
4941         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
4942         emacs-w3m in doc-string.
4943
4944         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
4945         `w3m-current-buffer'.
4946
4947 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4948
4949         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
4950
4951         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
4952         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
4953         (mm-w3m-cid-retrieve): New function.
4954         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
4955
4956 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4957
4958         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
4959
4960 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4961
4962         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
4963
4964 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4965
4966         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
4967         32K.
4968
4969         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
4970
4971         * nnmail.el (nnmail-article-group): Decode headers before running
4972         split rules over them.
4973         (nnmail-mail-splitting-charset): New variable.
4974
4975         * smiley.el: Replaced with smiley-ems.el.
4976
4977 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4978
4979         * mm-url.el (mm-url-predefined-programs): Add w3m.
4980         (mm-url-program): Ditto.
4981
4982 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4983
4984         * nnml.el (nnml-use-compressed-files): New variable.
4985         (nnml-filenames-are-evil): Removed.
4986         (nnml-current-group-article-to-file-alist): Don't use.
4987         (nnml-update-file-alist): Inhibit.
4988         (nnml-article-to-file): Use new var.
4989
4990 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4991
4992         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
4993
4994         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
4995
4996 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4997
4998         * gnus-agent.el (gnus-agent-load-alist): Use new caching
4999         function.
5000
5001         * gnus-util.el (gnus-cache-file-contents): New function.
5002
5003         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
5004         (gnus-agent-load-alist): Use it.
5005
5006         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
5007
5008         * nnheader.el (nnheader-insert-nov-file): New function.
5009
5010         * gnus-util.el (gnus-parse-without-error): Correct the loop.
5011
5012         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
5013         there are no references.
5014         (gnus-extract-message-id-from-in-reply-to): New function.
5015         (gnus-nov-parse-line): Use in-reply-to if there are no
5016         references.
5017
5018 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5019
5020         * nnagent.el (nnagent-retrieve-headers): Use new macro.
5021
5022         * gnus-util.el (gnus-parse-without-error): New macro.
5023
5024 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
5025
5026         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
5027         (gnus-article-wash-function): use locate-library to decide which
5028         to use.
5029
5030 2002-01-25  Simon Josefsson  <jas@extundo.com>
5031
5032         * pop3.el (pop3-munge-message-separator): Work if no date.
5033         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
5034
5035 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5036
5037         * gnus-agent.el (gnus-agent-save-alist): Fix.
5038
5039         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
5040         mistake.  Reinstated lost code.
5041
5042 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
5043
5044         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
5045         one exists in the case of an encrypted message with an internal
5046         signature.
5047
5048 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5049
5050         * gnus-agent.el (gnus-agent-save-alist): Optimized.
5051
5052 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5053
5054         * dgnushack.el: Commented out the experimental code.
5055
5056 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5057
5058         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
5059         error.
5060
5061         * gnus.el (gnus-server-to-method): Made into subst.
5062         (gnus-server-method-cache): New variable.
5063         (gnus-server-to-method): Use it.
5064         (gnus-group-method-cache): New variable.
5065         (gnus-find-method-for-group-1): Renamed.
5066         (gnus-find-method-for-group): New function.
5067         (gnus-group-method-cache): Removed.
5068
5069         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
5070         function.
5071
5072         * gnus-range.el (gnus-members-of-range): New function.
5073         (gnus-list-range-intersection): Renamed.
5074         (gnus-inverse-list-range-intersection): New function.
5075
5076         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
5077
5078         * nnagent.el (nnagent-retrieve-headers): New implementation.
5079
5080         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
5081         implementation.
5082
5083 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5084
5085         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
5086         `w3m-meta-content-type-charset-regexp'.
5087
5088         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
5089         charset-encoded html contents.
5090
5091 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
5092
5093         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
5094         an empty file.
5095
5096         * nnweb.el (url): Ignore errors when request url.
5097
5098         * nnrss.el: Clean up the comments.
5099
5100 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5101
5102         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
5103
5104         * mm-decode.el (mm-inline-text-html-renderer): New user option.
5105         (mm-inline-media-tests): Test whether the value of
5106         `mm-inline-text-html-renderer' is a function for text/html.
5107
5108         * mm-view.el (mm-inline-text-html-render-with-w3): New function
5109         separated from `mm-inline-text'.
5110         (mm-w3m-minor-mode): New variable.
5111         (mm-w3m-setup): New variable.
5112         (mm-setup-w3m): New function.
5113         (mm-inline-text-html-render-with-w3m): New function.
5114         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
5115         text/html.
5116
5117 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
5118
5119         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
5120
5121 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5122
5123         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
5124         and `gnus-xmas-completing-read'.
5125
5126 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5127
5128         * nneething.el (nneething-message-id-number): Abolished.
5129         (nneething-encode-file-name): Not encode numerical characters.
5130         (nneething-make-head): `nneething-message-id-number' is not
5131         used to generate message IDs.
5132
5133 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5134
5135         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
5136         characters.
5137
5138 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5139
5140         * gnus-xmas.el (gnus-xmas-completing-read): New function.
5141         (gnus-xmas-redefine): Redefine conditionally.
5142
5143 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
5144
5145         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
5146         tag.
5147
5148 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
5149
5150         * message.el (message-font-lock-keywords): Added the secure tag.
5151         * mml-sec.el: Added functions to generate/modify/remove the secure
5152         tag while in message mode.
5153         * mml-sec.el (mml-secure-message): New.
5154         * mml-sec.el (mml-unsecure-message): New.
5155         * mml-sec.el (mml-secure-message-sign-smime): New.
5156         * mml-sec.el (mml-secure-message-sign-pgp): New.
5157         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
5158         * mml-sec.el (mml-secure-message-encrypt-smime): New.
5159         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
5160         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
5161         * mml.el (mml-parse-1): Added code to recognise the secure tag and
5162         convert it to either a part or multipart depending on if there are
5163         other parts in the message.
5164         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
5165         to use the secure tag, rather than the part tag.
5166         * mml.el (mml-preview): Added a save-excursion to keep cursor
5167         position after doing an MML preview.
5168
5169 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5170
5171         * nnheader.el (nnheader-parse-overview-file): New function.
5172         (nnheader-write-overview-file): New function.
5173
5174 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5175
5176         * gnus.el (gnus-group-fast-parameter): Check better if expansion
5177         in wanted.
5178
5179         * nnweb.el (nnweb-type-definition): Clean up.
5180
5181 2002-01-21  Alastair Burt  <burt@dfki.de>
5182         Trivial patch.
5183
5184         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
5185         buffer exists before jumping to it.
5186
5187 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5188
5189         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
5190         function.
5191         (article-wash-html): Use it.
5192         (gnus-article-wash-function): New variable.
5193         (gnus-article-wash-html-with-w3m): New function.
5194
5195 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
5196
5197         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
5198         XEmacs.
5199
5200 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
5201
5202         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
5203         command line.
5204
5205 2002-01-21  Simon Josefsson  <jas@extundo.com>
5206
5207         * canlock.el (base64-encode-string): Autoload it from base64.
5208         (canlock-make-cancel-key): Base64 encode unibyte string.
5209
5210 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5211
5212         * nnfolder.el (nnfolder-request-accept-article): Unfold
5213         x-from-line.
5214         (nnfolder-request-replace-article): Ditto.
5215
5216 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
5217
5218         * gnus-group.el (gnus-group-best-unread-group): Use the right
5219         positioning function.
5220
5221 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5222
5223         * smiley-ems.el (smiley-region): Use new function.
5224         (smiley-update-cache): Use general image functions.
5225         (smiley-region): Use general functions.
5226
5227         * gnus-util.el (gnus-graphic-display-p): New function.
5228
5229         * nnmail.el (nnmail-article-group): Allow outputting traces of
5230         non-strings.
5231
5232         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
5233         (nndoc-exim-bounce-type-p): New function.
5234
5235         * message.el (message-dont-send): Doc fix.
5236
5237         * gnus-util.el (gnus-completing-read): Remove
5238         inherit-input-method.
5239
5240         * gnus-art.el (gnus-treat-smiley): Doc fix.
5241
5242         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
5243         articles.
5244
5245 2002-01-19  Simon Josefsson  <jas@extundo.com>
5246
5247         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
5248         (imap-kerberos4-open): Ditto.
5249         (imap-open): Set port correctly, don't set auth.
5250
5251 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5252
5253         * gnus.el (gnus-version-number): Bump version number.
5254
5255 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5256
5257         * gnus.el: Oort Gnus v0.05 is released.
5258
5259 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5260
5261         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
5262         exists.
5263
5264         * gnus-spec.el (gnus-string-width-function): New function.
5265         (gnus-tilde-cut-form): Use it.
5266         (gnus-tilde-max-form): Ditto.
5267         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
5268         (gnus-substring-function): Use it.
5269         (gnus-tilde-cut-form): Ditto.
5270         (gnus-substring-function): New function.
5271
5272         * message.el (message-check-news-header-syntax): New message.
5273
5274         * gnus.el (gnus-slave-no-server): Doc fix.
5275
5276         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
5277
5278 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5279
5280         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
5281         `seen' if it looks like (seen NUM1 . NUM2).  It should be
5282         (seen (NUM1 . NUM2)).
5283
5284 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5285
5286         * gnus-topic.el (gnus-topic-catchup-articles): Update article
5287         number in closed topics.
5288
5289 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
5290
5291         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
5292         functions.
5293
5294 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5295
5296         * gnus.el (gnus-group-find-parameter): Clean up.
5297
5298         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
5299         articles.
5300
5301         * gnus-util.el (gnus-completing-read-with-default): Renamed.
5302
5303         * nnmail.el (nnmail-article-group): Clean up.
5304
5305 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
5306
5307         * gnus-agent.el (gnus-category-name): Intern the category name.
5308
5309 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5310
5311         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
5312
5313         * gnus-util.el (gnus-completing-read): New function.
5314
5315 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
5316
5317         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
5318
5319         * smiley-ems.el (smiley-region): Register smiley.
5320         (smiley-toggle-buffer): Rewrite the function.
5321         (smiley-active): Removed.
5322
5323 2002-01-19  Simon Josefsson  <jas@extundo.com>
5324
5325         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
5326         Jesper Harder <harder@ifa.au.dk>.
5327
5328 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5329
5330         * gnus-art.el (gnus-request-article-this-buffer): Call
5331         `nneething-get-file-name' to extract the file name from the
5332         message id.
5333
5334         * nneething.el (nneething-encode-file-name): New function.
5335         (nneething-decode-file-name): Ditto.
5336         (nneething-get-file-name): Ditto.
5337         (nneething-make-head): Encode the file name and encapsulate it
5338         into the field of the message id.
5339
5340 2002-01-18  Simon Josefsson  <jas@extundo.com>
5341
5342         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
5343         stored in .marks.
5344
5345         * nnfolder.el (nnfolder-request-update-info): Ditto.
5346
5347 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5348
5349         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
5350
5351 2002-01-18  Simon Josefsson  <jas@extundo.com>
5352
5353         * imap.el (imap-starttls-p): Don't check for binary.
5354         (imap-gssapi-auth-p): Ditto.
5355         (imap-kerberos4-auth-p): Ditto.
5356         (imap-open): Change logic.  Iterate through all possible streams,
5357         instead of bailing out after first failure.  Move authenticator
5358         decision to `imap-authenticate'.
5359         (imap-authenticate): Change logic, now finds the authenticator to
5360         use, was previously in `imap-open'.
5361         (imap-open): Return nil on failure.
5362         (imap-open): Setup temp buffer correctly.
5363         (imap-open): Return buffer only on success.
5364         (imap-interactive-login, imap-interactive-login): Tell the user
5365         which stream/authenticator is used for the queried
5366         username/password.
5367         (imap-open, imap-authenticate): Set variables.
5368         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
5369         (imap-open): Don't assume how `with-temp-buffer' is implemented.
5370
5371 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5372
5373         * gnus-fun.el (gnus-grab-cam-x-face): New function.
5374
5375 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5376
5377         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
5378
5379 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5380
5381         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
5382         (gnus-agent-group-mode-map): Bind it to "Jo".
5383         (gnus-agent-group-make-menu-bar): Add it into menu bar.
5384
5385 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
5386
5387         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
5388         (gnus-summary-mail-toolbar): Add mail article deletion button.
5389
5390         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
5391         false positives for lines of "^^^^".
5392
5393         * gnus-picon.el (gnus-picon-find-face): faces database is all
5394         lowercase.
5395
5396 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5397
5398         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
5399         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
5400         duplications.
5401         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
5402
5403 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5404
5405         * gnus-sum.el (gnus-summary-initial-limit): Inline
5406         gnus-summary-limit-children.
5407         (gnus-summary-initial-limit): Don't limit if
5408         gnus-newsgroup-display is nil.
5409         (gnus-summary-initial-limit): No, don't.
5410
5411         * gnus-util.el
5412         (gnus-put-text-property-excluding-characters-with-faces): Inline
5413         gnus-put-text-property.
5414
5415         * gnus-spec.el (gnus-default-format-specs): New variable.
5416
5417         * gnus-start.el (gnus-read-newsrc-file): Don't clear
5418         gnus-format-specs.
5419         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
5420
5421         * gnus-spec.el (gnus-update-format-specifications): Really check
5422         the Gnus version of the .newsrc.eld file.
5423         (gnus-format-specs): Save the new default summary format.
5424
5425         * gnus-util.el (gnus-parent-id): Check whether references is empty
5426         before splitting.
5427
5428         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
5429         functions.
5430         (gnus-gather-threads-by-references): Inline
5431         `gnus-split-references'.
5432
5433         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
5434         default value of gnus-summary-line-format-spec.
5435
5436 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5437
5438         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
5439         message.
5440         (nnslashdot-request-list): Ditto.
5441         (nnslashdot-sid-strip): Removed.
5442
5443 2002-01-15  Simon Josefsson  <jas@extundo.com>
5444
5445         * nnimap.el (nnimap-close-asynchronous): Enable.
5446         (nnimap-close-group): Expunge.
5447
5448 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5449
5450         * gnus-util.el (gnus-user-date-format-alist): Typo.
5451         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
5452
5453 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5454
5455         * nneething.el (nneething-request-article): Set
5456         `nnmail-file-coding-system' to `binary' locally, in order to read
5457         files without any conversion.
5458
5459 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5460
5461         * gnus-agent.el (gnus-agent-retrieve-headers): Use
5462         nnheader-file-coding-system and nnmail-active-file-coding-system.
5463         (gnus-agent-regenerate-group): Ditto.
5464         (gnus-agent-regenerate): Ditto.
5465         (gnus-agent-write-active): Ditto.
5466         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
5467
5468 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
5469
5470         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
5471         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
5472
5473 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
5474
5475         * gnus.el: We don't need gnus-article-show-all-headers.
5476
5477         * gnus-art.el (article-show-all, gnus-article-show-all-header):
5478         Ditto.
5479
5480         * gnus-sum.el (gnus-summary-select-article): Don't call
5481         show-all-headers, because hidden headers are not hidden text any
5482         more.
5483
5484 2002-01-13  Simon Josefsson  <jas@extundo.com>
5485
5486         * message.el (message-newline-and-reformat): Use `newline' instead
5487         of inserting \n, so that the newline is marked as hard.
5488
5489         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
5490         From Jesper Harder <harder@ifa.au.dk>.
5491
5492 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5493
5494         * imap.el (imap-close): Keep going if quit.
5495
5496         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
5497         nntp-server-buffer.
5498
5499 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5500
5501         * mm-view.el (mm-display-inline-fontify): Require font-lock to
5502         avoid unbinding shadowed variables.
5503
5504         * gnus-art.el (gnus-picon-databases): Moved here.
5505         (gnus-picons-installed-p): Moved here.
5506         (gnus-article-reply-with-original): Use `mark'.
5507
5508         * gnus.el (gnus-picon): Moved here and renamed.
5509
5510         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
5511         installed.
5512         (gnus-treat-mail-picon): Ditto.
5513         (gnus-treat-newsgroups-picon): Ditto.
5514
5515         * gnus-picon.el (gnus-picons-installed-p): New function.
5516
5517 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5518
5519         * gnus-agent.el (gnus-agent-go-online): Fix doc.
5520
5521 2002-01-12  Simon Josefsson  <jas@extundo.com>
5522
5523         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
5524         (nnimap-before-find-minmax-bugworkaround): Use it.
5525         (nnimap-find-minmax-uid): Don't reselect current mailbox.
5526         (nnimap-dont-close): New variable.
5527         (nnimap-close-group): Use it.
5528
5529 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5530
5531         * gnus-art.el (gnus-article-reply-with-original): Use
5532         `mark-active'.
5533
5534         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
5535
5536         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
5537         (gnus-score-advanced): Clean up.
5538         (gnus-score-advanced): Accept a multiple of the score.
5539
5540 2002-01-12  Simon Josefsson  <jas@extundo.com>
5541
5542         * flow-fill.el (fill-flowed-display-column)
5543         (fill-flowed-encode-columnq): New variables.  Suggested by
5544         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
5545         (fill-flowed-encode, fill-flowed): Use them.
5546
5547         * message.el (message-send-news, message-send-mail): Use
5548         m-b-s-n-p-e-h-n.
5549
5550         * mml.el (autoload): Autoload fill-flowed-encode.
5551         (mml-buffer-substring-no-properties-except-hard-newlines): New
5552         function.
5553         (mml-read-part): Use it.
5554         (mml-generate-mime-1): Encode format=flowed if appropriate.
5555         (mml-insert-mime-headers): Insert format=flowed.
5556
5557         * flow-fill.el (fill-flowed-encode): New function.
5558         (fill-flowed): Bind fill-column to window width.
5559
5560 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5561
5562         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
5563         it exists.
5564         (gnus-summary-setup-buffer): Wake up dead summary buffers.
5565         (gnus-summary-buffer-name): Don't return the dead name after all.
5566         (gnus-summary-setup-buffer): Kill the dead buffer.
5567
5568         * gnus-art.el (gnus-article-followup-with-original): Store the
5569         value of the mark before deactivating it.
5570
5571 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5572
5573         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
5574         From: Karl Kleinpaste <karl@charcoal.com>
5575
5576         * gnus-art.el (article-display-x-face): Ditto.
5577         (gnus-article-reply-with-original): Use gnus-region-active-p.
5578         (gnus-article-followup-with-original): Ditto.
5579
5580         * gnus-sum.el (gnus-summary-read-group-1): Don't select
5581         downloadable article either.
5582
5583 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5584
5585         * gnus-art.el (article-display-x-face): Insert From:.
5586
5587         * gnus-sum.el (gnus-summary-move-article): Don't draw the
5588         article. Bind gnus-display-mime-function and
5589         gnus-article-prepare-hook.
5590
5591         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
5592         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
5593         gnus-agent-possibly-synchronize-flags to the last.
5594         (gnus-agent-go-online): New function. New variable.
5595
5596 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5597
5598         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
5599         (gnus-agent-regenerate): Ditto.
5600
5601 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5602
5603         * message.el (message-ignored-news-headers)
5604         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
5605         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
5606
5607         * gnus.el (gnus-gethash-safe): New macro.
5608
5609         * gnus-agent.el (gnus-agent-regenerate-history): New function.
5610         (gnus-agent-regenerate): Show messages.
5611
5612 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5613
5614         * gnus-agent.el (gnus-agent-regenerate-group): New function.
5615         (gnus-agent-regenerate): New function.
5616         (gnus-agent-save-alist): Sort.
5617         (gnus-agent-copy-nov-line): Test eobp.
5618         (gnus-agent-retrieve-headers): Erase buffer.
5619
5620 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
5621
5622         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
5623         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
5624
5625         * gnus.el (gnus-agent-covered-methods): Move here.
5626         (gnus-online): New function.
5627         (gnus-agent-method-p): Move here.
5628
5629         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
5630         nil. Remove articles-alist.
5631
5632         * gnus-start.el (gnus-get-unread-articles): Check online.
5633         (gnus-groups-to-gnus-format): Ditto.
5634         (gnus-active-to-gnus-format): Ditto.
5635
5636         * gnus-agent.el (gnus-agent-get-function): Use it.
5637         (gnus-agent-get-undownloaded-list): Ditto.
5638         (gnus-agent-fetch-session): Only fetch online methods.
5639
5640         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
5641         (gnus-server-mode-map): Ditto.
5642         (gnus-server-offline-face): New face.
5643         (gnus-server-offline-face): New variable.
5644         (gnus-server-font-lock-keywords): Add offline.
5645         (gnus-server-insert-server-line): Ditto.
5646         (gnus-server-offline-server): New function.
5647
5648         * gnus-int.el (gnus-open-server): Turn to offline.
5649         (gnus-server-unopen-status): New variable.
5650
5651 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
5652
5653         * nnkiboze.el (nnkiboze-request-article): Use
5654         gnus-agent-request-article.
5655
5656         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
5657         function. Insert undownloaded NOV.
5658
5659         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
5660         (gnus-agent-request-article): New function.
5661
5662         * gnus.el (gnus-agent-cache): New variable.
5663
5664         * gnus-int.el (gnus-retrieve-headers): Use
5665         gnus-agent-retrieve-headers.
5666         (gnus-request-head): Use gnus-agent-request-article.
5667         (gnus-request-body): Ditto.
5668
5669         * gnus-art.el (gnus-request-article-this-buffer): Use
5670         gnus-agent-request-article.
5671
5672         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
5673         article if it is undownloaded.
5674
5675 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5676
5677         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
5678
5679 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5680
5681         * canlock.el (canlock-string-as-unibyte): New macro.
5682         (canlock-sha1-with-openssl): Return a unibyte string.
5683         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
5684
5685 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5686
5687         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
5688
5689 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5690
5691         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
5692         application/x-emacs-lisp.
5693
5694         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
5695
5696         * nntp.el (nntp-request-article): Add group parameter.
5697         (nntp-request-head): Ditto.
5698         (nntp-find-group-and-number): Add parameter group. Figure out
5699         number if the status line doesn't give (e.g. quimby.gnus.org).
5700
5701 2002-01-08  Simon Josefsson  <jas@extundo.com>
5702
5703         * mml.el (mml-generate-mime-1): Set recipient correctly.
5704
5705 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5706
5707         * message.el (message-read-from-minibuffer): Add parameter
5708         initial-contents.
5709         * gnus-msg.el (gnus-summary-resend-message): Use it.
5710
5711         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
5712         behavior of quit-config.
5713
5714         * message.el (message-make-from): Don't quote fullname.
5715         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
5716
5717         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
5718         From: <andre@slamdunknetworks.com>
5719
5720 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5721
5722         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
5723
5724         * gnus-art.el (gnus-header-button-alist): Handle mailto.
5725
5726         * mml.el (mml-preview): Bind gnus-original-article-buffer because
5727         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
5728         because bbdb may use it.
5729
5730 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5731
5732         * nneething.el (nneething-request-article): When a non-text file
5733         is converted to an article, its data is encoded in base64.  Call
5734         `nneething-make-head' with options to specify MIME types.
5735         (nneething-make-head): Add optional arguments to specify MIME
5736         types.
5737
5738 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5739
5740         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
5741         header if there is not.
5742
5743         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
5744
5745         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
5746         (gnus-inews-mark-gcc-as-read): Obsolete variable.
5747         (gnus-inews-do-gcc): Use them.
5748
5749         * gnus-group.el (gnus-group-mark-article-read): Put holes into
5750         gnus-newsgroup-unselected.
5751
5752 2002-01-06  Simon Josefsson  <jas@extundo.com>
5753
5754         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
5755         condition-case, not ignore-errors.
5756
5757 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5758
5759         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
5760         gnus-fetch-old-headers.
5761
5762         * gnus-art.el (article-display-x-face): Use the current buffer
5763         unless `W f'. Otherwise, X-Face may be shown in the header of a
5764         forwarded part.
5765         (gnus-treatment-function-alist): Treat xface before hiding
5766         headers.
5767
5768 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5769
5770         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
5771         parameters.
5772
5773 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5774
5775         * mm-util.el (mm-multibyte-p): Define conditionally when load.
5776         (mm-guess-charset): New function.
5777         (mm-charset-after): Use it.
5778         (mm-detect-coding-region): New function.
5779         (mm-detect-mime-charset-region): New function.
5780
5781         * gnus-sum.el (gnus-summary-show-article): Use
5782         mm-detect-coding-region.
5783
5784 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5785
5786         * message.el (message-make-fqdn): Be less violent.
5787
5788         * gnus.el (gnus-logo-color-style): Compute custom form
5789         automatically.
5790
5791         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
5792         score file of the parent to the document group.
5793
5794         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
5795         parameters parameter.
5796
5797         * gnus-score.el (gnus-score-load-file): Clean up.
5798
5799 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5800
5801         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
5802         From: Damien Wyart <damien.wyart@free.fr>
5803
5804         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
5805
5806 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5807
5808         * gnus-sum.el (gnus-select-group-hook): Typo.
5809
5810         * rfc2047.el (rfc2047-decode-string): Return immediately if there
5811         is no quoted-printable-encoded STRING.
5812         From: Jesper Harder <harder@ifa.au.dk>
5813
5814         (rfc2047-decode-string): Decode it.
5815
5816 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5817
5818         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
5819
5820 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
5821         Trivial patch.
5822
5823         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
5824         buffer to get rid of junk line.
5825
5826 2002-01-05  Simon Josefsson  <jas@extundo.com>
5827
5828         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
5829         C-o.
5830         (message-mode-map): Bind message-insert-or-toggle-importance to
5831         C-c C-u.
5832         (message-mode-map): Bind message-disposition-notification-to to
5833         C-c M-n.
5834         (message-mode-menu): Add m-d-n-t.
5835         (message-mode-field-menu): Add m-goto-from.
5836         (message-mode): Doc fix.
5837         (message-goto-from): New function.
5838         (message-insert-disposition-notification-to): New function.
5839         (message-tool-bar-map): Add receipt button.
5840
5841 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5842
5843         * gnus-sum.el (gnus-thread-latest-date): New function.
5844         (gnus-thread-sort-by-most-recent-number): Renamed.
5845         (gnus-thread-sort-functions): Doc fix.
5846         (gnus-select-group-hook): Don't use setq on a hook.
5847         (gnus-thread-latest-date): Use date, not number
5848
5849         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
5850         (gnus-agent-expire): Allow regexp of expire-days.
5851
5852         * gnus-art.el (gnus-article-reply-with-original): Deactivate
5853         region.
5854         (gnus-article-followup-with-original): Ditto.
5855
5856         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
5857
5858         * gnus-art.el (gnus-mime-display-alternative): Use
5859         gnus-local-map-property.
5860         (gnus-mime-display-alternative): Ditto.
5861         (gnus-insert-mime-security-button): Ditto.
5862         (gnus-insert-next-page-button): Ditto.
5863         (gnus-button-prev-page): Take optional args.
5864         (gnus-insert-prev-page-button): widget-convert.
5865
5866         * gnus-util.el (gnus-local-map-property): New function.
5867
5868         * gnus-art.el (gnus-prev-page-map): Use parent map.
5869         (gnus-next-page-map): Ditto.
5870
5871         * gnus-spec.el (gnus-parse-format): Clean up.
5872         (gnus-parse-format): Do complex formatting for %=.
5873
5874         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
5875         "X-Face: " to the data in the built-in scenario.
5876
5877         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
5878         (gnus-correct-pad-form): Renamed.
5879         (gnus-tilde-max-form): Clean up.
5880         (gnus-pad-form): Use gnus-use-correct-string-widths.
5881
5882         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
5883         support if that is available.
5884
5885         * gnus-sum.el (gnus-thread-highest-number): New function.
5886         (gnus-thread-sort-by-most-recent-thread): New function.
5887         (gnus-thread-sort-functions): Doc fix.
5888
5889 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5890
5891         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
5892         all cases.
5893         (gnus-summary-mode): Enable it in all cases.
5894         (gnus-summary-display-article): Ditto.
5895         (gnus-summary-edit-article): Ditto.
5896
5897         * gnus-ems.el (gnus-put-image): Really return glyph.
5898
5899         * gnus-art.el (gnus-article-x-face-command): Fix :type.
5900         (gnus-treat-smiley): Don't take "P" in the interactive form.
5901
5902 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5903
5904         * compface.el (uncompface): XEmacs and Emacs have differing
5905         capabilities.
5906
5907         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
5908
5909         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
5910         (gnus-article-xface-ring-size): Removed.
5911         (gnus-article-display-xface): Removed.
5912         (gnus-remove-image): Cleaned up.
5913
5914         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
5915         (gnus-xmas-create-image): Take pbm files.
5916         (gnus-x-face): Removed.
5917         (gnus-xmas-article-display-xface): Removed.
5918
5919         * gnus-fun.el (gnus-display-x-face-in-from): Bind
5920         default-enable-multibyte-characters.
5921
5922         * compface.el (uncompface): Doc fix.
5923
5924         * gnus-art.el (gnus-article-x-face-command): Use
5925         gnus-display-x-face-in-from.
5926
5927         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
5928
5929         * gnus-ems.el (gnus-put-image): Return the image.
5930
5931         * gnus-fun.el (gnus-display-x-face-in-from): New function.
5932         (gnus-x-face): Moved here.
5933
5934 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5935
5936         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
5937         invisible if string is nil.
5938         (gnus-xmas-article-display-xface): Use it.
5939
5940         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
5941         property when string is nil.
5942         (gnus-article-display-xface): Use it.
5943
5944 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5945
5946         * gnus-art.el (article-display-x-face): Check whether valid grey
5947         face was returned.
5948         (article-display-x-face): Place image in the right spot.
5949
5950         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
5951         stderr.
5952         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
5953
5954 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5955
5956         * gnus-xmas.el (gnus-xmas-create-image): Take optional
5957         parameters.
5958         (gnus-xmas-put-image): Allow non-strings to be passed.
5959
5960         * gnus-art.el (article-display-x-face): Use optional parameters.
5961
5962         * gnus-ems.el (gnus-create-image): Take optional parameters.
5963
5964         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
5965
5966         * compface.el (compface-xbm-p): Removed.
5967
5968         * gnus-ems.el (gnus-article-compface-xbm): Removed.
5969         (gnus-article-display-xface): Use compface.
5970
5971         * compface.el: New file.
5972
5973         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
5974         (gnus-convert-image-to-x-face-command): Ditto.
5975         (gnus-random-x-face): Quote argument.
5976         (gnus-x-face-from-file): Ditto.
5977
5978 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
5979
5980         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
5981         the expire-group parameter once per article rather than once
5982         per group; bind `nnmaildir-article-file-name' and `article'
5983         for convenience.  Leave article alone when expire-group
5984         specifies the current group.
5985         (nnmaildir--update-nov): be more concurrency-friendly with
5986         temp file names.
5987
5988 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5989
5990         * gnus-start.el (gnus-read-init-file): Cleaned up.
5991
5992 2002-01-03  Dave Love  <d.love@dl.ac.uk>
5993
5994         * gnus-start.el (gnus-startup-file-coding-system): Removed.
5995         (gnus-read-init-file): Don't use it.
5996
5997 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5998
5999         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
6000
6001 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6002
6003         * gnus-start.el (gnus-read-init-file): Don't force coding system
6004         for ~/.gnus.  From Dave Love <fx@gnu.org>.
6005
6006 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
6007
6008         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
6009         * nnspool.el (nnspool-request-post): Ditto.
6010
6011         * mm-util.el (mm-use-find-coding-systems-region): New variable.
6012         (mm-find-mime-charset-region): Use it.
6013
6014 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
6015
6016         * gnus.el (gnus-summary-line-format): Added :link.
6017         * gnus-topic.el (gnus-topic-line-format): Ditto.
6018         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
6019         * gnus-srvr.el (gnus-server-line-format): Ditto.
6020         * gnus-group.el (gnus-group-line-format): Ditto.
6021
6022         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
6023         :keys, it works on both Emacsen.
6024
6025 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
6026
6027         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
6028
6029 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6030
6031         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
6032
6033 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
6034
6035         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
6036         very wide reply.
6037
6038 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6039
6040         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
6041         (gnus-picon-cache): New variable.
6042         (gnus-picon-transform-newsgroups): Cache stuff.
6043
6044         * gnus-art.el (gnus-article-reply-with-original): New command.
6045         (gnus-article-followup-with-original): New command.
6046
6047         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
6048         END parameters.
6049         (gnus-summary-followup): Take a list of list of articles.
6050         (gnus-inews-yank-articles): Allow lists of article/regions.
6051
6052         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
6053         longer the usual commands.
6054
6055         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
6056         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
6057         shell-command-on-region.
6058
6059 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6060
6061         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
6062           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
6063
6064 2002-01-03  Steve Youngs  <youngs@xemacs.org>
6065
6066         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
6067         understand ':keys', wrap it in an featurep 'xemacs.
6068
6069 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6070
6071         * gnus-ems.el (gnus-article-display-xface): Show xface in the
6072         order of headers (Actually, it is called in a reversed order). Add
6073         'gnus-image-text-deletable property.
6074         (gnus-remove-image): Remove text with such a property.
6075
6076         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
6077         gnus-put-image.
6078
6079         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
6080         with ", "
6081
6082 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6083
6084         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
6085
6086         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
6087         (article-display-x-face): Display grey X-Faces.
6088
6089         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
6090         (gnus-convert-gray-x-face-to-ppm): Ditto.
6091         (gnus-convert-image-to-gray-x-face): Ditto.
6092
6093         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
6094         gnus-summary-show-raw-article.
6095
6096 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6097
6098         Display picons in XEmacs without showing text.
6099
6100         * gnus-xmas.el (gnus-xmas-create-image): Don't use
6101         mm-create-image-xemacs to create xbm glyph, because it deletes
6102         temporary files.
6103         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
6104         (gnus-xmas-remove-image): Make text visible, remove glyph.
6105
6106         * gnus-picon.el (gnus-picon-transform-newsgroups)
6107         (gnus-picon-transform-address): Insert spec backward, due to the
6108         incompatibility of gnus-xmas-put-image.
6109
6110 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6111
6112         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
6113
6114 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6115
6116         * gnus.el: Doc fix.
6117
6118         * gnus-art.el: Doc fix.
6119
6120         * gnus-agent.el: Doc fix.
6121
6122 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6123
6124         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
6125
6126 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
6127
6128         * nnmaildir.el (nnmaildir--update-nov): automatically parse
6129         NOV data out of the message again if nnmail-extra-headers has
6130         changed.
6131
6132 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6133
6134         * gnus-fun.el: New file.
6135         (gnus-convert-image-to-x-face-command): New variable.
6136         (gnus-insert-x-face): New function.
6137         (gnus-random-x-face): Renamed.
6138         (gnus-x-face-from-file): Renamed.
6139
6140         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
6141         "_".
6142         (gnus-body-boundary-delimiter): Typo fix.
6143
6144 2002-01-02  Simon Josefsson  <jas@extundo.com>
6145
6146         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
6147         (gnus-body-boundary-delimiter): Fix type.
6148
6149 2002-01-01  Simon Josefsson  <jas@extundo.com>
6150
6151         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
6152         (gnus-treat-emphasize, gnus-treat-strip-cr)
6153         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
6154         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
6155         (gnus-treat-fill-article, gnus-treat-hide-citation)
6156         (gnus-treat-hide-citation-maybe)
6157         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
6158         (gnus-treat-strip-pem, gnus-treat-strip-banner)
6159         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
6160         (gnus-treat-date-ut, gnus-treat-date-local)
6161         (gnus-treat-date-english, gnus-treat-date-lapsed)
6162         (gnus-treat-date-original, gnus-treat-date-iso8601)
6163         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
6164         (gnus-treat-strip-trailing-blank-lines)
6165         (gnus-treat-strip-leading-blank-lines)
6166         (gnus-treat-strip-multiple-blank-lines)
6167         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
6168         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
6169         (gnus-treat-display-xface, gnus-treat-display-smileys)
6170         (gnus-treat-from-picon, gnus-treat-mail-picon)
6171         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
6172         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
6173         (gnus-treat-play-sounds, gnus-treat-translate)
6174         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
6175
6176         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
6177         (gnus-article-treat-body-boundary): Use it.
6178
6179         * message.el (message-mode): Fix doc.
6180         (message-mode-menu): Fix names.
6181
6182 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6183
6184         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
6185         articles.
6186
6187         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
6188         (gnus-picon-transform-address): Search for unknown faces as well.
6189         (gnus-picon-find-face): Don't search "news" for MISC.
6190         (gnus-picon-user-directories): Changed default back to exclude
6191         "unknown".
6192
6193         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
6194
6195         * gnus-picon.el (gnus-picon-find-face): Search through all
6196         databases.
6197         (gnus-picon-find-face): New implementation.
6198
6199         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
6200         keystroke.
6201         (gnus-topic-goto-next-topic): Ditto.
6202
6203         * gnus.el (gnus-summary-line-format): Changed default.
6204
6205         * nnmail.el (nnmail-extra-headers): Change default.
6206
6207         * gnus-sum.el (gnus-extra-headers): Change default.
6208
6209         * message.el (message-news-other-window): Changed "news" to
6210         "posting".
6211         (message-news-other-frame): Ditto.
6212         (message-do-send-housekeeping): Ditto.
6213
6214         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
6215         function.
6216         (gnus-article-unread-p): New function.
6217         (gnus-article-unseen-p): New function.
6218         (gnus-dead-summary-mode-map): Typo.
6219
6220         * gnus-util.el (gnus-make-predicate): New function.
6221         (gnus-make-predicate-1): New function.
6222
6223         * gnus-sum.el: New function.
6224         (gnus-map-articles): New function.
6225
6226         * gnus-art.el (gnus-treat-fold-headers): New variable.
6227         (gnus-article-treat-fold-headers): New command and keystroke.
6228
6229         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
6230         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
6231
6232 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6233
6234         * message.el (message-fcc-externalize-attachments): New variable.
6235         (message-do-fcc): Use it.
6236
6237         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
6238         (gnus-inews-do-gcc): Use it.
6239
6240         * mml.el (mml-tweak-sexp-alist): New variable.
6241         (mml-externalize-attachments): New variable.
6242         (mml-tweak-part): Use mml-tweak-sexp-alist.
6243         (mml-tweak-externalize-attachments): New function.
6244
6245 2002-01-01  Steve Youngs  <youngs@xemacs.org>
6246
6247         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
6248         'set-glyph-face' so x-face back/foreground can be set.
6249
6250 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
6251
6252         * message.el (message-fix-before-sending): Fix a typo.
6253
6254 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6255
6256         * gnus-art.el (gnus-treat-smiley): Renamed command.
6257         (gnus-article-remove-images): New command and keystroke.
6258
6259         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
6260
6261         * smiley-ems.el (gnus-smiley-display): Removed.
6262
6263         * gnus.el (gnus-version-number): Update version.
6264
6265         * message.el (message-text-with-property): Renamed and moved
6266         here.
6267         (message-fix-before-sending): Highlight invisible text and place
6268         point there.
6269
6270 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6271
6272         * gnus.el: Oort Gnus v0.04 is released.
6273
6274 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6275
6276         * gnus-delay.el (gnus-delay-send-queue): Renamed.
6277
6278         * gnus-art.el (gnus-ignored-headers): More headers,
6279
6280         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
6281         of `scan-error', since XEmacs doesn't seem to support that.
6282
6283 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6284
6285         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
6286         arg.
6287         (gnus-summary-best-unread-subject): Ditto.
6288         (gnus-summary-best-unread-subject): No, don't.
6289         (gnus-summary-better-unread-subject): New command.
6290
6291         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
6292
6293         * lpath.el ((featurep 'xemacs)): fbind url function.
6294
6295         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
6296         buffer.
6297         (gnus-xmas-remove-image): Implementation that does something.
6298         (gnus-xmas-article-display-xface): Mark images properly.
6299
6300         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
6301
6302 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
6303
6304         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
6305
6306 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6307
6308         * gnus-group.el (gnus-group-line-format): Added %O to the default
6309         value.
6310
6311         * gnus-util.el (gnus-text-with-property): The smallest point is
6312         point-min.
6313
6314         * smiley-ems.el (smiley-region): Return images.
6315         (gnus-smiley-display): Allow toggling.
6316         (smiley-region): Use text properties, not overlays.
6317
6318         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
6319         implemented yet.
6320
6321         * smiley-ems.el (smiley-update-cache): Check for valid types.
6322
6323         * gnus-art.el (gnus-with-article-buffer): New macro.
6324
6325         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
6326         strings as well as the glyphs.
6327         (gnus-picon-transform-address): Ditto.
6328         (gnus-picon-insert-glyph): Ditto.
6329         (gnus-picon-transform-newsgroups): Toggle.
6330         (gnus-picon-transform-address): Toggle.
6331
6332         * gnus-ems.el (gnus-remove-image): New function.
6333         (gnus-put-image): Take an optional string.
6334
6335         * gnus-util.el (gnus-text-with-property): New function.
6336
6337         * gnus-art.el (gnus-delete-images): New function.
6338
6339         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
6340
6341         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
6342         (gnus-article-wash-status): Use it.
6343         (gnus-signature-toggle): Clean up.
6344         (gnus-add-wash-status): New function.
6345         (gnus-delete-wash-status): New function.
6346         (gnus-article-hide-text-type): Use them throughout.
6347         (gnus-add-image): New function.
6348
6349         * gnus-ems.el (gnus-article-display-xface): Use new interface.
6350
6351         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
6352         interface.
6353
6354         * gnus-art.el (article-display-x-face): Cleaned up.
6355
6356         * rfc2047.el (rfc2047-field-value): New function.
6357
6358         * mail-parse.el (mail-header-field-value): New alias.
6359
6360         * gnus-art.el (gnus-mime-print-part): Fix typos.
6361
6362         * smiley-ems.el (gnus-smiley-file-types): New variable.
6363         (smiley-update-cache): Use it.
6364         (smiley-regexp-alist): Suffix-less smiley names.
6365         (smiley-regexp-alist): Added more smileys.
6366
6367         * gnus-sum.el (gnus-print-buffer): Made into own function.
6368         (gnus-summary-print-article): Use it.
6369
6370         * mailcap.el (mailcap-mime-info): Actually return the bit that we
6371         looked for when REQUEST is a string.
6372
6373         * gnus-art.el (gnus-mime-button-commands): Add printing
6374         keystroke.
6375         (gnus-mime-copy-part): Doc fix.
6376         (gnus-mime-print-part): New command.
6377
6378 2001-12-31  Simon Josefsson  <jas@extundo.com>
6379
6380         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
6381         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
6382
6383 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6384
6385         * gnus-picon.el (gnus-treat-from-picon): Autoload.
6386         (picon): Fix doc.
6387
6388         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
6389         longer exists. Remove those codes.
6390         * gnus.el (gnus-use-picons): Ditto.
6391
6392 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6393
6394         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
6395         infloop.
6396
6397         * gnus-sum.el (t): New `W D' map.
6398
6399         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
6400         (gnus-article-treat-body-boundary): Clean up.
6401         (gnus-body-boundary-face): Removed.
6402         (gnus-article-goto-header): Moved here.
6403         (gnus-article-goto-header): Allow better regexps.
6404         (gnus-article-treat-fold-newsgroups): New command.
6405
6406         * gnus-sum.el (gnus-summary-move-article): We have to select an
6407         article to give `gnus-read-move-group-name' an opportunity to
6408         suggest an appropriate default.
6409
6410         * rfc2047.el (rfc2047-fold-line): New function.
6411         (rfc2047-unfold-line): Ditto.
6412         (rfc2047-fold-region): Don't fold just after the header name.
6413
6414         * mail-parse.el (mail-header-fold-line): New alias.
6415         (mail-header-unfold-line): Ditto.
6416
6417         * gnus-art.el (gnus-body-boundary-face): Renamed.
6418         (gnus-article-treat-body-boundary): Use it.
6419         (gnus-article-treat-body-boundary): Use an invisible header and a
6420         line of underline characters.
6421
6422 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6423
6424         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
6425
6426         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
6427         (gnus-picon-split-address): New function.
6428         (gnus-picon-find-face): Use it.
6429         (gnus-picon-transform-address): Use it. Set first to t for each
6430         address.
6431
6432         * gnus-art.el (gnus-with-article-headers): Move to here. Define
6433         the macro then use it.
6434         (gnus-treatment-function-alist): Treat picons earlier.
6435
6436 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6437
6438         * gnus-art.el (gnus-body-separator-face): New variable.
6439         (gnus-article-treat-body-boundary): Use a blank, colored line.
6440
6441         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
6442         well.
6443
6444         * gnus-art.el (gnus-treat-body-boundary): New variable.
6445         (gnus-article-treat-unfold-headers): Use helper macro.
6446         (gnus-article-treat-body-boundary): New command.
6447
6448         * gnus.el (gnus-logo-color-style): Change the default color.
6449         (gnus-splash-face): Gray, gray.
6450
6451         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
6452         colors.
6453
6454         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
6455         (gnus-logo-color-style): Ditto.
6456         (gnus-logo-colors): Ditto.
6457
6458         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
6459
6460         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
6461
6462         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
6463         (gnus-picon-transform-newsgroups): New function.
6464
6465         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
6466         string.
6467
6468         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
6469
6470         * gnus-art.el (gnus-treat-cc-picon): New variable.
6471         (gnus-treat-mail-picon): Renamed.
6472
6473         * gnus-picon.el: New implementation.
6474         (gnus-picon-find-face): Renamed.
6475         (gnus-treat-from-picon): Use it.
6476         (gnus-picon-transform-address): Renamed.
6477         (gnus-treat-from-picon): Use it.
6478         (gnus-picon-create-glyph): Renamed.
6479         (gnus-picon-transform-address): Use it.
6480         (gnus-treat-cc-picon): New command.
6481
6482         * mm-decode.el (mm-create-image-xemacs): Separated out into
6483         function.
6484         (mm-get-image): Use it.
6485
6486         * gnus-art.el (gnus-treat-display-picons): Simplify.
6487         (gnus-treat-from-picon): Renamed.
6488
6489         * gnus-ems.el (gnus-create-image): New function.
6490         (gnus-put-image): New function.
6491
6492         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
6493         (gnus-with-article-headers): New macro.
6494         (gnus-article-goto-header): New function.
6495
6496         * gnus-xmas.el (gnus-image-type-available-p): New function.
6497
6498         * gnus-ems.el (gnus-image-type-available-p): New function.
6499
6500 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6501
6502         * nnrss.el (nnrss-check-group): Find the correct tag, because
6503         xml.el is changed.
6504
6505 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6506
6507         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
6508         lines are shorter than the window width.
6509         (gnus-ignored-headers): More headers.
6510
6511 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6512
6513         * gnus-art.el (gnus-treat-unfold-lines): New variable.
6514         (gnus-treat-unfold-headers): Renamed.
6515         (gnus-article-treat-unfold-headers): New command and keystroke.
6516
6517         * rfc2047.el (rfc2047-encode-message-header): Clean up.
6518
6519         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
6520
6521 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
6522
6523         * sha1-el.el (sha1-use-external): New variable.
6524         (sha1-region): Use it.
6525         (sha1-string): Ditto.
6526
6527         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
6528         * gnus-picon.el: Less warnings when compile.
6529
6530 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6531
6532         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
6533         alias.
6534         (gnus-picons-database): Default to list.
6535         (gnus-picons-lookup-internal): Use it.
6536
6537         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
6538         to "bogus".
6539
6540         * gnus-win.el (gnus-configure-windows-hook): New hook.
6541
6542 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
6543
6544         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
6545
6546 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6547
6548         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
6549         lists.
6550         (gnus-select-newsgroup): Don't append; push.
6551         (gnus-adjust-marked-articles): Remove obsolete ranges from
6552         `seen'.
6553         (gnus-update-marks): Clean up.
6554         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
6555
6556 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
6557
6558         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
6559
6560 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6561
6562         * gnus-sum.el (gnus-auto-select-subject): New variable.
6563         (gnus-summary-best-unread-subject): New function.
6564         (gnus-summary-best-unread-article): Use it.
6565         (gnus-summary-first-unseen-subject): New function and command.
6566
6567         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
6568         other treatments.
6569
6570         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
6571         function.
6572
6573         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
6574         from the list of hidden types.
6575
6576         * mm-view.el (mm-inline-text): Ditto.
6577         (mm-inline-text): Ditto.
6578         (mm-w3-prepare-buffer): Ditto.
6579
6580         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
6581
6582 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6583
6584         * gnus-art.el (gnus-ignored-headers): Added more headers.
6585
6586 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
6587
6588         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
6589         once.
6590
6591 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6592
6593         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
6594
6595 2001-12-28  Simon Josefsson  <jas@extundo.com>
6596
6597         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
6598         Jesper Harder <harder@ifa.au.dk>.
6599
6600 2001-12-27  Simon Josefsson  <jas@extundo.com>
6601
6602         * gnus-sum.el (gnus-select-newsgroup): Make
6603         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
6604         contain all articles (instead of none) when no seen marks have
6605         been set for the group.
6606         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
6607         instead, it seems to result in shorter ranges.
6608
6609 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6610
6611         * mm-util.el (mm-iso-8859-x-to-15-region): Use
6612         insert-before-markers.
6613         From Jesper Harder <harder@ifa.au.dk>
6614
6615 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
6616
6617         * nnmaildir.el (nnmaildir-save-mail): create the destination
6618         groups if they do not exist.
6619
6620 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6621
6622         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
6623
6624 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6625
6626         * gnus-group.el (gnus-group-read-ephemeral-group): Call
6627         gnus-group-real-name.
6628
6629         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
6630         (gnus-newsgroup-variables): Ditto.
6631
6632         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
6633         return it.
6634
6635 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
6636
6637         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
6638         * nnmaildir.el (top-level): Add commentary.
6639         (nnmaildir-version): Indicate that nnmaildir is now a standard
6640         part of Gnus, not separately released.
6641
6642 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6643
6644         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
6645         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
6646         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
6647         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6648
6649 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6650
6651         * nnmaildir.el: Copyright changes. Require cl only at compile time.
6652
6653 2001-12-20  Simon Josefsson  <jas@extundo.com>
6654
6655         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
6656         ZHU <zsh@cs.rochester.edu>.
6657         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
6658         Brian P Templeton <bpt@tunes.org>.
6659
6660 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6661
6662         * nnmaildir.el: New file.
6663         From Paul Jarc <prj@po.cwru.edu>.
6664
6665 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6666
6667         * nndoc.el (nndoc-type-alist): Move forward to the end.
6668
6669 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6670
6671         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
6672         `dolist'.
6673
6674 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6675
6676         * gnus-win.el (gnus-frames-on-display-list): New function.
6677         (gnus-get-buffer-window): Use it.
6678
6679 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6680
6681         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
6682
6683 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6684
6685         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
6686
6687 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6688            From Harald Meland <Harald.Meland@usit.uio.no>
6689
6690         * gnus-win.el (gnus-get-buffer-window): New function.
6691         (gnus-all-windows-visible-p): Use it.
6692
6693         * gnus-util.el (gnus-horizontal-recenter)
6694         (gnus-horizontal-recenter, gnus-horizontal-recenter)
6695         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
6696
6697         * gnus-score.el (gnus-score-insert-help): Use it.
6698
6699         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
6700         (gnus-generate-tree, gnus-highlight-selected-tree)
6701         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
6702         it.
6703
6704         * gnus-art.el (gnus-article-set-window-start)
6705         (gnus-mm-display-part, gnus-request-article-this-buffer)
6706         (gnus-button-next-page, gnus-button-prev-page)
6707         (gnus-article-button-next-page, gnus-article-button-prev-page):
6708         Use it.
6709
6710 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
6711
6712         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
6713         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
6714         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
6715
6716 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6717
6718         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
6719         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
6720         * mml1991.el, nnultimate.el: Add `coding'.
6721
6722 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
6723
6724         * ChangeLog: changed coding to buffer-file-coding-system
6725         * ChangeLog.1: same
6726         * nnwfm.el: same
6727         * gnus-smiley.el: same
6728         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
6729         * gnus-delay.el: same
6730         * gnus-spec.el: same
6731         * message.el: same
6732         * mml1991.el: same
6733         * nnultimate.el: same
6734
6735 2001-12-16  Simon Josefsson  <jas@extundo.com>
6736         Inspired by code by Dirk Meyer <dischi@tzi.de>.
6737
6738         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
6739         (gnus-summary-save-map): Add muttprint.
6740         (gnus-summary-make-menu-bar): Ditto.
6741         (gnus-summary-muttprint): New function.
6742
6743         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
6744
6745 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6746
6747         * uudecode.el (uudecode-decode-region-internal): Speedup by using
6748         temporary list instead of buffer.
6749
6750         * mm-url.el (executable-find): autoload.
6751
6752 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6753
6754         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
6755         to variable, follow doc-string conventions).
6756
6757 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
6758
6759         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
6760         subscribe-level
6761         * gnus-topic.el (gnus-subscribe-topics): use it.
6762
6763 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6764
6765         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
6766         messages. (A small patch with indentation)
6767         From Sean Neakums <sneakums@zork.net>.
6768
6769         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
6770         nil after shooting down the gnus-original-article-buffer.
6771
6772 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6773
6774         * uudecode.el (uudecode-use-external): New variable.
6775         (uudecode-decode-region): Automatically detect external program.
6776
6777         * binhex.el (binhex-use-external): New variable.
6778         (binhex-decode-region-internal): New function.
6779         (binhex-decode-region): Automatically detect external program.
6780
6781         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
6782         Use them.
6783
6784 2001-12-12  Simon Josefsson  <jas@extundo.com>
6785
6786         * nnvirtual.el (nnvirtual-always-rescan)
6787         (nnvirtual-component-regexp): Fix doc.
6788
6789         * nnoo.el (defvoo): Add doc to defvoo variables.
6790
6791         * nnml.el (nnml-directory, nnml-active-file)
6792         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
6793         (nnml-marks-is-evil, nnml-filenames-are-evil)
6794         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
6795
6796         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
6797         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
6798         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
6799         `error'.
6800
6801         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
6802         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
6803
6804         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
6805         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
6806         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
6807         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
6808
6809         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
6810         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
6811
6812         * imap.el, nnimap.el: Fix indentation.
6813
6814         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
6815
6816 2001-12-12  Didier Verna  <didier@xemacs.org>
6817
6818         * gnus-msg.el (gnus-group-news): New function.
6819         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
6820         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
6821         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
6822         for it.
6823         * gnus-msg.el (gnus-summary-news-other-window): New function.
6824         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
6825         bind it to `i'.
6826         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
6827         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
6828         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
6829         for it (called with a prefix).
6830         * gnus-msg.el (gnus-configure-posting-styles): add an optional
6831         group-name argument.
6832         * gnus-msg.el (gnus-setup-message): use it.
6833
6834 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6835
6836         * gnus-sum.el (gnus-summary-show-article): Fix doc.
6837
6838 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6839
6840         * mml.el (mime-to-mml): Remove Content-Disposition too.
6841
6842 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6843
6844         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
6845         * gnus-group.el (gnus-group-name-decode): Decode unibyte
6846         strings only.
6847         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
6848
6849 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
6850
6851         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
6852         (nnmail-fancy-expiry-target): Use it.
6853         Suggestions from Simon Josefsson <jas@extundo.com>.
6854
6855 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6856
6857         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
6858
6859 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6860
6861         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
6862
6863         * gnus-util.el (gnus-url-unhex-string): Move here.
6864
6865 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6866
6867         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
6868         mm-url-decode-entities-nbsp.
6869
6870         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
6871         * webmail.el, nnwfm.el: Use mm-url.
6872
6873         * mm-url.el (mm-url-fetch-form): Move from nnweb.
6874         (mm-url-remove-markup): Move from nnweb.
6875         (mm-url-fetch-simple): Move from webmail.
6876
6877         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
6878
6879 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6880
6881         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
6882         (gnus-summary-print-article): Use it.
6883
6884         * gnus-util.el (gnus-replace-in-string): Typo.
6885
6886 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6887
6888         * nnweb.el (nnweb-replace-in-string): Removed.
6889
6890         * gnus-util.el (gnus-replace-in-string): New function.
6891         (gnus-mode-string-quote): Use it.
6892
6893         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
6894         * nnwfm.el (nnwfm-create-mapping): Ditto.
6895
6896 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6897
6898         * dgnushack.el (dgnushack-compile): nnrss.el and
6899         nnslashdot.el don't depend on nnweb, url, w3.
6900
6901         * nnrss.el: Use mm-url.
6902
6903 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6904
6905         * mm-url.el (mm-url-insert-file-contents): Support file:.
6906
6907 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6908
6909         * mm-view.el: Lower case for the description line. Sync from the
6910         Emacs CVS.
6911
6912 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6913
6914         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
6915         From:  Stefan Monnier  <monnier@cs.yale.edu>
6916
6917 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6918
6919         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
6920
6921 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6922
6923         * mm-url.el: Require executable.
6924         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
6925
6926 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6927
6928         * pop3.el (pop3-munge-message-separator): Only use valid date.
6929         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
6930
6931         * Makefile.in: gnus-load.elc may not be generated.
6932
6933 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6934
6935         * mm-url.el: New file.
6936         * nnslashdot.el: Use it.
6937         * mm-extern.el (mm-extern-url): Use it.
6938
6939 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6940
6941         * gnus-sum.el (gnus-summary-save-article): Nix
6942         gnus-display-mime-function and gnus-article-prepare-hook.
6943
6944         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
6945         the beginning of lines.
6946         (gnus-complex-form-to-spec): Ditto.
6947
6948 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6949
6950         * message.el (message-make-mft): Fix the m-s-a-file regexp.
6951         From Paul Jarc <prj@po.cwru.edu>.
6952
6953 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6954
6955         * message.el: New variable message-subscribed-address-file;
6956         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
6957
6958 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6959
6960         * message.el (message-tab-body-function): Set to nil.
6961         (message-tab): Use text-mode-map or global-map.
6962         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
6963
6964 2001-11-30  Simon Josefsson  <jas@extundo.com>
6965
6966         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
6967         instead of gnus-union, for speed.  Suggested by Christoph Conrad
6968         <christoph.conrad@gmx.de>.
6969         (gnus-agent-fetch-group-1): Add verbose message.
6970
6971 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6972
6973         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
6974         of integers.
6975
6976 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6977
6978         * message.el (message-newgroups-header-regexp)
6979         (message-completion-alist, message-tab-body-function): Use
6980         defcustom rather than defvar.
6981         (message-tab): Mention `message-tab-body-function' in doc.
6982         Suggested by Karl Eichwalder.
6983
6984 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6985
6986         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
6987
6988 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6989
6990         * nnheader.el (nnheader-find-nov-line): Don't use macro
6991         gnus-delete-line.
6992
6993         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
6994         (gnus-group-name-charset): Ditto.
6995
6996         * gnus-util.el (gnus-buffer-live-p): Ditto.
6997
6998 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6999
7000         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
7001         open parenthesis in doc.
7002         (sieve-manage-authenticator-alist): Typo in doc.
7003         * imap.el (imap-authenticator-alist): Typo in doc.
7004         (imap-stream-alist): Backslash.
7005
7006         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
7007           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
7008
7009 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7010
7011         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
7012
7013         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
7014
7015         * gnus-msg.el (gnus-configure-posting-styles): use
7016         make-local-hook. Add LOCAL for add-hook.
7017
7018 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
7019
7020         * message.el (message-mode): Use `make-local-hook' unless
7021         obsolete.
7022         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
7023
7024 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7025
7026         * canlock.el: Remove sha1.el and base64.el stuff.
7027
7028 2001-11-26  Didier Verna  <didier@xemacs.org>
7029
7030         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
7031         if needed.
7032
7033 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7034
7035         * message.el (message-tamago-not-in-use-p): New function.
7036         (message-strip-forbidden-properties): Use it.
7037
7038 2001-11-26  Didier Verna  <didier@xemacs.org>
7039
7040         * gnus-start.el (gnus-check-first-time-used): only check for
7041         existence of .el[d] files.
7042
7043 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7044
7045         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
7046
7047         * message.el (message-setup-1): Clean up mc-*.
7048
7049 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7050
7051         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
7052         * gnus-score.el (gnus-score-find-bnews): Use it.
7053
7054         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
7055         (gnus-summary-limit-to-author): Ditto.
7056         (gnus-summary-limit-to-extra): Ditto.
7057         (gnus-summary-find-matching): Support not-matching argument.
7058
7059 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7060
7061         * message.el (message-wash-subject): Use `insert' rather than
7062         `insert-string', which is deprecated.
7063
7064 2001-11-24  Simon Josefsson  <jas@extundo.com>
7065
7066         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
7067         message. (Gnus does not "default" to using 8bit for the message,
7068         it default to use 8bit encoding and the user-supplied CTE
7069         value. Calling this behaviour "treating it as 8bit" is perhaps
7070         better.)
7071
7072         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
7073         (compare mm-charset-to-coding-system).
7074
7075 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7076
7077         * canlock.el (canlock-sha1-with-openssl): Use unibyte
7078         buffer. Correctly decode hex.
7079
7080 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7081
7082         * gnus-agent.el (gnus-category-insert-line): Convert category
7083         names to strings.
7084
7085 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7086
7087         * message.el (sha1): eval-and-compile.
7088
7089 2001-11-20  Simon Josefsson  <jas@extundo.com>
7090
7091         * message.el (message-allow-no-recipients): New variable.
7092         (message-send): Use it, customize the prompting when posting to
7093         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
7094
7095 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7096
7097         * mm-util.el (mm-coding-system-priorities): New variable.
7098         (mm-sort-coding-systems-predicate): New function.
7099         (mm-find-mime-charset-region): Resort coding systems if needed.
7100         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
7101
7102 2001-11-20  Didier Verna  <didier@xemacs.org>
7103
7104         * gnus-group.el (gnus-group-make-help-group): new optional
7105         argument to control the error behavior.
7106         * gnus-start.el (gnus-check-first-time-used): use it to avoid
7107         erroring.
7108
7109 2001-11-19  Simon Josefsson  <jas@extundo.com>
7110
7111         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
7112         instead of C-c C-u.  Suggested by Per Abrahamsen
7113         <abraham@dina.kvl.dk>.
7114
7115 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7116
7117         * nnfolder.el (nnfolder-read-folder): Use group instead of
7118         nnfolder-current-group.
7119         Suggested by Lorentey Karoly <lorentey@elte.hu>.
7120
7121 2001-11-17  Simon Josefsson  <jas@extundo.com>
7122
7123         * message.el (message-send): Ask user if Fcc/Gcc should be
7124         performed when no other sender was specified.
7125         Suggested by prj@po.cwru.edu (Paul Jarc).
7126
7127 2001-11-17  Simon Josefsson  <jas@extundo.com>
7128
7129         * message.el (message-mode, message-mode-map): Use C-c C-u for
7130         Importance: instead of C-c C-p (used by SC).
7131
7132 2001-11-16  Simon Josefsson  <jas@extundo.com>
7133
7134         * message.el (message-insert-importance-high)
7135         (message-insert-importance-low): Save point.
7136
7137         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
7138         value.
7139
7140 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
7141
7142         * message.el (message-strip-special-text-properties): New option.
7143         (message-strip-forbidden-properties): Obey it.
7144
7145 2001-11-14  Sam Steingold  <sds@gnu.org>
7146
7147         * gnus-score.el: Fixed some doc strings to properly quote symbols.
7148
7149 2001-11-15  Simon Josefsson  <jas@extundo.com>
7150
7151         Support "Importance:" header in Message.
7152
7153         * message.el (message-mode-map): Bind C-c C-p to
7154         `message-insert-or-toggle-importance'
7155         (message-mode-menu): Add message-insert-importance-{high,low}.
7156         (message-insert-importance-high, message-insert-importance-low)
7157         (message-insert-or-toggle-importance): New functions.
7158         (message-tool-bar-map): Add {un,}important.
7159         (message-mode): Doc fix.
7160
7161 2001-11-15  Simon Josefsson  <jas@extundo.com>
7162
7163         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
7164
7165         * mml.el (mml-menu): Fix toolbar tooltip.
7166
7167 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7168
7169         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
7170         * nnml.el (nnml-save-marks): Ditto.
7171
7172         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
7173
7174 2001-11-15  Simon Josefsson  <jas@extundo.com>
7175
7176         * nnml.el (nnml-save-marks):
7177         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
7178         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
7179
7180 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
7181
7182         * gnus-art.el (gnus-article-wash-status-strings): Use
7183         `copy-sequence', not `copy-seq'.
7184
7185 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
7186
7187         * gnus-art.el (gnus-article-wash-status-strings): New constant.
7188         (gnus-gnus-article-wash-status-entry): New function.
7189         (gnus-article-wash-status): Use it.
7190
7191 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7192
7193         * mml1991.el: Add coding header.
7194
7195 2001-11-12  Simon Josefsson  <jas@extundo.com>
7196
7197         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
7198         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
7199         `mml1991-sign' and `mml1991-encrypt'.
7200         (mml1991-encrypt, mml1991-sign): New glue functions.
7201         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
7202
7203         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
7204         (mml-menu): Add PGP to menu.
7205
7206         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
7207         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
7208         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
7209         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
7210
7211         * mml2015.el: Mention RFC 3156.
7212
7213         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
7214
7215 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7216
7217         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
7218
7219         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
7220           From <Michael.Cook@cisco.com>
7221
7222 2001-11-11  Simon Josefsson  <jas@extundo.com>
7223
7224         * message.el (top-level): Autoload sha1.
7225         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
7226         canlock, no need to require two different hash algs).  Suggested
7227         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
7228
7229 2001-11-09  Simon Josefsson  <jas@extundo.com>
7230
7231         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
7232         <Pavel@Janik.cz>.
7233
7234 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7235
7236         * message.el (message-point-in-header-p): New function.
7237         (message-do-auto-fill): Use it.
7238         (message-beginning-of-line): New function.  Goes to beginning of
7239         header value (i.e., end of header name), or to beginning of line
7240         if already at beginning of value.  Behaves like
7241         `beginning-of-line' when in message body.
7242         (message-mode-map): Bind it.
7243
7244 2001-11-08  Simon Josefsson  <jas@extundo.com>
7245
7246         * gnus-msg.el (gnus-posting-styles): Add doc.
7247
7248 2001-11-07  Simon Josefsson  <jas@extundo.com>
7249
7250         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
7251
7252         * sieve-mode.el (sieve-control-commands-face)
7253         (sieve-control-commands-face, sieve-action-commands-face)
7254         (sieve-test-commands-face, sieve-tagged-arguments-face): New
7255         faces.
7256         (sieve-font-lock-keywords): Use them.
7257         (sieve-mode): Only set font-lock-defaults in emacs.
7258
7259         * gnus-art.el (gnus-default-article-saver): Add
7260         gnus-summary-save-body-in-file.
7261         (gnus-summary-write-to-file): Fix doc.
7262
7263 2001-11-07  Simon Josefsson  <jas@extundo.com>
7264
7265         * gnus-art.el (gnus-treat-highlight-signature): Add cross
7266         reference to the correct chapter in the manual.
7267
7268         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
7269         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
7270
7271 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7272
7273         * mml.el (mml-preview): Bind mail-header-separator.
7274
7275 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7276
7277         * message.el: Always require canlock.
7278         (message-ignored-supersedes-headers): Include Cancel-Lock and
7279         Cancel-Key.
7280         (message-insert-canlock): Don't require canlock.
7281         (message-cancel-news): Don't check whether canlock is available.
7282         (message-supersede): Support cancel-locks.
7283
7284         * gnus-art.el: Don't autoload canlock.
7285
7286 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7287
7288         * mail-source.el (mail-source-fetch-imap): ASYNC param.
7289         From: <andre@slamdunknetworks.com>
7290
7291 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7292
7293         * many files: Fix copyright lines.
7294
7295 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7296
7297         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
7298         Suggested by Dave Love  <fx@gnu.org>.
7299
7300 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7301
7302         * message.el (message-kill-buffer): Remove auto-save file after
7303         confirm.
7304
7305         * message.el (message-send-mail): Call message-generate-headers
7306         once.  Suggested by Matt Armstrong <matt@lickey.com>.
7307
7308         * gnus-topic.el (gnus-topic-rename): Initial-input.
7309         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
7310
7311 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
7312
7313         * message.el (message-forbidden-properties): New constant.
7314         (message-strip-forbidden-properties): New function.
7315         (message-mode): Activate it.
7316
7317 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7318
7319         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
7320         (mm-hack-charsets): Fix doc.
7321
7322 2001-11-02  Simon Josefsson  <jas@extundo.com>
7323
7324         * gnus-int.el (gnus-check-server): Message "...done" when done.
7325
7326         * imap.el (imap-close): Don't message (imap-send-command-wait
7327         returns if the connection is dropped).
7328         (imap-wait-for-tag): Nix out message only when necessary.
7329
7330         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
7331         for non-crossposting.
7332         (gnus-sieve-crosspost): Default to t to be consistent with other
7333         parts of Gnus.
7334
7335 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7336
7337         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
7338         (mm-iso-8859-x-to-15-table): Ditto.
7339         (mm-iso-8859-x-to-15-region): Ditto.
7340         (mm-find-mime-charset-region): Ditto.
7341
7342 2001-11-01  Simon Josefsson  <jas@extundo.com>
7343
7344         * nnimap.el (nnimap-close-asynchronous): New variable.
7345         (nnimap-close-group): Use it.
7346         (nnimap-expunge): Don't use it.
7347
7348         * imap.el (imap-callbacks): New variable.
7349         (imap-remassoc): Copied from `gnus-remassoc'.
7350         (imap-add-callback): New function.
7351         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
7352         behaviour.
7353         (imap-parse-response): Call the callback.
7354
7355         * message.el (message-insert-canlock): New variable.
7356         (message-canlock-generate, message-canlock-password)
7357         (message-insert-canlock): New functions.
7358         (message-send-news): Call `message-insert-canlock'.
7359         (top-level): Require canlock when compiling.
7360         (message-insert-canlock): Require canlock before we need it.
7361
7362 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7363
7364         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
7365
7366 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7367
7368         * dgnushack.el (dgnushack-make-load): A workaround for
7369         custom-add-loads bug in some versions of XEmacs.
7370
7371 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7372
7373         * mm-util.el (mm-charset-synonym-alist): Revert (some).
7374
7375 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7376
7377         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
7378         (mm-hack-charsets): New variable.
7379         (mm-iso-8859-15-compatible): New variable.
7380         (mm-iso-8859-x-to-15-table): New variable.
7381         (mm-find-mime-charset-region): Add parameter hack-charsets.
7382
7383         * mm-bodies.el (mm-encode-body): Use it.
7384         * mml.el (mml-parse-1): Ditto.
7385
7386 2001-11-01  Simon Josefsson  <jas@extundo.com>
7387
7388         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
7389
7390 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7391
7392         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
7393         is nil.
7394
7395 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7396
7397         * smiley-ems.el (smiley-update-cache): Auto detect file type.
7398
7399         * message.el (message-forward-rmail-make-body): Use
7400         save-window-excursion.
7401         (message-encode-message-body): Search with noerror.
7402         (message-setup-1): Convert compose-mail send-actions to
7403         message-send-actions.
7404
7405 2001-11-01  Simon Josefsson  <jas@extundo.com>
7406
7407         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
7408         <yamaoka@jpl.org>.
7409
7410 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7411
7412         * sieve-manage.el (sieve-string-bytes): No complain.
7413
7414 2001-11-01  Simon Josefsson  <jas@extundo.com>
7415
7416         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
7417         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
7418         has autoload cookies, so no `require' should be necessary.)
7419
7420         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
7421         files.
7422
7423 2001-10-31  Simon Josefsson  <jas@extundo.com>
7424
7425         * gnus-cus.el (gnus-group-parameters): Support integer `display'
7426         parameter.
7427
7428         * gnus-sum.el (gnus-select-newsgroup): If group parameter
7429         `display' is a number (and C-u wasn't used to enter group), only
7430         fetch that number of articles.
7431
7432 2001-10-31  Matt Armstrong  <matt@lickey.com>
7433
7434         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
7435         not-subscribed -> subscribed.
7436
7437 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7438         From: Josh Huber <huber@alum.wpi.edu>
7439
7440         * message.el (message-subscribed-address-functions): New variable.
7441         (message-subscribed-addresses): New variable.
7442         (message-subscribed-regexps): New variable.
7443         (message-goto-mail-followup-to): New function.
7444         (message-send-mail): Add Mail-Followup-To.
7445         (message-make-mft): New function.
7446
7447         * gnus.el (gnus-find-subscribed-addresses): New function.
7448
7449 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7450
7451         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
7452         (mail-source-fetch-pop): Ditto.
7453         (mail-source-check-pop): Ditto.
7454
7455         * gnus-start.el (gnus-read-init-file): Ditto.
7456         (gnus-activate-group): Ditto.
7457         (gnus-read-newsrc-el-file): Ditto.
7458
7459 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7460
7461         * message.el (message-get-reply-headers): Make sure there is ", ".
7462
7463         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
7464         mm-coding-system-p. Don't correct it only in XEmacs.
7465         (mm-charset-to-coding-system): Use mm-coding-system-p and
7466         mm-get-coding-system-list.
7467         (mm-emacs-mule, mm-mule4-p): New variables.
7468         (mm-enable-multibyte, mm-disable-multibyte,
7469         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
7470         mm-with-unibyte-current-buffer,
7471         mm-with-unibyte-current-buffer-mule4): Use them.
7472         (mm-find-mime-charset-region): Treat iso-2022-jp.
7473
7474         From  Dave Love  <fx@gnu.org>:
7475
7476         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
7477         construction.
7478         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
7479         entries conditional on not having a coding system defined for
7480         them.
7481         (mm-mule-charset-to-mime-charset): Use
7482         find-coding-systems-for-charsets if defined.
7483         (mm-charset-to-coding-system): Don't use
7484         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
7485         later.  Add last resort search of coding systems.
7486         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
7487         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
7488         Mule 4.
7489         (mm-find-mime-charset-region): Re-write.
7490         (mm-with-unibyte-current-buffer): Restore buffer as well as
7491         multibyteness.
7492
7493 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7494
7495         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
7496         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
7497         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
7498
7499 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7500
7501         * gnus-art.el (article-display-x-face): Nix buffer-read-only
7502         again.
7503
7504         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
7505
7506 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7507
7508         * gnus-spec.el (gnus-parse-simple-format): Use
7509           buffer-substring-no-properties.
7510
7511 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7512
7513         * gnus-art.el (article-verify-cancel-lock): New function.
7514
7515         * nnheader.el (nntp-process-response): New variable.
7516         (nnheader-init-server-buffer): Make `nntp-process-response'
7517         buffer-local in `nntp-server-buffer'.
7518
7519         * nntp.el (nntp-prepare-post-hook): New hook.
7520         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
7521         (nntp-async-trigger): Ditto.
7522         (nntp-request-post): Insert a server's ID if there's no Message-ID
7523         header; run `nntp-prepare-post-hook'.
7524
7525 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7526
7527         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
7528         instead.
7529
7530         * message.el (message-forward-subject-author-subject): Don't use
7531         message-news-p, which widens the buffer.
7532         (message-forward-make-body): New function.
7533         (message-forward): Use it.
7534         (message-insinuate-rmail): New function.
7535         (message-forward-rmail-make-body): New function.
7536
7537 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7538
7539         * mm-extern.el (mm-extern): Provide it.
7540
7541         * mm-partial.el (mm-partial): Provide it.
7542
7543 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7544
7545         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
7546
7547 2001-10-29  Simon Josefsson  <jas@extundo.com>
7548
7549         * mml.el (mml-preview): Bind message-this-is-news if it is
7550         news. From Jesper Harder <harder@myrealbox.com>.
7551
7552 2001-10-28  Simon Josefsson  <jas@extundo.com>
7553
7554         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
7555
7556 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
7557
7558         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
7559         ironic smilies.
7560
7561 2001-10-27  Simon Josefsson  <jas@extundo.com>
7562
7563         * message.el (message-indent-citation): Don't add trailing
7564         whitespace when citing text.
7565
7566         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
7567         <harder@ifa.au.dk>.
7568
7569 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7570
7571         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
7572         not available.
7573         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
7574         (nnweb-type-definition): Add google as alias of dejanews.
7575         (nnweb-google-parse-1): Forward 1 line.
7576
7577 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7578
7579         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
7580         variable `message-forward-ignored-headers'.
7581
7582 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
7583
7584         * gnus.el (gnus-expand-group-parameter): New function.
7585         (gnus-expand-group-parameters): Call it.
7586         (gnus-group-fast-parameter): New function.
7587         (gnus-group-find-parameter): Call it.
7588
7589 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
7590
7591         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
7592         vector (it didn't before because of a bug).
7593         * gnus-msg.el (gnus-post-news): Use header vector directly, if
7594         available.  Before it converted it to an article number.
7595
7596         This makes followup to news articles with negative numbers in
7597         nnvirtual groups use news instead of mail.
7598
7599 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
7600
7601         * gnus.el (post-method): Use `native' instead of `nil'.
7602
7603         * gnus-msg.el (gnus-post-method): Ditto.
7604
7605 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
7606
7607         * gnus.el (gnus-define-group-parameter): Grammar fix.
7608
7609 2001-10-22  Simon Josefsson  <jas@extundo.com>
7610
7611         * gnus-msg.el (gnus-extended-version): Include
7612         system-configuration.
7613         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
7614
7615 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
7616
7617         * gnus.el (post-method): Customization fix: `native' is not a
7618         valid value.
7619         * gnus-msg.el (gnus-post-method): Doc and customization fix:
7620         `native' is not a valid value.
7621
7622 2001-10-21  Simon Josefsson  <jas@extundo.com>
7623
7624         * nnimap.el (nnimap): Defgroup
7625         (nnimap-strict-function, nnimap-strict-function-match): New
7626         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
7627         (nnimap-split-crosspost, nnimap-split-inbox)
7628         (nnimap-split-rule, nnimap-split-predicate)
7629         (nnimap-split-predicate): Defcustom.
7630         (nnimap-split-inbox, nnimap-expunge-search-string)
7631         (nnimap-importantize-dormant): Remove "*" from doc.
7632
7633 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7634
7635         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
7636         not supplied via prefix arg.  From Lisp, make arg mandatory.
7637         Suggested by Frank Schmitt.
7638
7639 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
7640
7641         * message.el (message-do-auto-fill): Avoid calling
7642         'rfc822-goto-eoh'.
7643
7644 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7645         From Paul Jarc <prj@po.cwru.edu>.
7646
7647         * message.el (message-get-reply-headers): Restructure the logic
7648         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
7649
7650 2001-10-20  Simon Josefsson  <jas@extundo.com>
7651
7652         * message.el (message-cancel-news): Support cancel-locks.
7653         Suggested by Per Abrahamsson.
7654
7655         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
7656         conses.  From David Z Maze <dmaze@MIT.EDU>.
7657
7658         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
7659
7660 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
7661
7662         * mm-decode.el (mm-default-directory): Fix customize type.
7663
7664         * message.el (message-setup-fill-variables): Kludge to use
7665         normal-auto-fill-function even if auto fill is already activated.
7666
7667 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
7668
7669         * message.el (message-do-auto-fill): New version that does not
7670         rely on text properties, by Simon Josefsson <jas@extundo.com>.
7671         (message-setup-1): Removed the `message-field' property.
7672
7673         * gnus-draft.el (gnus-draft-edit-message): Removed the
7674         `message-field' property.
7675
7676 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
7677
7678         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
7679         `message-field'.  The `field' property has a special significance in
7680         Emacs 21.
7681
7682         * message.el (message-send, message-setup-1): Ditto.
7683
7684 2001-10-18  Simon Josefsson  <jas@extundo.com>
7685
7686         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
7687         when undoing.
7688
7689 2001-10-18  Simon Josefsson  <jas@extundo.com>
7690         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
7691
7692         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
7693         (gnus-summary-make-menu-bar): Ditto.
7694
7695 2001-10-17  Simon Josefsson  <jas@extundo.com>
7696
7697         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
7698         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
7699
7700 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7701
7702         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
7703         * gnus-util.el (gnus-user-date): New function.
7704         From Frank Schmitt <usenet@Frank-Schmitt.net>.
7705
7706 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
7707
7708         * message.el (message-check-news-header-syntax): Special case
7709         nnvirtual groups.
7710
7711         * gnus-sum.el (gnus-summary-respool-default-method): Changed
7712         customize type to `symbol'.
7713
7714 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7715
7716         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
7717         %&foo;.
7718         (gnus-parse-simple-format): Support user extended spec too.
7719         %u&foo; invokes gnus-user-format-function-foo.
7720
7721 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7722
7723         * nnml.el (nnml-request-expire-articles): Make sure it is back to
7724         the server.
7725         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
7726         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7727         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
7728         * nndiary.el (nndiary-request-expire-articles): Ditto.
7729         (nndiary-schedule): Defsubst it before use it.
7730         (nndiary-error): eval-and-compile.
7731
7732 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
7733
7734         * gnus-msg.el (gnus-post-method): Changed two instances of
7735         `active' to `current' and one `null' to `not'.
7736
7737 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7738         From Katsumi Yamaoka <yamaoka@jpl.org>.
7739
7740         * message.el (message-setup-fill-variables): Use
7741         `normal-auto-fill-function' instead of `auto-fill-function'.
7742
7743 2001-10-16  Simon Josefsson  <jas@extundo.com>
7744
7745         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
7746         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
7747         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
7748
7749 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7750         Patch by Oliver Scholz <oscholz@my.gnus.org>.
7751
7752         * gnus-draft.el (gnus-draft-edit-message): Add text property
7753         `field' with value `header' to message headers.
7754         * message.el (message-setup-1): Really add text property to all of
7755         the header, not just part of it.
7756
7757 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7758
7759         * gnus-group.el (gnus-group-sort-by-server): Use it.
7760
7761         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
7762
7763         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
7764         and keystroke.
7765
7766 2001-10-14  Simon Josefsson  <jas@extundo.com>
7767
7768         * dig.el: Doc fix.
7769
7770         * smime.el: Doc fix.
7771
7772         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
7773         charset magic from message.el.
7774
7775 2001-10-12  Simon Josefsson  <jas@extundo.com>
7776         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
7777
7778         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
7779         'cite from g-a-wash-types.
7780         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
7781         (gnus-article-hide-citation): Fix.
7782
7783         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
7784         character.
7785         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
7786
7787         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
7788         definition.
7789         (gnus-signature-toggle): Toggle `s' mode line character.
7790
7791         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
7792         doing stuff that clears it.
7793
7794 2001-10-12  Simon Josefsson  <jas@extundo.com>
7795
7796         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
7797         From Eric Marsden <emarsden@laas.fr>.
7798
7799 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7800
7801         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
7802         (autoload): Add some autoloads.
7803
7804 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7805         Suggested by Oliver Scholz <epameinondas@gmx.de>.
7806
7807         * message.el (message-do-auto-fill): New function.  Like
7808         `do-auto-fill' but don't fill when in the message header.
7809         (message-setup-1): Put a text property on the message header.
7810         (message-setup-fill-variables): Use `message-do-auto-fill'.
7811
7812 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7813
7814         * message.el (message-send-mail-partially): Insert an empty line
7815         first, because of the change of message-make-lines.
7816
7817 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
7818
7819         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
7820         iso-8859-15, make it an alias for iso-8859-1.
7821
7822 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7823
7824         * message.el (message-send-news): Don't modify the value of
7825         `message-syntax-checks' if it is not a list (possibly it is
7826         `dont-check-for-anything-just-trust-me').
7827
7828 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7829
7830         * gnus-group.el (gnus-group-name-charset-group-alist): Use
7831         `find-coding-system' for XEmacs to check whether the coding-system
7832         `utf-8' is available.
7833
7834 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7835
7836         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
7837
7838 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
7839
7840         * message.el (message-send-news): Oops, missed case with no
7841         "Followup-To" header...
7842
7843 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
7844
7845         * message.el (message-send-news): Allow
7846         `gnus-group-name-charset-group-alist' to affect encoding of the
7847         "Newsgroups" and "Followup-To" headers.
7848
7849 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7850
7851         * Makefile.in (install-el): Depend on gnus-load.el.
7852
7853 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7854
7855         * Makefile.in (install-el): Use -f.
7856         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
7857
7858 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
7859
7860         * message.el (message-send-news): Don't encode Followups-To when
7861         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
7862
7863         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
7864         header.
7865
7866         * gnus-art.el (article-decode-group-name): Also decode
7867         "Followup-To".
7868
7869         * rfc2047.el (rfc2047-encode-message-header): Encode without
7870         asking for null methods.
7871
7872         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
7873         default charset for newsgroup names in accordance with USEFOR.
7874
7875         * gnus-group.el (gnus-group-name-charset-method-alist,
7876         gnus-group-name-charset-group-alist): Removed "*" from doc
7877         strings, "*" should not be used for complex variables.
7878
7879 2001-10-06  Simon Josefsson  <jas@extundo.com>
7880
7881         Support UTF-8 group names better.
7882
7883         * message.el (message-check-news-header-syntax): Encode group
7884         names before comparison.
7885
7886         * gnus-msg.el (gnus-copy-article-buffer): Run all
7887         `gnus-article-decode-hook's except `article-decode-charset'
7888         instead of hardcoding call to one of them.
7889
7890         * gnus-art.el (gnus-article-decode-hook): Add
7891         `article-decode-group-name'.
7892         (article-decode-group-name): New function, use `g-d-n'.
7893
7894         * gnus-group.el (gnus-group-insert-group-line): Decode
7895         gnus-tmp-group using `g-d-n'.
7896
7897         * gnus-util.el (gnus-decode-newsgroups): New function.
7898
7899 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
7900
7901         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
7902         `gnus-group-name-charset-group-alist'.
7903
7904 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7905
7906         * Makefile.in: Install el in install. Add uninstall.
7907
7908 2001-10-05  Simon Josefsson  <jas@extundo.com>
7909
7910         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
7911
7912         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
7913
7914         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
7915         empty folders.
7916
7917         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
7918         limiting if read-all (C-u RET) was used.
7919
7920 2001-10-04  Simon Josefsson  <jas@extundo.com>
7921
7922         * mail-source.el (mail-source-movemail-program): New variable.
7923         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
7924         <thutt@thutt.vmware.com>.
7925
7926 2001-10-03  Simon Josefsson  <jas@extundo.com>
7927
7928         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
7929         (gnus-summary-line-format-alist): Fix param.
7930
7931 2001-10-02  Simon Josefsson  <jas@extundo.com>
7932
7933         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
7934         don't go through `nnimap-request-expire-articles' to delete the
7935         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
7936
7937 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7938
7939         * gnus-agent.el (gnus-agent-write-active): The min in the
7940         agent/active may be larger than that in the server/active.
7941
7942 2001-10-01  Simon Josefsson  <jas@extundo.com>
7943
7944         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
7945         is IMAP4rev1.
7946
7947         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
7948
7949         * nnfolder.el: Ditto.
7950
7951 2001-09-30  Dan Christensen  <jdc@uwo.ca>
7952
7953         * gnus-sum.el (gnus-summary-extract-address-component): New function.
7954         (gnus-summary-from-or-to-or-newsgroups): Optimize.
7955
7956 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7957
7958         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
7959         (message-mode-menu): Menu item for same.
7960
7961         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
7962         delayed articles.
7963
7964         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
7965         nndraft:delayed does not exist.
7966         (gnus-delay-initialize): Don't set up keymap, that's done from
7967         message.el now.
7968         (gnus-delay, gnus-delay-group, gnus-delay-header)
7969         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
7970
7971 2001-09-29  Simon Josefsson  <jas@extundo.com>
7972
7973         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
7974         utf-8, not eight-bit-control.
7975
7976         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
7977         (imap-log, imap-debug): Custom.
7978         (imap-log-buffer, imap-debug-buffer): New constants.
7979         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
7980         (imap-network-open, imap-shell-open, imap-starttls-open)
7981         (imap-send-command-1, imap-send-command, imap-arrival-filter)
7982         (imap-debug): Use imap-*-buffer.
7983
7984         * nndoc.el (nndoc-article-type): Add mailman.
7985         (nndoc-type-alist): Ditto.
7986         (nndoc-mailman-type-p): New function.
7987
7988 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7989
7990         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
7991         gnus-art.el.
7992
7993 2001-09-27  Simon Josefsson  <jas@extundo.com>
7994
7995         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
7996         (gnus-topic-catchup-articles): New function. Suggested by Robin
7997         S. Socha <robin-dated-1001857693.185e29@socha.net>.
7998
7999 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8000         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
8001
8002         * gnus-ems.el (gnus-article-display-xface): Insert xface after
8003         previous ones.
8004
8005 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8006         From Daiki Ueno  <ueno@unixuser.org>
8007
8008         * gnus-sum.el (gnus-summary-show-article): The arglist of
8009         detect-coding-region is incompatible.
8010
8011 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8012         From Katsuhiro Hermit Endo <hermit@koka-in.org>
8013
8014         * gnus-group.el (gnus-group-delete-group): Typo.
8015
8016 2001-09-26  Simon Josefsson  <jas@extundo.com>
8017
8018         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
8019
8020         * nnimap.el (nnimap-expiry-target): Use temp buffer.
8021
8022 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8023
8024         * gnus-cus.el (gnus-group-parameters): Display as sexp.
8025
8026 2001-09-22  Simon Josefsson  <jas@extundo.com>
8027
8028         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
8029
8030         * nnfolder.el (nnfolder-open-marks): Ditto.
8031
8032         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
8033         (gnus-update-marks): Use it.
8034         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
8035         hardcoded list.
8036
8037         * gnus.el (gnus-article-special-mark-lists): Add killed.
8038         (gnus-article-unpropagated-mark-lists): New constant.
8039
8040 2001-09-22  Simon Josefsson  <jas@extundo.com>
8041
8042         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
8043         custom option.
8044
8045 2001-09-23  Simon Josefsson  <jas@extundo.com>
8046
8047         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
8048
8049 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8050
8051         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
8052
8053 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
8054
8055         * gnus-group.el (gnus-group-sort-function): Fix customize type to
8056         accept lists of functions.
8057
8058 2001-09-20  Simon Josefsson  <jas@extundo.com>
8059
8060         * gnus-group.el (gnus-group-catchup): Update expire marks in
8061         backend.  Also, if ALL also set expire marks on tick/dormant.
8062
8063 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8064
8065         * message.el (message-tab-body-function): New variable.
8066         * message.el (message-tab): Use it.
8067
8068 2001-09-19  Sam Steingold  <sds@gnu.org>
8069
8070         * gnus-win.el (gnus-buffer-configuration): Respect
8071         `gnus-bug-create-help-buffer'.
8072
8073 2001-09-18  Simon Josefsson  <jas@extundo.com>
8074
8075         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
8076         (gnus-parse-simple-format): Re-revert.
8077
8078 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
8079         Trivial patch.
8080
8081         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
8082         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
8083
8084 2001-09-18  Simon Josefsson  <jas@extundo.com>
8085
8086         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
8087         signed.
8088         (gnus-parse-simple-format): Don't use it.
8089
8090 2001-09-17  Miles Bader  <miles@gnu.org>
8091
8092         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
8093         error querying a backend abort the whole process.
8094
8095 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8096
8097         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
8098         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
8099
8100 2001-09-17  Didier Verna  <didier@xemacs.org>
8101
8102         * nndiary.el: version 0.2-b14.
8103         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
8104         compatibility problem with XEmacs 21.1.
8105
8106 2001-09-15  Simon Josefsson  <jas@extundo.com>
8107
8108         * gnus-group.el (gnus-group-line-format): Document %c.
8109
8110         * nnml.el (nnml-parse-head): Handle CRLF files.
8111         (nnml-generate-nov-file): Ditto.
8112         (nnml-retrieve-headers): Ditto.
8113
8114 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
8115
8116         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
8117
8118 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
8119
8120         * gnus-spec.el (gnus-correct-substring): Still stopped one
8121         character before we wanted (never included last character).
8122         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
8123         add missing "," (once per function)
8124
8125 2001-09-14  Simon Josefsson  <jas@extundo.com>
8126
8127         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
8128         (otherwise e.g. gnus-agentize in .gnus overrides the customized
8129         default before gnus-group is loaded and the variable set.)
8130
8131         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
8132         killed or unsent marks.
8133
8134         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
8135         isn't an article to set it on (e.g. when you `a' in a group).
8136
8137 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8138
8139         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
8140         can read e-mails from Microsoft Outlook users not using ISO
8141         8859-2 character set.
8142
8143 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8144
8145         * gnus-diary.el: Minor modifications to avoid warnings.
8146         (gnus-summary-misc-menu): defvar.
8147         (gnus-diary-check-message): Use gnus-point-at-eol.
8148         (gnus-diary-kill-entire-line): eval-and-compile.
8149
8150 2001-09-12  Didier Verna  <didier@xemacs.org>
8151
8152         * nndiary.el: new version (0.2-b13).
8153         * nndiary.el (nndiary-mail-sources): doc update.
8154         * nndiary.el (nndiary-split-methods): ditto.
8155         * nndiary.el (nndiary-request-accept-article-hooks): New.
8156         * nndiary.el (nndiary-request-accept-article): use it, check
8157         message validity.
8158         * nndiary.el (nndiary-get-new-mail): changed default to nil.
8159         * nndiary.el (nndiary-schedule): fix bug (misplaced
8160         condition-case): it didn't return nil on error.
8161         * gnus-diary.el: new version.
8162         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
8163         * gnus-diary.el (gnus-diary-header-value-history): New.
8164         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
8165         * gnus-diary.el (gnus-diary-add-header): New.
8166         * gnus-diary.el (gnus-diary-check-message): New.
8167         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
8168         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
8169
8170 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8171
8172         * gnus-sum.el (gnus-select-newsgroup): Make
8173         `gnus-current-select-method' buffer-local.
8174
8175         * gnus-art.el (gnus-request-article-this-buffer): Refer
8176         `gnus-current-select-method' in the current summary buffer.
8177
8178 2001-09-10  Simon Josefsson  <jas@extundo.com>
8179         From Daniel Pittman <daniel@rimspace.net>
8180
8181         * gnus-spec.el (gnus-correct-pad-form): Fix.
8182
8183 2001-09-09  Simon Josefsson  <jas@extundo.com>
8184
8185         * mm-decode.el (mm-inline-media-tests): Add
8186         application/x-emacs-lisp.
8187         (mm-attachment-override-types): Add
8188         application/{x-,}pkcs7-signature.
8189
8190         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
8191         (gnus-server-line-format, gnus-server-mode-line-format)
8192         (gnus-server-browse-in-group-buffer): Customize.
8193
8194 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8195
8196         * nnml.el (nnml-marks-changed-p): Typo.
8197         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
8198         (nnml-marks-changed-p): Use gnus-gethash.
8199         (nnml-marks-modtime): Use gnus-make-hashtable.
8200
8201         * nnfolder.el (nnfolder-marks-changed-p): Typo.
8202         (nnfolder-request-expire-articles, nnfolder-save-marks)
8203         (nnfolder-open-marks): Typo.
8204         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
8205         (nnfolder-marks-changed-p): Use gnus-gethash.
8206         (nnfolder-marks-modtime): Use gnus-make-hashtable.
8207
8208 2001-09-08  Simon Josefsson  <jas@extundo.com>
8209
8210         * nnfolder.el (nnfolder-marks-modtime): New variable.
8211         (nnfolder-marks-changed-p): New function.
8212         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
8213         (nnfolder-request-update-info): Don't update if marks didn't change.
8214
8215         * nnml.el (nnml-marks-modtime): New variable.
8216         (nnml-marks-changed-p): New function.
8217         (nnml-save-marks, nnml-open-marks): Save modtime.
8218         (nnml-request-update-info): Don't update if marks didn't change.
8219
8220         * gnus-agent.el (gnus-agent-any-covered-gcc)
8221         (gnus-agent-add-server, gnus-agent-remove-server): Use
8222         gnus-agent-method-p.
8223
8224         * gnus-art.el (gnus-buttonized-mime-types): New variable.
8225         (gnus-unbuttonized-mime-type-p): Use it.
8226
8227         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
8228         fetch group.
8229
8230 2001-09-08  Simon Josefsson  <jas@extundo.com>
8231         From Daniel Pittman <daniel@rimspace.net>
8232
8233         * gnus-spec.el (gnus-correct-pad-form): New function.
8234         (gnus-parse-simple-format): Use it.
8235
8236 2001-09-07  Simon Josefsson  <jas@extundo.com>
8237
8238         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
8239         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
8240         Putnam <reader@newsguy.com>.
8241         (gnus-group-sort-selected-groups): Touch dribble file.
8242
8243 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
8244
8245         * nnml.el (nnml-filenames-are-evil): New variable.
8246         (nnml-article-to-file-alist): Rename to ...
8247         (nnml-current-group-article-to-file-alist): ... this.
8248         Respect `nnml-filenames-are-evil'.
8249         (nnml-active-number): Update.
8250         (nnml-update-file-alist): Update.
8251         (nnml-request-article): Use nnheader-article-to-file-alist.
8252         (nnml-request-rename-group): Likewise.
8253
8254 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8255
8256         * gnus-sum.el (gnus-summary-insert-line): Fix.
8257
8258 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
8259
8260         * gnus-sum.el: Bind g-s-t-s to "W g".
8261         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
8262         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
8263         display of graphical smilies.
8264
8265 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8266
8267         * gnus-start.el (gnus-setup-news): A typo.
8268         From Bill White <billw@wolfram.com>.
8269
8270 2001-09-06  Simon Josefsson  <jas@extundo.com>
8271
8272         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
8273         and unseen marks.
8274
8275 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8276
8277         * nnmail.el (nnmail-split-fancy): Document `junk'.
8278
8279 2001-09-04  Simon Josefsson  <jas@extundo.com>
8280
8281         * imap.el (imap-search): Don't error if server is broken.
8282
8283 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
8284
8285         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
8286         searching for an article that isn't in the mbox.
8287
8288 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8289
8290         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
8291         right, and get all the comments.
8292
8293 2001-09-02  Simon Josefsson  <jas@extundo.com>
8294         Suggested by Dan Christensen <jdc+news@uwo.ca>
8295
8296         * nnfolder.el (nnfolder-request-update-info): Fix message.
8297
8298         * nnml.el (nnml-request-update-info): Ditto.
8299
8300 2001-09-01  Simon Josefsson  <jas@extundo.com>
8301
8302         * nnml.el (nnml-request-expire-articles): Also bind
8303         `nnml-current-group' and `nnml-article-file-alist' when using
8304         expiry-target. (Otherwise nnml will be in a inconsistent internal
8305         state causing all kind of problems.)
8306         (nnml-request-expire-articles): If `nnml-article-to-file' or
8307         `file-attributes' failes, return article as un-expirable instead
8308         of treating it as expired.
8309
8310 2001-08-31  Sam Steingold  <sds@gnu.org>
8311
8312         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
8313         typo: `exmine' --> `examine'.
8314
8315 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8316
8317         * nndoc.el (nndoc-forward-type-p): It is not a digest.
8318
8319 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8320
8321         * nnml.el (nnml-check-directory-twice): Remove.
8322         (nnml-retrieve-headers): Ditto.
8323         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
8324
8325 2001-08-30  Andrew Innes  <andrewi@gnu.org>
8326
8327         * nnheader.el (nnheader-directory-files-is-safe): No need to read
8328         directory twice on Windows, or on GNU Emacs-21.
8329
8330 2001-08-30  Andrew Innes  <andrewi@gnu.org>
8331
8332         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
8333         (nnml-request-rename-group): Ditto.
8334         (nnml-active-number): Ditto.
8335         (nnml-request-create-group): Use nnml-directory-articles.
8336         (nnml-request-expire-articles): Use nnml-directory-articles, which
8337         gets list from nov database if available.
8338         (nnml-get-nov-buffer): New function.
8339         (nnml-open-nov): Use it.
8340         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
8341         gets alist from nov database if available.
8342         (nnml-directory-articles): New function.
8343         (nnml-article-to-file-alist): New function.
8344
8345 2001-08-30  Andrew Innes  <andrewi@gnu.org>
8346
8347         * mm-decode.el (mm-display-external): Use `name' as filename, if
8348         `filename' attribute is not present.
8349
8350 2001-08-30  Andrew Innes  <andrewi@gnu.org>
8351
8352         * mail-source.el (mail-source-flash): New defcustom.
8353         (mail-source-new-mail-p): Ring visible bell if appropriate.
8354         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
8355         timer is cleared even if mail check signals an error.
8356
8357 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8358
8359         * gnus-sum.el (gnus-summary-move-article): Only update marks of
8360         type 'list.
8361
8362 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8363
8364         * flow-fill.el (fill-flowed): eol might be point-max.
8365
8366 2001-08-27  Simon Josefsson  <jas@extundo.com>
8367
8368         * nnml.el (nnml-request-update-info): Fix message.
8369         (nnml-open-marks): Ditto.
8370
8371         * nnfolder.el (nnfolder-request-update-info):
8372         (nnfolder-open-marks): Fix message.
8373
8374 2001-08-25  Simon Josefsson  <jas@extundo.com>
8375
8376         * nnfolder.el (nnfolder-save-marks): Don't create directory named
8377         after group in ~/.
8378
8379 2001-08-25  Simon Josefsson  <jas@extundo.com>
8380         From Andreas Jaeger  <aj@suse.de>
8381
8382         * nnfolder.el (nnfolder-open-marks): Fix typo.
8383         * nnml.el (nnml-open-marks): Likewise.
8384
8385 2001-08-25  Simon Josefsson  <jas@extundo.com>
8386
8387         Make nnfolder groups self-contained as far as marks are concerned.
8388
8389         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
8390         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
8391         (nnfolder-open-server): Make marks directory.
8392         (nnfolder-request-delete-group): Delete marks file.
8393         (nnfolder-request-delete-group): Check of nov/marks file exist
8394         before deleting.
8395         (nnfolder-request-rename-group): Rename marks file.
8396         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
8397         (nnfolder-request-set-mark, nnfolder-request-update-info)
8398         (nnfolder-group-marks-pathname, nnfolder-save-marks)
8399         (nnfolder-open-marks): New functions.
8400         (top-level): Require gnus.
8401
8402 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8403
8404         * nnweb.el (nnweb-type-definition): Use google raw file.
8405         (nnweb-google-parse-1): Ditto.
8406         (nnweb-google-identity): Ditto.
8407         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
8408         (nnweb-altavista-wash-article): Ditto.
8409         (nnweb-request-article): Remove nnweb-decode-entities.
8410
8411         * nnml.el: Require 'gnus.
8412
8413 2001-08-25  Simon Josefsson  <jas@extundo.com>
8414
8415         * nnml.el (nnml-marks-is-evil): Add doc.
8416
8417 2001-08-25  Simon Josefsson  <jas@extundo.com>
8418
8419         * nnml.el (nnml-save-marks): Wrap saving marks in a
8420         condition-case, to allow user to start Gnus if saving marks failed
8421         for some reason.
8422
8423 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8424
8425         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
8426
8427         * gnus-group.el (gnus-update-group-mark-positions): Bind
8428         gnus-group-update-hook to nil.
8429
8430 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8431
8432         * mml.el (mml-generate-mime-1): Force as multibyte string.
8433
8434 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8435
8436         * gnus-sum.el (gnus-summary-insert-line)
8437         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
8438         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
8439
8440         * gnus-spec.el (gnus-correct-substring): Take optional END.
8441
8442         * nnrss.el (nnrss-request-article): Remove \n.
8443         (nnrss-retrieve-headers): Lines number is -1.
8444
8445 2001-08-24  Simon Josefsson  <jas@extundo.com>
8446
8447         * gnus-group.el (gnus-info-clear-data): Call
8448         nnfoo-request-set-mark to propagate marks.  Fix bug:
8449         `gnus-group-update-line' doesn't update read range unless we call
8450         `gnus-get-unread-articles-in-group' first.
8451
8452         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
8453         to server.
8454
8455 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8456
8457         * gnus-util.el (gnus-create-info-command): Return an interactive
8458         function.
8459
8460 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8461         From Katsumi Yamaoka <yamaoka@jpl.org>
8462
8463         * gnus-spec.el (gnus-parse-complex-format): Use equal.
8464
8465 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8466
8467         * gnus-sum.el (gnus-select-newsgroup): Use it.
8468
8469         * gnus-util.el (gnus-not-ignore): New function.
8470
8471         * lpath.el (featurep): Don't fbind char-int.
8472
8473         * gnus-util.el (gnus-create-info-command): New function.
8474
8475         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
8476         right node.
8477
8478         * gnus-sum.el (gnus-select-newsgroup): Clean up.
8479         (gnus-summary-limit-children): Use 'identity instead of `all'.
8480         (gnus-summary-limit-to-display-predicate): New command and
8481         keystroke.
8482
8483 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8484
8485         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
8486
8487         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
8488
8489 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8490
8491         * gnus-spec.el: Add the Gnus version.
8492         (gnus-update-format-specifications): If the Gnus version changes,
8493         nix out the format spec cache.
8494
8495         * gnus.el (gnus-continuum-version): Made into a command and
8496         optionalize the VERSION.
8497
8498         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
8499         the start of the lines.
8500
8501 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8502
8503         * gnus.el (gnus-visual-p): Define function before use of
8504         function.
8505
8506 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8507
8508         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
8509         (gnus-article-mark-to-type): New function.
8510         (gnus-update-missing-marks): Only update marks of type 'list.
8511
8512         * gnus.el (gnus-article-special-mark-lists): New variable.
8513
8514 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8515
8516         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
8517         (gnus-select-newsgroup): Still use 'all.
8518         (gnus-summary-initial-limit): Comparing with 'all.
8519
8520 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8521
8522         * gnus-start.el (gnus-activate-group): If dont-check, don't update
8523         active.
8524
8525 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8526
8527         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
8528         nnslashdot-*-retrieve-headers.
8529         (nnslashdot-request-article): Fix for slashcode 2.2.
8530         (nnslashdot-make-tuple): New function.
8531         (nnslashdot-read-groups): Use it.
8532
8533 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8534
8535         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
8536         list.
8537
8538         * gnus-sum.el (gnus-summary-move-article): Don't select article.
8539
8540 2001-08-20  Simon Josefsson  <jas@extundo.com>
8541
8542         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
8543         opened, error instead of continuing (and exploding later).
8544
8545 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8546
8547         * gnus.el (gnus-expand-group-parameters): Return the parameter
8548         list.
8549
8550         * gnus-sum.el (gnus-summary-show-article): Doc fix.
8551         (gnus-summary-show-article): Guess at charset if required.
8552
8553         * gnus-spec.el (gnus-correct-substring): Stopped one character
8554         before we wanted.
8555
8556 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8557
8558         * earcon.el (earcon-auto-play): Remove unused option.
8559
8560 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8561
8562         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
8563         message down in levels, since it happens very fast.
8564
8565         * smiley-ems.el (smiley-update-cache): Respect the symbol version
8566         of smiley-regexp-alist.
8567
8568         * mm-view.el (mm-inline-text): Ignore vcard errors.
8569
8570         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
8571
8572         * gnus-score.el (gnus-all-score-files): Use append instead of
8573         nconc.
8574
8575         * gnus.el (gnus-splash-face): Doc fix.
8576
8577         * mm-decode.el (mm-mailcap-command): Use
8578         mm-path-name-rewrite-functions.
8579         (mm-path-name-rewrite-functions): New variable.
8580
8581         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
8582         (gnus-complex-form-to-spec): Insert tab.
8583         (gnus-spec-tab): New function.
8584
8585         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
8586         entering the group.
8587
8588         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
8589         the positional spec.
8590         (gnus-parse-complex-format): React to %C.
8591
8592         * gnus-ems.el (gnus-char-width): Moved here.
8593
8594         * gnus-sum.el (gnus-select-newsgroup): Set
8595         gnus-newsgroup-articles.
8596         (gnus-unseen-mark): New variable.
8597         (gnus-newsgroup-unseen): Ditto.
8598         (gnus-newsgroup-seen): Ditto.
8599         (gnus-adjust-marked-articles): Use them.
8600         (gnus-update-marks): Use them.
8601         (gnus-summary-update-secondary-mark): Display.
8602         (gnus-summary-prepare-threads): Display.
8603
8604         * gnus-msg.el (gnus-inews-group-method): Use and return the
8605         method, not the server.
8606
8607 2001-08-19  Simon Josefsson  <jas@extundo.com>
8608
8609         * gnus-srvr.el (gnus-server-agent-face): New.
8610         (gnus-server-agent-face): New.
8611         (gnus-server-mode): Turn on font-lock-mode.
8612
8613         * gnus.el (gnus-server-visual): Add defgroup.
8614
8615 2001-08-19  Simon Josefsson  <jas@extundo.com>
8616         From Joe Casadonte <jcasadonte@northbound-train.com>
8617
8618         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
8619         gnus-server-denied-face): New.
8620         (gnus-server-opened-face, gnus-server-closed-face,
8621         gnus-server-denied-face): New.
8622         (gnus-server-font-lock-keywords): Add.
8623
8624 2001-08-19  Simon Josefsson  <jas@extundo.com>
8625
8626         * nnml.el (nnml-request-set-mark): Return nil.
8627         (nnml-save-marks): Use nnml-possibly-create-directory.
8628         (nnml-open-marks): Only work in temp buffer when inserting/reading
8629         .marks file.
8630
8631 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8632
8633         * gnus.el (gnus-expand-group-parameters): Fix.
8634
8635         * gnus-spec.el (gnus-char-width): New function.
8636         (gnus-correct-substring, gnus-correct-length): Use it.
8637
8638         * message.el (message-required-mail-headers): Fix doc.
8639
8640 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8641
8642         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
8643
8644         * mm-decode.el (mm-save-part-to-file): Insert the handle.
8645
8646 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8647
8648         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
8649         slashdot 2.2 (not fully fixed yet).
8650         (nnslashdot-request-article): Ditto.
8651
8652 2001-08-18  Simon Josefsson  <jas@extundo.com>
8653
8654         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
8655         nnimap.
8656
8657         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
8658         gnus-util.
8659         (nnimap-request-update-info-internal): Use new functions.
8660
8661         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
8662         new functions.
8663
8664 2001-08-18  Simon Josefsson  <jas@extundo.com>
8665
8666         Make nnml groups self-contained as far as marks are concerned.
8667
8668         * nnml.el (nnml-request-delete-group): Delete marks file.
8669         (nnml-request-rename-group): Move marks file.
8670         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
8671         variables.
8672         (nnml-request-set-mark, nnml-request-update-info): New server
8673         functions.
8674         (nnml-save-marks, nnml-open-marks): New functions.
8675
8676 2001-08-18  Simon Josefsson  <jas@extundo.com>
8677
8678         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
8679         `set' when setting marks.
8680
8681 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8682
8683         * gnus.el (gnus-info-find-node): Take an argument.
8684
8685         * gnus-art.el (gnus-button-handle-info): New function.
8686         (gnus-url-unhex-string): Replace "+" with " ".
8687
8688 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8689
8690         * message.el (message-check-news-header-syntax): Check bad From.
8691
8692 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8693
8694         * gnus-spec.el (gnus-correct-length): New function.
8695         (gnus-correct-substring): New function.
8696         (gnus-tilde-max-form): Use it.
8697
8698 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
8699
8700         * nnmh.el: Docstring changes as below.
8701
8702         * nnml.el: Docstring changes as below.
8703
8704         * nnbabyl.el: Docstring changes as below.
8705
8706         * nnmbox.el: Docstring changes as below.
8707
8708         * nnfolder.el: Added docstrings identifying each virtual server
8709         parameter.
8710
8711 2001-08-18  Simon Josefsson  <jas@extundo.com>
8712
8713         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
8714
8715 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
8716
8717         * message.el: rename "Abort Message" to "Postpone Message".
8718         Remove "Attach file as MIME" from Message menu, it's already in
8719         the MIME menu.
8720
8721 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8722
8723         * smime.el (smime-point-at-eol): eval-and-compile.
8724         (smime-make-temp-file): New function.
8725         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
8726         Use it.
8727
8728 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8729
8730         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
8731         (gnus-agent-summary-fetch-group): New command and keystroke.
8732
8733         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
8734         (gnus-mime-display-security): Make it respect
8735         gnus-unbuttonized-mime-type-p.
8736
8737         * gnus-sum.el (gnus-articles-to-read): Comments.
8738         (gnus-article-marked-p): New function.
8739         (gnus-summary-display-make-predicate): New function.
8740         (gnus-select-newsgroup): Use them.
8741
8742         * mm-decode.el (mm-save-part-to-file): Made it not error.
8743
8744 2001-08-17  Simon Josefsson  <jas@extundo.com>
8745
8746         * imap.el (imap-wait-for-tag): If process-status isn't open or
8747         run, return nil instead of sit-for looping.
8748
8749 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8750
8751         * lpath.el (featurep): fbind xml-parse-region.
8752
8753         * gnus.el (gnus-message-archive-method): Default to "archive".
8754         (gnus-message-archive-method): Doc fix.
8755         (gnus-parameters-get-parameter): Cleaned up.
8756         (gnus-expand-group-parameter): New function.
8757
8758         * gnus-start.el (gnus-setup-news): Push the archive server only
8759         the server list.
8760
8761         * mml.el (mml-menu): Changed name to "Attachments".
8762
8763         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
8764         when there is something to detroy.
8765
8766 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8767
8768         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
8769         nil.
8770
8771 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8772
8773         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
8774         which specifies a time today or tomorrow.
8775
8776 2001-08-15  Simon Josefsson  <jas@extundo.com>
8777         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
8778
8779         * gnus-agent.el (gnus-agent-make-mode-line-string)
8780         (gnus-agent-toggle-plugged): Use new API.
8781
8782 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8783
8784         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
8785         deadline has expired.
8786
8787 2001-08-12  Simon Josefsson  <jas@extundo.com>
8788         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
8789
8790         Support `recent' mark indicating newly arrived messages (to
8791         separate from old but unread messages).
8792
8793         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
8794         `nnmail-split-history' if recent is > 0.
8795         (nnimap-request-update-info-internal): Update `recent' marks.
8796         (nnimap-request-set-mark): Never set `recent' marks.
8797         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
8798         recent.
8799
8800         * gnus-sum.el (gnus-recent-mark): New mark.
8801         (gnus-newsgroup-recent): New variable.
8802         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
8803         (gnus-summary-prepare-threads): Mark recent articles.
8804         (gnus-summary-add-mark): Support recent.
8805         (gnus-summary-update-secondary-mark): Support recent.
8806
8807         * gnus.el (gnus-article-mark-lists): Add recent.
8808
8809 2001-08-12  Simon Josefsson  <jas@extundo.com>
8810
8811         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
8812         whether successful decoding took place.  Add doc.
8813
8814 2001-08-12  Simon Josefsson  <jas@extundo.com>
8815         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
8816
8817         * gnus.el (gnus-summary-line-format, gnus-parameters):
8818         * gnus-gl.el (gnus-summary-grouplens-line-format):
8819         * gnus-salt.el (gnus-summary-pick-line-format):
8820         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
8821
8822 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
8823         Committed by Kai Gro\e,b_\e(Bjohann.
8824
8825         * gnus-score.el (gnus-score-string): Fix `match' regexp
8826         for `extra' header case.
8827
8828 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8829
8830         * nnmbox.el (nnmbox-read-mbox): No warning.
8831
8832 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8833
8834         * nndoc.el (nndoc-article-type): Fix doc.
8835         (nndoc-generate-article-function): New variable.
8836         (nndoc-dissection-function): New variable.
8837         (nndoc-type-alist): Add oe-dbx.
8838         (nndoc-oe-dbx-type-p): New function.
8839         (nndoc-oe-dbx-dissection): New function.
8840         (nndoc-oe-dbx-generate-article): New function.
8841
8842 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8843
8844         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
8845         whether deadline has been reached.  Patch from Dan Nicolaescu
8846         <dann@godzilla.ics.uci.edu>.
8847
8848 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8849
8850         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
8851         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
8852         <rintaman@cs.Helsinki.FI>.
8853
8854         * mail-source.el (mail-source-movemail): The error buffer is
8855         modified, but nothing in it.
8856
8857 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8858
8859         * message.el (message-bogus-system-names): New variable.
8860         (message-make-fqdn): Use it.
8861
8862 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8863
8864         * nndraft.el (nndraft-request-group): Use
8865         nndraft-auto-save-file-name.
8866
8867 2001-08-09  Simon Josefsson  <jas@extundo.com>
8868
8869         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
8870         Don't ask whether to decrypt.  Just leave result in buffer (don't
8871         call mm).
8872
8873         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
8874         parts as well.
8875         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
8876         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
8877
8878 2001-08-09  Simon Josefsson  <jas@extundo.com>
8879
8880         * mm-decode.el (mm-insert-part): Return decoding success status.
8881         (mm-save-part-to-file): Error if decoding failed.
8882
8883 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8884
8885         * message.el (message-tab): Use indent-relative.
8886         (message-mode): Don't bind indent-line-function to indent-relative.
8887
8888 2001-08-09  Simon Josefsson  <jas@extundo.com>
8889
8890         * message.el (message-get-reply-headers): Fix string. Suggested by
8891         Christoph Conrad <cc@cli.de>.
8892
8893 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8894
8895         * message.el (message-tab): Use the current value of
8896         indent-line-function.
8897         (message-mode): Bind indent-line-function to indent-relative.
8898
8899 2001-08-08  Simon Josefsson  <jas@extundo.com>
8900
8901         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
8902         whether `imtest' is installed.
8903
8904 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8905         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
8906
8907         * gnus-sum.el (gnus-summary-show-article): Call
8908         gnus-summary-update-secondary-secondary-mark.
8909         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
8910         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
8911
8912 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8913
8914         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
8915
8916         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
8917
8918         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
8919         <gerd@gnu.org>.
8920
8921         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
8922
8923         * gnus-util.el (gnus-output-to-rmail): Ditto.
8924         (gnus-output-to-mail): Ditto.
8925
8926         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
8927
8928 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
8929
8930         * message.el (message-indent-citation): Use
8931         `message-yank-cited-prefix' for empty lines.
8932
8933 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
8934
8935         * message.el (message-indent-citation): Quote only lines starting
8936         with ">" using `message-yank-cited-prefix'.
8937
8938 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
8939         Trivial patch.
8940
8941         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
8942         gnus-cache-fully-p.
8943
8944 2001-08-04  Simon Josefsson  <jas@extundo.com>
8945
8946         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
8947         file if it doesn't exist (by calling gnus-cache-read-active).
8948
8949 2001-08-04  Simon Josefsson  <jas@extundo.com>
8950
8951         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
8952         (gnus-cache-passively-or-fully-p): Removed.
8953         (gnus-cache-fully-p): Fix it.
8954
8955         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
8956
8957 2001-08-04  Simon Josefsson  <jas@extundo.com>
8958
8959         * gnus-cache.el (gnus-cache-fully-p)
8960         (gnus-cache-passively-or-fully-p): New functions.
8961         (gnus-cache-possibly-enter-article): Cosmetic change, use
8962         `g-c-p-o-f-p'.
8963         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
8964         was bogus (`g-c-p-a-a' does not change active info, just change
8965         the functions parameters).
8966         (gnus-cache-possibly-remove-articles-1): Make sure articles are
8967         not removed in groups that match `gnus-uncacheable-groups'.
8968
8969         Reported and modifications based on discussions with Nuutti
8970         Kotivuori <nuutti.kotivuori@smarttrust.com>.
8971
8972 2001-08-04  Simon Josefsson  <jas@extundo.com>
8973         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
8974
8975         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
8976         calls `gnus-cache-update-active' if bounds has been extended.
8977
8978 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8979
8980         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
8981         before remove.
8982         (gnus-mime-security-show-details): Ditto.
8983
8984 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8985
8986         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
8987         syntax.  Protect string-match against nil string and regexp.
8988
8989 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8990
8991         * mm-util.el (mm-find-charset-region): Remove control-1.
8992
8993 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8994
8995         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
8996
8997 2001-08-04  Simon Josefsson  <jas@extundo.com>
8998
8999         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
9000         buffer.  Delete MIME-Version header.
9001
9002 2001-08-03  Simon Josefsson  <jas@extundo.com>
9003
9004         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
9005         that is entered does not necessarily have the highest article
9006         number in the group, so use `gnus-cache-possibly-alter-active'
9007         instead of `gnus-cache-update-active'.
9008
9009 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9010
9011         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
9012
9013 2001-08-03  Simon Josefsson  <jas@extundo.com>
9014
9015         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
9016         menu.
9017
9018 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9019
9020         * gnus.el (post-method): New group parameter.  It also provides
9021         the user option `gnus-post-method-alist' and the internal function
9022         `gnus-parameter-post-method'.
9023
9024         * gnus-msg.el (gnus-post-method): Bind the value of
9025         `gnus-post-method' to the group parameter if it is defined.
9026
9027 2001-08-02  Simon Josefsson  <jas@extundo.com>
9028
9029         * smime.el (smime-extra-arguments): Removed.
9030         (smime-call-openssl-region): Don't use it.
9031
9032 2001-08-02  Simon Josefsson  <jas@extundo.com>
9033
9034         * smime.el (smime-sign-region): Handle stderr.
9035         (smime-encrypt-region): Ditto.
9036
9037         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
9038         match the ASN.1 length bytes.
9039         (mm-pkcs7-enveloped-magic): Ditto.
9040         (mm-view-pkcs7-get-type): Don't regexp quote.
9041
9042 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9043         From Andreas Fuchs <asf@void.at>
9044
9045         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
9046
9047 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9048
9049         * gnus-art.el (gnus-header-button-alist): References regexp.
9050
9051 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
9052
9053         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
9054         already fboundp.  Add INTERACTIVE arg to autoload form.
9055
9056 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9057
9058         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
9059
9060         * nnmail.el (nnmail-cache-open): Ditto.
9061
9062 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9063
9064         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
9065
9066 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9067
9068         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
9069
9070 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9071         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9072
9073         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
9074         (gnus-agent-toggle-plugged): Use it.
9075
9076 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
9077
9078         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
9079         (gnus-ding-file-coding-system): New variable.
9080         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
9081         (gnus-slave-save-newsrc): Use it.
9082
9083 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9084
9085         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
9086         syntax.
9087
9088 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9089         Originally from Andreas Fuchs <asf@void.at>
9090
9091         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
9092         (mml2015-gpg-pretty-print-fpr): New function.
9093         (mml2015-gpg-extract-signature-details): More details, rename from
9094         `m-g-e-from'.
9095         (mml2015-gpg-verify): Use them.
9096         (mml2015-gpg-clear-verify): Use them.
9097
9098 2001-07-31  Simon Josefsson  <jas@extundo.com>
9099
9100         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
9101         buffer when done.
9102
9103 2001-07-30  Simon Josefsson  <jas@extundo.com>
9104
9105         * smime.el (smime-call-openssl-region): Revert previous change,
9106         just pass on buf to `call-process-region'.
9107         (smime-verify-region): Doc fix.  Don't message stuff.  Use
9108         `smime-new-details-buffer'.  Inserts error messages into buffer.
9109         (smime-noverify-region): Ditto.
9110         (smime-decrypt-region): Ditto.  Handles stderr separately.
9111         (smime-verify-buffer, smime-noverify-buffer)
9112         (smime-decrypt-buffer): Doc fix.
9113         (smime-new-details-buffer): New function.
9114         (smime-pkcs7-region, smime-pkcs7-certificates-region)
9115         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
9116         (smime-sign-region, smime-encrypt-region): Don't use
9117         `insert-buffer'.
9118
9119         * mml-smime.el (mml-smime-verify): Fix security button strings.
9120
9121 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9122
9123         * gnus-art.el (gnus-mime-save-part-and-strip): Save
9124         gnus-article-mime-handles.
9125
9126 2001-07-29  Simon Josefsson  <jas@extundo.com>
9127
9128         * mail-source.el (top-level): Require message for message-directory.
9129         (mail-source-directory): Change default to message-directory.
9130
9131         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
9132         (smime-certificate-directory, smime-openssl-program)
9133         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
9134         (smime-extra-arguments): New variable.
9135         (smime-dns-server): Fix customize group.
9136         (smime-call-openssl-region): Use `smime-extra-arguments'.
9137
9138 2001-07-29  Simon Josefsson  <jas@extundo.com>
9139         From Vladimir Volovich <vvv@vsu.ru>
9140
9141         * smime.el (smime-call-openssl-region): Ignore stderr.
9142
9143 2001-07-29  Simon Josefsson  <jas@extundo.com>
9144         From Christoph Conrad <christoph.conrad@gmx.de>
9145
9146         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
9147         file.
9148
9149 2001-07-29  Simon Josefsson  <jas@extundo.com>
9150
9151         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
9152
9153         Support S/MIME decryption.
9154
9155         * mm-decode.el (mm-inline-media-tests):
9156         (mm-inlined-types):
9157         (mm-automatic-display):
9158         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
9159
9160         * mm-view.el (mm-pkcs7-signed-magic):
9161         (mm-pkcs7-enveloped-magic): New variables.
9162         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
9163         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
9164         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
9165         PKCS#7 blobs.
9166
9167         * smime.el (smime-decrypt-region): Expand keyfile.
9168
9169 2001-07-29  Simon Josefsson  <jas@extundo.com>
9170
9171         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
9172         `ssl.el' variables.
9173
9174         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
9175         but line instead of narrowing to it, because `nnmail-parse-active'
9176         calls widen.  Thanks to Christoph Conrad
9177         <christoph.conrad@gmx.de>.
9178
9179 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9180
9181         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
9182         for %B spec.
9183
9184         * gnus-sum.el (gnus-summary-prepare-threads): If
9185         gnus-sum-thread-tree-root is nil, use subject instead.
9186         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
9187         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
9188         (gnus-sum-thread-tree-leaf-with-other)
9189         (gnus-sum-thread-tree-single-leaf): Documentation.
9190         (gnus-sum-thread-tree-single-indent): Allow nil.
9191
9192 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9193
9194         * message.el (message-fill-paragraph): Do nothing if the user
9195         wants filladapt-mode.
9196
9197 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9198
9199         * mm-decode.el (mm-image-type-from-buffer): New function.
9200         (mm-get-image): Use it.
9201
9202 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9203
9204         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
9205
9206         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
9207         mm-display-parts too.
9208
9209 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9210
9211         * nnfolder.el (nnfolder-request-accept-article): Bind
9212         nntp-server-buffer.
9213
9214         * nnmail.el (nnmail-parse-active): Read from buffer instead of
9215         nntp-server-buffer.
9216
9217 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9218
9219         * message.el (message-check-news-header-syntax): Use
9220         message-post-method.
9221         (message-send-news): Bind message-post-method.
9222
9223 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9224
9225         * mml.el (mml-tweak-type-alist): New variable.
9226         (mml-tweak-function-alist): New variable.
9227         (mml-tweak-part): New function.
9228         (mml-generate-mime-1): Use it.
9229
9230 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9231
9232         * nnfolder.el (nnfolder-request-accept-article): Replace
9233         nnfolder-request-list.
9234
9235 2001-07-27  Simon Josefsson  <jas@extundo.com>
9236
9237         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
9238         nnoo-change-server failed to do it.
9239
9240 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9241
9242         * gnus.el (gnus-parameters): Make it customizable.
9243
9244 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9245
9246         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
9247
9248         * message.el (message-set-auto-save-file-name): More
9249         poor-system-types.
9250
9251         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
9252
9253         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
9254         supports +.
9255
9256 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9257
9258         * mm-decode.el (mm-readable-p): New function.
9259         (mm-inline-media-tests): Fix the default testers.
9260
9261 2001-07-26  Simon Josefsson  <jas@extundo.com>
9262
9263         * nnimap.el (nnimap-version): Bump version number.
9264
9265 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9266         From Steven E. Harris <seh@speakeasy.org>
9267
9268         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
9269         in M$Windows too.
9270
9271 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9272
9273         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
9274
9275 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9276
9277         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
9278
9279         * mm-decode.el (mm-get-image): Guess then use the type.
9280
9281         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
9282
9283 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
9284
9285         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
9286         display (%B) for threads if threading is off.
9287
9288 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9289         From Henrik Enberg <henrik@enberg.org>
9290
9291         * gnus-msg.el: Customization patch.
9292
9293 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
9294
9295         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
9296         variable.
9297         (nnmail-split-fancy-with-parent): Ignore certain groups.
9298
9299 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9300
9301         * gnus-util.el (gnus-byte-compile): New function.
9302         (gnus-use-byte-compile): New variable.
9303         (gnus-make-sort-function): Use it.
9304
9305         * nnmail.el (nnmail-get-new-mail): Use it.
9306
9307         * gnus-agent.el (gnus-category-make-function): Simple function or
9308         compiled function.
9309         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
9310
9311         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
9312         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
9313         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
9314
9315         * message.el (message-check-news-header-syntax): Remove quote.
9316
9317 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9318
9319         * message.el (message-use-mail-followup-to): `t' is not a
9320         documented value.
9321
9322 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9323
9324         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
9325
9326 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9327
9328         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
9329         there are long lines.
9330
9331 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9332
9333         * dgnushack.el (copy-list): New compiler macro.
9334
9335 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9336
9337         * message.el (message-bounce): If no Return-Path, the whole
9338         content is considered as the original message.
9339
9340         * nnml.el (nnml-check-directory-twice): New variable.
9341         (nnml-article-to-file): Use it.
9342         (nnml-retrieve-headers): Hack it.
9343
9344 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9345
9346         * gnus-win.el (gnus-buffer-configuration): New configure.
9347
9348         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
9349         not alive.
9350
9351         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
9352         (mm-display-external): Use display-term configure.
9353
9354 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9355
9356         * gnus-delay.el (gnus-delay-default-hour): New variable.
9357         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
9358
9359 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9360         From Karl Kleinpaste <karl@charcoal.com>
9361
9362         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
9363         (gnus-summary-prepare-threads): Ditto.
9364
9365         * gnus.el (gnus-summary-line-format): Add %B.
9366
9367 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9368
9369         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
9370
9371         * mm-util.el (mm-string-as-multibyte): New function.
9372
9373         * nnmh.el (nnmh-request-list-1): Encode, not decode!
9374
9375 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9376
9377         * mm-util.el (mm-universal-coding-system): New variable.
9378
9379         * gnus-start.el (gnus-startup-file-coding-system): Use it.
9380
9381         * score-mode.el (score-mode-coding-system): Use it.
9382
9383 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9384
9385         * gnus-start.el (gnus-setup-news): Call
9386         `gnus-check-bogus-newsgroups' just after the native server is
9387         opened.
9388
9389 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9390
9391         * nnmail.el (nnmail-do-request-post): Util function to be used by
9392         `nnchoke-request-post' for all nnmail-derived backends.
9393
9394         * nnml.el (nnml-request-post): Use it.
9395
9396         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
9397         backend, for it groks nnml-request-post.
9398
9399         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
9400         Treat `mail-post' backends like `mail' backends, not like `news'
9401         backends.
9402
9403 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9404
9405         * gnus-msg.el (gnus-setup-message): make-local-hook.
9406
9407 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9408
9409         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
9410         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
9411         <karl@charcoal.com>, slightly changed by Kai.
9412
9413         * message.el (message-check-news-header-syntax): When checking
9414         whether the groups exist, check the right server based on
9415         `gnus-post-method'.
9416
9417 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9418
9419         * gnus-delay.el: New file.
9420
9421 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9422
9423         * mm-util.el (mm-read-coding-system): Take two arguments.
9424
9425         * gnus-sum.el (gnus-summary-show-article): Use
9426         mm-read-coding-system.
9427
9428         * gnus-art.el (article-de-quoted-unreadable):
9429         (article-de-base64-unreadable, article-wash-html):
9430         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
9431
9432 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9433
9434         * nnml.el (nnml-request-post): New function.  Can be used for
9435         annotations in nnml groups.
9436
9437 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9438
9439         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
9440         command.
9441
9442         * gnus-start.el (gnus-find-new-newsgroups): Use
9443         `message-make-date' instead of `current-time-string'.
9444         (gnus-ask-server-for-new-groups): Ditto.
9445         (gnus-check-first-time-used): Ditto.
9446
9447 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9448
9449         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
9450
9451 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
9452
9453         * message.el (message-shorten-references): Change `maxcount' and
9454         `cut' to obey USEFOR draft 5.
9455
9456 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
9457
9458         * gnus-sum.el (gnus-summary-display-arrow): New variable.
9459         (gnus-summary-set-article-display-arrow): New function.
9460         (gnus-summary-goto-subject): Use it.
9461
9462 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9463
9464         * gnus-sum.el (gnus-summary-import-article): Insert date if
9465         doesn't exist.
9466
9467 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9468
9469         * mml.el (mml-content-type-parameters): New variable.
9470         (mml-content-disposition-parameters): New variable.
9471         (mml-insert-mime-headers): Use them.
9472         (mml-parse-1): Accept charset.
9473
9474 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9475
9476         * gnus-group.el (gnus-group-select-group): Doc fix.
9477
9478         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
9479
9480 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9481
9482         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
9483         to handle `define-derived-mode'.
9484
9485 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9486         From:  Stefan Monnier  <monnier@cs.yale.edu>
9487
9488         * message.el (message-mode): Use define-derived-mode.
9489         (message-tab): message-completion-alist.
9490
9491         * imap.el (imap-interactive-login): Use make-local-variable.
9492         (imap-open): Ditto.
9493         (imap-authenticate): Ditto.
9494
9495         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
9496
9497         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
9498
9499 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9500
9501         * message.el (message-citation-line-function): Refer to
9502         gnus-cite-attribution-suffix.
9503
9504 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9505
9506         * gnus-art.el,...: Error convention changes.
9507
9508 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9509
9510         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
9511
9512 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9513
9514         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
9515         (nnrss-read-server-data): Ditto.
9516
9517 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9518
9519         * gnus-setup.el (gnus-use-installed-gnus): Typo.
9520         * Cleanup files.
9521         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
9522
9523 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9524
9525         * gnus.el (gnus-summary-line-format): Add %o.
9526
9527         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
9528         unless shell outputs something.
9529
9530 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9531
9532         * gnus-art.el (gnus-boring-article-headers): Better doc.
9533         (article-hide-headers): Better regexp.
9534         Suggested by Matt Swift <swift@alum.mit.edu>.
9535
9536         * nnheader.el (nnheader-max-head-length): Better doc.
9537         (nnheader-header-value): Skip spaces.
9538         (nnheader-parse-head): Remove space.
9539         Suggested by Matt Swift <swift@alum.mit.edu>.
9540
9541         * gnus-sum.el (gnus-summary-show-raw-article): New function.
9542         (gnus-get-newsgroup-headers): Remove space.
9543
9544 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9545
9546         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
9547         (gnus-summary-reply): Use it.
9548         (gnus-summary-reply-broken-reply-to): New function.
9549         (gnus-msg-force-broken-reply-to): New function.
9550
9551         * mm-view.el (mm-inline-text): Showing as text/plain when error.
9552
9553 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9554
9555         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
9556
9557 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9558
9559         * mm-decode.el (mm-external-terminal-program): New variable.
9560         (mm-display-external): Use it. Use term to display when no
9561         window-system.
9562
9563 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
9564
9565         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
9566         Browse->Next entries to Browse->Prev
9567
9568 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9569
9570         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
9571
9572 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9573
9574         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
9575         for the default encoding.
9576
9577         * nnrss.el (nnrss-url-field): New field.
9578         (nnrss-request-article): Add newsgroups.
9579
9580         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
9581
9582 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9583
9584         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
9585
9586         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
9587         (gnus-draft-setup): Remove backlog.
9588
9589 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9590
9591         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
9592         Cleanup.
9593
9594 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9595
9596         * gnus-msg.el (gnus-bug): Erase buffer.
9597
9598         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
9599
9600 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9601
9602         * mm-decode.el (mm-attachment-override-p): Fix typo.
9603
9604 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
9605
9606         * gnus-kill.el (gnus-execute): Work with the extra headers.
9607         * gnus-sum.el (gnus-summary-execute-command): Ditto.
9608
9609 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9610
9611         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
9612         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
9613
9614         * message.el (message-send-mail-real-function): New variable.
9615         (message-send-mail-partially, message-send-mail):
9616
9617         * nngateway.el (nngateway-request-post): Use it.
9618
9619         * gnus-agent.el (gnus-agentize): Use it.
9620
9621         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
9622         (nnsoup-revert-variables): Use it.
9623
9624 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
9625
9626         * mm-decode.el (mm-inline-media-tests): Default to displaying as
9627         text/plain if the type doesn't match any other media types.
9628         (mm-inlined-types): Doc fix.
9629         (mm-display-inline): Revert previous change (now handled by a
9630         default type in `mm-inline-media-tests'.
9631         (mm-inlinable-p): Revive.
9632         (mm-display-part): Call `mm-inlinable-p'.
9633         (mm-attachment-override-p): Ditto.
9634         (mm-inlined-p): Doc fix.
9635
9636         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
9637         well as `mm-inlined-p'.
9638
9639 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9640
9641         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
9642         (nntp-send-command-and-decode): Use gnus-point-at-bol.
9643
9644 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9645         From  Paul Jarc <prj@po.cwru.edu>
9646
9647         * message.el (message-use-mail-followup-to): New variable.
9648         (message-get-reply-headers): Use it.
9649
9650 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
9651
9652         * nnheader.el (nnheader-init-server-buffer): Make sure the
9653         *nntpd* buffer is made multibyte instead of a random buffer.
9654
9655 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9656
9657         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
9658         when it returns headers.
9659
9660 2001-07-07  Simon Josefsson  <jas@extundo.com>
9661
9662         * rfc2047.el (rfc2047-encode-message-header): Skip header when
9663         trying to fold. Thanks to Colin Walters
9664         <walters@cis.ohio-state.edu>
9665
9666 2001-07-06  Simon Josefsson  <jas@extundo.com>
9667
9668         * imap.el (imap-parse-address-list, imap-parse-flag-list)
9669         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
9670         Add information in `assert's.
9671
9672         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
9673         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
9674         and `nnimap-group-overview-filename', should handle all
9675         change-of-uidvalidity related issues.  But there may be other
9676         problems.)
9677
9678 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
9679
9680         * rfc2047.el (rfc2047-encode-message-header): Don't include the
9681         header name when folding.
9682
9683 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
9684
9685         * mm-decode.el (mm-inlined-types): Document relationship with
9686         `mm-inline-media-tests'.
9687         (mm-display-inline): Default to displaying as plain text if no
9688         inlining handler is available.
9689         (mm-inlinable-p): Remove.
9690         (mm-inlined-p): Don't call `mm-inlinable-p'.
9691         (mm-automatic-display-p): Ditto.
9692         (mm-attachment-override-p): Ditto.
9693
9694 2001-07-04  Simon Josefsson  <jas@extundo.com>
9695
9696         * nnimap.el (nnimap-importantize-dormant): New variable.
9697         (nnimap-request-update-info-internal): Use it.
9698         (nnimap-request-set-mark): Ditto.
9699
9700 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
9701
9702         * nntp.el (nntp-send-command): don't pass a buffer argument to
9703         `point'. Only XEmacs accepts this.
9704         * nntp.el (nntp-send-command-nodelete): ditto.
9705         * nntp.el (nntp-send-command-and-decode): ditto.
9706
9707 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
9708
9709         * nntp.el (nntp-open-connection-function): doc update.
9710         * nntp.el (nntp-pre-command): New.
9711         * nntp.el (nntp-via-rlogin-command): New.
9712         * nntp.el (nntp-via-telnet-command): New.
9713         * nntp.el (nntp-via-telnet-switches): New.
9714         * nntp.el (nntp-via-user-name): New.
9715         * nntp.el (nntp-via-user-password): New.
9716         * nntp.el (nntp-via-address): New.
9717         * nntp.el (nntp-via-envuser): New.
9718         * nntp.el (nntp-via-shell-prompt): New.
9719         * nntp.el (nntp-open-telnet-stream): New.
9720         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
9721         * nntp.el (nntp-open-via-telnet-and-telnet): New.
9722         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
9723         * nntp.el (nntp-send-command): ditto.
9724         * nntp.el (nntp-send-command-nodelete): ditto.
9725         * nntp.el (nntp-send-command-and-decode): ditto.
9726
9727 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
9728         Trivial patch.
9729
9730         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
9731         `when'.
9732
9733 2001-07-03  Simon Josefsson  <jas@extundo.com>
9734         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
9735
9736         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
9737
9738 2001-07-03  Simon Josefsson  <jas@extundo.com>
9739
9740         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
9741         remove it (workaround XEmacs `fill-region' bug).
9742
9743 2001-07-01  Simon Josefsson  <jas@extundo.com>
9744
9745         * nnimap.el (nnimap-date-days-ago): Defeat locale.
9746
9747 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9748
9749         * mml2015.el (mml2015-format-error): New function.
9750         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
9751         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
9752         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
9753
9754 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9755
9756         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
9757         Suggested by Christoph Conrad <C.Conrad@cli.de>.
9758
9759         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
9760         group variables.
9761
9762 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9763
9764         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
9765
9766         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
9767         (nnrss-save-group-data): Ditto.
9768
9769         * gnus-agent.el (gnus-agent-save-alist): Ditto.
9770
9771 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9772
9773         * message.el (message-do-send-housekeeping): Narrow to headers.
9774
9775 2001-06-24  Simon Josefsson  <jas@extundo.com>
9776
9777         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
9778         insertion when breaking lines looked for " \t" instead of "[ \t]".
9779         (rfc2047-encode-message-header): Fold lines even if
9780         no QP encoding is done.
9781
9782 2001-06-23  Simon Josefsson  <jas@extundo.com>
9783         From Samuel Tardieu <sam@inf.enst.fr>
9784
9785         * smime.el (smime-keys): Support additional certificates.
9786         (smime-make-certfiles): New function.
9787         (smime-sign-region): Use previous variables.
9788         (smime-get-certfiles): New function.
9789         (smime-sign-buffer): Use it.
9790         (smime-verify-region): Support both CAfile and CApath.
9791
9792 2001-06-23  Simon Josefsson  <jas@extundo.com>
9793
9794         * smime.el (smime-decrypt-region): Perhaps work.
9795
9796 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9797
9798         * gnus-msg.el (gnus-copy-article-buffer): Typo.
9799
9800 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
9801
9802         * mm-decode.el (mm-save-part): Rewrite file name.
9803         (mm-file-name-rewrite-functions): New variable.
9804         (mm-file-name-delete-whitespace): New function.
9805         (mm-file-name-trim-whitespace): New function.
9806         (mm-file-name-collapse-whitespace): New function.
9807         (mm-file-name-replace-whitespace): New variable and function.
9808
9809 2001-06-22  Simon Josefsson  <jas@extundo.com>
9810
9811         * message.el (message-make-date): Workaround locale for weekdays.
9812
9813 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9814
9815         * message.el (message-goto-body): Return nil if not found. (revert!)
9816
9817 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9818         From Fremlin <chief@bandits.org>
9819
9820         * message.el (message-goto-body): Some messages have no header.
9821
9822         * gnus-msg.el (gnus-copy-article-buffer): Use it.
9823
9824 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
9825
9826         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
9827
9828 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9829
9830         * message.el (message-make-date): Add week day.
9831         Suggested by Jason R. Mastaler <jason@mastaler.com>.
9832
9833 2001-06-19  Simon Josefsson  <jas@extundo.com>
9834
9835         * message.el (message-yank-prefix): Doc fix.
9836         (message-yank-cited-prefix): Ditto.
9837         (message-delete-not-region): Keep citation prefix on first line,
9838         if possible and appropriate.
9839
9840 2001-06-19  Simon Josefsson  <jas@extundo.com>
9841
9842         * imap.el (imap-process-connection-type): New variable.
9843         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
9844         recent `imtest's work completely (no line length issues), while
9845         making making old `imtest's unusable.  Thanks to NAGY Andras
9846         <nagya@inf.elte.hu> for his work.
9847
9848 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
9849
9850         * imap.el (imap-ssl-program): Add -quiet to shut up
9851         OpenSSL/SSLeay's internal debug talk.
9852
9853 2001-06-19  Matt Armstrong  <matt@lickey.com>
9854
9855         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
9856         server.
9857
9858 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9859
9860         * nnmail.el (nnmail-article-buffer): New variable.
9861         (nnmail-split-incoming): Use it.
9862
9863 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
9864
9865         * qp.el (quoted-printable-decode-region): If called interactively,
9866         use coding-system-for-read.
9867
9868 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9869
9870         * message.el (message-check-news-header-syntax): Check Reply-To.
9871
9872 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9873
9874         * mml.el (mml-parse-1): Use message options.
9875
9876         * message.el (message-do-fcc): Don't do anything if there is no
9877         FCC.
9878
9879 2001-06-16  Simon Josefsson  <jas@extundo.com>
9880
9881         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
9882         (nnimap-expunge-search-string): New variable.
9883         (nnimap-request-expire-articles): Use it.
9884
9885 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9886
9887         * message.el (message-send-mail-with-qmail): wrong exit status is
9888         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
9889
9890 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9891
9892         * gnus-art.el (article-strip-multiple-blank-lines): Use
9893         delete-region instead of replace-match.
9894
9895 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9896
9897         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
9898         (nnweb-google-wash-article): Ditto.
9899
9900 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
9901
9902         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
9903
9904 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9905
9906         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
9907         specs.
9908
9909 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9910
9911         * gnus.el (gnus-email-address): Move it here.
9912
9913         * gnus-art.el (article-de-quoted-unreadable): Read charset if
9914         requested.
9915         (article-de-base64-unreadable): Ditto.
9916         (article-wash-html): Ditto.
9917
9918 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9919
9920         * message.el (message-options-set-recipient): Don't add ", "
9921         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
9922
9923 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9924
9925         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
9926
9927 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9928
9929         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
9930         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
9931
9932         * nnrss.el (nnrss-node-text): Node might be nil.
9933
9934 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9935
9936         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
9937         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
9938
9939         * nnrss.el (nnrss-group-alist): More items.
9940
9941 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9942
9943         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
9944
9945 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
9946         Trivial patch from Dale Hagglund  <rdh@best.com>
9947
9948         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
9949         restrict clauses.
9950
9951 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9952
9953         From Benjamin Rutt <brutt+news@bloomington.in.us>
9954
9955         * message.el (message-wide-reply-confirm-recipients): New variable.
9956
9957 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
9958         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
9959
9960         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
9961         fix so it works with XEmacs.
9962
9963 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9964
9965         * nnrss.el (nnrss-retrieve-headers): Support description as extra
9966         headers.
9967
9968 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9969
9970         * nnrss.el: Fix a few bugs.
9971
9972 2001-06-05  Simon Josefsson  <jas@extundo.com>
9973
9974         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
9975         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
9976
9977 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
9978
9979         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
9980         binary so that we don't transmit ISO 2022 garbage to the process.
9981         This is needed under XEmacs.
9982
9983 2001-06-03  Simon Josefsson  <simon@josefsson.org>
9984
9985         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
9986         autoloaded incorrectly below because ssl-program-* is bound.)
9987         Thanks to Amos Gouaux for report.
9988
9989 2001-06-02  Simon Josefsson  <simon@josefsson.org>
9990
9991         * imap.el (imap-kerberos4-open):
9992         (imap-gssapi-open):
9993         (imap-ssl-open):
9994         (imap-network-open):
9995         (imap-shell-open):
9996         (imap-starttls-open): Set buffer to workaround spurious
9997         `accept-process-output' buffer changes.  Thanks to Mats Lidell
9998         <Mats.Lidell@contactor.se> for report and partial patch and Jake
9999         Colman <colman@ppllc.com> for report.
10000
10001 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10002
10003         * gnus-sum.el (gnus-summary-catchup): New argument.
10004         (gnus-summary-catchup-from-here): New function.
10005
10006 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10007
10008         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
10009         back, then insert glyph.  (Before, the glyph was inserted first,
10010         then the newline.)  This works around a behavior in XEmacs where
10011         it is not possible to insert a character after a glyph which is at
10012         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
10013
10014 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10015
10016         From Jaap-Henk Hoepman (jhh@xs4all.nl).
10017
10018         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
10019         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
10020         mm-destroy-postponed-undisplay-list): New functions.
10021         (mm-display-external): Use them.
10022
10023 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10024
10025         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
10026         `default-low' when evaluating `gnus-summary-highlight'.
10027         From Raja R Harinath <harinath@cs.umn.edu>.
10028
10029 2001-05-27  Simon Josefsson  <simon@josefsson.org>
10030
10031         * message.el (message-yank-cited-prefix): New variable.
10032         (message-indent-citation): Use it.
10033
10034         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
10035         as details.
10036         (mml2015-mailcrypt-clear-verify): Ditto.
10037
10038 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10039         From Nevin Kapur <nevin@jhu.edu>.
10040
10041         * gnus-sum.el (gnus-summary-default-high-score,
10042         gnus-summary-default-low-score): New variables.
10043         (gnus-summary-highlight): Use them.
10044
10045 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
10046
10047         * message.el (message-mail): pass the 'send-actions argument to
10048         `message-setup'.
10049
10050 2001-05-16  Simon Josefsson  <simon@josefsson.org>
10051         From Raymond Scholz <ray-2001@zonix.de>
10052
10053         * gnus-art.el (gnus-mime-view-part-as-charset):
10054         (gnus-mime-internalize-part): Doc fixes.
10055
10056 2001-05-11  Simon Josefsson  <simon@josefsson.org>
10057
10058         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
10059         status lines without any text ("^215$").
10060
10061 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10062
10063         * nnrss.el (nnrss-check-group): Reverse.
10064
10065 2001-05-07  Simon Josefsson  <simon@josefsson.org>
10066
10067         * message.el (message-get-reply-headers):
10068         (message-followup): Fix typo, suggested by David Green
10069         <dgreen@uab.edu>
10070
10071 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10072
10073         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
10074
10075         * nnrss.el (nnrss-open-server): Read server data when it is called.
10076         (nnrss-request-expire-articles): Fix.
10077
10078 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10079
10080         * message.el (message-do-send-housekeeping): mail-abbrevs may
10081         rename buffer behind Gnus.
10082
10083 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10084
10085         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
10086         (nnrss-group-alist): Add more resources.
10087         (nnrss-check-group): Ignore errors.
10088
10089 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10090
10091         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
10092
10093         * nnslashdot.el (nnslashdot-request-list): Add time.
10094         (nnslashdot-request-expire-articles): New function.
10095
10096         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
10097         secondary methods too.
10098
10099 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10100
10101         * message.el (message-use-followup-to): Set default value to t.
10102
10103 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
10104
10105         * message.el (message-dont-reply-to-names): Fix documentation.
10106         (message-get-reply-headers): Use Mail-Followup-To only for wide
10107         replies.
10108
10109 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10110
10111         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
10112         correctly.
10113         (nnrss-check-group): Use time.
10114
10115 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10116
10117         * gnus.el: Oort Gnus v0.03 is released.
10118
10119 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10120
10121         * nnultimate.el (nnultimate-topic-article-to-article): Use the
10122         group.
10123
10124 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10125
10126         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
10127
10128 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10129
10130         * nnultimate.el (nnultimate-retrieve-headers): Return all
10131         available headers.
10132
10133         * gnus-sum.el (gnus-read-all-available-headers): New variable.
10134         (gnus-get-newsgroup-headers-xover): Use it.
10135
10136 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10137
10138         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
10139
10140 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10141
10142         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
10143
10144 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10145
10146         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
10147         disable it.
10148
10149         * gnus.el (gnus-info-nodes): Remove a few The's.
10150
10151 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10152
10153         * mail-source.el (mail-source-movemail): Call-process may return a
10154         signal description string.
10155
10156         * gnus-start.el (gnus-read-newsrc-el-file):
10157         gnus-newsrc-file-version may be nil.
10158
10159         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
10160         Suggested by Michael Sperber [Mr. Preprocessor]
10161         <sperber@informatik.uni-tuebingen.de>.
10162
10163 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
10164
10165         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
10166
10167 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
10168
10169         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
10170         fontify HANDLE.
10171
10172 2001-04-18  Simon Josefsson  <simon@josefsson.org>
10173
10174         * smime.el (smime-ask-passphrase): Rework to return value.
10175         (smime-sign-region): Rework to bind value and use it.
10176         (smime-decrypt-region): Ditto.
10177
10178 2001-04-18  Simon Josefsson  <simon@josefsson.org>
10179         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
10180
10181         * smime.el (smime-ask-passphrase): New function.
10182         (smime-sign-region): Use it.
10183         (smime-encrypt-cipher): New variable.
10184         (smime-decrypt-region): Ditto.
10185
10186 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
10187         Committed by Simon Josefsson  <simon@josefsson.org>
10188
10189         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
10190         the log.
10191
10192 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10193
10194         * gnus.el: Oort Gnus v0.02 is released.
10195
10196 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
10197
10198         * gnus.el: Oort Gnus v0.01 is released.
10199
10200 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10201
10202         * gnus-sum.el (gnus-summary-highlight): Highlight read
10203         undownloaded articles as read articles.
10204
10205         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
10206         (gnus-agent-get-undownloaded-list): Mark all undownloaded
10207         articles, even read ones, as such.
10208
10209         * gnus-sum.el (gnus-summary-find-matching): Clean up.
10210         (gnus-find-matching-articles): New function.
10211         (gnus-summary-limit-include-matching-articles): New command.
10212         (gnus-summary-limit-include-thread): Include articles that have
10213         matching subjects.
10214         (gnus-offer-save-summaries): Clean up.
10215
10216 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10217
10218         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
10219
10220 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10221         From Jason Merrill <jason_merrill@redhat.com>
10222
10223         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
10224
10225 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
10226         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10227
10228         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
10229         newsgroup names when the original article is a news message.
10230
10231 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10232
10233         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
10234         supported. Suggest by Jim Meyering <jim@meyering.net>.
10235
10236 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
10237         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
10238
10239         * nnmail.el (nnmail-split-it): Added check for .* at the end of
10240         regexp in nnmail-split-fancy.
10241
10242 2001-04-10  Simon Josefsson  <simon@josefsson.org>
10243
10244         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
10245
10246 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
10247
10248         * message.el (message-send-mail): Improve the interaction with the
10249         user.
10250
10251 2001-04-10  Simon Josefsson  <simon@josefsson.org>
10252
10253         * imap.el (imap-message-copy): Work around buggy servers that
10254         doesn't send TRYCREATE tags.
10255
10256 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
10257
10258         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
10259
10260 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10261
10262         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
10263         date.
10264
10265 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10266
10267         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
10268         lives.
10269
10270 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10271
10272         * gnus-art.el (gnus-parse-news-url): New function.
10273         (gnus-button-handle-news): New function.
10274         (gnus-button-alist): Point to new functions.
10275
10276         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
10277
10278         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
10279         gnus-format-specs.
10280
10281         * message.el (message-check-news-header-syntax): Question even
10282         when Gnus doesn't know the group names.
10283         (message-send-news): Clean up.
10284
10285         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
10286         exited on purpose without saving.
10287
10288         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
10289
10290 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10291
10292         * gnus-score.el (gnus-score-orphans): Clean up.
10293
10294         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
10295
10296         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
10297         later.
10298
10299         * gnus-start.el (gnus-close-all-servers): Find the right items to
10300         close.
10301
10302         * qp.el (quoted-printable-decode-region): Just message
10303         malformation; don't quit.
10304
10305 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10306         From Gerd Moellmann <gerd@gnu.org>.
10307
10308         * gnus.el (gnus-interactive): A typo.
10309
10310 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
10311         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10312
10313         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
10314         `assq-delete-all', if that function exists; otherwise use the old
10315         definition. Documentation changed to match the one in
10316         `assq-delete-all'.
10317
10318 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10319
10320         * gnus-start.el (gnus-close-all-servers): New function.
10321
10322         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
10323         (gnus-server-remove-denials): Clean up.
10324
10325         * gnus-sum.el (gnus-summary-sort-by-original): New command and
10326         keystroke.
10327
10328 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10329
10330         * message.el (message-send-news): Message where we are sending.
10331         (message-send-mail): Ditto.
10332
10333         * gnus.el (gnus-server-string): New function.
10334
10335         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
10336
10337         * mm-decode.el (mm-default-directory): Customized.
10338         (mm-tmp-directory): Ditto.
10339
10340         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
10341         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
10342         or Chars.
10343         (gnus-summary-line-format-alist): ?l is now a string.
10344         (gnus-summary-prepare-threads): Output ? for unknown lines.
10345         (gnus-summary-insert-line): Ditto.
10346         (gnus-summary-print-article): Unbalanced parentheses.
10347
10348         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
10349         out whether new stuff has arrived.
10350
10351 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
10352
10353         * gnus-sum.el: Let printing work on ttys on Emacs.
10354
10355 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10356
10357         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
10358         when forcing news.
10359
10360         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
10361         command.
10362
10363 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
10364
10365         * message.el (message-set-auto-save-file-name): Don't use
10366         asterisks under nt.
10367
10368 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10369
10370         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
10371         lists of articles.
10372
10373         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
10374
10375         * gnus-msg.el (gnus-put-message): Clean up.
10376         (gnus-summary-reply): Mark all replied-to articles as replied to.
10377         (gnus-inews-add-send-actions): Also mark as forwarded.
10378         (gnus-summary-mail-forward): Mark as forwarded.
10379
10380         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
10381         of articles.
10382         (gnus-summary-mark-article-as-forwarded): Ditto.
10383
10384         * gnus-msg.el (gnus-summary-resend-message): Mark article as
10385         forwarded.
10386         (gnus-summary-mail-forward): Clean up.
10387
10388         * gnus.el (gnus-article-mark-lists): Added forward.
10389
10390         * gnus-sum.el (gnus-forwarded-mark): New variable.
10391         (gnus-summary-prepare-threads): Use it.
10392         (gnus-summary-update-secondary-mark): Ditto.
10393         (gnus-newsgroup-forwarded): New variable.
10394
10395 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10396
10397         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
10398         (gnus-summary-very-wide-reply): New command and keystroke.
10399         (gnus-summary-very-wide-reply-with-original): Ditto.
10400
10401         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
10402         (gnus-score-adaptive): Use it.
10403
10404         * gnus-start.el (gnus-get-unread-articles): Clean up.
10405
10406 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10407
10408         * nnultimate.el (nnultimate-retrieve-headers): Work for other
10409         boards.
10410
10411 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
10412
10413         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
10414         * gnus-start.el (gnus-subscribe-newsgroup): use it.
10415
10416 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10417
10418         * nnultimate.el (nnultimate-retrieve-headers): Understand
10419         long-form month names.
10420
10421 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10422
10423         * gnus-sum.el (gnus-summary-show-all-headers):
10424         gnus-article-show-all-headers is broken. Use
10425         gnus-summary-toggle-header instead.
10426
10427         * mml2015.el (mml2015-gpg-extract-from): No error.
10428
10429 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10430         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
10431
10432         * mml2015.el (mml2015-gpg-extract-from): New function.
10433         (mml2015-gpg-verify): Use it.
10434         (mml2015-gpg-clear-verify): Use it.
10435
10436 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10437
10438         * message.el (message-setup-fill-variables): Use
10439         fill-paragraph-function.
10440         (message-fill-paragraph): Take an argument.
10441         (message-newline-and-reformat): Take another argument.
10442
10443 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10444
10445         * message.el (rmail-output): It is in rmailout.el not rmail.el.
10446
10447 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10448
10449         * message.el (message-forward): local-variable-p takes an extra
10450         argument in XEmacs.
10451
10452 2001-03-16  Simon Josefsson  <simon@josefsson.org>
10453
10454         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
10455         `nnimap-use-nov-p' (it really tested the negative).
10456         (nnimap-retrieve-headers): Use it.
10457
10458 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10459
10460         * message.el (message-generate-headers-first): Update doc.
10461
10462 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
10463         Trivial patch.
10464
10465         * gnus.el (gnus-summary-line-format): Typo.
10466
10467 2001-03-11  Simon Josefsson  <simon@josefsson.org>
10468
10469         * mailcap.el (mailcap-mime-data): Add application/sieve.
10470         (mailcap-mime-extensions): Add .siv, .xls.
10471
10472 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10473         From Christoph Conrad <christoph.conrad@gmx.de>
10474
10475         * gnus-score.el (gnus-summary-lower-thread): Typo.
10476
10477 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10478
10479         * message.el (message-forward-decoded-p): New variable.
10480         (message-forward-subject-author-subject): Use it.
10481         (message-make-forward-subject): Use it.
10482         (message-forward): Use it.
10483
10484         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
10485
10486         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
10487         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
10488
10489 ;;Has been fixed -- zsh.
10490 ;;2001-03-05  Dave Love  <fx@gnu.org>
10491 ;;
10492 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
10493 ;;      Move it after definition of mm-coding-system-p.
10494 ;;
10495 2001-03-01  Dave Love  <fx@gnu.org>
10496
10497         * mm-util.el (mm-inhibit-file-name-handlers): Add
10498         image-file-handler.
10499
10500 2001-02-11  Dave Love  <fx@gnu.org>
10501
10502         * message.el (message-signature-file): Fix doc, :type.
10503
10504 2001-02-08  Dave Love  <fx@gnu.org>
10505
10506         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
10507         (message-posting-charset): Defvar when compiling again.
10508         (rfc2047-encodable-p): Require message.
10509
10510         * gnus-sum.el (gnus-alter-articles-to-read-function):
10511         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
10512
10513 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10514
10515         * nnrss.el: New file.
10516
10517 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
10518         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10519
10520         * rfc2047.el (rfc2047-unfold-region): Fix arg of
10521         `skip-chars-forward'.
10522
10523 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10524
10525         * nndraft.el (nndraft-request-group): Restore auto save files if
10526         the original files do not exist.
10527
10528 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10529
10530         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
10531         SCORE paths.
10532
10533         * mm-decode.el (mm-dissect-buffer): Call
10534         mail-extract-address-components only if necessary.
10535
10536 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10537
10538         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
10539         directory part.
10540         (gnus-score-search-global-directories): Use file-directory-p.
10541
10542         * gnus-score.el (gnus-score-score-files-1): Use
10543         gnus-kill-files-directory.
10544         From Adrian Aichner <adrian@xemacs.org>.
10545
10546 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10547
10548         * gnus.el (charset): Move here from gnus-sum.el.
10549
10550 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10551
10552         * mml.el (mml-preview): Disable local map.
10553
10554         * gnus-sum.el (gnus-summary-make-menu-bar): Make
10555         gnus-article-post-menu here.
10556
10557         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
10558         if it has not been made.
10559
10560 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10561
10562         * gnus-art.el (gnus-article-describe-key): Map key to event.
10563         (gnus-article-describe-key-briefly): Ditto
10564
10565 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10566
10567         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
10568
10569 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10570         From Katsumi Yamaoka <yamaoka@jpl.org>.
10571
10572         * dgnushack.el (coerce, merge, subseq): defmacro.
10573
10574 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10575
10576         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
10577         A fake defalias in nndraft.el results a not-activated bug in
10578         uncompiled versions.
10579
10580 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
10581         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10582
10583         * gnus-util.el (gnus-split-references): Handle malformed References:.
10584
10585 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10586
10587         * gnus-art.el (gnus-article-mime-part-status): 1 part.
10588
10589 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10590         From NAGY Andras <nagya@inf.elte.hu>.
10591
10592         * gnus.el (gnus-parameters): Typo.
10593
10594 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10595
10596         * gnus.el (gnus-read-method): Remove redundancy.
10597
10598 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10599
10600         * nnslashdot.el (nnslashdot-backslash-url): New variable.
10601         (nnslashdot-request-list): Use it.
10602
10603 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10604
10605         * nnml.el (nnml-generate-active-info): Fix the case when there is
10606         no file.
10607
10608         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
10609         (gnus-summary-create-article): New function.
10610
10611         * gnus-group.el (gnus-group-mark-article-read): New function.
10612
10613         * gnus-msg.el (gnus-inews-do-gcc): Use it.
10614
10615         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
10616
10617 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10618
10619         * gnus-art.el (gnus-article-edit-done): Don't use
10620         gnus-article-edit-exit.
10621         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
10622
10623         * gnus.el (gnus-parameters): New variable.
10624         Suggested by NAGY Andras <nagya@inf.elte.hu>.
10625         (gnus-parameters-get-parameter): New function.
10626         (gnus-group-find-parameter): Use it.
10627
10628 2001-02-23  Simon Josefsson  <simon@josefsson.org>
10629
10630         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
10631         change of default value to `current'.
10632
10633 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10634
10635         * nneething.el (nneething-get-head): Insert unreadable file too.
10636
10637 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10638
10639         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
10640
10641         * webmail.el (webmail-type-definition): Deja is bought by google.
10642
10643 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10644
10645         * gnus-sum.el (gnus-fetch-headers): New function.
10646         (gnus-select-newsgroup): Use it.
10647         (gnus-summary-insert-articles): New function.
10648         (gnus-summary-insert-old-articles): New function.
10649         (gnus-summary-insert-new-articles): New function.
10650
10651         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
10652         (gnus-group-list-active): Ditto.
10653         * gnus-sum.el (gnus-set-mode-line): Ditto.
10654         (gnus-summary-read-group-1): Ditto.
10655
10656 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10657
10658         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
10659         current topic.
10660
10661 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10662
10663         * smiley.el (gnus-smiley-display): Don't do widening.
10664
10665         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
10666         within body.
10667
10668         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
10669
10670         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
10671         New variable.
10672         (gnus-mime-display-multipart-related-as-mixed): New variable.
10673         (gnus-mime-display-part): Use them.
10674
10675 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10676
10677         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
10678         something special.
10679
10680 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10681
10682         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
10683         (nnweb-request-article): Call reference if exists.
10684         (nnweb-type-definition): Dejanews is bought by google.com.
10685         Beta!
10686
10687 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10688
10689         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
10690
10691 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10692
10693         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
10694         gnus-article-sort-functions.
10695         (gnus-article-sort-functions): Doc fix.  Refer to
10696         gnus-thread-sort-functions.
10697
10698 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10699         From Paul Jarc <prj@po.cwru.edu>.
10700
10701         * message.el (message-get-reply-headers): More fixes.
10702
10703 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
10704         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10705
10706         * message.el (message-get-reply-headers): Fix bug with
10707         Mail-Followup-To/to-address interaction.
10708
10709 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10710
10711         * gnus-msg.el (gnus-configure-posting-styles): Match header in
10712         gnus-article-copy.
10713
10714 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10715
10716         * message.el (message-do-send-housekeeping): Rename to a better
10717         name.
10718
10719 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10720
10721         * message.el (message-cancel-news): Check article first, then ask
10722         yes or no.
10723
10724 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10725
10726         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
10727
10728 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10729
10730         * gnus-range.el (gnus-range-normalize): New function.
10731
10732 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
10733
10734         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
10735
10736 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10737
10738         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
10739
10740         * nnagent.el (nnagent-request-regenerate): New function.
10741
10742         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
10743
10744         * nnml.el (nnml-generate-nov-databases): Accept argument
10745         server. Don't open server if it is opened.
10746         (nnml-request-regenerate): Use it. Change to deffoo.
10747
10748 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10749         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10750
10751         * gnus.el (gnus-define-group-parameter): Fix.
10752
10753 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10754
10755         * gnus.el (gnus-define-group-parameter): Improved.
10756
10757         * gnus-sum.el (charset): Define parameter.
10758         (ignored-charsets): Ditto.
10759         (gnus-summary-setup-default-charset): Use them.
10760
10761         * gnus-start.el (gnus-read-descriptions-file): Use them.
10762
10763         * gnus-cus.el (gnus-group-parameters): Remove them.
10764
10765 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10766
10767         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
10768
10769 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10770
10771         * gnus-sum.el (gnus-summary-read-group-1): Remove
10772         gnus-summary-set-local-parameters.
10773         (gnus-summary-setup-buffer): Put it here.
10774
10775 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10776
10777         * gnus.el (to-address): Define parameter.
10778         (to-list): Ditto.
10779         * gnus-art.el (article-hide-boring-headers): Use them.
10780         * gnus-msg.el (gnus-post-news): Ditto.
10781         * gnus-cus.el (gnus-group-parameters): Remove them.
10782
10783 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10784
10785         * gnus-draft.el (gnus-draft-reminder): New function.
10786
10787         * gnus-art.el (gnus-sender-save-name): New function.
10788
10789 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10790
10791         * mm-util.el (mm-mime-charset): Error message.
10792
10793 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10794
10795         * message.el (message-check-news-body-syntax): Don't check mml lines.
10796
10797 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10798
10799         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
10800         subscribe.
10801
10802         * gnus-start.el (gnus-call-subscribe-functions): New function.
10803         (gnus-find-new-newsgroups): Use it.
10804         (gnus-ask-server-for-new-groups): Use it.
10805         (gnus-check-first-time-used): Use it.
10806         (gnus-subscribe-newsgroup-method): Grok a list of functions.
10807         (gnus-subscribe-options-newsgroup-method): Ditto.
10808         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
10809         return .
10810
10811 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10812
10813         * gnus-cus.el (gnus-score-customize): Doc fix.
10814
10815 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
10816
10817         * dgnushack.el (my-getenv): Typo.
10818
10819 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10820
10821         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
10822
10823 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10824
10825         * gnus-group.el (gnus-group-suspend): Offer save summaries.
10826
10827         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
10828         (gnus-treatment-function-alist): Use it.
10829         (article-remove-leading-whitespace): New function.
10830         (gnus-article-make-menu-bar): Use it.
10831
10832         * gnus-sum.el (gnus-summary-wash-empty-map): Add
10833         remove-leading-whitespace.
10834         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
10835         because of conflict.
10836
10837 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10838
10839         * Makefile.in: Hack generating gnus-load.el.
10840         * dgnushack.el: Ditto.
10841         * gnus-load.el: Remove it.
10842
10843 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10844
10845         * dgnushack.el : Add URLDIR.
10846
10847         * Makefile.in (EMACS_COMP): Ditto.
10848
10849 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10850
10851         * gnus-cus.el (gnus-score-customize): Error on no score file.
10852
10853 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10854
10855         * mm-decode.el (mm-merge-handles): New function.
10856
10857         * mm-view.el (mm-inline-message): Use it.
10858         (mm-view-message): Ditto.
10859
10860         * mm-partial.el (mm-inline-partial): Ditto.
10861
10862         * mm-extern.el (mm-inline-external-body): Ditto.
10863
10864         * gnus-art.el (gnus-mime-view-part): Ditto.
10865         (gnus-mime-view-part-as-type): Ditto.
10866         (gnus-mime-save-part-and-strip): Prevent users to strip in some
10867         cases.
10868
10869 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10870
10871         * message.el (message-cancel-news): Allow to shoot foot.
10872         (message-supersede): Ditto.
10873
10874 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
10875         Trivial patch.
10876
10877         * gnus-sum.el (gnus-simplify-subject-re): Use
10878         message-subject-re-regexp.
10879
10880 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10881
10882         * nnmail.el (nnmail-expiry-target-group): Bind
10883         nnmail-cache-accepted-message-ids to nil.
10884
10885         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
10886         coding system.
10887
10888 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10889
10890         * qp.el (quoted-printable-encode-region): Make sure characters are
10891         between 00 and FF.  Don't check charset.
10892
10893         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
10894         in Emacs 20.
10895         * rfc2047.el (rfc2047-q-encode-region): Ditto.
10896
10897 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10898
10899         * message.el (message-make-forward-subject): Argument decoded.
10900         (message-forward): Use it when digest.
10901
10902         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
10903         buffer.
10904
10905 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10906
10907         * message.el (message-generate-headers-first): Doc fix.
10908
10909 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10910
10911         * gnus-art.el (article-make-date-line): Error proof.
10912
10913 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10914
10915         * gnus-group.el (gnus-group-listing-limit): New variable.
10916         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
10917
10918         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
10919
10920 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10921
10922         * message.el (message-newline-and-reformat): Special case for
10923         breaking at BOL.
10924
10925 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
10926
10927         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
10928         message/rfc822.
10929
10930 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10931
10932         * message.el (message-encode-message-body): Don't insert
10933         Content-Type if it is inside a mail.
10934
10935 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10936
10937         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
10938         gnus-article-commands-menu.
10939
10940         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
10941         in Emacs.
10942
10943         * gnus-start.el (gnus-read-descriptions-file): Use
10944         gnus-group-name-charset and gnus-group-charset-alist.
10945
10946 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10947
10948         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
10949         active region.
10950
10951         * gnus-start.el (gnus-group-change-level): Remove from both
10952         gnus-zombie-list and gnus-killed-list.
10953
10954 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10955
10956         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
10957         gnus-subscribe-topics.
10958
10959         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
10960
10961 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10962
10963         * gnus-art.el (gnus-article-make-menu-bar): Make
10964         gnus-article-post-menu.
10965
10966         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
10967
10968         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
10969
10970         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
10971
10972         * message.el (message-mode-menu): Ditto.
10973
10974         * gnus-art.el (defvar): eval-when-compile.
10975
10976 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10977
10978         * gnus-agent.el (gnus-agentize): Fix doc.
10979
10980 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
10981
10982         * mml.el (mml-preview): Bind `q'.
10983
10984 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10985
10986         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
10987
10988 2001-01-31  Dave Love  <fx@gnu.org>
10989
10990         * mm-util.el (mm-mime-mule-charset-alist)
10991         (mm-find-mime-charset-region): Consider mule-utf-8.
10992
10993 2001-01-31  Dave Love  <fx@gnu.org>
10994
10995         * gnus-art.el (gnus-article-x-face-command)
10996         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
10997         :version.
10998
10999 2001-01-26  Dave Love  <fx@gnu.org>
11000
11001         * mm-util.el (mm-multibyte-string-p): New.
11002
11003 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
11004 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
11005 ;;      string-as-multibyte on class.  Clarify line-folding.
11006         (quoted-printable-encode-string): Make temp buffer inherit
11007         string's multibyteness.
11008
11009 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
11010
11011         * nnheader.el (toplevel): Don't require `gnus-util' at
11012         compile-time; this creates a circular dependency, and prevents
11013         a bootstrap.
11014
11015 2001-01-22  Andreas Schwab  <schwab@suse.de>
11016
11017         * nnheader.el (gnus-delete-line): Autoload it as a macro.
11018
11019 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11020
11021         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
11022
11023         * gnus-art.el (article-hide-list-identifiers): Ditto.
11024
11025         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
11026
11027 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11028
11029         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
11030
11031         * gnus-art.el (article-hide-list-identifiers): Similar.
11032
11033 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
11034
11035         * nnmail.el (nnmail-remove-list-identifiers): Improved.
11036
11037 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11038
11039         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
11040
11041 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11042
11043         * gnus-util.el (gnus-string-equal): New function.
11044
11045         * gnus-art.el (article-hide-boring-headers): Use it.
11046
11047 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
11048
11049         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
11050
11051 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11052
11053         * gnus-msg.el (gnus-msg-mail): Support switch-action.
11054
11055 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11056
11057         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
11058         command if there is not last-saver.
11059
11060 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11061
11062         * nntp.el (nntp-open-connection): 201 is possible.
11063
11064 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11065
11066         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
11067         (rfc2047-charset-encoding-alist): Add big5.
11068
11069 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11070
11071         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
11072         (gnus-agent-remove-server): Ditto.
11073         (autoload): gnus-server-update-server.
11074
11075         * gnus-srvr.el (gnus-server-line-format): Add %a.
11076         (gnus-server-line-format-alist): Add gnus-tmp-agent.
11077         (gnus-server-insert-server-line): Use it.
11078
11079 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11080
11081         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
11082         GB2312 and Big5.
11083
11084 2001-01-24  Simon Josefsson  <sj@extundo.com>
11085
11086         * mail-source.el (mail-sources): Add :program specifier to IMAP
11087         mail source.
11088         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
11089
11090 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11091
11092         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
11093
11094 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11095
11096         * nntp.el (nntp-wait-for): Return the success code.
11097         (nntp-open-connection): Use it.
11098
11099 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11100
11101         * gnus-int.el (gnus-check-server): Allow breaking the opening.
11102
11103 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11104
11105         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
11106
11107 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11108
11109         * gnus-sum.el (gnus-summary-print-article): Take one prefix
11110         argument. Allow to print several articles in one file.
11111
11112 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11113
11114         * webmail.el (webmail-type-definition): netaddress changes.
11115
11116 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11117
11118         * gnus.el: Fix copyright. Remove trailing spaces.
11119
11120         * message.el (message-forward): Use mule4.
11121
11122 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11123
11124         * mm-util.el (mm-string-as-unibyte): New function.
11125
11126         * message.el (message-forward): Use it.
11127
11128 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11129
11130         * message.el (message-cite-original-without-signature): Don't peel
11131         off the blank line.
11132         (message-get-reply-headers): Add Cc if it is not in follow-to.
11133
11134 2001-01-20  Simon Josefsson  <sj@extundo.com>
11135
11136         * mm-decode.el (mm-handle-multipart-from): Add.
11137         (mm-dissect-buffer): Save From: header value.
11138         (mm-security-from): Remove.
11139         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
11140
11141         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
11142         instead of `mml-security-from'.  Protect null from value.
11143
11144 2001-01-20  Simon Josefsson  <sj@extundo.com>
11145
11146         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
11147         application/vnd.ms-excel attachments.
11148
11149 2001-01-19  Simon Josefsson  <sj@extundo.com>
11150
11151         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
11152
11153 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11154
11155         * message.el (message-ignored-mail-headers): Ditto.
11156
11157 2001-01-19  Simon Josefsson  <sj@extundo.com>
11158
11159         * message.el (message-ignored-news-headers): Only search beginning
11160         of line.
11161
11162 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
11163         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
11164
11165         * message.el (message-send-mail): Content-Type may not be there.
11166
11167 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11168
11169         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
11170         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
11171
11172         * gnus-art.el (article-display-x-face): Insert X-Face if there is
11173         not.
11174
11175 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11176
11177         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
11178         non-native groups.
11179
11180 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11181
11182         * message.el (message-yank-original): Understand
11183         universal-argument.
11184
11185 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11186
11187         * gnus-art.el (gnus-boring-article-headers): Add to-address.
11188         (article-hide-boring-headers): Ditto.
11189
11190         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
11191
11192 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11193
11194         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
11195         one.
11196
11197 2001-01-16  Simon Josefsson  <simon@josefsson.org>
11198
11199         * message.el (message-make-in-reply-to): Add comment to message-id
11200         (old syntax, see 2000-08-02 change).
11201
11202 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11203
11204         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
11205         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
11206         (gnus-button-reply): Ditto.
11207
11208 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11209
11210         * gnus-art.el (article-display-x-face): Fix.
11211
11212 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11213
11214         * gnus-art.el (article-display-x-face): Use
11215         gnus-original-article-buffer.
11216
11217 2001-01-15  Jack Twilley  <jmt@tbe.net>
11218
11219         * message.el (message-add-header): Move to point-max.
11220
11221 2001-01-15  Simon Josefsson  <simon@josefsson.org>
11222
11223         * smime.el (smime-CA-directory, smime-CA-file): Change default to
11224         nil, improve documentation.
11225         (smime-certificate-directory): Comment out false hints (until it
11226         is implemented).
11227
11228         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
11229         there aren't any keys.
11230         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
11231         verify certificate.  Default is changed to only check integrity.
11232         Improved security status texts.  If a certificate doesn't contain
11233         a email address, don't fail.
11234
11235         * smime.el (smime-noverify-region):
11236         (smime-noverify-buffer): New functions.  Verifies integrity only.
11237
11238 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11239
11240         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
11241
11242 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11243
11244         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
11245         (gnus-remove-some-windows): Ditto.
11246
11247 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11248
11249         * gnus-art.el (article-make-date-line): 11th.
11250
11251 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11252
11253         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
11254         (mml2015-gpg-sign): Ditto.
11255
11256 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11257
11258         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
11259         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
11260
11261 2001-01-08  Dave Love  <fx@gnu.org>
11262
11263         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
11264         single character.
11265
11266         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
11267
11268         * message.el: Doc and message fixes.
11269         (message-send-rename-function)
11270         (message-make-forward-subject-function)
11271         (message-send-mail-function, message-reply-to-function)
11272         (message-wide-reply-to-function, message-followup-to-function)
11273         (message-distribution-function, message-auto-save-directory): Fix
11274         :type.
11275
11276         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
11277         proceeding after warnings.  Amend multipart warning message.
11278
11279 2001-01-04  Dave Love  <fx@gnu.org>
11280
11281         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
11282         compiling.
11283         (gnus-make-directory): Require nnmail.
11284
11285         * mm-decode.el (mm-inline-media-tests): Add
11286         image/x-portable-bitmap.
11287         (mm-get-image): Grok pbm.
11288
11289 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
11290
11291         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
11292
11293 2001-01-09  Didier Verna  <didier@xemacs.org>
11294
11295         * dgnushack.el (dgnushack-compile): give a dummy value to
11296         `gnus-xmas-glyph-directory' for the time of compilation.
11297         * gnus-agent.el: moved some XEmacs specific hook add-ons from
11298         `gnus-xmas-[re]define' to avoid loosing user custom settings.
11299         * gnus-art.el: ditto.
11300         * gnus-group.el: ditto.
11301         * gnus-salt.el: ditto.
11302         * gnus-sum.el: ditto.
11303         * gnus-topic.el: ditto.
11304         * gnus-xmas.el (gnus-xmas-define): see above.
11305         * gnus-xmas.el (gnus-xmas-redefine): see above.
11306         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
11307         non-continuable error when the directory can't be found.
11308
11309 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11310
11311         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
11312         handle.
11313         * gnus-art.el (gnus-mime-view-part): Copy it.
11314         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
11315
11316 2001-01-09  Michael Downes  <mjd@ams.org>
11317
11318         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
11319
11320 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11321
11322         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
11323         orig-file. Use ',source.
11324
11325 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11326
11327         * gnus-xmas.el (gnus-xmas-modeline-glyph):
11328         (gnus-xmas-group-startup-message):
11329         Detect gnus-xmas-glyph-directory when it is nil.
11330
11331 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11332
11333         * pop3.el (pop3-get-message-count): Andrew Innes
11334         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
11335
11336 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11337
11338         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
11339
11340         * time-date.el (time-to-number-of-days): New function.
11341
11342 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
11343         Trivial patch.
11344
11345         * nnslashdot.el (nnslashdot-request-list): Always get the right
11346         sid.
11347
11348 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11349
11350         * message.el (message-minibuffer-local-map): New keymap.
11351         (message-read-from-minibuffer): Use it.
11352         * gnus-msg.el (gnus-summary-resend-message): Use it
11353
11354 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11355
11356         * gnus-start.el (gnus-display-time-event-handler): New function.
11357         (gnus-after-getting-new-news-hook): Use it.
11358
11359 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11360
11361         * message.el (message-ignored-mail-headers): Add draft header.
11362
11363 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11364
11365         * gnus-sum.el (gnus-summary-expire-articles): Don't save
11366         excursion.
11367
11368         * nnslashdot.el (nnslashdot-request-list): Get the right year.
11369
11370 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
11371         A revoked patch.
11372
11373         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
11374
11375 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11376
11377         * qp.el (quoted-printable-decode-region): Don't backward-char.
11378
11379 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11380
11381         * gnus-draft.el: Mark articles as replied.
11382
11383         * gnus-sum.el (gnus-summary-add-mark): New function.
11384
11385         * gnus-group.el (gnus-add-mark): New function.
11386
11387         * gnus-sum.el (gnus-summary-buffer-name): New function.
11388         (gnus-summary-setup-buffer): Use it.
11389
11390         * gnus-draft.el: Set things up with the right post method and
11391         stuff.
11392
11393         * message.el (message-ignored-news-headers): Remove X-Draft-From.
11394
11395         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
11396
11397         * gnus.el (gnus-draft-meta-information-header): New variable.
11398
11399 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11400
11401         * gnus-art.el (gnus-treatment-function-alist): Move the date
11402         functions before the header sorting functions.
11403
11404         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
11405
11406         * dgnushack.el (dgnushack-compile): Message whether there is w3.
11407         Don't (push "/usr/share/emacs/site-lisp" load-path).
11408
11409         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
11410         to empty fill prefixes.
11411
11412 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11413
11414         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
11415         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
11416
11417 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11418
11419         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
11420
11421         * nnml.el (autoload): Move to nnheader.el.
11422
11423         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
11424         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
11425         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
11426         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
11427
11428 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11429
11430         * gnus-art.el (article-make-date-line): Get the hours right.
11431         (gnus-ignored-headers): More hiding.
11432
11433         * nnmail.el (nnmail-expiry-wait): Not an integer.
11434
11435         * message.el (message-goto-body): Only expand abbrev when called
11436         interactively.
11437         (message-make-lines): Use it.
11438
11439 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11440
11441         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
11442
11443 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11444
11445         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
11446         include the expunged articles.
11447
11448         * gnus-group.el (gnus-group-sort-by-server): New function.
11449
11450         * gnus.el (gnus-method-to-server-name): New function.
11451         (gnus-group-prefixed-name): Use it.
11452
11453         * gnus-group.el (gnus-group-sort-function): Doc fix.
11454         (gnus-group-sort-groups-by-server): New command.
11455
11456 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11457
11458         * gnus-art.el (gnus-treat-date-english): New variable.
11459         (article-date-english): New command.
11460         (gnus-english-month-names): New variable.
11461         (article-make-date-line): Do 'english.
11462
11463         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
11464         after the fill prefix.
11465
11466         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
11467         score...".
11468
11469         * gnus-art.el (gnus-ignored-headers): Hide more headers.
11470
11471         * message.el (message-mode-map): Bind comment-region.
11472
11473         * gnus-art.el (gnus-mime-display-part): Let w3 display
11474         multipart/related.
11475
11476         * mm-bodies.el (mm-long-lines-p): New function.
11477         (mm-body-encoding): Use it.
11478         (mm-body-encoding): Encode articles with lines longer than 1000
11479         characters.
11480
11481 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11482
11483         * mm-util.el (mm-enable-multibyte): Use
11484         default-enable-multibyte-characters.
11485         (mm-enable-multibyte-mule4): Ditto.
11486         (mm-disable-multibyte): Test XEmacs.
11487         (mm-disable-multibyte-mule4): Ditto.
11488         (mm-with-unibyte-current-buffer): Simplified.
11489         (mm-with-unibyte-current-buffer-mule4): Ditto.
11490
11491 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11492
11493         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
11494
11495         * nnheader.el (nnheader-string-as-multibyte): New alias.
11496
11497         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
11498
11499         * gnus-uu.el (gnus-message-process-mark): New function.
11500         (gnus-uu-mark-by-regexp): Use it.
11501         (gnus-new-processable): New function.
11502
11503 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
11504          Trivial patch.
11505
11506         * gnus-sum.el (gnus-no-mark): New variable.
11507
11508 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11509
11510         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
11511         backslashes.
11512
11513 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11514
11515         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
11516         definition.
11517
11518 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11519
11520         * dgnushack.el (dgnushack-compile): elc is in the current directory.
11521
11522         * qp.el (quoted-printable-encode-region): Don't check multibyte in
11523         XEmacs.
11524
11525 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
11526         Trivial patch.
11527
11528         * mml.el (mml-read-tag): Save tag location.
11529
11530 2000-12-25  Simon Josefsson  <simon@josefsson.org>
11531
11532         * starttls.el: Sync with Emacs 21.
11533
11534 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11535
11536         * message.el (message-mail): Support yank-action.
11537
11538         * message.el (message-setup): Revoke the last change.
11539
11540 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11541
11542         * message.el (message-setup): Use cons. Suggested by Johan Vromans
11543         <jvromans@squirrel.nl>.
11544
11545 2000-12-24  Simon Josefsson  <sj@extundo.com>
11546
11547         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
11548         mailing list junk at end of part.
11549
11550 2000-12-23  Simon Josefsson  <sj@extundo.com>
11551
11552         * nnimap.el (nnimap-expiry-target): New function.
11553         (nnimap-request-expire-articles): Use it.
11554
11555 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11556
11557         * gnus.el (gnus-group-parameters-more): New variable.
11558         * gnus-cus.el (gnus-group-customize): Use it.
11559
11560         * gnus.el (gnus-define-group-parameter): New macro.
11561         (auto-expire): Use it
11562         (total-expire): Use it.
11563         * gnus-art.el (banner): Use it.
11564
11565         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
11566         <ljz@asfast.com>.
11567
11568 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11569
11570         * gnus-topic.el (gnus-topic-create-topic): Use list.
11571
11572         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
11573         before binding gnus-default-article-saver.
11574
11575         * gnus-sum.el (gnus-summary-save-article):
11576         (gnus-summary-pipe-output):
11577         (gnus-summary-save-article-mail):
11578         (gnus-summary-save-article-rmail):
11579         (gnus-summary-save-article-file):
11580         (gnus-summary-write-article-file):
11581         (gnus-summary-save-article-body-file): Ditto.
11582
11583         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
11584
11585 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11586
11587         * gnus-art.el (gnus-mime-security-button-map):
11588         (gnus-mime-button-map): Add parent.
11589
11590 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11591
11592         * messagexmas.el (message-xmas-redefine): New function.
11593
11594         * message.el: Use it.
11595
11596         * gnus-art.el (gnus-article-check-hidden-text): Return t.
11597
11598         * gnus-util.el (gnus-remove-text-properties-when): Return t.
11599
11600 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11601
11602         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
11603         malformatted messages.
11604
11605 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11606
11607         * mm-util.el (mm-image-load-path): New function.
11608
11609         * gnus-group.el (gnus-group-make-tool-bar): Use it.
11610
11611         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
11612
11613         * message.el (message-tool-bar-map): Use it.
11614
11615         * Makefile.in (install-el): New rule.
11616
11617 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11618
11619         * gnus-art.el (article-treat-dumbquotes): Quote \.
11620
11621 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11622
11623         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
11624         Emacs 20 runs on a terminal.
11625
11626 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11627
11628         * gnus-msg.el (gnus-bug): Revert to save-excursion.
11629
11630         * mml.el (gnus-add-minor-mode): Autoload.
11631
11632         * message.el (message-forward): Save-restriction.
11633
11634 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11635
11636         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
11637         Paul Stevenson <p.stevenson@surrey.ac.uk>
11638
11639 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11640
11641         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
11642
11643         * mml.el (gnus-ems): Don't require.
11644
11645         * gnus.el (gnus-decode-rfc1522): Removed.
11646         (gnus-set-text-properties): Define.
11647
11648 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11649
11650         * gnus-art.el (gnus-mime-*): handle may be nil.
11651
11652         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
11653
11654         * gnus.el (gnus-group-remove-excess-properties): Not defined
11655         in gnus-xmas.
11656
11657 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11658
11659         * message.el (message-mail-user-agent): Add :version.
11660
11661 2000-12-21  Miles Bader  <miles@gnu.org>
11662
11663         * message.el (message-mode): Set `comment-start' to the  yank prefix.
11664
11665 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11666
11667         * message.el (message-mail-user-agent): New variable.
11668         (message-setup): Renamed to message-setup-1. Support
11669         mail-user-agent.
11670         (message-mail-user-agent): New function.
11671         (message-mail): Use it.
11672         (message-reply): Use it.
11673         (message-resend): Use it.
11674         (message-mail-other-window): Use it.
11675         (message-mail-other-frame): Use it.
11676
11677         * gnus-msg.el (gnus-bug): Support mail-user-agent.
11678
11679 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11680
11681         * message.el (message-tool-bar-map): Simplify.
11682         (message-narrow-to-head-1): New function.
11683         (message-narrow-to-head): Use it.
11684         (message-reply): Ditto.
11685         (message-cancel-news): Ditto.
11686         (message-supersede): Ditto.
11687         (message-make-forward-subject): Ditto.
11688         (message-bounce): Ditto.
11689
11690 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11691
11692         * uudecode.el (uudecode-decode-region-external): make-temp-file
11693         may not be defined.
11694
11695         * binhex.el (defalias): eval-and-compile.
11696
11697         * message.el (message-tool-bar-map): New function.
11698         (message-mode): Use it.
11699
11700 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11701
11702         * nntp.el (nntp-find-connection): Remove the entry.
11703         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
11704
11705 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11706
11707         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
11708
11709         * message.el (message-forward): Copy buffer in unibyte mode.
11710
11711 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11712
11713         * message.el (message-make-forward-subject): Don't widen. Decode.
11714         (message-forward): Don't decode subject.
11715
11716 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
11717
11718         * qp.el (quoted-printable-encode-region): Upcase QP.
11719
11720 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11721
11722         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
11723         mail-extract-a-c instead. Don't depend on Gnus.
11724
11725         * mml.el (gnus-ems): Require it.
11726
11727         * gnus-msg.el (gnus-summary-mail-forward):
11728
11729         * message.el (message-forward):  Move mime-to-mml here.
11730
11731 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11732
11733         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
11734         * gnus-art.el (gnus-insert-mime-button): Simplify.
11735         (gnus-mime-display-alternative): Ditto.
11736         (gnus-insert-mime-security-button): Ditto.
11737
11738 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11739
11740         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
11741         text-property-not-all doesn't return nil when start=mark(end).
11742         (gnus-remove-text-properties-when): Ditto.
11743
11744 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11745
11746         * gnus-start.el (gnus-group-change-level): Remove group from
11747         gnus-active-hashtb if real killed.
11748
11749 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11750
11751         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
11752         (gnus-mime-display-alternative): Ditto.
11753         (gnus-insert-mime-security-button): Ditto.
11754
11755 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11756
11757         * gnus-start.el (gnus-group-change-level): Don't add it into
11758         killed-list if it was killed.
11759
11760 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11761
11762         * nnmbox.el (nnmbox-file-coding-system): Use binary.
11763         (nnmbox-active-file-coding-system): Ditto.
11764
11765         * gnus-cus.el (gnus-group-parameters): Add posting-style.
11766
11767 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11768
11769         * gnus.el (gnus-version):
11770         (gnus-version-number): Set to Oort Gnus 0.01.
11771
11772         * gnus-art.el (gnus-mime-security-button-map):
11773         (gnus-insert-mime-security-button): Fix for Emacs21.
11774
11775 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11776
11777         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
11778         easymenu, because XEmacs doesn't understand :help.
11779
11780         * mm-uu.el: Require binhex.
11781
11782 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11783
11784         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
11785
11786 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
11787
11788         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
11789
11790 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
11791
11792         * *.xpm, *.pbm: Convert icons icons to size 24x24.
11793
11794 2000-12-18  Dave Love  <fx@gnu.org>
11795
11796         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
11797         (unused).
11798
11799 2000-12-13  Miles Bader  <miles@gnu.org>
11800
11801         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
11802         to t, so that we don't get stuck while trying to smilefy
11803         intangible text.
11804
11805 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
11806
11807         * smiley-ems.el (smiley-regexp-alist): Make regexps match
11808         at the end of the buffer.
11809         (smiley-region): In the loop, move to the end of the submatch
11810         matching the smiley instead of using the end of the match
11811         of the whole regexp.
11812
11813 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
11814
11815         * message.el (message-mode): Doc fix.
11816
11817 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
11818
11819         * smiley-ems.el (smiley-region): Doc fix.
11820
11821 2000-12-11  Miles Bader  <miles@gnu.org>
11822
11823         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
11824         bottom line visible, check to see if it's partially obscured, and
11825         if so, either scroll one more line to make it fully visible, or
11826         revert to showing the second line from the top.
11827
11828 2000-12-07  Dave Love  <fx@gnu.org>
11829
11830         * mailcap.el (mailcap-download-directory)
11831         * gnus-audio.el (gnus-audio-directory)
11832         * smiley-ems.el (smiley-data-directory): Fix :type.
11833
11834 2000-11-30  Dave Love  <fx@gnu.org>
11835
11836         * message.el (message-auto-save-directory): Use
11837         file-name-as-directory.
11838         (message-set-auto-save-file-name): Create
11839         message-auto-save-directory if necessary.
11840         (message-replace-chars-in-string): Removed -- unused.
11841         (message-mail-alias-type): Customize.
11842         (message-headers): Remove duplicate defgroup.
11843
11844 2000-11-29  Dave Love  <fx@gnu.org>
11845
11846         * qp.el (quoted-printable-decode-region): Use error, not message
11847         to report malformed text (like base64).  Amend message.
11848
11849 2000-11-29  Miles Bader  <miles@gnu.org>
11850
11851         * message.el (message-header-lines): Fontify tag.
11852
11853 2000-11-27  Dave Love  <fx@gnu.org>
11854
11855         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
11856         compiler warning.
11857
11858 ;2000-11-26  Dave Love  <fx@gnu.org>
11859 ;
11860 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
11861 ;
11862 2000-11-23  Dave Love  <fx@gnu.org>
11863
11864         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
11865
11866         * mm-uu.el (uudecode): Require.
11867         (uudecode-decode-region, uudecode-decode-region-external): Don't
11868         autoload.
11869         (mm-uu-copy-to-buffer): Doc fix.
11870         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
11871         type fix.
11872
11873         * mailcap.el: Doc fixes.
11874         (mailcap-mime-data): Various adjustments.
11875         (mailcap): New group.
11876         (mailcap-download-directory): Customize.
11877         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
11878         (mailcap-temporary-directory): Deleted (unused).
11879         (mailcap-unescape-mime-test): Simplify slightly.
11880         (mailcap-viewer-passes-test): Use functionp.
11881         (mailcap-command-p): Aliased to executable-find.
11882
11883         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
11884         default-enable-multibyte-characters is nil.
11885
11886 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
11887
11888         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
11889
11890 2000-11-21  Dave Love  <fx@gnu.org>
11891
11892         * gnus-art.el (gnus-mime-button-map): Don't inherit from
11893         gnus-article-mode-map.
11894 ;       (gnus-mime-button-menu): Use mouse-set-point.
11895         (gnus-insert-mime-button, gnus-mime-display-alternative)
11896         (gnus-mime-display-alternative): Don't use local-map property.
11897
11898 2000-11-17  Dave Love  <fx@gnu.org>
11899
11900         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
11901         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
11902         and make-temp-file.
11903         (uudecode-decode-region): Doc fix.
11904
11905 2000-11-14  Dave Love  <fx@gnu.org>
11906
11907         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
11908         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
11909         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
11910         New files, derived from the XPMs.
11911
11912 2000-11-10  Dave Love  <fx@gnu.org>
11913
11914         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
11915         (gnus-agent-lib-file, gnus-agent-load-alist)
11916         (gnus-agent-save-alist, gnus-agent-article-name): Use
11917         expand-file-name.
11918
11919         * gnus-group.el (gnus-group-name-charset-method-alist): Add
11920         :version.
11921         (nnkiboze-score-file): Defvar when compiling.
11922
11923         * gnus-start.el (gnus-read-newsrc-file): Add :version.
11924
11925         * gnus-art.el (gnus-article-banner-alist)
11926         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
11927         (gnus-article-date-lapsed-new-header)
11928         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
11929         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
11930         (gnus-treat-strip-headers-in-body)
11931         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
11932         (gnus-treat-translate): Add :version.
11933         (gnus-article-mime-part-function): Fix defcustom.
11934
11935         * nnmail.el (nnmail-expiry-target)
11936         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
11937         (nnmail-split-header-length-limit): Add :version.
11938
11939         * gnus-sum.el (gnus-auto-expirable-marks)
11940         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
11941         (gnus-extra-headers, gnus-ignored-from-addresses)
11942         (gnus-newsgroup-ignored-charsets)
11943         (gnus-group-highlight-words-alist)
11944         (gnus-summary-show-article-charset-alist): Add :version.
11945
11946         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
11947         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
11948         files, converted from the XPMs.
11949
11950         * gnus-cache.el (gnus-cache-active-file): Don't use
11951         file-name-as-directory on directory.
11952         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
11953         use file-name-as-directory on directory.
11954
11955         * time-date.el (timezone-make-date-arpa-standard): Autoload.
11956         (date-to-time): Use it.
11957
11958 ;       * message.el (message-mode) <adaptive-fill-regexp>:
11959 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
11960 ;       (message-newline-and-reformat): Likewise.
11961         (message-forward-as-mime, message-forward-ignored-headers)
11962         (message-buffer-naming-style, message-default-charset)
11963         (message-dont-reply-to-names, message-send-mail-partially-limit):
11964         Add :version.
11965
11966         * mm-util.el: Doc fixes.
11967         (mm-mime-charset): Don't use the raw result of
11968         mm-preferred-coding-system.
11969         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
11970         (mm-with-unibyte): Simplify.
11971
11972         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
11973         concat.
11974
11975         * pop3.el (pop3-version): Deleted.
11976         (pop3-make-date): New function, avoiding message-make-date.
11977         (pop3-munge-message-separator): Use it.
11978
11979 2000-11-09  Dave Love  <fx@gnu.org>
11980
11981         * gnus-group.el (gnus-group-make-directory-group)
11982         (gnus-group-fetch-faq): Use expand-file-name.
11983         (gnus-group-fetch-faq): Simplify completing-read form.
11984
11985         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
11986         test for Mule.
11987
11988         * message.el (tool-bar-map): Defvar when compiling.
11989
11990         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
11991         (gnus-tm-lisp-directory): Deleted.
11992         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
11993         (featurep 'xemacs).
11994         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
11995         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
11996         version numbers from file names.
11997
11998 2000-11-08  Dave Love  <fx@gnu.org>
11999
12000         * mm-view.el: Use featurep for XEmacs test.
12001         (mm-inline-message): Test for `remove-specifier'; don't use
12002         condition-case.
12003
12004         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
12005
12006         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
12007         (gnus-score-find-bnews): Don't concat "".
12008
12009         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
12010         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
12011         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
12012         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
12013
12014         * gnus-sum.el: Put some defvars in eval-when-compile.
12015         (gnus-summary-mode-hook): Add :options.
12016         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
12017         (gnus-summary-tool-bar-map): New variable.
12018         (gnus-summary-make-tool-bar): New function.
12019         (gnus-summary-mode): Put kill-all-local-variables first.
12020
12021         * gnus-group.el (gnus-group-toolbar-map): New variable.
12022         (gnus-group-make-tool-bar): Rewritten.
12023         (gnus-group-mode): Put kill-all-local-variables first.
12024
12025         * rfc2047.el: Require gnus-util.
12026
12027         * nnml.el (gnus-sorted-intersection): Autoload.
12028
12029         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
12030         Put some defvars in eval-when-compile.
12031         (gnus-intersection, gnus-sorted-complement):  Autoload.
12032
12033         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
12034
12035         * mm-encode.el (mm-body-7-or-8): Autoload.
12036
12037         * mm-decode.el (mm-insert-inline): Autoload.
12038
12039         * mml.el:
12040         * message.el: Put some defvars in eval-when-compile.
12041
12042         * gnus-msg.el: Put some defvars in eval-when-compile.
12043         (gnus-msg-mail): Move after gnus-setup-message.
12044
12045         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
12046
12047 2000-11-07  Dave Love  <fx@gnu.org>
12048
12049         * gnus-util.el (nnheader): Don't require message (recursive
12050         autoload).
12051
12052         * uudecode.el: Avoid compiler warnings.
12053
12054         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
12055         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
12056
12057 2000-11-06  Dave Love  <fx@gnu.org>
12058
12059         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
12060
12061         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
12062         (uudecode-char-int): New alias, replacing char-int.
12063         (uudecode-decode-region): Don't call buffer-disable-undo.
12064
12065 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
12066 ;       (mm-uu-configure-list): Doc fix.
12067 ;
12068 ;       * earcon.el (running-xemacs): Don't define.
12069 ;
12070 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
12071 ;
12072 ;       * message.el (message-font-lock-keywords): Match a final newline
12073 ;       to help font-lock's multiline support.
12074 ;
12075 2000-11-03  Dave Love  <fx@gnu.org>
12076
12077         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
12078
12079         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
12080         name.
12081
12082         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
12083         <banner>: Fix custom type, doc.
12084
12085         * mm-decode.el (mm-display-external): Space-prefix temp buffer
12086         name.  Don't disable undo explicitly.
12087
12088 ;2000-11-02  Dave Love  <fx@gnu.org>
12089 ;
12090 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
12091 ;       cite-prefix.
12092
12093 2000-11-01  Dave Love  <fx@gnu.org>
12094
12095         * rfc2047.el (base64): Require unconditionally.
12096         (message-posting-charset): Defvar when compiling.
12097         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
12098         message.
12099
12100         * gnus-sum.el (nnoo): Require.
12101         (mm-uu-dissect): Autoload.
12102
12103         * mml.el (mml-parse-1): Clarify message.
12104         (mml-minibuffer-read-type): Use mailcap-mime-types.
12105
12106 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
12107
12108         * mml.el: Fix a typo in the requiring of CL.
12109
12110 2000-11-01  Dave Love  <fx@gnu.org>
12111
12112         * utf7.el: Require cl when compiling.
12113
12114         * binhex.el: Use (featurep 'xemacs).
12115         (binhex-char-int): New alias, replacing char-int.  Change callers.
12116         (binhex-decode-region): Simplify work buffer code.
12117         (binhex-decode-region-external): Use expand-file-name, not concat.
12118
12119 2000-10-30  Dave Love  <fx@gnu.org>
12120
12121         * gnus-art.el: Fix 2000-10-27 change properly.
12122
12123 2000-10-28  Miles Bader  <miles@gnu.org>
12124
12125         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
12126
12127 2000-10-27  Dave Love  <fx@gnu.org>
12128
12129         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
12130         strings.
12131         (gnus-group-make-tool-bar): New function.
12132         (gnus-group-mode): Use it.
12133
12134         * message.el (message-mode-menu): Add some :help strings.
12135         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
12136         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
12137
12138         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
12139         * describe-group.xpm, get-news.xpm, kill-group.xpm:
12140         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
12141
12142         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
12143         display-graphic-p here.
12144
12145 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
12146
12147         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
12148         of the `gnus-xemacs' variable, as the latter has been removed.
12149         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
12150         * gnus-art.el (gnus-treat-display-xface)
12151         (gnus-treat-display-smileys, gnus-treat-display-picons)
12152         (gnus-article-read-summary-keys): Likewise.
12153
12154 2000-10-26  Dave Love  <fx@gnu.org>
12155
12156         (defvar): Use rmail-spool-directory unconditionally.
12157
12158 2000-10-18  Dave Love  <fx@gnu.org>
12159
12160         * mm-bodies.el (mm-uu-decode-function)
12161         (mm-uu-binhex-decode-function): Defvar when compiling.
12162
12163         * gnus-nocem.el (gnus-nocem-issuers): Update.
12164         (gnus-nocem-check-from): New option.
12165         (gnus-nocem-scan-groups): Use it.
12166         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
12167         (gnus-nocem-check-article-limit): Add :version.
12168
12169 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
12170
12171         * ietf-drums.el (mm-util): Require CL when compiling.
12172
12173 2000-10-15  Dave Love  <fx@gnu.org>
12174
12175         * qp.el: Require mm-util.
12176
12177 2000-10-13  Dave Love  <fx@gnu.org>
12178
12179         * qp.el (quoted-printable-decode-region): Avoid invalid
12180         coding-systems.
12181
12182 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
12183
12184         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
12185         to a recursive load.
12186
12187 2000-10-12  Dave Love  <fx@gnu.org>
12188
12189         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
12190
12191         * gnus.el (gnus-group-startup-message): Check for PBM image.
12192
12193 2000-10-09  Dave Love  <fx@gnu.org>
12194
12195         * mail-source.el (mail-source-fetch-imap): Bind
12196         default-enable-multibyte-characters rather than using
12197         mm-disable-multibyte.
12198
12199 2000-10-05  Dave Love  <fx@gnu.org>
12200
12201         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
12202         Autoload.
12203         (quoted-printable-decode-region):  Rename arg which confused
12204         charset with coding-system.  Don't use nonascii-insert-offset.
12205         Coding-system encode the region initially.  Don't recognize `=='
12206         as valid QP.  Coding-system decode the region finally.
12207         (quoted-printable-decode-string): Rename arg which confused
12208         charset with coding-system.
12209
12210         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
12211         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
12212         mm-encode-coding-region.
12213         (mm-decode-body, mm-decode-string): Rename variables which
12214         confused charset with coding-system.
12215         (binhex-decode-region): Don't autoload.
12216         (mm-body-encoding): Require message.
12217         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
12218         cond branches.
12219
12220         * gnus-art.el (article-de-quoted-unreadable)
12221         (article-de-base64-unreadable): Fold search case
12222         rather than downcasing string.  Apply mm-charset-to-coding-system
12223         to arg of quoted-printable-decode-region.
12224
12225 2000-10-04  Dave Love  <fx@gnu.org>
12226
12227         * gnus-ems.el: Don't turn off compiler warnings in local vars.
12228         Require ring when compiling.
12229         (gnus-article-compface-xbm): New variable.
12230
12231 2000-10-04  Dave Love  <fx@gnu.org>
12232
12233         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
12234         pbm images.
12235
12236         * frown.pbm, smile.pbm, wry.pbm: New files.
12237
12238         * frown.xbm, smile.xbm, wry.xbm: Deleted.
12239
12240 2000-10-03  Dave Love  <fx@gnu.org>
12241
12242         * mail-source.el (mail-sources): Revert to nil.
12243
12244         * nnmail (nnmail-spool-file): Revert to `((file))'.
12245
12246         * qp.el: Don't require mm-util.
12247         (quoted-printable-decode-region): Rewritten.
12248         (quoted-printable-decode-string, quoted-printable-encode-region):
12249         Doc fix.
12250         (quoted-printable-encode-region): Barf on multibyte characters.
12251         Maybe make the class multibyte.  Upcase chars, not formatted
12252         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
12253         (quoted-printable-encode-string): Don't use
12254         mm-with-unibyte-buffer.
12255
12256 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
12257
12258         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
12259
12260 2000-09-21  Dave Love  <fx@gnu.org>
12261
12262         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
12263         (for Emacs 20).  Tidy somewhat.
12264
12265 2000-09-21  Dave Love  <fx@gnu.org>
12266
12267         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
12268         image processing.  Rationalize logic somewhat.
12269
12270 2000-09-20  Dave Love  <fx@gnu.org>
12271
12272         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
12273         specifically.
12274
12275         * gnus.el (gnus-version-number): Avoid some redundant
12276         autoloads.
12277
12278 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
12279
12280         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
12281         to XBM; we always have PBM support.
12282
12283 2000-09-14  Dave Love  <fx@gnu.org>
12284
12285         * gnus.el (gnus-charset):
12286         * mm-decode.el (mime-display):
12287         * imap.el (imap) <defgroup>: Add :version.
12288
12289 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
12290
12291         * parse-time.el: Fix author's mail address.
12292
12293         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
12294         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
12295         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
12296         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
12297         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
12298         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
12299         * rfc2231.el, uudecode.el: Fix copyright notice.
12300
12301         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
12302         require `w3' at load-time only if not running in batch mode.
12303
12304 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12305
12306         * gnus.el: Before merge with Emacs21.
12307
12308 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
12309
12310         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
12311
12312 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
12313
12314         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
12315         to avoid conflict with the standard `back-to-indentation'
12316         binding.
12317
12318 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12319
12320         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
12321
12322         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
12323         (mm-disable-multibyte-mule4): Ditto.
12324         (mm-with-unibyte-current-buffer-mule4): Ditto.
12325
12326 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12327
12328         * pop3.el (pop3-movemail): Use binary.
12329         (pop3-movemail-file-coding-system): Removed.
12330
12331 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12332
12333         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
12334
12335 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12336
12337         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
12338         exists.
12339
12340 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12341
12342         * gnus-msg.el (gnus-post-method): Use backend name when the
12343         address is "".
12344
12345 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12346
12347         * gnus-art.el (article-verify-x-pgp-sig): Don't test
12348         mm-verify-option.
12349         (gnus-treat-x-pgp-sig): Default value.
12350         (gnus-ignored-headers): Redundant.
12351
12352 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12353
12354         * gnus-win.el (gnus-configure-frame): Save selected window.
12355
12356 2000-02-15  Andrew Innes  <andrewi@gnu.org>
12357
12358         * nnmbox.el: Require gnus-range.
12359         (nnmbox-group-building-active-articles): New variable.
12360         (nnmbox-group-active-articles): New variable; this is a cache of
12361         all active articles by group and number.
12362         (nnmbox-in-header-p): New function.
12363         (nnmbox-find-article): New function.
12364         (nnmbox-record-active-article): New function.
12365         (nnmbox-record-deleted-article): New function.
12366         (nnmbox-is-article-active-p): New function.
12367         (nnmbox-retrieve-headers): Use nnmbox-find-article.
12368         (nnmbox-request-article): Ditto.  Also supply extra arg to
12369         nnmbox-article-group-number.
12370         (nnmbox-request-expire-articles): Ditto.
12371         (nnmbox-request-move-article): Ditto.
12372         (nnmbox-request-replace-article): Ditto.
12373         (nnmbox-request-rename-group): Rename group entry in active
12374         article cache.
12375         (nnmbox-delete-mail): Update active article cache, unless article
12376         is being replaced.
12377         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
12378         than partially duplicating it.
12379         (nnmbox-article-group-number): Add extra `this-line' arg, to
12380         handle articles belonging to multiple groups.
12381         (nnmbox-save-mail): Update active article cache.
12382         (nnmbox-read-mbox): Build active article cache when loading mbox.
12383         Also do some repair work, if we find articles that are missing the
12384         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
12385         reconstruct these from Xref info.
12386
12387 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12388
12389         * mail-source.el (mail-source-report-new-mail): Use
12390         nnheader-run-at-time.
12391
12392 2000-02-15  Andrew Innes  <andrewi@gnu.org>
12393
12394         * mail-source.el (mail-source-fetch-pop): Clear pop password when
12395         an error is thrown, and then rethrow the error.
12396         (mail-source-check-pop): Ditto.
12397         (mail-source-start-idle-timer): Prevent multiple pop checks
12398         running if the check takes a long time.
12399
12400 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12401
12402         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
12403         succeed.
12404
12405 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12406
12407         * gnus-win.el (gnus-configure-windows): Make sure
12408         nntp-server-buffer is live.
12409         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
12410
12411 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
12412
12413         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
12414
12415 2000-12-04  Andreas Jaeger  <aj@suse.de>
12416
12417         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
12418
12419 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12420
12421         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
12422
12423 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
12424         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
12425
12426         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
12427
12428 2000-12-01  Simon Josefsson  <sj@extundo.com>
12429
12430         * mml-smime.el (mml-smime-verify): Fix address parsing.
12431
12432 2000-12-01  Simon Josefsson  <sj@extundo.com>
12433
12434         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
12435         more than one certificate inside PKCS#7 blob.  Better security
12436         information (clamed / actual sender, openssl output, certificates
12437         inside message).
12438
12439         * smime.el (smime-verify-region): Output to /dev/null.
12440         (smime-buffer-as-string-region): Don't parse empty lines.
12441
12442 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12443
12444         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
12445         ?d and ?D.
12446         (gnus-mime-security-show-details-inline): New variable.
12447         (gnus-mime-security-show-details): Use them.
12448         (gnus-insert-mime-security-button): Ditto.
12449
12450         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
12451         Suggest by Michael Duggan (md5i@cs.cmu.edu).
12452         (mml2015-gpg-clear-verify): Ditto.
12453         (mml2015-gpg-decrypt-1): Ditto.
12454         (mml2015-use): Prefer 'gpg.
12455
12456 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12457
12458         * gnus-util.el (gnus-add-text-properties-when): New function.
12459         (gnus-remove-text-properties-when): Ditto.
12460
12461         * gnus-cite.el (gnus-article-hide-citation): Use them.
12462         (gnus-article-toggle-cited-text): Use them.
12463
12464         * gnus-art.el (gnus-signature-toggle): Use them.
12465         (gnus-article-show-hidden-text): Ditto.
12466         (gnus-article-hide-text): Ditto.
12467
12468 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12469
12470         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
12471
12472 2000-11-30  Simon Josefsson  <sj@extundo.com>
12473
12474         * smime.el (smime-point-at-eol): New alias.
12475         (smime-buffer-as-string-region): Use it.
12476
12477 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12478
12479         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
12480
12481 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12482
12483         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
12484
12485         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
12486
12487         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
12488
12489 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12490
12491         * nnmh.el (nnmh-request-expire-articles): Implemented
12492         expiry-target for nnmh backend.
12493
12494 2000-11-30  Simon Josefsson  <sj@extundo.com>
12495
12496         * mm-decode.el (mm-security-from): New variable.
12497         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
12498
12499         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
12500         than `from'.
12501
12502 2000-11-30  Simon Josefsson  <sj@extundo.com>
12503
12504         * mml-smime.el (mml-smime-verify): Verify that certificate mail
12505         address match sender address.
12506
12507         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
12508
12509         * smime.el (smime-verify-region): Don't copy buffer.
12510         (smime-decrypt-buffer): Use expand-file-name on keyfile.
12511         (smime-pkcs7-region): New function.
12512         (smime-pkcs7-certificates-region): Ditto.
12513         (smime-pkcs7-email-region): Ditto.
12514         (smime-buffer-as-string-region): Ditto.
12515
12516         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
12517         buffer.
12518
12519 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
12520
12521         * smime.el (smime-decrypt-region): Fix keyfile argument.
12522
12523 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12524
12525         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
12526
12527 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12528
12529         * message.el (message-shoot-gnksa-feet): New variable.
12530         (message-gnksa-enable-p): New function.
12531         (message-send): Use it.
12532         (message-check-news-body-syntax): Ditto.
12533
12534 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12535
12536         * message.el (message-make-message-id): Remove the redundancy.
12537
12538 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12539
12540         * message.el (message-setup): Discourage using mc-install-*-mode.
12541
12542         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
12543
12544 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12545
12546         * gnus-cite.el (gnus-cite-parse): Guess citation length.
12547
12548 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12549
12550         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
12551
12552 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12553
12554         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
12555
12556 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12557
12558         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
12559         insert-buffer-substring.
12560
12561         * message.el (message-send-mail): Use buffer-substring-no-properties.
12562         (message-send-news): Ditto.
12563
12564 2000-11-22  David Edmondson  <dme@dme.org>
12565
12566         * imap.el (imap-wait-for-tag): Message read info.
12567
12568 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12569
12570         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
12571         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
12572         (mml2015-gpg-encrypt): Ditto.
12573
12574 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12575
12576         * mm-decode.el (mm-verify-option): Default value.
12577
12578         * mml-sec.el (mml-secure-part): Error message.
12579
12580 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12581
12582         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
12583
12584 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12585
12586         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
12587
12588 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12589
12590         * gnus-art.el (gnus-article-describe-key): Use prompt.
12591         (gnus-article-describe-key-briefly): Ditto.
12592
12593 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12594
12595         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
12596
12597 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12598
12599         * gnus-art.el (gnus-article-describe-key): New function.
12600         (gnus-article-describe-key-briefly): New function.
12601
12602 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12603
12604         * mm-decode.el (mm-decrypt-option): Doc typo.
12605
12606         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
12607         return a number.
12608
12609 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12610
12611         * message.el (message-newline-and-reformat): Typo.
12612
12613 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12614
12615         * gnus-art.el (article-verify-x-pgp-sig): Check whether
12616         original-article-buffer exists.
12617
12618         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
12619         (rfc2047-header-encoding-alist): Addresses are different from text.
12620         (rfc2047-encode-message-header): Ditto.
12621         (rfc2047-dissect-region): Extra parameter.
12622         (rfc2047-encode-region): Ditto.
12623         (rfc2047-encode-string): Ditto.
12624
12625 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12626
12627         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
12628         (mm-uu-pgp-encrypted-extract): Use it.
12629         (mm-uu-pgp-signed-extract-1): New function.
12630         (mm-uu-pgp-signed-extract): Use it.
12631
12632         * gnus-art.el (gnus-mime-display-security): New function.
12633         (gnus-mime-display-part): Use it.
12634         (gnus-mime-security-verify-or-decrypt): New function.
12635         (gnus-mime-security-press-button): New function.
12636         (gnus-insert-mime-security-button): Use it.
12637
12638         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
12639         (mm-find-raw-part-by-type): Ditto.
12640         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
12641         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
12642         (mm-destroy-parts): Kill nested multibyte buffer.
12643
12644         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
12645         (mml2015-gpg-verify): Ditto.
12646
12647 2000-11-18  Simon Josefsson  <sj@extundo.com>
12648
12649         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
12650         (mml2015-function-alist): Use it.
12651
12652         * mml-sec.el (mml-sign-alist): Update names.
12653         (mml-encrypt-alist): Ditto.
12654         (mml-secure-part-smime-sign): Moved to mml-smime.el
12655         as `mml-smime-sign-query'.
12656         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
12657         `mml-smime-get-file-cert'.
12658         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
12659         `mml-smime-get-dns-cert'.
12660         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
12661         `mml-smime-encrypt-query'.
12662         (mml-smime-sign-buffer): Use mml-smime-sign.
12663         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
12664
12665         * mml-smime.el (mml-smime-sign): New function.
12666         (mml-smime-encrypt):
12667         (mml-smime-sign-query):
12668         (mml-smime-get-file-cert):
12669         (mml-smime-get-dns-cert):
12670         (mml-smime-encrypt-query): Moved from mml-sec.el.
12671
12672 2000-11-16  Simon Josefsson  <sj@extundo.com>
12673
12674         * mml2015.el (mml2015-gpg-clear-verify): New function.
12675         (mml2015-function-alist): Add it.
12676
12677 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
12678
12679         * message.el (message-setup-fill-variables): Use
12680         message-cite-prefix-regexp.
12681         (message-newline-and-reformat): Check the end of citation, leading
12682         WSP, break in the cite prefix.
12683         (message-fill-paragraph): New function.
12684
12685 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
12686
12687         * lpath.el: Shut up.
12688
12689 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
12690
12691         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
12692         raw 8-bit in headers in dk.* newsgroups.
12693
12694 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
12695
12696         * message.el (message-newline-and-reformat): Match extra WSPs.
12697
12698 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
12699
12700         * mml.el (mml-generate-mime-1): Ignore ascii.
12701
12702 2000-11-16 Justin Sheehy  <justin@iago.org>
12703
12704         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
12705
12706 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12707
12708         * message.el (message-cite-prefix-regexp): Prefix should not end
12709         at space.
12710
12711 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
12712
12713         * message.el (message-mode-syntax-table): Add - as a word
12714         constituent as in articles.
12715         (message-setup-fill-variables): Add -_. as supercite-style prefix.
12716         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
12717         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
12718
12719 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
12720
12721         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
12722
12723 2000-11-12  David Edmondson  <dme@dme.org>
12724
12725         * message.el (message-font-lock-keywords): use
12726         message-cite-prefix-regexp.
12727
12728 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12729
12730         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
12731         Stein Arild Str\e,Ax\e(Bmme.
12732         (gnus-group-jump-to-group): Use it.
12733         (gnus-group-jump-to-group-prompt): Customize.
12734
12735 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
12736
12737         * mailcap.el (mailcap-possible-viewers): Match the entire string.
12738
12739 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
12740
12741         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
12742         incompatible.
12743         (mml2015-mailcrypt-sign): Ditto.
12744
12745 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12746
12747         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
12748         group is open.
12749
12750 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
12751
12752         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
12753         nnvirtual articles.
12754         (gnus-backlog-request-article): Don't request nnvirtual articles.
12755
12756 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
12757
12758         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
12759         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
12760
12761 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
12762
12763         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
12764         * mml.el (mml-generate-mime-1): Use charset attribute.
12765         * mm-bodies.el (mm-encode-body): Add parameter charset.
12766         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
12767
12768 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
12769
12770         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
12771         (mml2015-mailcrypt-clear-decrypt): Ditto.
12772         (mml2015-mailcrypt-verify): Ditto.
12773         (mml2015-mailcrypt-clear-verify): Ditto.
12774         (mml2015-gpg-verify): Ditto.
12775
12776 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
12777
12778         * smime.el (smime-openssl-program): Test the existence of openssl.
12779         * mml-smime.el: Require mm-decode.
12780         (mml-smime-verify-test): New function.
12781         * mm-decode.el (mm-verify-function-alist): Use it.
12782
12783 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
12784
12785         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
12786         anyway.
12787
12788 2000-11-13  Simon Josefsson  <sj@extundo.com>
12789
12790         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
12791         verification doesn't work.
12792
12793 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
12794
12795         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
12796         (gnus-inews-do-gcc): Use it.
12797
12798 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
12799
12800         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
12801         leading space.
12802         * mm-extern.el (mm-inline-external-body): Report error when no
12803         access-type.
12804
12805 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
12806
12807         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
12808
12809 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
12810
12811         * gnus-art.el (gnus-mime-button-menu): Use select-window.
12812
12813 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
12814
12815         * gnus-art.el (gnus-mime-display-part): Display multipart/related
12816         as multipart/mixed.
12817
12818 2000-11-12  David Edmondson  <dme@dme.org>
12819
12820         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
12821         and replace `.' with `\w' to allow for different syntax tables
12822         (from Vladimir Volovich).
12823         * message.el (message-newline-and-reformat): use
12824         `message-cite-prefix-regexp'.
12825         * gnus-cite.el (gnus-supercite-regexp): use
12826         `message-cite-prefix-regexp'.
12827         * gnus-cite.el (gnus-cite-parse): use
12828         `message-cite-prefix-regexp'.
12829
12830 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
12831
12832         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
12833         PGP SIGNATURE.  Escape leading "-"'s.
12834         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
12835
12836 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
12837
12838         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
12839
12840 2000-11-11  Simon Josefsson  <sj@extundo.com>
12841
12842         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
12843
12844         * smime.el (smime-details-buffer): New variable.
12845         (smime-sign-region):
12846         (smime-encrypt-region):
12847         (smime-verify-region):
12848         (smime-decrypt-region): Copy OpenSSL output to the buffer.
12849
12850         * mml-smime.el (mml-smime-verify): Support security info.
12851
12852 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
12853
12854         * mm-decode.el (mm-verify-option): Set default to nil.
12855         (mm-decrypt-option): Ditto.
12856         * gnus-art.el (article-verify-x-pgp-sig): New function.
12857
12858 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
12859
12860         * gnus-art.el (gnus-mime-display-alternative): Show button if no
12861         preferred part.
12862
12863 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12864
12865         * gnus-sum.el (gnus-move-split-methods): Say that
12866         `gnus-split-methods' uses file names, whereas this uses group
12867         names.  (Report from Nevin Kapur)
12868
12869 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
12870
12871         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
12872
12873 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
12874
12875         * nnheader.el (nnheader-directory-files-is-safe): New variable.
12876         (nnheader-directory-articles): Use it.
12877         (nnheader-article-to-file-alist): Ditto.
12878
12879 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
12880
12881         * rfc2047.el (rfc2047-pad-base64): New function.
12882         (rfc2047-decode): Use it.
12883
12884 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
12885
12886         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
12887         select method.
12888
12889 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
12890
12891         * mml2015.el (mml2015-gpg-decrypt-1):
12892         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
12893
12894 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
12895
12896         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
12897
12898 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
12899
12900         * pop3.el (pop3-munge-message-separator): A message may have an
12901         empty body.
12902
12903 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
12904
12905         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
12906         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
12907         (mm-uu-pgp-signed-extract): Use coding-system.
12908
12909 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
12910
12911         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
12912         (gnus-insert-mime-security-button): New function.
12913         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
12914         * mml2015.el:  Add security info when verify or decrypt.
12915         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
12916         (mm-uu-pgp-encrypted-extract): Ditto.
12917
12918 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
12919
12920         * mm-decode.el (mm-display-parts): New function.
12921         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
12922
12923 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12924
12925         * gnus-mlspl.el: Documentation tweaks.
12926
12927 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
12928
12929         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
12930         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
12931         argument.
12932
12933 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
12934
12935         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
12936
12937 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
12938
12939         * gnus-art.el (gnus-article-encrypt): New function.
12940         (gnus-article-encrypt-protocol-alist): New variable.
12941         (gnus-article-encrypt-protocol): New variable.
12942         * mml2015.el (mml2015-self-encrypt): New function.
12943         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
12944
12945 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
12946
12947         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
12948         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
12949         let mailcap do it.
12950         * mml2015.el: Remove snarf code.
12951         * mm-decode.el: Remove snarf code.
12952
12953 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
12954
12955         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
12956         (mml-insert-mime): Understand gnus-decoded.
12957         (mime-to-mml): New parameter handles.
12958         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
12959         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
12960
12961 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
12962
12963         * mm-decode.el (mime-security): New group.
12964         (mm-verify-function-alist): Add test function.
12965         (mm-decrypt-function-alist): Ditto.
12966         (mm-snarf-option): Set default value as nil.
12967         (mm-find-part-by-type): Recursive parameter.
12968         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
12969         * mml2015.el: Support draft-ietf-openpgp-multsig.
12970
12971 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
12972
12973         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
12974         (gnus-article-view-part-as-charset): New function.
12975
12976 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
12977
12978         * mm-decode.el (mm-verify-option): Default value.
12979         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
12980
12981 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12982
12983         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
12984
12985 2000-11-05  Simon Josefsson  <sj@extundo.com>
12986
12987         * mml-smime.el (mml-smime-verify): Work in original multipart
12988         buffert.
12989
12990         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
12991         (mm-handle-multipart-ctl-parameter): Ditto.
12992         (mm-alist-to-plist): New function.
12993         (mm-dissect-buffer): Store CTL parameters and copy original buffer
12994         for multiparts.
12995         (mm-destroy-parts): Destroy multipart buffert.
12996         (mm-remove-part): Ditto.
12997
12998         * mml-smime.el (mml-smime-sign): Not used.
12999         (mml-smime-encrypt): Ditto.
13000
13001         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
13002
13003         Verify S/MIME signature support.
13004
13005         * mm-decode.el (mm-inline-media-tests): Add
13006         application/{x-,}pkcs7-signature.
13007         (mm-inlined-types): Ditto.
13008         (mm-automatic-display): Ditto.
13009         (mm-verify-function-alist): Ditto.  Add name of method.
13010         (mm-decrypt-function-alist): Add name of method.
13011         (mm-find-part-by-type): Add documentation.
13012         (mm-possibly-verify-or-decrypt): Use new format of
13013         mm-{verify,decrypt}-function-alist.  Use method names.
13014
13015         * mml-smime.el (mml-smime-verify): New function.
13016
13017 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
13018
13019         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
13020
13021 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
13022
13023         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
13024         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
13025         * mm-decode.el (mm-snarf-option): New variable.
13026
13027 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13028
13029         * mm-util.el (mm-subst-char-in-string): New function.
13030         (mm-replace-chars-in-string): Use it.
13031         * message.el (message-replace-chars-in-string): Use it.
13032         * nnheader.el (nnheader-replace-chars-in-string): Use it.
13033         * gnus-mh.el (mh-lib-progs): Shut up.
13034
13035 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
13036
13037         * base64.el, md5.el: Moved to contrib directory.
13038
13039 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
13040
13041         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
13042         the last article when search.
13043
13044 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
13045
13046         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
13047         * nnmail.el (nnmail-pathname-coding-system): Ditto.
13048
13049 2000-09-29  David Edmondson  <dme@thus.net>
13050
13051         * message.el (message-newline-and-reformat): Typo.
13052
13053 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13054
13055         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
13056
13057 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
13058
13059         * nntp.el (nntp-decode-text): Delete bogus status lines.
13060
13061 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
13062
13063         * message.el (message-font-lock-keywords): Match a final newline
13064         to help font-lock's multiline support.
13065
13066 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13067
13068         * nnoo.el (nnoo-set): New function.
13069
13070 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
13071
13072         * gpg.el, gpg-ring.el: Moved to contrib directory.
13073
13074 2000-11-04  Simon Josefsson  <sj@extundo.com>
13075
13076         * nnimap.el (nnimap-split-inbox): Typo.
13077
13078 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13079
13080         * gnus-msg.el (gnus-msg-mail): Move it backwards.
13081
13082 2000-11-03  Simon Josefsson  <sj@extundo.com>
13083
13084         * rfc2231.el (rfc2231-parse-qp-string): New function.
13085         (require): rfc2047.
13086
13087         * mail-parse.el (mail-header-parse-content-type):
13088         (mail-header-parse-content-disposition): Support invalid QP
13089         encoded strings, by using `rfc2231-parse-qp-string'.
13090
13091 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
13092
13093         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
13094         (rfc2231-decode-encoded-string): Typo "> X 1".
13095         (rfc2231-encode-string): Insert the name of charset.
13096         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
13097
13098 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
13099
13100         * mm-decode.el (mm-save-part): Return the filename.
13101         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
13102         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
13103         (gnus-mime-action-alist): Use it.
13104         (gnus-mime-button-commands): Use it.
13105         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
13106         (mm-inline-external-body): unwind-protect.
13107
13108 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
13109
13110         * gnus-art.el (gnus-insert-mime-button): Show url.
13111
13112 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
13113
13114         * mml.el (mml-generate-mime-1): Support external url.
13115         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
13116
13117 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
13118
13119         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
13120         * mm-decode.el (mm-display-external): Ditto.
13121         * mm-extern.el: New file.
13122         * mm-decode.el (mm-inline-media-tests): Hook it up.
13123         (mm-inlined-types): Inline message/external-body.
13124
13125 2000-11-02  Simon Josefsson  <sj@extundo.com>
13126
13127         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
13128
13129         * message.el (message-get-reply-headers): Better handling when
13130         Mail-Followup-To is very large.
13131
13132 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
13133
13134         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
13135         * gnus-art.el (gnus-article-edit-done):
13136         * gnus-sum.el (gnus-summary-edit-article-done): Move line
13137         counting code here.
13138         * gnus-msg.el (gnus-setup-message): Remove a hack.
13139
13140 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
13141
13142         * gnus-sum.el (gnus-newsgroup-variables): New variable.
13143         (gnus-summary-mode): Make them local variables.
13144         (gnus-set-global-variables): Globalize them.
13145         (gnus-summary-exit): Kill them.
13146
13147 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
13148
13149         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
13150         word.
13151
13152 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
13153
13154         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
13155         gnus-article-wash-types.
13156         * gnus-art.el (gnus-article-wash-status): Use them.
13157
13158 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
13159
13160         * mml.el (mml-read-tag): Remove spaces and LF.
13161
13162 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
13163
13164         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
13165         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
13166
13167 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
13168
13169         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
13170
13171 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
13172
13173         * gnus-sum.el (gnus-article-charset): New variable.
13174         (gnus-summary-display-article): Set it.
13175         * gnus-msg.el (gnus-copy-article-buffer): Use it.
13176         * gnus-art.el (gnus-article-mode): Make it local variable.
13177
13178 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13179
13180         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
13181
13182 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13183
13184         * nnwfm.el: New file.
13185
13186         * nnweb.el (nnweb-replace-in-string): New function.
13187
13188 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13189
13190         * mml2015.el: Wrap gpg.el.
13191         * gpg.el (gpg-verify): The last argument of apply is a list.
13192         (gpg-encrypt): Add passphrase as a parameter.
13193
13194 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
13195
13196         * gpg.el: New file.
13197         * gpg-ring.el: New file.
13198
13199 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
13200
13201         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
13202
13203 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13204
13205         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
13206         double-quote characters.
13207         (gnus-summary-prepare-threads): Ditto.
13208
13209 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
13210
13211         * gnus-art.el (gnus-mime-display-single): Forward line -1.
13212         * mml.el (mml-read-tag): Don't skip the leading space.
13213         * lpath.el (font-lock-set-defaults): Shut up.
13214
13215 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
13216
13217         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
13218
13219 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
13220
13221         * qp.el (quoted-printable-encode-region): Replace leading - when
13222         ultra safe.
13223         * mml.el (mml-generate-mime-postprocess-function): Removed.
13224         (mml-postprocess-alist): Removed.
13225         (mml-generate-mime-1): Use ultra-safe when sign.
13226         * mml2015.el (mml2015-fix-micalg): Uppercase.
13227         (mml2015-verify): Insert LF.
13228         (mml2015-mailcrypt-sign): Downcase; search backward.
13229
13230 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13231
13232         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
13233         restrictive.
13234         (nnultimate-table-regexp): New variable.
13235         (nnultimate-forum-table-p): Use it.
13236
13237 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
13238         Trivial patch.
13239
13240         * gnus-sum.el (gnus-summary-expire-articles): Save point.
13241
13242 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
13243
13244         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
13245         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
13246
13247 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
13248
13249         * mml2015.el: Shut up.
13250
13251 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
13252
13253         * gnus.el (gnus-server-browse-hashtb): Removed.
13254         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
13255         (gnus-group-insert-group-line-info): Use simplified method.
13256         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
13257
13258 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
13259
13260         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
13261         moved here.
13262         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
13263         * gnus-group.el (gnus-group-prepare-flat): Use it.
13264         * gnus-topic.el (gnus-group-prepare-topics): Use it.
13265
13266 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
13267
13268         * mml.el (mml-mode): Show menu in XEmacs.
13269
13270 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
13271
13272         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
13273         (gnus-server-read-server-in-server-buffer): New function.
13274         (gnus-browse-foreign-server): Browse in group buffer.
13275         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
13276         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
13277         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
13278         * gnus.el (gnus-server-browse-hashtb): New variable.
13279
13280 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
13281
13282         * nnfolder.el (nnfolder-open-nov): Use group.
13283
13284 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
13285
13286         * nnfolder.el: Add NOV. Set version to 2.0.
13287         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
13288
13289 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
13290
13291         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
13292
13293 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13294
13295         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
13296         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
13297
13298 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
13299
13300         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
13301
13302 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
13303
13304         * mm-decode.el (mm-verify-function-alist): New variable.
13305         (mm-verify-option): New variable.
13306         (mm-decrypt-function-alist): Ditto.
13307         (mm-decrypt-option): Ditto.
13308         (mm-find-raw-part-by-type): New function.
13309         (mm-possibly-verify-or-decrypt): New function.
13310         (mm-dissect-multipart): Use it.
13311         * mml2015.el (mml2015-fix-micalg): New function.
13312         (mml2015-decrypt): Use new interface.
13313         (mml2015-verify):  Use new interface.
13314         (mml2015-setup): Make it bogus.
13315
13316 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
13317
13318         * mml.el (mml-generate-mime-postprocess-function): Set to
13319         mml-postprocess.
13320         (autoload): Autoload mml2015 and mml-smime.
13321         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
13322         * mml2015.el (mml2015-encrypt): New function.
13323         (mml2015-sign): New function.
13324         (mml2015-encrypt-function): New variable.
13325         (mml2015-sign-function): New variable.
13326         (mml2015-mailcrypt-encrypt): Use message-recipients.
13327         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
13328         * mml-smime.el (mml-smime-setup): Ditto.
13329
13330 2000-10-28  Simon Josefsson  <sj@extundo.com>
13331
13332         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
13333         Communigate Pro 3.3.1 server.
13334
13335         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
13336         in buffers.
13337         (mml-secure-dns-server): Removed.
13338         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
13339         write certificates to files.
13340
13341         * smime.el (smime-dns-server): New variable.
13342         (smime-mail-to-domain):
13343         (smime-cert-by-dns): New functions.
13344
13345         * dig.el: New file.
13346
13347 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
13348
13349         * message.el (message-options): New variable.
13350         (message-options-set-recipient): New function.
13351         (message-send): Use them.
13352         * gnus-int.el (gnus-request-replace-article): Use them.
13353         (gnus-request-accept-article): Ditto.
13354         * mml.el (mml-preview): Use them.
13355         * gnus-sum.el (gnus-summary-edit-article): Use them.
13356
13357         * message.el (message-options-get): New function.
13358         (message-options-get): New function.
13359         * rfc2047.el (rfc2047-encode-message-header): Use them.
13360         * mm-bodies.el (mm-encode-body): Use them.
13361
13362 2000-10-28  Simon Josefsson  <sj@extundo.com>
13363
13364         * nnimap.el (nnimap-retrieve-which-headers):
13365         (nnimap-request-article-part): Quote message-id.
13366
13367         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
13368         (smime-CA-file): New variable.
13369         (smime-call-openssl-region): Don't error.
13370         (smime-sign-region): Return result value.
13371         (smime-encrypt-region): Ditto.
13372         (smime-verify-region): New function.
13373         (smime-decrypt-region): Ditto.
13374         (smime-verify-buffer): Ditto.
13375         (smime-decrypt-buffer): Ditto.
13376
13377         * mml.el: Require mml-sec.
13378         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
13379         (mml-mode-map): Add "sign" and "encrypt" maps.
13380         (mml-menu): Add security menu.
13381         (mml-preview): Use generate-new-buffer.
13382
13383         * mml-sec.el: New file.
13384
13385 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
13386
13387         * mm-decode.el (mm-find-part-by-type): Move it here.
13388         * mml.el (mml-postprocess): Move it here.
13389         (mml-postprocess-alist): Move it here. Merge them.
13390
13391 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
13392
13393         * rfc2047.el (rfc2047-encode-message-header): Make sure no
13394         unencoded stuff in the header.
13395
13396 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
13397
13398         * gnus-group.el (gnus-group-listed-groups): New variable.
13399         (gnus-group-list-option): New variable.
13400         (gnus-group-list-limit-map): New keymap.
13401         (gnus-group-list-flush-map): New keymap.
13402         (gnus-group-list-plus-map): New keymap.
13403         (gnus-group-prepare-logic): New function.
13404         (gnus-group-prepare-flat): Merge with
13405         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
13406         (gnus-group-prepare-flat-list-dead): Ditto.
13407         (gnus-group-list-matching): Use gnus-group-prepare-function.
13408         (gnus-group-list-dormant): Ditto.
13409         (gnus-group-list-cached): Ditto.
13410         (gnus-group-listed-groups): New function.
13411         (gnus-group-list-limit): New function.
13412         (gnus-group-list-flush): New function.
13413         (gnus-group-list-plus): New function.
13414         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
13415         (gnus-topic-prepare-topic): Ditto.
13416
13417 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
13418
13419         * message.el (message-insert-to, message-get-reply-headers):
13420         (message-reply, message-followup): Mail-{Followup,Reply}-To.
13421
13422 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
13423
13424         * mml2015.el: New file.
13425         * smime.el: New file.
13426         * mml-smime.el: New file.
13427
13428 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
13429
13430         * ChangeLog: Moved to ChangeLog.1.
13431
13432     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
13433   Copying and distribution of this file, with or without modification,
13434   are permitted provided the copyright notice and this notice are preserved.
13435
13436 ;; Local Variables:
13437 ;; coding: iso-2022-7bit
13438 ;; End: