Synch with Oort Gnus.
[elisp/gnus.git-] / lisp / ChangeLog
1 2003-01-26  Jesper Harder  <harder@ifa.au.dk>
2
3         * mm-decode.el (mm-dissection-list): Remove.
4         (mm-dissect-singlepart): Don't push to mm-dissection-list, it's
5         only used in mm-remove-all-parts.
6         (mm-remove-all-parts): Remove it, it's never called.
7
8 2003-01-25  Simon Josefsson  <jas@extundo.com>
9
10         * gnus-group.el (gnus-group-make-group): Report errors.
11
12         * nnimap.el (nnimap-request-create-group): Ditto.
13
14         * sieve-manage.el (sieve-manage-is-okno): Parse literal strings.
15
16         * sieve.el (sieve-upload): Fix error printing.
17
18         * mm-encode.el (mm-qp-or-base64): Always QP iff
19         mm-use-ultra-safe-encoding and cleartext PGP.
20
21         * gnus-sum.el (gnus-summary-select-article): Inhibit
22         redisplay (mainly for secured messages).
23
24         * nnmail.el (nnmail-article-group): Copy body too (but don't
25         process it).
26
27 2003-01-25  Jesper Harder  <harder@ifa.au.dk>
28
29         * gnus-art.el (gnus-article-setup-buffer): Reset
30         gnus-button-marker-list.
31
32 2003-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
33
34         * nntp.el (nntp-read-timeout): Default to using a second delay
35         under Microsoft Windows.
36
37 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
38
39         * nnheader.el (nnheader-directory-separator-character): New
40         variable. 
41
42 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
43
44         * gnus-agent.el (gnus-agent-max-fetch-size)
45         (gnus-agent-article-alist, gnus-agent-get-undownloaded-list)
46         (gnus-agent-catchup, gnus-agent-summary-fetch-group)
47         (gnus-agent-fetch-articles, gnus-agent-backup-overview-buffer)
48         (gnus-agent-flush-cache, gnus-agent-fetch-headers)
49         (gnus-agent-braid-nov, gnus-agent-load-alist)
50         (gnus-agent-article-alist-save-format)
51         (gnus-agent-read-agentview, gnus-agent-save-alist)
52         (gnus-agent-fetch-group-1, gnus-agent-expire)
53         (gnus-agent-uncached-articles, gnus-agent-retrieve-headers)
54         (gnus-agent-regenerate-group): Reformat to keep under eighty
55         columns.  Reword docstrings so that first line is under eighty
56         chars and a complete sentence.  Still need to work on the rear
57         end of the file, in particular gnus-agent-expire.       
58
59 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
60
61         * gnus-agent.el (gnus-agentize): Indent.
62
63         * gnus.el (gnus-version-number): Bumped.
64
65 2003-01-24 20:32:44 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
66
67         * gnus.el: Oort Gnus v0.14 is released.
68
69 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
70
71         * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B
72         before beginning.  Trivial patch from Mark Thomas
73         <swoon@bellatlantic.net>.
74
75 2003-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
76
77         * spam.el (spam-check-blackholes, spam-split) 
78         (spam-mark-junk-as-spam-routine, spam-summary-prepare-exit): added
79         gnus-message calls to show to users what spam.el is doing
80
81 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
82
83         * gnus-msg.el (gnus-message-replysign)
84         (gnus-message-replyencrypt): Fix typo.
85
86 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
87
88         * gnus-art.el (gnus-mime-security-show-details): Toggle showing
89         details. 
90
91 2003-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
92
93         * gnus-art.el (gnus-article-press-button): let* -> let.
94         (gnus-mime-security-show-details): Cleaned up.
95         (gnus-mime-security-press-button): Save excursion.
96         (gnus-insert-mime-security-button): Clean up.
97
98         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Doc fix.
99
100         * gnus-async.el (gnus-async-wait-for-article): Don't use a
101         timeout. 
102
103         * nntp.el (nntp-accept-process-output): Removed timeout. 
104         (nntp-read-timeout): New variable.
105         (nntp-accept-process-output): Use it.
106
107         * gnus-sum.el (gnus-data-find-list): Remove *.
108
109 2002-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
110
111         * gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
112         introduced on 2002-01-22.
113         (gnus-summary-first-unseen-or-unread-subject): Ditto.
114
115 2003-01-23  Teodor Zlatanov  <tzz@lifelogs.com>
116
117         * spam.el (spam-check-regex-headers, spam-list-of-checks) 
118         (spam-regex-headers-spam, spam-regex-headers-ham): added spam/ham
119         checks of incoming mail based on simple header regexp matching
120
121 2003-01-22  Teodor Zlatanov  <tzz@lifelogs.com>
122
123         * gnus-sum.el (gnus-spam-mark): set to `$'
124
125 2002-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
126
127         * gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
128         gnus-newsgroup-unfetched, the list of articles whose headers have
129         not been fetched from the server.
130
131         * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
132         parameter as it never worked due to a bug.  Added check to prevent
133         selection of any article in the gnus-newsgroup-unfetched list.
134         (gnus-summary-find-prev): Added check to prevent selection of any
135         article in the gnus-newsgroup-unfetched list.
136         (gnus-summary-first-subject): Documented API. Modified
137         implementation so that constraints are handled independently.
138         Added check to prevent selection of any article in the
139         gnus-newsgroup-unfetched list.
140         (gnus-summary-first-unseen-subject): Updated parameters in
141         gnus-summary-first-subject call to match new API.
142         (gnus-summary-first-unseen-or-unread-subject): Ditto.
143         (gnus-summary-catchup): Do not mark unfetched articles as read.
144         
145 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
146
147         * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook):
148         make-obsolete-variable allows only two arguments in XEmacs and
149         Emacs 20.
150
151         * gnus-sum.el (gnus-summary-wash-hide-map): Remove
152         gnus-article-hide-pgp.
153         (gnus-summary-make-menu-bar): do.
154
155         * gnus-art.el (gnus-treat-strip-pgp): Make obsolete.
156         (gnus-treatment-function-alist): Remove gnus-treat-strip-pgp and
157         gnus-article-hide-pgp.
158         (article-hide-pgp): Remove.
159         (gnus-article-hide): Remove gnus-article-hide-pgp.
160
161         * gnus.el: Remove gnus-article-hide-pgp
162
163 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
164
165         * message.el (message-required-headers): Doc fix.
166
167 2003-01-21  Teodor Zlatanov  <tzz@lifelogs.com>
168
169         * spam.el (spam-group-ham-processor-bogofilter-p): fixed bug
170         (spam-ifile-register-ham-routine, spam-ifile-ham-category): new
171         option to make ifile a purely binary classifier
172
173 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
174
175         * mml-sec.el (mml-secure-sign-pgpauto): Renamed.
176         (mml-secure-encrypt-pgpmime): Removed double.
177
178         * gnus-sum.el (gnus-summary-mark-article-as-replied): Added
179         debugging statements.
180
181 2003-01-21  Andreas Fuchs  <asf@void.at>
182
183         * mml-sec.el (mml-sign-alist): Added pgpauto.
184
185 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
186
187         * gnus.el (gnus-version-number): Bumped version number.
188
189 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
190
191         * gnus.el: Oort Gnus v0.13 is released.
192
193 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
194
195         * gnus-art.el (gnus-button-url-regexp): Removed |.
196
197         * message.el (message-send-hook): Doc fix.
198
199         * gnus-win.el (gnus-buffer-configuration): Display article
200         instead of article-copy when `reply'.
201
202 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
203
204         * gnus.el (gnus-format): Change customize group to gnus.
205         (gnus-cache): Add link.
206         (gnus-group-charter-alist): Fix docstring.
207
208 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
209
210         * mailcap.el (mailcap-print-command): lpr-command might be
211         unbound in XEmacs.
212
213 2002-01-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
214
215         * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
216
217         * gnus-sum.el (gnus-summary-update-article-line): Fixed
218         calculation of net characters added for use in the gnus-data
219         structure.
220         
221 2003-01-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
222
223         * nnmail.el (nnmail-process-unix-mail-format): Improve error
224         message.  Suggested by Jari Aalto.
225
226 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
227
228         * gnus-art.el (gnus-article-followup-with-original): Clean up. 
229         (gnus-article-reply-with-original): Ditto.
230
231         * gnus-sum.el (gnus-summary-catchup): Make sure downloadable,
232         read articles don't become unread.
233
234 2003-01-17  Simon Josefsson  <jas@extundo.com>
235
236         * gnus-fun.el (gnus-x-face-from-file): 
237         (gnus-face-from-file): Suggest image format in minibuffer prompt.
238
239         * gnus-fun.el (gnus-convert-image-to-x-face-command)
240         (gnus-convert-image-to-face-command): Doc fix.
241
242 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
243
244         * gnus-fun.el (gnus-convert-face-to-png): Protect against errors.
245
246 2003-01-17  Jesper Harder  <harder@ifa.au.dk>
247
248         * gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to
249         avoid encoding problems.
250
251         * mailcap.el (mailcap-ps-command): New variable.
252         (mailcap-mime-data): Add print entry where applicable.  Use
253         pdftotext on a tty.
254
255 2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
256
257         * gnus-sum.el (gnus-alter-header-function): Add type and group.
258
259 2003-01-16  Simon Josefsson  <jas@extundo.com>
260
261         * gnus-fun.el (gnus-convert-image-to-x-face-command) 
262         (gnus-convert-image-to-face-command, gnus-x-face-from-file) 
263         (gnus-face-from-file): Doc fix; don't mention image format.
264
265 2003-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
266
267         * spam.el (spam-get-article-as-filename): new function (unused for now)
268         (spam-get-article-as-buffer): new function
269         (spam-get-article-as-string): use spam-get-article-as-buffer
270         (spam-summary-prepare-exit): fixed bug, noticed by Malcolm Purvis
271
272 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
273  
274         * gnus-agent.el: Don't use `path'.
275         From the GNU coding standards:
276         
277             Please do not use the term ``pathname'' that is used in Unix
278             documentation; use ``file name'' (two words) instead.  We use
279             the term ``path'' only for search paths, which are lists of
280             directory names.
281
282         * nnsoup.el (nnsoup-file-name): Ditto.
283  
284         * nnmail.el (nnmail-pathname-coding-system): Ditto.
285         (nnmail-group-pathname): Ditto.
286  
287         * nnimap.el (nnimap-group-overview-filename): Ditto.
288  
289         * nnheader.el (nnheader-pathname-coding-system): Ditto.
290         (nnheader-group-pathname): Ditto.
291  
292         * nnfolder.el (nnfolder-group-pathname): Ditto.
293  
294         * gnus.el (gnus-home-directory): Ditto.
295  
296         * gnus-group.el (gnus-group-icon-list): Ditto.
297  
298 2003-01-16  Jesper Harder  <harder@ifa.au.dk>
299
300         * gnus-art.el (gnus-mime-print-part): Use mm-handle-media-type.
301
302         * message.el (message-mode-menu): Use it.
303         (message-mode-menu): Deactivate "Yank Original" if there's no
304         reply buffer.
305
306         * messagexmas.el (message-xmas-redefine): Redefine in XEmacs.
307
308         * message.el (message-mark-active-p): New function.
309
310 2003-01-15  Teodor Zlatanov  <tzz@lifelogs.com>
311
312         * spam.el (spam-use-bogofilter-headers, spam-bogofilter-header) 
313         (spam-bogofilter-database-directory): new variables
314         (spam-check-bogofilter-headers, spam-check-bogofilter) 
315         (spam-bogofilter-register-with-bogofilter) 
316         (spam-bogofilter-register-spam-routine) 
317         (spam-bogofilter-register-ham-routine) 
318         (spam-group-ham-processor-bogofilter-p): new functions for the new
319         Bogofilter interface
320         (spam-summary-prepare-exit): use the new Bogofilter functions
321         (spam-list-of-checks): added spam-use-bogofilter-headers
322         (spam-bogofilter-score): rewrote function
323         (spam-check-bogofilter): optional score parameter, uses
324         spam-check-bogofilter-headers better
325         (spam-check-bogofilter-headers): optional score parameter
326
327         * gnus.el (gnus-install-group-spam-parameters): new variable, t by
328         default, in the gnus-start customization group.  Used to disable
329         the spam-*/ham-* parameters.
330         (gnus-group-ham-exit-processor-bogofilter): new ham processor
331
332 2003-01-15  Jesper Harder  <harder@ifa.au.dk>
333
334         * gnus-xmas.el (gnus-xmas-redefine): Use region-exists-p in
335         XEmacs.
336
337         * gnus-ems.el (gnus-mark-active-p): do.
338
339 2003-01-15  Kevin Ryde  <user42@zip.com.au>
340
341         * gnus.texi (Using MIME): Mention auto-compression-mode with
342         gnus-mime-copy-part.
343
344 2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
345
346         * message.el (message-send): Don't warn about duplicates when
347         superseding. 
348
349 2003-01-15  Simon Josefsson  <jas@extundo.com>
350
351         * nnimap.el (nnimap-split-download-body): New variable.
352         (nnimap-split-articles): Use it.
353
354 2002-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
355
356         * gnus-agent.el (gnus-agent-check-overview-buffer): This data
357         integrity checker was incorrectly flagging, and removing, articles
358         whose article number was negative.
359         (gnus-agent-fetch-group-1): When executed in the group's summary
360         buffer, refresh each downloaded line to update the status flag and
361         font.  Preserve the value of gnus-newsgroup-headers so that
362         gnus-agent-fetch-articles can split the requests by size.
363         (gnus-agent-expire): Corrected day calculation for when
364         gnus-agent-expire-days contains a list.
365
366 2003-01-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
367
368         * gnus-audio.el (gnus-audio-au-player): Use executable-find. 
369
370 2003-01-13  Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
371
372         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
373           /usr/bin/play as default player. 
374           (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
375
376 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
377
378         * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
379         articles to be marked as well.
380
381 2002-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
382         * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
383         fictious headers generated by nnagent (ie. Undownloaded Article
384         ####) in the list of articles that have not been downloaded.
385         
386         * gnus-int.el (): Added require declarations to resolve
387         compile-time warnings.
388         (gnus-open-server): If the server status is set to offline,
389         recursively execute gnus-open-server to open the offline backend
390         (e.g. nnagent).
391
392 2003-01-14  Jesper Harder  <harder@ifa.au.dk>
393
394         * gnus-art.el (gnus-article-reply-with-original): Use
395         gnus-mark-active-p.
396         (gnus-article-followup-with-original): do.
397
398 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
399
400         * gnus-sum.el: Removed `(when t ...)' around `gnus-define-keys'.
401
402 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
403
404         * gnus-score.el (gnus-score-edit-file-at-point): New function.
405         (gnus-score-find-trace): Bind it to `e' key.  Added `q' for quit.
406
407 2003-01-13  Romain FRANCOISE  <romain@orebokech.com>
408
409         * gnus-fun.el (gnus-x-face-from-file): Quote file name. 
410         (gnus-face-from-file): Ditto.
411
412 2003-01-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
413
414         * gnus-sum.el (gnus-articles-to-read): Don't just apply
415         gnus-alter-articles-to-read-function to the unread articles. 
416
417 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
418
419         * deuglify.el (gnus-article-outlook-unwrap-lines)
420         (gnus-article-outlook-repair-attribution)
421         (gnus-article-outlook-rearrange-citation): New function names,
422         renamed from "gnus-outlook-" to "gnus-article-outlook-".  Changed
423         doc-string.
424
425         * gnus-sum.el (gnus-summary-mode-map): Use new function names,
426         removed `W k' key binding (use `W Y f' instead).
427         (gnus-summary-make-menu-bar): Use new function names.
428
429 2003-01-13  Simon Josefsson  <jas@extundo.com>
430
431         * gnus-fun.el (gnus-random-x-face): Doc fix.
432         (gnus-insert-random-x-face-header): New function.
433
434 2003-01-13  Jesper Harder  <harder@ifa.au.dk>
435
436         * gnus-sum.el (gnus-summary-make-menu-bar): Deactivate items if
437         mark is not active.
438
439         * gnus-msg.el (gnus-inews-do-gcc): Comment.
440
441         * gnus-ems.el (gnus-mark-active-p): New function.
442
443         * gnus-group.el (gnus-topic-mode-p): New function.
444         (gnus-group-make-menu-bar): Show more key bindings in topic mode.
445         Deactivate items if mark is not active.
446
447 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
448
449         * gnus.el (gnus-version-number): Bumped version.
450         (gnus-summary-line-format): Doc fix.
451
452 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
453
454         * gnus.el: Oort Gnus v0.12 is released.
455
456 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
457
458         * mail-source.el (mail-sources): Removed autoload to make it
459         compile under XEmacs.
460
461 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
462
463         * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
464         regexp or a function too.
465         (gnus-confirm-treat-mail-like-news): New variable.  Ask for
466         confirmation even if the original article is mail.
467
468 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
469
470         * gnus-msg.el (gnus-inews-add-send-actions): Get the right
471         articles to be marked when not yanking.
472
473 2003-01-12  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@curie.fr>
474
475         * mm-decode.el (mm-get-part): Use mm-with-unibyte-current-buffer.
476         
477 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
478
479         * gnus-fun.el (gnus-face-from-file): Autoload.
480
481         * gnus-cite.el (gnus-cite-delete-overlays): Protect against more
482         errors.
483
484 2003-01-12  Simon Josefsson  <jas@extundo.com>
485
486         * sieve.el (sieve-upload-and-bury): New.  Suggested by
487         kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
488
489         * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
490         Suggested by kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
491
492 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
493
494         * gnus-art.el (gnus-ignored-headers): Don't include the ^ and :
495         in every string.
496
497         * gnus.el (gnus-version-number): Bumped version number.
498
499 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
500
501         * gnus.el: Oort Gnus v0.11 is released.
502
503 2003-01-12  Jesper Harder  <harder@ifa.au.dk>
504
505         * message.el (message-fetch-reply-field): Narrow to headers.
506
507         * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
508         if Gnus isn't alive.
509
510 2002-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
511
512         * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
513         marks from articles that are already stored in the agent.
514         (gnus-agent-backup-overview-buffer): New debug tool.  Creates a
515         backup copy of an invalid .overview file for later analysis.
516         
517 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
518
519         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
520         exit work with two frames.
521
522 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
523
524         * message.el (message-forward-make-body): Use mule4.
525
526 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
527
528         * message.el (message-mode-map): Move wide-reply command.
529
530 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
531
532         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
533         castellano.
534         (gnus-outlook-display-hook): New variable.
535         (gnus-outlook-display-article-buffer): New function.
536         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
537         (gnus-outlook-deuglify-article): Made them interactive and added
538         optional arg.  Use `g-o-d-a-b'.
539         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
540
541         * gnus-sum.el: Added autoloads.
542         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
543         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
544
545 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
546
547         * gnus-art.el (gnus-display-mime): Use the mime emulation
548         variable. 
549
550         * gnus-sum.el (gnus-article-emulate-mime): New variable.
551
552         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
553         newsrc-alist is initialized properly.
554
555         * mail-source.el (mail-sources): Autoload.
556
557         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
558         nil.
559
560         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
561         insert two newlines.
562
563         * message.el (message-check-news-header-syntax): Compute the
564         header length correctly.
565
566 2002-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
567
568         * gnus-agent.el (gnus-agent-expire): Do not remove article from
569         alist when keeping fetched article file.
570         (gnus-agent-retrieve-headers): When parsing response for article
571         numbers, use the same algorithm as gnus-agent-braid-nov to protect
572         against garbage in the server's response.
573
574         * gnus-int.el (gnus-request-expire-articles,
575         gnus-request-move-article): Only expire when the group's server
576         has been agentized.
577
578 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
579
580         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
581         errors when deleting overlays.
582
583         * gnus-score.el (gnus-score-followup): Allow tracing.
584
585         * gnus-art.el (gnus-treat-display-face): New variable.
586         (article-display-face): New command.
587
588         * gnus-fun.el (gnus-face-from-file): New function.
589         (gnus-convert-face-to-png): Ditto.
590
591         * gnus-art.el (gnus-ignored-headers): Added Face.
592
593 2003-01-10  Simon Josefsson  <jas@extundo.com>
594
595         * nndraft.el (nndraft-request-group): Avoid crash in
596         directory-files when draft directory doesn't exists.
597
598         * gnus-sum.el (gnus-select-article-hook): Add :option.
599
600 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
601
602         * spam.el (spam-use-stat): new variable
603         (spam-group-spam-processor-stat-p) 
604         (spam-group-ham-processor-stat-p): new convenience functions
605         (spam-summary-prepare-exit): add spam/ham processors to sequence
606         (spam-list-of-checks): add spam-use-stat to list of checks
607         (spam-split): conditionally load the spam-stat tables
608         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
609         spam-check-ifile): new functions
610
611         * spam-stat.el (spam-stat): typo fix
612         (spam-stat-install-hooks): new variable
613         (spam-stat-split-fancy-spam-group): added documentation clarification
614         (spam-stat-split-fancy-spam-threshhold): new variable
615         (spam-stat-install-hooks): make hooks conditional
616         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
617
618         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
619         spam-stat ham/spam processor symbols
620
621 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
622
623         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
624         file exists.
625
626 2003-01-10  Simon Josefsson  <jas@extundo.com>
627
628         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
629         undownloaded/downloadable only when unplugged.
630
631 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
632
633         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
634
635 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
636
637         * spam.el (spam-check-ifile): fixed call-process-region to use the
638         db parameter only if it's set
639         (spam-ifile-register-with-ifile): ditto
640
641 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
642
643         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
644         spam-stat-nbad before creating the hash table.
645         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
646         Changed copyright statement to FSF.
647
648 2002-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
649
650         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
651         processable articles as read.
652         (gnus-agent-summary-fetch-series): Remove processable and
653         downloadable marks on all downloaded articles in the series.
654
655         * nntp.el (nntp-report): Throw error after reporting the problem.
656         (nntp-accept-process-output): Corrected error check to report an
657         error when the process is nil.
658
659 2003-01-09  Simon Josefsson  <jas@extundo.com>
660
661         * message.el (message-tool-bar-map): Add preview.
662
663 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
664
665         * mml.el (mml-preview): Get rid of MIME handles and buffers after
666         previewing.
667
668 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
669
670         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
671         bug when the (n+1)th article to be added to a group has a smaller
672         number than the n articles already added.
673
674 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
675
676         * message.el (message-mode-field-menu): Use backquote.
677
678 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
679
680         * spam.el: fixed the BBDB autoloads again, using
681         bbdb-search-simple now (which is not a macro, thank god)
682
683         * lpath.el (bbdb-search): removed function from maybe-fbind list
684
685         * gnus.el (ham-process-destination): added new parameter for
686         destination of ham articles found in spam groups at summary exit
687
688         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
689         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
690         (spam-ifile-database-path): added new parameter for ifile's database
691         (spam-move-spam-nonspam-groups-only): new parameter to determine
692         if spam should be moved from all groups or only some
693         (spam-summary-prepare-exit): fixed logic to use
694         spam-move-spam-nonspam-groups-only when deciding to invoke
695         spam-mark-spam-as-expired-and-move-routine; always invoke that
696         routine after the spam has been expired-or-moved in case there's
697         some spam left over; use spam-ham-move-routine in spam groups
698         (spam-ham-move-routine): new function to move ham articles to the
699         ham-process-destinations group parameter
700
701 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
702
703         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
704
705         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
706         gnus-summary-update-article-line.
707
708 2003-01-08  Simon Josefsson  <jas@extundo.com>
709
710         * nnmail.el (nnmail-expiry-target-group): Request group, create it
711         not successful.
712
713 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
714
715         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
716
717 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
718
719         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
720         logic, finally
721
722 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
723
724         * gnus-spec.el (gnus-parse-format): %C is a complex format.
725         (gnus-parse-format): Change to %~.
726
727         * message.el (message-generate-headers): Don't generate optional
728         empty headers.
729
730 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
731
732         * message.el (message-cross-post-default)
733         (message-cross-post-note-function, message-shoot-gnksa-feet)
734         (message-strip-subject-trailing-was, message-change-subject)
735         (message-mark-insert-file, message-cross-post-followup-to)
736         (message-cross-post-followup-to, message-mode-map)
737         (message-generate-unsubscribed-mail-followup-to)
738         (message-make-mail-followup-to): Minor changes to doc-strings and
739         error messages.  Updated copyright line.
740
741         * message.el (message-make-mail-followup-to,
742         message-generate-unsubscribed-mail-followup-to): New function
743         names.  Renamed functions: "-mft" -> "-mail-followup-to".
744         (message-make-mft, message-gen-unsubscribed-mft): Removed function
745         names.
746
747         * mml.el (mml-preview-insert-mail-followup-to): New function name.
748         (mml-preview-insert-mft): Removed function name.
749         (mml-preview): Use new function names.
750
751         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
752
753         * message.el (message-mode-field-menu): Moved header related
754         commands from "Message" to "Field" menu.
755
756 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
757
758         * message.el (message-generate-headers-first): Added customization
759         if variable is a list.
760
761 2003-01-07  Michael Shields  <shields@msrl.com>
762
763         * gnus-art.el (gnus-article-next-page): Correctly handle the case
764         where the last line of the article is the last line of the window.
765
766 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
767
768         * gnus-msg.el (gnus-debug): Use ignore-errors.
769
770         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
771         `gnus-summary-update-line'.
772
773 2003-01-08  Simon Josefsson  <jas@extundo.com>
774
775         * gnus-art.el (gnus-unbuttonized-mime-types)
776         (gnus-buttonized-mime-types): Doc fix.
777
778 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
779
780         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
781
782 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
783
784         * nnrss.el (nnrss-group-alist): Add and clear up.
785
786 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
787
788         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
789
790         * lpath.el (bbdb-search): added BBDB functions for a better way to
791         fix missing functions
792
793         * spam.el (spam-check-ifile): if should be an unless
794
795         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
796         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
797         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
798
799 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
800
801         * gnus-sum.el (gnus-summary-make-menu-bar): Added
802         gnus-summary-refer-thread to thread menu.
803
804 2002-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
805
806         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
807         summary buffer, articles that cannot be fetched are marked as
808         canceled.
809
810         * nntp.el (nntp-with-open-group): The quit signal handler must
811         propagate the quit signal to the next outer handler so that the
812         caller knows that the request aborted abnormally.
813
814 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
815
816         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
817         (spam-ifile-register-spam-routine)
818         (spam-ifile-register-ham-routine): added ifile functionality that
819         does not use ifile-gnus.el to classify and register articles
820         (spam-get-article-as-string): convenience function
821         (spam-summary-prepare-exit): added ifile spam and ham registration
822         (spam-ifile-all-categories, spam-ifile-spam-category)
823         (spam-ifile-path, spam-ifile): added customization options
824
825         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
826         exit processor
827         (spam-process): added gnus-group-ham-exit-processor-ifile to the
828         list of choices
829
830 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
831
832         * gnus-score.el (gnus-score-followup): Also score immediate
833         followups.
834
835 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
836
837         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
838
839 2003-01-07  Simon Josefsson  <jas@extundo.com>
840
841         * message.el (message-mode-menu): Fix receipt balloon help.
842
843 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
844
845         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
846         always be interpreted as news.
847
848 2003-01-07  Simon Josefsson  <jas@extundo.com>
849
850         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
851         gnus-sieve-script, instead of the global variable
852         gnus-sieve-crosspost.  One-line patch from Steinar Bang
853         <sb@dod.no>.
854
855 2002-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
856
857         * gnus.el: Renamed gnus-summary-*-uncached-face as
858         gnus-summary-*-undownloaded-face to avoid confusing the agent with
859         the cache.
860
861         * gnus-sum.el: Ditto.
862
863 2002-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
864
865         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
866         in either the group or summary buffer.
867         New command "JS", in summary buffer, will fetch articles per the
868         group's category, predicate, and processable flags.
869         (gnus-agent-summary-fetch-series): Rewritten to call
870         gnus-agent-session-fetch-group once with all articles in the
871         series.
872         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
873         return list of fetched articles.
874         (gnus-agent-fetch-articles): Split fetch list into sublists such
875         that the article buffer is only slightly larger than
876         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
877         the group's article alist is saved.
878         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
879         longer result in the agent trying to fetch an article.
880         (gnus-agent-fetch-group-1): Can now be called in either the group
881         or summary buffer.  Removed the max-fetch-size code that I added
882         on 2002-12-13 as that capability is now part of
883         gnus-agent-fetch-articles.  Added code to update summary buffer.
884         When called in the group buffer, articles that can not be fetched
885         are AUTOMATICALLY MARKED AS READ.
886
887         * gnus-sum.el (): Modified eval-when-compile to minimize
888         misleading compilation warnings.
889         (gnus-update-summary-mark-positions): Changed code to use
890         gnus-undownloaded-mark rather than gnus-downloaded-mark.
891
892         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
893         empty file as the parser assumes that the file isn't empty.
894
895         * nntp.el (nntp-send-string): The process-send-string call can,
896         because it performs I/O on the process, change the process' state
897         from open to closed.  If this happens, call nntp-report
898         immediately to report the broken connection.
899         (nntp-report): Rewritten to avoid needing a global variable to
900         determine the appropriate course of action.  Instead, two function
901         implementations are provided and the nntp-report function value is
902         bound to the appropriate implementation.
903         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
904         (nntp-with-open-group): Now binds nntp-report's function cell
905         rather than binding gnus-with-open-group-first-pass.  Added a
906         condition-case to detect a quit during a nntp command.  When the
907         quit occurs, the current connection is closed as a fetch articles
908         request could have several megabytes queued up for reading.
909         (nntp-retrieve-headers): Bind articles to itself.  If
910         nntp-with-open-group repeats this command, I must have access to
911         the original list of articles.
912         (nntp-retrieve-groups): Ditto for groups.
913         (nntp-retrieve-articles): Ditto for articles.
914         (*): Replaced nntp-possibly-change-group calls to
915         nntp-with-open-group forms in all, but one, occurrance.
916         (nntp-accept-process-output): Bug fix. Detect when called with
917         null process.
918
919 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
920
921         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
922         if we don't need to.
923         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
924
925 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
926
927         * gnus-group.el (gnus-group-make-web-group): Pass the select
928         method on to group-create.
929         (gnus-group-line-format-alist): %U is an integer.
930
931         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
932         ephemeral groups.
933         (gnus-summary-read-group-1): Ditto.
934         (gnus-group-make-articles-read): Ditto.
935
936         * mm-url.el (mm-url-program): Doc fix.
937
938         * message.el (message-mode-map): Rebound
939         message-insert-wide-reply.
940
941 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
942
943         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
944         color as `gnus-group-startup-message' does.
945
946 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
947
948         * spam.el: fixed line lengths to 80 chars or less
949
950         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
951         "not-read" mark
952         (gnus-summary-mark-forward): added the spam-mark to the list of
953         marks not to be marked as "read" when viewed
954
955 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
956
957         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
958
959         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
960         Protect against unactive groups.
961
962         * message.el (message-check-news-header-syntax): Check long
963         header lines.
964         (message-check-news-header-syntax): Update `start'.
965
966         * gnus-group.el (gnus-group-expire-articles): Doc fix.
967         (gnus-group-line-format): %U.
968         (gnus-group-line-format-alist): ?U.
969         (gnus-number-of-unseen-articles-in-group): New function.
970
971         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
972
973         * gnus.el (gnus-version-number): Bump version number.
974
975 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
976
977         * gnus.el: Oort Gnus v0.10 is released.
978
979 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
980
981         * gnus.el (gnus-version-number): Fix version number.
982
983 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
984
985         * gnus.el: Oort Gnus v0.08 is released.
986
987 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
988
989         * mm-util.el: Add mm-string-make-unibyte.
990
991         * gnus-group.el (gnus-group-jump-to-group): Make it work for
992         UTF-8 groups.
993
994 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
995
996         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
997
998         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
999
1000 2003-01-04  Kevin Ryde  <user42@zip.com.au>
1001
1002         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
1003         function.
1004
1005 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1006
1007         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
1008         (gnus-summary-read-group-1): Update group line.
1009         (gnus-summary-exit-no-update): Update group on exit.
1010
1011         * gnus-group.el (gnus-group-line-format): Add %*.
1012         (gnus-group-line-format-alist): Ditto.
1013         (gnus-group-insert-group-line): Set it.
1014         (gnus-group-is-exiting-p): New variable.
1015         (gnus-group-insert-group-line): Use it.
1016
1017 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
1018
1019         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
1020         enable BBDB ham processing
1021         (spam-blacklist-register-routine): enable blacklist spam processing
1022         (spam-whitelist-register-routine): enable whitelist ham processing
1023         (spam-fetch-field-from-fast): fast fetching of the "from" field
1024         from (gnus-data-list)
1025         (spam-summary-prepare-exit): works completely now
1026         (spam-use-blacklist): oops, should be nil by default
1027         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
1028         split processing now; before it was for summary exit as
1029         well but that's done with the spam-contents and spam-process
1030         parameters now
1031
1032 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
1033
1034         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
1035         characters.
1036
1037 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
1038
1039         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
1040         (spam-group-processor-p, spam-group-processor-bogofilter-p)
1041         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
1042         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
1043         (spam-mark-spam-as-expired-and-move-routine)
1044         (spam-generic-register-routine, spam-BBDB-register-routine)
1045         (spam-ifile-register-routine, spam-blacklist-register-routine)
1046         (spam-whitelist-register-routine): new functions
1047         (spam-summary-prepare-exit): added summary exit processing (expire
1048         or move) of spam-marked articles for spam groups; added slots for
1049         all the spam-*-register-routine functions
1050
1051 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1052
1053         * pop3.el (pop3-retr): Wait 500 msecs.
1054         (pop3-read-response): Ditto.
1055
1056         * gnus-msg.el (gnus-setup-message): Get the evaliation order
1057         right.
1058         (gnus-inews-make-draft): New function.
1059         (gnus-setup-message): Use it.
1060
1061         * message.el (message-required-headers): Add From.
1062
1063 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1064         Trivial patch from Norbert Koch <nk@viteno.net>.
1065
1066         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
1067
1068 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1069
1070         * message.el (message-generate-headers): Let header formatters do
1071         their work.
1072
1073 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
1074
1075         * deuglify.el (gnus-article-outlook-deuglify-article):
1076         Rehighlight, reapply treatments and call
1077         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
1078         (gnus-outlook-repair-attribution-block): Recognize cited
1079         attributions.  Suggested by Niklas Morberg.
1080
1081 2003-01-02  Pete Kazmier  <pete@kazmier.com>
1082
1083         * gnus-art.el (gnus-treat-predicate): Check condition first.
1084
1085 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
1086
1087         * lpath.el: Add url-http-file-exists-p.
1088
1089         * gnus-group.el (gnus-group-fetch-charter): Use
1090         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
1091
1092 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1093
1094         * message.el (message-draft-headers): Also generate From to get a
1095         nicer draft buffer summary.
1096
1097         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
1098         parameter.
1099
1100         * gnus-art.el (article-wash-html): Clean up.
1101         (article-wash-html): Typo fix.
1102
1103         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
1104         (gnus-summary-mail-forward): To many lists of lists.
1105
1106         * gnus-art.el (article-wash-html): Clean up.
1107
1108 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
1109
1110         * gnus-art.el (gnus-treat-wash-html): New variable.
1111
1112 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1113
1114         * message.el (message-check-news-header-syntax): Allow posting.
1115         (message-check-news-header-syntax): Fix logic for sure, this
1116         time.
1117
1118 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
1119
1120         * message.el (message-check-news-header-syntax): Check syntax of
1121         continuation headers.
1122
1123 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
1124
1125         * gnus-art.el (gnus-button-url-regexp,
1126         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
1127         (gnus-header-button-alist): Regexps are case insensitive here.
1128
1129 2003-01-02  Simon Josefsson  <jas@extundo.com>
1130
1131         * dig.el (query-dig): Doc fix.
1132
1133 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1134
1135         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
1136         summary buffer line, not just the download mark.
1137
1138 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1139
1140         * gnus-sum.el (gnus-summary-goto-subjects): New function.
1141         (gnus-summary-insert-dormant-articles): New command and
1142         keystroke.
1143
1144         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
1145         function for mass insertion of subjects.
1146
1147         * nndraft.el (nndraft-generate-headers): Don't move point.
1148
1149         * gnus.el (nnheader): Require nnheader.
1150
1151         * nndraft.el (nndraft-request-associate-buffer): Use
1152         make-local-variable.
1153
1154 2003-01-02  Michael Shields  <shields@msrl.com>
1155
1156         * nndraft.el (nndraft-request-associate-buffer): Make
1157         write-contents-hooks buffer-local before setting it.
1158
1159 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1160
1161         * gnus.el (gnus-group-parameter-value): Take an extra param.
1162         (gnus-group-fast-parameter): Let group param results be nil.
1163
1164         * gnus-art.el (gnus-article-forward-header): New function.
1165         (article-date-ut): Use it to remove continuation date headers.
1166
1167         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
1168         read-event.
1169         (gnus-summary-remove-bookmark): Clean up.
1170         (gnus-summary-set-bookmark): Clean up.
1171
1172         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
1173
1174         * gnus.el (gnus-group-startup-message): Bind data-directory to
1175         the Gnus etc directory.
1176
1177 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
1178
1179         * spam.el (spam-summary-prepare-exit): added slots for spam- and
1180         ham-processing of articles; use the new
1181         spam-group-(spam|ham)-contents-p functions
1182         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
1183         convenience functions
1184         (spam-mark-junk-as-spam-routine): use the new
1185         spam-group-spam-contents-p function
1186
1187         * gnus.el (spam-process, spam-contents, spam-process-destination):
1188         added new parameters with corresponding global variables
1189         (gnus-group-spam-exit-processor-ifile,
1190         gnus-group-spam-exit-processor-bogofilter,
1191         gnus-group-spam-exit-processor-blacklist,
1192         gnus-group-spam-exit-processor-whitelist,
1193         gnus-group-spam-exit-processor-BBDB,
1194         gnus-group-spam-classification-spam,
1195         gnus-group-spam-classification-ham): added new symbols for the
1196         spam-process and spam-contents parameters
1197
1198         * spam.el (spam-ham-marks, spam-spam-marks): changed list
1199         customization and list itself to store mark symbol rather than
1200         mark character.
1201         (spam-bogofilter-register-routine): added logic to generate mark
1202         values list from spam-ham-marks and spam-spam-marks, so (member)
1203         would work.
1204
1205 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1206
1207         * message.el (message-cross-post-followup-to): Fix comment.
1208
1209 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
1210
1211         * spam.el (spam-ham-marks, spam-spam-marks): changed list
1212         customization and list itself to store mark symbol rather than
1213         mark character.
1214         (spam-bogofilter-register-routine): added logic to generate mark
1215         values list from spam-ham-marks and spam-spam-marks, so (member)
1216         would work.
1217
1218 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
1219
1220         * message.el (message-signature-insert-empty-line): New variable.
1221
1222 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1223
1224         * message.el: Renamed functions and variables: "xpost" ->
1225         "cross-post", "-fup2" -> "-followup-to".
1226         (message-cross-post-old-target, message-cross-post-default,
1227         message-cross-post-note, message-followup-to-note,
1228         message-cross-post-note-function): New variables names.
1229         (message-xpost-old-target, message-xpost-default,
1230         message-xpost-note, message-fup2-note,
1231         message-xpost-note-function): Removed variable names.
1232         (message-cross-post-followup-to-header,
1233         message-cross-post-insert-note, message-cross-post-followup-to):
1234         New function names.
1235         (message-xpost-fup2-header, message-xpost-insert-note,
1236         message-xpost-fup2): Removed function names.
1237
1238 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1239
1240         * message.el (message-send-mail): Added message-cleanup-headers to
1241         prevent newlines in headers.
1242
1243 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1244
1245         * dns.el (dns-make-network-process): Comment.
1246
1247         * gnus-sum.el (gnus-summary-display-while-building): Default to
1248         nil.
1249
1250 2003-01-01  Wes Hardaker  <wes@hardakers.net>
1251
1252         * gnus-sum.el (gnus-summary-display-while-building): New
1253         variable.
1254
1255 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
1256
1257         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
1258         before rearranging the article.
1259
1260 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1261
1262         * nndraft.el (nndraft-generate-headers): New function.
1263         (nndraft-request-associate-buffer): Use it to write headers on
1264         buffer save.
1265
1266         * message.el (message-generate-headers): Let the function be a
1267         lambda form.
1268         (message-draft-headers): New variable.
1269
1270         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
1271         function.
1272         (gnus-setup-message): Use it.
1273
1274         * message.el (message-generate-headers-first): Doc fix.
1275         (message-setup-1): Use new function for getting which headers to
1276         generate.
1277         (message-headers-to-generate): New function.
1278
1279 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
1280
1281         * gnus-agent.el (gnus-agent-save-alist): Make directory.
1282
1283 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
1284
1285         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
1286         mention negatives.
1287
1288 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
1289
1290         * deuglify.el (gnus-outlook-rearrange-article): Use
1291         `transpose-regions' instead of tempering the kill-ring.
1292         (gnus-article-outlook-deuglify-article): Rehighlight article
1293         instead of a complete redisplay.
1294
1295 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
1296
1297         * spam.el: most defvars are defcustoms now
1298
1299         patches from Michael Shields  <shields@msrl.com>
1300
1301         * spam.el (spam-bogofilter-articles): Select the article
1302         body using gnus-summary-show-article t instead of
1303         gnus-summary-select-article; this presents the raw text
1304         without running any hooks.
1305
1306         * spam.el (spam-bogofilter-articles): Use message-remove-header
1307         to remove headers; the old way incorrectly removed just the first
1308         line of folded headers.
1309
1310 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1311
1312         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
1313
1314 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1315
1316         * gnus-start.el (gnus-load): New function.
1317         (gnus-read-newsrc-el-file): Use it.
1318
1319 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1320
1321         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
1322         (gnus-button-handle-apropos-documentation): New function.
1323         (gnus-button-handle-ctan): New function.
1324         (gnus-button-alist): Use them.  Improve some regexps.
1325         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
1326
1327 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1328
1329         * message.el (message-subscribed-p): New function.
1330         (message-send-mail): Use it.
1331         * mml.el (mml-preview-insert-mft): New function.
1332         (mml-preview): Use it.
1333
1334 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1335
1336         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
1337         when sorting by date.
1338
1339         * gnus-art.el (gnus-article-edit-mode): New variable.
1340         (gnus-article-setup-buffer): Warn user about discarding edits.
1341
1342         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
1343         (gnus-summary-pipe-output): Take a symbolic prefix to save all
1344         headers.
1345
1346         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
1347
1348 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1349
1350         * message.el (message-completion-alist): Added "Mail-Followup-To"
1351         and "Mail-Copies-To".
1352
1353 2002-07-21  Jesper harder  <harder@ifa.au.dk>
1354
1355         * gnus-group.el: Add key bindings for
1356         gnus-group-sort-groups-by-real-name and
1357         gnus-group-sort-selected-groups-by-real-name.
1358
1359 2002-07-21  Jesper harder  <harder@ifa.au.dk>
1360
1361         * gnus.texi (Sorting Groups): Add key bindings for
1362         gnus-group-sort-groups-by-real-name and
1363         gnus-group-sort-selected-groups-by-real-name.
1364
1365 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
1366
1367         * spam.el (spam-use-dig): new variable for blackhole checking
1368         through dig.el
1369         (spam-check-blackholes): added dig.el checking functionality and
1370         more verbose reporting; query-dig is autoloaded from dig.el
1371         (spam-use-blackholes): disabled by default
1372         (spam-blackhole-servers): removed rbl.maps.vix.com from the
1373         blackhole servers list
1374
1375 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1376
1377         * message.el (message-required-headers): New variable.
1378
1379 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
1380
1381         * dig.el (query-dig): new function
1382
1383 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1384
1385         * flow-fill.el (fill-flowed): Don't infloop on too long fill
1386         prefixes.
1387
1388         * dns.el (query-dns): Protect against errors.
1389
1390         * gnus-msg.el (gnus-article-yanked-articles): New variable.
1391         (gnus-inews-add-send-actions): Mark all answered messages as
1392         answered.
1393
1394 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
1395
1396         * nnmail.el (nnmail-split-it): Added tracing to
1397         `:' split rule
1398
1399 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
1400
1401         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
1402         and "%s" so we don't overquote them.
1403
1404 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
1405
1406         * (mm-display-external): Display the actual command that has been
1407         executed in the echo area.
1408
1409 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1410
1411         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
1412
1413         * message.el (message-with-reply-buffer): New macro.
1414         (message-fetch-reply-field): Use it.
1415         (message-insert-wide-reply): New command and keystroke.
1416         (message-carefully-insert-headers): New function.
1417         (message-insert-to): Use new function.
1418
1419         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
1420         (gnus-topic-goto-missing-group): Use it.
1421
1422         * message.el (message-required-news-headers): Removed Lines.
1423         (message-reply): Don't insert References first.
1424         (message-followup): Ditto.
1425         (message-make-references): New function.
1426         (message-followup): Set message-reply-headers before generating
1427         the buffer stuff.
1428
1429 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
1430
1431         * mml.el (mml-generate-mime-1): Reverse the order of
1432         encoding/flowing.
1433
1434 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1435
1436         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
1437         after moving them.
1438
1439         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
1440         fit with newer standard format.
1441         (gnus-summary-make-false-root-always): New variable.
1442         (gnus-gather-threads-by-subject): Use it.
1443
1444         * message.el (message-get-reply-headers): Take an address list
1445         optional argument.
1446
1447 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1448
1449         * gnus.el (gnus-keep-backlog): Change default to 20.
1450
1451         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
1452         start.
1453         (gnus-agent-check-overview-buffer): Remove negative article
1454         numbers.
1455
1456         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
1457         (nnmail-cache-ignore-groups): Doc fix.
1458
1459         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
1460         (nnimap-debug-buffer): New variable.
1461         (nnimap-debug): Use it.
1462
1463 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
1464
1465         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
1466
1467 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1468
1469         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
1470         they aren't already sorted.
1471
1472 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
1473
1474         * message.el (message-mode-menu): Add ellipses to menu items
1475         expecting user interaction.
1476         (message-mode-field-menu): do.
1477
1478 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
1479
1480         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
1481         it isn't used any more.
1482
1483 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
1484
1485         * binhex.el (binhex-decoder-program): Fix docstring.
1486
1487 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1488
1489         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
1490         special chars if the mailcap file uses single quotes around %s.
1491         From Laurent Martelli <laurent@bearteam.org>.
1492
1493 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
1494
1495         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
1496         return the info object.
1497
1498 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
1499
1500         * gnus-int.el (gnus-request-update-info): Artificially add
1501         (1 . (1- min)) to the read range, in case the backend doesn't
1502         store marks for nonexistent articles.
1503
1504 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1505
1506         * binhex.el (binhex-insert-char): Eval-and-compile.
1507
1508 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
1509
1510         * lpath.el: Add tool-bar-local-item-from-menu.
1511
1512         * message.el (message-tool-bar-local-item-from-menu): New function.
1513         (message-tool-bar-map): Use it.
1514
1515 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
1516
1517         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
1518
1519         * gnus-art.el (gnus-article-header-rank): Last header in
1520         gnus-sorted-header-list should have higher rank than non-members.
1521
1522 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1523
1524         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
1525         covered methods.
1526
1527 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1528
1529         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
1530         eval-when-compile.  Suggested by Kevin Greiner.
1531
1532 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
1533
1534         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
1535         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
1536         even though no headers may have been fetched
1537         (gnus-agent-fetch-group-1, and perhaps others, require this
1538         behavior).
1539         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
1540         server buffer is constrained by gnus-agent-max-fetch-size.
1541         Multiple chunks in the same group may perform arbitrarily large
1542         updates.
1543
1544 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
1545
1546         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
1547         gnus-summary-update-download-mark to update the article in the
1548         summary.
1549
1550 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
1551
1552         * gnus.el (gnus-summary-high-uncached-face,
1553         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
1554         New faces.
1555
1556         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
1557         added this on 2002-11-23 but it just wasn't working out as
1558         intended.  The idea isn't entirely dead, three new faces
1559         gnus-summary-*-uncached-face are being added to gnus.el to provide
1560         the basis for an improved implementation.
1561         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
1562         proper file to open is lib/servers.
1563         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
1564         (i.e. removing the article from gnus-newsgroup-downloadable) will
1565         now restore the article's default mark rather than simply setting
1566         no mark.
1567         (gnus-agent-get-undownloaded-list): Corrected documentation.
1568         Added code to set new summary local variable,
1569         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
1570         a temporary list.  No longer sets gnus-newsgroup-downloadable.
1571         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
1572         up to date.  Call new gnus-summary-update-download-mark to keep
1573         summary buffer up-to-date.
1574         (gnus-agent-fetch-selected-article): Keep
1575         gnus-newsgroup-undownloaded up to date.
1576         (gnus-agent-fetch-articles): Return list of articles that were
1577         successfully fetched.
1578         (gnus-agent-check-overview-buffer): No more thingatpt.
1579         (gnus-agent-expire): No longer deletes NOV entries of unread
1580         articles.
1581         (gnus-agent-unread-articles): New function.
1582         (gnus-agent-regenerate-group): The article number must be
1583         terminated by a tab character.  Added more messages to report
1584         repairs.  Inhibit quits while writing changes so it is now safe
1585         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
1586         downloaded to 1) resolve the unbound references and 2) avoid
1587         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
1588
1589         * gnus-art.el (gnus-article-prepare): The agent
1590         downloaded/undownloaded mark is no longer stored as the article's
1591         mark.
1592
1593         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
1594         gnus-summary-highlight may use it.  Added downloaded as
1595         gnus-summary-highlight was using it.
1596
1597         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
1598         the download mark now follows Kai's +/- convention.
1599         (gnus-downloaded-mark): Added ?+ mark.
1600         (gnus-summary-highlight): Added rules to select
1601         gnus-summary-high-uncached-face,
1602         gnus-summary-normal-uncached-face, and
1603         gnus-summary-low-uncached-face.  Removed the
1604         gnus-agent-downloaded-article-face.
1605         (gnus-summary-line-format-alist): Implemented the download flag
1606         format (?O) as named in the manual.  This implementation displays
1607         either gnus-undownloaded-mark, gnus-downloaded-mark, or
1608         gnus-no-mark.
1609         (gnus-newsgroup-agentized): New local variable that identifies
1610         which groups are agentized.  While the agent is now on by default,
1611         you don't have to agentize every server that you use.
1612         (gnus-update-summary-mark-positions): Completed support for the
1613         download type of mark.
1614         (gnus-summary-insert-line): Added undownloaded to the parameters.
1615         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
1616         reference by the gnus-summary-line-format-spec.
1617
1618         * nntp.el (nntp-with-open-group): This macro handles dropped or
1619         broken connections by opening a new connection and repeating the
1620         failed command.
1621         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
1622         XOVER commands preceeding the active articles with the nov entry
1623         of the first available article.  When gnus connected to such a
1624         server, the unexpected nov entry would result in duplicate lines
1625         in the agent's overview file.  This patch fixes the duplicate
1626         lines problem and improves performance by skipping over all
1627         articles IDs that preceed the first nov entry in the server's
1628         reply.
1629
1630 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1631
1632         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
1633         (gnus-summary-highlight): Use it instead of `downloaded'.
1634         (gnus-summary-highlight-line): Ditto.
1635
1636         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
1637
1638 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1639
1640         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
1641
1642         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
1643         calls.
1644
1645         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
1646         downloaded variable if we're in an uncovered group.
1647
1648         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
1649         font to soemthing less noticeable.
1650         (gnus-agent-group-covered-p): New function.
1651
1652 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
1653
1654         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
1655         Because of an unknown bug, the group buffer is saved in .overview
1656         file.
1657
1658 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1659
1660         * nntp.el (nntp-send-command): Braino in last commit.  Replace
1661         `and' with `or'.
1662
1663 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1664
1665         * nntp.el (nntp-send-command): Assume that echo does not happen
1666         when nntp-open-connection-function is nntp-open-network-stream.
1667         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
1668
1669 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
1670
1671         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
1672
1673 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
1674
1675         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
1676         nntp-server-buffer if we aren't going to write to it.
1677
1678 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1679         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
1680
1681         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
1682
1683 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1684
1685         * rfc2047.el (rfc2047-decode-region): Remove newlines between
1686         decoded words.
1687
1688 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1689
1690         * gnus.el (fboundp): After loading mm-util, make sure it was the
1691         right one.
1692
1693 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1694
1695         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
1696         gnus-sum.  Made into a user option.
1697
1698         * gnus-sum.el (gnus-simplify-ignored-prefixes)
1699         (gnus-summary-mark-article-as-unread)
1700
1701 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
1702
1703         * time-date.el (date-to-time): Typo.
1704
1705         * parse-time.el: Typo.
1706
1707         * nnsoup.el (nnsoup-retrieve-headers): Typo.
1708
1709         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
1710
1711         * nnimap.el:
1712         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
1713
1714         * mm-encode.el (mm-safer-encoding): Typo.
1715
1716         * messcompat.el: Typo.
1717
1718         * message.el (message-face-alist): Typo.
1719
1720         * imap.el (imap-interactive-login, imap-open): Typos.
1721
1722         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
1723
1724         * gnus.el: Typo.
1725
1726         * gnus-win.el (gnus-configure-frame): Typo.
1727
1728         * gnus-util.el (gnus-atomic-progn-assign): Typo.
1729
1730         * gnus-topic.el (gnus-topic-sort-topics): Typo.
1731
1732         * gnus-sum.el (gnus-summary-article-number)
1733         (gnus-summary-read-group-1, gnus-summary-mark-article)
1734         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
1735
1736         * gnus-mule.el (gnus-mule-add-group): Typo.
1737
1738         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
1739
1740         * gnus-group.el (gnus-group-fetch-faq): Typo.
1741
1742         * gnus-art.el (gnus-decode-header-methods): Typo.
1743
1744         * flow-fill.el: Typo.
1745
1746 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
1747
1748         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
1749
1750 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1751
1752         * gnus-sum.el (gnus-simplify-ignored-prefixes)
1753         (gnus-summary-mark-article-as-unread)
1754         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
1755         Reformatting to avoid long lines.
1756         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
1757
1758 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
1759
1760         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
1761         be accessed through `mail-header-number'.
1762
1763 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1764
1765         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
1766         compressed range to gnus-summary-insert-articles.
1767
1768 2002-11-26  Kevin Ryde <user42@zip.com.au>
1769
1770         * gnus-art.el (gnus-mime-copy-part): Look for filename
1771         parameter under content-disposition, not content-type.
1772
1773         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
1774         (gnus-summary-reselect-current-group): Use it.
1775
1776 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
1777
1778         * gnus-agent.el (gnus-agent-uncached-articles): if
1779         gnus-agent-load-alist fails, return ARTICLES.
1780
1781         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
1782
1783 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1784
1785         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
1786         superfluous function call.
1787         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
1788         Add warning to docstring.
1789
1790 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1791
1792         * gnus-agent.el: Autoload number-at-point instead.
1793         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
1794
1795 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1796
1797         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
1798         require thingatpt (for number-at-point) and protect against
1799         deactivate-mark being unbound (on XEmacs).
1800
1801 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1802
1803         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
1804         print message on entry.
1805
1806         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
1807
1808         * gnus-range.el (gnus-range-difference): New function.
1809         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
1810
1811 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1812
1813         * gnus-sum.el (gnus-summary-insert-old-articles): Use
1814         gnus-remove-from-range instead of gnus-range-difference which
1815         doesn't exist.
1816
1817 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1818         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
1819
1820         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
1821         used for showing which articles have been downloaded.
1822         (gnus-agent-article-alist): Format change.  Add documentation.
1823         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
1824         process-marked articles.
1825         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
1826         in the series are individually fetched to minimize lose of
1827         content due to an error/quit.
1828         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
1829         gnus-message instead of message.
1830         (gnus-agent-read-servers): Use file lib/methods instead of
1831         lib/servers.  TODO: Why?
1832         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
1833         (gnus-agent-get-undownloaded-list): Remove articles that appear to
1834         come from the agent.  This means that they are not downloaded.
1835         (gnus-agent-fetch-selected-article): Don't use history.
1836         (gnus-agent-save-history, gnus-agent-enter-history)
1837         (gnus-agent-article-in-history-p, gnus-agent-history-path):
1838         Removed function; history is not used anymore.
1839         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
1840         (gnus-agent-crosspost): Started rewrite then realized that a typo
1841         in gnus-agent-fetch-articles ensures that this function is never
1842         called.  This will need to be fixed later.
1843         (gnus-agent-check-overview-buffer): Some sanity checks on the
1844         agent overview buffer.  This is a safety net used during
1845         development.
1846         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
1847         changed, write a number to the file indicating this.
1848         (gnus-agent-fetch-headers): Rewrite to respect
1849         gnus-agent-consider-all-articles without relying on the
1850         `.fetched' files.  Make it fast.
1851         (gnus-agent-braid-nov): Change resulting from
1852         gnus-agent-fetch-headers change.
1853         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
1854         `.fetched' files.
1855         (gnus-agent-read-agentview): New function, used by
1856         gnus-agent-load-alist.
1857         (gnus-agent-load-fetched-headers): Remove.
1858         (gnus-agent-save-alist): Rewrite to accomodate new format.
1859         (gnus-agent-fetch-group-1): Make sure list of articles is in the
1860         same order as in gnus-newsgroup-headers.
1861         (gnus-agent-expire): Document and implement extra args ARTICLES,
1862         GROUP, FORCE.  Do not restrict usage.
1863         (gnus-agent-uncached-articles): New function.
1864         (gnus-agent-retrieve-headers): Use it.
1865         (gnus-agent-regenerate-group): No longer needs to be called from
1866         gnus-agent-regenerate.  Individual groups may be regenerated. The
1867         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
1868         The article fetch dates are validated in the article alist.  The
1869         article alist is pruned of entries that do not reference existing
1870         NOV entries.  All changes are computed then applied with
1871         inhibit-quit bound to t.  As a result, it is now safe to quit out of
1872         regeneration.  The optional clean parameter has been replaced with
1873         an optional reread parameter.  Clean is no longer necessary as
1874         regeneration gets the appropriate setting from
1875         gnus-agent-consider-all-articles.  The new reread parameter will
1876         result in fetched, or all, articles being marked as unread.
1877         (gnus-agent-regenerate): Removed code to regenerate the history
1878         file as it is no longer used.
1879
1880         * gnus-start.el (gnus-make-ascending-articles-unread): New
1881         function, for efficient mass-marking.
1882
1883         * gnus-sum.el (gnus-summary-highlight): Use new face for
1884         downloaded articles.
1885         (gnus-article-mark): Prefer to indicate read/unread status over
1886         downloaded status.
1887         (gnus-summary-highlight-line-0): New function, maybe rehighlights
1888         line.
1889         (gnus-summary-highlight-line): Use new face for downloaded
1890         articles.
1891         (gnus-summary-insert-old-articles): Improved performance by
1892         replacing the initial LIST of older articles with a compressed
1893         RANGE of older articles.  Some servers appear to lie about
1894         their active range so the original list could contain millions
1895         of article numbers.  The range is not expanded into a list
1896         until the optional ALL parameter has been applied.
1897
1898 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1899
1900         * gnus-agent.el (gnus-category-mode): Typo in doc string.
1901
1902 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
1903
1904         * spam.el:
1905         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
1906
1907         * spam.el: added `M s t' and `M s x' key mappings
1908
1909 2002-11-20  Simon Josefsson  <jas@extundo.com>
1910
1911         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
1912
1913 2002-11-19  Simon Josefsson  <jas@extundo.com>
1914
1915         * gnus-sum.el (gnus-summary-morse-message): Load
1916         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
1917         (unmorse-region): Autoload it instead.
1918
1919 2002-11-18  Simon Josefsson  <jas@extundo.com>
1920
1921         * gnus-sum.el (gnus-summary-morse-message): New function.
1922         (gnus-summary-wash-map): Bind to `W m'.
1923         (gnus-summary-make-menu-bar): Add.
1924
1925         * nnimap.el (nnimap-request-expire-articles): Compress sequence
1926         before storing \Deleted mark on expired articles.
1927
1928 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
1929         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
1930
1931         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
1932         parens in column 0.
1933
1934 2002-11-17  Juanma Barranquero  <lektu@terra.es>
1935
1936         * nnweb.el (nnweb-google-create-mapping): Fix typo.
1937
1938         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
1939
1940         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
1941
1942 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
1943
1944         * message.el (message-set-auto-save-file-name): Use
1945         make-directory, to avoid the dependence on gnus-util.
1946
1947 2002-11-16  Simon Josefsson  <jas@extundo.com>
1948
1949         * nnimap.el (nnimap-callback-callback-function):
1950         (nnimap-callback-buffer): Removed, these cannot be global but must
1951         be embedded into the callback.
1952         (nnimap-make-callback): New.  Embedd article number, callback and
1953         buffer in function.
1954         (nnimap-callback, nnimap-request-article-part): Update.
1955
1956 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1957
1958         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
1959
1960 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1961
1962         * gnus.el (gnus-summary-line-format): Document %C.
1963
1964 2002-11-11  Simon Josefsson  <jas@extundo.com>
1965
1966         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
1967         output when called interactively.
1968
1969 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1970
1971         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
1972
1973         * message.el (message-draft-coding-system): Improve comment; use
1974         mm-auto-save-coding-system for the default value.
1975
1976         * nndraft.el (nndraft-request-article): Revert to the state before
1977         2002-10-29; regexp-quote mail-header-separator.
1978
1979 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
1980
1981         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
1982         allow editing of drafts from an nnvirtual group.
1983
1984 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1985
1986         * nndraft.el (nndraft-request-article): Replace emacs-mule with
1987         mm-auto-save-coding-system.
1988
1989         * message.el (message-draft-coding-system): Default to
1990         iso-2022-7bit.
1991
1992         * mm-util.el (mm-auto-save-coding-system): Undo last change to
1993         restore the default value to emacs-mule or escape-quoted.
1994
1995 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1996
1997         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
1998         a delayed or a queued article as well as a draft.
1999
2000         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
2001         delayed or a queued article in the raw format; treat a delayed
2002         article as a raw article as well as a draft.
2003         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
2004         for the delayed group.
2005
2006         * nndraft.el (nndraft-request-article): Ignore auto save files for
2007         a delayed or a queued article; don't bother to decode a queued
2008         article; don't bind nnmail-file-coding-system for a queued article.
2009
2010         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
2011         and the queue group.
2012
2013 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
2014
2015         * gnus-group.el (gnus-group-delete-group):
2016         gnus-cache-active-hashtb might be void.
2017
2018 2002-11-02  Simon Josefsson  <jas@extundo.com>
2019
2020         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
2021         setting of the default user ID.  From Raymond Scholz
2022         <ray-2002@zonix.de>.
2023
2024 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
2025
2026         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
2027         charset.
2028
2029 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
2030         From Alex Schroeder <alex@emacswiki.org>
2031         * spam-stat.el (spam-stat-process-directory): add dir to message
2032         (spam-stat-reduce-size): No longer remove words
2033         with values close to 0.5, because the default value is 0.2.
2034
2035 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2036
2037         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
2038         documentation.
2039
2040 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2041
2042         * gnus-agent.el (gnus-agent-fetched-headers)
2043         (gnus-agent-load-fetched-headers)
2044         (gnus-agent-save-fetched-headers): Remove variable and two
2045         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
2046         works better.
2047         (gnus-agent-fetch-headers): New implementation from Kevin
2048         Greiner.  Uses gnus-agent-article-alist to store information
2049         about fetched messages which aren't on the server anymore.  The
2050         trick is to return a list of considered messages to the caller,
2051         but to only fetch those which haven't been fetched yet.
2052
2053 2002-10-30  Simon Josefsson  <jas@extundo.com>
2054
2055         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
2056
2057         * pgg.el (pgg-passphrase-cache-expiry): Removed.
2058
2059 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2060
2061         * mm-view.el (mm-w3m-local-map-property): Make it work with older
2062         versions of emacs-w3m than 1.3.3.
2063
2064         * lpath.el: Bind w3m-minor-mode-map.
2065
2066         * mm-view.el (mm-w3m-mode-command-alist)
2067         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
2068         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
2069         (mm-setup-w3m): Simplified.
2070         (mm-w3m-local-map-property): New function.
2071         (mm-inline-text-html-render-with-w3m): Use it.
2072
2073         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
2074         mm-w3m-local-map-property.
2075
2076 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2077
2078         * mm-util.el (mm-auto-save-coding-system): Default to
2079         iso-2022-7bit.
2080
2081         * nndraft.el (nndraft-request-article): Decode an article using
2082         the coding-system emacs-mule if it seems to have been saved using
2083         emacs-mule.
2084         (nndraft-request-replace-article): Use message-draft-coding-system
2085         instead of mm-auto-save-coding-system for the draft or delayed
2086         group.
2087
2088 2002-10-28  Josh  <huber@alum.wpi.edu>
2089
2090         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
2091         functions.
2092
2093 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2094         From mah@everybody.org (Mark A. Hershberger).
2095
2096         * mm-url.el (mm-url-insert-file-contents): Make it return the same
2097         type values ("url" size) regardless of the values of
2098         mm-url-use-external.
2099
2100 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2101
2102         * nnimap.el (nnimap-request-article-part): Try harder to show
2103         group name in debugging message.
2104
2105 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2106
2107         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
2108         directory if it doesn't exist.
2109         (gnus-agent-fetch-headers): Remove old cruft that tried to
2110         abstain from downloading articles more than once if
2111         gnus-agent-consider-all-articles was true.  This is now done
2112         properly via the .fetched files.
2113
2114 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2115
2116         * nndraft.el (nndraft-request-article): Treat delayed articles
2117         like drafts.
2118
2119 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2120
2121         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
2122
2123 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2124
2125         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
2126         Remove unused optional arg DIR and corresponding code.
2127
2128         * nnimap.el (nnimap-request-article-part): Include group name in
2129         debugging output.
2130
2131 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
2132
2133         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
2134
2135 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2136
2137         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
2138         contains range of headers that have been fetched by the agent
2139         already.  Compare gnus-agent-article-alist.
2140         (gnus-agent-file-header-cache): Like
2141         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
2142         (gnus-agent-fetch-headers): Improve comment.  Revert to old
2143         seen/recent logic.
2144         Remember which headers have been fetched before and don't fetch
2145         them again the next time round.
2146         (gnus-agent-load-fetched-headers)
2147         (gnus-agent-save-fetched-headers): New functions, for remembering
2148         which headers have been fetched before.
2149
2150 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2151
2152         * lpath.el: Remove useless bindings.
2153
2154 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
2155
2156         * gnus-sum.el (gnus-summary-execute-command): Disable visual
2157         features while searching.
2158
2159 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2160
2161         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
2162
2163 2002-10-22  Simon Josefsson  <jas@extundo.com>
2164
2165         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
2166         (pgg-snarf-keys): Add.
2167
2168 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2169
2170         * lpath.el: Fbind bbdb-records.
2171
2172         * spam.el: Don't autoload bbdb-records.
2173
2174 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2175
2176         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
2177         prevent inf-loop.
2178
2179 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2180
2181         * nnslashdot.el: Removed some test lines.
2182         More test.
2183
2184 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2185
2186         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
2187         are known to be downloaded already.
2188
2189 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2190
2191         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
2192         (mm-text-html-washer-alist): Ditto.
2193
2194 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2195
2196         * nnheader.el (nnheader-remove-body): Fix an error of detecting
2197         boundary between headers and body.
2198         * nnml.el (nnml-parse-head): Ditto.
2199
2200 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2201
2202         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
2203         entries.
2204
2205         * gnus-group.el (gnus-fetch-group): Allow an optional
2206         specification of the articles to select.
2207
2208         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
2209
2210 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2211
2212         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
2213         headers from the group, update variable `articles' to contain
2214         only those numbers where headers exist.  (When fetching all
2215         articles in a group, Gnus creates lots of numbers where there is
2216         no articles.)
2217
2218 2002-10-20  Steve Youngs  <youngs@xemacs.org>
2219
2220         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
2221         doesn't have the 'alist custom type, use cons cells instead.
2222         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
2223         (pgg-parse-hash-algorithm-alist): Ditto.
2224         (pgg-parse-compression-algorithm-alist): Ditto.
2225         (pgg-parse-signature-type-alist): Ditto.
2226
2227         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
2228
2229         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
2230
2231         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
2232
2233 2002-10-19  Simon Josefsson  <jas@extundo.com>
2234
2235         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
2236         buffer.
2237
2238 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2239
2240         * gnus-spec.el (gnus-make-format-preserve-properties)
2241         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
2242         properties also on XEmacs.  `gnus-xmas-format' is like format but
2243         preserves text properties on XEmacs (though it only understands
2244         simple format specs).  The variable
2245         `gnus-make-format-preserve-properties' controls whether the
2246         function is used, and is checked in `gnus-parse-simple-format'.
2247         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
2248
2249         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
2250         output.
2251         (gnus-agent-consider-all-articles): New variable.
2252         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
2253         (gnus-agent-fetch-headers): Depending on
2254         gnus-agent-consider-all-articles, maybe get all articles.
2255         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
2256         `read'.
2257         (gnus-predicate-imples-unread): New function.
2258         (gnus-agent-fetch-headers): Optimize to call
2259         gnus-list-of-unread-articles if that is sufficient.
2260         Check unseen and recent instead of seen and recent.
2261         (gnus-agent-fetch-headers): Abstain from calling
2262         gnus-list-range-intersection if range (a . b) would have (> a b).
2263
2264 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2265
2266         * message.el (message-send-mail): Make it possible to perform
2267         edebug-defun.
2268
2269 2002-10-18  Simon Josefsson  <jas@extundo.com>
2270
2271         * gnus-art.el (gnus-button-man-handler): Change default to
2272         `manual-entry' (defined in both emacsen).
2273         (gnus-button-man-handler): Remove emacsen difference and use
2274         `manual-entry'.
2275
2276 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2277
2278         * spam.el: Wrap autoload settings for bbdb-records,
2279         executable-find and ifile-spam-filter with eval-and-compile.
2280         (spam-display-buffer-contents): Remove.
2281         (spam-bogofilter-score): Merge spam-display-buffer-contents.
2282
2283 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
2284
2285         * spam.el (spam-display-buffer-contents): New function.
2286         (spam-bogofilter-score): use spam-display-buffer-contents, patch
2287         from Katsumi Yamaoka <yamaoka@jpl.org>.
2288
2289 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2290
2291         * nnheader.el (nnheader-parse-naked-head): New function.
2292         (nnheader-parse-head): Use the above function, in order to handle
2293         continuation lines properly.
2294         (nnheader-remove-body): New function.
2295         (nnheader-remove-cr-followed-by-lf): New function.
2296         (nnheader-ms-strip-cr): Use the above function.
2297
2298         * gnus-agent.el (gnus-agent-regenerate-group): Call
2299         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
2300         `nnheader-parse-head'.
2301         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
2302
2303         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
2304         continuation lines by itself; call `nnheader-parse-naked-head'
2305         instead of `nnheader-parse-head'.
2306         * nndiary.el (nndiary-parse-head): Ditto.
2307         * nnfolder.el (nnfolder-parse-head): Ditto.
2308         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
2309         * nnmaildir.el (nnmaildir--update-nov): Ditto.
2310         * nnml.el (nnml-parse-head): Ditto.
2311
2312 2002-10-17  Steve Youngs  <youngs@xemacs.org>
2313
2314         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
2315         XEmacs, default to it if featurep 'xemacs.
2316
2317 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2318
2319         * spam-stat.el: Check for the existence of hash functions instead
2320         of the Emacs version to decide whether to load cl.  Suggested by
2321         Kai Gro\e,A_\e(Bjohann.
2322
2323 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2324
2325         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
2326         if it isn't open yet.
2327
2328 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2329
2330         * gnus-group.el: Require mm-url only when compiling.
2331         (gnus-group-fetch-charter): Require mm-url.
2332
2333         * spam-stat.el: Require cl for the functions gethash,
2334         hash-table-count, make-hash-table and mapc for Emacs 20.
2335         (puthash): Alias to cl-puthash for Emacs 20.
2336         (with-syntax-table): New macro for Emacs 20.
2337
2338 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
2339
2340         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
2341
2342 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
2343
2344         * spam.el (spam-check-ifile): added ifile as a spam checking
2345         backend, and spam-use-ifle as the variable to toggle that check.
2346
2347 2002-10-12  Simon Josefsson  <jas@extundo.com>
2348
2349         * message.el (message-beginning-of-line): New variable.
2350         (message-beginning-of-line): Use it.
2351
2352 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
2353
2354         * spam.el: more compilation fixes for BBDB
2355
2356         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
2357         (spam-stat-reduce-size): Interactive.
2358         (spam-stat-reset): New function.
2359         (spam-stat-save): Interactive.
2360
2361 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2362
2363         * gnus.el: Autoload gnus-delay-initialize.
2364
2365         * message.el: Autoload gnus-delay-article.
2366
2367 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
2368
2369         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
2370         text property in Emacs.
2371
2372 2002-10-11  Simon Josefsson  <jas@extundo.com>
2373
2374         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
2375         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
2376
2377         * mml1991.el (mml1991-pgg-sign): Remove CR.
2378
2379 2002-10-10  Simon Josefsson  <jas@extundo.com>
2380
2381         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
2382         decrypt failed.
2383         (mml2015-trust-boundaries-alist): Removed.
2384         (mml2015-gpg-extract-signature-details): Don't use it.
2385         (mml2015-unabbrev-trust-alist): New.
2386         (mml2015-gpg-extract-signature-details): Use it.
2387
2388 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
2389
2390         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
2391         BBDB installed
2392
2393         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
2394         statistical analysis of spam in Lisp only
2395
2396 2002-10-10  Simon Josefsson  <jas@extundo.com>
2397
2398         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
2399         auth, selected or examine state.
2400
2401         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
2402         buffer and error buffer depending on type of information.
2403
2404         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
2405         --status-fd stuff even if gpg.el is not used (revert earlier
2406         change).
2407         (mml2015-pgg-{clear-,}verify): Store both output and errors as
2408         gnus details.
2409         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
2410         buffer.
2411
2412         * pgg.el (pgg-verify-region): Use it.
2413
2414         * pgg-def.el (pgg-query-keyserver): New variable.
2415
2416         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
2417         key-identifier in packet.  Is this a good idea?
2418
2419         * mml.el (mml-mode-map): Add security commands that operates on
2420         MIME parts.
2421         (mml-menu): And menu items for them.
2422
2423         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
2424
2425         * mml.el (mml-parse-1): Support sender in #secure tags.
2426
2427         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
2428         defined.
2429
2430         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
2431         (mml-pgp-encrypt-buffer): Support combined signing.
2432
2433         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
2434         (mml1991-gpg-encrypt): Ditto.
2435         (mml1991-pgg-encrypt): Ditto.
2436         (mml1991-encrypt): Pass sign parameter.
2437
2438         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
2439         (mml-signencrypt-style): Mention the variable.
2440
2441 2002-10-09  Simon Josefsson  <jas@extundo.com>
2442
2443         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
2444         pgg-gpg-user-id.
2445
2446         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
2447         (pgg-fetch-key-function): Nil if w3 is not installed.
2448
2449 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2450
2451         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
2452         gnus-agent-current-history.
2453
2454 2002-10-06  Simon Josefsson  <jas@extundo.com>
2455
2456         * imap.el (imap-parse-status): Don't use read to read token.
2457
2458 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2459
2460         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
2461         for methods not covered by the agent, and when unplugged.
2462
2463 2002-10-05  Simon Josefsson  <jas@extundo.com>
2464
2465         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
2466         signing.
2467
2468         * gnus-agent.el (gnus-agent-read-servers): If getting method from
2469         a named server fails, ignore the server.
2470
2471         * mml1991.el (mml1991-pgg-sign): Do QP.
2472
2473         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
2474         work.
2475
2476 2002-10-04  Simon Josefsson  <jas@extundo.com>
2477
2478         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
2479
2480         * pgg-pgp.el (pgg-pgp-verify-region): Inline
2481         binary-write-decoded-region from MEL.
2482
2483         * pgg.el (pgg-encrypt-region): Support sign.
2484
2485         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
2486
2487         * mml2015.el (mml2015-pgg-encrypt): Ditto.
2488
2489         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
2490         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
2491         branch where PGG was taken from in the ChangeLog entries below.
2492
2493 2002-10-01  Simon Josefsson  <jas@extundo.com>
2494
2495         * pgg-pgp.el: Don't require mel.  Don't use luna.
2496         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
2497         (pgg-pgp-process-region): Use expand-file-name instead of concat.
2498         (pgg-pgp-process-region): Don't use binary-funcall.
2499
2500         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
2501
2502         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
2503         instead of concat.
2504
2505         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
2506
2507 2002-09-29  Simon Josefsson  <jas@extundo.com>
2508
2509         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
2510         compile warnings.
2511
2512         * pgg.el (pgg-decrypt-region): Don't parse packet.
2513
2514         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
2515
2516 2002-09-29  Daiki Ueno <ueno@unixuser.org>
2517
2518         * pgg.el: Remove dependency on calist.el.
2519
2520 2002-09-28  Simon Josefsson  <jas@extundo.com>
2521
2522         * pgg.el (pgg-temporary-file-directory): New variable.
2523         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
2524
2525         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
2526         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
2527
2528         * pgg-parse.el (pgg-char-int): Defalias.
2529         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
2530         (pgg-read-bytes, pgg-read-body): Use it.
2531         (pgg-decode-packets): Don't use MEL, use base64-*.
2532         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
2533         (pgg-string-as-unibyte): Defalias.
2534         (pgg-parse-armor-region): Use it.
2535
2536         * pgg-gpg.el (pgg-gpg-process-region): Use
2537         pgg-temporary-file-directory.
2538
2539         * luna.el: Don't def-edebug.
2540
2541         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
2542         binary-write-decoded-region from MEL.
2543
2544         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
2545
2546         * alist.el, calist.el: Don't require product/APEL.
2547
2548         * pgg-parse.el (top-level): Remove dependency on static.el,
2549         pccl.el, mel.el.
2550         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
2551         `define-ccl-program' is boundp, instead of using broken.
2552
2553 2002-10-01  Simon Josefsson  <jas@extundo.com>
2554
2555         * message.el (message-required-mail-headers): Remove Lines:.
2556
2557 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2558         From Jesper Harder.
2559
2560         * gnus-group.el (gnus-group-fetch-charter,
2561         gnus-group-fetch-control): Prompt for group if given a prefix
2562         argument.
2563         * gnus-sum.el (t): Add gnus-group-fetch-charter and
2564         gnus-group-fetch-control to summary key map and menu.
2565
2566
2567 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
2568
2569         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
2570         number when there are no articles.
2571
2572 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2573
2574         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
2575         arg ALL means to fetch all articles, not only downloadable ones.
2576         (gnus-agent-fetch-selected-article): New function for
2577         gnus-select-article-hook or gnus-mark-article-hook.
2578
2579 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2580         From Peter von der Ahe <nospam2159@daimi.au.dk>.
2581
2582         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
2583         raw-text.
2584
2585 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
2586
2587         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
2588         Pinard).
2589         Major revamp of the code, documentation is in comments in the file
2590         for now.
2591
2592 2002-09-30  Simon Josefsson  <jas@extundo.com>
2593
2594         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
2595         buffer seem to be needed?
2596
2597 2002-09-29  Simon Josefsson  <jas@extundo.com>
2598
2599         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
2600         compile warnings.
2601
2602         * mml1991.el (mml1991-function-alist): Add pgg.
2603         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
2604         (mml1991-pgg-encrypt): Fix recipients querying.
2605
2606 2002-09-28  Simon Josefsson  <jas@extundo.com>
2607
2608         * mml2015.el (autoload): Autoload correct files.  Trivial patch
2609         from dme@dme.org.
2610         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
2611         handle is returned.
2612
2613 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2614
2615         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2616         Protect against non-existent of `nnimap-mailbox-info'.
2617
2618 2002-09-27  Simon Josefsson  <jas@extundo.com>
2619
2620         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
2621         (gnus-setup-news-hook): Use it.
2622         (gnus-after-getting-new-news-hook): Ditto.
2623
2624         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
2625
2626 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2627         From Mats Lidell <matsl@contactor.se>.
2628
2629         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
2630
2631 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2632
2633         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
2634         the part to decode encoded words, use raw words instead of decoded
2635         words.
2636
2637 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2638
2639         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
2640
2641         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
2642         (mm-setup-w3m): Use it.
2643
2644 2002-09-27  Simon Josefsson  <jas@extundo.com>
2645
2646         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
2647         article buffers.
2648
2649         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
2650         it just in case.
2651         (nnimap-update-unseen): New function; update unseen count in
2652         `n-m-info'.
2653         (nnimap-close-group): Call it.
2654
2655         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
2656         (gnus-after-getting-new-news-hook): Ditto.
2657
2658         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
2659         message into verboselevel 9.  Change slow mail check message.
2660         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
2661         (nnimap-fixup-unread-after-getting-new-news): New function, to be
2662         used as a hook after getting new mail.
2663
2664 2002-09-26  Simon Josefsson  <jas@extundo.com>
2665
2666         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
2667         SELECT/EXAMINE is first unseen article, not number of unseen
2668         articles.  Make them distinct by renaming the former to
2669         `first-unseen' instead of `unseen'.
2670
2671         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
2672         too.
2673         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
2674         changed.
2675         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
2676
2677         * gnus-int.el (gnus-server-unopen-status): Defcustom.
2678
2679         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
2680         better.
2681
2682         * mml2015.el (mml2015-pgg-decrypt): Only add security information
2683         if dissecting resulting buffer actually had any information.
2684
2685 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2686
2687         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
2688         because the function `string<' allows symbols.
2689
2690         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
2691
2692 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
2693
2694         * message.el (message-forward-make-body): Revert an early change
2695         because 8-bit utf-8 emails.
2696
2697 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
2698
2699         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
2700         links to Info)
2701         * gnus-art.el (gnus-treat-highlight-signature):
2702         * gnus-art.el (gnus-treat-buttonize):
2703         * gnus-art.el (gnus-treat-buttonize-head):
2704         * gnus-art.el (gnus-treat-emphasize):
2705         * gnus-art.el (gnus-treat-strip-cr):
2706         * gnus-art.el (gnus-treat-unsplit-urls):
2707         * gnus-art.el (gnus-treat-leading-whitespace):
2708         * gnus-art.el (gnus-treat-hide-headers):
2709         * gnus-art.el (gnus-treat-hide-boring-headers):
2710         * gnus-art.el (gnus-treat-hide-signature):
2711         * gnus-art.el (gnus-treat-fill-article):
2712         * gnus-art.el (gnus-treat-hide-citation):
2713         * gnus-art.el (gnus-treat-hide-citation-maybe):
2714         * gnus-art.el (gnus-treat-strip-list-identifiers):
2715         * gnus-art.el (gnus-treat-strip-pgp):
2716         * gnus-art.el (gnus-treat-strip-pem):
2717         * gnus-art.el (gnus-treat-strip-banner):
2718         * gnus-art.el (gnus-treat-highlight-headers):
2719         * gnus-art.el (gnus-treat-highlight-citation):
2720         * gnus-art.el (gnus-treat-date-ut):
2721         * gnus-art.el (gnus-treat-date-local):
2722         * gnus-art.el (gnus-treat-date-english):
2723         * gnus-art.el (gnus-treat-date-lapsed):
2724         * gnus-art.el (gnus-treat-date-original):
2725         * gnus-art.el (gnus-treat-date-iso8601):
2726         * gnus-art.el (gnus-treat-date-user-defined):
2727         * gnus-art.el (gnus-treat-strip-headers-in-body):
2728         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
2729         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
2730         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
2731         * gnus-art.el (gnus-treat-unfold-headers):
2732         * gnus-art.el (gnus-treat-fold-headers):
2733         * gnus-art.el (gnus-treat-fold-newsgroups):
2734         * gnus-art.el (gnus-treat-overstrike):
2735         * gnus-art.el (gnus-treat-display-xface):
2736         * gnus-art.el (gnus-treat-display-smileys):
2737         * gnus-art.el (gnus-treat-from-picon):
2738         * gnus-art.el (gnus-treat-mail-picon):
2739         * gnus-art.el (gnus-treat-newsgroups-picon):
2740         * gnus-art.el (gnus-treat-body-boundary):
2741         * gnus-art.el (gnus-treat-capitalize-sentences):
2742         * gnus-art.el (gnus-treat-fill-long-lines):
2743         * gnus-art.el (gnus-treat-play-sounds):
2744         * gnus-art.el (gnus-treat-translate):
2745         * gnus-art.el (gnus-treat-x-pgp-sig):
2746         * gnus-art.el (gnus-mime-button-line-format):
2747         * gnus-art.el (gnus-button-man-level):
2748         * gnus-art.el (gnus-button-emacs-level):
2749         * gnus-cus.el (gnus-group-parameters):
2750         * gnus-gl.el (bbb-build-mid-scores-alist):
2751         * gnus-group.el (gnus-group-line-format):
2752         * gnus-mlspl.el (gnus-group-split-setup):
2753         * gnus-mlspl.el (gnus-group-split):
2754         * gnus-msg.el (gnus-mailing-list-groups):
2755         * gnus-msg.el (gnus-posting-styles):
2756         * gnus-nocem.el (gnus-nocem-issuers):
2757         * gnus-score.el (gnus-score-regexp-bad-p):
2758         * gnus-srvr.el (gnus-server-line-format):
2759         * gnus-topic.el (gnus-topic-line-format):
2760         * gnus.el (gnus-summary-line-format):
2761         * mail-source.el (mail-sources):
2762         * message.el (message-subscribed-address-file):
2763         * nnmail.el (nnmail-split-fancy):
2764
2765 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
2766
2767         * mail-source.el(mail-source-run-script): use `functionp' to test
2768         whether the argument `script' is in fact a function.
2769         (mail-sources): adjust the defcustom to allow users to specify a
2770         function or a string as the value of the `:prescript' and
2771         `:postscript' arguments of the `file' and `pop3' mail sources.
2772
2773 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
2774
2775         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
2776         number when article 1 does not exist.
2777
2778 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2779
2780         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
2781         apropos if apropos-variable does not exist.
2782         (gnus-button-guessed-mid-regexp)
2783         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
2784         regexes.  From Reiner Steib.
2785         (gnus-button-handle-describe-function)
2786         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
2787         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
2788         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
2789
2790 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
2791         Trivial patch.
2792
2793         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
2794         the file.
2795
2796 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
2797
2798         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
2799
2800 2002-09-24  Simon Josefsson  <jas@extundo.com>
2801
2802         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
2803         (mml2015-use): Prefer PGG if installed.
2804         (mml2015-function-alist): Add PGG wrappers.
2805         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
2806         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
2807         prefix, make regexp optionally skip it.
2808         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
2809         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
2810         (mml2015-pgg-encrypt): New functions.
2811         (defvar, autoload): Prevent byte-compile warnings.
2812
2813 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2814         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
2815
2816         * gnus-art.el (article-strip-banner): Check for the existence of
2817         from header.
2818
2819 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
2820
2821         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
2822         (gnus-button-alist): Improved regexp for
2823         gnus-button-handle-mid-or-mail (false positives), fixed
2824         gnus-button-handle-man entries.
2825         From Reiner Steib.
2826
2827 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
2828         From Josh Huber.
2829
2830         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
2831         nnmail-extra-headers is non-nil.
2832
2833 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
2834
2835         * nnmaildir.el: Store article numbers persistently.  General
2836         revision.
2837         (nnmaildir-request-expire-articles): handle 'immediate and 'never
2838         for nnmail-expiry-wait; delete instead of moving if 'force is
2839         given.
2840
2841 2002-09-23  Simon Josefsson  <jas@extundo.com>
2842         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
2843
2844         * smime.el (smime-sign-buffer): Get key and extra certs.
2845         (smime-get-key-with-certs-by-email): Utility function.
2846
2847 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
2848         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
2849
2850         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
2851         article exists.
2852
2853 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
2854
2855         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
2856
2857 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
2858         From Reiner Steib.
2859
2860         * gnus-art.el (gnus-button-handle-custom,
2861         gnus-button-handle-mid-or-mail,
2862         gnus-button-handle-describe-{function,variable,key},
2863         gnus-button-handle-apropos{,command,variable}): New functions.
2864         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
2865         gnus-button-{man,emacs,mail}-level): New variables.
2866         (gnus-button-alist): Use the above to buttonize emacs and mail
2867         related links.
2868
2869 2002-09-18  Juanma Barranquero  <lektu@terra.es>
2870
2871         * gnus-int.el (gnus-status-message): Fix spacing.
2872
2873         * imap.el (imap-continuation): Fix typos.
2874
2875 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
2876
2877         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
2878
2879         * gnus-art.el (gnus-article-reply-with-original): Correct
2880         with-current-buffer scope.
2881
2882         * message.el (message-completion-alist): Add Reply-To, From, etc.
2883
2884 2002-09-18  Simon Josefsson  <jas@extundo.com>
2885
2886         * nnimap.el (nnimap-request-expire-articles): Make flag setting
2887         conditional.  From Nevin Kapur <nevin@jhu.edu>.
2888
2889 2002-09-17  Simon Josefsson  <jas@extundo.com>
2890
2891         * nnimap.el (nnimap-expiry-target): Don't search for which
2892         articles exists here.
2893         (nnimap-request-expire-articles): Do it here instead.  Only expire
2894         when articles are found.  Suggested by Nevin Kapur
2895         <nevin@jhu.edu>.
2896
2897 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2898         From Reiner Steib <reiner.steib@gmx.de>.
2899
2900         * message.el (message-strip-subject-trailing-was)
2901         (message-change-subject, message-add-archive-header)
2902         (message-xpost-fup2-header, message-xpost-insert-note)
2903         (message-xpost-fup2, message-reduce-to-to-cc): New functions
2904         adopted from message-utils.el.  Add functions to the keymap, mode
2905         describtion and menu.
2906         (message-change-subject,message-xpost-fup2): Signal error if
2907         current header is empty.
2908         (message-xpost-insert-note): Changed insert position.
2909         (message-archive-note): Ensure to insert note in message body (not
2910         in head).
2911         (message-archive-header, message-archive-note)
2912         (message-xpost-default, message-xpost-note, message-fup2-note)
2913         (message-xpost-note-function): New variables adopted from
2914         message-utils.el.  Changed some doc-strings.
2915         (message-mark-insert-{begin,end}): Rename from
2916         message-{begin,end}-inserted-text-mark (message-utils.el), changed
2917         values.
2918         (message-subject-trailing-was-query)
2919         (message-subject-trailing-was-ask-regexp)
2920         (message-subject-trailing-was-regexp): New variables.
2921         (message-to-list-only): Added doc-string and menu entry.
2922
2923         * message-utils.el: Removed.  Functions are now in message.el.
2924
2925 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
2926
2927         * gnus-art.el (gnus-article-reply-with-original,
2928         gnus-article-followup-with-original): Switch to
2929         gnus-summary-buffer before reply/followup.
2930
2931 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
2932
2933         * gnus-sum.el (gnus-summary-toggle-header): The article window may
2934         not exist. Toggle it anyway.
2935
2936 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
2937
2938         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
2939
2940         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
2941         Trivial patch from Urban Engberg <ue@ccieurope.com>.
2942
2943         * rfc2047.el (message-posting-charset): Defvar it.
2944         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
2945         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
2946
2947         * mail-source.el (mail-source-fetch): Hide password.
2948
2949         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
2950
2951 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2952         From John Paul Wallington <jpw@shootybangbang.com>.
2953
2954         * gnus.el (gnus-visual, gnus-meta): Fix typo.
2955
2956 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2957
2958         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
2959
2960 2002-09-11  Simon Josefsson  <jas@extundo.com>
2961
2962         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
2963         (nnimap-split-rule): Doc fix.
2964         (nnimap-request-expire-articles): Cleanup code.
2965
2966 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2967         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
2968
2969         * gnus-art.el (gnus-article-address-banner-alist): New option.
2970         (article-strip-banner): Refer the above option to split banners of
2971         free mail servers, when no group parameter is specified.
2972
2973 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2974
2975         * nntp.el (nntp-wait-for-string): Check for a process in the
2976         current buffer instead of `nntp-server-buffer'.
2977
2978 2002-09-09  Simon Josefsson  <jas@extundo.com>
2979
2980         * gnus-art.el (gnus-button-man-handler): New variable.
2981         (gnus-button-alist): Use g-b-handle-man.
2982         (gnus-button-handle-man): New, call g-b-man-handler.
2983
2984 2002-09-08  Simon Josefsson  <jas@extundo.com>
2985
2986         * gnus-art.el (gnus-button-alist): Buttonize man page links.
2987
2988 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2989
2990         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
2991
2992 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2993
2994         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
2995
2996         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
2997         keystroke.
2998
2999         * gnus-srvr.el (gnus-browse-describe-group): New command and
3000         keystroke.
3001
3002 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3003
3004         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
3005         value for gnus-decoration property.
3006
3007 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3008
3009         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
3010         string) as group name in case we have a CRLF in the file.
3011
3012 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
3013
3014         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
3015         group.
3016         (rfc1843-decode-hzp): do.
3017         (rfc1843-newsgroups-regexp): do.
3018
3019 2002-09-04  Simon Josefsson  <jas@extundo.com>
3020
3021         * message.el (message-canlock-generate): Make sure sha1 doesn't
3022         call external programs.
3023
3024 2002-09-03  Simon Josefsson  <jas@extundo.com>
3025
3026         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
3027
3028         * gnus-agent.el (gnus-agent-batch): Add doc.
3029
3030 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
3031
3032         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
3033         check for signed and encrypted parts.
3034         * mml.el (mml-parse-1): Correct small typo which preventing
3035         setting recipients in a secure tag.
3036
3037 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3038
3039         * mm-util.el (mm-coding-system-priorities): Default to a list of
3040         iso-2022-jp and others for the Japanese environment.
3041
3042 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3043
3044         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
3045         invalid display names.
3046
3047 2002-08-30  Simon Josefsson  <jas@extundo.com>
3048
3049         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
3050         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
3051
3052 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
3053
3054         * gnus.el (gnus-group-charter-alist): New option.
3055         (gnus-group-fetch-control-use-browse-url): New option.
3056
3057         * gnus-group.el (gnus-group-fetch-charter): New function.
3058         (gnus-group-fetch-control): New function.
3059         Add them to the keymap and menu. Require mm-url.
3060
3061 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3062
3063         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
3064         From Alex Schroeder <alex@emacswiki.org>.
3065
3066 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
3067
3068         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
3069         items expecting user interaction.
3070
3071         * gnus-topic.el (gnus-topic-make-menu-bar): do.
3072
3073         * gnus-sum.el (gnus-summary-make-menu-bar): do.
3074
3075         * gnus-srvr.el (gnus-server-make-menu-bar): do.
3076
3077         * mml.el (mml-menu): do.
3078
3079 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3080
3081         * mail-source.el (mail-source-touch-pop): New function.
3082
3083         * message.el (message-smtpmail-send-it): New function.
3084         (message-send-mail-function): Add it for a candidate.
3085
3086 2002-08-27  Simon Josefsson  <jas@extundo.com>
3087
3088         * gnus-msg.el (posting-charset-alist): Use
3089         gnus-define-group-parameter instead of defcustom.
3090         (gnus-put-message): Handle SPC in GCC.
3091         (gnus-inews-insert-gcc): Ditto.
3092         (gnus-inews-insert-archive-gcc): Ditto.
3093
3094 2002-08-26  Simon Josefsson  <jas@extundo.com>
3095
3096         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
3097         (gnus-agentize): Auto agentize all nntp and nnimap groups.
3098         (gnus-agent-possibly-save-gcc): Autoload.
3099         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
3100
3101 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3102
3103         * gnus.el (gnus-other-frame-function): New user option.
3104         (gnus-other-frame): Use it; add a doc-string; make it work with
3105         the gnuclient program.
3106
3107         * gnus-util.el (gnus-frame-or-window-display-name): New function.
3108
3109         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
3110         `device-connection' and `dfw-device'.
3111
3112 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3113
3114         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
3115         positives, make it stricter.  From Jochen Hein (trivial change).
3116
3117 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3118
3119         * gnus.el (gnus-other-frame): Trivial fix.
3120
3121 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3122
3123         * gnus.el (gnus-other-frame-parameters): New user option.
3124         (gnus-other-frame-object): New variable.
3125         (gnus-other-frame): Make it search for existing Gnus frame; don't
3126         read new news; delete frame on exit.
3127
3128         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
3129
3130         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
3131
3132 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3133         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
3134
3135         * message.el (message-set-auto-save-file-name): Add support for
3136         the Cygwin Emacs; the system-type is `cygwin'.
3137         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
3138
3139 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3140
3141         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
3142
3143         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
3144         avoid arithmetic errors.
3145
3146 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3147
3148         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
3149
3150 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3151
3152         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
3153         (message-ignored-resent-headers): Add envelope From.
3154
3155 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3156
3157         * gnus.el (gnus-summary-line-format): Document %k specifier.
3158
3159 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3160
3161         * gnus-sum.el (gnus-summary-line-message-size): New function.
3162         (gnus-summary-line-format-alist): Use it.
3163
3164 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3165
3166         * gnus-art.el (article-make-date-line): Refer to the value for
3167         `gnus-article-time-format' in the summary buffer.
3168
3169         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
3170
3171 2002-08-14  Simon Josefsson  <jas@extundo.com>
3172
3173         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
3174         quoting.
3175         (gnus-button-alist): Fix doc.
3176         (gnus-header-button-alist): Use ' not ` for default value quoting.
3177         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
3178         rationale similar to 2002-05-01 change.
3179         (gnus-article-add-buttons-to-head): Evaluate expression.
3180
3181         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
3182
3183 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3184
3185         * message.el (message-font-lock-keywords): Refer to the value for
3186         `message-cite-prefix-regexp' dynamically.
3187
3188 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3189
3190         * gnus-art.el (gnus-decode-header-methods): Doc fix.
3191
3192 2002-08-12  Simon Josefsson  <jas@extundo.com>
3193
3194         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
3195         (imap-shell-open): Skip initial junk before IMAP greeting.
3196
3197 2002-08-11  Simon Josefsson  <jas@extundo.com>
3198
3199         * message-utils.el (message-xpost-default,
3200         message-xpost-fup2-header, message-xpost-fup2): Fixed
3201         Typos.  Trivial changes from Reiner Steib
3202         <4uce.02.r.steib@gmx.net>.
3203
3204 2002-08-09  Simon Josefsson  <jas@extundo.com>
3205
3206         * message.el (message-canlock-password): Set
3207         canlock-password-for-verify to newly generated canlock-password.
3208         When Emacs is restarted, Custom makes sure this is set, but during
3209         the same session we must set it manually.
3210
3211 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
3212
3213         * yenc.el: New file.
3214
3215         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
3216         (mm-uu-type-alist): Add yenc.
3217         (mm-uu-yenc-filename): New function.
3218         (mm-uu-yenc-extract): New function.
3219
3220         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
3221
3222 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3223
3224         * dgnushack.el (merge): Don't use coerce.
3225
3226 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
3227
3228         * mailcap.el (mailcap-mime-data): Test window-system rather than
3229         mm-device-type.
3230         (mailcap-mime-data): Call xdvi and gv with "-safer".
3231
3232         * mm-util.el: Don't define mm-device-type.
3233
3234 2002-08-05  Simon Josefsson  <jas@extundo.com>
3235
3236         * mm-util.el (mm-coding-system-priorities): coding-system type not
3237         supported everywhere.
3238
3239 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3240
3241         * gnus.el (gnus-version-number): Bumped version number.
3242
3243 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3244
3245         * gnus.el: Oort Gnus v0.07 is released.
3246
3247 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3248
3249         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
3250         (gnus-article-sort-functions): Doc fix.
3251         (t): New keystroke.
3252         (gnus-article-sort-by-random): New function.
3253         (gnus-thread-sort-by-random): New function.
3254
3255 2002-08-02  Simon Josefsson  <jas@extundo.com>
3256
3257         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
3258         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
3259
3260 2002-07-31  Danny Siu  <dsiu@adobe.com>
3261
3262         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
3263         when splitting malformed messages without message-id
3264
3265 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3266         From Niklas Morberg <niklas.morberg@axis.com>.
3267
3268         * nnweb.el (nnweb-type, nnweb-type-definition)
3269         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
3270         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
3271         functionality.
3272         * nnweb.el: Removed old non-functioning search engines.
3273
3274 2002-07-27  Simon Josefsson  <jas@extundo.com>
3275
3276         * message.el (message-forward-make-body): Don't use
3277         `message-forward-ignored-headers' when doing a "raw" followup (it
3278         is important to preserve e.g. CTE).
3279
3280         * flow-fill.el (fill-flowed): Disable filladapt-mode.
3281
3282         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
3283         regexp-quote, Cyrus Sieve is fixed.
3284
3285         * sieve-manage.el (sieve-manage-deletescript): New function.
3286
3287         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
3288         (sieve-manage-mode): Fix menubar.
3289         (sieve-activate): Change some messages.
3290         (sieve-deactivate-all): New function.
3291         (sieve-deactivate): New alias.
3292         (sieve-remove): New function.
3293         (sieve-help): Fix help.
3294         All suggested by Ned Ludd.
3295
3296 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3297
3298         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
3299         (mm-w3m-safe-url-regexp): New user option.
3300
3301         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
3302         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
3303
3304 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
3305
3306         * gnus-sum.el (gnus-summary-delete-article): Force
3307         nnmail-expiry-target to 'delete, so that absolute deletion
3308         happens when absolute deletion is requested.
3309
3310 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3311         From Nevin Kapur <nevin@jhu.edu>.
3312
3313         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
3314         headers as empty headers.
3315
3316 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3317         From Jochen Hein <jochen@jochen.org>.
3318
3319         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
3320         correct typo.
3321         (gnus-emphasis-strikethru): New face.
3322
3323 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3324         From Jason Merrill <jason@redhat.com>.
3325
3326         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
3327         entire file for each of a sequence of missing articles.
3328
3329         * gnus-salt.el (gnus-binary-display-article): Respect an existing
3330         value for gnus-view-pseudos.
3331
3332         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
3333         avoid nreverse.
3334
3335 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3336         From Ted Zlatanov <teodor.zlatanov@divine.com>.
3337
3338         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
3339         (gnus-summary-mode-line-format-alist): Add %h for number of
3340         spams.
3341         (gnus-newsgroup-spam-marked): New variable.
3342         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
3343         (gnus-article-read-p, gnus-article-mark)
3344         (gnus-set-global-variables, gnus-set-global-variables)
3345         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
3346         (gnus-summary-mark-article-as-unread)
3347         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
3348         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
3349         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
3350
3351 2002-07-10  Simon Josefsson  <jas@extundo.com>
3352
3353         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
3354         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
3355
3356 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
3357
3358         * gnus-sum.el (gnus-summary-delete-article): Respect group
3359         parameters while expiring.
3360
3361 2002-07-08  Simon Josefsson  <jas@extundo.com>
3362
3363         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
3364         Enberg.
3365
3366 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3367
3368         * gnus-art.el (article-unsplit-urls): Only display MIME when this
3369         function is called interactively.  From Niklas Morberg.
3370
3371 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3372
3373         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
3374         cdaar to cdar and car.
3375
3376         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
3377         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
3378
3379 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3380
3381         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
3382         don't break a narrowed article.
3383
3384         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
3385         (nntp-open-via-rlogin-and-telnet): Ditto.
3386
3387 2002-07-02  Didier Verna  <didier@xemacs.org>
3388
3389         * nnmail.el (nnmail-split-methods): fix custom type.
3390
3391 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3392
3393         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
3394         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
3395
3396 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3397
3398         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
3399         (gnus-summary-resend-message): Use it.
3400
3401 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3402
3403         * nntp.el (nntp-via-rlogin-command-switches): New variable.
3404         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
3405
3406 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3407
3408         * message.el (message-font-lock-keywords): Don't fontify
3409         headers in the message body, only in the header.
3410         (message-font-lock-make-header-matcher): New function, used by
3411         message-font-lock-keywords.
3412         From Katsumi Yamaoka <yamaoka@jpl.org>.
3413
3414 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3415
3416         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
3417
3418 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3419
3420         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
3421
3422 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3423
3424         * message.el (message-font-lock-keywords): Revert 2002-06-22
3425         change.
3426
3427 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3428
3429         * message.el (message-font-lock-keywords): Put colon in header
3430         name match.
3431
3432 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3433
3434         * message.el (message-font-lock-keywords): Don't use header faces
3435         in the body.  Thanks to Stefan Monnier for the hint on the
3436         implementation.
3437
3438 2002-05-09  Miles Bader  <miles@gnu.org>
3439
3440         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
3441         (gnus-article-hide-citation): Respect it.
3442
3443 2002-04-12  Juanma Barranquero  <lektu@terra.es>
3444
3445         * pop3.el (pop3-open-server): Fix typo.
3446
3447 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
3448
3449         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
3450         instead of push to ignore duplicate to-(list|address) values.
3451         * nnmail.el (nnmail-cache-ignore-groups): New.
3452         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
3453
3454 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3455
3456         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
3457         before sending.  Suggested by Jan Rychter.
3458
3459 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3460
3461         * dgnushack.el (remove): New compiler macro.
3462         (last, coerce, subseq): Remove compiler macros for those built-in
3463         or unused functions.
3464
3465 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3466
3467         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
3468         sure to write byte-compiled versions of gnus-*-format-alist to
3469         .newsrc.eld.  From Simon Josefsson.
3470
3471 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3472
3473         * gnus-agent.el (gnus-agent-read-servers)
3474         (gnus-agent-write-servers): Put server name (string like
3475         "nnchoke:frumple") in the file instead of a server specification
3476         (Lisp expression like (nnchoke "frumple" ...parameters...)).
3477         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
3478
3479 2002-06-16  Simon Josefsson  <jas@extundo.com>
3480
3481         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
3482         Reiner Steib <4uce.02.r.steib@gmx.net>.
3483
3484 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3485
3486         * nnheader.el (nnheader-file-name-translation-alist): Set the
3487         default value for MS Windows systems.
3488
3489         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
3490
3491 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3492
3493         * message.el (message-beginning-of-line): Keep the region active
3494         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
3495
3496 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
3497
3498         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
3499         * gnus-msg.el (gnus-summary-reply): Ditto.
3500         * gnus-msg.el (gnus-summary-handle-replysign): New.
3501
3502 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3503
3504         * message.el (message-send-mail-with-sendmail): Kill errbuf even
3505         if sending failed.
3506
3507 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
3508
3509         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
3510         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
3511         to sign while encrypting.
3512
3513 2002-06-11  Simon Josefsson  <jas@extundo.com>
3514
3515         * gnus-int.el (gnus-request-move-article): Agent expire article if
3516         successfuly moved.
3517
3518         * nnweb.el (nnweb-google-create-mapping): Honors the value of
3519         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
3520
3521 2002-06-10  Simon Josefsson  <jas@extundo.com>
3522
3523         * gnus-int.el (gnus-request-expire-articles): Fix last change?
3524
3525 2002-06-09  Simon Josefsson  <jas@extundo.com>
3526
3527         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
3528
3529         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
3530
3531 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3532
3533         * flow-fill.el (fill-flowed): Ignore errors.
3534
3535 2002-06-06  Simon Josefsson  <jas@extundo.com>
3536
3537         * message.el (message-send-mail-with-sendmail): Improve error message.
3538
3539 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3540
3541         * message.el (message-interactive): Change default from nil to t.
3542         Better to be safe than to be fast.
3543
3544 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3545
3546         * message.el (message-send-mail-with-sendmail): Check return value
3547         from call-process-region.
3548
3549 2002-06-04  Simon Josefsson  <jas@extundo.com>
3550
3551         * gnus-msg.el (gnus-group-mail, gnus-group-news)
3552         (gnus-group-post-news, gnus-summary-mail-other-window)
3553         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
3554         gnus-article-copy to nil, thereby inhibiting the `header' posting
3555         style match to use data from last viewed article.
3556         Suggested by Hrvoje Niksic.
3557
3558 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3559
3560         * spam.el (spam-point-at-eol): New alias.
3561         (spam-parse-whitelist): Use it.
3562
3563 2002-06-03  Simon Josefsson  <jas@extundo.com>
3564
3565         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
3566         (nnmail-article-group): Use it.
3567
3568 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3569
3570         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
3571         so that code reading them won't be surprised.  From Jesper Harder
3572         <harder@ifa.au.dk>.
3573
3574 2002-05-29  Simon Josefsson  <jas@extundo.com>
3575
3576         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
3577         articles.
3578
3579         * gnus.el (gnus-agent-cache): Doc fix.
3580         (gnus-agent): Change default to t.
3581
3582         * gnus-agent.el (gnus-agent-expire): Make it accept optional
3583         ARTICLES, GROUP and FORCE parameters.
3584
3585 2002-05-28  Simon Josefsson  <jas@extundo.com>
3586
3587         * gnus-group.el (gnus-group-line-format): Doc fix.
3588
3589 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3590
3591         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
3592         original article before yanking.  From Jesper Harder
3593         <harder@ifa.au.dk>.
3594
3595 2002-05-26  Simon Josefsson  <jas@extundo.com>
3596
3597         * gnus-sum.el (gnus-summary-menu-split): New function.
3598         (gnus-summary-make-menu-bar): Split charset submenu.
3599         (gnus-summary-menu-maxlen): New variable.
3600         (gnus-summary-menu-split): Use it.
3601
3602 2002-05-25  Simon Josefsson  <jas@extundo.com>
3603
3604         * mml.el (mml-preview): Generate some headers.
3605
3606         * gnus.el (gnus-large-newsgroup): Fix :type.
3607
3608         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
3609         Agent cache NOV's by default now).
3610         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
3611
3612 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
3613
3614         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
3615         call to gnus-parent-id when we check for References loops.
3616         (gnus-summary-prepare-threads): Avoid simplifying every Subject
3617         twice by saving the simplified subject string in simp-subject.
3618
3619 2002-05-23  Simon Josefsson  <jas@extundo.com>
3620
3621         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
3622         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
3623
3624         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
3625         Niklas Morberg <niklas.morberg@axis.com>.
3626
3627 2002-05-22  Simon Josefsson  <jas@extundo.com>
3628
3629         * sieve.el (sieve-change-region): Define it before it is used.
3630
3631         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
3632         (gnus-summary-reply): Ask for confirmation when replying to news.
3633         Defaults to not ask.  From Benjamin Rutt
3634         <rutt+news@cis.ohio-state.edu>.
3635
3636         * nnimap.el (nnimap-nov-is-evil): Improve doc.
3637
3638 2002-05-21  Simon Josefsson  <jas@extundo.com>
3639
3640         * sieve-mode.el (sieve-manage): Fix autoloads.
3641
3642         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
3643         name (makes it work with recent Cyrus timsieved).
3644
3645 2002-05-20  Jason  <jbaker@cs.utah.edu>
3646         Trivial patch.
3647
3648         * gnus-art.el (gnus-request-article-this-buffer): Try
3649         reconnecting if you don't get the message.
3650
3651 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3652
3653         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
3654         Reply-To headers from the headers.
3655
3656 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3657
3658         * mm-url.el (mm-url-insert): Remove junk message.
3659
3660 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3661
3662         * nnslashdot.el (nnslashdot-request-list): Parse new html.
3663         (nnslashdot-use-front-page): New variable.
3664         (nnslashdot-request-list): Use it.
3665
3666         * mm-url.el (mm-url-timeout): New variable.
3667         (mm-url-retries): Ditto.
3668         (mm-url-insert): Use it.
3669
3670 2002-05-16  Simon Josefsson  <jas@extundo.com>
3671
3672         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
3673         (gnus-simplify-subject-functions): Mention g-s-a-w.
3674
3675 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
3676
3677         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
3678         nnmail-cache-insert.
3679         * nndiary.el (nndiary-request-accept-article): Ditto.
3680         * nnfolder.el (nnfolder-request-accept-article): Ditto.
3681         * nnimap.el (nnimap-request-accept-article): Ditto.
3682         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
3683         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
3684         * nnmbox.el (nnmbox-request-accept-article): Ditto.
3685         * nnmh.el (nnmh-request-accept-article): Ditto.
3686         * nnmail.el (nnmail-cache-insert): Change group to required,
3687         removed code which tried to figure out the group.
3688
3689 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
3690
3691         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
3692         messages. From Hans de Graaff <hans@degraaff.org>.
3693         * nnml.el (nnml-request-accept-article): Pass in the group name to
3694         nnmail-cache-insert, since it's available.
3695
3696 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
3697
3698         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
3699
3700 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3701         From Florian Weimer <fw@deneb.enyo.de>.
3702
3703         * gnus.el (subscribed): New group parameter.
3704         (gnus-find-subscribed-addresses): Use it.
3705
3706 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
3707
3708         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
3709         the default for pgpmime to support pgp v2.
3710         * mml-sec.el (mml-signencrypt-style): New accessor function to
3711         allow users to get/set the signencrypt style more easily without
3712         frobbing the alist directly.
3713         * mml.el (mml-generate-mime-1): Use accessor function.
3714
3715 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3716
3717         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
3718         parenthesis for "<" and ">".  Suggested by Andreas Schwab
3719         <schwab@suse.de>.
3720
3721 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3722
3723         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
3724         when intuiting the group the message is written to.  From Josh
3725         Huber <huber@alum.wpi.edu>.
3726
3727 2002-05-06  Simon Josefsson  <jas@extundo.com>
3728
3729         * gnus-topic.el (gnus-group-topic-parameters): Work when group
3730         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
3731
3732 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
3733
3734         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
3735         argument, and fixed compiler warning. (added autoload for
3736         gpg-encrypt).
3737
3738 2002-05-04  Simon Josefsson  <jas@extundo.com>
3739
3740         * mml1991.el (mml1991-function-alist): Doc fix.
3741
3742         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
3743         doesn't exist (for previewing messages without having Gnus
3744         started).
3745
3746         * mm-util.el (mm-coding-system-priorities): Defcustom.
3747
3748         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
3749
3750 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
3751
3752         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
3753         default.
3754         * mml-sec.el:
3755         * mml-sec.el (mml-signencrypt-style): New.
3756         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
3757         argument `sign'.
3758         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
3759         signencrypt.
3760         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
3761         * mml.el (mml-generate-mime-1): Changed logic so a part which is
3762         both signed & encryped is processed in one operation. (rather than
3763         two separate ops: sign, then encrypt)
3764         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
3765         indication if a message is signed by an expired key.
3766         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
3767         enables combined sign & encrypt operation. (this was always on
3768         before).
3769         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
3770
3771 2002-05-01  Simon Josefsson  <jas@extundo.com>
3772
3773         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
3774         server.
3775         (nnimap-mailbox-info): defvar instead of defvoo.
3776
3777 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3778
3779         * gnus.el: Oort Gnus v0.06 is released.
3780
3781 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3782
3783         * lpath.el: Bind url-package-version.
3784
3785 2002-05-01  Simon Josefsson  <jas@extundo.com>
3786
3787         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
3788         filename before deleting the group itself, because the presence of
3789         a group filename decides if long filenames are used or not.
3790
3791         * gnus-art.el (gnus-button-alist): Don't inline
3792         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
3793         without also modifying g-button-alist.
3794         (gnus-button-alist): Fix type to allow variable as well as regexp.
3795         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
3796         themselves, variables to its contents.
3797         (gnus-button-entry): Ditto.
3798
3799 2002-05-01  Simon Josefsson  <jas@extundo.com>
3800
3801         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
3802         UIDNEXT as a string.
3803
3804         * nnimap.el (nnimap-string-lessp-numerical): New function.
3805         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
3806         integers.
3807
3808 2002-04-29  Simon Josefsson  <jas@extundo.com>
3809
3810         * nnmail.el (nnmail-cache-insert): Accept optional group
3811         parameter.
3812
3813         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
3814         n-r-g-a is disabled.
3815
3816 2002-04-29  Simon Josefsson  <jas@extundo.com>
3817
3818         * nnimap.el (nnimap-split-fancy): Fix doc.
3819         (nnimap-split-fancy): Fix doc.
3820
3821         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
3822         (nnimap-mailbox-info): New internal variable.
3823         (nnimap-retrieve-groups): Implement faster new mail check.
3824
3825         * nnimap.el (nnimap-split-articles): Support
3826         nnmail-cache-accepted-message-ids.
3827         (nnimap-request-accept-article): Ditto.
3828
3829         * imap.el (imap-mailbox-status-asynch): New command.
3830
3831 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
3832
3833         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
3834         are no subscribed mail groups.
3835         - Strip quoted names when comparing addresses
3836
3837 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
3838
3839         * mm-decode.el (mm-text-html-renderer): Change customize type to
3840         const.
3841
3842         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
3843         (gnus-debug-exclude-variables): do.
3844
3845 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3846
3847         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
3848         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
3849
3850 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3851
3852         * dns.el (dns-make-network-process): New macro.
3853         (query-dns): Use it.
3854
3855 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3856
3857         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
3858         article-buffer.
3859
3860         * mm-url.el (mm-url-package-name): New variable.
3861         (mm-url-package-version): New variable.
3862         (mm-url-insert-file-contents): Bind url-package-name and
3863         url-package-version here.
3864         * nnrss.el (nnrss-insert-w3): Move the bindings.
3865
3866         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
3867         url-package-version. Trivial change from Andrew J Cosgriff
3868         <ajc@polydistortion.net>
3869
3870         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
3871         attachments. Trivial change from Peter 'Luna' Runestig
3872         <peter@runestig.com>.
3873
3874 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
3875
3876         * nnkiboze.el (nnkiboze-request-scan): Call
3877         nnkiboze-possibly-change-group.
3878         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
3879         problems.
3880         (nnkiboze-generate-group): Set newsrc to the *highest* article
3881         number kibozed, not the lowest.
3882
3883 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
3884
3885         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
3886
3887 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3888         From Dan Christensen <jdc+news@uwo.ca>.
3889
3890         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
3891         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
3892         Recognize math postings.  Extract Date (now ignores "(15kb)").
3893         Extract email address using gnus-extract-address-components
3894         instead of just taking the first word.  Create Date and From
3895         headers for message which are missing these headers.  Get rid
3896         of spurious \\ lines (purely cosmetic).  Extend body-end and
3897         file-end regexps, to exclude more garbage from the message.
3898         Make URL rephrasing regexp more flexible, to match current
3899         format.
3900
3901 2002-04-23  Simon Josefsson  <jas@extundo.com>
3902
3903         * netrc.el: New file, functions copied from gnus-util.el by Ted
3904         Zlatanov <tzz@lifelogs.com>.
3905
3906         * gnus-util.el: Require netrc.
3907         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
3908         new code in netrc.el.
3909
3910 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3911
3912         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
3913         message-ignored-resent-headers, too.  From Matthieu Moy
3914         <Matthieu.Moy@imag.fr>.
3915
3916 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
3917
3918         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
3919         boolean not a string
3920         * gnus-group.el (gnus-group-line-format): add description of %C
3921         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
3922           as %C
3923         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
3924
3925 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
3926
3927         * nnmaildir.el (nnmaildir-request-scan): typo: set
3928         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
3929         nnmail-get-new-mail for 'find-new-groups.
3930
3931 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
3932
3933         * nnmaildir.el (nnmaildir-request-update-info,
3934         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
3935         unnecessary calls to nnmaildir-request-scan.
3936
3937 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
3938
3939         * gnus-msg.el:
3940         * gnus-msg.el (gnus-message-replysign): New.
3941         * gnus-msg.el (gnus-message-replyencrypt): New.
3942         * gnus-msg.el (gnus-message-replysignencrypted): New.
3943         * gnus-msg.el (gnus-summary-reply): Use the three new variables
3944         (above) to automatically encrypt/sign to encrypted/signed
3945         messages.
3946         * message.el:
3947         * message.el (message-mode-map): Add keybinding for
3948         `message-to-list-only'
3949         * message.el (message-mode): Add description for
3950         `message-to-list-only'
3951         * message.el (message-to-list-only): New.
3952         * message.el (message-make-mft): Changed to use the cl loop macro,
3953         and added optional flag to return only the matched list. (for use
3954         in new message-to-list-only function)
3955
3956 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
3957
3958         * gnus-msg.el:
3959         * gnus-msg.el (gnus-message-replysign):
3960         * gnus-msg.el (gnus-replysign): New.
3961         * gnus-msg.el (gnus-replyencrypt): New.
3962         * gnus-msg.el (gnus-replysignencrypted): New.
3963         * gnus-msg.el (gnus-summary-reply):
3964         * message.el:
3965         * message.el (message-mode-map):
3966         * message.el (message-mode):
3967         * message.el (message-to-list-only): New.
3968         * message.el (message-make-mft):
3969
3970 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
3971
3972         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
3973
3974 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
3975
3976         * message.el (message-gen-unsubscribed-mft): accept a prefix
3977         argument so CC can be included with C-u C-c C-f C-a
3978
3979 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3980         From Ted Zlatanov <teodor.zlatanov@divine.com>.
3981
3982         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
3983         Improve docstring.
3984         (spam-enter-blacklist): New command.
3985
3986         * gnus-sum.el (gnus-spam-mark): New mark.
3987         (gnus-auto-expirable-marks): Add gnus-spam-mark.
3988         (gnus-summary-make-tool-bar): Correct conditional.
3989         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
3990         (gnus-summary-mark-as-spam): New command.
3991
3992 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
3993
3994         * mml-sec.el (mml-secure-message): changed to support arbritrary
3995         modes.
3996         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
3997         changed to support "signencrypt" mode.
3998         * mml.el (mml-parse-1): changed to support different secure modes
3999         more easily. (for signencrypt)
4000
4001 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
4002
4003         * gnus-sum.el (gnus-update-summary-mark-positions)
4004         (gnus-summary-toggle-header):
4005         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
4006         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
4007         (gnus-uu-post-encoded):
4008         * nnfolder.el (nnfolder-possibly-change-group):
4009         * nnimap.el (nnimap-retrieve-headers):
4010         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
4011
4012 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
4013
4014         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
4015         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
4016
4017 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4018
4019         * gnus-srvr.el (gnus-server-set-info): Clear
4020         `gnus-server-method-cache' when `gnus-server-alist' is changed.
4021         From Daiki Ueno <ueno@unixuser.org>.
4022
4023 2002-04-11  Simon Josefsson  <jas@extundo.com>
4024
4025         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
4026         viewing of security buttons.  Thanks to Nicolas Kowalski
4027         <Nicolas.Kowalski@imag.fr>.
4028
4029         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
4030         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
4031         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
4032         <Nicolas.Kowalski@imag.fr>.
4033         (smime-decrypt-buffer): Ditto.
4034
4035 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4036
4037         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
4038         header line.
4039
4040 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
4041
4042         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
4043
4044 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4045
4046         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
4047
4048 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
4049
4050         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
4051         errors when debug.
4052
4053 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
4054
4055         * message.el (message-make-mft): Changed MFT code from using
4056         message-recipients (which included Bcc) to use only the To and CC
4057         headers.
4058
4059 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
4060
4061         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
4062         add link.
4063         (gnus-treat-mail-picon): Ditto.
4064         (gnus-treat-newsgroups-picon): Ditto.
4065         (gnus-picon-databases): Fix custom type.
4066         (gnus-picon-databases): Add link.
4067         (gnus-article-x-face-command): Add to gnus-picon group.
4068
4069 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
4070
4071         * message.el (message-buffer-naming-style): Remove.
4072
4073 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4074
4075         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
4076
4077         * message.el (message-tool-bar-map): Ditto.
4078
4079         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4080
4081 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4082
4083         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
4084
4085 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
4086
4087         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
4088
4089 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
4090         Trivial patch.
4091
4092         * dns.el: open-network-stream under XEmacs does udp.
4093
4094 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
4095
4096         * spam.el (spam-enter-whitelist): New function.
4097         (spam-parse-whitelist): Ditto.
4098         (spam-refresh-list-cache): Ditto.
4099         (spam-address-whitelisted-p): New function.
4100
4101         * dns.el (query-dns): Use TCP when make-network-process isn't
4102         available.
4103         (dns-servers): New variable.
4104         (dns-parse-resolv-conf): New function.
4105         (query-dns): Use it.
4106
4107         * spam.el: New file.
4108
4109         * dns.el (query-dns): Test.
4110
4111 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4112
4113         * lpath.el (featurep): Bind make-network-process.
4114
4115 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
4116
4117         * nnmaildir.el: Use defstruct.  Use a single copy of
4118         nnmail-extra-headers to save memory.  Store server's group name
4119         prefix instead of each group's prefixed name.
4120         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
4121         nntp-server-buffer.
4122
4123 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4124
4125         * dns.el: New file.
4126
4127 2002-03-28  Simon Josefsson  <jas@extundo.com>
4128
4129         * gnus-sum.el (gnus-summary-dummy-line-format):
4130         * gnus.el (gnus-summary-line-format): Fixing links to Info.
4131         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
4132
4133 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4134
4135         * gnus-sum.el (gnus-summary-move-article)
4136         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
4137         the doc string.
4138
4139 2002-03-28  Simon Josefsson  <jas@extundo.com>
4140
4141         * mml-sec.el (mml-secure-message): Search after
4142         mail-header-separator from top of message.
4143
4144 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
4145
4146         * nnmaildir.el: Cosmetic changes.
4147         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
4148         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
4149         nnmaildir--group-ls): New macros/functions.  Use them.
4150         (nnmaildir--unlink): Evalutate argument only once.
4151
4152 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
4153
4154         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
4155         symbols.
4156         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
4157         `gnus-point-at-eol'.
4158
4159 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
4160
4161         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
4162         nnmaildir--marks-dir): New macros.  Use them.
4163         Use inhibit-quit for atomicity instead of in-memory journaling.
4164         (nnmaildir--edit-prep): New function.
4165         (Local Variables): Use it.
4166
4167 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
4168
4169         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
4170
4171 2002-03-25  Simon Josefsson  <jas@extundo.com>
4172
4173         * message.el (message-mode): Fix doc.
4174
4175 2002-03-25  Simon Josefsson  <jas@extundo.com>
4176
4177         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
4178         Matthieu Moy <Matthieu.Moy@imag.fr>.
4179
4180 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
4181
4182         * mml-sec.el (mml-unsecure-message): Add docstring.
4183
4184 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
4185
4186         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
4187         value.
4188         Trivial change from andre@slamdunknetworks.com
4189
4190 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
4191
4192         * mml.el (mml-mode-map): Added a keybinding for
4193         `mml-unsecure-message'.  Also, added a menu entry for said
4194         function in the Attachments menu.
4195
4196 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4197
4198         * canlock.el (canlock-version): Remove.
4199         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
4200         here; simplify \x insertions.
4201         (canlock-sha1): New function, always return a unibyte string.
4202         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
4203         of a password.
4204         (canlock-insert-header): Use `canlock-sha1'.
4205         (canlock-verify): Ditto.
4206
4207 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
4208
4209         * message.el (message-fix-before-sending): Add an option that
4210         ignores illegible text.
4211         Trivial change from Mark Milhollan <mlm@attglobal.net>
4212
4213         * message.el (message-font-lock-keywords): Support multi-line MML
4214         tags.
4215
4216         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
4217         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
4218
4219 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4220
4221         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
4222         symbols for "View as different encoding" submenu.
4223
4224 2002-03-19  Simon Josefsson  <jas@extundo.com>
4225
4226         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
4227         encoding" submenu.
4228
4229 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4230
4231         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
4232
4233 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4234
4235         * gnus-sum.el (gnus-sum-thread-tree-root)
4236         (gnus-sum-thread-tree-single-indent)
4237         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
4238         (gnus-sum-thread-tree-leaf-with-other)
4239         (gnus-sum-thread-tree-single-leaf): Make customizable.
4240
4241 2002-03-16  Simon Josefsson  <jas@extundo.com>
4242
4243         * gnus-util.el (gnus-extract-address-components): Don't break on
4244         names such as James "Kibo" Parry.  From Francis Litterio
4245         <franl@world.std.com>.
4246
4247 2002-03-13  Simon Josefsson  <jas@extundo.com>
4248
4249         * pop3.el (pop3-open-server): Revert multibyte change.  From
4250         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
4251
4252         * message.el (message-send-mail-with-qmail): Make it work.  From
4253         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
4254
4255 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
4256
4257         * message.el (message-make-mft): Set case-fold-search while
4258         generating the MFT.  Also, a little cleanup in the MFT code.
4259
4260 2002-03-12  Simon Josefsson  <jas@extundo.com>
4261
4262         * message.el (message-qmail-inject-args): May be function.
4263         (message-send-mail-with-qmail): Call function if m-q-i-a is
4264         function.  From fn@hungry.org (Faried Nawaz).
4265
4266 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
4267
4268         * message.el (message-abbrevs-loaded): Remove.
4269         (mailabbrev): Require it.
4270
4271         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
4272
4273 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4274
4275         * pop3.el (pop3-open-server): Set process buffer unibyte.
4276
4277 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4278
4279         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
4280
4281 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
4282
4283         * nnslashdot.el (nnslashdot-request-article): Remove javascript
4284         too.
4285
4286 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
4287
4288         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
4289         duplication.
4290         (gnus-summary-save-parts-type-history): Ditto.
4291         (gnus-summary-save-parts-last-directory): Ditto.
4292         Trivial change from andre@slamdunknetworks.com
4293
4294 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
4295
4296         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
4297
4298 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4299
4300         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
4301         -->" as the end of the first article.
4302
4303         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
4304         From Matthieu Moy <Matthieu.Moy@imag.fr>
4305
4306         * message.el (message-add-action): Use add-to-list.
4307         (message-delete-action): New function.
4308
4309         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
4310         pieces.
4311
4312 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
4313
4314         * nnnil.el: New file.
4315         * gnus.el (gnus-valid-select-methods): Include nnnil.
4316
4317 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
4318
4319         * message.el (message-syntax-checks): Because canlock is
4320         supported, we disable sender syntax check.
4321         (message-shoot-gnksa-feet): Add cancel-messages option doc.
4322
4323         * gnus-draft.el (gnus-draft-send): If interactive, use its default
4324         value of message-syntax-checks.
4325
4326         * qp.el (quoted-printable-decode-region): Doc addition.
4327         From: Eli Zaretskii <eliz@is.elta.co.il>
4328
4329         * mail-source.el (make-source-make-complex-temp-name): Use
4330         make-temp-file.
4331
4332         * mm-util.el (mm-make-temp-file): New function.
4333         * nneething.el (nneething-file-name): Use it.
4334         * mml-smime.el (mml-smime-encrypt): Ditto.
4335         * mm-view.el (mm-inline-wash-with-file): Ditto.
4336         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
4337         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
4338         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
4339         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
4340         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
4341         * gnus-art.el (gnus-mime-print-part): Ditto.
4342
4343 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
4344
4345         * message.el (nnmaildir-article-number-to-base-name): New
4346         function.
4347         (nnmaildir-base-name-to-article-number): New function.
4348
4349 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4350
4351         * smime.el (smime-make-temp-file): Don't quote
4352         `temporary-file-directory'.
4353
4354 2002-03-04  Simon Josefsson  <jas@extundo.com>
4355
4356         * smime.el (smime-sign-region): Rename argument keyfiles to
4357         keyfile. You only sign something with one key.
4358         (smime-sign-buffer): Better completing-read prompt.
4359         (smime-decrypt-buffer): Ditto.
4360
4361         * smime.el (smime-make-temp-file): Make it work under XEmacs.
4362
4363         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
4364         completing-read.
4365         (mm-view-pkcs7-decrypt): CRLF->LF.
4366
4367 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
4368
4369         * message.el (message-hierarchical-addresses): New variable.
4370         (message-get-reply-headers): Use it.
4371         From Ted Zlatanov <teodor.zlatanov@divine.com>
4372
4373 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
4374
4375         * message.el (message-mode): If buffer-file-name, don't set auto
4376         save file name.
4377         Trivial change from Geoff Greene <ggreene@wpi.edu>
4378
4379 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4380
4381         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
4382         takes one argument in read-char.
4383
4384         * message.el (message-fix-before-sending): Forward a char.
4385         Check mmu-multibyte-p, add control-1.
4386
4387 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4388
4389         * gnus-start.el (gnus-read-init-file): Ditto.
4390
4391         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
4392
4393         * dgnushack.el (dgnushack-make-load): Ditto.
4394
4395         * mail-source.el (mail-source-fetch): Extract the right error
4396         code.
4397
4398         * message.el (message-fix-before-sending): Check illegible text.
4399
4400         * gnus-util.el (gnus-multiple-choice): New function.
4401
4402         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
4403         also defined in gnus-score.el.
4404
4405 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
4406
4407         * message.el (message-get-reply-headers): downcase email addresses
4408         for comaparisons for duplicate removal.
4409
4410 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4411
4412         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
4413         implementation of PKCS#7, which just allows users read the
4414         message.
4415         (mm-view-pkcs7): Use it.
4416
4417 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4418
4419         * gnus.el (large-newsgroup-initial): New parameter.
4420
4421         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
4422         (gnus-summary-insert-old-articles): Ditto.
4423
4424 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4425
4426         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
4427         used as the default answer of the question, "How many articles?".
4428         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
4429
4430         * nnagent.el (nnagent-retrieve-headers): Remove articles with
4431         small numbers.
4432
4433 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
4434
4435         * deuglify.el: Fix comments.
4436
4437 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
4438
4439         * html2text.el (html2text-clean-anchor): If there is no HREF,
4440         insert nothing.
4441
4442         * mml.el (mml-generate-mime-1): Add cdr.
4443         From: andre@slamdunknetworks.com
4444
4445         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
4446         (mm-text-html-washer-alist): Ditto.
4447
4448         * mm-decode.el (mm-text-html-renderer): Add html2text.
4449
4450         * html2text.el: Face lift.
4451
4452         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
4453
4454 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
4455
4456         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
4457
4458         * deuglify.el: Change copy right. Add autoload. Add coding-system.
4459
4460         * deuglify.el: New file. The original file name is
4461         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
4462
4463         * mm-decode.el (mm-display-external): Use
4464         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
4465
4466 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
4467
4468         * nnmaildir.el (nnmaildir-request-list): Report the highest
4469         article number, not the total number of articles.
4470
4471 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
4472
4473         * gnus-sum.el: Move uu key map here.
4474         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
4475
4476 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
4477
4478         * nnmaildir.el (nnmaildir-request-expire-articles): Use
4479         nnmail-expiry-wait* if expire-age parameter is not set.
4480
4481 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
4482
4483         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
4484         function.
4485         (gnus-group-sort-selected-groups-by-real-name): New function.
4486         (gnus-group-make-menu-bar): Add sort by real name.
4487
4488         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
4489         rebuild.
4490         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
4491         nil as dependencies as well.
4492
4493 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
4494
4495         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
4496         for mime-parts.
4497
4498         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
4499
4500         * gnus-group.el (gnus-group-name-decode): Don't test
4501         multibyte-string, because it breaks XEmacs.
4502         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
4503
4504         * message.el (message-send-mail): Be talkative.
4505
4506         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
4507         (mm-automatic-display): Ditto.
4508
4509         * mailcap.el (mailcap-mime-data): Ditto.
4510         From: Reiner Steib <4uce.02.r.steib@gmx.net>
4511
4512 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4513
4514         * many files: Remove trailing whitespaces, replace spc+tab with
4515         tab, replace leading whitespaces with tabs.
4516
4517 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
4518
4519         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
4520         articles with no body and no blank line after the header.
4521
4522 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4523
4524         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
4525         parts.
4526
4527         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
4528         non-ascii chars.
4529
4530         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
4531
4532         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
4533         w3-delay-image-loads.
4534         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
4535         (mm-w3-prepare-buffer): Ditto.
4536
4537         * mail-source.el (mail-source-fetch-directory): Run scripts.
4538
4539 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4540
4541         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
4542         for Majordomo confirmations.
4543
4544 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4545
4546         * gnus-fun.el (gnus-respond-to-confirmation): New command.
4547
4548 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4549
4550         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
4551
4552 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
4553
4554         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
4555         References header field.  From Mark Thomas <mthomas@cmu.edu>.
4556
4557 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4558
4559         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
4560         (mm-inline-render-with-stdin): Ditto.
4561         (mm-inline-render-with-function): Ditto.
4562         (mm-inline-wash-with-file): Bind coding-system-for-write.
4563         (mm-inline-wash-with-stdin): Ditto.
4564
4565 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4566
4567         Suggested by Felix Natter <fnatter@gmx.net>
4568
4569         * gnus-art.el (gnus-mime-view-part-externally): Rename from
4570         gnus-mime-externalize-view.
4571         (gnus-mime-view-part-internally): Rename from
4572         gnus-mime-internalize-view.
4573         (gnus-article-view-part-externally): Rename from
4574         gnus-article-externalize-part.
4575         (gnus-mime-action-alist): Change correspondingly.
4576         (gnus-mime-button-commands): Ditto.
4577         (gnus-mime-action-alist): Remove duplication.
4578
4579         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
4580
4581 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4582
4583         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
4584
4585         * gnus-art.el (gnus-display-mime): Use it.
4586
4587         * mm-partial.el (mm-partial-find-parts): Use it.
4588
4589         * gnus-sum.el (gnus-article-loose-mime): Rename from
4590         gnus-article-no-strict-mime.
4591         (gnus-summary-save-parts): Use it.
4592
4593 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4594
4595         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
4596         local variable.
4597
4598         * gnus-art.el (article-display-x-face): Don't sort multiple
4599         X-Faces.
4600
4601 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4602
4603         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
4604         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
4605
4606         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
4607
4608 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4609
4610         Some ideas is inspired by code from Hrvoje Niksic
4611         <hniksic@arsdigita.com>
4612
4613         * gnus-art.el (gnus-article-wash-function): Set the default to
4614         nil, so that we use mm-text-html-renderer instead.
4615         (article-wash-html): Use mm-text-html-renderer.
4616
4617         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
4618         (mm-text-html-renderer): New variable.
4619         (mm-inline-text-html-renderer): Set the default to nil, so that we
4620         use mm-text-html-renderer instead.
4621
4622         * mm-view.el (mm-inline-text-html): New function.
4623         (mm-text-html-renderer-alist): New variable.
4624         (mm-inline-text-vcard): New function.
4625         (mm-inline-text): Split.
4626         (mm-links-remove-leading-blank): New function.
4627         (mm-inline-render-with-file): New function.
4628         (mm-inline-render-with-stdin): New function.
4629         (mm-inline-render-with-function): New function.
4630         (mm-text-html-washer-alist): New variable.
4631         (mm-inline-wash-with-file): New function.
4632         (mm-inline-wash-with-stdin): New function.
4633
4634 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4635
4636         * message-utils.el: Fix installation doc.
4637         From: Reiner Steib <4uce.02.r.steib@gmx.net>
4638
4639 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
4640
4641         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
4642         (gnus-post-method): Use it.
4643         (gnus-summary-cancel-article): Find the correct post-method.
4644
4645         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
4646         * message.el (message-send-news): Ditto.
4647         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
4648         <ipmonger@delamancha.org>
4649
4650         * gnus.el (gnus-select-method): Fix doc.
4651         (gnus-server-string): Use 'using nntp'.
4652
4653         * gnus-agent.el (gnus-slave-unplugged): New command.
4654         From: Felix Natter <fnatter@gmx.net>
4655
4656 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4657
4658         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
4659         Call edit-done-function first, then change the window
4660         configuration.
4661         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
4662         (gnus-article-edit-mode): mml-mode.
4663
4664         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
4665         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
4666
4667         * message-utils.el: Adopt the file.
4668
4669         * message-utils.el: New file.
4670         From Holger Schauer <Holger.Schauer@gmx.de>
4671
4672 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
4673
4674         * gnus-sum.el (gnus-summary-move-article): Select-article only
4675         when gnus-move-split-methods is non-nil. And we don't render or
4676         mark the article.
4677
4678         * gnus-fun.el (gnus-shell-command-to-string): New function.
4679         (gnus-shell-command-on-region): New function.
4680         (gnus-random-x-face): Use them.
4681         (gnus-x-face-from-file): Ditto.
4682         (gnus-convert-image-to-gray-x-face): Ditto.
4683         (gnus-convert-gray-x-face-to-xpm): Ditto.
4684         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
4685
4686 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4687
4688         * gnus-art.el (gnus-treat-display-xface): Don't use
4689         `shell-command-to-string' when compiling.
4690         (gnus-treat-display-grey-xface): Ditto.
4691
4692 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
4693
4694         * nnmaildir.el (nnmaildir--article-count): If the group is
4695         completely empty, report minimum article number as 1 instead of 0.
4696
4697 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
4698
4699         * gnus-agent.el (gnus-get-predicate): Use nconc.
4700
4701         * gnus-sum.el (gnus-summary-display-make-predicate): Use
4702         gnus-summary-display-cache as cache.
4703
4704         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
4705         (nndoc-mail-in-mail-type-p): New function.
4706         (nndoc-mail-in-mail-article-begin): New function.
4707
4708 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
4709
4710         * mailcap.el (mailcap-mime-data): Use enriched-decode.
4711
4712         * gnus-cite.el (gnus-article-fill-cited-article): Bind
4713         use-hard-newlines to nil.
4714
4715         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
4716         image is not available if window-system is not available.
4717
4718         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
4719
4720 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4721
4722         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
4723         bookmark, because update-mark doesn't handle it correctly.
4724
4725 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
4726
4727         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
4728         directly instead of calling message-send-mail.
4729
4730         * gnus-start.el (gnus-read-descriptions-file): Use
4731         gnus-default-charset.
4732
4733         * mm-util.el (mm-guess-mime-charset): New function.
4734
4735         * gnus.el (gnus-default-charset): Use it.
4736         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
4737         the default.
4738
4739 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4740
4741         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
4742         (article-display-x-face): Use it.  Disable grey xface, if
4743         uncompface is not found.
4744
4745         * message.el (message-mode): Don't enable multibyte on an indirect
4746         buffer.
4747
4748         * nnrss.el (nnrss-content-function): New variable.
4749         (nnrss-request-article): Use it.
4750
4751 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4752
4753         * gnus.el: Add article-unsplit-urls.
4754         * gnus-sum.el: Ditto.
4755         * gnus-art.el (gnus-treat-strip-cr): New variable.
4756         (gnus-treatment-function-alist): Use it.
4757         (article-unsplit-urls): New function.
4758         (gnus-article-make-menu-bar): Use it.
4759         From: Michael Cook <michael.cook@cisco.com>
4760
4761 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4762
4763         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
4764         copy.
4765
4766 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
4767
4768         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
4769         with internal whitespace.
4770         (gnus-parent-id): Ditto.
4771
4772 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
4773
4774         * gnus-art.el (gnus-article-treat-body-boundary): Add
4775         gnus-decoration property.
4776         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
4777
4778         * message.el (message-mode): Set local-abbrev-table.
4779         From Matt Armstrong <matt@lickey.com>.
4780
4781         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
4782         too many spaces.
4783
4784         * rfc2047.el (rfc2047-unfold-region): Ditto.
4785         (rfc2047-decode-region): Don't unfold. Let
4786         gnus-article-treat-unfold-headers do it.
4787
4788         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
4789         From: Jesper Harder <harder@ifa.au.dk>
4790
4791 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4792
4793         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
4794         (gnus-configure-posting-styles): Use it.
4795         (gnus-configure-posting-styles): Remove trailing newspaces.
4796
4797 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4798
4799         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
4800         is non-nil.
4801
4802         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
4803
4804         * gnus.el (gnus-server-to-method): Switch position with
4805         gnus-server-get-method.
4806         (gnus-agent): Add doc.
4807
4808         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
4809         (gnus-summary-save-parts): Use it.
4810
4811         * gnus-art.el (gnus-display-mime): Use it.
4812         * mm-partial.el (mm-partial-find-parts): Use it.
4813
4814         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
4815
4816         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
4817         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
4818
4819         * nnagent.el (nnagent-request-expire-articles): Don't delete
4820         files.
4821
4822 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
4823
4824         * message.el (message-gen-unsubscribed-mft): New function.
4825         From Sriram Karra <karra@cs.utah.edu>.
4826
4827         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
4828         open parenthesis.
4829
4830         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
4831         (mm-inline-text-html-render-with-w3): Ditto.
4832         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
4833         Suggested by Dave Love  <d.love@dl.ac.uk>.
4834
4835         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
4836
4837         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
4838         * nntp.el (nntp-send-command): Ditto.
4839         * nntp.el (nntp-send-command-nodelete): Ditto.
4840
4841 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
4842
4843         * mm-url.el (mm-url-load-url): New function.
4844         (mm-url-insert-file-contents): Use it.
4845
4846         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
4847
4848         * message.el (message-forward-make-body): Correctly copy
4849         forward-buffer.
4850
4851         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
4852
4853 2002-02-04  Simon Josefsson  <jas@extundo.com>
4854
4855         * gnus-art.el (gnus-article-followup-with-original): Mark with
4856         force, prevent errors when following up from article buffer.
4857         (gnus-article-reply-with-original): Ditto.
4858
4859         * binhex.el (binhex-decoder-switches): Fix doc.  From
4860         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
4861
4862 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
4863
4864         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
4865         highlight-citation after emphasize.
4866
4867 2002-02-04  Simon Josefsson  <jas@extundo.com>
4868
4869         * nnfolder.el (nnfolder-open-marks):
4870
4871         * nnml.el (nnml-open-marks): Message when done.  From David
4872         Edmondson <dme@sun.com>.
4873
4874 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
4875
4876         * imap.el (imap-anonymous-auth): Fix typo.
4877         From: Steinar Bang <sb@dod.no>
4878
4879         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
4880         save-excursion.
4881         (gnus-cache-braid-heads): Ditto.
4882
4883         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
4884         line, because there are extra articles in the overview buffer.
4885
4886         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
4887
4888         * message.el (message-forward-rmail-make-body): Directly use
4889         rmail-msg-restore-non-pruned-header to avoid calling
4890         vertical-motion.
4891
4892 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4893
4894         * gnus-cache.el (gnus-summary-insert-cached-articles):
4895         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
4896
4897         * gnus-group.el (gnus-group-mark-article-read): Nreverse
4898         gnus-newsgroups-unselected.
4899
4900         * gnus-agent.el (gnus-summary-set-agent-mark): Use
4901         gnus-add-to-sorted-list.
4902
4903         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
4904         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
4905         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
4906         (gnus-update-read-articles): UNREAD is sorted.
4907         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
4908         (gnus-newsgroup-marked, gnus-newsgroup-cached)
4909         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
4910         (gnus-newsgroup-dormant): Require sorted.
4911
4912         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
4913         directories.
4914         (gnus-dired-print): New function.
4915
4916         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
4917         ps-despool.
4918
4919 2002-02-02  Simon Josefsson  <jas@extundo.com>
4920
4921         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
4922
4923 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4924
4925         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
4926         t. This makes gnus-agent customizable without putting
4927         gnus-agentize into .gnus.
4928
4929         * gnus.el (gnus-agent): Make it customizable.
4930
4931         * gnus-dired.el: New file.
4932         From Benjamin Rutt <brutt@bloomington.in.us>
4933
4934         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
4935         if no article.
4936         (gnus-cache-possibly-remove-article): Ditto.
4937         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
4938
4939 2002-02-01  Simon Josefsson  <jas@extundo.com>
4940
4941         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
4942
4943 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4944
4945         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
4946         (mm-setup-w3m): Don't bind keys listed in the above.
4947
4948 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4949
4950         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
4951         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
4952         is non-nil; bind `w3m-force-redisplay' with nil.
4953
4954         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4955
4956         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
4957
4958 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
4959
4960         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
4961         use mail-header-unfold-field.
4962
4963         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
4964         gnus-summary-limit.
4965
4966         * gnus-range.el (gnus-add-to-sorted-list): New function.
4967         * gnus-sum.el (gnus-mark-article-as-read): Use it.
4968         (gnus-mark-article-as-unread): Ditto.
4969         (gnus-summary-mark-article-as-unread): Ditto.
4970         (gnus-build-get-header): Ditto.
4971         (gnus-summary-prepare-threads): Ditto.
4972         (gnus-summary-insert-pseudos): Ditto.
4973         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
4974         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
4975         (gnus-summary-insert-old-articles): Ditto.
4976
4977         * gnus-msg.el (gnus-posting-styles): Add new format of header.
4978         (gnus-configure-posting-styles): Support the new format.
4979
4980         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
4981         edebug-form-spec to (sexp body).
4982         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
4983
4984         * message.el (message-reply-headers): Add doc.
4985
4986 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4987
4988         * gnus-group.el (gnus-group-delete-group): Nix the entry in
4989         gnus-cache-active-hashtb.
4990
4991         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
4992         (gnus-agent-summary-fetch-group): Use it.
4993
4994         * gnus-msg.el (gnus-debug-files): New variable.
4995         (gnus-debug-exclude-variables): New variable.
4996         (gnus-debug): Use them.
4997
4998         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
4999
5000 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5001
5002         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
5003         (message-mode-syntax-table): Move back the previous position.
5004
5005         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
5006
5007         * gnus-agent.el (gnus-agent-retrieve-headers): Use
5008         gnus-sorted-difference.
5009
5010         * nnsoup.el (nnsoup-request-expire-articles): Use
5011         gnus-sorted-difference.
5012
5013         * nnheader.el: Autoload gnus-sorted-difference.
5014
5015         * nnfolder.el (nnfolder-request-expire-articles): Use
5016         gnus-sorted-difference.
5017
5018         * gnus-cache.el (gnus-cache-retrieve-headers): Use
5019         gnus-sorted-difference.
5020
5021         * gnus-range.el: Autoload cookies.
5022         (gnus-sorted-difference): New function.
5023         (gnus-sorted-ndifference): New function.
5024         (gnus-sorted-nintersection): Rename from
5025         gnus-set-sorted-intersection.
5026         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
5027         (gnus-list-range-difference): Rename from
5028         gnus-inverse-list-range-intersection.
5029         (gnus-inverse-list-range-intersection): Use defalias.
5030
5031         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
5032         gnus-sorted-ndifference, and gnus-sorted-nintersection.
5033         (gnus-articles-to-read): Use gnus-sorted-difference.
5034         (gnus-summary-limit-mark-excluded-as-read): Use
5035         gnus-sorted-intersection and gnus-sorted-ndifference.
5036         (gnus-list-of-read-articles): Use gnus-list-range-difference.
5037         (gnus-summary-insert-articles): Use gnus-sorted-difference.
5038
5039         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
5040
5041 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5042
5043         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
5044         property to the buffer for using emacs-w3m command keys.
5045
5046         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
5047         option.
5048
5049         * mm-view.el (mm-w3m-mode-map): New variable.
5050         (mm-w3m-mode-command-alist): New variable.
5051         (mm-w3m-minor-mode): Removed.
5052         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
5053         (mm-inline-text-html-render-with-w3m): Add keymap property to the
5054         buffer for using emacs-w3m command keys.
5055
5056 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
5057
5058         * message.el (message-mode-syntax-table): Move forward.
5059         (message-cite-prefix-regexp): Auto detect non word constituents.
5060         (message-cite-prefix-regexp): Don't use with-syntax-table.
5061
5062         * gnus-sum.el (gnus-summary-update-info): Use
5063         gnus-list-range-intersection.
5064
5065         * gnus-agent.el (gnus-agent-fetch-headers): Use
5066         gnus-list-range-intersection.
5067
5068         * gnus-range.el (gnus-range-normalize): Use correct predicate.
5069         (gnus-list-range-intersection): Use it.
5070         (gnus-inverse-list-range-intersection): Ditto.
5071         (gnus-sorted-intersection): Add doc.
5072         (gnus-set-sorted-intersection): Add doc.
5073         (gnus-sorted-union): New function.
5074         (gnus-set-sorted-union): New function.
5075
5076         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
5077         (gnus-inverse-list-range-intersection): Ditto.
5078
5079 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
5080
5081         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
5082
5083         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
5084         and permit `:' and `\' in order to handle full Windows pathnames.
5085         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
5086         technically not correct per standard, but seems to have common use.
5087
5088 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
5089
5090         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
5091         replacing numbers.
5092
5093 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
5094
5095         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
5096
5097         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
5098         Don't split when the window is small, e.g. when a small *BBDB*
5099         window is the lowest one.
5100
5101         * gnus-agent.el (gnus-agent-retrieve-headers): Use
5102         nnheader-find-nov-line to speed up. Use nreverse, because it is
5103         sorted. Use nnheader-insert-nov-file.
5104
5105 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5106
5107         * mm-decode.el (mm-inline-text-html-with-images): New user option.
5108
5109         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
5110         of `w3m-display-inline-images' with the value of
5111         `mm-inline-text-html-with-images'.
5112         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
5113
5114         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5115
5116 2002-01-27  Richard M. Stallman  <rms@gnu.org>
5117
5118         * time-date.el: Add autoload cookies.  Many doc fixes.
5119         (time-add): New function.
5120         (time-subtract): Renamed from subtract-time.
5121         (subtract-time): New alias for time-subtract.
5122
5123 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5124
5125         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
5126         emacs-w3m in doc-string.
5127
5128         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
5129         `w3m-current-buffer'.
5130
5131 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5132
5133         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
5134
5135         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
5136         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
5137         (mm-w3m-cid-retrieve): New function.
5138         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
5139
5140 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
5141
5142         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
5143
5144 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5145
5146         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
5147
5148 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5149
5150         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
5151         32K.
5152
5153         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
5154
5155         * nnmail.el (nnmail-article-group): Decode headers before running
5156         split rules over them.
5157         (nnmail-mail-splitting-charset): New variable.
5158
5159         * smiley.el: Replaced with smiley-ems.el.
5160
5161 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5162
5163         * mm-url.el (mm-url-predefined-programs): Add w3m.
5164         (mm-url-program): Ditto.
5165
5166 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5167
5168         * nnml.el (nnml-use-compressed-files): New variable.
5169         (nnml-filenames-are-evil): Removed.
5170         (nnml-current-group-article-to-file-alist): Don't use.
5171         (nnml-update-file-alist): Inhibit.
5172         (nnml-article-to-file): Use new var.
5173
5174 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5175
5176         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
5177
5178         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
5179
5180 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5181
5182         * gnus-agent.el (gnus-agent-load-alist): Use new caching
5183         function.
5184
5185         * gnus-util.el (gnus-cache-file-contents): New function.
5186
5187         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
5188         (gnus-agent-load-alist): Use it.
5189
5190         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
5191
5192         * nnheader.el (nnheader-insert-nov-file): New function.
5193
5194         * gnus-util.el (gnus-parse-without-error): Correct the loop.
5195
5196         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
5197         there are no references.
5198         (gnus-extract-message-id-from-in-reply-to): New function.
5199         (gnus-nov-parse-line): Use in-reply-to if there are no
5200         references.
5201
5202 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5203
5204         * nnagent.el (nnagent-retrieve-headers): Use new macro.
5205
5206         * gnus-util.el (gnus-parse-without-error): New macro.
5207
5208 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
5209
5210         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
5211         (gnus-article-wash-function): use locate-library to decide which
5212         to use.
5213
5214 2002-01-25  Simon Josefsson  <jas@extundo.com>
5215
5216         * pop3.el (pop3-munge-message-separator): Work if no date.
5217         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
5218
5219 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5220
5221         * gnus-agent.el (gnus-agent-save-alist): Fix.
5222
5223         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
5224         mistake.  Reinstated lost code.
5225
5226 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
5227
5228         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
5229         one exists in the case of an encrypted message with an internal
5230         signature.
5231
5232 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5233
5234         * gnus-agent.el (gnus-agent-save-alist): Optimized.
5235
5236 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5237
5238         * dgnushack.el: Commented out the experimental code.
5239
5240 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5241
5242         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
5243         error.
5244
5245         * gnus.el (gnus-server-to-method): Made into subst.
5246         (gnus-server-method-cache): New variable.
5247         (gnus-server-to-method): Use it.
5248         (gnus-group-method-cache): New variable.
5249         (gnus-find-method-for-group-1): Renamed.
5250         (gnus-find-method-for-group): New function.
5251         (gnus-group-method-cache): Removed.
5252
5253         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
5254         function.
5255
5256         * gnus-range.el (gnus-members-of-range): New function.
5257         (gnus-list-range-intersection): Renamed.
5258         (gnus-inverse-list-range-intersection): New function.
5259
5260         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
5261
5262         * nnagent.el (nnagent-retrieve-headers): New implementation.
5263
5264         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
5265         implementation.
5266
5267 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5268
5269         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
5270         `w3m-meta-content-type-charset-regexp'.
5271
5272         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
5273         charset-encoded html contents.
5274
5275 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
5276
5277         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
5278         an empty file.
5279
5280         * nnweb.el (url): Ignore errors when request url.
5281
5282         * nnrss.el: Clean up the comments.
5283
5284 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5285
5286         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
5287
5288         * mm-decode.el (mm-inline-text-html-renderer): New user option.
5289         (mm-inline-media-tests): Test whether the value of
5290         `mm-inline-text-html-renderer' is a function for text/html.
5291
5292         * mm-view.el (mm-inline-text-html-render-with-w3): New function
5293         separated from `mm-inline-text'.
5294         (mm-w3m-minor-mode): New variable.
5295         (mm-w3m-setup): New variable.
5296         (mm-setup-w3m): New function.
5297         (mm-inline-text-html-render-with-w3m): New function.
5298         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
5299         text/html.
5300
5301 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
5302
5303         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
5304
5305 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5306
5307         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
5308         and `gnus-xmas-completing-read'.
5309
5310 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5311
5312         * nneething.el (nneething-message-id-number): Abolished.
5313         (nneething-encode-file-name): Not encode numerical characters.
5314         (nneething-make-head): `nneething-message-id-number' is not
5315         used to generate message IDs.
5316
5317 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5318
5319         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
5320         characters.
5321
5322 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5323
5324         * gnus-xmas.el (gnus-xmas-completing-read): New function.
5325         (gnus-xmas-redefine): Redefine conditionally.
5326
5327 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
5328
5329         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
5330         tag.
5331
5332 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
5333
5334         * message.el (message-font-lock-keywords): Added the secure tag.
5335         * mml-sec.el: Added functions to generate/modify/remove the secure
5336         tag while in message mode.
5337         * mml-sec.el (mml-secure-message): New.
5338         * mml-sec.el (mml-unsecure-message): New.
5339         * mml-sec.el (mml-secure-message-sign-smime): New.
5340         * mml-sec.el (mml-secure-message-sign-pgp): New.
5341         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
5342         * mml-sec.el (mml-secure-message-encrypt-smime): New.
5343         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
5344         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
5345         * mml.el (mml-parse-1): Added code to recognise the secure tag and
5346         convert it to either a part or multipart depending on if there are
5347         other parts in the message.
5348         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
5349         to use the secure tag, rather than the part tag.
5350         * mml.el (mml-preview): Added a save-excursion to keep cursor
5351         position after doing an MML preview.
5352
5353 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5354
5355         * nnheader.el (nnheader-parse-overview-file): New function.
5356         (nnheader-write-overview-file): New function.
5357
5358 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5359
5360         * gnus.el (gnus-group-fast-parameter): Check better if expansion
5361         in wanted.
5362
5363         * nnweb.el (nnweb-type-definition): Clean up.
5364
5365 2002-01-21  Alastair Burt  <burt@dfki.de>
5366         Trivial patch.
5367
5368         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
5369         buffer exists before jumping to it.
5370
5371 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5372
5373         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
5374         function.
5375         (article-wash-html): Use it.
5376         (gnus-article-wash-function): New variable.
5377         (gnus-article-wash-html-with-w3m): New function.
5378
5379 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
5380
5381         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
5382         XEmacs.
5383
5384 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
5385
5386         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
5387         command line.
5388
5389 2002-01-21  Simon Josefsson  <jas@extundo.com>
5390
5391         * canlock.el (base64-encode-string): Autoload it from base64.
5392         (canlock-make-cancel-key): Base64 encode unibyte string.
5393
5394 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5395
5396         * nnfolder.el (nnfolder-request-accept-article): Unfold
5397         x-from-line.
5398         (nnfolder-request-replace-article): Ditto.
5399
5400 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
5401
5402         * gnus-group.el (gnus-group-best-unread-group): Use the right
5403         positioning function.
5404
5405 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5406
5407         * smiley-ems.el (smiley-region): Use new function.
5408         (smiley-update-cache): Use general image functions.
5409         (smiley-region): Use general functions.
5410
5411         * gnus-util.el (gnus-graphic-display-p): New function.
5412
5413         * nnmail.el (nnmail-article-group): Allow outputting traces of
5414         non-strings.
5415
5416         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
5417         (nndoc-exim-bounce-type-p): New function.
5418
5419         * message.el (message-dont-send): Doc fix.
5420
5421         * gnus-util.el (gnus-completing-read): Remove
5422         inherit-input-method.
5423
5424         * gnus-art.el (gnus-treat-smiley): Doc fix.
5425
5426         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
5427         articles.
5428
5429 2002-01-19  Simon Josefsson  <jas@extundo.com>
5430
5431         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
5432         (imap-kerberos4-open): Ditto.
5433         (imap-open): Set port correctly, don't set auth.
5434
5435 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5436
5437         * gnus.el (gnus-version-number): Bump version number.
5438
5439 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5440
5441         * gnus.el: Oort Gnus v0.05 is released.
5442
5443 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5444
5445         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
5446         exists.
5447
5448         * gnus-spec.el (gnus-string-width-function): New function.
5449         (gnus-tilde-cut-form): Use it.
5450         (gnus-tilde-max-form): Ditto.
5451         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
5452         (gnus-substring-function): Use it.
5453         (gnus-tilde-cut-form): Ditto.
5454         (gnus-substring-function): New function.
5455
5456         * message.el (message-check-news-header-syntax): New message.
5457
5458         * gnus.el (gnus-slave-no-server): Doc fix.
5459
5460         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
5461
5462 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5463
5464         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
5465         `seen' if it looks like (seen NUM1 . NUM2).  It should be
5466         (seen (NUM1 . NUM2)).
5467
5468 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5469
5470         * gnus-topic.el (gnus-topic-catchup-articles): Update article
5471         number in closed topics.
5472
5473 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
5474
5475         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
5476         functions.
5477
5478 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5479
5480         * gnus.el (gnus-group-find-parameter): Clean up.
5481
5482         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
5483         articles.
5484
5485         * gnus-util.el (gnus-completing-read-with-default): Renamed.
5486
5487         * nnmail.el (nnmail-article-group): Clean up.
5488
5489 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
5490
5491         * gnus-agent.el (gnus-category-name): Intern the category name.
5492
5493 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5494
5495         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
5496
5497         * gnus-util.el (gnus-completing-read): New function.
5498
5499 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
5500
5501         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
5502
5503         * smiley-ems.el (smiley-region): Register smiley.
5504         (smiley-toggle-buffer): Rewrite the function.
5505         (smiley-active): Removed.
5506
5507 2002-01-19  Simon Josefsson  <jas@extundo.com>
5508
5509         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
5510         Jesper Harder <harder@ifa.au.dk>.
5511
5512 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5513
5514         * gnus-art.el (gnus-request-article-this-buffer): Call
5515         `nneething-get-file-name' to extract the file name from the
5516         message id.
5517
5518         * nneething.el (nneething-encode-file-name): New function.
5519         (nneething-decode-file-name): Ditto.
5520         (nneething-get-file-name): Ditto.
5521         (nneething-make-head): Encode the file name and encapsulate it
5522         into the field of the message id.
5523
5524 2002-01-18  Simon Josefsson  <jas@extundo.com>
5525
5526         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
5527         stored in .marks.
5528
5529         * nnfolder.el (nnfolder-request-update-info): Ditto.
5530
5531 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5532
5533         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
5534
5535 2002-01-18  Simon Josefsson  <jas@extundo.com>
5536
5537         * imap.el (imap-starttls-p): Don't check for binary.
5538         (imap-gssapi-auth-p): Ditto.
5539         (imap-kerberos4-auth-p): Ditto.
5540         (imap-open): Change logic.  Iterate through all possible streams,
5541         instead of bailing out after first failure.  Move authenticator
5542         decision to `imap-authenticate'.
5543         (imap-authenticate): Change logic, now finds the authenticator to
5544         use, was previously in `imap-open'.
5545         (imap-open): Return nil on failure.
5546         (imap-open): Setup temp buffer correctly.
5547         (imap-open): Return buffer only on success.
5548         (imap-interactive-login, imap-interactive-login): Tell the user
5549         which stream/authenticator is used for the queried
5550         username/password.
5551         (imap-open, imap-authenticate): Set variables.
5552         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
5553         (imap-open): Don't assume how `with-temp-buffer' is implemented.
5554
5555 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5556
5557         * gnus-fun.el (gnus-grab-cam-x-face): New function.
5558
5559 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5560
5561         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
5562
5563 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5564
5565         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
5566         (gnus-agent-group-mode-map): Bind it to "Jo".
5567         (gnus-agent-group-make-menu-bar): Add it into menu bar.
5568
5569 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
5570
5571         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
5572         (gnus-summary-mail-toolbar): Add mail article deletion button.
5573
5574         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
5575         false positives for lines of "^^^^".
5576
5577         * gnus-picon.el (gnus-picon-find-face): faces database is all
5578         lowercase.
5579
5580 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5581
5582         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
5583         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
5584         duplications.
5585         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
5586
5587 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5588
5589         * gnus-sum.el (gnus-summary-initial-limit): Inline
5590         gnus-summary-limit-children.
5591         (gnus-summary-initial-limit): Don't limit if
5592         gnus-newsgroup-display is nil.
5593         (gnus-summary-initial-limit): No, don't.
5594
5595         * gnus-util.el
5596         (gnus-put-text-property-excluding-characters-with-faces): Inline
5597         gnus-put-text-property.
5598
5599         * gnus-spec.el (gnus-default-format-specs): New variable.
5600
5601         * gnus-start.el (gnus-read-newsrc-file): Don't clear
5602         gnus-format-specs.
5603         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
5604
5605         * gnus-spec.el (gnus-update-format-specifications): Really check
5606         the Gnus version of the .newsrc.eld file.
5607         (gnus-format-specs): Save the new default summary format.
5608
5609         * gnus-util.el (gnus-parent-id): Check whether references is empty
5610         before splitting.
5611
5612         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
5613         functions.
5614         (gnus-gather-threads-by-references): Inline
5615         `gnus-split-references'.
5616
5617         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
5618         default value of gnus-summary-line-format-spec.
5619
5620 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5621
5622         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
5623         message.
5624         (nnslashdot-request-list): Ditto.
5625         (nnslashdot-sid-strip): Removed.
5626
5627 2002-01-15  Simon Josefsson  <jas@extundo.com>
5628
5629         * nnimap.el (nnimap-close-asynchronous): Enable.
5630         (nnimap-close-group): Expunge.
5631
5632 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5633
5634         * gnus-util.el (gnus-user-date-format-alist): Typo.
5635         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
5636
5637 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5638
5639         * nneething.el (nneething-request-article): Set
5640         `nnmail-file-coding-system' to `binary' locally, in order to read
5641         files without any conversion.
5642
5643 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5644
5645         * gnus-agent.el (gnus-agent-retrieve-headers): Use
5646         nnheader-file-coding-system and nnmail-active-file-coding-system.
5647         (gnus-agent-regenerate-group): Ditto.
5648         (gnus-agent-regenerate): Ditto.
5649         (gnus-agent-write-active): Ditto.
5650         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
5651
5652 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
5653
5654         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
5655         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
5656
5657 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
5658
5659         * gnus.el: We don't need gnus-article-show-all-headers.
5660
5661         * gnus-art.el (article-show-all, gnus-article-show-all-header):
5662         Ditto.
5663
5664         * gnus-sum.el (gnus-summary-select-article): Don't call
5665         show-all-headers, because hidden headers are not hidden text any
5666         more.
5667
5668 2002-01-13  Simon Josefsson  <jas@extundo.com>
5669
5670         * message.el (message-newline-and-reformat): Use `newline' instead
5671         of inserting \n, so that the newline is marked as hard.
5672
5673         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
5674         From Jesper Harder <harder@ifa.au.dk>.
5675
5676 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5677
5678         * imap.el (imap-close): Keep going if quit.
5679
5680         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
5681         nntp-server-buffer.
5682
5683 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5684
5685         * mm-view.el (mm-display-inline-fontify): Require font-lock to
5686         avoid unbinding shadowed variables.
5687
5688         * gnus-art.el (gnus-picon-databases): Moved here.
5689         (gnus-picons-installed-p): Moved here.
5690         (gnus-article-reply-with-original): Use `mark'.
5691
5692         * gnus.el (gnus-picon): Moved here and renamed.
5693
5694         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
5695         installed.
5696         (gnus-treat-mail-picon): Ditto.
5697         (gnus-treat-newsgroups-picon): Ditto.
5698
5699         * gnus-picon.el (gnus-picons-installed-p): New function.
5700
5701 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5702
5703         * gnus-agent.el (gnus-agent-go-online): Fix doc.
5704
5705 2002-01-12  Simon Josefsson  <jas@extundo.com>
5706
5707         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
5708         (nnimap-before-find-minmax-bugworkaround): Use it.
5709         (nnimap-find-minmax-uid): Don't reselect current mailbox.
5710         (nnimap-dont-close): New variable.
5711         (nnimap-close-group): Use it.
5712
5713 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5714
5715         * gnus-art.el (gnus-article-reply-with-original): Use
5716         `mark-active'.
5717
5718         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
5719
5720         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
5721         (gnus-score-advanced): Clean up.
5722         (gnus-score-advanced): Accept a multiple of the score.
5723
5724 2002-01-12  Simon Josefsson  <jas@extundo.com>
5725
5726         * flow-fill.el (fill-flowed-display-column)
5727         (fill-flowed-encode-columnq): New variables.  Suggested by
5728         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
5729         (fill-flowed-encode, fill-flowed): Use them.
5730
5731         * message.el (message-send-news, message-send-mail): Use
5732         m-b-s-n-p-e-h-n.
5733
5734         * mml.el (autoload): Autoload fill-flowed-encode.
5735         (mml-buffer-substring-no-properties-except-hard-newlines): New
5736         function.
5737         (mml-read-part): Use it.
5738         (mml-generate-mime-1): Encode format=flowed if appropriate.
5739         (mml-insert-mime-headers): Insert format=flowed.
5740
5741         * flow-fill.el (fill-flowed-encode): New function.
5742         (fill-flowed): Bind fill-column to window width.
5743
5744 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5745
5746         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
5747         it exists.
5748         (gnus-summary-setup-buffer): Wake up dead summary buffers.
5749         (gnus-summary-buffer-name): Don't return the dead name after all.
5750         (gnus-summary-setup-buffer): Kill the dead buffer.
5751
5752         * gnus-art.el (gnus-article-followup-with-original): Store the
5753         value of the mark before deactivating it.
5754
5755 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5756
5757         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
5758         From: Karl Kleinpaste <karl@charcoal.com>
5759
5760         * gnus-art.el (article-display-x-face): Ditto.
5761         (gnus-article-reply-with-original): Use gnus-region-active-p.
5762         (gnus-article-followup-with-original): Ditto.
5763
5764         * gnus-sum.el (gnus-summary-read-group-1): Don't select
5765         downloadable article either.
5766
5767 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5768
5769         * gnus-art.el (article-display-x-face): Insert From:.
5770
5771         * gnus-sum.el (gnus-summary-move-article): Don't draw the
5772         article. Bind gnus-display-mime-function and
5773         gnus-article-prepare-hook.
5774
5775         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
5776         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
5777         gnus-agent-possibly-synchronize-flags to the last.
5778         (gnus-agent-go-online): New function. New variable.
5779
5780 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5781
5782         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
5783         (gnus-agent-regenerate): Ditto.
5784
5785 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5786
5787         * message.el (message-ignored-news-headers)
5788         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
5789         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
5790
5791         * gnus.el (gnus-gethash-safe): New macro.
5792
5793         * gnus-agent.el (gnus-agent-regenerate-history): New function.
5794         (gnus-agent-regenerate): Show messages.
5795
5796 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5797
5798         * gnus-agent.el (gnus-agent-regenerate-group): New function.
5799         (gnus-agent-regenerate): New function.
5800         (gnus-agent-save-alist): Sort.
5801         (gnus-agent-copy-nov-line): Test eobp.
5802         (gnus-agent-retrieve-headers): Erase buffer.
5803
5804 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
5805
5806         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
5807         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
5808
5809         * gnus.el (gnus-agent-covered-methods): Move here.
5810         (gnus-online): New function.
5811         (gnus-agent-method-p): Move here.
5812
5813         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
5814         nil. Remove articles-alist.
5815
5816         * gnus-start.el (gnus-get-unread-articles): Check online.
5817         (gnus-groups-to-gnus-format): Ditto.
5818         (gnus-active-to-gnus-format): Ditto.
5819
5820         * gnus-agent.el (gnus-agent-get-function): Use it.
5821         (gnus-agent-get-undownloaded-list): Ditto.
5822         (gnus-agent-fetch-session): Only fetch online methods.
5823
5824         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
5825         (gnus-server-mode-map): Ditto.
5826         (gnus-server-offline-face): New face.
5827         (gnus-server-offline-face): New variable.
5828         (gnus-server-font-lock-keywords): Add offline.
5829         (gnus-server-insert-server-line): Ditto.
5830         (gnus-server-offline-server): New function.
5831
5832         * gnus-int.el (gnus-open-server): Turn to offline.
5833         (gnus-server-unopen-status): New variable.
5834
5835 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
5836
5837         * nnkiboze.el (nnkiboze-request-article): Use
5838         gnus-agent-request-article.
5839
5840         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
5841         function. Insert undownloaded NOV.
5842
5843         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
5844         (gnus-agent-request-article): New function.
5845
5846         * gnus.el (gnus-agent-cache): New variable.
5847
5848         * gnus-int.el (gnus-retrieve-headers): Use
5849         gnus-agent-retrieve-headers.
5850         (gnus-request-head): Use gnus-agent-request-article.
5851         (gnus-request-body): Ditto.
5852
5853         * gnus-art.el (gnus-request-article-this-buffer): Use
5854         gnus-agent-request-article.
5855
5856         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
5857         article if it is undownloaded.
5858
5859 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5860
5861         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
5862
5863 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5864
5865         * canlock.el (canlock-string-as-unibyte): New macro.
5866         (canlock-sha1-with-openssl): Return a unibyte string.
5867         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
5868
5869 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5870
5871         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
5872
5873 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5874
5875         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
5876         application/x-emacs-lisp.
5877
5878         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
5879
5880         * nntp.el (nntp-request-article): Add group parameter.
5881         (nntp-request-head): Ditto.
5882         (nntp-find-group-and-number): Add parameter group. Figure out
5883         number if the status line doesn't give (e.g. quimby.gnus.org).
5884
5885 2002-01-08  Simon Josefsson  <jas@extundo.com>
5886
5887         * mml.el (mml-generate-mime-1): Set recipient correctly.
5888
5889 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5890
5891         * message.el (message-read-from-minibuffer): Add parameter
5892         initial-contents.
5893         * gnus-msg.el (gnus-summary-resend-message): Use it.
5894
5895         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
5896         behavior of quit-config.
5897
5898         * message.el (message-make-from): Don't quote fullname.
5899         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
5900
5901         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
5902         From: <andre@slamdunknetworks.com>
5903
5904 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5905
5906         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
5907
5908         * gnus-art.el (gnus-header-button-alist): Handle mailto.
5909
5910         * mml.el (mml-preview): Bind gnus-original-article-buffer because
5911         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
5912         because bbdb may use it.
5913
5914 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5915
5916         * nneething.el (nneething-request-article): When a non-text file
5917         is converted to an article, its data is encoded in base64.  Call
5918         `nneething-make-head' with options to specify MIME types.
5919         (nneething-make-head): Add optional arguments to specify MIME
5920         types.
5921
5922 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5923
5924         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
5925         header if there is not.
5926
5927         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
5928
5929         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
5930         (gnus-inews-mark-gcc-as-read): Obsolete variable.
5931         (gnus-inews-do-gcc): Use them.
5932
5933         * gnus-group.el (gnus-group-mark-article-read): Put holes into
5934         gnus-newsgroup-unselected.
5935
5936 2002-01-06  Simon Josefsson  <jas@extundo.com>
5937
5938         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
5939         condition-case, not ignore-errors.
5940
5941 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5942
5943         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
5944         gnus-fetch-old-headers.
5945
5946         * gnus-art.el (article-display-x-face): Use the current buffer
5947         unless `W f'. Otherwise, X-Face may be shown in the header of a
5948         forwarded part.
5949         (gnus-treatment-function-alist): Treat xface before hiding
5950         headers.
5951
5952 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5953
5954         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
5955         parameters.
5956
5957 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5958
5959         * mm-util.el (mm-multibyte-p): Define conditionally when load.
5960         (mm-guess-charset): New function.
5961         (mm-charset-after): Use it.
5962         (mm-detect-coding-region): New function.
5963         (mm-detect-mime-charset-region): New function.
5964
5965         * gnus-sum.el (gnus-summary-show-article): Use
5966         mm-detect-coding-region.
5967
5968 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5969
5970         * message.el (message-make-fqdn): Be less violent.
5971
5972         * gnus.el (gnus-logo-color-style): Compute custom form
5973         automatically.
5974
5975         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
5976         score file of the parent to the document group.
5977
5978         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
5979         parameters parameter.
5980
5981         * gnus-score.el (gnus-score-load-file): Clean up.
5982
5983 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5984
5985         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
5986         From: Damien Wyart <damien.wyart@free.fr>
5987
5988         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
5989
5990 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5991
5992         * gnus-sum.el (gnus-select-group-hook): Typo.
5993
5994         * rfc2047.el (rfc2047-decode-string): Return immediately if there
5995         is no quoted-printable-encoded STRING.
5996         From: Jesper Harder <harder@ifa.au.dk>
5997
5998         (rfc2047-decode-string): Decode it.
5999
6000 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6001
6002         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
6003
6004 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
6005         Trivial patch.
6006
6007         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
6008         buffer to get rid of junk line.
6009
6010 2002-01-05  Simon Josefsson  <jas@extundo.com>
6011
6012         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
6013         C-o.
6014         (message-mode-map): Bind message-insert-or-toggle-importance to
6015         C-c C-u.
6016         (message-mode-map): Bind message-disposition-notification-to to
6017         C-c M-n.
6018         (message-mode-menu): Add m-d-n-t.
6019         (message-mode-field-menu): Add m-goto-from.
6020         (message-mode): Doc fix.
6021         (message-goto-from): New function.
6022         (message-insert-disposition-notification-to): New function.
6023         (message-tool-bar-map): Add receipt button.
6024
6025 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6026
6027         * gnus-sum.el (gnus-thread-latest-date): New function.
6028         (gnus-thread-sort-by-most-recent-number): Renamed.
6029         (gnus-thread-sort-functions): Doc fix.
6030         (gnus-select-group-hook): Don't use setq on a hook.
6031         (gnus-thread-latest-date): Use date, not number
6032
6033         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
6034         (gnus-agent-expire): Allow regexp of expire-days.
6035
6036         * gnus-art.el (gnus-article-reply-with-original): Deactivate
6037         region.
6038         (gnus-article-followup-with-original): Ditto.
6039
6040         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
6041
6042         * gnus-art.el (gnus-mime-display-alternative): Use
6043         gnus-local-map-property.
6044         (gnus-mime-display-alternative): Ditto.
6045         (gnus-insert-mime-security-button): Ditto.
6046         (gnus-insert-next-page-button): Ditto.
6047         (gnus-button-prev-page): Take optional args.
6048         (gnus-insert-prev-page-button): widget-convert.
6049
6050         * gnus-util.el (gnus-local-map-property): New function.
6051
6052         * gnus-art.el (gnus-prev-page-map): Use parent map.
6053         (gnus-next-page-map): Ditto.
6054
6055         * gnus-spec.el (gnus-parse-format): Clean up.
6056         (gnus-parse-format): Do complex formatting for %=.
6057
6058         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
6059         "X-Face: " to the data in the built-in scenario.
6060
6061         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
6062         (gnus-correct-pad-form): Renamed.
6063         (gnus-tilde-max-form): Clean up.
6064         (gnus-pad-form): Use gnus-use-correct-string-widths.
6065
6066         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
6067         support if that is available.
6068
6069         * gnus-sum.el (gnus-thread-highest-number): New function.
6070         (gnus-thread-sort-by-most-recent-thread): New function.
6071         (gnus-thread-sort-functions): Doc fix.
6072
6073 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
6074
6075         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
6076         all cases.
6077         (gnus-summary-mode): Enable it in all cases.
6078         (gnus-summary-display-article): Ditto.
6079         (gnus-summary-edit-article): Ditto.
6080
6081         * gnus-ems.el (gnus-put-image): Really return glyph.
6082
6083         * gnus-art.el (gnus-article-x-face-command): Fix :type.
6084         (gnus-treat-smiley): Don't take "P" in the interactive form.
6085
6086 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6087
6088         * compface.el (uncompface): XEmacs and Emacs have differing
6089         capabilities.
6090
6091         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
6092
6093         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
6094         (gnus-article-xface-ring-size): Removed.
6095         (gnus-article-display-xface): Removed.
6096         (gnus-remove-image): Cleaned up.
6097
6098         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
6099         (gnus-xmas-create-image): Take pbm files.
6100         (gnus-x-face): Removed.
6101         (gnus-xmas-article-display-xface): Removed.
6102
6103         * gnus-fun.el (gnus-display-x-face-in-from): Bind
6104         default-enable-multibyte-characters.
6105
6106         * compface.el (uncompface): Doc fix.
6107
6108         * gnus-art.el (gnus-article-x-face-command): Use
6109         gnus-display-x-face-in-from.
6110
6111         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
6112
6113         * gnus-ems.el (gnus-put-image): Return the image.
6114
6115         * gnus-fun.el (gnus-display-x-face-in-from): New function.
6116         (gnus-x-face): Moved here.
6117
6118 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
6119
6120         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
6121         invisible if string is nil.
6122         (gnus-xmas-article-display-xface): Use it.
6123
6124         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
6125         property when string is nil.
6126         (gnus-article-display-xface): Use it.
6127
6128 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6129
6130         * gnus-art.el (article-display-x-face): Check whether valid grey
6131         face was returned.
6132         (article-display-x-face): Place image in the right spot.
6133
6134         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
6135         stderr.
6136         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
6137
6138 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6139
6140         * gnus-xmas.el (gnus-xmas-create-image): Take optional
6141         parameters.
6142         (gnus-xmas-put-image): Allow non-strings to be passed.
6143
6144         * gnus-art.el (article-display-x-face): Use optional parameters.
6145
6146         * gnus-ems.el (gnus-create-image): Take optional parameters.
6147
6148         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
6149
6150         * compface.el (compface-xbm-p): Removed.
6151
6152         * gnus-ems.el (gnus-article-compface-xbm): Removed.
6153         (gnus-article-display-xface): Use compface.
6154
6155         * compface.el: New file.
6156
6157         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
6158         (gnus-convert-image-to-x-face-command): Ditto.
6159         (gnus-random-x-face): Quote argument.
6160         (gnus-x-face-from-file): Ditto.
6161
6162 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
6163
6164         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
6165         the expire-group parameter once per article rather than once
6166         per group; bind `nnmaildir-article-file-name' and `article'
6167         for convenience.  Leave article alone when expire-group
6168         specifies the current group.
6169         (nnmaildir--update-nov): be more concurrency-friendly with
6170         temp file names.
6171
6172 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6173
6174         * gnus-start.el (gnus-read-init-file): Cleaned up.
6175
6176 2002-01-03  Dave Love  <d.love@dl.ac.uk>
6177
6178         * gnus-start.el (gnus-startup-file-coding-system): Removed.
6179         (gnus-read-init-file): Don't use it.
6180
6181 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6182
6183         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
6184
6185 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6186
6187         * gnus-start.el (gnus-read-init-file): Don't force coding system
6188         for ~/.gnus.  From Dave Love <fx@gnu.org>.
6189
6190 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
6191
6192         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
6193         * nnspool.el (nnspool-request-post): Ditto.
6194
6195         * mm-util.el (mm-use-find-coding-systems-region): New variable.
6196         (mm-find-mime-charset-region): Use it.
6197
6198 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
6199
6200         * gnus.el (gnus-summary-line-format): Added :link.
6201         * gnus-topic.el (gnus-topic-line-format): Ditto.
6202         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
6203         * gnus-srvr.el (gnus-server-line-format): Ditto.
6204         * gnus-group.el (gnus-group-line-format): Ditto.
6205
6206         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
6207         :keys, it works on both Emacsen.
6208
6209 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
6210
6211         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
6212
6213 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6214
6215         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
6216
6217 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
6218
6219         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
6220         very wide reply.
6221
6222 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6223
6224         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
6225         (gnus-picon-cache): New variable.
6226         (gnus-picon-transform-newsgroups): Cache stuff.
6227
6228         * gnus-art.el (gnus-article-reply-with-original): New command.
6229         (gnus-article-followup-with-original): New command.
6230
6231         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
6232         END parameters.
6233         (gnus-summary-followup): Take a list of list of articles.
6234         (gnus-inews-yank-articles): Allow lists of article/regions.
6235
6236         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
6237         longer the usual commands.
6238
6239         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
6240         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
6241         shell-command-on-region.
6242
6243 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6244
6245         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
6246           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
6247
6248 2002-01-03  Steve Youngs  <youngs@xemacs.org>
6249
6250         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
6251         understand ':keys', wrap it in an featurep 'xemacs.
6252
6253 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6254
6255         * gnus-ems.el (gnus-article-display-xface): Show xface in the
6256         order of headers (Actually, it is called in a reversed order). Add
6257         'gnus-image-text-deletable property.
6258         (gnus-remove-image): Remove text with such a property.
6259
6260         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
6261         gnus-put-image.
6262
6263         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
6264         with ", "
6265
6266 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6267
6268         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
6269
6270         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
6271         (article-display-x-face): Display grey X-Faces.
6272
6273         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
6274         (gnus-convert-gray-x-face-to-ppm): Ditto.
6275         (gnus-convert-image-to-gray-x-face): Ditto.
6276
6277         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
6278         gnus-summary-show-raw-article.
6279
6280 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6281
6282         Display picons in XEmacs without showing text.
6283
6284         * gnus-xmas.el (gnus-xmas-create-image): Don't use
6285         mm-create-image-xemacs to create xbm glyph, because it deletes
6286         temporary files.
6287         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
6288         (gnus-xmas-remove-image): Make text visible, remove glyph.
6289
6290         * gnus-picon.el (gnus-picon-transform-newsgroups)
6291         (gnus-picon-transform-address): Insert spec backward, due to the
6292         incompatibility of gnus-xmas-put-image.
6293
6294 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6295
6296         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
6297
6298 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6299
6300         * gnus.el: Doc fix.
6301
6302         * gnus-art.el: Doc fix.
6303
6304         * gnus-agent.el: Doc fix.
6305
6306 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6307
6308         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
6309
6310 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
6311
6312         * nnmaildir.el (nnmaildir--update-nov): automatically parse
6313         NOV data out of the message again if nnmail-extra-headers has
6314         changed.
6315
6316 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6317
6318         * gnus-fun.el: New file.
6319         (gnus-convert-image-to-x-face-command): New variable.
6320         (gnus-insert-x-face): New function.
6321         (gnus-random-x-face): Renamed.
6322         (gnus-x-face-from-file): Renamed.
6323
6324         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
6325         "_".
6326         (gnus-body-boundary-delimiter): Typo fix.
6327
6328 2002-01-02  Simon Josefsson  <jas@extundo.com>
6329
6330         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
6331         (gnus-body-boundary-delimiter): Fix type.
6332
6333 2002-01-01  Simon Josefsson  <jas@extundo.com>
6334
6335         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
6336         (gnus-treat-emphasize, gnus-treat-strip-cr)
6337         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
6338         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
6339         (gnus-treat-fill-article, gnus-treat-hide-citation)
6340         (gnus-treat-hide-citation-maybe)
6341         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
6342         (gnus-treat-strip-pem, gnus-treat-strip-banner)
6343         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
6344         (gnus-treat-date-ut, gnus-treat-date-local)
6345         (gnus-treat-date-english, gnus-treat-date-lapsed)
6346         (gnus-treat-date-original, gnus-treat-date-iso8601)
6347         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
6348         (gnus-treat-strip-trailing-blank-lines)
6349         (gnus-treat-strip-leading-blank-lines)
6350         (gnus-treat-strip-multiple-blank-lines)
6351         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
6352         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
6353         (gnus-treat-display-xface, gnus-treat-display-smileys)
6354         (gnus-treat-from-picon, gnus-treat-mail-picon)
6355         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
6356         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
6357         (gnus-treat-play-sounds, gnus-treat-translate)
6358         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
6359
6360         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
6361         (gnus-article-treat-body-boundary): Use it.
6362
6363         * message.el (message-mode): Fix doc.
6364         (message-mode-menu): Fix names.
6365
6366 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6367
6368         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
6369         articles.
6370
6371         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
6372         (gnus-picon-transform-address): Search for unknown faces as well.
6373         (gnus-picon-find-face): Don't search "news" for MISC.
6374         (gnus-picon-user-directories): Changed default back to exclude
6375         "unknown".
6376
6377         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
6378
6379         * gnus-picon.el (gnus-picon-find-face): Search through all
6380         databases.
6381         (gnus-picon-find-face): New implementation.
6382
6383         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
6384         keystroke.
6385         (gnus-topic-goto-next-topic): Ditto.
6386
6387         * gnus.el (gnus-summary-line-format): Changed default.
6388
6389         * nnmail.el (nnmail-extra-headers): Change default.
6390
6391         * gnus-sum.el (gnus-extra-headers): Change default.
6392
6393         * message.el (message-news-other-window): Changed "news" to
6394         "posting".
6395         (message-news-other-frame): Ditto.
6396         (message-do-send-housekeeping): Ditto.
6397
6398         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
6399         function.
6400         (gnus-article-unread-p): New function.
6401         (gnus-article-unseen-p): New function.
6402         (gnus-dead-summary-mode-map): Typo.
6403
6404         * gnus-util.el (gnus-make-predicate): New function.
6405         (gnus-make-predicate-1): New function.
6406
6407         * gnus-sum.el: New function.
6408         (gnus-map-articles): New function.
6409
6410         * gnus-art.el (gnus-treat-fold-headers): New variable.
6411         (gnus-article-treat-fold-headers): New command and keystroke.
6412
6413         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
6414         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
6415
6416 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6417
6418         * message.el (message-fcc-externalize-attachments): New variable.
6419         (message-do-fcc): Use it.
6420
6421         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
6422         (gnus-inews-do-gcc): Use it.
6423
6424         * mml.el (mml-tweak-sexp-alist): New variable.
6425         (mml-externalize-attachments): New variable.
6426         (mml-tweak-part): Use mml-tweak-sexp-alist.
6427         (mml-tweak-externalize-attachments): New function.
6428
6429 2002-01-01  Steve Youngs  <youngs@xemacs.org>
6430
6431         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
6432         'set-glyph-face' so x-face back/foreground can be set.
6433
6434 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
6435
6436         * message.el (message-fix-before-sending): Fix a typo.
6437
6438 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6439
6440         * gnus-art.el (gnus-treat-smiley): Renamed command.
6441         (gnus-article-remove-images): New command and keystroke.
6442
6443         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
6444
6445         * smiley-ems.el (gnus-smiley-display): Removed.
6446
6447         * gnus.el (gnus-version-number): Update version.
6448
6449         * message.el (message-text-with-property): Renamed and moved
6450         here.
6451         (message-fix-before-sending): Highlight invisible text and place
6452         point there.
6453
6454 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6455
6456         * gnus.el: Oort Gnus v0.04 is released.
6457
6458 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6459
6460         * gnus-delay.el (gnus-delay-send-queue): Renamed.
6461
6462         * gnus-art.el (gnus-ignored-headers): More headers,
6463
6464         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
6465         of `scan-error', since XEmacs doesn't seem to support that.
6466
6467 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6468
6469         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
6470         arg.
6471         (gnus-summary-best-unread-subject): Ditto.
6472         (gnus-summary-best-unread-subject): No, don't.
6473         (gnus-summary-better-unread-subject): New command.
6474
6475         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
6476
6477         * lpath.el ((featurep 'xemacs)): fbind url function.
6478
6479         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
6480         buffer.
6481         (gnus-xmas-remove-image): Implementation that does something.
6482         (gnus-xmas-article-display-xface): Mark images properly.
6483
6484         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
6485
6486 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
6487
6488         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
6489
6490 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6491
6492         * gnus-group.el (gnus-group-line-format): Added %O to the default
6493         value.
6494
6495         * gnus-util.el (gnus-text-with-property): The smallest point is
6496         point-min.
6497
6498         * smiley-ems.el (smiley-region): Return images.
6499         (gnus-smiley-display): Allow toggling.
6500         (smiley-region): Use text properties, not overlays.
6501
6502         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
6503         implemented yet.
6504
6505         * smiley-ems.el (smiley-update-cache): Check for valid types.
6506
6507         * gnus-art.el (gnus-with-article-buffer): New macro.
6508
6509         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
6510         strings as well as the glyphs.
6511         (gnus-picon-transform-address): Ditto.
6512         (gnus-picon-insert-glyph): Ditto.
6513         (gnus-picon-transform-newsgroups): Toggle.
6514         (gnus-picon-transform-address): Toggle.
6515
6516         * gnus-ems.el (gnus-remove-image): New function.
6517         (gnus-put-image): Take an optional string.
6518
6519         * gnus-util.el (gnus-text-with-property): New function.
6520
6521         * gnus-art.el (gnus-delete-images): New function.
6522
6523         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
6524
6525         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
6526         (gnus-article-wash-status): Use it.
6527         (gnus-signature-toggle): Clean up.
6528         (gnus-add-wash-status): New function.
6529         (gnus-delete-wash-status): New function.
6530         (gnus-article-hide-text-type): Use them throughout.
6531         (gnus-add-image): New function.
6532
6533         * gnus-ems.el (gnus-article-display-xface): Use new interface.
6534
6535         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
6536         interface.
6537
6538         * gnus-art.el (article-display-x-face): Cleaned up.
6539
6540         * rfc2047.el (rfc2047-field-value): New function.
6541
6542         * mail-parse.el (mail-header-field-value): New alias.
6543
6544         * gnus-art.el (gnus-mime-print-part): Fix typos.
6545
6546         * smiley-ems.el (gnus-smiley-file-types): New variable.
6547         (smiley-update-cache): Use it.
6548         (smiley-regexp-alist): Suffix-less smiley names.
6549         (smiley-regexp-alist): Added more smileys.
6550
6551         * gnus-sum.el (gnus-print-buffer): Made into own function.
6552         (gnus-summary-print-article): Use it.
6553
6554         * mailcap.el (mailcap-mime-info): Actually return the bit that we
6555         looked for when REQUEST is a string.
6556
6557         * gnus-art.el (gnus-mime-button-commands): Add printing
6558         keystroke.
6559         (gnus-mime-copy-part): Doc fix.
6560         (gnus-mime-print-part): New command.
6561
6562 2001-12-31  Simon Josefsson  <jas@extundo.com>
6563
6564         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
6565         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
6566
6567 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6568
6569         * gnus-picon.el (gnus-treat-from-picon): Autoload.
6570         (picon): Fix doc.
6571
6572         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
6573         longer exists. Remove those codes.
6574         * gnus.el (gnus-use-picons): Ditto.
6575
6576 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6577
6578         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
6579         infloop.
6580
6581         * gnus-sum.el (t): New `W D' map.
6582
6583         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
6584         (gnus-article-treat-body-boundary): Clean up.
6585         (gnus-body-boundary-face): Removed.
6586         (gnus-article-goto-header): Moved here.
6587         (gnus-article-goto-header): Allow better regexps.
6588         (gnus-article-treat-fold-newsgroups): New command.
6589
6590         * gnus-sum.el (gnus-summary-move-article): We have to select an
6591         article to give `gnus-read-move-group-name' an opportunity to
6592         suggest an appropriate default.
6593
6594         * rfc2047.el (rfc2047-fold-line): New function.
6595         (rfc2047-unfold-line): Ditto.
6596         (rfc2047-fold-region): Don't fold just after the header name.
6597
6598         * mail-parse.el (mail-header-fold-line): New alias.
6599         (mail-header-unfold-line): Ditto.
6600
6601         * gnus-art.el (gnus-body-boundary-face): Renamed.
6602         (gnus-article-treat-body-boundary): Use it.
6603         (gnus-article-treat-body-boundary): Use an invisible header and a
6604         line of underline characters.
6605
6606 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6607
6608         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
6609
6610         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
6611         (gnus-picon-split-address): New function.
6612         (gnus-picon-find-face): Use it.
6613         (gnus-picon-transform-address): Use it. Set first to t for each
6614         address.
6615
6616         * gnus-art.el (gnus-with-article-headers): Move to here. Define
6617         the macro then use it.
6618         (gnus-treatment-function-alist): Treat picons earlier.
6619
6620 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6621
6622         * gnus-art.el (gnus-body-separator-face): New variable.
6623         (gnus-article-treat-body-boundary): Use a blank, colored line.
6624
6625         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
6626         well.
6627
6628         * gnus-art.el (gnus-treat-body-boundary): New variable.
6629         (gnus-article-treat-unfold-headers): Use helper macro.
6630         (gnus-article-treat-body-boundary): New command.
6631
6632         * gnus.el (gnus-logo-color-style): Change the default color.
6633         (gnus-splash-face): Gray, gray.
6634
6635         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
6636         colors.
6637
6638         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
6639         (gnus-logo-color-style): Ditto.
6640         (gnus-logo-colors): Ditto.
6641
6642         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
6643
6644         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
6645
6646         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
6647         (gnus-picon-transform-newsgroups): New function.
6648
6649         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
6650         string.
6651
6652         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
6653
6654         * gnus-art.el (gnus-treat-cc-picon): New variable.
6655         (gnus-treat-mail-picon): Renamed.
6656
6657         * gnus-picon.el: New implementation.
6658         (gnus-picon-find-face): Renamed.
6659         (gnus-treat-from-picon): Use it.
6660         (gnus-picon-transform-address): Renamed.
6661         (gnus-treat-from-picon): Use it.
6662         (gnus-picon-create-glyph): Renamed.
6663         (gnus-picon-transform-address): Use it.
6664         (gnus-treat-cc-picon): New command.
6665
6666         * mm-decode.el (mm-create-image-xemacs): Separated out into
6667         function.
6668         (mm-get-image): Use it.
6669
6670         * gnus-art.el (gnus-treat-display-picons): Simplify.
6671         (gnus-treat-from-picon): Renamed.
6672
6673         * gnus-ems.el (gnus-create-image): New function.
6674         (gnus-put-image): New function.
6675
6676         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
6677         (gnus-with-article-headers): New macro.
6678         (gnus-article-goto-header): New function.
6679
6680         * gnus-xmas.el (gnus-image-type-available-p): New function.
6681
6682         * gnus-ems.el (gnus-image-type-available-p): New function.
6683
6684 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6685
6686         * nnrss.el (nnrss-check-group): Find the correct tag, because
6687         xml.el is changed.
6688
6689 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6690
6691         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
6692         lines are shorter than the window width.
6693         (gnus-ignored-headers): More headers.
6694
6695 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6696
6697         * gnus-art.el (gnus-treat-unfold-lines): New variable.
6698         (gnus-treat-unfold-headers): Renamed.
6699         (gnus-article-treat-unfold-headers): New command and keystroke.
6700
6701         * rfc2047.el (rfc2047-encode-message-header): Clean up.
6702
6703         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
6704
6705 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
6706
6707         * sha1-el.el (sha1-use-external): New variable.
6708         (sha1-region): Use it.
6709         (sha1-string): Ditto.
6710
6711         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
6712         * gnus-picon.el: Less warnings when compile.
6713
6714 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6715
6716         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
6717         alias.
6718         (gnus-picons-database): Default to list.
6719         (gnus-picons-lookup-internal): Use it.
6720
6721         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
6722         to "bogus".
6723
6724         * gnus-win.el (gnus-configure-windows-hook): New hook.
6725
6726 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
6727
6728         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
6729
6730 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6731
6732         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
6733         lists.
6734         (gnus-select-newsgroup): Don't append; push.
6735         (gnus-adjust-marked-articles): Remove obsolete ranges from
6736         `seen'.
6737         (gnus-update-marks): Clean up.
6738         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
6739
6740 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
6741
6742         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
6743
6744 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6745
6746         * gnus-sum.el (gnus-auto-select-subject): New variable.
6747         (gnus-summary-best-unread-subject): New function.
6748         (gnus-summary-best-unread-article): Use it.
6749         (gnus-summary-first-unseen-subject): New function and command.
6750
6751         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
6752         other treatments.
6753
6754         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
6755         function.
6756
6757         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
6758         from the list of hidden types.
6759
6760         * mm-view.el (mm-inline-text): Ditto.
6761         (mm-inline-text): Ditto.
6762         (mm-w3-prepare-buffer): Ditto.
6763
6764         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
6765
6766 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6767
6768         * gnus-art.el (gnus-ignored-headers): Added more headers.
6769
6770 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
6771
6772         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
6773         once.
6774
6775 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6776
6777         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
6778
6779 2001-12-28  Simon Josefsson  <jas@extundo.com>
6780
6781         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
6782         Jesper Harder <harder@ifa.au.dk>.
6783
6784 2001-12-27  Simon Josefsson  <jas@extundo.com>
6785
6786         * gnus-sum.el (gnus-select-newsgroup): Make
6787         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
6788         contain all articles (instead of none) when no seen marks have
6789         been set for the group.
6790         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
6791         instead, it seems to result in shorter ranges.
6792
6793 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6794
6795         * mm-util.el (mm-iso-8859-x-to-15-region): Use
6796         insert-before-markers.
6797         From Jesper Harder <harder@ifa.au.dk>
6798
6799 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
6800
6801         * nnmaildir.el (nnmaildir-save-mail): create the destination
6802         groups if they do not exist.
6803
6804 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6805
6806         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
6807
6808 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6809
6810         * gnus-group.el (gnus-group-read-ephemeral-group): Call
6811         gnus-group-real-name.
6812
6813         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
6814         (gnus-newsgroup-variables): Ditto.
6815
6816         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
6817         return it.
6818
6819 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
6820
6821         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
6822         * nnmaildir.el (top-level): Add commentary.
6823         (nnmaildir-version): Indicate that nnmaildir is now a standard
6824         part of Gnus, not separately released.
6825
6826 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6827
6828         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
6829         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
6830         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
6831         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6832
6833 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6834
6835         * nnmaildir.el: Copyright changes. Require cl only at compile time.
6836
6837 2001-12-20  Simon Josefsson  <jas@extundo.com>
6838
6839         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
6840         ZHU <zsh@cs.rochester.edu>.
6841         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
6842         Brian P Templeton <bpt@tunes.org>.
6843
6844 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6845
6846         * nnmaildir.el: New file.
6847         From Paul Jarc <prj@po.cwru.edu>.
6848
6849 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6850
6851         * nndoc.el (nndoc-type-alist): Move forward to the end.
6852
6853 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6854
6855         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
6856         `dolist'.
6857
6858 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6859
6860         * gnus-win.el (gnus-frames-on-display-list): New function.
6861         (gnus-get-buffer-window): Use it.
6862
6863 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6864
6865         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
6866
6867 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6868
6869         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
6870
6871 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6872            From Harald Meland <Harald.Meland@usit.uio.no>
6873
6874         * gnus-win.el (gnus-get-buffer-window): New function.
6875         (gnus-all-windows-visible-p): Use it.
6876
6877         * gnus-util.el (gnus-horizontal-recenter)
6878         (gnus-horizontal-recenter, gnus-horizontal-recenter)
6879         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
6880
6881         * gnus-score.el (gnus-score-insert-help): Use it.
6882
6883         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
6884         (gnus-generate-tree, gnus-highlight-selected-tree)
6885         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
6886         it.
6887
6888         * gnus-art.el (gnus-article-set-window-start)
6889         (gnus-mm-display-part, gnus-request-article-this-buffer)
6890         (gnus-button-next-page, gnus-button-prev-page)
6891         (gnus-article-button-next-page, gnus-article-button-prev-page):
6892         Use it.
6893
6894 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
6895
6896         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
6897         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
6898         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
6899
6900 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6901
6902         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
6903         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
6904         * mml1991.el, nnultimate.el: Add `coding'.
6905
6906 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
6907
6908         * ChangeLog: changed coding to buffer-file-coding-system
6909         * ChangeLog.1: same
6910         * nnwfm.el: same
6911         * gnus-smiley.el: same
6912         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
6913         * gnus-delay.el: same
6914         * gnus-spec.el: same
6915         * message.el: same
6916         * mml1991.el: same
6917         * nnultimate.el: same
6918
6919 2001-12-16  Simon Josefsson  <jas@extundo.com>
6920         Inspired by code by Dirk Meyer <dischi@tzi.de>.
6921
6922         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
6923         (gnus-summary-save-map): Add muttprint.
6924         (gnus-summary-make-menu-bar): Ditto.
6925         (gnus-summary-muttprint): New function.
6926
6927         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
6928
6929 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6930
6931         * uudecode.el (uudecode-decode-region-internal): Speedup by using
6932         temporary list instead of buffer.
6933
6934         * mm-url.el (executable-find): autoload.
6935
6936 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6937
6938         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
6939         to variable, follow doc-string conventions).
6940
6941 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
6942
6943         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
6944         subscribe-level
6945         * gnus-topic.el (gnus-subscribe-topics): use it.
6946
6947 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6948
6949         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
6950         messages. (A small patch with indentation)
6951         From Sean Neakums <sneakums@zork.net>.
6952
6953         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
6954         nil after shooting down the gnus-original-article-buffer.
6955
6956 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6957
6958         * uudecode.el (uudecode-use-external): New variable.
6959         (uudecode-decode-region): Automatically detect external program.
6960
6961         * binhex.el (binhex-use-external): New variable.
6962         (binhex-decode-region-internal): New function.
6963         (binhex-decode-region): Automatically detect external program.
6964
6965         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
6966         Use them.
6967
6968 2001-12-12  Simon Josefsson  <jas@extundo.com>
6969
6970         * nnvirtual.el (nnvirtual-always-rescan)
6971         (nnvirtual-component-regexp): Fix doc.
6972
6973         * nnoo.el (defvoo): Add doc to defvoo variables.
6974
6975         * nnml.el (nnml-directory, nnml-active-file)
6976         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
6977         (nnml-marks-is-evil, nnml-filenames-are-evil)
6978         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
6979
6980         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
6981         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
6982         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
6983         `error'.
6984
6985         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
6986         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
6987
6988         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
6989         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
6990         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
6991         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
6992
6993         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
6994         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
6995
6996         * imap.el, nnimap.el: Fix indentation.
6997
6998         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
6999
7000 2001-12-12  Didier Verna  <didier@xemacs.org>
7001
7002         * gnus-msg.el (gnus-group-news): New function.
7003         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
7004         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
7005         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
7006         for it.
7007         * gnus-msg.el (gnus-summary-news-other-window): New function.
7008         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
7009         bind it to `i'.
7010         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
7011         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
7012         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
7013         for it (called with a prefix).
7014         * gnus-msg.el (gnus-configure-posting-styles): add an optional
7015         group-name argument.
7016         * gnus-msg.el (gnus-setup-message): use it.
7017
7018 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7019
7020         * gnus-sum.el (gnus-summary-show-article): Fix doc.
7021
7022 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7023
7024         * mml.el (mime-to-mml): Remove Content-Disposition too.
7025
7026 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7027
7028         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
7029         * gnus-group.el (gnus-group-name-decode): Decode unibyte
7030         strings only.
7031         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
7032
7033 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
7034
7035         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
7036         (nnmail-fancy-expiry-target): Use it.
7037         Suggestions from Simon Josefsson <jas@extundo.com>.
7038
7039 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7040
7041         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
7042
7043 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7044
7045         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
7046
7047         * gnus-util.el (gnus-url-unhex-string): Move here.
7048
7049 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7050
7051         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
7052         mm-url-decode-entities-nbsp.
7053
7054         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
7055         * webmail.el, nnwfm.el: Use mm-url.
7056
7057         * mm-url.el (mm-url-fetch-form): Move from nnweb.
7058         (mm-url-remove-markup): Move from nnweb.
7059         (mm-url-fetch-simple): Move from webmail.
7060
7061         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
7062
7063 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7064
7065         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
7066         (gnus-summary-print-article): Use it.
7067
7068         * gnus-util.el (gnus-replace-in-string): Typo.
7069
7070 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7071
7072         * nnweb.el (nnweb-replace-in-string): Removed.
7073
7074         * gnus-util.el (gnus-replace-in-string): New function.
7075         (gnus-mode-string-quote): Use it.
7076
7077         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
7078         * nnwfm.el (nnwfm-create-mapping): Ditto.
7079
7080 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7081
7082         * dgnushack.el (dgnushack-compile): nnrss.el and
7083         nnslashdot.el don't depend on nnweb, url, w3.
7084
7085         * nnrss.el: Use mm-url.
7086
7087 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7088
7089         * mm-url.el (mm-url-insert-file-contents): Support file:.
7090
7091 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7092
7093         * mm-view.el: Lower case for the description line. Sync from the
7094         Emacs CVS.
7095
7096 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7097
7098         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
7099         From:  Stefan Monnier  <monnier@cs.yale.edu>
7100
7101 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7102
7103         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
7104
7105 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7106
7107         * mm-url.el: Require executable.
7108         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
7109
7110 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7111
7112         * pop3.el (pop3-munge-message-separator): Only use valid date.
7113         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
7114
7115         * Makefile.in: gnus-load.elc may not be generated.
7116
7117 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7118
7119         * mm-url.el: New file.
7120         * nnslashdot.el: Use it.
7121         * mm-extern.el (mm-extern-url): Use it.
7122
7123 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7124
7125         * gnus-sum.el (gnus-summary-save-article): Nix
7126         gnus-display-mime-function and gnus-article-prepare-hook.
7127
7128         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
7129         the beginning of lines.
7130         (gnus-complex-form-to-spec): Ditto.
7131
7132 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7133
7134         * message.el (message-make-mft): Fix the m-s-a-file regexp.
7135         From Paul Jarc <prj@po.cwru.edu>.
7136
7137 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7138
7139         * message.el: New variable message-subscribed-address-file;
7140         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
7141
7142 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7143
7144         * message.el (message-tab-body-function): Set to nil.
7145         (message-tab): Use text-mode-map or global-map.
7146         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
7147
7148 2001-11-30  Simon Josefsson  <jas@extundo.com>
7149
7150         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
7151         instead of gnus-union, for speed.  Suggested by Christoph Conrad
7152         <christoph.conrad@gmx.de>.
7153         (gnus-agent-fetch-group-1): Add verbose message.
7154
7155 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7156
7157         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
7158         of integers.
7159
7160 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7161
7162         * message.el (message-newgroups-header-regexp)
7163         (message-completion-alist, message-tab-body-function): Use
7164         defcustom rather than defvar.
7165         (message-tab): Mention `message-tab-body-function' in doc.
7166         Suggested by Karl Eichwalder.
7167
7168 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7169
7170         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
7171
7172 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7173
7174         * nnheader.el (nnheader-find-nov-line): Don't use macro
7175         gnus-delete-line.
7176
7177         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
7178         (gnus-group-name-charset): Ditto.
7179
7180         * gnus-util.el (gnus-buffer-live-p): Ditto.
7181
7182 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7183
7184         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
7185         open parenthesis in doc.
7186         (sieve-manage-authenticator-alist): Typo in doc.
7187         * imap.el (imap-authenticator-alist): Typo in doc.
7188         (imap-stream-alist): Backslash.
7189
7190         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
7191           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
7192
7193 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7194
7195         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
7196
7197         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
7198
7199         * gnus-msg.el (gnus-configure-posting-styles): use
7200         make-local-hook. Add LOCAL for add-hook.
7201
7202 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
7203
7204         * message.el (message-mode): Use `make-local-hook' unless
7205         obsolete.
7206         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
7207
7208 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7209
7210         * canlock.el: Remove sha1.el and base64.el stuff.
7211
7212 2001-11-26  Didier Verna  <didier@xemacs.org>
7213
7214         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
7215         if needed.
7216
7217 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7218
7219         * message.el (message-tamago-not-in-use-p): New function.
7220         (message-strip-forbidden-properties): Use it.
7221
7222 2001-11-26  Didier Verna  <didier@xemacs.org>
7223
7224         * gnus-start.el (gnus-check-first-time-used): only check for
7225         existence of .el[d] files.
7226
7227 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7228
7229         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
7230
7231         * message.el (message-setup-1): Clean up mc-*.
7232
7233 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7234
7235         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
7236         * gnus-score.el (gnus-score-find-bnews): Use it.
7237
7238         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
7239         (gnus-summary-limit-to-author): Ditto.
7240         (gnus-summary-limit-to-extra): Ditto.
7241         (gnus-summary-find-matching): Support not-matching argument.
7242
7243 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7244
7245         * message.el (message-wash-subject): Use `insert' rather than
7246         `insert-string', which is deprecated.
7247
7248 2001-11-24  Simon Josefsson  <jas@extundo.com>
7249
7250         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
7251         message. (Gnus does not "default" to using 8bit for the message,
7252         it default to use 8bit encoding and the user-supplied CTE
7253         value. Calling this behaviour "treating it as 8bit" is perhaps
7254         better.)
7255
7256         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
7257         (compare mm-charset-to-coding-system).
7258
7259 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7260
7261         * canlock.el (canlock-sha1-with-openssl): Use unibyte
7262         buffer. Correctly decode hex.
7263
7264 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7265
7266         * gnus-agent.el (gnus-category-insert-line): Convert category
7267         names to strings.
7268
7269 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7270
7271         * message.el (sha1): eval-and-compile.
7272
7273 2001-11-20  Simon Josefsson  <jas@extundo.com>
7274
7275         * message.el (message-allow-no-recipients): New variable.
7276         (message-send): Use it, customize the prompting when posting to
7277         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
7278
7279 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7280
7281         * mm-util.el (mm-coding-system-priorities): New variable.
7282         (mm-sort-coding-systems-predicate): New function.
7283         (mm-find-mime-charset-region): Resort coding systems if needed.
7284         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
7285
7286 2001-11-20  Didier Verna  <didier@xemacs.org>
7287
7288         * gnus-group.el (gnus-group-make-help-group): new optional
7289         argument to control the error behavior.
7290         * gnus-start.el (gnus-check-first-time-used): use it to avoid
7291         erroring.
7292
7293 2001-11-19  Simon Josefsson  <jas@extundo.com>
7294
7295         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
7296         instead of C-c C-u.  Suggested by Per Abrahamsen
7297         <abraham@dina.kvl.dk>.
7298
7299 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7300
7301         * nnfolder.el (nnfolder-read-folder): Use group instead of
7302         nnfolder-current-group.
7303         Suggested by Lorentey Karoly <lorentey@elte.hu>.
7304
7305 2001-11-17  Simon Josefsson  <jas@extundo.com>
7306
7307         * message.el (message-send): Ask user if Fcc/Gcc should be
7308         performed when no other sender was specified.
7309         Suggested by prj@po.cwru.edu (Paul Jarc).
7310
7311 2001-11-17  Simon Josefsson  <jas@extundo.com>
7312
7313         * message.el (message-mode, message-mode-map): Use C-c C-u for
7314         Importance: instead of C-c C-p (used by SC).
7315
7316 2001-11-16  Simon Josefsson  <jas@extundo.com>
7317
7318         * message.el (message-insert-importance-high)
7319         (message-insert-importance-low): Save point.
7320
7321         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
7322         value.
7323
7324 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
7325
7326         * message.el (message-strip-special-text-properties): New option.
7327         (message-strip-forbidden-properties): Obey it.
7328
7329 2001-11-14  Sam Steingold  <sds@gnu.org>
7330
7331         * gnus-score.el: Fixed some doc strings to properly quote symbols.
7332
7333 2001-11-15  Simon Josefsson  <jas@extundo.com>
7334
7335         Support "Importance:" header in Message.
7336
7337         * message.el (message-mode-map): Bind C-c C-p to
7338         `message-insert-or-toggle-importance'
7339         (message-mode-menu): Add message-insert-importance-{high,low}.
7340         (message-insert-importance-high, message-insert-importance-low)
7341         (message-insert-or-toggle-importance): New functions.
7342         (message-tool-bar-map): Add {un,}important.
7343         (message-mode): Doc fix.
7344
7345 2001-11-15  Simon Josefsson  <jas@extundo.com>
7346
7347         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
7348
7349         * mml.el (mml-menu): Fix toolbar tooltip.
7350
7351 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7352
7353         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
7354         * nnml.el (nnml-save-marks): Ditto.
7355
7356         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
7357
7358 2001-11-15  Simon Josefsson  <jas@extundo.com>
7359
7360         * nnml.el (nnml-save-marks):
7361         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
7362         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
7363
7364 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
7365
7366         * gnus-art.el (gnus-article-wash-status-strings): Use
7367         `copy-sequence', not `copy-seq'.
7368
7369 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
7370
7371         * gnus-art.el (gnus-article-wash-status-strings): New constant.
7372         (gnus-gnus-article-wash-status-entry): New function.
7373         (gnus-article-wash-status): Use it.
7374
7375 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7376
7377         * mml1991.el: Add coding header.
7378
7379 2001-11-12  Simon Josefsson  <jas@extundo.com>
7380
7381         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
7382         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
7383         `mml1991-sign' and `mml1991-encrypt'.
7384         (mml1991-encrypt, mml1991-sign): New glue functions.
7385         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
7386
7387         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
7388         (mml-menu): Add PGP to menu.
7389
7390         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
7391         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
7392         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
7393         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
7394
7395         * mml2015.el: Mention RFC 3156.
7396
7397         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
7398
7399 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7400
7401         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
7402
7403         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
7404           From <Michael.Cook@cisco.com>
7405
7406 2001-11-11  Simon Josefsson  <jas@extundo.com>
7407
7408         * message.el (top-level): Autoload sha1.
7409         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
7410         canlock, no need to require two different hash algs).  Suggested
7411         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
7412
7413 2001-11-09  Simon Josefsson  <jas@extundo.com>
7414
7415         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
7416         <Pavel@Janik.cz>.
7417
7418 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7419
7420         * message.el (message-point-in-header-p): New function.
7421         (message-do-auto-fill): Use it.
7422         (message-beginning-of-line): New function.  Goes to beginning of
7423         header value (i.e., end of header name), or to beginning of line
7424         if already at beginning of value.  Behaves like
7425         `beginning-of-line' when in message body.
7426         (message-mode-map): Bind it.
7427
7428 2001-11-08  Simon Josefsson  <jas@extundo.com>
7429
7430         * gnus-msg.el (gnus-posting-styles): Add doc.
7431
7432 2001-11-07  Simon Josefsson  <jas@extundo.com>
7433
7434         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
7435
7436         * sieve-mode.el (sieve-control-commands-face)
7437         (sieve-control-commands-face, sieve-action-commands-face)
7438         (sieve-test-commands-face, sieve-tagged-arguments-face): New
7439         faces.
7440         (sieve-font-lock-keywords): Use them.
7441         (sieve-mode): Only set font-lock-defaults in emacs.
7442
7443         * gnus-art.el (gnus-default-article-saver): Add
7444         gnus-summary-save-body-in-file.
7445         (gnus-summary-write-to-file): Fix doc.
7446
7447 2001-11-07  Simon Josefsson  <jas@extundo.com>
7448
7449         * gnus-art.el (gnus-treat-highlight-signature): Add cross
7450         reference to the correct chapter in the manual.
7451
7452         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
7453         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
7454
7455 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7456
7457         * mml.el (mml-preview): Bind mail-header-separator.
7458
7459 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7460
7461         * message.el: Always require canlock.
7462         (message-ignored-supersedes-headers): Include Cancel-Lock and
7463         Cancel-Key.
7464         (message-insert-canlock): Don't require canlock.
7465         (message-cancel-news): Don't check whether canlock is available.
7466         (message-supersede): Support cancel-locks.
7467
7468         * gnus-art.el: Don't autoload canlock.
7469
7470 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7471
7472         * mail-source.el (mail-source-fetch-imap): ASYNC param.
7473         From: <andre@slamdunknetworks.com>
7474
7475 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7476
7477         * many files: Fix copyright lines.
7478
7479 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7480
7481         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
7482         Suggested by Dave Love  <fx@gnu.org>.
7483
7484 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7485
7486         * message.el (message-kill-buffer): Remove auto-save file after
7487         confirm.
7488
7489         * message.el (message-send-mail): Call message-generate-headers
7490         once.  Suggested by Matt Armstrong <matt@lickey.com>.
7491
7492         * gnus-topic.el (gnus-topic-rename): Initial-input.
7493         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
7494
7495 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
7496
7497         * message.el (message-forbidden-properties): New constant.
7498         (message-strip-forbidden-properties): New function.
7499         (message-mode): Activate it.
7500
7501 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7502
7503         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
7504         (mm-hack-charsets): Fix doc.
7505
7506 2001-11-02  Simon Josefsson  <jas@extundo.com>
7507
7508         * gnus-int.el (gnus-check-server): Message "...done" when done.
7509
7510         * imap.el (imap-close): Don't message (imap-send-command-wait
7511         returns if the connection is dropped).
7512         (imap-wait-for-tag): Nix out message only when necessary.
7513
7514         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
7515         for non-crossposting.
7516         (gnus-sieve-crosspost): Default to t to be consistent with other
7517         parts of Gnus.
7518
7519 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7520
7521         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
7522         (mm-iso-8859-x-to-15-table): Ditto.
7523         (mm-iso-8859-x-to-15-region): Ditto.
7524         (mm-find-mime-charset-region): Ditto.
7525
7526 2001-11-01  Simon Josefsson  <jas@extundo.com>
7527
7528         * nnimap.el (nnimap-close-asynchronous): New variable.
7529         (nnimap-close-group): Use it.
7530         (nnimap-expunge): Don't use it.
7531
7532         * imap.el (imap-callbacks): New variable.
7533         (imap-remassoc): Copied from `gnus-remassoc'.
7534         (imap-add-callback): New function.
7535         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
7536         behaviour.
7537         (imap-parse-response): Call the callback.
7538
7539         * message.el (message-insert-canlock): New variable.
7540         (message-canlock-generate, message-canlock-password)
7541         (message-insert-canlock): New functions.
7542         (message-send-news): Call `message-insert-canlock'.
7543         (top-level): Require canlock when compiling.
7544         (message-insert-canlock): Require canlock before we need it.
7545
7546 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7547
7548         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
7549
7550 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7551
7552         * dgnushack.el (dgnushack-make-load): A workaround for
7553         custom-add-loads bug in some versions of XEmacs.
7554
7555 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7556
7557         * mm-util.el (mm-charset-synonym-alist): Revert (some).
7558
7559 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7560
7561         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
7562         (mm-hack-charsets): New variable.
7563         (mm-iso-8859-15-compatible): New variable.
7564         (mm-iso-8859-x-to-15-table): New variable.
7565         (mm-find-mime-charset-region): Add parameter hack-charsets.
7566
7567         * mm-bodies.el (mm-encode-body): Use it.
7568         * mml.el (mml-parse-1): Ditto.
7569
7570 2001-11-01  Simon Josefsson  <jas@extundo.com>
7571
7572         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
7573
7574 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7575
7576         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
7577         is nil.
7578
7579 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7580
7581         * smiley-ems.el (smiley-update-cache): Auto detect file type.
7582
7583         * message.el (message-forward-rmail-make-body): Use
7584         save-window-excursion.
7585         (message-encode-message-body): Search with noerror.
7586         (message-setup-1): Convert compose-mail send-actions to
7587         message-send-actions.
7588
7589 2001-11-01  Simon Josefsson  <jas@extundo.com>
7590
7591         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
7592         <yamaoka@jpl.org>.
7593
7594 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7595
7596         * sieve-manage.el (sieve-string-bytes): No complain.
7597
7598 2001-11-01  Simon Josefsson  <jas@extundo.com>
7599
7600         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
7601         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
7602         has autoload cookies, so no `require' should be necessary.)
7603
7604         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
7605         files.
7606
7607 2001-10-31  Simon Josefsson  <jas@extundo.com>
7608
7609         * gnus-cus.el (gnus-group-parameters): Support integer `display'
7610         parameter.
7611
7612         * gnus-sum.el (gnus-select-newsgroup): If group parameter
7613         `display' is a number (and C-u wasn't used to enter group), only
7614         fetch that number of articles.
7615
7616 2001-10-31  Matt Armstrong  <matt@lickey.com>
7617
7618         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
7619         not-subscribed -> subscribed.
7620
7621 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7622         From: Josh Huber <huber@alum.wpi.edu>
7623
7624         * message.el (message-subscribed-address-functions): New variable.
7625         (message-subscribed-addresses): New variable.
7626         (message-subscribed-regexps): New variable.
7627         (message-goto-mail-followup-to): New function.
7628         (message-send-mail): Add Mail-Followup-To.
7629         (message-make-mft): New function.
7630
7631         * gnus.el (gnus-find-subscribed-addresses): New function.
7632
7633 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7634
7635         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
7636         (mail-source-fetch-pop): Ditto.
7637         (mail-source-check-pop): Ditto.
7638
7639         * gnus-start.el (gnus-read-init-file): Ditto.
7640         (gnus-activate-group): Ditto.
7641         (gnus-read-newsrc-el-file): Ditto.
7642
7643 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7644
7645         * message.el (message-get-reply-headers): Make sure there is ", ".
7646
7647         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
7648         mm-coding-system-p. Don't correct it only in XEmacs.
7649         (mm-charset-to-coding-system): Use mm-coding-system-p and
7650         mm-get-coding-system-list.
7651         (mm-emacs-mule, mm-mule4-p): New variables.
7652         (mm-enable-multibyte, mm-disable-multibyte,
7653         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
7654         mm-with-unibyte-current-buffer,
7655         mm-with-unibyte-current-buffer-mule4): Use them.
7656         (mm-find-mime-charset-region): Treat iso-2022-jp.
7657
7658         From  Dave Love  <fx@gnu.org>:
7659
7660         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
7661         construction.
7662         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
7663         entries conditional on not having a coding system defined for
7664         them.
7665         (mm-mule-charset-to-mime-charset): Use
7666         find-coding-systems-for-charsets if defined.
7667         (mm-charset-to-coding-system): Don't use
7668         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
7669         later.  Add last resort search of coding systems.
7670         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
7671         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
7672         Mule 4.
7673         (mm-find-mime-charset-region): Re-write.
7674         (mm-with-unibyte-current-buffer): Restore buffer as well as
7675         multibyteness.
7676
7677 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7678
7679         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
7680         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
7681         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
7682
7683 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7684
7685         * gnus-art.el (article-display-x-face): Nix buffer-read-only
7686         again.
7687
7688         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
7689
7690 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7691
7692         * gnus-spec.el (gnus-parse-simple-format): Use
7693           buffer-substring-no-properties.
7694
7695 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7696
7697         * gnus-art.el (article-verify-cancel-lock): New function.
7698
7699         * nnheader.el (nntp-process-response): New variable.
7700         (nnheader-init-server-buffer): Make `nntp-process-response'
7701         buffer-local in `nntp-server-buffer'.
7702
7703         * nntp.el (nntp-prepare-post-hook): New hook.
7704         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
7705         (nntp-async-trigger): Ditto.
7706         (nntp-request-post): Insert a server's ID if there's no Message-ID
7707         header; run `nntp-prepare-post-hook'.
7708
7709 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7710
7711         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
7712         instead.
7713
7714         * message.el (message-forward-subject-author-subject): Don't use
7715         message-news-p, which widens the buffer.
7716         (message-forward-make-body): New function.
7717         (message-forward): Use it.
7718         (message-insinuate-rmail): New function.
7719         (message-forward-rmail-make-body): New function.
7720
7721 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7722
7723         * mm-extern.el (mm-extern): Provide it.
7724
7725         * mm-partial.el (mm-partial): Provide it.
7726
7727 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7728
7729         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
7730
7731 2001-10-29  Simon Josefsson  <jas@extundo.com>
7732
7733         * mml.el (mml-preview): Bind message-this-is-news if it is
7734         news. From Jesper Harder <harder@myrealbox.com>.
7735
7736 2001-10-28  Simon Josefsson  <jas@extundo.com>
7737
7738         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
7739
7740 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
7741
7742         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
7743         ironic smilies.
7744
7745 2001-10-27  Simon Josefsson  <jas@extundo.com>
7746
7747         * message.el (message-indent-citation): Don't add trailing
7748         whitespace when citing text.
7749
7750         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
7751         <harder@ifa.au.dk>.
7752
7753 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7754
7755         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
7756         not available.
7757         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
7758         (nnweb-type-definition): Add google as alias of dejanews.
7759         (nnweb-google-parse-1): Forward 1 line.
7760
7761 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7762
7763         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
7764         variable `message-forward-ignored-headers'.
7765
7766 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
7767
7768         * gnus.el (gnus-expand-group-parameter): New function.
7769         (gnus-expand-group-parameters): Call it.
7770         (gnus-group-fast-parameter): New function.
7771         (gnus-group-find-parameter): Call it.
7772
7773 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
7774
7775         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
7776         vector (it didn't before because of a bug).
7777         * gnus-msg.el (gnus-post-news): Use header vector directly, if
7778         available.  Before it converted it to an article number.
7779
7780         This makes followup to news articles with negative numbers in
7781         nnvirtual groups use news instead of mail.
7782
7783 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
7784
7785         * gnus.el (post-method): Use `native' instead of `nil'.
7786
7787         * gnus-msg.el (gnus-post-method): Ditto.
7788
7789 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
7790
7791         * gnus.el (gnus-define-group-parameter): Grammar fix.
7792
7793 2001-10-22  Simon Josefsson  <jas@extundo.com>
7794
7795         * gnus-msg.el (gnus-extended-version): Include
7796         system-configuration.
7797         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
7798
7799 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
7800
7801         * gnus.el (post-method): Customization fix: `native' is not a
7802         valid value.
7803         * gnus-msg.el (gnus-post-method): Doc and customization fix:
7804         `native' is not a valid value.
7805
7806 2001-10-21  Simon Josefsson  <jas@extundo.com>
7807
7808         * nnimap.el (nnimap): Defgroup
7809         (nnimap-strict-function, nnimap-strict-function-match): New
7810         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
7811         (nnimap-split-crosspost, nnimap-split-inbox)
7812         (nnimap-split-rule, nnimap-split-predicate)
7813         (nnimap-split-predicate): Defcustom.
7814         (nnimap-split-inbox, nnimap-expunge-search-string)
7815         (nnimap-importantize-dormant): Remove "*" from doc.
7816
7817 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7818
7819         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
7820         not supplied via prefix arg.  From Lisp, make arg mandatory.
7821         Suggested by Frank Schmitt.
7822
7823 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
7824
7825         * message.el (message-do-auto-fill): Avoid calling
7826         'rfc822-goto-eoh'.
7827
7828 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7829         From Paul Jarc <prj@po.cwru.edu>.
7830
7831         * message.el (message-get-reply-headers): Restructure the logic
7832         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
7833
7834 2001-10-20  Simon Josefsson  <jas@extundo.com>
7835
7836         * message.el (message-cancel-news): Support cancel-locks.
7837         Suggested by Per Abrahamsson.
7838
7839         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
7840         conses.  From David Z Maze <dmaze@MIT.EDU>.
7841
7842         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
7843
7844 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
7845
7846         * mm-decode.el (mm-default-directory): Fix customize type.
7847
7848         * message.el (message-setup-fill-variables): Kludge to use
7849         normal-auto-fill-function even if auto fill is already activated.
7850
7851 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
7852
7853         * message.el (message-do-auto-fill): New version that does not
7854         rely on text properties, by Simon Josefsson <jas@extundo.com>.
7855         (message-setup-1): Removed the `message-field' property.
7856
7857         * gnus-draft.el (gnus-draft-edit-message): Removed the
7858         `message-field' property.
7859
7860 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
7861
7862         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
7863         `message-field'.  The `field' property has a special significance in
7864         Emacs 21.
7865
7866         * message.el (message-send, message-setup-1): Ditto.
7867
7868 2001-10-18  Simon Josefsson  <jas@extundo.com>
7869
7870         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
7871         when undoing.
7872
7873 2001-10-18  Simon Josefsson  <jas@extundo.com>
7874         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
7875
7876         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
7877         (gnus-summary-make-menu-bar): Ditto.
7878
7879 2001-10-17  Simon Josefsson  <jas@extundo.com>
7880
7881         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
7882         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
7883
7884 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7885
7886         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
7887         * gnus-util.el (gnus-user-date): New function.
7888         From Frank Schmitt <usenet@Frank-Schmitt.net>.
7889
7890 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
7891
7892         * message.el (message-check-news-header-syntax): Special case
7893         nnvirtual groups.
7894
7895         * gnus-sum.el (gnus-summary-respool-default-method): Changed
7896         customize type to `symbol'.
7897
7898 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7899
7900         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
7901         %&foo;.
7902         (gnus-parse-simple-format): Support user extended spec too.
7903         %u&foo; invokes gnus-user-format-function-foo.
7904
7905 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7906
7907         * nnml.el (nnml-request-expire-articles): Make sure it is back to
7908         the server.
7909         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
7910         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7911         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
7912         * nndiary.el (nndiary-request-expire-articles): Ditto.
7913         (nndiary-schedule): Defsubst it before use it.
7914         (nndiary-error): eval-and-compile.
7915
7916 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
7917
7918         * gnus-msg.el (gnus-post-method): Changed two instances of
7919         `active' to `current' and one `null' to `not'.
7920
7921 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7922         From Katsumi Yamaoka <yamaoka@jpl.org>.
7923
7924         * message.el (message-setup-fill-variables): Use
7925         `normal-auto-fill-function' instead of `auto-fill-function'.
7926
7927 2001-10-16  Simon Josefsson  <jas@extundo.com>
7928
7929         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
7930         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
7931         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
7932
7933 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7934         Patch by Oliver Scholz <oscholz@my.gnus.org>.
7935
7936         * gnus-draft.el (gnus-draft-edit-message): Add text property
7937         `field' with value `header' to message headers.
7938         * message.el (message-setup-1): Really add text property to all of
7939         the header, not just part of it.
7940
7941 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7942
7943         * gnus-group.el (gnus-group-sort-by-server): Use it.
7944
7945         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
7946
7947         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
7948         and keystroke.
7949
7950 2001-10-14  Simon Josefsson  <jas@extundo.com>
7951
7952         * dig.el: Doc fix.
7953
7954         * smime.el: Doc fix.
7955
7956         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
7957         charset magic from message.el.
7958
7959 2001-10-12  Simon Josefsson  <jas@extundo.com>
7960         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
7961
7962         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
7963         'cite from g-a-wash-types.
7964         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
7965         (gnus-article-hide-citation): Fix.
7966
7967         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
7968         character.
7969         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
7970
7971         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
7972         definition.
7973         (gnus-signature-toggle): Toggle `s' mode line character.
7974
7975         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
7976         doing stuff that clears it.
7977
7978 2001-10-12  Simon Josefsson  <jas@extundo.com>
7979
7980         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
7981         From Eric Marsden <emarsden@laas.fr>.
7982
7983 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7984
7985         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
7986         (autoload): Add some autoloads.
7987
7988 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7989         Suggested by Oliver Scholz <epameinondas@gmx.de>.
7990
7991         * message.el (message-do-auto-fill): New function.  Like
7992         `do-auto-fill' but don't fill when in the message header.
7993         (message-setup-1): Put a text property on the message header.
7994         (message-setup-fill-variables): Use `message-do-auto-fill'.
7995
7996 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7997
7998         * message.el (message-send-mail-partially): Insert an empty line
7999         first, because of the change of message-make-lines.
8000
8001 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
8002
8003         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
8004         iso-8859-15, make it an alias for iso-8859-1.
8005
8006 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8007
8008         * message.el (message-send-news): Don't modify the value of
8009         `message-syntax-checks' if it is not a list (possibly it is
8010         `dont-check-for-anything-just-trust-me').
8011
8012 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8013
8014         * gnus-group.el (gnus-group-name-charset-group-alist): Use
8015         `find-coding-system' for XEmacs to check whether the coding-system
8016         `utf-8' is available.
8017
8018 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8019
8020         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
8021
8022 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
8023
8024         * message.el (message-send-news): Oops, missed case with no
8025         "Followup-To" header...
8026
8027 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
8028
8029         * message.el (message-send-news): Allow
8030         `gnus-group-name-charset-group-alist' to affect encoding of the
8031         "Newsgroups" and "Followup-To" headers.
8032
8033 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8034
8035         * Makefile.in (install-el): Depend on gnus-load.el.
8036
8037 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8038
8039         * Makefile.in (install-el): Use -f.
8040         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
8041
8042 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
8043
8044         * message.el (message-send-news): Don't encode Followups-To when
8045         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
8046
8047         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
8048         header.
8049
8050         * gnus-art.el (article-decode-group-name): Also decode
8051         "Followup-To".
8052
8053         * rfc2047.el (rfc2047-encode-message-header): Encode without
8054         asking for null methods.
8055
8056         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
8057         default charset for newsgroup names in accordance with USEFOR.
8058
8059         * gnus-group.el (gnus-group-name-charset-method-alist,
8060         gnus-group-name-charset-group-alist): Removed "*" from doc
8061         strings, "*" should not be used for complex variables.
8062
8063 2001-10-06  Simon Josefsson  <jas@extundo.com>
8064
8065         Support UTF-8 group names better.
8066
8067         * message.el (message-check-news-header-syntax): Encode group
8068         names before comparison.
8069
8070         * gnus-msg.el (gnus-copy-article-buffer): Run all
8071         `gnus-article-decode-hook's except `article-decode-charset'
8072         instead of hardcoding call to one of them.
8073
8074         * gnus-art.el (gnus-article-decode-hook): Add
8075         `article-decode-group-name'.
8076         (article-decode-group-name): New function, use `g-d-n'.
8077
8078         * gnus-group.el (gnus-group-insert-group-line): Decode
8079         gnus-tmp-group using `g-d-n'.
8080
8081         * gnus-util.el (gnus-decode-newsgroups): New function.
8082
8083 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
8084
8085         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
8086         `gnus-group-name-charset-group-alist'.
8087
8088 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8089
8090         * Makefile.in: Install el in install. Add uninstall.
8091
8092 2001-10-05  Simon Josefsson  <jas@extundo.com>
8093
8094         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
8095
8096         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
8097
8098         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
8099         empty folders.
8100
8101         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
8102         limiting if read-all (C-u RET) was used.
8103
8104 2001-10-04  Simon Josefsson  <jas@extundo.com>
8105
8106         * mail-source.el (mail-source-movemail-program): New variable.
8107         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
8108         <thutt@thutt.vmware.com>.
8109
8110 2001-10-03  Simon Josefsson  <jas@extundo.com>
8111
8112         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
8113         (gnus-summary-line-format-alist): Fix param.
8114
8115 2001-10-02  Simon Josefsson  <jas@extundo.com>
8116
8117         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
8118         don't go through `nnimap-request-expire-articles' to delete the
8119         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
8120
8121 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8122
8123         * gnus-agent.el (gnus-agent-write-active): The min in the
8124         agent/active may be larger than that in the server/active.
8125
8126 2001-10-01  Simon Josefsson  <jas@extundo.com>
8127
8128         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
8129         is IMAP4rev1.
8130
8131         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
8132
8133         * nnfolder.el: Ditto.
8134
8135 2001-09-30  Dan Christensen  <jdc@uwo.ca>
8136
8137         * gnus-sum.el (gnus-summary-extract-address-component): New function.
8138         (gnus-summary-from-or-to-or-newsgroups): Optimize.
8139
8140 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8141
8142         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
8143         (message-mode-menu): Menu item for same.
8144
8145         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
8146         delayed articles.
8147
8148         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
8149         nndraft:delayed does not exist.
8150         (gnus-delay-initialize): Don't set up keymap, that's done from
8151         message.el now.
8152         (gnus-delay, gnus-delay-group, gnus-delay-header)
8153         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
8154
8155 2001-09-29  Simon Josefsson  <jas@extundo.com>
8156
8157         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
8158         utf-8, not eight-bit-control.
8159
8160         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
8161         (imap-log, imap-debug): Custom.
8162         (imap-log-buffer, imap-debug-buffer): New constants.
8163         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
8164         (imap-network-open, imap-shell-open, imap-starttls-open)
8165         (imap-send-command-1, imap-send-command, imap-arrival-filter)
8166         (imap-debug): Use imap-*-buffer.
8167
8168         * nndoc.el (nndoc-article-type): Add mailman.
8169         (nndoc-type-alist): Ditto.
8170         (nndoc-mailman-type-p): New function.
8171
8172 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8173
8174         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
8175         gnus-art.el.
8176
8177 2001-09-27  Simon Josefsson  <jas@extundo.com>
8178
8179         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
8180         (gnus-topic-catchup-articles): New function. Suggested by Robin
8181         S. Socha <robin-dated-1001857693.185e29@socha.net>.
8182
8183 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8184         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
8185
8186         * gnus-ems.el (gnus-article-display-xface): Insert xface after
8187         previous ones.
8188
8189 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8190         From Daiki Ueno  <ueno@unixuser.org>
8191
8192         * gnus-sum.el (gnus-summary-show-article): The arglist of
8193         detect-coding-region is incompatible.
8194
8195 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8196         From Katsuhiro Hermit Endo <hermit@koka-in.org>
8197
8198         * gnus-group.el (gnus-group-delete-group): Typo.
8199
8200 2001-09-26  Simon Josefsson  <jas@extundo.com>
8201
8202         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
8203
8204         * nnimap.el (nnimap-expiry-target): Use temp buffer.
8205
8206 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8207
8208         * gnus-cus.el (gnus-group-parameters): Display as sexp.
8209
8210 2001-09-22  Simon Josefsson  <jas@extundo.com>
8211
8212         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
8213
8214         * nnfolder.el (nnfolder-open-marks): Ditto.
8215
8216         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
8217         (gnus-update-marks): Use it.
8218         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
8219         hardcoded list.
8220
8221         * gnus.el (gnus-article-special-mark-lists): Add killed.
8222         (gnus-article-unpropagated-mark-lists): New constant.
8223
8224 2001-09-22  Simon Josefsson  <jas@extundo.com>
8225
8226         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
8227         custom option.
8228
8229 2001-09-23  Simon Josefsson  <jas@extundo.com>
8230
8231         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
8232
8233 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8234
8235         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
8236
8237 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
8238
8239         * gnus-group.el (gnus-group-sort-function): Fix customize type to
8240         accept lists of functions.
8241
8242 2001-09-20  Simon Josefsson  <jas@extundo.com>
8243
8244         * gnus-group.el (gnus-group-catchup): Update expire marks in
8245         backend.  Also, if ALL also set expire marks on tick/dormant.
8246
8247 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8248
8249         * message.el (message-tab-body-function): New variable.
8250         * message.el (message-tab): Use it.
8251
8252 2001-09-19  Sam Steingold  <sds@gnu.org>
8253
8254         * gnus-win.el (gnus-buffer-configuration): Respect
8255         `gnus-bug-create-help-buffer'.
8256
8257 2001-09-18  Simon Josefsson  <jas@extundo.com>
8258
8259         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
8260         (gnus-parse-simple-format): Re-revert.
8261
8262 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
8263         Trivial patch.
8264
8265         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
8266         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
8267
8268 2001-09-18  Simon Josefsson  <jas@extundo.com>
8269
8270         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
8271         signed.
8272         (gnus-parse-simple-format): Don't use it.
8273
8274 2001-09-17  Miles Bader  <miles@gnu.org>
8275
8276         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
8277         error querying a backend abort the whole process.
8278
8279 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8280
8281         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
8282         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
8283
8284 2001-09-17  Didier Verna  <didier@xemacs.org>
8285
8286         * nndiary.el: version 0.2-b14.
8287         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
8288         compatibility problem with XEmacs 21.1.
8289
8290 2001-09-15  Simon Josefsson  <jas@extundo.com>
8291
8292         * gnus-group.el (gnus-group-line-format): Document %c.
8293
8294         * nnml.el (nnml-parse-head): Handle CRLF files.
8295         (nnml-generate-nov-file): Ditto.
8296         (nnml-retrieve-headers): Ditto.
8297
8298 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
8299
8300         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
8301
8302 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
8303
8304         * gnus-spec.el (gnus-correct-substring): Still stopped one
8305         character before we wanted (never included last character).
8306         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
8307         add missing "," (once per function)
8308
8309 2001-09-14  Simon Josefsson  <jas@extundo.com>
8310
8311         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
8312         (otherwise e.g. gnus-agentize in .gnus overrides the customized
8313         default before gnus-group is loaded and the variable set.)
8314
8315         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
8316         killed or unsent marks.
8317
8318         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
8319         isn't an article to set it on (e.g. when you `a' in a group).
8320
8321 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8322
8323         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
8324         can read e-mails from Microsoft Outlook users not using ISO
8325         8859-2 character set.
8326
8327 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8328
8329         * gnus-diary.el: Minor modifications to avoid warnings.
8330         (gnus-summary-misc-menu): defvar.
8331         (gnus-diary-check-message): Use gnus-point-at-eol.
8332         (gnus-diary-kill-entire-line): eval-and-compile.
8333
8334 2001-09-12  Didier Verna  <didier@xemacs.org>
8335
8336         * nndiary.el: new version (0.2-b13).
8337         * nndiary.el (nndiary-mail-sources): doc update.
8338         * nndiary.el (nndiary-split-methods): ditto.
8339         * nndiary.el (nndiary-request-accept-article-hooks): New.
8340         * nndiary.el (nndiary-request-accept-article): use it, check
8341         message validity.
8342         * nndiary.el (nndiary-get-new-mail): changed default to nil.
8343         * nndiary.el (nndiary-schedule): fix bug (misplaced
8344         condition-case): it didn't return nil on error.
8345         * gnus-diary.el: new version.
8346         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
8347         * gnus-diary.el (gnus-diary-header-value-history): New.
8348         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
8349         * gnus-diary.el (gnus-diary-add-header): New.
8350         * gnus-diary.el (gnus-diary-check-message): New.
8351         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
8352         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
8353
8354 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8355
8356         * gnus-sum.el (gnus-select-newsgroup): Make
8357         `gnus-current-select-method' buffer-local.
8358
8359         * gnus-art.el (gnus-request-article-this-buffer): Refer
8360         `gnus-current-select-method' in the current summary buffer.
8361
8362 2001-09-10  Simon Josefsson  <jas@extundo.com>
8363         From Daniel Pittman <daniel@rimspace.net>
8364
8365         * gnus-spec.el (gnus-correct-pad-form): Fix.
8366
8367 2001-09-09  Simon Josefsson  <jas@extundo.com>
8368
8369         * mm-decode.el (mm-inline-media-tests): Add
8370         application/x-emacs-lisp.
8371         (mm-attachment-override-types): Add
8372         application/{x-,}pkcs7-signature.
8373
8374         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
8375         (gnus-server-line-format, gnus-server-mode-line-format)
8376         (gnus-server-browse-in-group-buffer): Customize.
8377
8378 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8379
8380         * nnml.el (nnml-marks-changed-p): Typo.
8381         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
8382         (nnml-marks-changed-p): Use gnus-gethash.
8383         (nnml-marks-modtime): Use gnus-make-hashtable.
8384
8385         * nnfolder.el (nnfolder-marks-changed-p): Typo.
8386         (nnfolder-request-expire-articles, nnfolder-save-marks)
8387         (nnfolder-open-marks): Typo.
8388         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
8389         (nnfolder-marks-changed-p): Use gnus-gethash.
8390         (nnfolder-marks-modtime): Use gnus-make-hashtable.
8391
8392 2001-09-08  Simon Josefsson  <jas@extundo.com>
8393
8394         * nnfolder.el (nnfolder-marks-modtime): New variable.
8395         (nnfolder-marks-changed-p): New function.
8396         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
8397         (nnfolder-request-update-info): Don't update if marks didn't change.
8398
8399         * nnml.el (nnml-marks-modtime): New variable.
8400         (nnml-marks-changed-p): New function.
8401         (nnml-save-marks, nnml-open-marks): Save modtime.
8402         (nnml-request-update-info): Don't update if marks didn't change.
8403
8404         * gnus-agent.el (gnus-agent-any-covered-gcc)
8405         (gnus-agent-add-server, gnus-agent-remove-server): Use
8406         gnus-agent-method-p.
8407
8408         * gnus-art.el (gnus-buttonized-mime-types): New variable.
8409         (gnus-unbuttonized-mime-type-p): Use it.
8410
8411         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
8412         fetch group.
8413
8414 2001-09-08  Simon Josefsson  <jas@extundo.com>
8415         From Daniel Pittman <daniel@rimspace.net>
8416
8417         * gnus-spec.el (gnus-correct-pad-form): New function.
8418         (gnus-parse-simple-format): Use it.
8419
8420 2001-09-07  Simon Josefsson  <jas@extundo.com>
8421
8422         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
8423         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
8424         Putnam <reader@newsguy.com>.
8425         (gnus-group-sort-selected-groups): Touch dribble file.
8426
8427 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
8428
8429         * nnml.el (nnml-filenames-are-evil): New variable.
8430         (nnml-article-to-file-alist): Rename to ...
8431         (nnml-current-group-article-to-file-alist): ... this.
8432         Respect `nnml-filenames-are-evil'.
8433         (nnml-active-number): Update.
8434         (nnml-update-file-alist): Update.
8435         (nnml-request-article): Use nnheader-article-to-file-alist.
8436         (nnml-request-rename-group): Likewise.
8437
8438 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8439
8440         * gnus-sum.el (gnus-summary-insert-line): Fix.
8441
8442 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
8443
8444         * gnus-sum.el: Bind g-s-t-s to "W g".
8445         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
8446         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
8447         display of graphical smilies.
8448
8449 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8450
8451         * gnus-start.el (gnus-setup-news): A typo.
8452         From Bill White <billw@wolfram.com>.
8453
8454 2001-09-06  Simon Josefsson  <jas@extundo.com>
8455
8456         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
8457         and unseen marks.
8458
8459 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8460
8461         * nnmail.el (nnmail-split-fancy): Document `junk'.
8462
8463 2001-09-04  Simon Josefsson  <jas@extundo.com>
8464
8465         * imap.el (imap-search): Don't error if server is broken.
8466
8467 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
8468
8469         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
8470         searching for an article that isn't in the mbox.
8471
8472 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8473
8474         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
8475         right, and get all the comments.
8476
8477 2001-09-02  Simon Josefsson  <jas@extundo.com>
8478         Suggested by Dan Christensen <jdc+news@uwo.ca>
8479
8480         * nnfolder.el (nnfolder-request-update-info): Fix message.
8481
8482         * nnml.el (nnml-request-update-info): Ditto.
8483
8484 2001-09-01  Simon Josefsson  <jas@extundo.com>
8485
8486         * nnml.el (nnml-request-expire-articles): Also bind
8487         `nnml-current-group' and `nnml-article-file-alist' when using
8488         expiry-target. (Otherwise nnml will be in a inconsistent internal
8489         state causing all kind of problems.)
8490         (nnml-request-expire-articles): If `nnml-article-to-file' or
8491         `file-attributes' failes, return article as un-expirable instead
8492         of treating it as expired.
8493
8494 2001-08-31  Sam Steingold  <sds@gnu.org>
8495
8496         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
8497         typo: `exmine' --> `examine'.
8498
8499 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8500
8501         * nndoc.el (nndoc-forward-type-p): It is not a digest.
8502
8503 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8504
8505         * nnml.el (nnml-check-directory-twice): Remove.
8506         (nnml-retrieve-headers): Ditto.
8507         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
8508
8509 2001-08-30  Andrew Innes  <andrewi@gnu.org>
8510
8511         * nnheader.el (nnheader-directory-files-is-safe): No need to read
8512         directory twice on Windows, or on GNU Emacs-21.
8513
8514 2001-08-30  Andrew Innes  <andrewi@gnu.org>
8515
8516         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
8517         (nnml-request-rename-group): Ditto.
8518         (nnml-active-number): Ditto.
8519         (nnml-request-create-group): Use nnml-directory-articles.
8520         (nnml-request-expire-articles): Use nnml-directory-articles, which
8521         gets list from nov database if available.
8522         (nnml-get-nov-buffer): New function.
8523         (nnml-open-nov): Use it.
8524         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
8525         gets alist from nov database if available.
8526         (nnml-directory-articles): New function.
8527         (nnml-article-to-file-alist): New function.
8528
8529 2001-08-30  Andrew Innes  <andrewi@gnu.org>
8530
8531         * mm-decode.el (mm-display-external): Use `name' as filename, if
8532         `filename' attribute is not present.
8533
8534 2001-08-30  Andrew Innes  <andrewi@gnu.org>
8535
8536         * mail-source.el (mail-source-flash): New defcustom.
8537         (mail-source-new-mail-p): Ring visible bell if appropriate.
8538         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
8539         timer is cleared even if mail check signals an error.
8540
8541 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8542
8543         * gnus-sum.el (gnus-summary-move-article): Only update marks of
8544         type 'list.
8545
8546 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8547
8548         * flow-fill.el (fill-flowed): eol might be point-max.
8549
8550 2001-08-27  Simon Josefsson  <jas@extundo.com>
8551
8552         * nnml.el (nnml-request-update-info): Fix message.
8553         (nnml-open-marks): Ditto.
8554
8555         * nnfolder.el (nnfolder-request-update-info):
8556         (nnfolder-open-marks): Fix message.
8557
8558 2001-08-25  Simon Josefsson  <jas@extundo.com>
8559
8560         * nnfolder.el (nnfolder-save-marks): Don't create directory named
8561         after group in ~/.
8562
8563 2001-08-25  Simon Josefsson  <jas@extundo.com>
8564         From Andreas Jaeger  <aj@suse.de>
8565
8566         * nnfolder.el (nnfolder-open-marks): Fix typo.
8567         * nnml.el (nnml-open-marks): Likewise.
8568
8569 2001-08-25  Simon Josefsson  <jas@extundo.com>
8570
8571         Make nnfolder groups self-contained as far as marks are concerned.
8572
8573         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
8574         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
8575         (nnfolder-open-server): Make marks directory.
8576         (nnfolder-request-delete-group): Delete marks file.
8577         (nnfolder-request-delete-group): Check of nov/marks file exist
8578         before deleting.
8579         (nnfolder-request-rename-group): Rename marks file.
8580         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
8581         (nnfolder-request-set-mark, nnfolder-request-update-info)
8582         (nnfolder-group-marks-pathname, nnfolder-save-marks)
8583         (nnfolder-open-marks): New functions.
8584         (top-level): Require gnus.
8585
8586 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8587
8588         * nnweb.el (nnweb-type-definition): Use google raw file.
8589         (nnweb-google-parse-1): Ditto.
8590         (nnweb-google-identity): Ditto.
8591         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
8592         (nnweb-altavista-wash-article): Ditto.
8593         (nnweb-request-article): Remove nnweb-decode-entities.
8594
8595         * nnml.el: Require 'gnus.
8596
8597 2001-08-25  Simon Josefsson  <jas@extundo.com>
8598
8599         * nnml.el (nnml-marks-is-evil): Add doc.
8600
8601 2001-08-25  Simon Josefsson  <jas@extundo.com>
8602
8603         * nnml.el (nnml-save-marks): Wrap saving marks in a
8604         condition-case, to allow user to start Gnus if saving marks failed
8605         for some reason.
8606
8607 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8608
8609         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
8610
8611         * gnus-group.el (gnus-update-group-mark-positions): Bind
8612         gnus-group-update-hook to nil.
8613
8614 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8615
8616         * mml.el (mml-generate-mime-1): Force as multibyte string.
8617
8618 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8619
8620         * gnus-sum.el (gnus-summary-insert-line)
8621         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
8622         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
8623
8624         * gnus-spec.el (gnus-correct-substring): Take optional END.
8625
8626         * nnrss.el (nnrss-request-article): Remove \n.
8627         (nnrss-retrieve-headers): Lines number is -1.
8628
8629 2001-08-24  Simon Josefsson  <jas@extundo.com>
8630
8631         * gnus-group.el (gnus-info-clear-data): Call
8632         nnfoo-request-set-mark to propagate marks.  Fix bug:
8633         `gnus-group-update-line' doesn't update read range unless we call
8634         `gnus-get-unread-articles-in-group' first.
8635
8636         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
8637         to server.
8638
8639 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8640
8641         * gnus-util.el (gnus-create-info-command): Return an interactive
8642         function.
8643
8644 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8645         From Katsumi Yamaoka <yamaoka@jpl.org>
8646
8647         * gnus-spec.el (gnus-parse-complex-format): Use equal.
8648
8649 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8650
8651         * gnus-sum.el (gnus-select-newsgroup): Use it.
8652
8653         * gnus-util.el (gnus-not-ignore): New function.
8654
8655         * lpath.el (featurep): Don't fbind char-int.
8656
8657         * gnus-util.el (gnus-create-info-command): New function.
8658
8659         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
8660         right node.
8661
8662         * gnus-sum.el (gnus-select-newsgroup): Clean up.
8663         (gnus-summary-limit-children): Use 'identity instead of `all'.
8664         (gnus-summary-limit-to-display-predicate): New command and
8665         keystroke.
8666
8667 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8668
8669         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
8670
8671         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
8672
8673 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8674
8675         * gnus-spec.el: Add the Gnus version.
8676         (gnus-update-format-specifications): If the Gnus version changes,
8677         nix out the format spec cache.
8678
8679         * gnus.el (gnus-continuum-version): Made into a command and
8680         optionalize the VERSION.
8681
8682         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
8683         the start of the lines.
8684
8685 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8686
8687         * gnus.el (gnus-visual-p): Define function before use of
8688         function.
8689
8690 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8691
8692         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
8693         (gnus-article-mark-to-type): New function.
8694         (gnus-update-missing-marks): Only update marks of type 'list.
8695
8696         * gnus.el (gnus-article-special-mark-lists): New variable.
8697
8698 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8699
8700         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
8701         (gnus-select-newsgroup): Still use 'all.
8702         (gnus-summary-initial-limit): Comparing with 'all.
8703
8704 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8705
8706         * gnus-start.el (gnus-activate-group): If dont-check, don't update
8707         active.
8708
8709 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8710
8711         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
8712         nnslashdot-*-retrieve-headers.
8713         (nnslashdot-request-article): Fix for slashcode 2.2.
8714         (nnslashdot-make-tuple): New function.
8715         (nnslashdot-read-groups): Use it.
8716
8717 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8718
8719         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
8720         list.
8721
8722         * gnus-sum.el (gnus-summary-move-article): Don't select article.
8723
8724 2001-08-20  Simon Josefsson  <jas@extundo.com>
8725
8726         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
8727         opened, error instead of continuing (and exploding later).
8728
8729 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8730
8731         * gnus.el (gnus-expand-group-parameters): Return the parameter
8732         list.
8733
8734         * gnus-sum.el (gnus-summary-show-article): Doc fix.
8735         (gnus-summary-show-article): Guess at charset if required.
8736
8737         * gnus-spec.el (gnus-correct-substring): Stopped one character
8738         before we wanted.
8739
8740 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8741
8742         * earcon.el (earcon-auto-play): Remove unused option.
8743
8744 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8745
8746         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
8747         message down in levels, since it happens very fast.
8748
8749         * smiley-ems.el (smiley-update-cache): Respect the symbol version
8750         of smiley-regexp-alist.
8751
8752         * mm-view.el (mm-inline-text): Ignore vcard errors.
8753
8754         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
8755
8756         * gnus-score.el (gnus-all-score-files): Use append instead of
8757         nconc.
8758
8759         * gnus.el (gnus-splash-face): Doc fix.
8760
8761         * mm-decode.el (mm-mailcap-command): Use
8762         mm-path-name-rewrite-functions.
8763         (mm-path-name-rewrite-functions): New variable.
8764
8765         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
8766         (gnus-complex-form-to-spec): Insert tab.
8767         (gnus-spec-tab): New function.
8768
8769         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
8770         entering the group.
8771
8772         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
8773         the positional spec.
8774         (gnus-parse-complex-format): React to %C.
8775
8776         * gnus-ems.el (gnus-char-width): Moved here.
8777
8778         * gnus-sum.el (gnus-select-newsgroup): Set
8779         gnus-newsgroup-articles.
8780         (gnus-unseen-mark): New variable.
8781         (gnus-newsgroup-unseen): Ditto.
8782         (gnus-newsgroup-seen): Ditto.
8783         (gnus-adjust-marked-articles): Use them.
8784         (gnus-update-marks): Use them.
8785         (gnus-summary-update-secondary-mark): Display.
8786         (gnus-summary-prepare-threads): Display.
8787
8788         * gnus-msg.el (gnus-inews-group-method): Use and return the
8789         method, not the server.
8790
8791 2001-08-19  Simon Josefsson  <jas@extundo.com>
8792
8793         * gnus-srvr.el (gnus-server-agent-face): New.
8794         (gnus-server-agent-face): New.
8795         (gnus-server-mode): Turn on font-lock-mode.
8796
8797         * gnus.el (gnus-server-visual): Add defgroup.
8798
8799 2001-08-19  Simon Josefsson  <jas@extundo.com>
8800         From Joe Casadonte <jcasadonte@northbound-train.com>
8801
8802         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
8803         gnus-server-denied-face): New.
8804         (gnus-server-opened-face, gnus-server-closed-face,
8805         gnus-server-denied-face): New.
8806         (gnus-server-font-lock-keywords): Add.
8807
8808 2001-08-19  Simon Josefsson  <jas@extundo.com>
8809
8810         * nnml.el (nnml-request-set-mark): Return nil.
8811         (nnml-save-marks): Use nnml-possibly-create-directory.
8812         (nnml-open-marks): Only work in temp buffer when inserting/reading
8813         .marks file.
8814
8815 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8816
8817         * gnus.el (gnus-expand-group-parameters): Fix.
8818
8819         * gnus-spec.el (gnus-char-width): New function.
8820         (gnus-correct-substring, gnus-correct-length): Use it.
8821
8822         * message.el (message-required-mail-headers): Fix doc.
8823
8824 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8825
8826         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
8827
8828         * mm-decode.el (mm-save-part-to-file): Insert the handle.
8829
8830 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8831
8832         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
8833         slashdot 2.2 (not fully fixed yet).
8834         (nnslashdot-request-article): Ditto.
8835
8836 2001-08-18  Simon Josefsson  <jas@extundo.com>
8837
8838         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
8839         nnimap.
8840
8841         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
8842         gnus-util.
8843         (nnimap-request-update-info-internal): Use new functions.
8844
8845         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
8846         new functions.
8847
8848 2001-08-18  Simon Josefsson  <jas@extundo.com>
8849
8850         Make nnml groups self-contained as far as marks are concerned.
8851
8852         * nnml.el (nnml-request-delete-group): Delete marks file.
8853         (nnml-request-rename-group): Move marks file.
8854         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
8855         variables.
8856         (nnml-request-set-mark, nnml-request-update-info): New server
8857         functions.
8858         (nnml-save-marks, nnml-open-marks): New functions.
8859
8860 2001-08-18  Simon Josefsson  <jas@extundo.com>
8861
8862         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
8863         `set' when setting marks.
8864
8865 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8866
8867         * gnus.el (gnus-info-find-node): Take an argument.
8868
8869         * gnus-art.el (gnus-button-handle-info): New function.
8870         (gnus-url-unhex-string): Replace "+" with " ".
8871
8872 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8873
8874         * message.el (message-check-news-header-syntax): Check bad From.
8875
8876 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8877
8878         * gnus-spec.el (gnus-correct-length): New function.
8879         (gnus-correct-substring): New function.
8880         (gnus-tilde-max-form): Use it.
8881
8882 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
8883
8884         * nnmh.el: Docstring changes as below.
8885
8886         * nnml.el: Docstring changes as below.
8887
8888         * nnbabyl.el: Docstring changes as below.
8889
8890         * nnmbox.el: Docstring changes as below.
8891
8892         * nnfolder.el: Added docstrings identifying each virtual server
8893         parameter.
8894
8895 2001-08-18  Simon Josefsson  <jas@extundo.com>
8896
8897         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
8898
8899 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
8900
8901         * message.el: rename "Abort Message" to "Postpone Message".
8902         Remove "Attach file as MIME" from Message menu, it's already in
8903         the MIME menu.
8904
8905 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8906
8907         * smime.el (smime-point-at-eol): eval-and-compile.
8908         (smime-make-temp-file): New function.
8909         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
8910         Use it.
8911
8912 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8913
8914         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
8915         (gnus-agent-summary-fetch-group): New command and keystroke.
8916
8917         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
8918         (gnus-mime-display-security): Make it respect
8919         gnus-unbuttonized-mime-type-p.
8920
8921         * gnus-sum.el (gnus-articles-to-read): Comments.
8922         (gnus-article-marked-p): New function.
8923         (gnus-summary-display-make-predicate): New function.
8924         (gnus-select-newsgroup): Use them.
8925
8926         * mm-decode.el (mm-save-part-to-file): Made it not error.
8927
8928 2001-08-17  Simon Josefsson  <jas@extundo.com>
8929
8930         * imap.el (imap-wait-for-tag): If process-status isn't open or
8931         run, return nil instead of sit-for looping.
8932
8933 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8934
8935         * lpath.el (featurep): fbind xml-parse-region.
8936
8937         * gnus.el (gnus-message-archive-method): Default to "archive".
8938         (gnus-message-archive-method): Doc fix.
8939         (gnus-parameters-get-parameter): Cleaned up.
8940         (gnus-expand-group-parameter): New function.
8941
8942         * gnus-start.el (gnus-setup-news): Push the archive server only
8943         the server list.
8944
8945         * mml.el (mml-menu): Changed name to "Attachments".
8946
8947         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
8948         when there is something to detroy.
8949
8950 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8951
8952         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
8953         nil.
8954
8955 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8956
8957         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
8958         which specifies a time today or tomorrow.
8959
8960 2001-08-15  Simon Josefsson  <jas@extundo.com>
8961         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
8962
8963         * gnus-agent.el (gnus-agent-make-mode-line-string)
8964         (gnus-agent-toggle-plugged): Use new API.
8965
8966 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8967
8968         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
8969         deadline has expired.
8970
8971 2001-08-12  Simon Josefsson  <jas@extundo.com>
8972         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
8973
8974         Support `recent' mark indicating newly arrived messages (to
8975         separate from old but unread messages).
8976
8977         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
8978         `nnmail-split-history' if recent is > 0.
8979         (nnimap-request-update-info-internal): Update `recent' marks.
8980         (nnimap-request-set-mark): Never set `recent' marks.
8981         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
8982         recent.
8983
8984         * gnus-sum.el (gnus-recent-mark): New mark.
8985         (gnus-newsgroup-recent): New variable.
8986         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
8987         (gnus-summary-prepare-threads): Mark recent articles.
8988         (gnus-summary-add-mark): Support recent.
8989         (gnus-summary-update-secondary-mark): Support recent.
8990
8991         * gnus.el (gnus-article-mark-lists): Add recent.
8992
8993 2001-08-12  Simon Josefsson  <jas@extundo.com>
8994
8995         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
8996         whether successful decoding took place.  Add doc.
8997
8998 2001-08-12  Simon Josefsson  <jas@extundo.com>
8999         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
9000
9001         * gnus.el (gnus-summary-line-format, gnus-parameters):
9002         * gnus-gl.el (gnus-summary-grouplens-line-format):
9003         * gnus-salt.el (gnus-summary-pick-line-format):
9004         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
9005
9006 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
9007         Committed by Kai Gro\e,b_\e(Bjohann.
9008
9009         * gnus-score.el (gnus-score-string): Fix `match' regexp
9010         for `extra' header case.
9011
9012 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9013
9014         * nnmbox.el (nnmbox-read-mbox): No warning.
9015
9016 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9017
9018         * nndoc.el (nndoc-article-type): Fix doc.
9019         (nndoc-generate-article-function): New variable.
9020         (nndoc-dissection-function): New variable.
9021         (nndoc-type-alist): Add oe-dbx.
9022         (nndoc-oe-dbx-type-p): New function.
9023         (nndoc-oe-dbx-dissection): New function.
9024         (nndoc-oe-dbx-generate-article): New function.
9025
9026 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9027
9028         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
9029         whether deadline has been reached.  Patch from Dan Nicolaescu
9030         <dann@godzilla.ics.uci.edu>.
9031
9032 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9033
9034         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
9035         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
9036         <rintaman@cs.Helsinki.FI>.
9037
9038         * mail-source.el (mail-source-movemail): The error buffer is
9039         modified, but nothing in it.
9040
9041 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9042
9043         * message.el (message-bogus-system-names): New variable.
9044         (message-make-fqdn): Use it.
9045
9046 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9047
9048         * nndraft.el (nndraft-request-group): Use
9049         nndraft-auto-save-file-name.
9050
9051 2001-08-09  Simon Josefsson  <jas@extundo.com>
9052
9053         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
9054         Don't ask whether to decrypt.  Just leave result in buffer (don't
9055         call mm).
9056
9057         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
9058         parts as well.
9059         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
9060         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
9061
9062 2001-08-09  Simon Josefsson  <jas@extundo.com>
9063
9064         * mm-decode.el (mm-insert-part): Return decoding success status.
9065         (mm-save-part-to-file): Error if decoding failed.
9066
9067 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9068
9069         * message.el (message-tab): Use indent-relative.
9070         (message-mode): Don't bind indent-line-function to indent-relative.
9071
9072 2001-08-09  Simon Josefsson  <jas@extundo.com>
9073
9074         * message.el (message-get-reply-headers): Fix string. Suggested by
9075         Christoph Conrad <cc@cli.de>.
9076
9077 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9078
9079         * message.el (message-tab): Use the current value of
9080         indent-line-function.
9081         (message-mode): Bind indent-line-function to indent-relative.
9082
9083 2001-08-08  Simon Josefsson  <jas@extundo.com>
9084
9085         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
9086         whether `imtest' is installed.
9087
9088 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
9089         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
9090
9091         * gnus-sum.el (gnus-summary-show-article): Call
9092         gnus-summary-update-secondary-secondary-mark.
9093         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
9094         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
9095
9096 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9097
9098         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
9099
9100         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
9101
9102         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
9103         <gerd@gnu.org>.
9104
9105         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
9106
9107         * gnus-util.el (gnus-output-to-rmail): Ditto.
9108         (gnus-output-to-mail): Ditto.
9109
9110         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
9111
9112 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
9113
9114         * message.el (message-indent-citation): Use
9115         `message-yank-cited-prefix' for empty lines.
9116
9117 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
9118
9119         * message.el (message-indent-citation): Quote only lines starting
9120         with ">" using `message-yank-cited-prefix'.
9121
9122 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
9123         Trivial patch.
9124
9125         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
9126         gnus-cache-fully-p.
9127
9128 2001-08-04  Simon Josefsson  <jas@extundo.com>
9129
9130         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
9131         file if it doesn't exist (by calling gnus-cache-read-active).
9132
9133 2001-08-04  Simon Josefsson  <jas@extundo.com>
9134
9135         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
9136         (gnus-cache-passively-or-fully-p): Removed.
9137         (gnus-cache-fully-p): Fix it.
9138
9139         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
9140
9141 2001-08-04  Simon Josefsson  <jas@extundo.com>
9142
9143         * gnus-cache.el (gnus-cache-fully-p)
9144         (gnus-cache-passively-or-fully-p): New functions.
9145         (gnus-cache-possibly-enter-article): Cosmetic change, use
9146         `g-c-p-o-f-p'.
9147         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
9148         was bogus (`g-c-p-a-a' does not change active info, just change
9149         the functions parameters).
9150         (gnus-cache-possibly-remove-articles-1): Make sure articles are
9151         not removed in groups that match `gnus-uncacheable-groups'.
9152
9153         Reported and modifications based on discussions with Nuutti
9154         Kotivuori <nuutti.kotivuori@smarttrust.com>.
9155
9156 2001-08-04  Simon Josefsson  <jas@extundo.com>
9157         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
9158
9159         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
9160         calls `gnus-cache-update-active' if bounds has been extended.
9161
9162 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9163
9164         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
9165         before remove.
9166         (gnus-mime-security-show-details): Ditto.
9167
9168 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9169
9170         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
9171         syntax.  Protect string-match against nil string and regexp.
9172
9173 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9174
9175         * mm-util.el (mm-find-charset-region): Remove control-1.
9176
9177 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9178
9179         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
9180
9181 2001-08-04  Simon Josefsson  <jas@extundo.com>
9182
9183         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
9184         buffer.  Delete MIME-Version header.
9185
9186 2001-08-03  Simon Josefsson  <jas@extundo.com>
9187
9188         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
9189         that is entered does not necessarily have the highest article
9190         number in the group, so use `gnus-cache-possibly-alter-active'
9191         instead of `gnus-cache-update-active'.
9192
9193 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9194
9195         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
9196
9197 2001-08-03  Simon Josefsson  <jas@extundo.com>
9198
9199         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
9200         menu.
9201
9202 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9203
9204         * gnus.el (post-method): New group parameter.  It also provides
9205         the user option `gnus-post-method-alist' and the internal function
9206         `gnus-parameter-post-method'.
9207
9208         * gnus-msg.el (gnus-post-method): Bind the value of
9209         `gnus-post-method' to the group parameter if it is defined.
9210
9211 2001-08-02  Simon Josefsson  <jas@extundo.com>
9212
9213         * smime.el (smime-extra-arguments): Removed.
9214         (smime-call-openssl-region): Don't use it.
9215
9216 2001-08-02  Simon Josefsson  <jas@extundo.com>
9217
9218         * smime.el (smime-sign-region): Handle stderr.
9219         (smime-encrypt-region): Ditto.
9220
9221         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
9222         match the ASN.1 length bytes.
9223         (mm-pkcs7-enveloped-magic): Ditto.
9224         (mm-view-pkcs7-get-type): Don't regexp quote.
9225
9226 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9227         From Andreas Fuchs <asf@void.at>
9228
9229         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
9230
9231 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9232
9233         * gnus-art.el (gnus-header-button-alist): References regexp.
9234
9235 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
9236
9237         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
9238         already fboundp.  Add INTERACTIVE arg to autoload form.
9239
9240 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9241
9242         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
9243
9244         * nnmail.el (nnmail-cache-open): Ditto.
9245
9246 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9247
9248         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
9249
9250 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9251
9252         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
9253
9254 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9255         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9256
9257         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
9258         (gnus-agent-toggle-plugged): Use it.
9259
9260 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
9261
9262         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
9263         (gnus-ding-file-coding-system): New variable.
9264         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
9265         (gnus-slave-save-newsrc): Use it.
9266
9267 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9268
9269         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
9270         syntax.
9271
9272 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9273         Originally from Andreas Fuchs <asf@void.at>
9274
9275         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
9276         (mml2015-gpg-pretty-print-fpr): New function.
9277         (mml2015-gpg-extract-signature-details): More details, rename from
9278         `m-g-e-from'.
9279         (mml2015-gpg-verify): Use them.
9280         (mml2015-gpg-clear-verify): Use them.
9281
9282 2001-07-31  Simon Josefsson  <jas@extundo.com>
9283
9284         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
9285         buffer when done.
9286
9287 2001-07-30  Simon Josefsson  <jas@extundo.com>
9288
9289         * smime.el (smime-call-openssl-region): Revert previous change,
9290         just pass on buf to `call-process-region'.
9291         (smime-verify-region): Doc fix.  Don't message stuff.  Use
9292         `smime-new-details-buffer'.  Inserts error messages into buffer.
9293         (smime-noverify-region): Ditto.
9294         (smime-decrypt-region): Ditto.  Handles stderr separately.
9295         (smime-verify-buffer, smime-noverify-buffer)
9296         (smime-decrypt-buffer): Doc fix.
9297         (smime-new-details-buffer): New function.
9298         (smime-pkcs7-region, smime-pkcs7-certificates-region)
9299         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
9300         (smime-sign-region, smime-encrypt-region): Don't use
9301         `insert-buffer'.
9302
9303         * mml-smime.el (mml-smime-verify): Fix security button strings.
9304
9305 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9306
9307         * gnus-art.el (gnus-mime-save-part-and-strip): Save
9308         gnus-article-mime-handles.
9309
9310 2001-07-29  Simon Josefsson  <jas@extundo.com>
9311
9312         * mail-source.el (top-level): Require message for message-directory.
9313         (mail-source-directory): Change default to message-directory.
9314
9315         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
9316         (smime-certificate-directory, smime-openssl-program)
9317         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
9318         (smime-extra-arguments): New variable.
9319         (smime-dns-server): Fix customize group.
9320         (smime-call-openssl-region): Use `smime-extra-arguments'.
9321
9322 2001-07-29  Simon Josefsson  <jas@extundo.com>
9323         From Vladimir Volovich <vvv@vsu.ru>
9324
9325         * smime.el (smime-call-openssl-region): Ignore stderr.
9326
9327 2001-07-29  Simon Josefsson  <jas@extundo.com>
9328         From Christoph Conrad <christoph.conrad@gmx.de>
9329
9330         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
9331         file.
9332
9333 2001-07-29  Simon Josefsson  <jas@extundo.com>
9334
9335         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
9336
9337         Support S/MIME decryption.
9338
9339         * mm-decode.el (mm-inline-media-tests):
9340         (mm-inlined-types):
9341         (mm-automatic-display):
9342         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
9343
9344         * mm-view.el (mm-pkcs7-signed-magic):
9345         (mm-pkcs7-enveloped-magic): New variables.
9346         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
9347         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
9348         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
9349         PKCS#7 blobs.
9350
9351         * smime.el (smime-decrypt-region): Expand keyfile.
9352
9353 2001-07-29  Simon Josefsson  <jas@extundo.com>
9354
9355         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
9356         `ssl.el' variables.
9357
9358         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
9359         but line instead of narrowing to it, because `nnmail-parse-active'
9360         calls widen.  Thanks to Christoph Conrad
9361         <christoph.conrad@gmx.de>.
9362
9363 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9364
9365         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
9366         for %B spec.
9367
9368         * gnus-sum.el (gnus-summary-prepare-threads): If
9369         gnus-sum-thread-tree-root is nil, use subject instead.
9370         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
9371         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
9372         (gnus-sum-thread-tree-leaf-with-other)
9373         (gnus-sum-thread-tree-single-leaf): Documentation.
9374         (gnus-sum-thread-tree-single-indent): Allow nil.
9375
9376 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9377
9378         * message.el (message-fill-paragraph): Do nothing if the user
9379         wants filladapt-mode.
9380
9381 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9382
9383         * mm-decode.el (mm-image-type-from-buffer): New function.
9384         (mm-get-image): Use it.
9385
9386 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9387
9388         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
9389
9390         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
9391         mm-display-parts too.
9392
9393 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9394
9395         * nnfolder.el (nnfolder-request-accept-article): Bind
9396         nntp-server-buffer.
9397
9398         * nnmail.el (nnmail-parse-active): Read from buffer instead of
9399         nntp-server-buffer.
9400
9401 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9402
9403         * message.el (message-check-news-header-syntax): Use
9404         message-post-method.
9405         (message-send-news): Bind message-post-method.
9406
9407 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9408
9409         * mml.el (mml-tweak-type-alist): New variable.
9410         (mml-tweak-function-alist): New variable.
9411         (mml-tweak-part): New function.
9412         (mml-generate-mime-1): Use it.
9413
9414 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9415
9416         * nnfolder.el (nnfolder-request-accept-article): Replace
9417         nnfolder-request-list.
9418
9419 2001-07-27  Simon Josefsson  <jas@extundo.com>
9420
9421         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
9422         nnoo-change-server failed to do it.
9423
9424 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9425
9426         * gnus.el (gnus-parameters): Make it customizable.
9427
9428 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9429
9430         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
9431
9432         * message.el (message-set-auto-save-file-name): More
9433         poor-system-types.
9434
9435         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
9436
9437         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
9438         supports +.
9439
9440 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9441
9442         * mm-decode.el (mm-readable-p): New function.
9443         (mm-inline-media-tests): Fix the default testers.
9444
9445 2001-07-26  Simon Josefsson  <jas@extundo.com>
9446
9447         * nnimap.el (nnimap-version): Bump version number.
9448
9449 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9450         From Steven E. Harris <seh@speakeasy.org>
9451
9452         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
9453         in M$Windows too.
9454
9455 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9456
9457         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
9458
9459 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9460
9461         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
9462
9463         * mm-decode.el (mm-get-image): Guess then use the type.
9464
9465         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
9466
9467 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
9468
9469         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
9470         display (%B) for threads if threading is off.
9471
9472 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9473         From Henrik Enberg <henrik@enberg.org>
9474
9475         * gnus-msg.el: Customization patch.
9476
9477 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
9478
9479         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
9480         variable.
9481         (nnmail-split-fancy-with-parent): Ignore certain groups.
9482
9483 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9484
9485         * gnus-util.el (gnus-byte-compile): New function.
9486         (gnus-use-byte-compile): New variable.
9487         (gnus-make-sort-function): Use it.
9488
9489         * nnmail.el (nnmail-get-new-mail): Use it.
9490
9491         * gnus-agent.el (gnus-category-make-function): Simple function or
9492         compiled function.
9493         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
9494
9495         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
9496         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
9497         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
9498
9499         * message.el (message-check-news-header-syntax): Remove quote.
9500
9501 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9502
9503         * message.el (message-use-mail-followup-to): `t' is not a
9504         documented value.
9505
9506 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9507
9508         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
9509
9510 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9511
9512         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
9513         there are long lines.
9514
9515 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9516
9517         * dgnushack.el (copy-list): New compiler macro.
9518
9519 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9520
9521         * message.el (message-bounce): If no Return-Path, the whole
9522         content is considered as the original message.
9523
9524         * nnml.el (nnml-check-directory-twice): New variable.
9525         (nnml-article-to-file): Use it.
9526         (nnml-retrieve-headers): Hack it.
9527
9528 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9529
9530         * gnus-win.el (gnus-buffer-configuration): New configure.
9531
9532         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
9533         not alive.
9534
9535         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
9536         (mm-display-external): Use display-term configure.
9537
9538 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9539
9540         * gnus-delay.el (gnus-delay-default-hour): New variable.
9541         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
9542
9543 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9544         From Karl Kleinpaste <karl@charcoal.com>
9545
9546         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
9547         (gnus-summary-prepare-threads): Ditto.
9548
9549         * gnus.el (gnus-summary-line-format): Add %B.
9550
9551 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9552
9553         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
9554
9555         * mm-util.el (mm-string-as-multibyte): New function.
9556
9557         * nnmh.el (nnmh-request-list-1): Encode, not decode!
9558
9559 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9560
9561         * mm-util.el (mm-universal-coding-system): New variable.
9562
9563         * gnus-start.el (gnus-startup-file-coding-system): Use it.
9564
9565         * score-mode.el (score-mode-coding-system): Use it.
9566
9567 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9568
9569         * gnus-start.el (gnus-setup-news): Call
9570         `gnus-check-bogus-newsgroups' just after the native server is
9571         opened.
9572
9573 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9574
9575         * nnmail.el (nnmail-do-request-post): Util function to be used by
9576         `nnchoke-request-post' for all nnmail-derived backends.
9577
9578         * nnml.el (nnml-request-post): Use it.
9579
9580         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
9581         backend, for it groks nnml-request-post.
9582
9583         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
9584         Treat `mail-post' backends like `mail' backends, not like `news'
9585         backends.
9586
9587 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9588
9589         * gnus-msg.el (gnus-setup-message): make-local-hook.
9590
9591 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9592
9593         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
9594         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
9595         <karl@charcoal.com>, slightly changed by Kai.
9596
9597         * message.el (message-check-news-header-syntax): When checking
9598         whether the groups exist, check the right server based on
9599         `gnus-post-method'.
9600
9601 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9602
9603         * gnus-delay.el: New file.
9604
9605 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9606
9607         * mm-util.el (mm-read-coding-system): Take two arguments.
9608
9609         * gnus-sum.el (gnus-summary-show-article): Use
9610         mm-read-coding-system.
9611
9612         * gnus-art.el (article-de-quoted-unreadable):
9613         (article-de-base64-unreadable, article-wash-html):
9614         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
9615
9616 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9617
9618         * nnml.el (nnml-request-post): New function.  Can be used for
9619         annotations in nnml groups.
9620
9621 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9622
9623         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
9624         command.
9625
9626         * gnus-start.el (gnus-find-new-newsgroups): Use
9627         `message-make-date' instead of `current-time-string'.
9628         (gnus-ask-server-for-new-groups): Ditto.
9629         (gnus-check-first-time-used): Ditto.
9630
9631 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9632
9633         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
9634
9635 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
9636
9637         * message.el (message-shorten-references): Change `maxcount' and
9638         `cut' to obey USEFOR draft 5.
9639
9640 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
9641
9642         * gnus-sum.el (gnus-summary-display-arrow): New variable.
9643         (gnus-summary-set-article-display-arrow): New function.
9644         (gnus-summary-goto-subject): Use it.
9645
9646 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9647
9648         * gnus-sum.el (gnus-summary-import-article): Insert date if
9649         doesn't exist.
9650
9651 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9652
9653         * mml.el (mml-content-type-parameters): New variable.
9654         (mml-content-disposition-parameters): New variable.
9655         (mml-insert-mime-headers): Use them.
9656         (mml-parse-1): Accept charset.
9657
9658 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9659
9660         * gnus-group.el (gnus-group-select-group): Doc fix.
9661
9662         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
9663
9664 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9665
9666         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
9667         to handle `define-derived-mode'.
9668
9669 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9670         From:  Stefan Monnier  <monnier@cs.yale.edu>
9671
9672         * message.el (message-mode): Use define-derived-mode.
9673         (message-tab): message-completion-alist.
9674
9675         * imap.el (imap-interactive-login): Use make-local-variable.
9676         (imap-open): Ditto.
9677         (imap-authenticate): Ditto.
9678
9679         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
9680
9681         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
9682
9683 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9684
9685         * message.el (message-citation-line-function): Refer to
9686         gnus-cite-attribution-suffix.
9687
9688 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9689
9690         * gnus-art.el,...: Error convention changes.
9691
9692 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9693
9694         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
9695
9696 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9697
9698         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
9699         (nnrss-read-server-data): Ditto.
9700
9701 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9702
9703         * gnus-setup.el (gnus-use-installed-gnus): Typo.
9704         * Cleanup files.
9705         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
9706
9707 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9708
9709         * gnus.el (gnus-summary-line-format): Add %o.
9710
9711         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
9712         unless shell outputs something.
9713
9714 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9715
9716         * gnus-art.el (gnus-boring-article-headers): Better doc.
9717         (article-hide-headers): Better regexp.
9718         Suggested by Matt Swift <swift@alum.mit.edu>.
9719
9720         * nnheader.el (nnheader-max-head-length): Better doc.
9721         (nnheader-header-value): Skip spaces.
9722         (nnheader-parse-head): Remove space.
9723         Suggested by Matt Swift <swift@alum.mit.edu>.
9724
9725         * gnus-sum.el (gnus-summary-show-raw-article): New function.
9726         (gnus-get-newsgroup-headers): Remove space.
9727
9728 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9729
9730         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
9731         (gnus-summary-reply): Use it.
9732         (gnus-summary-reply-broken-reply-to): New function.
9733         (gnus-msg-force-broken-reply-to): New function.
9734
9735         * mm-view.el (mm-inline-text): Showing as text/plain when error.
9736
9737 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9738
9739         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
9740
9741 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9742
9743         * mm-decode.el (mm-external-terminal-program): New variable.
9744         (mm-display-external): Use it. Use term to display when no
9745         window-system.
9746
9747 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
9748
9749         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
9750         Browse->Next entries to Browse->Prev
9751
9752 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9753
9754         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
9755
9756 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9757
9758         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
9759         for the default encoding.
9760
9761         * nnrss.el (nnrss-url-field): New field.
9762         (nnrss-request-article): Add newsgroups.
9763
9764         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
9765
9766 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9767
9768         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
9769
9770         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
9771         (gnus-draft-setup): Remove backlog.
9772
9773 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9774
9775         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
9776         Cleanup.
9777
9778 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9779
9780         * gnus-msg.el (gnus-bug): Erase buffer.
9781
9782         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
9783
9784 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9785
9786         * mm-decode.el (mm-attachment-override-p): Fix typo.
9787
9788 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
9789
9790         * gnus-kill.el (gnus-execute): Work with the extra headers.
9791         * gnus-sum.el (gnus-summary-execute-command): Ditto.
9792
9793 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9794
9795         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
9796         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
9797
9798         * message.el (message-send-mail-real-function): New variable.
9799         (message-send-mail-partially, message-send-mail):
9800
9801         * nngateway.el (nngateway-request-post): Use it.
9802
9803         * gnus-agent.el (gnus-agentize): Use it.
9804
9805         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
9806         (nnsoup-revert-variables): Use it.
9807
9808 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
9809
9810         * mm-decode.el (mm-inline-media-tests): Default to displaying as
9811         text/plain if the type doesn't match any other media types.
9812         (mm-inlined-types): Doc fix.
9813         (mm-display-inline): Revert previous change (now handled by a
9814         default type in `mm-inline-media-tests'.
9815         (mm-inlinable-p): Revive.
9816         (mm-display-part): Call `mm-inlinable-p'.
9817         (mm-attachment-override-p): Ditto.
9818         (mm-inlined-p): Doc fix.
9819
9820         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
9821         well as `mm-inlined-p'.
9822
9823 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9824
9825         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
9826         (nntp-send-command-and-decode): Use gnus-point-at-bol.
9827
9828 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9829         From  Paul Jarc <prj@po.cwru.edu>
9830
9831         * message.el (message-use-mail-followup-to): New variable.
9832         (message-get-reply-headers): Use it.
9833
9834 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
9835
9836         * nnheader.el (nnheader-init-server-buffer): Make sure the
9837         *nntpd* buffer is made multibyte instead of a random buffer.
9838
9839 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9840
9841         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
9842         when it returns headers.
9843
9844 2001-07-07  Simon Josefsson  <jas@extundo.com>
9845
9846         * rfc2047.el (rfc2047-encode-message-header): Skip header when
9847         trying to fold. Thanks to Colin Walters
9848         <walters@cis.ohio-state.edu>
9849
9850 2001-07-06  Simon Josefsson  <jas@extundo.com>
9851
9852         * imap.el (imap-parse-address-list, imap-parse-flag-list)
9853         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
9854         Add information in `assert's.
9855
9856         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
9857         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
9858         and `nnimap-group-overview-filename', should handle all
9859         change-of-uidvalidity related issues.  But there may be other
9860         problems.)
9861
9862 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
9863
9864         * rfc2047.el (rfc2047-encode-message-header): Don't include the
9865         header name when folding.
9866
9867 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
9868
9869         * mm-decode.el (mm-inlined-types): Document relationship with
9870         `mm-inline-media-tests'.
9871         (mm-display-inline): Default to displaying as plain text if no
9872         inlining handler is available.
9873         (mm-inlinable-p): Remove.
9874         (mm-inlined-p): Don't call `mm-inlinable-p'.
9875         (mm-automatic-display-p): Ditto.
9876         (mm-attachment-override-p): Ditto.
9877
9878 2001-07-04  Simon Josefsson  <jas@extundo.com>
9879
9880         * nnimap.el (nnimap-importantize-dormant): New variable.
9881         (nnimap-request-update-info-internal): Use it.
9882         (nnimap-request-set-mark): Ditto.
9883
9884 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
9885
9886         * nntp.el (nntp-send-command): don't pass a buffer argument to
9887         `point'. Only XEmacs accepts this.
9888         * nntp.el (nntp-send-command-nodelete): ditto.
9889         * nntp.el (nntp-send-command-and-decode): ditto.
9890
9891 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
9892
9893         * nntp.el (nntp-open-connection-function): doc update.
9894         * nntp.el (nntp-pre-command): New.
9895         * nntp.el (nntp-via-rlogin-command): New.
9896         * nntp.el (nntp-via-telnet-command): New.
9897         * nntp.el (nntp-via-telnet-switches): New.
9898         * nntp.el (nntp-via-user-name): New.
9899         * nntp.el (nntp-via-user-password): New.
9900         * nntp.el (nntp-via-address): New.
9901         * nntp.el (nntp-via-envuser): New.
9902         * nntp.el (nntp-via-shell-prompt): New.
9903         * nntp.el (nntp-open-telnet-stream): New.
9904         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
9905         * nntp.el (nntp-open-via-telnet-and-telnet): New.
9906         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
9907         * nntp.el (nntp-send-command): ditto.
9908         * nntp.el (nntp-send-command-nodelete): ditto.
9909         * nntp.el (nntp-send-command-and-decode): ditto.
9910
9911 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
9912         Trivial patch.
9913
9914         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
9915         `when'.
9916
9917 2001-07-03  Simon Josefsson  <jas@extundo.com>
9918         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
9919
9920         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
9921
9922 2001-07-03  Simon Josefsson  <jas@extundo.com>
9923
9924         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
9925         remove it (workaround XEmacs `fill-region' bug).
9926
9927 2001-07-01  Simon Josefsson  <jas@extundo.com>
9928
9929         * nnimap.el (nnimap-date-days-ago): Defeat locale.
9930
9931 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9932
9933         * mml2015.el (mml2015-format-error): New function.
9934         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
9935         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
9936         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
9937
9938 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9939
9940         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
9941         Suggested by Christoph Conrad <C.Conrad@cli.de>.
9942
9943         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
9944         group variables.
9945
9946 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9947
9948         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
9949
9950         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
9951         (nnrss-save-group-data): Ditto.
9952
9953         * gnus-agent.el (gnus-agent-save-alist): Ditto.
9954
9955 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9956
9957         * message.el (message-do-send-housekeeping): Narrow to headers.
9958
9959 2001-06-24  Simon Josefsson  <jas@extundo.com>
9960
9961         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
9962         insertion when breaking lines looked for " \t" instead of "[ \t]".
9963         (rfc2047-encode-message-header): Fold lines even if
9964         no QP encoding is done.
9965
9966 2001-06-23  Simon Josefsson  <jas@extundo.com>
9967         From Samuel Tardieu <sam@inf.enst.fr>
9968
9969         * smime.el (smime-keys): Support additional certificates.
9970         (smime-make-certfiles): New function.
9971         (smime-sign-region): Use previous variables.
9972         (smime-get-certfiles): New function.
9973         (smime-sign-buffer): Use it.
9974         (smime-verify-region): Support both CAfile and CApath.
9975
9976 2001-06-23  Simon Josefsson  <jas@extundo.com>
9977
9978         * smime.el (smime-decrypt-region): Perhaps work.
9979
9980 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9981
9982         * gnus-msg.el (gnus-copy-article-buffer): Typo.
9983
9984 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
9985
9986         * mm-decode.el (mm-save-part): Rewrite file name.
9987         (mm-file-name-rewrite-functions): New variable.
9988         (mm-file-name-delete-whitespace): New function.
9989         (mm-file-name-trim-whitespace): New function.
9990         (mm-file-name-collapse-whitespace): New function.
9991         (mm-file-name-replace-whitespace): New variable and function.
9992
9993 2001-06-22  Simon Josefsson  <jas@extundo.com>
9994
9995         * message.el (message-make-date): Workaround locale for weekdays.
9996
9997 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9998
9999         * message.el (message-goto-body): Return nil if not found. (revert!)
10000
10001 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10002         From Fremlin <chief@bandits.org>
10003
10004         * message.el (message-goto-body): Some messages have no header.
10005
10006         * gnus-msg.el (gnus-copy-article-buffer): Use it.
10007
10008 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
10009
10010         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
10011
10012 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10013
10014         * message.el (message-make-date): Add week day.
10015         Suggested by Jason R. Mastaler <jason@mastaler.com>.
10016
10017 2001-06-19  Simon Josefsson  <jas@extundo.com>
10018
10019         * message.el (message-yank-prefix): Doc fix.
10020         (message-yank-cited-prefix): Ditto.
10021         (message-delete-not-region): Keep citation prefix on first line,
10022         if possible and appropriate.
10023
10024 2001-06-19  Simon Josefsson  <jas@extundo.com>
10025
10026         * imap.el (imap-process-connection-type): New variable.
10027         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
10028         recent `imtest's work completely (no line length issues), while
10029         making making old `imtest's unusable.  Thanks to NAGY Andras
10030         <nagya@inf.elte.hu> for his work.
10031
10032 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
10033
10034         * imap.el (imap-ssl-program): Add -quiet to shut up
10035         OpenSSL/SSLeay's internal debug talk.
10036
10037 2001-06-19  Matt Armstrong  <matt@lickey.com>
10038
10039         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
10040         server.
10041
10042 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10043
10044         * nnmail.el (nnmail-article-buffer): New variable.
10045         (nnmail-split-incoming): Use it.
10046
10047 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
10048
10049         * qp.el (quoted-printable-decode-region): If called interactively,
10050         use coding-system-for-read.
10051
10052 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10053
10054         * message.el (message-check-news-header-syntax): Check Reply-To.
10055
10056 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10057
10058         * mml.el (mml-parse-1): Use message options.
10059
10060         * message.el (message-do-fcc): Don't do anything if there is no
10061         FCC.
10062
10063 2001-06-16  Simon Josefsson  <jas@extundo.com>
10064
10065         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
10066         (nnimap-expunge-search-string): New variable.
10067         (nnimap-request-expire-articles): Use it.
10068
10069 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10070
10071         * message.el (message-send-mail-with-qmail): wrong exit status is
10072         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
10073
10074 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10075
10076         * gnus-art.el (article-strip-multiple-blank-lines): Use
10077         delete-region instead of replace-match.
10078
10079 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10080
10081         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
10082         (nnweb-google-wash-article): Ditto.
10083
10084 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
10085
10086         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
10087
10088 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10089
10090         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
10091         specs.
10092
10093 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10094
10095         * gnus.el (gnus-email-address): Move it here.
10096
10097         * gnus-art.el (article-de-quoted-unreadable): Read charset if
10098         requested.
10099         (article-de-base64-unreadable): Ditto.
10100         (article-wash-html): Ditto.
10101
10102 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10103
10104         * message.el (message-options-set-recipient): Don't add ", "
10105         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
10106
10107 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10108
10109         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
10110
10111 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10112
10113         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
10114         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
10115
10116         * nnrss.el (nnrss-node-text): Node might be nil.
10117
10118 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10119
10120         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
10121         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
10122
10123         * nnrss.el (nnrss-group-alist): More items.
10124
10125 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10126
10127         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
10128
10129 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
10130         Trivial patch from Dale Hagglund  <rdh@best.com>
10131
10132         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
10133         restrict clauses.
10134
10135 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10136
10137         From Benjamin Rutt <brutt+news@bloomington.in.us>
10138
10139         * message.el (message-wide-reply-confirm-recipients): New variable.
10140
10141 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
10142         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
10143
10144         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
10145         fix so it works with XEmacs.
10146
10147 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10148
10149         * nnrss.el (nnrss-retrieve-headers): Support description as extra
10150         headers.
10151
10152 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10153
10154         * nnrss.el: Fix a few bugs.
10155
10156 2001-06-05  Simon Josefsson  <jas@extundo.com>
10157
10158         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
10159         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
10160
10161 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
10162
10163         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
10164         binary so that we don't transmit ISO 2022 garbage to the process.
10165         This is needed under XEmacs.
10166
10167 2001-06-03  Simon Josefsson  <simon@josefsson.org>
10168
10169         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
10170         autoloaded incorrectly below because ssl-program-* is bound.)
10171         Thanks to Amos Gouaux for report.
10172
10173 2001-06-02  Simon Josefsson  <simon@josefsson.org>
10174
10175         * imap.el (imap-kerberos4-open):
10176         (imap-gssapi-open):
10177         (imap-ssl-open):
10178         (imap-network-open):
10179         (imap-shell-open):
10180         (imap-starttls-open): Set buffer to workaround spurious
10181         `accept-process-output' buffer changes.  Thanks to Mats Lidell
10182         <Mats.Lidell@contactor.se> for report and partial patch and Jake
10183         Colman <colman@ppllc.com> for report.
10184
10185 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10186
10187         * gnus-sum.el (gnus-summary-catchup): New argument.
10188         (gnus-summary-catchup-from-here): New function.
10189
10190 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10191
10192         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
10193         back, then insert glyph.  (Before, the glyph was inserted first,
10194         then the newline.)  This works around a behavior in XEmacs where
10195         it is not possible to insert a character after a glyph which is at
10196         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
10197
10198 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10199
10200         From Jaap-Henk Hoepman (jhh@xs4all.nl).
10201
10202         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
10203         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
10204         mm-destroy-postponed-undisplay-list): New functions.
10205         (mm-display-external): Use them.
10206
10207 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10208
10209         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
10210         `default-low' when evaluating `gnus-summary-highlight'.
10211         From Raja R Harinath <harinath@cs.umn.edu>.
10212
10213 2001-05-27  Simon Josefsson  <simon@josefsson.org>
10214
10215         * message.el (message-yank-cited-prefix): New variable.
10216         (message-indent-citation): Use it.
10217
10218         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
10219         as details.
10220         (mml2015-mailcrypt-clear-verify): Ditto.
10221
10222 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10223         From Nevin Kapur <nevin@jhu.edu>.
10224
10225         * gnus-sum.el (gnus-summary-default-high-score,
10226         gnus-summary-default-low-score): New variables.
10227         (gnus-summary-highlight): Use them.
10228
10229 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
10230
10231         * message.el (message-mail): pass the 'send-actions argument to
10232         `message-setup'.
10233
10234 2001-05-16  Simon Josefsson  <simon@josefsson.org>
10235         From Raymond Scholz <ray-2001@zonix.de>
10236
10237         * gnus-art.el (gnus-mime-view-part-as-charset):
10238         (gnus-mime-internalize-part): Doc fixes.
10239
10240 2001-05-11  Simon Josefsson  <simon@josefsson.org>
10241
10242         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
10243         status lines without any text ("^215$").
10244
10245 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10246
10247         * nnrss.el (nnrss-check-group): Reverse.
10248
10249 2001-05-07  Simon Josefsson  <simon@josefsson.org>
10250
10251         * message.el (message-get-reply-headers):
10252         (message-followup): Fix typo, suggested by David Green
10253         <dgreen@uab.edu>
10254
10255 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10256
10257         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
10258
10259         * nnrss.el (nnrss-open-server): Read server data when it is called.
10260         (nnrss-request-expire-articles): Fix.
10261
10262 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10263
10264         * message.el (message-do-send-housekeeping): mail-abbrevs may
10265         rename buffer behind Gnus.
10266
10267 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10268
10269         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
10270         (nnrss-group-alist): Add more resources.
10271         (nnrss-check-group): Ignore errors.
10272
10273 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10274
10275         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
10276
10277         * nnslashdot.el (nnslashdot-request-list): Add time.
10278         (nnslashdot-request-expire-articles): New function.
10279
10280         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
10281         secondary methods too.
10282
10283 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10284
10285         * message.el (message-use-followup-to): Set default value to t.
10286
10287 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
10288
10289         * message.el (message-dont-reply-to-names): Fix documentation.
10290         (message-get-reply-headers): Use Mail-Followup-To only for wide
10291         replies.
10292
10293 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10294
10295         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
10296         correctly.
10297         (nnrss-check-group): Use time.
10298
10299 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10300
10301         * gnus.el: Oort Gnus v0.03 is released.
10302
10303 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10304
10305         * nnultimate.el (nnultimate-topic-article-to-article): Use the
10306         group.
10307
10308 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10309
10310         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
10311
10312 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10313
10314         * nnultimate.el (nnultimate-retrieve-headers): Return all
10315         available headers.
10316
10317         * gnus-sum.el (gnus-read-all-available-headers): New variable.
10318         (gnus-get-newsgroup-headers-xover): Use it.
10319
10320 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10321
10322         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
10323
10324 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10325
10326         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
10327
10328 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10329
10330         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
10331         disable it.
10332
10333         * gnus.el (gnus-info-nodes): Remove a few The's.
10334
10335 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10336
10337         * mail-source.el (mail-source-movemail): Call-process may return a
10338         signal description string.
10339
10340         * gnus-start.el (gnus-read-newsrc-el-file):
10341         gnus-newsrc-file-version may be nil.
10342
10343         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
10344         Suggested by Michael Sperber [Mr. Preprocessor]
10345         <sperber@informatik.uni-tuebingen.de>.
10346
10347 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
10348
10349         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
10350
10351 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
10352
10353         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
10354         fontify HANDLE.
10355
10356 2001-04-18  Simon Josefsson  <simon@josefsson.org>
10357
10358         * smime.el (smime-ask-passphrase): Rework to return value.
10359         (smime-sign-region): Rework to bind value and use it.
10360         (smime-decrypt-region): Ditto.
10361
10362 2001-04-18  Simon Josefsson  <simon@josefsson.org>
10363         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
10364
10365         * smime.el (smime-ask-passphrase): New function.
10366         (smime-sign-region): Use it.
10367         (smime-encrypt-cipher): New variable.
10368         (smime-decrypt-region): Ditto.
10369
10370 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
10371         Committed by Simon Josefsson  <simon@josefsson.org>
10372
10373         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
10374         the log.
10375
10376 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10377
10378         * gnus.el: Oort Gnus v0.02 is released.
10379
10380 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
10381
10382         * gnus.el: Oort Gnus v0.01 is released.
10383
10384 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10385
10386         * gnus-sum.el (gnus-summary-highlight): Highlight read
10387         undownloaded articles as read articles.
10388
10389         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
10390         (gnus-agent-get-undownloaded-list): Mark all undownloaded
10391         articles, even read ones, as such.
10392
10393         * gnus-sum.el (gnus-summary-find-matching): Clean up.
10394         (gnus-find-matching-articles): New function.
10395         (gnus-summary-limit-include-matching-articles): New command.
10396         (gnus-summary-limit-include-thread): Include articles that have
10397         matching subjects.
10398         (gnus-offer-save-summaries): Clean up.
10399
10400 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10401
10402         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
10403
10404 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10405         From Jason Merrill <jason_merrill@redhat.com>
10406
10407         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
10408
10409 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
10410         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10411
10412         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
10413         newsgroup names when the original article is a news message.
10414
10415 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10416
10417         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
10418         supported. Suggest by Jim Meyering <jim@meyering.net>.
10419
10420 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
10421         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
10422
10423         * nnmail.el (nnmail-split-it): Added check for .* at the end of
10424         regexp in nnmail-split-fancy.
10425
10426 2001-04-10  Simon Josefsson  <simon@josefsson.org>
10427
10428         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
10429
10430 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
10431
10432         * message.el (message-send-mail): Improve the interaction with the
10433         user.
10434
10435 2001-04-10  Simon Josefsson  <simon@josefsson.org>
10436
10437         * imap.el (imap-message-copy): Work around buggy servers that
10438         doesn't send TRYCREATE tags.
10439
10440 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
10441
10442         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
10443
10444 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10445
10446         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
10447         date.
10448
10449 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10450
10451         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
10452         lives.
10453
10454 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10455
10456         * gnus-art.el (gnus-parse-news-url): New function.
10457         (gnus-button-handle-news): New function.
10458         (gnus-button-alist): Point to new functions.
10459
10460         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
10461
10462         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
10463         gnus-format-specs.
10464
10465         * message.el (message-check-news-header-syntax): Question even
10466         when Gnus doesn't know the group names.
10467         (message-send-news): Clean up.
10468
10469         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
10470         exited on purpose without saving.
10471
10472         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
10473
10474 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10475
10476         * gnus-score.el (gnus-score-orphans): Clean up.
10477
10478         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
10479
10480         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
10481         later.
10482
10483         * gnus-start.el (gnus-close-all-servers): Find the right items to
10484         close.
10485
10486         * qp.el (quoted-printable-decode-region): Just message
10487         malformation; don't quit.
10488
10489 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10490         From Gerd Moellmann <gerd@gnu.org>.
10491
10492         * gnus.el (gnus-interactive): A typo.
10493
10494 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
10495         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10496
10497         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
10498         `assq-delete-all', if that function exists; otherwise use the old
10499         definition. Documentation changed to match the one in
10500         `assq-delete-all'.
10501
10502 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10503
10504         * gnus-start.el (gnus-close-all-servers): New function.
10505
10506         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
10507         (gnus-server-remove-denials): Clean up.
10508
10509         * gnus-sum.el (gnus-summary-sort-by-original): New command and
10510         keystroke.
10511
10512 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10513
10514         * message.el (message-send-news): Message where we are sending.
10515         (message-send-mail): Ditto.
10516
10517         * gnus.el (gnus-server-string): New function.
10518
10519         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
10520
10521         * mm-decode.el (mm-default-directory): Customized.
10522         (mm-tmp-directory): Ditto.
10523
10524         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
10525         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
10526         or Chars.
10527         (gnus-summary-line-format-alist): ?l is now a string.
10528         (gnus-summary-prepare-threads): Output ? for unknown lines.
10529         (gnus-summary-insert-line): Ditto.
10530         (gnus-summary-print-article): Unbalanced parentheses.
10531
10532         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
10533         out whether new stuff has arrived.
10534
10535 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
10536
10537         * gnus-sum.el: Let printing work on ttys on Emacs.
10538
10539 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10540
10541         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
10542         when forcing news.
10543
10544         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
10545         command.
10546
10547 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
10548
10549         * message.el (message-set-auto-save-file-name): Don't use
10550         asterisks under nt.
10551
10552 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10553
10554         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
10555         lists of articles.
10556
10557         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
10558
10559         * gnus-msg.el (gnus-put-message): Clean up.
10560         (gnus-summary-reply): Mark all replied-to articles as replied to.
10561         (gnus-inews-add-send-actions): Also mark as forwarded.
10562         (gnus-summary-mail-forward): Mark as forwarded.
10563
10564         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
10565         of articles.
10566         (gnus-summary-mark-article-as-forwarded): Ditto.
10567
10568         * gnus-msg.el (gnus-summary-resend-message): Mark article as
10569         forwarded.
10570         (gnus-summary-mail-forward): Clean up.
10571
10572         * gnus.el (gnus-article-mark-lists): Added forward.
10573
10574         * gnus-sum.el (gnus-forwarded-mark): New variable.
10575         (gnus-summary-prepare-threads): Use it.
10576         (gnus-summary-update-secondary-mark): Ditto.
10577         (gnus-newsgroup-forwarded): New variable.
10578
10579 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10580
10581         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
10582         (gnus-summary-very-wide-reply): New command and keystroke.
10583         (gnus-summary-very-wide-reply-with-original): Ditto.
10584
10585         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
10586         (gnus-score-adaptive): Use it.
10587
10588         * gnus-start.el (gnus-get-unread-articles): Clean up.
10589
10590 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10591
10592         * nnultimate.el (nnultimate-retrieve-headers): Work for other
10593         boards.
10594
10595 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
10596
10597         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
10598         * gnus-start.el (gnus-subscribe-newsgroup): use it.
10599
10600 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10601
10602         * nnultimate.el (nnultimate-retrieve-headers): Understand
10603         long-form month names.
10604
10605 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10606
10607         * gnus-sum.el (gnus-summary-show-all-headers):
10608         gnus-article-show-all-headers is broken. Use
10609         gnus-summary-toggle-header instead.
10610
10611         * mml2015.el (mml2015-gpg-extract-from): No error.
10612
10613 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10614         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
10615
10616         * mml2015.el (mml2015-gpg-extract-from): New function.
10617         (mml2015-gpg-verify): Use it.
10618         (mml2015-gpg-clear-verify): Use it.
10619
10620 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10621
10622         * message.el (message-setup-fill-variables): Use
10623         fill-paragraph-function.
10624         (message-fill-paragraph): Take an argument.
10625         (message-newline-and-reformat): Take another argument.
10626
10627 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10628
10629         * message.el (rmail-output): It is in rmailout.el not rmail.el.
10630
10631 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10632
10633         * message.el (message-forward): local-variable-p takes an extra
10634         argument in XEmacs.
10635
10636 2001-03-16  Simon Josefsson  <simon@josefsson.org>
10637
10638         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
10639         `nnimap-use-nov-p' (it really tested the negative).
10640         (nnimap-retrieve-headers): Use it.
10641
10642 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10643
10644         * message.el (message-generate-headers-first): Update doc.
10645
10646 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
10647         Trivial patch.
10648
10649         * gnus.el (gnus-summary-line-format): Typo.
10650
10651 2001-03-11  Simon Josefsson  <simon@josefsson.org>
10652
10653         * mailcap.el (mailcap-mime-data): Add application/sieve.
10654         (mailcap-mime-extensions): Add .siv, .xls.
10655
10656 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10657         From Christoph Conrad <christoph.conrad@gmx.de>
10658
10659         * gnus-score.el (gnus-summary-lower-thread): Typo.
10660
10661 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10662
10663         * message.el (message-forward-decoded-p): New variable.
10664         (message-forward-subject-author-subject): Use it.
10665         (message-make-forward-subject): Use it.
10666         (message-forward): Use it.
10667
10668         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
10669
10670         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
10671         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
10672
10673 ;;Has been fixed -- zsh.
10674 ;;2001-03-05  Dave Love  <fx@gnu.org>
10675 ;;
10676 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
10677 ;;      Move it after definition of mm-coding-system-p.
10678 ;;
10679 2001-03-01  Dave Love  <fx@gnu.org>
10680
10681         * mm-util.el (mm-inhibit-file-name-handlers): Add
10682         image-file-handler.
10683
10684 2001-02-11  Dave Love  <fx@gnu.org>
10685
10686         * message.el (message-signature-file): Fix doc, :type.
10687
10688 2001-02-08  Dave Love  <fx@gnu.org>
10689
10690         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
10691         (message-posting-charset): Defvar when compiling again.
10692         (rfc2047-encodable-p): Require message.
10693
10694         * gnus-sum.el (gnus-alter-articles-to-read-function):
10695         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
10696
10697 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10698
10699         * nnrss.el: New file.
10700
10701 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
10702         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10703
10704         * rfc2047.el (rfc2047-unfold-region): Fix arg of
10705         `skip-chars-forward'.
10706
10707 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10708
10709         * nndraft.el (nndraft-request-group): Restore auto save files if
10710         the original files do not exist.
10711
10712 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10713
10714         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
10715         SCORE paths.
10716
10717         * mm-decode.el (mm-dissect-buffer): Call
10718         mail-extract-address-components only if necessary.
10719
10720 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10721
10722         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
10723         directory part.
10724         (gnus-score-search-global-directories): Use file-directory-p.
10725
10726         * gnus-score.el (gnus-score-score-files-1): Use
10727         gnus-kill-files-directory.
10728         From Adrian Aichner <adrian@xemacs.org>.
10729
10730 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10731
10732         * gnus.el (charset): Move here from gnus-sum.el.
10733
10734 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10735
10736         * mml.el (mml-preview): Disable local map.
10737
10738         * gnus-sum.el (gnus-summary-make-menu-bar): Make
10739         gnus-article-post-menu here.
10740
10741         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
10742         if it has not been made.
10743
10744 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10745
10746         * gnus-art.el (gnus-article-describe-key): Map key to event.
10747         (gnus-article-describe-key-briefly): Ditto
10748
10749 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10750
10751         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
10752
10753 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10754         From Katsumi Yamaoka <yamaoka@jpl.org>.
10755
10756         * dgnushack.el (coerce, merge, subseq): defmacro.
10757
10758 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10759
10760         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
10761         A fake defalias in nndraft.el results a not-activated bug in
10762         uncompiled versions.
10763
10764 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
10765         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10766
10767         * gnus-util.el (gnus-split-references): Handle malformed References:.
10768
10769 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10770
10771         * gnus-art.el (gnus-article-mime-part-status): 1 part.
10772
10773 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10774         From NAGY Andras <nagya@inf.elte.hu>.
10775
10776         * gnus.el (gnus-parameters): Typo.
10777
10778 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10779
10780         * gnus.el (gnus-read-method): Remove redundancy.
10781
10782 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10783
10784         * nnslashdot.el (nnslashdot-backslash-url): New variable.
10785         (nnslashdot-request-list): Use it.
10786
10787 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10788
10789         * nnml.el (nnml-generate-active-info): Fix the case when there is
10790         no file.
10791
10792         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
10793         (gnus-summary-create-article): New function.
10794
10795         * gnus-group.el (gnus-group-mark-article-read): New function.
10796
10797         * gnus-msg.el (gnus-inews-do-gcc): Use it.
10798
10799         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
10800
10801 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10802
10803         * gnus-art.el (gnus-article-edit-done): Don't use
10804         gnus-article-edit-exit.
10805         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
10806
10807         * gnus.el (gnus-parameters): New variable.
10808         Suggested by NAGY Andras <nagya@inf.elte.hu>.
10809         (gnus-parameters-get-parameter): New function.
10810         (gnus-group-find-parameter): Use it.
10811
10812 2001-02-23  Simon Josefsson  <simon@josefsson.org>
10813
10814         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
10815         change of default value to `current'.
10816
10817 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10818
10819         * nneething.el (nneething-get-head): Insert unreadable file too.
10820
10821 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10822
10823         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
10824
10825         * webmail.el (webmail-type-definition): Deja is bought by google.
10826
10827 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10828
10829         * gnus-sum.el (gnus-fetch-headers): New function.
10830         (gnus-select-newsgroup): Use it.
10831         (gnus-summary-insert-articles): New function.
10832         (gnus-summary-insert-old-articles): New function.
10833         (gnus-summary-insert-new-articles): New function.
10834
10835         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
10836         (gnus-group-list-active): Ditto.
10837         * gnus-sum.el (gnus-set-mode-line): Ditto.
10838         (gnus-summary-read-group-1): Ditto.
10839
10840 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10841
10842         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
10843         current topic.
10844
10845 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10846
10847         * smiley.el (gnus-smiley-display): Don't do widening.
10848
10849         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
10850         within body.
10851
10852         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
10853
10854         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
10855         New variable.
10856         (gnus-mime-display-multipart-related-as-mixed): New variable.
10857         (gnus-mime-display-part): Use them.
10858
10859 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10860
10861         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
10862         something special.
10863
10864 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10865
10866         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
10867         (nnweb-request-article): Call reference if exists.
10868         (nnweb-type-definition): Dejanews is bought by google.com.
10869         Beta!
10870
10871 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10872
10873         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
10874
10875 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10876
10877         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
10878         gnus-article-sort-functions.
10879         (gnus-article-sort-functions): Doc fix.  Refer to
10880         gnus-thread-sort-functions.
10881
10882 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10883         From Paul Jarc <prj@po.cwru.edu>.
10884
10885         * message.el (message-get-reply-headers): More fixes.
10886
10887 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
10888         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10889
10890         * message.el (message-get-reply-headers): Fix bug with
10891         Mail-Followup-To/to-address interaction.
10892
10893 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10894
10895         * gnus-msg.el (gnus-configure-posting-styles): Match header in
10896         gnus-article-copy.
10897
10898 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10899
10900         * message.el (message-do-send-housekeeping): Rename to a better
10901         name.
10902
10903 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10904
10905         * message.el (message-cancel-news): Check article first, then ask
10906         yes or no.
10907
10908 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10909
10910         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
10911
10912 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10913
10914         * gnus-range.el (gnus-range-normalize): New function.
10915
10916 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
10917
10918         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
10919
10920 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10921
10922         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
10923
10924         * nnagent.el (nnagent-request-regenerate): New function.
10925
10926         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
10927
10928         * nnml.el (nnml-generate-nov-databases): Accept argument
10929         server. Don't open server if it is opened.
10930         (nnml-request-regenerate): Use it. Change to deffoo.
10931
10932 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10933         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10934
10935         * gnus.el (gnus-define-group-parameter): Fix.
10936
10937 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10938
10939         * gnus.el (gnus-define-group-parameter): Improved.
10940
10941         * gnus-sum.el (charset): Define parameter.
10942         (ignored-charsets): Ditto.
10943         (gnus-summary-setup-default-charset): Use them.
10944
10945         * gnus-start.el (gnus-read-descriptions-file): Use them.
10946
10947         * gnus-cus.el (gnus-group-parameters): Remove them.
10948
10949 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10950
10951         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
10952
10953 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10954
10955         * gnus-sum.el (gnus-summary-read-group-1): Remove
10956         gnus-summary-set-local-parameters.
10957         (gnus-summary-setup-buffer): Put it here.
10958
10959 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10960
10961         * gnus.el (to-address): Define parameter.
10962         (to-list): Ditto.
10963         * gnus-art.el (article-hide-boring-headers): Use them.
10964         * gnus-msg.el (gnus-post-news): Ditto.
10965         * gnus-cus.el (gnus-group-parameters): Remove them.
10966
10967 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10968
10969         * gnus-draft.el (gnus-draft-reminder): New function.
10970
10971         * gnus-art.el (gnus-sender-save-name): New function.
10972
10973 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10974
10975         * mm-util.el (mm-mime-charset): Error message.
10976
10977 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10978
10979         * message.el (message-check-news-body-syntax): Don't check mml lines.
10980
10981 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10982
10983         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
10984         subscribe.
10985
10986         * gnus-start.el (gnus-call-subscribe-functions): New function.
10987         (gnus-find-new-newsgroups): Use it.
10988         (gnus-ask-server-for-new-groups): Use it.
10989         (gnus-check-first-time-used): Use it.
10990         (gnus-subscribe-newsgroup-method): Grok a list of functions.
10991         (gnus-subscribe-options-newsgroup-method): Ditto.
10992         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
10993         return .
10994
10995 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10996
10997         * gnus-cus.el (gnus-score-customize): Doc fix.
10998
10999 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
11000
11001         * dgnushack.el (my-getenv): Typo.
11002
11003 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11004
11005         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
11006
11007 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11008
11009         * gnus-group.el (gnus-group-suspend): Offer save summaries.
11010
11011         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
11012         (gnus-treatment-function-alist): Use it.
11013         (article-remove-leading-whitespace): New function.
11014         (gnus-article-make-menu-bar): Use it.
11015
11016         * gnus-sum.el (gnus-summary-wash-empty-map): Add
11017         remove-leading-whitespace.
11018         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
11019         because of conflict.
11020
11021 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11022
11023         * Makefile.in: Hack generating gnus-load.el.
11024         * dgnushack.el: Ditto.
11025         * gnus-load.el: Remove it.
11026
11027 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11028
11029         * dgnushack.el : Add URLDIR.
11030
11031         * Makefile.in (EMACS_COMP): Ditto.
11032
11033 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11034
11035         * gnus-cus.el (gnus-score-customize): Error on no score file.
11036
11037 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11038
11039         * mm-decode.el (mm-merge-handles): New function.
11040
11041         * mm-view.el (mm-inline-message): Use it.
11042         (mm-view-message): Ditto.
11043
11044         * mm-partial.el (mm-inline-partial): Ditto.
11045
11046         * mm-extern.el (mm-inline-external-body): Ditto.
11047
11048         * gnus-art.el (gnus-mime-view-part): Ditto.
11049         (gnus-mime-view-part-as-type): Ditto.
11050         (gnus-mime-save-part-and-strip): Prevent users to strip in some
11051         cases.
11052
11053 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11054
11055         * message.el (message-cancel-news): Allow to shoot foot.
11056         (message-supersede): Ditto.
11057
11058 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
11059         Trivial patch.
11060
11061         * gnus-sum.el (gnus-simplify-subject-re): Use
11062         message-subject-re-regexp.
11063
11064 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11065
11066         * nnmail.el (nnmail-expiry-target-group): Bind
11067         nnmail-cache-accepted-message-ids to nil.
11068
11069         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
11070         coding system.
11071
11072 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11073
11074         * qp.el (quoted-printable-encode-region): Make sure characters are
11075         between 00 and FF.  Don't check charset.
11076
11077         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
11078         in Emacs 20.
11079         * rfc2047.el (rfc2047-q-encode-region): Ditto.
11080
11081 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11082
11083         * message.el (message-make-forward-subject): Argument decoded.
11084         (message-forward): Use it when digest.
11085
11086         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
11087         buffer.
11088
11089 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11090
11091         * message.el (message-generate-headers-first): Doc fix.
11092
11093 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11094
11095         * gnus-art.el (article-make-date-line): Error proof.
11096
11097 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11098
11099         * gnus-group.el (gnus-group-listing-limit): New variable.
11100         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
11101
11102         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
11103
11104 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11105
11106         * message.el (message-newline-and-reformat): Special case for
11107         breaking at BOL.
11108
11109 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
11110
11111         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
11112         message/rfc822.
11113
11114 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11115
11116         * message.el (message-encode-message-body): Don't insert
11117         Content-Type if it is inside a mail.
11118
11119 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11120
11121         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
11122         gnus-article-commands-menu.
11123
11124         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
11125         in Emacs.
11126
11127         * gnus-start.el (gnus-read-descriptions-file): Use
11128         gnus-group-name-charset and gnus-group-charset-alist.
11129
11130 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11131
11132         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
11133         active region.
11134
11135         * gnus-start.el (gnus-group-change-level): Remove from both
11136         gnus-zombie-list and gnus-killed-list.
11137
11138 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11139
11140         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
11141         gnus-subscribe-topics.
11142
11143         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
11144
11145 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11146
11147         * gnus-art.el (gnus-article-make-menu-bar): Make
11148         gnus-article-post-menu.
11149
11150         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
11151
11152         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
11153
11154         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
11155
11156         * message.el (message-mode-menu): Ditto.
11157
11158         * gnus-art.el (defvar): eval-when-compile.
11159
11160 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11161
11162         * gnus-agent.el (gnus-agentize): Fix doc.
11163
11164 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
11165
11166         * mml.el (mml-preview): Bind `q'.
11167
11168 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11169
11170         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
11171
11172 2001-01-31  Dave Love  <fx@gnu.org>
11173
11174         * mm-util.el (mm-mime-mule-charset-alist)
11175         (mm-find-mime-charset-region): Consider mule-utf-8.
11176
11177 2001-01-31  Dave Love  <fx@gnu.org>
11178
11179         * gnus-art.el (gnus-article-x-face-command)
11180         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
11181         :version.
11182
11183 2001-01-26  Dave Love  <fx@gnu.org>
11184
11185         * mm-util.el (mm-multibyte-string-p): New.
11186
11187 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
11188 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
11189 ;;      string-as-multibyte on class.  Clarify line-folding.
11190         (quoted-printable-encode-string): Make temp buffer inherit
11191         string's multibyteness.
11192
11193 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
11194
11195         * nnheader.el (toplevel): Don't require `gnus-util' at
11196         compile-time; this creates a circular dependency, and prevents
11197         a bootstrap.
11198
11199 2001-01-22  Andreas Schwab  <schwab@suse.de>
11200
11201         * nnheader.el (gnus-delete-line): Autoload it as a macro.
11202
11203 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11204
11205         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
11206
11207         * gnus-art.el (article-hide-list-identifiers): Ditto.
11208
11209         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
11210
11211 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11212
11213         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
11214
11215         * gnus-art.el (article-hide-list-identifiers): Similar.
11216
11217 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
11218
11219         * nnmail.el (nnmail-remove-list-identifiers): Improved.
11220
11221 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11222
11223         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
11224
11225 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11226
11227         * gnus-util.el (gnus-string-equal): New function.
11228
11229         * gnus-art.el (article-hide-boring-headers): Use it.
11230
11231 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
11232
11233         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
11234
11235 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11236
11237         * gnus-msg.el (gnus-msg-mail): Support switch-action.
11238
11239 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11240
11241         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
11242         command if there is not last-saver.
11243
11244 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11245
11246         * nntp.el (nntp-open-connection): 201 is possible.
11247
11248 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11249
11250         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
11251         (rfc2047-charset-encoding-alist): Add big5.
11252
11253 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11254
11255         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
11256         (gnus-agent-remove-server): Ditto.
11257         (autoload): gnus-server-update-server.
11258
11259         * gnus-srvr.el (gnus-server-line-format): Add %a.
11260         (gnus-server-line-format-alist): Add gnus-tmp-agent.
11261         (gnus-server-insert-server-line): Use it.
11262
11263 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11264
11265         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
11266         GB2312 and Big5.
11267
11268 2001-01-24  Simon Josefsson  <sj@extundo.com>
11269
11270         * mail-source.el (mail-sources): Add :program specifier to IMAP
11271         mail source.
11272         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
11273
11274 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11275
11276         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
11277
11278 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11279
11280         * nntp.el (nntp-wait-for): Return the success code.
11281         (nntp-open-connection): Use it.
11282
11283 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11284
11285         * gnus-int.el (gnus-check-server): Allow breaking the opening.
11286
11287 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11288
11289         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
11290
11291 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11292
11293         * gnus-sum.el (gnus-summary-print-article): Take one prefix
11294         argument. Allow to print several articles in one file.
11295
11296 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11297
11298         * webmail.el (webmail-type-definition): netaddress changes.
11299
11300 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11301
11302         * gnus.el: Fix copyright. Remove trailing spaces.
11303
11304         * message.el (message-forward): Use mule4.
11305
11306 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11307
11308         * mm-util.el (mm-string-as-unibyte): New function.
11309
11310         * message.el (message-forward): Use it.
11311
11312 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11313
11314         * message.el (message-cite-original-without-signature): Don't peel
11315         off the blank line.
11316         (message-get-reply-headers): Add Cc if it is not in follow-to.
11317
11318 2001-01-20  Simon Josefsson  <sj@extundo.com>
11319
11320         * mm-decode.el (mm-handle-multipart-from): Add.
11321         (mm-dissect-buffer): Save From: header value.
11322         (mm-security-from): Remove.
11323         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
11324
11325         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
11326         instead of `mml-security-from'.  Protect null from value.
11327
11328 2001-01-20  Simon Josefsson  <sj@extundo.com>
11329
11330         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
11331         application/vnd.ms-excel attachments.
11332
11333 2001-01-19  Simon Josefsson  <sj@extundo.com>
11334
11335         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
11336
11337 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11338
11339         * message.el (message-ignored-mail-headers): Ditto.
11340
11341 2001-01-19  Simon Josefsson  <sj@extundo.com>
11342
11343         * message.el (message-ignored-news-headers): Only search beginning
11344         of line.
11345
11346 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
11347         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
11348
11349         * message.el (message-send-mail): Content-Type may not be there.
11350
11351 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11352
11353         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
11354         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
11355
11356         * gnus-art.el (article-display-x-face): Insert X-Face if there is
11357         not.
11358
11359 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11360
11361         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
11362         non-native groups.
11363
11364 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11365
11366         * message.el (message-yank-original): Understand
11367         universal-argument.
11368
11369 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11370
11371         * gnus-art.el (gnus-boring-article-headers): Add to-address.
11372         (article-hide-boring-headers): Ditto.
11373
11374         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
11375
11376 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11377
11378         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
11379         one.
11380
11381 2001-01-16  Simon Josefsson  <simon@josefsson.org>
11382
11383         * message.el (message-make-in-reply-to): Add comment to message-id
11384         (old syntax, see 2000-08-02 change).
11385
11386 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11387
11388         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
11389         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
11390         (gnus-button-reply): Ditto.
11391
11392 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11393
11394         * gnus-art.el (article-display-x-face): Fix.
11395
11396 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11397
11398         * gnus-art.el (article-display-x-face): Use
11399         gnus-original-article-buffer.
11400
11401 2001-01-15  Jack Twilley  <jmt@tbe.net>
11402
11403         * message.el (message-add-header): Move to point-max.
11404
11405 2001-01-15  Simon Josefsson  <simon@josefsson.org>
11406
11407         * smime.el (smime-CA-directory, smime-CA-file): Change default to
11408         nil, improve documentation.
11409         (smime-certificate-directory): Comment out false hints (until it
11410         is implemented).
11411
11412         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
11413         there aren't any keys.
11414         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
11415         verify certificate.  Default is changed to only check integrity.
11416         Improved security status texts.  If a certificate doesn't contain
11417         a email address, don't fail.
11418
11419         * smime.el (smime-noverify-region):
11420         (smime-noverify-buffer): New functions.  Verifies integrity only.
11421
11422 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11423
11424         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
11425
11426 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11427
11428         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
11429         (gnus-remove-some-windows): Ditto.
11430
11431 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11432
11433         * gnus-art.el (article-make-date-line): 11th.
11434
11435 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11436
11437         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
11438         (mml2015-gpg-sign): Ditto.
11439
11440 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11441
11442         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
11443         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
11444
11445 2001-01-08  Dave Love  <fx@gnu.org>
11446
11447         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
11448         single character.
11449
11450         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
11451
11452         * message.el: Doc and message fixes.
11453         (message-send-rename-function)
11454         (message-make-forward-subject-function)
11455         (message-send-mail-function, message-reply-to-function)
11456         (message-wide-reply-to-function, message-followup-to-function)
11457         (message-distribution-function, message-auto-save-directory): Fix
11458         :type.
11459
11460         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
11461         proceeding after warnings.  Amend multipart warning message.
11462
11463 2001-01-04  Dave Love  <fx@gnu.org>
11464
11465         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
11466         compiling.
11467         (gnus-make-directory): Require nnmail.
11468
11469         * mm-decode.el (mm-inline-media-tests): Add
11470         image/x-portable-bitmap.
11471         (mm-get-image): Grok pbm.
11472
11473 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
11474
11475         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
11476
11477 2001-01-09  Didier Verna  <didier@xemacs.org>
11478
11479         * dgnushack.el (dgnushack-compile): give a dummy value to
11480         `gnus-xmas-glyph-directory' for the time of compilation.
11481         * gnus-agent.el: moved some XEmacs specific hook add-ons from
11482         `gnus-xmas-[re]define' to avoid loosing user custom settings.
11483         * gnus-art.el: ditto.
11484         * gnus-group.el: ditto.
11485         * gnus-salt.el: ditto.
11486         * gnus-sum.el: ditto.
11487         * gnus-topic.el: ditto.
11488         * gnus-xmas.el (gnus-xmas-define): see above.
11489         * gnus-xmas.el (gnus-xmas-redefine): see above.
11490         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
11491         non-continuable error when the directory can't be found.
11492
11493 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11494
11495         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
11496         handle.
11497         * gnus-art.el (gnus-mime-view-part): Copy it.
11498         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
11499
11500 2001-01-09  Michael Downes  <mjd@ams.org>
11501
11502         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
11503
11504 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11505
11506         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
11507         orig-file. Use ',source.
11508
11509 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11510
11511         * gnus-xmas.el (gnus-xmas-modeline-glyph):
11512         (gnus-xmas-group-startup-message):
11513         Detect gnus-xmas-glyph-directory when it is nil.
11514
11515 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11516
11517         * pop3.el (pop3-get-message-count): Andrew Innes
11518         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
11519
11520 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11521
11522         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
11523
11524         * time-date.el (time-to-number-of-days): New function.
11525
11526 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
11527         Trivial patch.
11528
11529         * nnslashdot.el (nnslashdot-request-list): Always get the right
11530         sid.
11531
11532 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11533
11534         * message.el (message-minibuffer-local-map): New keymap.
11535         (message-read-from-minibuffer): Use it.
11536         * gnus-msg.el (gnus-summary-resend-message): Use it
11537
11538 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11539
11540         * gnus-start.el (gnus-display-time-event-handler): New function.
11541         (gnus-after-getting-new-news-hook): Use it.
11542
11543 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11544
11545         * message.el (message-ignored-mail-headers): Add draft header.
11546
11547 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11548
11549         * gnus-sum.el (gnus-summary-expire-articles): Don't save
11550         excursion.
11551
11552         * nnslashdot.el (nnslashdot-request-list): Get the right year.
11553
11554 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
11555         A revoked patch.
11556
11557         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
11558
11559 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11560
11561         * qp.el (quoted-printable-decode-region): Don't backward-char.
11562
11563 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11564
11565         * gnus-draft.el: Mark articles as replied.
11566
11567         * gnus-sum.el (gnus-summary-add-mark): New function.
11568
11569         * gnus-group.el (gnus-add-mark): New function.
11570
11571         * gnus-sum.el (gnus-summary-buffer-name): New function.
11572         (gnus-summary-setup-buffer): Use it.
11573
11574         * gnus-draft.el: Set things up with the right post method and
11575         stuff.
11576
11577         * message.el (message-ignored-news-headers): Remove X-Draft-From.
11578
11579         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
11580
11581         * gnus.el (gnus-draft-meta-information-header): New variable.
11582
11583 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11584
11585         * gnus-art.el (gnus-treatment-function-alist): Move the date
11586         functions before the header sorting functions.
11587
11588         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
11589
11590         * dgnushack.el (dgnushack-compile): Message whether there is w3.
11591         Don't (push "/usr/share/emacs/site-lisp" load-path).
11592
11593         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
11594         to empty fill prefixes.
11595
11596 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11597
11598         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
11599         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
11600
11601 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11602
11603         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
11604
11605         * nnml.el (autoload): Move to nnheader.el.
11606
11607         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
11608         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
11609         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
11610         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
11611
11612 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11613
11614         * gnus-art.el (article-make-date-line): Get the hours right.
11615         (gnus-ignored-headers): More hiding.
11616
11617         * nnmail.el (nnmail-expiry-wait): Not an integer.
11618
11619         * message.el (message-goto-body): Only expand abbrev when called
11620         interactively.
11621         (message-make-lines): Use it.
11622
11623 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11624
11625         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
11626
11627 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11628
11629         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
11630         include the expunged articles.
11631
11632         * gnus-group.el (gnus-group-sort-by-server): New function.
11633
11634         * gnus.el (gnus-method-to-server-name): New function.
11635         (gnus-group-prefixed-name): Use it.
11636
11637         * gnus-group.el (gnus-group-sort-function): Doc fix.
11638         (gnus-group-sort-groups-by-server): New command.
11639
11640 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11641
11642         * gnus-art.el (gnus-treat-date-english): New variable.
11643         (article-date-english): New command.
11644         (gnus-english-month-names): New variable.
11645         (article-make-date-line): Do 'english.
11646
11647         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
11648         after the fill prefix.
11649
11650         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
11651         score...".
11652
11653         * gnus-art.el (gnus-ignored-headers): Hide more headers.
11654
11655         * message.el (message-mode-map): Bind comment-region.
11656
11657         * gnus-art.el (gnus-mime-display-part): Let w3 display
11658         multipart/related.
11659
11660         * mm-bodies.el (mm-long-lines-p): New function.
11661         (mm-body-encoding): Use it.
11662         (mm-body-encoding): Encode articles with lines longer than 1000
11663         characters.
11664
11665 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11666
11667         * mm-util.el (mm-enable-multibyte): Use
11668         default-enable-multibyte-characters.
11669         (mm-enable-multibyte-mule4): Ditto.
11670         (mm-disable-multibyte): Test XEmacs.
11671         (mm-disable-multibyte-mule4): Ditto.
11672         (mm-with-unibyte-current-buffer): Simplified.
11673         (mm-with-unibyte-current-buffer-mule4): Ditto.
11674
11675 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11676
11677         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
11678
11679         * nnheader.el (nnheader-string-as-multibyte): New alias.
11680
11681         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
11682
11683         * gnus-uu.el (gnus-message-process-mark): New function.
11684         (gnus-uu-mark-by-regexp): Use it.
11685         (gnus-new-processable): New function.
11686
11687 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
11688          Trivial patch.
11689
11690         * gnus-sum.el (gnus-no-mark): New variable.
11691
11692 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11693
11694         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
11695         backslashes.
11696
11697 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11698
11699         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
11700         definition.
11701
11702 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11703
11704         * dgnushack.el (dgnushack-compile): elc is in the current directory.
11705
11706         * qp.el (quoted-printable-encode-region): Don't check multibyte in
11707         XEmacs.
11708
11709 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
11710         Trivial patch.
11711
11712         * mml.el (mml-read-tag): Save tag location.
11713
11714 2000-12-25  Simon Josefsson  <simon@josefsson.org>
11715
11716         * starttls.el: Sync with Emacs 21.
11717
11718 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11719
11720         * message.el (message-mail): Support yank-action.
11721
11722         * message.el (message-setup): Revoke the last change.
11723
11724 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11725
11726         * message.el (message-setup): Use cons. Suggested by Johan Vromans
11727         <jvromans@squirrel.nl>.
11728
11729 2000-12-24  Simon Josefsson  <sj@extundo.com>
11730
11731         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
11732         mailing list junk at end of part.
11733
11734 2000-12-23  Simon Josefsson  <sj@extundo.com>
11735
11736         * nnimap.el (nnimap-expiry-target): New function.
11737         (nnimap-request-expire-articles): Use it.
11738
11739 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11740
11741         * gnus.el (gnus-group-parameters-more): New variable.
11742         * gnus-cus.el (gnus-group-customize): Use it.
11743
11744         * gnus.el (gnus-define-group-parameter): New macro.
11745         (auto-expire): Use it
11746         (total-expire): Use it.
11747         * gnus-art.el (banner): Use it.
11748
11749         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
11750         <ljz@asfast.com>.
11751
11752 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11753
11754         * gnus-topic.el (gnus-topic-create-topic): Use list.
11755
11756         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
11757         before binding gnus-default-article-saver.
11758
11759         * gnus-sum.el (gnus-summary-save-article):
11760         (gnus-summary-pipe-output):
11761         (gnus-summary-save-article-mail):
11762         (gnus-summary-save-article-rmail):
11763         (gnus-summary-save-article-file):
11764         (gnus-summary-write-article-file):
11765         (gnus-summary-save-article-body-file): Ditto.
11766
11767         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
11768
11769 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11770
11771         * gnus-art.el (gnus-mime-security-button-map):
11772         (gnus-mime-button-map): Add parent.
11773
11774 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11775
11776         * messagexmas.el (message-xmas-redefine): New function.
11777
11778         * message.el: Use it.
11779
11780         * gnus-art.el (gnus-article-check-hidden-text): Return t.
11781
11782         * gnus-util.el (gnus-remove-text-properties-when): Return t.
11783
11784 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11785
11786         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
11787         malformatted messages.
11788
11789 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11790
11791         * mm-util.el (mm-image-load-path): New function.
11792
11793         * gnus-group.el (gnus-group-make-tool-bar): Use it.
11794
11795         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
11796
11797         * message.el (message-tool-bar-map): Use it.
11798
11799         * Makefile.in (install-el): New rule.
11800
11801 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11802
11803         * gnus-art.el (article-treat-dumbquotes): Quote \.
11804
11805 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11806
11807         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
11808         Emacs 20 runs on a terminal.
11809
11810 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11811
11812         * gnus-msg.el (gnus-bug): Revert to save-excursion.
11813
11814         * mml.el (gnus-add-minor-mode): Autoload.
11815
11816         * message.el (message-forward): Save-restriction.
11817
11818 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11819
11820         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
11821         Paul Stevenson <p.stevenson@surrey.ac.uk>
11822
11823 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11824
11825         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
11826
11827         * mml.el (gnus-ems): Don't require.
11828
11829         * gnus.el (gnus-decode-rfc1522): Removed.
11830         (gnus-set-text-properties): Define.
11831
11832 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11833
11834         * gnus-art.el (gnus-mime-*): handle may be nil.
11835
11836         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
11837
11838         * gnus.el (gnus-group-remove-excess-properties): Not defined
11839         in gnus-xmas.
11840
11841 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11842
11843         * message.el (message-mail-user-agent): Add :version.
11844
11845 2000-12-21  Miles Bader  <miles@gnu.org>
11846
11847         * message.el (message-mode): Set `comment-start' to the  yank prefix.
11848
11849 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11850
11851         * message.el (message-mail-user-agent): New variable.
11852         (message-setup): Renamed to message-setup-1. Support
11853         mail-user-agent.
11854         (message-mail-user-agent): New function.
11855         (message-mail): Use it.
11856         (message-reply): Use it.
11857         (message-resend): Use it.
11858         (message-mail-other-window): Use it.
11859         (message-mail-other-frame): Use it.
11860
11861         * gnus-msg.el (gnus-bug): Support mail-user-agent.
11862
11863 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11864
11865         * message.el (message-tool-bar-map): Simplify.
11866         (message-narrow-to-head-1): New function.
11867         (message-narrow-to-head): Use it.
11868         (message-reply): Ditto.
11869         (message-cancel-news): Ditto.
11870         (message-supersede): Ditto.
11871         (message-make-forward-subject): Ditto.
11872         (message-bounce): Ditto.
11873
11874 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11875
11876         * uudecode.el (uudecode-decode-region-external): make-temp-file
11877         may not be defined.
11878
11879         * binhex.el (defalias): eval-and-compile.
11880
11881         * message.el (message-tool-bar-map): New function.
11882         (message-mode): Use it.
11883
11884 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11885
11886         * nntp.el (nntp-find-connection): Remove the entry.
11887         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
11888
11889 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11890
11891         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
11892
11893         * message.el (message-forward): Copy buffer in unibyte mode.
11894
11895 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11896
11897         * message.el (message-make-forward-subject): Don't widen. Decode.
11898         (message-forward): Don't decode subject.
11899
11900 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
11901
11902         * qp.el (quoted-printable-encode-region): Upcase QP.
11903
11904 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11905
11906         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
11907         mail-extract-a-c instead. Don't depend on Gnus.
11908
11909         * mml.el (gnus-ems): Require it.
11910
11911         * gnus-msg.el (gnus-summary-mail-forward):
11912
11913         * message.el (message-forward):  Move mime-to-mml here.
11914
11915 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11916
11917         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
11918         * gnus-art.el (gnus-insert-mime-button): Simplify.
11919         (gnus-mime-display-alternative): Ditto.
11920         (gnus-insert-mime-security-button): Ditto.
11921
11922 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11923
11924         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
11925         text-property-not-all doesn't return nil when start=mark(end).
11926         (gnus-remove-text-properties-when): Ditto.
11927
11928 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11929
11930         * gnus-start.el (gnus-group-change-level): Remove group from
11931         gnus-active-hashtb if real killed.
11932
11933 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11934
11935         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
11936         (gnus-mime-display-alternative): Ditto.
11937         (gnus-insert-mime-security-button): Ditto.
11938
11939 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11940
11941         * gnus-start.el (gnus-group-change-level): Don't add it into
11942         killed-list if it was killed.
11943
11944 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11945
11946         * nnmbox.el (nnmbox-file-coding-system): Use binary.
11947         (nnmbox-active-file-coding-system): Ditto.
11948
11949         * gnus-cus.el (gnus-group-parameters): Add posting-style.
11950
11951 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11952
11953         * gnus.el (gnus-version):
11954         (gnus-version-number): Set to Oort Gnus 0.01.
11955
11956         * gnus-art.el (gnus-mime-security-button-map):
11957         (gnus-insert-mime-security-button): Fix for Emacs21.
11958
11959 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11960
11961         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
11962         easymenu, because XEmacs doesn't understand :help.
11963
11964         * mm-uu.el: Require binhex.
11965
11966 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11967
11968         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
11969
11970 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
11971
11972         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
11973
11974 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
11975
11976         * *.xpm, *.pbm: Convert icons icons to size 24x24.
11977
11978 2000-12-18  Dave Love  <fx@gnu.org>
11979
11980         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
11981         (unused).
11982
11983 2000-12-13  Miles Bader  <miles@gnu.org>
11984
11985         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
11986         to t, so that we don't get stuck while trying to smilefy
11987         intangible text.
11988
11989 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
11990
11991         * smiley-ems.el (smiley-regexp-alist): Make regexps match
11992         at the end of the buffer.
11993         (smiley-region): In the loop, move to the end of the submatch
11994         matching the smiley instead of using the end of the match
11995         of the whole regexp.
11996
11997 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
11998
11999         * message.el (message-mode): Doc fix.
12000
12001 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
12002
12003         * smiley-ems.el (smiley-region): Doc fix.
12004
12005 2000-12-11  Miles Bader  <miles@gnu.org>
12006
12007         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
12008         bottom line visible, check to see if it's partially obscured, and
12009         if so, either scroll one more line to make it fully visible, or
12010         revert to showing the second line from the top.
12011
12012 2000-12-07  Dave Love  <fx@gnu.org>
12013
12014         * mailcap.el (mailcap-download-directory)
12015         * gnus-audio.el (gnus-audio-directory)
12016         * smiley-ems.el (smiley-data-directory): Fix :type.
12017
12018 2000-11-30  Dave Love  <fx@gnu.org>
12019
12020         * message.el (message-auto-save-directory): Use
12021         file-name-as-directory.
12022         (message-set-auto-save-file-name): Create
12023         message-auto-save-directory if necessary.
12024         (message-replace-chars-in-string): Removed -- unused.
12025         (message-mail-alias-type): Customize.
12026         (message-headers): Remove duplicate defgroup.
12027
12028 2000-11-29  Dave Love  <fx@gnu.org>
12029
12030         * qp.el (quoted-printable-decode-region): Use error, not message
12031         to report malformed text (like base64).  Amend message.
12032
12033 2000-11-29  Miles Bader  <miles@gnu.org>
12034
12035         * message.el (message-header-lines): Fontify tag.
12036
12037 2000-11-27  Dave Love  <fx@gnu.org>
12038
12039         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
12040         compiler warning.
12041
12042 ;2000-11-26  Dave Love  <fx@gnu.org>
12043 ;
12044 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
12045 ;
12046 2000-11-23  Dave Love  <fx@gnu.org>
12047
12048         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
12049
12050         * mm-uu.el (uudecode): Require.
12051         (uudecode-decode-region, uudecode-decode-region-external): Don't
12052         autoload.
12053         (mm-uu-copy-to-buffer): Doc fix.
12054         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
12055         type fix.
12056
12057         * mailcap.el: Doc fixes.
12058         (mailcap-mime-data): Various adjustments.
12059         (mailcap): New group.
12060         (mailcap-download-directory): Customize.
12061         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
12062         (mailcap-temporary-directory): Deleted (unused).
12063         (mailcap-unescape-mime-test): Simplify slightly.
12064         (mailcap-viewer-passes-test): Use functionp.
12065         (mailcap-command-p): Aliased to executable-find.
12066
12067         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
12068         default-enable-multibyte-characters is nil.
12069
12070 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
12071
12072         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
12073
12074 2000-11-21  Dave Love  <fx@gnu.org>
12075
12076         * gnus-art.el (gnus-mime-button-map): Don't inherit from
12077         gnus-article-mode-map.
12078 ;       (gnus-mime-button-menu): Use mouse-set-point.
12079         (gnus-insert-mime-button, gnus-mime-display-alternative)
12080         (gnus-mime-display-alternative): Don't use local-map property.
12081
12082 2000-11-17  Dave Love  <fx@gnu.org>
12083
12084         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
12085         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
12086         and make-temp-file.
12087         (uudecode-decode-region): Doc fix.
12088
12089 2000-11-14  Dave Love  <fx@gnu.org>
12090
12091         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
12092         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
12093         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
12094         New files, derived from the XPMs.
12095
12096 2000-11-10  Dave Love  <fx@gnu.org>
12097
12098         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
12099         (gnus-agent-lib-file, gnus-agent-load-alist)
12100         (gnus-agent-save-alist, gnus-agent-article-name): Use
12101         expand-file-name.
12102
12103         * gnus-group.el (gnus-group-name-charset-method-alist): Add
12104         :version.
12105         (nnkiboze-score-file): Defvar when compiling.
12106
12107         * gnus-start.el (gnus-read-newsrc-file): Add :version.
12108
12109         * gnus-art.el (gnus-article-banner-alist)
12110         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
12111         (gnus-article-date-lapsed-new-header)
12112         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
12113         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
12114         (gnus-treat-strip-headers-in-body)
12115         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
12116         (gnus-treat-translate): Add :version.
12117         (gnus-article-mime-part-function): Fix defcustom.
12118
12119         * nnmail.el (nnmail-expiry-target)
12120         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
12121         (nnmail-split-header-length-limit): Add :version.
12122
12123         * gnus-sum.el (gnus-auto-expirable-marks)
12124         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
12125         (gnus-extra-headers, gnus-ignored-from-addresses)
12126         (gnus-newsgroup-ignored-charsets)
12127         (gnus-group-highlight-words-alist)
12128         (gnus-summary-show-article-charset-alist): Add :version.
12129
12130         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
12131         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
12132         files, converted from the XPMs.
12133
12134         * gnus-cache.el (gnus-cache-active-file): Don't use
12135         file-name-as-directory on directory.
12136         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
12137         use file-name-as-directory on directory.
12138
12139         * time-date.el (timezone-make-date-arpa-standard): Autoload.
12140         (date-to-time): Use it.
12141
12142 ;       * message.el (message-mode) <adaptive-fill-regexp>:
12143 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
12144 ;       (message-newline-and-reformat): Likewise.
12145         (message-forward-as-mime, message-forward-ignored-headers)
12146         (message-buffer-naming-style, message-default-charset)
12147         (message-dont-reply-to-names, message-send-mail-partially-limit):
12148         Add :version.
12149
12150         * mm-util.el: Doc fixes.
12151         (mm-mime-charset): Don't use the raw result of
12152         mm-preferred-coding-system.
12153         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
12154         (mm-with-unibyte): Simplify.
12155
12156         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
12157         concat.
12158
12159         * pop3.el (pop3-version): Deleted.
12160         (pop3-make-date): New function, avoiding message-make-date.
12161         (pop3-munge-message-separator): Use it.
12162
12163 2000-11-09  Dave Love  <fx@gnu.org>
12164
12165         * gnus-group.el (gnus-group-make-directory-group)
12166         (gnus-group-fetch-faq): Use expand-file-name.
12167         (gnus-group-fetch-faq): Simplify completing-read form.
12168
12169         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
12170         test for Mule.
12171
12172         * message.el (tool-bar-map): Defvar when compiling.
12173
12174         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
12175         (gnus-tm-lisp-directory): Deleted.
12176         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
12177         (featurep 'xemacs).
12178         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
12179         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
12180         version numbers from file names.
12181
12182 2000-11-08  Dave Love  <fx@gnu.org>
12183
12184         * mm-view.el: Use featurep for XEmacs test.
12185         (mm-inline-message): Test for `remove-specifier'; don't use
12186         condition-case.
12187
12188         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
12189
12190         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
12191         (gnus-score-find-bnews): Don't concat "".
12192
12193         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
12194         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
12195         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
12196         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
12197
12198         * gnus-sum.el: Put some defvars in eval-when-compile.
12199         (gnus-summary-mode-hook): Add :options.
12200         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
12201         (gnus-summary-tool-bar-map): New variable.
12202         (gnus-summary-make-tool-bar): New function.
12203         (gnus-summary-mode): Put kill-all-local-variables first.
12204
12205         * gnus-group.el (gnus-group-toolbar-map): New variable.
12206         (gnus-group-make-tool-bar): Rewritten.
12207         (gnus-group-mode): Put kill-all-local-variables first.
12208
12209         * rfc2047.el: Require gnus-util.
12210
12211         * nnml.el (gnus-sorted-intersection): Autoload.
12212
12213         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
12214         Put some defvars in eval-when-compile.
12215         (gnus-intersection, gnus-sorted-complement):  Autoload.
12216
12217         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
12218
12219         * mm-encode.el (mm-body-7-or-8): Autoload.
12220
12221         * mm-decode.el (mm-insert-inline): Autoload.
12222
12223         * mml.el:
12224         * message.el: Put some defvars in eval-when-compile.
12225
12226         * gnus-msg.el: Put some defvars in eval-when-compile.
12227         (gnus-msg-mail): Move after gnus-setup-message.
12228
12229         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
12230
12231 2000-11-07  Dave Love  <fx@gnu.org>
12232
12233         * gnus-util.el (nnheader): Don't require message (recursive
12234         autoload).
12235
12236         * uudecode.el: Avoid compiler warnings.
12237
12238         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
12239         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
12240
12241 2000-11-06  Dave Love  <fx@gnu.org>
12242
12243         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
12244
12245         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
12246         (uudecode-char-int): New alias, replacing char-int.
12247         (uudecode-decode-region): Don't call buffer-disable-undo.
12248
12249 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
12250 ;       (mm-uu-configure-list): Doc fix.
12251 ;
12252 ;       * earcon.el (running-xemacs): Don't define.
12253 ;
12254 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
12255 ;
12256 ;       * message.el (message-font-lock-keywords): Match a final newline
12257 ;       to help font-lock's multiline support.
12258 ;
12259 2000-11-03  Dave Love  <fx@gnu.org>
12260
12261         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
12262
12263         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
12264         name.
12265
12266         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
12267         <banner>: Fix custom type, doc.
12268
12269         * mm-decode.el (mm-display-external): Space-prefix temp buffer
12270         name.  Don't disable undo explicitly.
12271
12272 ;2000-11-02  Dave Love  <fx@gnu.org>
12273 ;
12274 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
12275 ;       cite-prefix.
12276
12277 2000-11-01  Dave Love  <fx@gnu.org>
12278
12279         * rfc2047.el (base64): Require unconditionally.
12280         (message-posting-charset): Defvar when compiling.
12281         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
12282         message.
12283
12284         * gnus-sum.el (nnoo): Require.
12285         (mm-uu-dissect): Autoload.
12286
12287         * mml.el (mml-parse-1): Clarify message.
12288         (mml-minibuffer-read-type): Use mailcap-mime-types.
12289
12290 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
12291
12292         * mml.el: Fix a typo in the requiring of CL.
12293
12294 2000-11-01  Dave Love  <fx@gnu.org>
12295
12296         * utf7.el: Require cl when compiling.
12297
12298         * binhex.el: Use (featurep 'xemacs).
12299         (binhex-char-int): New alias, replacing char-int.  Change callers.
12300         (binhex-decode-region): Simplify work buffer code.
12301         (binhex-decode-region-external): Use expand-file-name, not concat.
12302
12303 2000-10-30  Dave Love  <fx@gnu.org>
12304
12305         * gnus-art.el: Fix 2000-10-27 change properly.
12306
12307 2000-10-28  Miles Bader  <miles@gnu.org>
12308
12309         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
12310
12311 2000-10-27  Dave Love  <fx@gnu.org>
12312
12313         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
12314         strings.
12315         (gnus-group-make-tool-bar): New function.
12316         (gnus-group-mode): Use it.
12317
12318         * message.el (message-mode-menu): Add some :help strings.
12319         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
12320         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
12321
12322         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
12323         * describe-group.xpm, get-news.xpm, kill-group.xpm:
12324         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
12325
12326         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
12327         display-graphic-p here.
12328
12329 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
12330
12331         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
12332         of the `gnus-xemacs' variable, as the latter has been removed.
12333         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
12334         * gnus-art.el (gnus-treat-display-xface)
12335         (gnus-treat-display-smileys, gnus-treat-display-picons)
12336         (gnus-article-read-summary-keys): Likewise.
12337
12338 2000-10-26  Dave Love  <fx@gnu.org>
12339
12340         (defvar): Use rmail-spool-directory unconditionally.
12341
12342 2000-10-18  Dave Love  <fx@gnu.org>
12343
12344         * mm-bodies.el (mm-uu-decode-function)
12345         (mm-uu-binhex-decode-function): Defvar when compiling.
12346
12347         * gnus-nocem.el (gnus-nocem-issuers): Update.
12348         (gnus-nocem-check-from): New option.
12349         (gnus-nocem-scan-groups): Use it.
12350         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
12351         (gnus-nocem-check-article-limit): Add :version.
12352
12353 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
12354
12355         * ietf-drums.el (mm-util): Require CL when compiling.
12356
12357 2000-10-15  Dave Love  <fx@gnu.org>
12358
12359         * qp.el: Require mm-util.
12360
12361 2000-10-13  Dave Love  <fx@gnu.org>
12362
12363         * qp.el (quoted-printable-decode-region): Avoid invalid
12364         coding-systems.
12365
12366 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
12367
12368         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
12369         to a recursive load.
12370
12371 2000-10-12  Dave Love  <fx@gnu.org>
12372
12373         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
12374
12375         * gnus.el (gnus-group-startup-message): Check for PBM image.
12376
12377 2000-10-09  Dave Love  <fx@gnu.org>
12378
12379         * mail-source.el (mail-source-fetch-imap): Bind
12380         default-enable-multibyte-characters rather than using
12381         mm-disable-multibyte.
12382
12383 2000-10-05  Dave Love  <fx@gnu.org>
12384
12385         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
12386         Autoload.
12387         (quoted-printable-decode-region):  Rename arg which confused
12388         charset with coding-system.  Don't use nonascii-insert-offset.
12389         Coding-system encode the region initially.  Don't recognize `=='
12390         as valid QP.  Coding-system decode the region finally.
12391         (quoted-printable-decode-string): Rename arg which confused
12392         charset with coding-system.
12393
12394         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
12395         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
12396         mm-encode-coding-region.
12397         (mm-decode-body, mm-decode-string): Rename variables which
12398         confused charset with coding-system.
12399         (binhex-decode-region): Don't autoload.
12400         (mm-body-encoding): Require message.
12401         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
12402         cond branches.
12403
12404         * gnus-art.el (article-de-quoted-unreadable)
12405         (article-de-base64-unreadable): Fold search case
12406         rather than downcasing string.  Apply mm-charset-to-coding-system
12407         to arg of quoted-printable-decode-region.
12408
12409 2000-10-04  Dave Love  <fx@gnu.org>
12410
12411         * gnus-ems.el: Don't turn off compiler warnings in local vars.
12412         Require ring when compiling.
12413         (gnus-article-compface-xbm): New variable.
12414
12415 2000-10-04  Dave Love  <fx@gnu.org>
12416
12417         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
12418         pbm images.
12419
12420         * frown.pbm, smile.pbm, wry.pbm: New files.
12421
12422         * frown.xbm, smile.xbm, wry.xbm: Deleted.
12423
12424 2000-10-03  Dave Love  <fx@gnu.org>
12425
12426         * mail-source.el (mail-sources): Revert to nil.
12427
12428         * nnmail (nnmail-spool-file): Revert to `((file))'.
12429
12430         * qp.el: Don't require mm-util.
12431         (quoted-printable-decode-region): Rewritten.
12432         (quoted-printable-decode-string, quoted-printable-encode-region):
12433         Doc fix.
12434         (quoted-printable-encode-region): Barf on multibyte characters.
12435         Maybe make the class multibyte.  Upcase chars, not formatted
12436         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
12437         (quoted-printable-encode-string): Don't use
12438         mm-with-unibyte-buffer.
12439
12440 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
12441
12442         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
12443
12444 2000-09-21  Dave Love  <fx@gnu.org>
12445
12446         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
12447         (for Emacs 20).  Tidy somewhat.
12448
12449 2000-09-21  Dave Love  <fx@gnu.org>
12450
12451         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
12452         image processing.  Rationalize logic somewhat.
12453
12454 2000-09-20  Dave Love  <fx@gnu.org>
12455
12456         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
12457         specifically.
12458
12459         * gnus.el (gnus-version-number): Avoid some redundant
12460         autoloads.
12461
12462 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
12463
12464         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
12465         to XBM; we always have PBM support.
12466
12467 2000-09-14  Dave Love  <fx@gnu.org>
12468
12469         * gnus.el (gnus-charset):
12470         * mm-decode.el (mime-display):
12471         * imap.el (imap) <defgroup>: Add :version.
12472
12473 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
12474
12475         * parse-time.el: Fix author's mail address.
12476
12477         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
12478         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
12479         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
12480         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
12481         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
12482         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
12483         * rfc2231.el, uudecode.el: Fix copyright notice.
12484
12485         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
12486         require `w3' at load-time only if not running in batch mode.
12487
12488 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12489
12490         * gnus.el: Before merge with Emacs21.
12491
12492 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
12493
12494         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
12495
12496 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
12497
12498         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
12499         to avoid conflict with the standard `back-to-indentation'
12500         binding.
12501
12502 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12503
12504         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
12505
12506         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
12507         (mm-disable-multibyte-mule4): Ditto.
12508         (mm-with-unibyte-current-buffer-mule4): Ditto.
12509
12510 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12511
12512         * pop3.el (pop3-movemail): Use binary.
12513         (pop3-movemail-file-coding-system): Removed.
12514
12515 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12516
12517         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
12518
12519 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12520
12521         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
12522         exists.
12523
12524 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12525
12526         * gnus-msg.el (gnus-post-method): Use backend name when the
12527         address is "".
12528
12529 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12530
12531         * gnus-art.el (article-verify-x-pgp-sig): Don't test
12532         mm-verify-option.
12533         (gnus-treat-x-pgp-sig): Default value.
12534         (gnus-ignored-headers): Redundant.
12535
12536 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12537
12538         * gnus-win.el (gnus-configure-frame): Save selected window.
12539
12540 2000-02-15  Andrew Innes  <andrewi@gnu.org>
12541
12542         * nnmbox.el: Require gnus-range.
12543         (nnmbox-group-building-active-articles): New variable.
12544         (nnmbox-group-active-articles): New variable; this is a cache of
12545         all active articles by group and number.
12546         (nnmbox-in-header-p): New function.
12547         (nnmbox-find-article): New function.
12548         (nnmbox-record-active-article): New function.
12549         (nnmbox-record-deleted-article): New function.
12550         (nnmbox-is-article-active-p): New function.
12551         (nnmbox-retrieve-headers): Use nnmbox-find-article.
12552         (nnmbox-request-article): Ditto.  Also supply extra arg to
12553         nnmbox-article-group-number.
12554         (nnmbox-request-expire-articles): Ditto.
12555         (nnmbox-request-move-article): Ditto.
12556         (nnmbox-request-replace-article): Ditto.
12557         (nnmbox-request-rename-group): Rename group entry in active
12558         article cache.
12559         (nnmbox-delete-mail): Update active article cache, unless article
12560         is being replaced.
12561         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
12562         than partially duplicating it.
12563         (nnmbox-article-group-number): Add extra `this-line' arg, to
12564         handle articles belonging to multiple groups.
12565         (nnmbox-save-mail): Update active article cache.
12566         (nnmbox-read-mbox): Build active article cache when loading mbox.
12567         Also do some repair work, if we find articles that are missing the
12568         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
12569         reconstruct these from Xref info.
12570
12571 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12572
12573         * mail-source.el (mail-source-report-new-mail): Use
12574         nnheader-run-at-time.
12575
12576 2000-02-15  Andrew Innes  <andrewi@gnu.org>
12577
12578         * mail-source.el (mail-source-fetch-pop): Clear pop password when
12579         an error is thrown, and then rethrow the error.
12580         (mail-source-check-pop): Ditto.
12581         (mail-source-start-idle-timer): Prevent multiple pop checks
12582         running if the check takes a long time.
12583
12584 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12585
12586         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
12587         succeed.
12588
12589 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12590
12591         * gnus-win.el (gnus-configure-windows): Make sure
12592         nntp-server-buffer is live.
12593         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
12594
12595 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
12596
12597         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
12598
12599 2000-12-04  Andreas Jaeger  <aj@suse.de>
12600
12601         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
12602
12603 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12604
12605         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
12606
12607 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
12608         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
12609
12610         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
12611
12612 2000-12-01  Simon Josefsson  <sj@extundo.com>
12613
12614         * mml-smime.el (mml-smime-verify): Fix address parsing.
12615
12616 2000-12-01  Simon Josefsson  <sj@extundo.com>
12617
12618         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
12619         more than one certificate inside PKCS#7 blob.  Better security
12620         information (clamed / actual sender, openssl output, certificates
12621         inside message).
12622
12623         * smime.el (smime-verify-region): Output to /dev/null.
12624         (smime-buffer-as-string-region): Don't parse empty lines.
12625
12626 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12627
12628         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
12629         ?d and ?D.
12630         (gnus-mime-security-show-details-inline): New variable.
12631         (gnus-mime-security-show-details): Use them.
12632         (gnus-insert-mime-security-button): Ditto.
12633
12634         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
12635         Suggest by Michael Duggan (md5i@cs.cmu.edu).
12636         (mml2015-gpg-clear-verify): Ditto.
12637         (mml2015-gpg-decrypt-1): Ditto.
12638         (mml2015-use): Prefer 'gpg.
12639
12640 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12641
12642         * gnus-util.el (gnus-add-text-properties-when): New function.
12643         (gnus-remove-text-properties-when): Ditto.
12644
12645         * gnus-cite.el (gnus-article-hide-citation): Use them.
12646         (gnus-article-toggle-cited-text): Use them.
12647
12648         * gnus-art.el (gnus-signature-toggle): Use them.
12649         (gnus-article-show-hidden-text): Ditto.
12650         (gnus-article-hide-text): Ditto.
12651
12652 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12653
12654         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
12655
12656 2000-11-30  Simon Josefsson  <sj@extundo.com>
12657
12658         * smime.el (smime-point-at-eol): New alias.
12659         (smime-buffer-as-string-region): Use it.
12660
12661 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12662
12663         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
12664
12665 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12666
12667         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
12668
12669         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
12670
12671         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
12672
12673 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12674
12675         * nnmh.el (nnmh-request-expire-articles): Implemented
12676         expiry-target for nnmh backend.
12677
12678 2000-11-30  Simon Josefsson  <sj@extundo.com>
12679
12680         * mm-decode.el (mm-security-from): New variable.
12681         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
12682
12683         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
12684         than `from'.
12685
12686 2000-11-30  Simon Josefsson  <sj@extundo.com>
12687
12688         * mml-smime.el (mml-smime-verify): Verify that certificate mail
12689         address match sender address.
12690
12691         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
12692
12693         * smime.el (smime-verify-region): Don't copy buffer.
12694         (smime-decrypt-buffer): Use expand-file-name on keyfile.
12695         (smime-pkcs7-region): New function.
12696         (smime-pkcs7-certificates-region): Ditto.
12697         (smime-pkcs7-email-region): Ditto.
12698         (smime-buffer-as-string-region): Ditto.
12699
12700         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
12701         buffer.
12702
12703 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
12704
12705         * smime.el (smime-decrypt-region): Fix keyfile argument.
12706
12707 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12708
12709         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
12710
12711 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12712
12713         * message.el (message-shoot-gnksa-feet): New variable.
12714         (message-gnksa-enable-p): New function.
12715         (message-send): Use it.
12716         (message-check-news-body-syntax): Ditto.
12717
12718 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12719
12720         * message.el (message-make-message-id): Remove the redundancy.
12721
12722 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12723
12724         * message.el (message-setup): Discourage using mc-install-*-mode.
12725
12726         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
12727
12728 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12729
12730         * gnus-cite.el (gnus-cite-parse): Guess citation length.
12731
12732 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12733
12734         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
12735
12736 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12737
12738         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
12739
12740 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12741
12742         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
12743         insert-buffer-substring.
12744
12745         * message.el (message-send-mail): Use buffer-substring-no-properties.
12746         (message-send-news): Ditto.
12747
12748 2000-11-22  David Edmondson  <dme@dme.org>
12749
12750         * imap.el (imap-wait-for-tag): Message read info.
12751
12752 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12753
12754         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
12755         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
12756         (mml2015-gpg-encrypt): Ditto.
12757
12758 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12759
12760         * mm-decode.el (mm-verify-option): Default value.
12761
12762         * mml-sec.el (mml-secure-part): Error message.
12763
12764 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12765
12766         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
12767
12768 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12769
12770         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
12771
12772 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12773
12774         * gnus-art.el (gnus-article-describe-key): Use prompt.
12775         (gnus-article-describe-key-briefly): Ditto.
12776
12777 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12778
12779         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
12780
12781 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12782
12783         * gnus-art.el (gnus-article-describe-key): New function.
12784         (gnus-article-describe-key-briefly): New function.
12785
12786 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12787
12788         * mm-decode.el (mm-decrypt-option): Doc typo.
12789
12790         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
12791         return a number.
12792
12793 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12794
12795         * message.el (message-newline-and-reformat): Typo.
12796
12797 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12798
12799         * gnus-art.el (article-verify-x-pgp-sig): Check whether
12800         original-article-buffer exists.
12801
12802         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
12803         (rfc2047-header-encoding-alist): Addresses are different from text.
12804         (rfc2047-encode-message-header): Ditto.
12805         (rfc2047-dissect-region): Extra parameter.
12806         (rfc2047-encode-region): Ditto.
12807         (rfc2047-encode-string): Ditto.
12808
12809 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12810
12811         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
12812         (mm-uu-pgp-encrypted-extract): Use it.
12813         (mm-uu-pgp-signed-extract-1): New function.
12814         (mm-uu-pgp-signed-extract): Use it.
12815
12816         * gnus-art.el (gnus-mime-display-security): New function.
12817         (gnus-mime-display-part): Use it.
12818         (gnus-mime-security-verify-or-decrypt): New function.
12819         (gnus-mime-security-press-button): New function.
12820         (gnus-insert-mime-security-button): Use it.
12821
12822         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
12823         (mm-find-raw-part-by-type): Ditto.
12824         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
12825         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
12826         (mm-destroy-parts): Kill nested multibyte buffer.
12827
12828         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
12829         (mml2015-gpg-verify): Ditto.
12830
12831 2000-11-18  Simon Josefsson  <sj@extundo.com>
12832
12833         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
12834         (mml2015-function-alist): Use it.
12835
12836         * mml-sec.el (mml-sign-alist): Update names.
12837         (mml-encrypt-alist): Ditto.
12838         (mml-secure-part-smime-sign): Moved to mml-smime.el
12839         as `mml-smime-sign-query'.
12840         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
12841         `mml-smime-get-file-cert'.
12842         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
12843         `mml-smime-get-dns-cert'.
12844         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
12845         `mml-smime-encrypt-query'.
12846         (mml-smime-sign-buffer): Use mml-smime-sign.
12847         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
12848
12849         * mml-smime.el (mml-smime-sign): New function.
12850         (mml-smime-encrypt):
12851         (mml-smime-sign-query):
12852         (mml-smime-get-file-cert):
12853         (mml-smime-get-dns-cert):
12854         (mml-smime-encrypt-query): Moved from mml-sec.el.
12855
12856 2000-11-16  Simon Josefsson  <sj@extundo.com>
12857
12858         * mml2015.el (mml2015-gpg-clear-verify): New function.
12859         (mml2015-function-alist): Add it.
12860
12861 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
12862
12863         * message.el (message-setup-fill-variables): Use
12864         message-cite-prefix-regexp.
12865         (message-newline-and-reformat): Check the end of citation, leading
12866         WSP, break in the cite prefix.
12867         (message-fill-paragraph): New function.
12868
12869 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
12870
12871         * lpath.el: Shut up.
12872
12873 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
12874
12875         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
12876         raw 8-bit in headers in dk.* newsgroups.
12877
12878 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
12879
12880         * message.el (message-newline-and-reformat): Match extra WSPs.
12881
12882 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
12883
12884         * mml.el (mml-generate-mime-1): Ignore ascii.
12885
12886 2000-11-16 Justin Sheehy  <justin@iago.org>
12887
12888         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
12889
12890 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12891
12892         * message.el (message-cite-prefix-regexp): Prefix should not end
12893         at space.
12894
12895 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
12896
12897         * message.el (message-mode-syntax-table): Add - as a word
12898         constituent as in articles.
12899         (message-setup-fill-variables): Add -_. as supercite-style prefix.
12900         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
12901         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
12902
12903 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
12904
12905         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
12906
12907 2000-11-12  David Edmondson  <dme@dme.org>
12908
12909         * message.el (message-font-lock-keywords): use
12910         message-cite-prefix-regexp.
12911
12912 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12913
12914         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
12915         Stein Arild Str\e,Ax\e(Bmme.
12916         (gnus-group-jump-to-group): Use it.
12917         (gnus-group-jump-to-group-prompt): Customize.
12918
12919 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
12920
12921         * mailcap.el (mailcap-possible-viewers): Match the entire string.
12922
12923 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
12924
12925         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
12926         incompatible.
12927         (mml2015-mailcrypt-sign): Ditto.
12928
12929 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12930
12931         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
12932         group is open.
12933
12934 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
12935
12936         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
12937         nnvirtual articles.
12938         (gnus-backlog-request-article): Don't request nnvirtual articles.
12939
12940 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
12941
12942         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
12943         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
12944
12945 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
12946
12947         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
12948         * mml.el (mml-generate-mime-1): Use charset attribute.
12949         * mm-bodies.el (mm-encode-body): Add parameter charset.
12950         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
12951
12952 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
12953
12954         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
12955         (mml2015-mailcrypt-clear-decrypt): Ditto.
12956         (mml2015-mailcrypt-verify): Ditto.
12957         (mml2015-mailcrypt-clear-verify): Ditto.
12958         (mml2015-gpg-verify): Ditto.
12959
12960 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
12961
12962         * smime.el (smime-openssl-program): Test the existence of openssl.
12963         * mml-smime.el: Require mm-decode.
12964         (mml-smime-verify-test): New function.
12965         * mm-decode.el (mm-verify-function-alist): Use it.
12966
12967 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
12968
12969         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
12970         anyway.
12971
12972 2000-11-13  Simon Josefsson  <sj@extundo.com>
12973
12974         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
12975         verification doesn't work.
12976
12977 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
12978
12979         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
12980         (gnus-inews-do-gcc): Use it.
12981
12982 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
12983
12984         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
12985         leading space.
12986         * mm-extern.el (mm-inline-external-body): Report error when no
12987         access-type.
12988
12989 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
12990
12991         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
12992
12993 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
12994
12995         * gnus-art.el (gnus-mime-button-menu): Use select-window.
12996
12997 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
12998
12999         * gnus-art.el (gnus-mime-display-part): Display multipart/related
13000         as multipart/mixed.
13001
13002 2000-11-12  David Edmondson  <dme@dme.org>
13003
13004         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
13005         and replace `.' with `\w' to allow for different syntax tables
13006         (from Vladimir Volovich).
13007         * message.el (message-newline-and-reformat): use
13008         `message-cite-prefix-regexp'.
13009         * gnus-cite.el (gnus-supercite-regexp): use
13010         `message-cite-prefix-regexp'.
13011         * gnus-cite.el (gnus-cite-parse): use
13012         `message-cite-prefix-regexp'.
13013
13014 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
13015
13016         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
13017         PGP SIGNATURE.  Escape leading "-"'s.
13018         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
13019
13020 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
13021
13022         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
13023
13024 2000-11-11  Simon Josefsson  <sj@extundo.com>
13025
13026         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
13027
13028         * smime.el (smime-details-buffer): New variable.
13029         (smime-sign-region):
13030         (smime-encrypt-region):
13031         (smime-verify-region):
13032         (smime-decrypt-region): Copy OpenSSL output to the buffer.
13033
13034         * mml-smime.el (mml-smime-verify): Support security info.
13035
13036 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
13037
13038         * mm-decode.el (mm-verify-option): Set default to nil.
13039         (mm-decrypt-option): Ditto.
13040         * gnus-art.el (article-verify-x-pgp-sig): New function.
13041
13042 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
13043
13044         * gnus-art.el (gnus-mime-display-alternative): Show button if no
13045         preferred part.
13046
13047 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13048
13049         * gnus-sum.el (gnus-move-split-methods): Say that
13050         `gnus-split-methods' uses file names, whereas this uses group
13051         names.  (Report from Nevin Kapur)
13052
13053 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
13054
13055         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
13056
13057 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
13058
13059         * nnheader.el (nnheader-directory-files-is-safe): New variable.
13060         (nnheader-directory-articles): Use it.
13061         (nnheader-article-to-file-alist): Ditto.
13062
13063 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
13064
13065         * rfc2047.el (rfc2047-pad-base64): New function.
13066         (rfc2047-decode): Use it.
13067
13068 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
13069
13070         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
13071         select method.
13072
13073 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
13074
13075         * mml2015.el (mml2015-gpg-decrypt-1):
13076         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
13077
13078 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13079
13080         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
13081
13082 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
13083
13084         * pop3.el (pop3-munge-message-separator): A message may have an
13085         empty body.
13086
13087 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
13088
13089         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
13090         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
13091         (mm-uu-pgp-signed-extract): Use coding-system.
13092
13093 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
13094
13095         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
13096         (gnus-insert-mime-security-button): New function.
13097         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
13098         * mml2015.el:  Add security info when verify or decrypt.
13099         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
13100         (mm-uu-pgp-encrypted-extract): Ditto.
13101
13102 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
13103
13104         * mm-decode.el (mm-display-parts): New function.
13105         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
13106
13107 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13108
13109         * gnus-mlspl.el: Documentation tweaks.
13110
13111 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13112
13113         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
13114         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
13115         argument.
13116
13117 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
13118
13119         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
13120
13121 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
13122
13123         * gnus-art.el (gnus-article-encrypt): New function.
13124         (gnus-article-encrypt-protocol-alist): New variable.
13125         (gnus-article-encrypt-protocol): New variable.
13126         * mml2015.el (mml2015-self-encrypt): New function.
13127         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
13128
13129 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
13130
13131         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
13132         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
13133         let mailcap do it.
13134         * mml2015.el: Remove snarf code.
13135         * mm-decode.el: Remove snarf code.
13136
13137 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
13138
13139         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
13140         (mml-insert-mime): Understand gnus-decoded.
13141         (mime-to-mml): New parameter handles.
13142         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
13143         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
13144
13145 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
13146
13147         * mm-decode.el (mime-security): New group.
13148         (mm-verify-function-alist): Add test function.
13149         (mm-decrypt-function-alist): Ditto.
13150         (mm-snarf-option): Set default value as nil.
13151         (mm-find-part-by-type): Recursive parameter.
13152         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
13153         * mml2015.el: Support draft-ietf-openpgp-multsig.
13154
13155 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
13156
13157         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
13158         (gnus-article-view-part-as-charset): New function.
13159
13160 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
13161
13162         * mm-decode.el (mm-verify-option): Default value.
13163         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
13164
13165 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13166
13167         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
13168
13169 2000-11-05  Simon Josefsson  <sj@extundo.com>
13170
13171         * mml-smime.el (mml-smime-verify): Work in original multipart
13172         buffert.
13173
13174         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
13175         (mm-handle-multipart-ctl-parameter): Ditto.
13176         (mm-alist-to-plist): New function.
13177         (mm-dissect-buffer): Store CTL parameters and copy original buffer
13178         for multiparts.
13179         (mm-destroy-parts): Destroy multipart buffert.
13180         (mm-remove-part): Ditto.
13181
13182         * mml-smime.el (mml-smime-sign): Not used.
13183         (mml-smime-encrypt): Ditto.
13184
13185         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
13186
13187         Verify S/MIME signature support.
13188
13189         * mm-decode.el (mm-inline-media-tests): Add
13190         application/{x-,}pkcs7-signature.
13191         (mm-inlined-types): Ditto.
13192         (mm-automatic-display): Ditto.
13193         (mm-verify-function-alist): Ditto.  Add name of method.
13194         (mm-decrypt-function-alist): Add name of method.
13195         (mm-find-part-by-type): Add documentation.
13196         (mm-possibly-verify-or-decrypt): Use new format of
13197         mm-{verify,decrypt}-function-alist.  Use method names.
13198
13199         * mml-smime.el (mml-smime-verify): New function.
13200
13201 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
13202
13203         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
13204
13205 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
13206
13207         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
13208         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
13209         * mm-decode.el (mm-snarf-option): New variable.
13210
13211 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13212
13213         * mm-util.el (mm-subst-char-in-string): New function.
13214         (mm-replace-chars-in-string): Use it.
13215         * message.el (message-replace-chars-in-string): Use it.
13216         * nnheader.el (nnheader-replace-chars-in-string): Use it.
13217         * gnus-mh.el (mh-lib-progs): Shut up.
13218
13219 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
13220
13221         * base64.el, md5.el: Moved to contrib directory.
13222
13223 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
13224
13225         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
13226         the last article when search.
13227
13228 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
13229
13230         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
13231         * nnmail.el (nnmail-pathname-coding-system): Ditto.
13232
13233 2000-09-29  David Edmondson  <dme@thus.net>
13234
13235         * message.el (message-newline-and-reformat): Typo.
13236
13237 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13238
13239         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
13240
13241 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
13242
13243         * nntp.el (nntp-decode-text): Delete bogus status lines.
13244
13245 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
13246
13247         * message.el (message-font-lock-keywords): Match a final newline
13248         to help font-lock's multiline support.
13249
13250 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13251
13252         * nnoo.el (nnoo-set): New function.
13253
13254 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
13255
13256         * gpg.el, gpg-ring.el: Moved to contrib directory.
13257
13258 2000-11-04  Simon Josefsson  <sj@extundo.com>
13259
13260         * nnimap.el (nnimap-split-inbox): Typo.
13261
13262 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13263
13264         * gnus-msg.el (gnus-msg-mail): Move it backwards.
13265
13266 2000-11-03  Simon Josefsson  <sj@extundo.com>
13267
13268         * rfc2231.el (rfc2231-parse-qp-string): New function.
13269         (require): rfc2047.
13270
13271         * mail-parse.el (mail-header-parse-content-type):
13272         (mail-header-parse-content-disposition): Support invalid QP
13273         encoded strings, by using `rfc2231-parse-qp-string'.
13274
13275 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
13276
13277         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
13278         (rfc2231-decode-encoded-string): Typo "> X 1".
13279         (rfc2231-encode-string): Insert the name of charset.
13280         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
13281
13282 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
13283
13284         * mm-decode.el (mm-save-part): Return the filename.
13285         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
13286         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
13287         (gnus-mime-action-alist): Use it.
13288         (gnus-mime-button-commands): Use it.
13289         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
13290         (mm-inline-external-body): unwind-protect.
13291
13292 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
13293
13294         * gnus-art.el (gnus-insert-mime-button): Show url.
13295
13296 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
13297
13298         * mml.el (mml-generate-mime-1): Support external url.
13299         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
13300
13301 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
13302
13303         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
13304         * mm-decode.el (mm-display-external): Ditto.
13305         * mm-extern.el: New file.
13306         * mm-decode.el (mm-inline-media-tests): Hook it up.
13307         (mm-inlined-types): Inline message/external-body.
13308
13309 2000-11-02  Simon Josefsson  <sj@extundo.com>
13310
13311         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
13312
13313         * message.el (message-get-reply-headers): Better handling when
13314         Mail-Followup-To is very large.
13315
13316 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
13317
13318         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
13319         * gnus-art.el (gnus-article-edit-done):
13320         * gnus-sum.el (gnus-summary-edit-article-done): Move line
13321         counting code here.
13322         * gnus-msg.el (gnus-setup-message): Remove a hack.
13323
13324 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
13325
13326         * gnus-sum.el (gnus-newsgroup-variables): New variable.
13327         (gnus-summary-mode): Make them local variables.
13328         (gnus-set-global-variables): Globalize them.
13329         (gnus-summary-exit): Kill them.
13330
13331 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
13332
13333         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
13334         word.
13335
13336 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
13337
13338         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
13339         gnus-article-wash-types.
13340         * gnus-art.el (gnus-article-wash-status): Use them.
13341
13342 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
13343
13344         * mml.el (mml-read-tag): Remove spaces and LF.
13345
13346 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
13347
13348         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
13349         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
13350
13351 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
13352
13353         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
13354
13355 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
13356
13357         * gnus-sum.el (gnus-article-charset): New variable.
13358         (gnus-summary-display-article): Set it.
13359         * gnus-msg.el (gnus-copy-article-buffer): Use it.
13360         * gnus-art.el (gnus-article-mode): Make it local variable.
13361
13362 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13363
13364         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
13365
13366 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13367
13368         * nnwfm.el: New file.
13369
13370         * nnweb.el (nnweb-replace-in-string): New function.
13371
13372 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13373
13374         * mml2015.el: Wrap gpg.el.
13375         * gpg.el (gpg-verify): The last argument of apply is a list.
13376         (gpg-encrypt): Add passphrase as a parameter.
13377
13378 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
13379
13380         * gpg.el: New file.
13381         * gpg-ring.el: New file.
13382
13383 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
13384
13385         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
13386
13387 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13388
13389         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
13390         double-quote characters.
13391         (gnus-summary-prepare-threads): Ditto.
13392
13393 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
13394
13395         * gnus-art.el (gnus-mime-display-single): Forward line -1.
13396         * mml.el (mml-read-tag): Don't skip the leading space.
13397         * lpath.el (font-lock-set-defaults): Shut up.
13398
13399 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
13400
13401         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
13402
13403 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
13404
13405         * qp.el (quoted-printable-encode-region): Replace leading - when
13406         ultra safe.
13407         * mml.el (mml-generate-mime-postprocess-function): Removed.
13408         (mml-postprocess-alist): Removed.
13409         (mml-generate-mime-1): Use ultra-safe when sign.
13410         * mml2015.el (mml2015-fix-micalg): Uppercase.
13411         (mml2015-verify): Insert LF.
13412         (mml2015-mailcrypt-sign): Downcase; search backward.
13413
13414 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13415
13416         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
13417         restrictive.
13418         (nnultimate-table-regexp): New variable.
13419         (nnultimate-forum-table-p): Use it.
13420
13421 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
13422         Trivial patch.
13423
13424         * gnus-sum.el (gnus-summary-expire-articles): Save point.
13425
13426 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
13427
13428         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
13429         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
13430
13431 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
13432
13433         * mml2015.el: Shut up.
13434
13435 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
13436
13437         * gnus.el (gnus-server-browse-hashtb): Removed.
13438         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
13439         (gnus-group-insert-group-line-info): Use simplified method.
13440         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
13441
13442 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
13443
13444         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
13445         moved here.
13446         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
13447         * gnus-group.el (gnus-group-prepare-flat): Use it.
13448         * gnus-topic.el (gnus-group-prepare-topics): Use it.
13449
13450 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
13451
13452         * mml.el (mml-mode): Show menu in XEmacs.
13453
13454 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
13455
13456         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
13457         (gnus-server-read-server-in-server-buffer): New function.
13458         (gnus-browse-foreign-server): Browse in group buffer.
13459         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
13460         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
13461         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
13462         * gnus.el (gnus-server-browse-hashtb): New variable.
13463
13464 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
13465
13466         * nnfolder.el (nnfolder-open-nov): Use group.
13467
13468 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
13469
13470         * nnfolder.el: Add NOV. Set version to 2.0.
13471         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
13472
13473 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
13474
13475         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
13476
13477 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13478
13479         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
13480         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
13481
13482 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
13483
13484         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
13485
13486 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
13487
13488         * mm-decode.el (mm-verify-function-alist): New variable.
13489         (mm-verify-option): New variable.
13490         (mm-decrypt-function-alist): Ditto.
13491         (mm-decrypt-option): Ditto.
13492         (mm-find-raw-part-by-type): New function.
13493         (mm-possibly-verify-or-decrypt): New function.
13494         (mm-dissect-multipart): Use it.
13495         * mml2015.el (mml2015-fix-micalg): New function.
13496         (mml2015-decrypt): Use new interface.
13497         (mml2015-verify):  Use new interface.
13498         (mml2015-setup): Make it bogus.
13499
13500 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
13501
13502         * mml.el (mml-generate-mime-postprocess-function): Set to
13503         mml-postprocess.
13504         (autoload): Autoload mml2015 and mml-smime.
13505         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
13506         * mml2015.el (mml2015-encrypt): New function.
13507         (mml2015-sign): New function.
13508         (mml2015-encrypt-function): New variable.
13509         (mml2015-sign-function): New variable.
13510         (mml2015-mailcrypt-encrypt): Use message-recipients.
13511         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
13512         * mml-smime.el (mml-smime-setup): Ditto.
13513
13514 2000-10-28  Simon Josefsson  <sj@extundo.com>
13515
13516         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
13517         Communigate Pro 3.3.1 server.
13518
13519         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
13520         in buffers.
13521         (mml-secure-dns-server): Removed.
13522         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
13523         write certificates to files.
13524
13525         * smime.el (smime-dns-server): New variable.
13526         (smime-mail-to-domain):
13527         (smime-cert-by-dns): New functions.
13528
13529         * dig.el: New file.
13530
13531 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
13532
13533         * message.el (message-options): New variable.
13534         (message-options-set-recipient): New function.
13535         (message-send): Use them.
13536         * gnus-int.el (gnus-request-replace-article): Use them.
13537         (gnus-request-accept-article): Ditto.
13538         * mml.el (mml-preview): Use them.
13539         * gnus-sum.el (gnus-summary-edit-article): Use them.
13540
13541         * message.el (message-options-get): New function.
13542         (message-options-get): New function.
13543         * rfc2047.el (rfc2047-encode-message-header): Use them.
13544         * mm-bodies.el (mm-encode-body): Use them.
13545
13546 2000-10-28  Simon Josefsson  <sj@extundo.com>
13547
13548         * nnimap.el (nnimap-retrieve-which-headers):
13549         (nnimap-request-article-part): Quote message-id.
13550
13551         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
13552         (smime-CA-file): New variable.
13553         (smime-call-openssl-region): Don't error.
13554         (smime-sign-region): Return result value.
13555         (smime-encrypt-region): Ditto.
13556         (smime-verify-region): New function.
13557         (smime-decrypt-region): Ditto.
13558         (smime-verify-buffer): Ditto.
13559         (smime-decrypt-buffer): Ditto.
13560
13561         * mml.el: Require mml-sec.
13562         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
13563         (mml-mode-map): Add "sign" and "encrypt" maps.
13564         (mml-menu): Add security menu.
13565         (mml-preview): Use generate-new-buffer.
13566
13567         * mml-sec.el: New file.
13568
13569 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
13570
13571         * mm-decode.el (mm-find-part-by-type): Move it here.
13572         * mml.el (mml-postprocess): Move it here.
13573         (mml-postprocess-alist): Move it here. Merge them.
13574
13575 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
13576
13577         * rfc2047.el (rfc2047-encode-message-header): Make sure no
13578         unencoded stuff in the header.
13579
13580 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
13581
13582         * gnus-group.el (gnus-group-listed-groups): New variable.
13583         (gnus-group-list-option): New variable.
13584         (gnus-group-list-limit-map): New keymap.
13585         (gnus-group-list-flush-map): New keymap.
13586         (gnus-group-list-plus-map): New keymap.
13587         (gnus-group-prepare-logic): New function.
13588         (gnus-group-prepare-flat): Merge with
13589         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
13590         (gnus-group-prepare-flat-list-dead): Ditto.
13591         (gnus-group-list-matching): Use gnus-group-prepare-function.
13592         (gnus-group-list-dormant): Ditto.
13593         (gnus-group-list-cached): Ditto.
13594         (gnus-group-listed-groups): New function.
13595         (gnus-group-list-limit): New function.
13596         (gnus-group-list-flush): New function.
13597         (gnus-group-list-plus): New function.
13598         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
13599         (gnus-topic-prepare-topic): Ditto.
13600
13601 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
13602
13603         * message.el (message-insert-to, message-get-reply-headers):
13604         (message-reply, message-followup): Mail-{Followup,Reply}-To.
13605
13606 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
13607
13608         * mml2015.el: New file.
13609         * smime.el: New file.
13610         * mml-smime.el: New file.
13611
13612 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
13613
13614         * ChangeLog: Moved to ChangeLog.1.
13615
13616     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
13617   Copying and distribution of this file, with or without modification,
13618   are permitted provided the copyright notice and this notice are preserved.
13619
13620 ;; Local Variables:
13621 ;; coding: iso-2022-7bit
13622 ;; End: