999b04e6ecef7839a54d5d5fd45048956ac11e1a
[gnus] / lisp / ChangeLog
1 2003-01-25  Simon Josefsson  <jas@extundo.com>
2
3         * sieve-manage.el (sieve-manage-is-okno): Parse literal strings.
4
5         * sieve.el (sieve-upload): Fix error printing.
6
7         * mm-encode.el (mm-qp-or-base64): Always QP iff
8         mm-use-ultra-safe-encoding and cleartext PGP.
9
10         * gnus-sum.el (gnus-summary-select-article): Inhibit
11         redisplay (mainly for secured messages).
12
13         * nnmail.el (nnmail-article-group): Copy body too (but don't
14         process it).
15
16 2003-01-25  Jesper Harder  <harder@ifa.au.dk>
17
18         * gnus-art.el (gnus-article-setup-buffer): Reset
19         gnus-button-marker-list.
20
21 2003-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22
23         * nntp.el (nntp-read-timeout): Default to using a second delay
24         under Microsoft Windows.
25
26 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27
28         * nnheader.el (nnheader-directory-separator-character): New
29         variable. 
30
31 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
32
33         * gnus-agent.el (gnus-agent-max-fetch-size)
34         (gnus-agent-article-alist, gnus-agent-get-undownloaded-list)
35         (gnus-agent-catchup, gnus-agent-summary-fetch-group)
36         (gnus-agent-fetch-articles, gnus-agent-backup-overview-buffer)
37         (gnus-agent-flush-cache, gnus-agent-fetch-headers)
38         (gnus-agent-braid-nov, gnus-agent-load-alist)
39         (gnus-agent-article-alist-save-format)
40         (gnus-agent-read-agentview, gnus-agent-save-alist)
41         (gnus-agent-fetch-group-1, gnus-agent-expire)
42         (gnus-agent-uncached-articles, gnus-agent-retrieve-headers)
43         (gnus-agent-regenerate-group): Reformat to keep under eighty
44         columns.  Reword docstrings so that first line is under eighty
45         chars and a complete sentence.  Still need to work on the rear
46         end of the file, in particular gnus-agent-expire.       
47
48 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
49
50         * gnus-agent.el (gnus-agentize): Indent.
51
52         * gnus.el (gnus-version-number): Bumped.
53
54 2003-01-24 20:32:44 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
55
56         * gnus.el: Oort Gnus v0.14 is released.
57
58 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
59
60         * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B
61         before beginning.  Trivial patch from Mark Thomas
62         <swoon@bellatlantic.net>.
63
64 2003-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
65
66         * spam.el (spam-check-blackholes, spam-split) 
67         (spam-mark-junk-as-spam-routine, spam-summary-prepare-exit): added
68         gnus-message calls to show to users what spam.el is doing
69
70 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
71
72         * gnus-msg.el (gnus-message-replysign)
73         (gnus-message-replyencrypt): Fix typo.
74
75 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
76
77         * gnus-art.el (gnus-mime-security-show-details): Toggle showing
78         details. 
79
80 2003-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
81
82         * gnus-art.el (gnus-article-press-button): let* -> let.
83         (gnus-mime-security-show-details): Cleaned up.
84         (gnus-mime-security-press-button): Save excursion.
85         (gnus-insert-mime-security-button): Clean up.
86
87         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Doc fix.
88
89         * gnus-async.el (gnus-async-wait-for-article): Don't use a
90         timeout. 
91
92         * nntp.el (nntp-accept-process-output): Removed timeout. 
93         (nntp-read-timeout): New variable.
94         (nntp-accept-process-output): Use it.
95
96         * gnus-sum.el (gnus-data-find-list): Remove *.
97
98 2002-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
99
100         * gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
101         introduced on 2002-01-22.
102         (gnus-summary-first-unseen-or-unread-subject): Ditto.
103
104 2003-01-23  Teodor Zlatanov  <tzz@lifelogs.com>
105
106         * spam.el (spam-check-regex-headers, spam-list-of-checks) 
107         (spam-regex-headers-spam, spam-regex-headers-ham): added spam/ham
108         checks of incoming mail based on simple header regexp matching
109
110 2003-01-22  Teodor Zlatanov  <tzz@lifelogs.com>
111
112         * gnus-sum.el (gnus-spam-mark): set to `$'
113
114 2002-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
115
116         * gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
117         gnus-newsgroup-unfetched, the list of articles whose headers have
118         not been fetched from the server.
119
120         * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
121         parameter as it never worked due to a bug.  Added check to prevent
122         selection of any article in the gnus-newsgroup-unfetched list.
123         (gnus-summary-find-prev): Added check to prevent selection of any
124         article in the gnus-newsgroup-unfetched list.
125         (gnus-summary-first-subject): Documented API. Modified
126         implementation so that constraints are handled independently.
127         Added check to prevent selection of any article in the
128         gnus-newsgroup-unfetched list.
129         (gnus-summary-first-unseen-subject): Updated parameters in
130         gnus-summary-first-subject call to match new API.
131         (gnus-summary-first-unseen-or-unread-subject): Ditto.
132         (gnus-summary-catchup): Do not mark unfetched articles as read.
133         
134 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
135
136         * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook):
137         make-obsolete-variable allows only two arguments in XEmacs and
138         Emacs 20.
139
140         * gnus-sum.el (gnus-summary-wash-hide-map): Remove
141         gnus-article-hide-pgp.
142         (gnus-summary-make-menu-bar): do.
143
144         * gnus-art.el (gnus-treat-strip-pgp): Make obsolete.
145         (gnus-treatment-function-alist): Remove gnus-treat-strip-pgp and
146         gnus-article-hide-pgp.
147         (article-hide-pgp): Remove.
148         (gnus-article-hide): Remove gnus-article-hide-pgp.
149
150         * gnus.el: Remove gnus-article-hide-pgp
151
152 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
153
154         * message.el (message-required-headers): Doc fix.
155
156 2003-01-21  Teodor Zlatanov  <tzz@lifelogs.com>
157
158         * spam.el (spam-group-ham-processor-bogofilter-p): fixed bug
159         (spam-ifile-register-ham-routine, spam-ifile-ham-category): new
160         option to make ifile a purely binary classifier
161
162 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
163
164         * mml-sec.el (mml-secure-sign-pgpauto): Renamed.
165         (mml-secure-encrypt-pgpmime): Removed double.
166
167         * gnus-sum.el (gnus-summary-mark-article-as-replied): Added
168         debugging statements.
169
170 2003-01-21  Andreas Fuchs  <asf@void.at>
171
172         * mml-sec.el (mml-sign-alist): Added pgpauto.
173
174 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
175
176         * gnus.el (gnus-version-number): Bumped version number.
177
178 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
179
180         * gnus.el: Oort Gnus v0.13 is released.
181
182 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
183
184         * gnus-art.el (gnus-button-url-regexp): Removed |.
185
186         * message.el (message-send-hook): Doc fix.
187
188         * gnus-win.el (gnus-buffer-configuration): Display article
189         instead of article-copy when `reply'.
190
191 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
192
193         * gnus.el (gnus-format): Change customize group to gnus.
194         (gnus-cache): Add link.
195         (gnus-group-charter-alist): Fix docstring.
196
197 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
198
199         * mailcap.el (mailcap-print-command): lpr-command might be
200         unbound in XEmacs.
201
202 2002-01-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
203
204         * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
205
206         * gnus-sum.el (gnus-summary-update-article-line): Fixed
207         calculation of net characters added for use in the gnus-data
208         structure.
209         
210 2003-01-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
211
212         * nnmail.el (nnmail-process-unix-mail-format): Improve error
213         message.  Suggested by Jari Aalto.
214
215 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
216
217         * gnus-art.el (gnus-article-followup-with-original): Clean up. 
218         (gnus-article-reply-with-original): Ditto.
219
220         * gnus-sum.el (gnus-summary-catchup): Make sure downloadable,
221         read articles don't become unread.
222
223 2003-01-17  Simon Josefsson  <jas@extundo.com>
224
225         * gnus-fun.el (gnus-x-face-from-file): 
226         (gnus-face-from-file): Suggest image format in minibuffer prompt.
227
228         * gnus-fun.el (gnus-convert-image-to-x-face-command)
229         (gnus-convert-image-to-face-command): Doc fix.
230
231 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
232
233         * gnus-fun.el (gnus-convert-face-to-png): Protect against errors.
234
235 2003-01-17  Jesper Harder  <harder@ifa.au.dk>
236
237         * gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to
238         avoid encoding problems.
239
240         * mailcap.el (mailcap-ps-command): New variable.
241         (mailcap-mime-data): Add print entry where applicable.  Use
242         pdftotext on a tty.
243
244 2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
245
246         * gnus-sum.el (gnus-alter-header-function): Add type and group.
247
248 2003-01-16  Simon Josefsson  <jas@extundo.com>
249
250         * gnus-fun.el (gnus-convert-image-to-x-face-command) 
251         (gnus-convert-image-to-face-command, gnus-x-face-from-file) 
252         (gnus-face-from-file): Doc fix; don't mention image format.
253
254 2003-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
255
256         * spam.el (spam-get-article-as-filename): new function (unused for now)
257         (spam-get-article-as-buffer): new function
258         (spam-get-article-as-string): use spam-get-article-as-buffer
259         (spam-summary-prepare-exit): fixed bug, noticed by Malcolm Purvis
260
261 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
262  
263         * gnus-agent.el: Don't use `path'.
264         From the GNU coding standards:
265         
266             Please do not use the term ``pathname'' that is used in Unix
267             documentation; use ``file name'' (two words) instead.  We use
268             the term ``path'' only for search paths, which are lists of
269             directory names.
270
271         * nnsoup.el (nnsoup-file-name): Ditto.
272  
273         * nnmail.el (nnmail-pathname-coding-system): Ditto.
274         (nnmail-group-pathname): Ditto.
275  
276         * nnimap.el (nnimap-group-overview-filename): Ditto.
277  
278         * nnheader.el (nnheader-pathname-coding-system): Ditto.
279         (nnheader-group-pathname): Ditto.
280  
281         * nnfolder.el (nnfolder-group-pathname): Ditto.
282  
283         * gnus.el (gnus-home-directory): Ditto.
284  
285         * gnus-group.el (gnus-group-icon-list): Ditto.
286  
287 2003-01-16  Jesper Harder  <harder@ifa.au.dk>
288
289         * gnus-art.el (gnus-mime-print-part): Use mm-handle-media-type.
290
291         * message.el (message-mode-menu): Use it.
292         (message-mode-menu): Deactivate "Yank Original" if there's no
293         reply buffer.
294
295         * messagexmas.el (message-xmas-redefine): Redefine in XEmacs.
296
297         * message.el (message-mark-active-p): New function.
298
299 2003-01-15  Teodor Zlatanov  <tzz@lifelogs.com>
300
301         * spam.el (spam-use-bogofilter-headers, spam-bogofilter-header) 
302         (spam-bogofilter-database-directory): new variables
303         (spam-check-bogofilter-headers, spam-check-bogofilter) 
304         (spam-bogofilter-register-with-bogofilter) 
305         (spam-bogofilter-register-spam-routine) 
306         (spam-bogofilter-register-ham-routine) 
307         (spam-group-ham-processor-bogofilter-p): new functions for the new
308         Bogofilter interface
309         (spam-summary-prepare-exit): use the new Bogofilter functions
310         (spam-list-of-checks): added spam-use-bogofilter-headers
311         (spam-bogofilter-score): rewrote function
312         (spam-check-bogofilter): optional score parameter, uses
313         spam-check-bogofilter-headers better
314         (spam-check-bogofilter-headers): optional score parameter
315
316         * gnus.el (gnus-install-group-spam-parameters): new variable, t by
317         default, in the gnus-start customization group.  Used to disable
318         the spam-*/ham-* parameters.
319         (gnus-group-ham-exit-processor-bogofilter): new ham processor
320
321 2003-01-15  Jesper Harder  <harder@ifa.au.dk>
322
323         * gnus-xmas.el (gnus-xmas-redefine): Use region-exists-p in
324         XEmacs.
325
326         * gnus-ems.el (gnus-mark-active-p): do.
327
328 2003-01-15  Kevin Ryde  <user42@zip.com.au>
329
330         * gnus.texi (Using MIME): Mention auto-compression-mode with
331         gnus-mime-copy-part.
332
333 2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
334
335         * message.el (message-send): Don't warn about duplicates when
336         superseding. 
337
338 2003-01-15  Simon Josefsson  <jas@extundo.com>
339
340         * nnimap.el (nnimap-split-download-body): New variable.
341         (nnimap-split-articles): Use it.
342
343 2002-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
344
345         * gnus-agent.el (gnus-agent-check-overview-buffer): This data
346         integrity checker was incorrectly flagging, and removing, articles
347         whose article number was negative.
348         (gnus-agent-fetch-group-1): When executed in the group's summary
349         buffer, refresh each downloaded line to update the status flag and
350         font.  Preserve the value of gnus-newsgroup-headers so that
351         gnus-agent-fetch-articles can split the requests by size.
352         (gnus-agent-expire): Corrected day calculation for when
353         gnus-agent-expire-days contains a list.
354
355 2003-01-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
356
357         * gnus-audio.el (gnus-audio-au-player): Use executable-find. 
358
359 2003-01-13  Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
360
361         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
362           /usr/bin/play as default player. 
363           (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
364
365 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
366
367         * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
368         articles to be marked as well.
369
370 2002-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
371         * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
372         fictious headers generated by nnagent (ie. Undownloaded Article
373         ####) in the list of articles that have not been downloaded.
374         
375         * gnus-int.el (): Added require declarations to resolve
376         compile-time warnings.
377         (gnus-open-server): If the server status is set to offline,
378         recursively execute gnus-open-server to open the offline backend
379         (e.g. nnagent).
380
381 2003-01-14  Jesper Harder  <harder@ifa.au.dk>
382
383         * gnus-art.el (gnus-article-reply-with-original): Use
384         gnus-mark-active-p.
385         (gnus-article-followup-with-original): do.
386
387 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
388
389         * gnus-sum.el: Removed `(when t ...)' around `gnus-define-keys'.
390
391 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
392
393         * gnus-score.el (gnus-score-edit-file-at-point): New function.
394         (gnus-score-find-trace): Bind it to `e' key.  Added `q' for quit.
395
396 2003-01-13  Romain FRANCOISE  <romain@orebokech.com>
397
398         * gnus-fun.el (gnus-x-face-from-file): Quote file name. 
399         (gnus-face-from-file): Ditto.
400
401 2003-01-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
402
403         * gnus-sum.el (gnus-articles-to-read): Don't just apply
404         gnus-alter-articles-to-read-function to the unread articles. 
405
406 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
407
408         * deuglify.el (gnus-article-outlook-unwrap-lines)
409         (gnus-article-outlook-repair-attribution)
410         (gnus-article-outlook-rearrange-citation): New function names,
411         renamed from "gnus-outlook-" to "gnus-article-outlook-".  Changed
412         doc-string.
413
414         * gnus-sum.el (gnus-summary-mode-map): Use new function names,
415         removed `W k' key binding (use `W Y f' instead).
416         (gnus-summary-make-menu-bar): Use new function names.
417
418 2003-01-13  Simon Josefsson  <jas@extundo.com>
419
420         * gnus-fun.el (gnus-random-x-face): Doc fix.
421         (gnus-insert-random-x-face-header): New function.
422
423 2003-01-13  Jesper Harder  <harder@ifa.au.dk>
424
425         * gnus-sum.el (gnus-summary-make-menu-bar): Deactivate items if
426         mark is not active.
427
428         * gnus-msg.el (gnus-inews-do-gcc): Comment.
429
430         * gnus-ems.el (gnus-mark-active-p): New function.
431
432         * gnus-group.el (gnus-topic-mode-p): New function.
433         (gnus-group-make-menu-bar): Show more key bindings in topic mode.
434         Deactivate items if mark is not active.
435
436 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
437
438         * gnus.el (gnus-version-number): Bumped version.
439         (gnus-summary-line-format): Doc fix.
440
441 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
442
443         * gnus.el: Oort Gnus v0.12 is released.
444
445 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
446
447         * mail-source.el (mail-sources): Removed autoload to make it
448         compile under XEmacs.
449
450 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
451
452         * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
453         regexp or a function too.
454         (gnus-confirm-treat-mail-like-news): New variable.  Ask for
455         confirmation even if the original article is mail.
456
457 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
458
459         * gnus-msg.el (gnus-inews-add-send-actions): Get the right
460         articles to be marked when not yanking.
461
462 2003-01-12  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@curie.fr>
463
464         * mm-decode.el (mm-get-part): Use mm-with-unibyte-current-buffer.
465         
466 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
467
468         * gnus-fun.el (gnus-face-from-file): Autoload.
469
470         * gnus-cite.el (gnus-cite-delete-overlays): Protect against more
471         errors.
472
473 2003-01-12  Simon Josefsson  <jas@extundo.com>
474
475         * sieve.el (sieve-upload-and-bury): New.  Suggested by
476         kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
477
478         * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
479         Suggested by kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
480
481 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
482
483         * gnus-art.el (gnus-ignored-headers): Don't include the ^ and :
484         in every string.
485
486         * gnus.el (gnus-version-number): Bumped version number.
487
488 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
489
490         * gnus.el: Oort Gnus v0.11 is released.
491
492 2003-01-12  Jesper Harder  <harder@ifa.au.dk>
493
494         * message.el (message-fetch-reply-field): Narrow to headers.
495
496         * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
497         if Gnus isn't alive.
498
499 2002-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
500
501         * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
502         marks from articles that are already stored in the agent.
503         (gnus-agent-backup-overview-buffer): New debug tool.  Creates a
504         backup copy of an invalid .overview file for later analysis.
505         
506 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
507
508         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
509         exit work with two frames.
510
511 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
512
513         * message.el (message-forward-make-body): Use mule4.
514
515 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
516
517         * message.el (message-mode-map): Move wide-reply command.
518
519 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
520
521         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
522         castellano.
523         (gnus-outlook-display-hook): New variable.
524         (gnus-outlook-display-article-buffer): New function.
525         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
526         (gnus-outlook-deuglify-article): Made them interactive and added
527         optional arg.  Use `g-o-d-a-b'.
528         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
529
530         * gnus-sum.el: Added autoloads.
531         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
532         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
533
534 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
535
536         * gnus-art.el (gnus-display-mime): Use the mime emulation
537         variable. 
538
539         * gnus-sum.el (gnus-article-emulate-mime): New variable.
540
541         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
542         newsrc-alist is initialized properly.
543
544         * mail-source.el (mail-sources): Autoload.
545
546         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
547         nil.
548
549         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
550         insert two newlines.
551
552         * message.el (message-check-news-header-syntax): Compute the
553         header length correctly.
554
555 2002-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
556
557         * gnus-agent.el (gnus-agent-expire): Do not remove article from
558         alist when keeping fetched article file.
559         (gnus-agent-retrieve-headers): When parsing response for article
560         numbers, use the same algorithm as gnus-agent-braid-nov to protect
561         against garbage in the server's response.
562
563         * gnus-int.el (gnus-request-expire-articles,
564         gnus-request-move-article): Only expire when the group's server
565         has been agentized.
566
567 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
568
569         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
570         errors when deleting overlays.
571
572         * gnus-score.el (gnus-score-followup): Allow tracing.
573
574         * gnus-art.el (gnus-treat-display-face): New variable.
575         (article-display-face): New command.
576
577         * gnus-fun.el (gnus-face-from-file): New function.
578         (gnus-convert-face-to-png): Ditto.
579
580         * gnus-art.el (gnus-ignored-headers): Added Face.
581
582 2003-01-10  Simon Josefsson  <jas@extundo.com>
583
584         * nndraft.el (nndraft-request-group): Avoid crash in
585         directory-files when draft directory doesn't exists.
586
587         * gnus-sum.el (gnus-select-article-hook): Add :option.
588
589 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
590
591         * spam.el (spam-use-stat): new variable
592         (spam-group-spam-processor-stat-p) 
593         (spam-group-ham-processor-stat-p): new convenience functions
594         (spam-summary-prepare-exit): add spam/ham processors to sequence
595         (spam-list-of-checks): add spam-use-stat to list of checks
596         (spam-split): conditionally load the spam-stat tables
597         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
598         spam-check-ifile): new functions
599
600         * spam-stat.el (spam-stat): typo fix
601         (spam-stat-install-hooks): new variable
602         (spam-stat-split-fancy-spam-group): added documentation clarification
603         (spam-stat-split-fancy-spam-threshhold): new variable
604         (spam-stat-install-hooks): make hooks conditional
605         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
606
607         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
608         spam-stat ham/spam processor symbols
609
610 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
611
612         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
613         file exists.
614
615 2003-01-10  Simon Josefsson  <jas@extundo.com>
616
617         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
618         undownloaded/downloadable only when unplugged.
619
620 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
621
622         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
623
624 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
625
626         * spam.el (spam-check-ifile): fixed call-process-region to use the
627         db parameter only if it's set
628         (spam-ifile-register-with-ifile): ditto
629
630 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
631
632         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
633         spam-stat-nbad before creating the hash table.
634         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
635         Changed copyright statement to FSF.
636
637 2002-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
638
639         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
640         processable articles as read.
641         (gnus-agent-summary-fetch-series): Remove processable and
642         downloadable marks on all downloaded articles in the series.
643
644         * nntp.el (nntp-report): Throw error after reporting the problem.
645         (nntp-accept-process-output): Corrected error check to report an
646         error when the process is nil.
647
648 2003-01-09  Simon Josefsson  <jas@extundo.com>
649
650         * message.el (message-tool-bar-map): Add preview.
651
652 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
653
654         * mml.el (mml-preview): Get rid of MIME handles and buffers after
655         previewing.
656
657 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
658
659         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
660         bug when the (n+1)th article to be added to a group has a smaller
661         number than the n articles already added.
662
663 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
664
665         * message.el (message-mode-field-menu): Use backquote.
666
667 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
668
669         * spam.el: fixed the BBDB autoloads again, using
670         bbdb-search-simple now (which is not a macro, thank god)
671
672         * lpath.el (bbdb-search): removed function from maybe-fbind list
673
674         * gnus.el (ham-process-destination): added new parameter for
675         destination of ham articles found in spam groups at summary exit
676
677         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
678         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
679         (spam-ifile-database-path): added new parameter for ifile's database
680         (spam-move-spam-nonspam-groups-only): new parameter to determine
681         if spam should be moved from all groups or only some
682         (spam-summary-prepare-exit): fixed logic to use
683         spam-move-spam-nonspam-groups-only when deciding to invoke
684         spam-mark-spam-as-expired-and-move-routine; always invoke that
685         routine after the spam has been expired-or-moved in case there's
686         some spam left over; use spam-ham-move-routine in spam groups
687         (spam-ham-move-routine): new function to move ham articles to the
688         ham-process-destinations group parameter
689
690 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
691
692         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
693
694         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
695         gnus-summary-update-article-line.
696
697 2003-01-08  Simon Josefsson  <jas@extundo.com>
698
699         * nnmail.el (nnmail-expiry-target-group): Request group, create it
700         not successful.
701
702 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
703
704         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
705
706 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
707
708         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
709         logic, finally
710
711 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
712
713         * gnus-spec.el (gnus-parse-format): %C is a complex format.
714         (gnus-parse-format): Change to %~.
715
716         * message.el (message-generate-headers): Don't generate optional
717         empty headers.
718
719 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
720
721         * message.el (message-cross-post-default)
722         (message-cross-post-note-function, message-shoot-gnksa-feet)
723         (message-strip-subject-trailing-was, message-change-subject)
724         (message-mark-insert-file, message-cross-post-followup-to)
725         (message-cross-post-followup-to, message-mode-map)
726         (message-generate-unsubscribed-mail-followup-to)
727         (message-make-mail-followup-to): Minor changes to doc-strings and
728         error messages.  Updated copyright line.
729
730         * message.el (message-make-mail-followup-to,
731         message-generate-unsubscribed-mail-followup-to): New function
732         names.  Renamed functions: "-mft" -> "-mail-followup-to".
733         (message-make-mft, message-gen-unsubscribed-mft): Removed function
734         names.
735
736         * mml.el (mml-preview-insert-mail-followup-to): New function name.
737         (mml-preview-insert-mft): Removed function name.
738         (mml-preview): Use new function names.
739
740         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
741
742         * message.el (message-mode-field-menu): Moved header related
743         commands from "Message" to "Field" menu.
744
745 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
746
747         * message.el (message-generate-headers-first): Added customization
748         if variable is a list.
749
750 2003-01-07  Michael Shields  <shields@msrl.com>
751
752         * gnus-art.el (gnus-article-next-page): Correctly handle the case
753         where the last line of the article is the last line of the window.
754
755 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
756
757         * gnus-msg.el (gnus-debug): Use ignore-errors.
758
759         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
760         `gnus-summary-update-line'.
761
762 2003-01-08  Simon Josefsson  <jas@extundo.com>
763
764         * gnus-art.el (gnus-unbuttonized-mime-types)
765         (gnus-buttonized-mime-types): Doc fix.
766
767 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
768
769         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
770
771 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
772
773         * nnrss.el (nnrss-group-alist): Add and clear up.
774
775 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
776
777         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
778
779         * lpath.el (bbdb-search): added BBDB functions for a better way to
780         fix missing functions
781
782         * spam.el (spam-check-ifile): if should be an unless
783
784         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
785         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
786         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
787
788 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
789
790         * gnus-sum.el (gnus-summary-make-menu-bar): Added
791         gnus-summary-refer-thread to thread menu.
792
793 2002-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
794
795         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
796         summary buffer, articles that cannot be fetched are marked as
797         canceled.
798
799         * nntp.el (nntp-with-open-group): The quit signal handler must
800         propagate the quit signal to the next outer handler so that the
801         caller knows that the request aborted abnormally.
802
803 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
804
805         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
806         (spam-ifile-register-spam-routine)
807         (spam-ifile-register-ham-routine): added ifile functionality that
808         does not use ifile-gnus.el to classify and register articles
809         (spam-get-article-as-string): convenience function
810         (spam-summary-prepare-exit): added ifile spam and ham registration
811         (spam-ifile-all-categories, spam-ifile-spam-category)
812         (spam-ifile-path, spam-ifile): added customization options
813
814         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
815         exit processor
816         (spam-process): added gnus-group-ham-exit-processor-ifile to the
817         list of choices
818
819 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
820
821         * gnus-score.el (gnus-score-followup): Also score immediate
822         followups.
823
824 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
825
826         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
827
828 2003-01-07  Simon Josefsson  <jas@extundo.com>
829
830         * message.el (message-mode-menu): Fix receipt balloon help.
831
832 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
833
834         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
835         always be interpreted as news.
836
837 2003-01-07  Simon Josefsson  <jas@extundo.com>
838
839         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
840         gnus-sieve-script, instead of the global variable
841         gnus-sieve-crosspost.  One-line patch from Steinar Bang
842         <sb@dod.no>.
843
844 2002-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
845
846         * gnus.el: Renamed gnus-summary-*-uncached-face as
847         gnus-summary-*-undownloaded-face to avoid confusing the agent with
848         the cache.
849
850         * gnus-sum.el: Ditto.
851
852 2002-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
853
854         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
855         in either the group or summary buffer.
856         New command "JS", in summary buffer, will fetch articles per the
857         group's category, predicate, and processable flags.
858         (gnus-agent-summary-fetch-series): Rewritten to call
859         gnus-agent-session-fetch-group once with all articles in the
860         series.
861         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
862         return list of fetched articles.
863         (gnus-agent-fetch-articles): Split fetch list into sublists such
864         that the article buffer is only slightly larger than
865         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
866         the group's article alist is saved.
867         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
868         longer result in the agent trying to fetch an article.
869         (gnus-agent-fetch-group-1): Can now be called in either the group
870         or summary buffer.  Removed the max-fetch-size code that I added
871         on 2002-12-13 as that capability is now part of
872         gnus-agent-fetch-articles.  Added code to update summary buffer.
873         When called in the group buffer, articles that can not be fetched
874         are AUTOMATICALLY MARKED AS READ.
875
876         * gnus-sum.el (): Modified eval-when-compile to minimize
877         misleading compilation warnings.
878         (gnus-update-summary-mark-positions): Changed code to use
879         gnus-undownloaded-mark rather than gnus-downloaded-mark.
880
881         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
882         empty file as the parser assumes that the file isn't empty.
883
884         * nntp.el (nntp-send-string): The process-send-string call can,
885         because it performs I/O on the process, change the process' state
886         from open to closed.  If this happens, call nntp-report
887         immediately to report the broken connection.
888         (nntp-report): Rewritten to avoid needing a global variable to
889         determine the appropriate course of action.  Instead, two function
890         implementations are provided and the nntp-report function value is
891         bound to the appropriate implementation.
892         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
893         (nntp-with-open-group): Now binds nntp-report's function cell
894         rather than binding gnus-with-open-group-first-pass.  Added a
895         condition-case to detect a quit during a nntp command.  When the
896         quit occurs, the current connection is closed as a fetch articles
897         request could have several megabytes queued up for reading.
898         (nntp-retrieve-headers): Bind articles to itself.  If
899         nntp-with-open-group repeats this command, I must have access to
900         the original list of articles.
901         (nntp-retrieve-groups): Ditto for groups.
902         (nntp-retrieve-articles): Ditto for articles.
903         (*): Replaced nntp-possibly-change-group calls to
904         nntp-with-open-group forms in all, but one, occurrance.
905         (nntp-accept-process-output): Bug fix. Detect when called with
906         null process.
907
908 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
909
910         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
911         if we don't need to.
912         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
913
914 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
915
916         * gnus-group.el (gnus-group-make-web-group): Pass the select
917         method on to group-create.
918         (gnus-group-line-format-alist): %U is an integer.
919
920         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
921         ephemeral groups.
922         (gnus-summary-read-group-1): Ditto.
923         (gnus-group-make-articles-read): Ditto.
924
925         * mm-url.el (mm-url-program): Doc fix.
926
927         * message.el (message-mode-map): Rebound
928         message-insert-wide-reply.
929
930 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
931
932         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
933         color as `gnus-group-startup-message' does.
934
935 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
936
937         * spam.el: fixed line lengths to 80 chars or less
938
939         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
940         "not-read" mark
941         (gnus-summary-mark-forward): added the spam-mark to the list of
942         marks not to be marked as "read" when viewed
943
944 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
945
946         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
947
948         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
949         Protect against unactive groups.
950
951         * message.el (message-check-news-header-syntax): Check long
952         header lines.
953         (message-check-news-header-syntax): Update `start'.
954
955         * gnus-group.el (gnus-group-expire-articles): Doc fix.
956         (gnus-group-line-format): %U.
957         (gnus-group-line-format-alist): ?U.
958         (gnus-number-of-unseen-articles-in-group): New function.
959
960         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
961
962         * gnus.el (gnus-version-number): Bump version number.
963
964 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
965
966         * gnus.el: Oort Gnus v0.10 is released.
967
968 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
969
970         * gnus.el (gnus-version-number): Fix version number.
971
972 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
973
974         * gnus.el: Oort Gnus v0.08 is released.
975
976 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
977
978         * mm-util.el: Add mm-string-make-unibyte.
979
980         * gnus-group.el (gnus-group-jump-to-group): Make it work for
981         UTF-8 groups.
982
983 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
984
985         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
986
987         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
988
989 2003-01-04  Kevin Ryde  <user42@zip.com.au>
990
991         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
992         function.
993
994 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
995
996         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
997         (gnus-summary-read-group-1): Update group line.
998         (gnus-summary-exit-no-update): Update group on exit.
999
1000         * gnus-group.el (gnus-group-line-format): Add %*.
1001         (gnus-group-line-format-alist): Ditto.
1002         (gnus-group-insert-group-line): Set it.
1003         (gnus-group-is-exiting-p): New variable.
1004         (gnus-group-insert-group-line): Use it.
1005
1006 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
1007
1008         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
1009         enable BBDB ham processing
1010         (spam-blacklist-register-routine): enable blacklist spam processing
1011         (spam-whitelist-register-routine): enable whitelist ham processing
1012         (spam-fetch-field-from-fast): fast fetching of the "from" field
1013         from (gnus-data-list)
1014         (spam-summary-prepare-exit): works completely now
1015         (spam-use-blacklist): oops, should be nil by default
1016         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
1017         split processing now; before it was for summary exit as
1018         well but that's done with the spam-contents and spam-process
1019         parameters now
1020
1021 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
1022
1023         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
1024         characters.
1025
1026 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
1027
1028         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
1029         (spam-group-processor-p, spam-group-processor-bogofilter-p)
1030         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
1031         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
1032         (spam-mark-spam-as-expired-and-move-routine)
1033         (spam-generic-register-routine, spam-BBDB-register-routine)
1034         (spam-ifile-register-routine, spam-blacklist-register-routine)
1035         (spam-whitelist-register-routine): new functions
1036         (spam-summary-prepare-exit): added summary exit processing (expire
1037         or move) of spam-marked articles for spam groups; added slots for
1038         all the spam-*-register-routine functions
1039
1040 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1041
1042         * pop3.el (pop3-retr): Wait 500 msecs.
1043         (pop3-read-response): Ditto.
1044
1045         * gnus-msg.el (gnus-setup-message): Get the evaliation order
1046         right.
1047         (gnus-inews-make-draft): New function.
1048         (gnus-setup-message): Use it.
1049
1050         * message.el (message-required-headers): Add From.
1051
1052 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1053         Trivial patch from Norbert Koch <nk@viteno.net>.
1054
1055         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
1056
1057 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1058
1059         * message.el (message-generate-headers): Let header formatters do
1060         their work.
1061
1062 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
1063
1064         * deuglify.el (gnus-article-outlook-deuglify-article):
1065         Rehighlight, reapply treatments and call
1066         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
1067         (gnus-outlook-repair-attribution-block): Recognize cited
1068         attributions.  Suggested by Niklas Morberg.
1069
1070 2003-01-02  Pete Kazmier  <pete@kazmier.com>
1071
1072         * gnus-art.el (gnus-treat-predicate): Check condition first.
1073
1074 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
1075
1076         * lpath.el: Add url-http-file-exists-p.
1077
1078         * gnus-group.el (gnus-group-fetch-charter): Use
1079         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
1080
1081 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1082
1083         * message.el (message-draft-headers): Also generate From to get a
1084         nicer draft buffer summary.
1085
1086         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
1087         parameter.
1088
1089         * gnus-art.el (article-wash-html): Clean up.
1090         (article-wash-html): Typo fix.
1091
1092         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
1093         (gnus-summary-mail-forward): To many lists of lists.
1094
1095         * gnus-art.el (article-wash-html): Clean up.
1096
1097 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
1098
1099         * gnus-art.el (gnus-treat-wash-html): New variable.
1100
1101 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1102
1103         * message.el (message-check-news-header-syntax): Allow posting.
1104         (message-check-news-header-syntax): Fix logic for sure, this
1105         time.
1106
1107 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
1108
1109         * message.el (message-check-news-header-syntax): Check syntax of
1110         continuation headers.
1111
1112 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
1113
1114         * gnus-art.el (gnus-button-url-regexp,
1115         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
1116         (gnus-header-button-alist): Regexps are case insensitive here.
1117
1118 2003-01-02  Simon Josefsson  <jas@extundo.com>
1119
1120         * dig.el (query-dig): Doc fix.
1121
1122 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1123
1124         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
1125         summary buffer line, not just the download mark.
1126
1127 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1128
1129         * gnus-sum.el (gnus-summary-goto-subjects): New function.
1130         (gnus-summary-insert-dormant-articles): New command and
1131         keystroke.
1132
1133         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
1134         function for mass insertion of subjects.
1135
1136         * nndraft.el (nndraft-generate-headers): Don't move point.
1137
1138         * gnus.el (nnheader): Require nnheader.
1139
1140         * nndraft.el (nndraft-request-associate-buffer): Use
1141         make-local-variable.
1142
1143 2003-01-02  Michael Shields  <shields@msrl.com>
1144
1145         * nndraft.el (nndraft-request-associate-buffer): Make
1146         write-contents-hooks buffer-local before setting it.
1147
1148 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1149
1150         * gnus.el (gnus-group-parameter-value): Take an extra param.
1151         (gnus-group-fast-parameter): Let group param results be nil.
1152
1153         * gnus-art.el (gnus-article-forward-header): New function.
1154         (article-date-ut): Use it to remove continuation date headers.
1155
1156         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
1157         read-event.
1158         (gnus-summary-remove-bookmark): Clean up.
1159         (gnus-summary-set-bookmark): Clean up.
1160
1161         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
1162
1163         * gnus.el (gnus-group-startup-message): Bind data-directory to
1164         the Gnus etc directory.
1165
1166 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
1167
1168         * spam.el (spam-summary-prepare-exit): added slots for spam- and
1169         ham-processing of articles; use the new
1170         spam-group-(spam|ham)-contents-p functions
1171         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
1172         convenience functions
1173         (spam-mark-junk-as-spam-routine): use the new
1174         spam-group-spam-contents-p function
1175
1176         * gnus.el (spam-process, spam-contents, spam-process-destination):
1177         added new parameters with corresponding global variables
1178         (gnus-group-spam-exit-processor-ifile,
1179         gnus-group-spam-exit-processor-bogofilter,
1180         gnus-group-spam-exit-processor-blacklist,
1181         gnus-group-spam-exit-processor-whitelist,
1182         gnus-group-spam-exit-processor-BBDB,
1183         gnus-group-spam-classification-spam,
1184         gnus-group-spam-classification-ham): added new symbols for the
1185         spam-process and spam-contents parameters
1186
1187         * spam.el (spam-ham-marks, spam-spam-marks): changed list
1188         customization and list itself to store mark symbol rather than
1189         mark character.
1190         (spam-bogofilter-register-routine): added logic to generate mark
1191         values list from spam-ham-marks and spam-spam-marks, so (member)
1192         would work.
1193
1194 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1195
1196         * message.el (message-cross-post-followup-to): Fix comment.
1197
1198 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
1199
1200         * spam.el (spam-ham-marks, spam-spam-marks): changed list
1201         customization and list itself to store mark symbol rather than
1202         mark character.
1203         (spam-bogofilter-register-routine): added logic to generate mark
1204         values list from spam-ham-marks and spam-spam-marks, so (member)
1205         would work.
1206
1207 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
1208
1209         * message.el (message-signature-insert-empty-line): New variable.
1210
1211 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1212
1213         * message.el: Renamed functions and variables: "xpost" ->
1214         "cross-post", "-fup2" -> "-followup-to".
1215         (message-cross-post-old-target, message-cross-post-default,
1216         message-cross-post-note, message-followup-to-note,
1217         message-cross-post-note-function): New variables names.
1218         (message-xpost-old-target, message-xpost-default,
1219         message-xpost-note, message-fup2-note,
1220         message-xpost-note-function): Removed variable names.
1221         (message-cross-post-followup-to-header,
1222         message-cross-post-insert-note, message-cross-post-followup-to):
1223         New function names.
1224         (message-xpost-fup2-header, message-xpost-insert-note,
1225         message-xpost-fup2): Removed function names.
1226
1227 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1228
1229         * message.el (message-send-mail): Added message-cleanup-headers to
1230         prevent newlines in headers.
1231
1232 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1233
1234         * dns.el (dns-make-network-process): Comment.
1235
1236         * gnus-sum.el (gnus-summary-display-while-building): Default to
1237         nil.
1238
1239 2003-01-01  Wes Hardaker  <wes@hardakers.net>
1240
1241         * gnus-sum.el (gnus-summary-display-while-building): New
1242         variable.
1243
1244 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
1245
1246         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
1247         before rearranging the article.
1248
1249 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1250
1251         * nndraft.el (nndraft-generate-headers): New function.
1252         (nndraft-request-associate-buffer): Use it to write headers on
1253         buffer save.
1254
1255         * message.el (message-generate-headers): Let the function be a
1256         lambda form.
1257         (message-draft-headers): New variable.
1258
1259         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
1260         function.
1261         (gnus-setup-message): Use it.
1262
1263         * message.el (message-generate-headers-first): Doc fix.
1264         (message-setup-1): Use new function for getting which headers to
1265         generate.
1266         (message-headers-to-generate): New function.
1267
1268 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
1269
1270         * gnus-agent.el (gnus-agent-save-alist): Make directory.
1271
1272 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
1273
1274         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
1275         mention negatives.
1276
1277 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
1278
1279         * deuglify.el (gnus-outlook-rearrange-article): Use
1280         `transpose-regions' instead of tempering the kill-ring.
1281         (gnus-article-outlook-deuglify-article): Rehighlight article
1282         instead of a complete redisplay.
1283
1284 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
1285
1286         * spam.el: most defvars are defcustoms now
1287
1288         patches from Michael Shields  <shields@msrl.com>
1289
1290         * spam.el (spam-bogofilter-articles): Select the article
1291         body using gnus-summary-show-article t instead of
1292         gnus-summary-select-article; this presents the raw text
1293         without running any hooks.
1294
1295         * spam.el (spam-bogofilter-articles): Use message-remove-header
1296         to remove headers; the old way incorrectly removed just the first
1297         line of folded headers.
1298
1299 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1300
1301         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
1302
1303 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1304
1305         * gnus-start.el (gnus-load): New function.
1306         (gnus-read-newsrc-el-file): Use it.
1307
1308 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1309
1310         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
1311         (gnus-button-handle-apropos-documentation): New function.
1312         (gnus-button-handle-ctan): New function.
1313         (gnus-button-alist): Use them.  Improve some regexps.
1314         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
1315
1316 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1317
1318         * message.el (message-subscribed-p): New function.
1319         (message-send-mail): Use it.
1320         * mml.el (mml-preview-insert-mft): New function.
1321         (mml-preview): Use it.
1322
1323 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1324
1325         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
1326         when sorting by date.
1327
1328         * gnus-art.el (gnus-article-edit-mode): New variable.
1329         (gnus-article-setup-buffer): Warn user about discarding edits.
1330
1331         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
1332         (gnus-summary-pipe-output): Take a symbolic prefix to save all
1333         headers.
1334
1335         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
1336
1337 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1338
1339         * message.el (message-completion-alist): Added "Mail-Followup-To"
1340         and "Mail-Copies-To".
1341
1342 2002-07-21  Jesper harder  <harder@ifa.au.dk>
1343
1344         * gnus-group.el: Add key bindings for
1345         gnus-group-sort-groups-by-real-name and
1346         gnus-group-sort-selected-groups-by-real-name.
1347
1348 2002-07-21  Jesper harder  <harder@ifa.au.dk>
1349
1350         * gnus.texi (Sorting Groups): Add key bindings for
1351         gnus-group-sort-groups-by-real-name and
1352         gnus-group-sort-selected-groups-by-real-name.
1353
1354 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
1355
1356         * spam.el (spam-use-dig): new variable for blackhole checking
1357         through dig.el
1358         (spam-check-blackholes): added dig.el checking functionality and
1359         more verbose reporting; query-dig is autoloaded from dig.el
1360         (spam-use-blackholes): disabled by default
1361         (spam-blackhole-servers): removed rbl.maps.vix.com from the
1362         blackhole servers list
1363
1364 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1365
1366         * message.el (message-required-headers): New variable.
1367
1368 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
1369
1370         * dig.el (query-dig): new function
1371
1372 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1373
1374         * flow-fill.el (fill-flowed): Don't infloop on too long fill
1375         prefixes.
1376
1377         * dns.el (query-dns): Protect against errors.
1378
1379         * gnus-msg.el (gnus-article-yanked-articles): New variable.
1380         (gnus-inews-add-send-actions): Mark all answered messages as
1381         answered.
1382
1383 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
1384
1385         * nnmail.el (nnmail-split-it): Added tracing to
1386         `:' split rule
1387
1388 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
1389
1390         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
1391         and "%s" so we don't overquote them.
1392
1393 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
1394
1395         * (mm-display-external): Display the actual command that has been
1396         executed in the echo area.
1397
1398 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1399
1400         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
1401
1402         * message.el (message-with-reply-buffer): New macro.
1403         (message-fetch-reply-field): Use it.
1404         (message-insert-wide-reply): New command and keystroke.
1405         (message-carefully-insert-headers): New function.
1406         (message-insert-to): Use new function.
1407
1408         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
1409         (gnus-topic-goto-missing-group): Use it.
1410
1411         * message.el (message-required-news-headers): Removed Lines.
1412         (message-reply): Don't insert References first.
1413         (message-followup): Ditto.
1414         (message-make-references): New function.
1415         (message-followup): Set message-reply-headers before generating
1416         the buffer stuff.
1417
1418 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
1419
1420         * mml.el (mml-generate-mime-1): Reverse the order of
1421         encoding/flowing.
1422
1423 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1424
1425         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
1426         after moving them.
1427
1428         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
1429         fit with newer standard format.
1430         (gnus-summary-make-false-root-always): New variable.
1431         (gnus-gather-threads-by-subject): Use it.
1432
1433         * message.el (message-get-reply-headers): Take an address list
1434         optional argument.
1435
1436 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1437
1438         * gnus.el (gnus-keep-backlog): Change default to 20.
1439
1440         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
1441         start.
1442         (gnus-agent-check-overview-buffer): Remove negative article
1443         numbers.
1444
1445         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
1446         (nnmail-cache-ignore-groups): Doc fix.
1447
1448         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
1449         (nnimap-debug-buffer): New variable.
1450         (nnimap-debug): Use it.
1451
1452 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
1453
1454         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
1455
1456 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1457
1458         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
1459         they aren't already sorted.
1460
1461 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
1462
1463         * message.el (message-mode-menu): Add ellipses to menu items
1464         expecting user interaction.
1465         (message-mode-field-menu): do.
1466
1467 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
1468
1469         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
1470         it isn't used any more.
1471
1472 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
1473
1474         * binhex.el (binhex-decoder-program): Fix docstring.
1475
1476 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1477
1478         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
1479         special chars if the mailcap file uses single quotes around %s.
1480         From Laurent Martelli <laurent@bearteam.org>.
1481
1482 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
1483
1484         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
1485         return the info object.
1486
1487 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
1488
1489         * gnus-int.el (gnus-request-update-info): Artificially add
1490         (1 . (1- min)) to the read range, in case the backend doesn't
1491         store marks for nonexistent articles.
1492
1493 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1494
1495         * binhex.el (binhex-insert-char): Eval-and-compile.
1496
1497 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
1498
1499         * lpath.el: Add tool-bar-local-item-from-menu.
1500
1501         * message.el (message-tool-bar-local-item-from-menu): New function.
1502         (message-tool-bar-map): Use it.
1503
1504 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
1505
1506         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
1507
1508         * gnus-art.el (gnus-article-header-rank): Last header in
1509         gnus-sorted-header-list should have higher rank than non-members.
1510
1511 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1512
1513         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
1514         covered methods.
1515
1516 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1517
1518         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
1519         eval-when-compile.  Suggested by Kevin Greiner.
1520
1521 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
1522
1523         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
1524         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
1525         even though no headers may have been fetched
1526         (gnus-agent-fetch-group-1, and perhaps others, require this
1527         behavior).
1528         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
1529         server buffer is constrained by gnus-agent-max-fetch-size.
1530         Multiple chunks in the same group may perform arbitrarily large
1531         updates.
1532
1533 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
1534
1535         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
1536         gnus-summary-update-download-mark to update the article in the
1537         summary.
1538
1539 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
1540
1541         * gnus.el (gnus-summary-high-uncached-face,
1542         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
1543         New faces.
1544
1545         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
1546         added this on 2002-11-23 but it just wasn't working out as
1547         intended.  The idea isn't entirely dead, three new faces
1548         gnus-summary-*-uncached-face are being added to gnus.el to provide
1549         the basis for an improved implementation.
1550         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
1551         proper file to open is lib/servers.
1552         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
1553         (i.e. removing the article from gnus-newsgroup-downloadable) will
1554         now restore the article's default mark rather than simply setting
1555         no mark.
1556         (gnus-agent-get-undownloaded-list): Corrected documentation.
1557         Added code to set new summary local variable,
1558         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
1559         a temporary list.  No longer sets gnus-newsgroup-downloadable.
1560         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
1561         up to date.  Call new gnus-summary-update-download-mark to keep
1562         summary buffer up-to-date.
1563         (gnus-agent-fetch-selected-article): Keep
1564         gnus-newsgroup-undownloaded up to date.
1565         (gnus-agent-fetch-articles): Return list of articles that were
1566         successfully fetched.
1567         (gnus-agent-check-overview-buffer): No more thingatpt.
1568         (gnus-agent-expire): No longer deletes NOV entries of unread
1569         articles.
1570         (gnus-agent-unread-articles): New function.
1571         (gnus-agent-regenerate-group): The article number must be
1572         terminated by a tab character.  Added more messages to report
1573         repairs.  Inhibit quits while writing changes so it is now safe
1574         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
1575         downloaded to 1) resolve the unbound references and 2) avoid
1576         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
1577
1578         * gnus-art.el (gnus-article-prepare): The agent
1579         downloaded/undownloaded mark is no longer stored as the article's
1580         mark.
1581
1582         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
1583         gnus-summary-highlight may use it.  Added downloaded as
1584         gnus-summary-highlight was using it.
1585
1586         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
1587         the download mark now follows Kai's +/- convention.
1588         (gnus-downloaded-mark): Added ?+ mark.
1589         (gnus-summary-highlight): Added rules to select
1590         gnus-summary-high-uncached-face,
1591         gnus-summary-normal-uncached-face, and
1592         gnus-summary-low-uncached-face.  Removed the
1593         gnus-agent-downloaded-article-face.
1594         (gnus-summary-line-format-alist): Implemented the download flag
1595         format (?O) as named in the manual.  This implementation displays
1596         either gnus-undownloaded-mark, gnus-downloaded-mark, or
1597         gnus-no-mark.
1598         (gnus-newsgroup-agentized): New local variable that identifies
1599         which groups are agentized.  While the agent is now on by default,
1600         you don't have to agentize every server that you use.
1601         (gnus-update-summary-mark-positions): Completed support for the
1602         download type of mark.
1603         (gnus-summary-insert-line): Added undownloaded to the parameters.
1604         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
1605         reference by the gnus-summary-line-format-spec.
1606
1607         * nntp.el (nntp-with-open-group): This macro handles dropped or
1608         broken connections by opening a new connection and repeating the
1609         failed command.
1610         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
1611         XOVER commands preceeding the active articles with the nov entry
1612         of the first available article.  When gnus connected to such a
1613         server, the unexpected nov entry would result in duplicate lines
1614         in the agent's overview file.  This patch fixes the duplicate
1615         lines problem and improves performance by skipping over all
1616         articles IDs that preceed the first nov entry in the server's
1617         reply.
1618
1619 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1620
1621         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
1622         (gnus-summary-highlight): Use it instead of `downloaded'.
1623         (gnus-summary-highlight-line): Ditto.
1624
1625         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
1626
1627 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1628
1629         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
1630
1631         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
1632         calls.
1633
1634         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
1635         downloaded variable if we're in an uncovered group.
1636
1637         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
1638         font to soemthing less noticeable.
1639         (gnus-agent-group-covered-p): New function.
1640
1641 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
1642
1643         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
1644         Because of an unknown bug, the group buffer is saved in .overview
1645         file.
1646
1647 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1648
1649         * nntp.el (nntp-send-command): Braino in last commit.  Replace
1650         `and' with `or'.
1651
1652 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1653
1654         * nntp.el (nntp-send-command): Assume that echo does not happen
1655         when nntp-open-connection-function is nntp-open-network-stream.
1656         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
1657
1658 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
1659
1660         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
1661
1662 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
1663
1664         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
1665         nntp-server-buffer if we aren't going to write to it.
1666
1667 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1668         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
1669
1670         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
1671
1672 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1673
1674         * rfc2047.el (rfc2047-decode-region): Remove newlines between
1675         decoded words.
1676
1677 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1678
1679         * gnus.el (fboundp): After loading mm-util, make sure it was the
1680         right one.
1681
1682 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1683
1684         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
1685         gnus-sum.  Made into a user option.
1686
1687         * gnus-sum.el (gnus-simplify-ignored-prefixes)
1688         (gnus-summary-mark-article-as-unread)
1689
1690 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
1691
1692         * time-date.el (date-to-time): Typo.
1693
1694         * parse-time.el: Typo.
1695
1696         * nnsoup.el (nnsoup-retrieve-headers): Typo.
1697
1698         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
1699
1700         * nnimap.el:
1701         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
1702
1703         * mm-encode.el (mm-safer-encoding): Typo.
1704
1705         * messcompat.el: Typo.
1706
1707         * message.el (message-face-alist): Typo.
1708
1709         * imap.el (imap-interactive-login, imap-open): Typos.
1710
1711         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
1712
1713         * gnus.el: Typo.
1714
1715         * gnus-win.el (gnus-configure-frame): Typo.
1716
1717         * gnus-util.el (gnus-atomic-progn-assign): Typo.
1718
1719         * gnus-topic.el (gnus-topic-sort-topics): Typo.
1720
1721         * gnus-sum.el (gnus-summary-article-number)
1722         (gnus-summary-read-group-1, gnus-summary-mark-article)
1723         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
1724
1725         * gnus-mule.el (gnus-mule-add-group): Typo.
1726
1727         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
1728
1729         * gnus-group.el (gnus-group-fetch-faq): Typo.
1730
1731         * gnus-art.el (gnus-decode-header-methods): Typo.
1732
1733         * flow-fill.el: Typo.
1734
1735 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
1736
1737         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
1738
1739 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1740
1741         * gnus-sum.el (gnus-simplify-ignored-prefixes)
1742         (gnus-summary-mark-article-as-unread)
1743         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
1744         Reformatting to avoid long lines.
1745         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
1746
1747 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
1748
1749         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
1750         be accessed through `mail-header-number'.
1751
1752 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1753
1754         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
1755         compressed range to gnus-summary-insert-articles.
1756
1757 2002-11-26  Kevin Ryde <user42@zip.com.au>
1758
1759         * gnus-art.el (gnus-mime-copy-part): Look for filename
1760         parameter under content-disposition, not content-type.
1761
1762         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
1763         (gnus-summary-reselect-current-group): Use it.
1764
1765 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
1766
1767         * gnus-agent.el (gnus-agent-uncached-articles): if
1768         gnus-agent-load-alist fails, return ARTICLES.
1769
1770         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
1771
1772 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1773
1774         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
1775         superfluous function call.
1776         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
1777         Add warning to docstring.
1778
1779 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1780
1781         * gnus-agent.el: Autoload number-at-point instead.
1782         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
1783
1784 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1785
1786         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
1787         require thingatpt (for number-at-point) and protect against
1788         deactivate-mark being unbound (on XEmacs).
1789
1790 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1791
1792         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
1793         print message on entry.
1794
1795         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
1796
1797         * gnus-range.el (gnus-range-difference): New function.
1798         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
1799
1800 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1801
1802         * gnus-sum.el (gnus-summary-insert-old-articles): Use
1803         gnus-remove-from-range instead of gnus-range-difference which
1804         doesn't exist.
1805
1806 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1807         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
1808
1809         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
1810         used for showing which articles have been downloaded.
1811         (gnus-agent-article-alist): Format change.  Add documentation.
1812         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
1813         process-marked articles.
1814         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
1815         in the series are individually fetched to minimize lose of
1816         content due to an error/quit.
1817         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
1818         gnus-message instead of message.
1819         (gnus-agent-read-servers): Use file lib/methods instead of
1820         lib/servers.  TODO: Why?
1821         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
1822         (gnus-agent-get-undownloaded-list): Remove articles that appear to
1823         come from the agent.  This means that they are not downloaded.
1824         (gnus-agent-fetch-selected-article): Don't use history.
1825         (gnus-agent-save-history, gnus-agent-enter-history)
1826         (gnus-agent-article-in-history-p, gnus-agent-history-path):
1827         Removed function; history is not used anymore.
1828         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
1829         (gnus-agent-crosspost): Started rewrite then realized that a typo
1830         in gnus-agent-fetch-articles ensures that this function is never
1831         called.  This will need to be fixed later.
1832         (gnus-agent-check-overview-buffer): Some sanity checks on the
1833         agent overview buffer.  This is a safety net used during
1834         development.
1835         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
1836         changed, write a number to the file indicating this.
1837         (gnus-agent-fetch-headers): Rewrite to respect
1838         gnus-agent-consider-all-articles without relying on the
1839         `.fetched' files.  Make it fast.
1840         (gnus-agent-braid-nov): Change resulting from
1841         gnus-agent-fetch-headers change.
1842         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
1843         `.fetched' files.
1844         (gnus-agent-read-agentview): New function, used by
1845         gnus-agent-load-alist.
1846         (gnus-agent-load-fetched-headers): Remove.
1847         (gnus-agent-save-alist): Rewrite to accomodate new format.
1848         (gnus-agent-fetch-group-1): Make sure list of articles is in the
1849         same order as in gnus-newsgroup-headers.
1850         (gnus-agent-expire): Document and implement extra args ARTICLES,
1851         GROUP, FORCE.  Do not restrict usage.
1852         (gnus-agent-uncached-articles): New function.
1853         (gnus-agent-retrieve-headers): Use it.
1854         (gnus-agent-regenerate-group): No longer needs to be called from
1855         gnus-agent-regenerate.  Individual groups may be regenerated. The
1856         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
1857         The article fetch dates are validated in the article alist.  The
1858         article alist is pruned of entries that do not reference existing
1859         NOV entries.  All changes are computed then applied with
1860         inhibit-quit bound to t.  As a result, it is now safe to quit out of
1861         regeneration.  The optional clean parameter has been replaced with
1862         an optional reread parameter.  Clean is no longer necessary as
1863         regeneration gets the appropriate setting from
1864         gnus-agent-consider-all-articles.  The new reread parameter will
1865         result in fetched, or all, articles being marked as unread.
1866         (gnus-agent-regenerate): Removed code to regenerate the history
1867         file as it is no longer used.
1868
1869         * gnus-start.el (gnus-make-ascending-articles-unread): New
1870         function, for efficient mass-marking.
1871
1872         * gnus-sum.el (gnus-summary-highlight): Use new face for
1873         downloaded articles.
1874         (gnus-article-mark): Prefer to indicate read/unread status over
1875         downloaded status.
1876         (gnus-summary-highlight-line-0): New function, maybe rehighlights
1877         line.
1878         (gnus-summary-highlight-line): Use new face for downloaded
1879         articles.
1880         (gnus-summary-insert-old-articles): Improved performance by
1881         replacing the initial LIST of older articles with a compressed
1882         RANGE of older articles.  Some servers appear to lie about
1883         their active range so the original list could contain millions
1884         of article numbers.  The range is not expanded into a list
1885         until the optional ALL parameter has been applied.
1886
1887 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1888
1889         * gnus-agent.el (gnus-category-mode): Typo in doc string.
1890
1891 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
1892
1893         * spam.el:
1894         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
1895
1896         * spam.el: added `M s t' and `M s x' key mappings
1897
1898 2002-11-20  Simon Josefsson  <jas@extundo.com>
1899
1900         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
1901
1902 2002-11-19  Simon Josefsson  <jas@extundo.com>
1903
1904         * gnus-sum.el (gnus-summary-morse-message): Load
1905         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
1906         (unmorse-region): Autoload it instead.
1907
1908 2002-11-18  Simon Josefsson  <jas@extundo.com>
1909
1910         * gnus-sum.el (gnus-summary-morse-message): New function.
1911         (gnus-summary-wash-map): Bind to `W m'.
1912         (gnus-summary-make-menu-bar): Add.
1913
1914         * nnimap.el (nnimap-request-expire-articles): Compress sequence
1915         before storing \Deleted mark on expired articles.
1916
1917 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
1918         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
1919
1920         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
1921         parens in column 0.
1922
1923 2002-11-17  Juanma Barranquero  <lektu@terra.es>
1924
1925         * nnweb.el (nnweb-google-create-mapping): Fix typo.
1926
1927         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
1928
1929         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
1930
1931 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
1932
1933         * message.el (message-set-auto-save-file-name): Use
1934         make-directory, to avoid the dependence on gnus-util.
1935
1936 2002-11-16  Simon Josefsson  <jas@extundo.com>
1937
1938         * nnimap.el (nnimap-callback-callback-function):
1939         (nnimap-callback-buffer): Removed, these cannot be global but must
1940         be embedded into the callback.
1941         (nnimap-make-callback): New.  Embedd article number, callback and
1942         buffer in function.
1943         (nnimap-callback, nnimap-request-article-part): Update.
1944
1945 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1946
1947         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
1948
1949 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1950
1951         * gnus.el (gnus-summary-line-format): Document %C.
1952
1953 2002-11-11  Simon Josefsson  <jas@extundo.com>
1954
1955         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
1956         output when called interactively.
1957
1958 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1959
1960         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
1961
1962         * message.el (message-draft-coding-system): Improve comment; use
1963         mm-auto-save-coding-system for the default value.
1964
1965         * nndraft.el (nndraft-request-article): Revert to the state before
1966         2002-10-29; regexp-quote mail-header-separator.
1967
1968 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
1969
1970         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
1971         allow editing of drafts from an nnvirtual group.
1972
1973 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1974
1975         * nndraft.el (nndraft-request-article): Replace emacs-mule with
1976         mm-auto-save-coding-system.
1977
1978         * message.el (message-draft-coding-system): Default to
1979         iso-2022-7bit.
1980
1981         * mm-util.el (mm-auto-save-coding-system): Undo last change to
1982         restore the default value to emacs-mule or escape-quoted.
1983
1984 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1985
1986         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
1987         a delayed or a queued article as well as a draft.
1988
1989         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
1990         delayed or a queued article in the raw format; treat a delayed
1991         article as a raw article as well as a draft.
1992         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
1993         for the delayed group.
1994
1995         * nndraft.el (nndraft-request-article): Ignore auto save files for
1996         a delayed or a queued article; don't bother to decode a queued
1997         article; don't bind nnmail-file-coding-system for a queued article.
1998
1999         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
2000         and the queue group.
2001
2002 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
2003
2004         * gnus-group.el (gnus-group-delete-group):
2005         gnus-cache-active-hashtb might be void.
2006
2007 2002-11-02  Simon Josefsson  <jas@extundo.com>
2008
2009         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
2010         setting of the default user ID.  From Raymond Scholz
2011         <ray-2002@zonix.de>.
2012
2013 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
2014
2015         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
2016         charset.
2017
2018 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
2019         From Alex Schroeder <alex@emacswiki.org>
2020         * spam-stat.el (spam-stat-process-directory): add dir to message
2021         (spam-stat-reduce-size): No longer remove words
2022         with values close to 0.5, because the default value is 0.2.
2023
2024 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2025
2026         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
2027         documentation.
2028
2029 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2030
2031         * gnus-agent.el (gnus-agent-fetched-headers)
2032         (gnus-agent-load-fetched-headers)
2033         (gnus-agent-save-fetched-headers): Remove variable and two
2034         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
2035         works better.
2036         (gnus-agent-fetch-headers): New implementation from Kevin
2037         Greiner.  Uses gnus-agent-article-alist to store information
2038         about fetched messages which aren't on the server anymore.  The
2039         trick is to return a list of considered messages to the caller,
2040         but to only fetch those which haven't been fetched yet.
2041
2042 2002-10-30  Simon Josefsson  <jas@extundo.com>
2043
2044         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
2045
2046         * pgg.el (pgg-passphrase-cache-expiry): Removed.
2047
2048 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2049
2050         * mm-view.el (mm-w3m-local-map-property): Make it work with older
2051         versions of emacs-w3m than 1.3.3.
2052
2053         * lpath.el: Bind w3m-minor-mode-map.
2054
2055         * mm-view.el (mm-w3m-mode-command-alist)
2056         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
2057         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
2058         (mm-setup-w3m): Simplified.
2059         (mm-w3m-local-map-property): New function.
2060         (mm-inline-text-html-render-with-w3m): Use it.
2061
2062         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
2063         mm-w3m-local-map-property.
2064
2065 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2066
2067         * mm-util.el (mm-auto-save-coding-system): Default to
2068         iso-2022-7bit.
2069
2070         * nndraft.el (nndraft-request-article): Decode an article using
2071         the coding-system emacs-mule if it seems to have been saved using
2072         emacs-mule.
2073         (nndraft-request-replace-article): Use message-draft-coding-system
2074         instead of mm-auto-save-coding-system for the draft or delayed
2075         group.
2076
2077 2002-10-28  Josh  <huber@alum.wpi.edu>
2078
2079         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
2080         functions.
2081
2082 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2083         From mah@everybody.org (Mark A. Hershberger).
2084
2085         * mm-url.el (mm-url-insert-file-contents): Make it return the same
2086         type values ("url" size) regardless of the values of
2087         mm-url-use-external.
2088
2089 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2090
2091         * nnimap.el (nnimap-request-article-part): Try harder to show
2092         group name in debugging message.
2093
2094 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2095
2096         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
2097         directory if it doesn't exist.
2098         (gnus-agent-fetch-headers): Remove old cruft that tried to
2099         abstain from downloading articles more than once if
2100         gnus-agent-consider-all-articles was true.  This is now done
2101         properly via the .fetched files.
2102
2103 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2104
2105         * nndraft.el (nndraft-request-article): Treat delayed articles
2106         like drafts.
2107
2108 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2109
2110         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
2111
2112 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2113
2114         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
2115         Remove unused optional arg DIR and corresponding code.
2116
2117         * nnimap.el (nnimap-request-article-part): Include group name in
2118         debugging output.
2119
2120 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
2121
2122         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
2123
2124 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2125
2126         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
2127         contains range of headers that have been fetched by the agent
2128         already.  Compare gnus-agent-article-alist.
2129         (gnus-agent-file-header-cache): Like
2130         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
2131         (gnus-agent-fetch-headers): Improve comment.  Revert to old
2132         seen/recent logic.
2133         Remember which headers have been fetched before and don't fetch
2134         them again the next time round.
2135         (gnus-agent-load-fetched-headers)
2136         (gnus-agent-save-fetched-headers): New functions, for remembering
2137         which headers have been fetched before.
2138
2139 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2140
2141         * lpath.el: Remove useless bindings.
2142
2143 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
2144
2145         * gnus-sum.el (gnus-summary-execute-command): Disable visual
2146         features while searching.
2147
2148 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2149
2150         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
2151
2152 2002-10-22  Simon Josefsson  <jas@extundo.com>
2153
2154         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
2155         (pgg-snarf-keys): Add.
2156
2157 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2158
2159         * lpath.el: Fbind bbdb-records.
2160
2161         * spam.el: Don't autoload bbdb-records.
2162
2163 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2164
2165         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
2166         prevent inf-loop.
2167
2168 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2169
2170         * nnslashdot.el: Removed some test lines.
2171         More test.
2172
2173 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2174
2175         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
2176         are known to be downloaded already.
2177
2178 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2179
2180         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
2181         (mm-text-html-washer-alist): Ditto.
2182
2183 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2184
2185         * nnheader.el (nnheader-remove-body): Fix an error of detecting
2186         boundary between headers and body.
2187         * nnml.el (nnml-parse-head): Ditto.
2188
2189 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2190
2191         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
2192         entries.
2193
2194         * gnus-group.el (gnus-fetch-group): Allow an optional
2195         specification of the articles to select.
2196
2197         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
2198
2199 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2200
2201         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
2202         headers from the group, update variable `articles' to contain
2203         only those numbers where headers exist.  (When fetching all
2204         articles in a group, Gnus creates lots of numbers where there is
2205         no articles.)
2206
2207 2002-10-20  Steve Youngs  <youngs@xemacs.org>
2208
2209         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
2210         doesn't have the 'alist custom type, use cons cells instead.
2211         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
2212         (pgg-parse-hash-algorithm-alist): Ditto.
2213         (pgg-parse-compression-algorithm-alist): Ditto.
2214         (pgg-parse-signature-type-alist): Ditto.
2215
2216         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
2217
2218         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
2219
2220         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
2221
2222 2002-10-19  Simon Josefsson  <jas@extundo.com>
2223
2224         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
2225         buffer.
2226
2227 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2228
2229         * gnus-spec.el (gnus-make-format-preserve-properties)
2230         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
2231         properties also on XEmacs.  `gnus-xmas-format' is like format but
2232         preserves text properties on XEmacs (though it only understands
2233         simple format specs).  The variable
2234         `gnus-make-format-preserve-properties' controls whether the
2235         function is used, and is checked in `gnus-parse-simple-format'.
2236         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
2237
2238         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
2239         output.
2240         (gnus-agent-consider-all-articles): New variable.
2241         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
2242         (gnus-agent-fetch-headers): Depending on
2243         gnus-agent-consider-all-articles, maybe get all articles.
2244         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
2245         `read'.
2246         (gnus-predicate-imples-unread): New function.
2247         (gnus-agent-fetch-headers): Optimize to call
2248         gnus-list-of-unread-articles if that is sufficient.
2249         Check unseen and recent instead of seen and recent.
2250         (gnus-agent-fetch-headers): Abstain from calling
2251         gnus-list-range-intersection if range (a . b) would have (> a b).
2252
2253 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2254
2255         * message.el (message-send-mail): Make it possible to perform
2256         edebug-defun.
2257
2258 2002-10-18  Simon Josefsson  <jas@extundo.com>
2259
2260         * gnus-art.el (gnus-button-man-handler): Change default to
2261         `manual-entry' (defined in both emacsen).
2262         (gnus-button-man-handler): Remove emacsen difference and use
2263         `manual-entry'.
2264
2265 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2266
2267         * spam.el: Wrap autoload settings for bbdb-records,
2268         executable-find and ifile-spam-filter with eval-and-compile.
2269         (spam-display-buffer-contents): Remove.
2270         (spam-bogofilter-score): Merge spam-display-buffer-contents.
2271
2272 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
2273
2274         * spam.el (spam-display-buffer-contents): New function.
2275         (spam-bogofilter-score): use spam-display-buffer-contents, patch
2276         from Katsumi Yamaoka <yamaoka@jpl.org>.
2277
2278 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2279
2280         * nnheader.el (nnheader-parse-naked-head): New function.
2281         (nnheader-parse-head): Use the above function, in order to handle
2282         continuation lines properly.
2283         (nnheader-remove-body): New function.
2284         (nnheader-remove-cr-followed-by-lf): New function.
2285         (nnheader-ms-strip-cr): Use the above function.
2286
2287         * gnus-agent.el (gnus-agent-regenerate-group): Call
2288         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
2289         `nnheader-parse-head'.
2290         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
2291
2292         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
2293         continuation lines by itself; call `nnheader-parse-naked-head'
2294         instead of `nnheader-parse-head'.
2295         * nndiary.el (nndiary-parse-head): Ditto.
2296         * nnfolder.el (nnfolder-parse-head): Ditto.
2297         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
2298         * nnmaildir.el (nnmaildir--update-nov): Ditto.
2299         * nnml.el (nnml-parse-head): Ditto.
2300
2301 2002-10-17  Steve Youngs  <youngs@xemacs.org>
2302
2303         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
2304         XEmacs, default to it if featurep 'xemacs.
2305
2306 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2307
2308         * spam-stat.el: Check for the existence of hash functions instead
2309         of the Emacs version to decide whether to load cl.  Suggested by
2310         Kai Gro\e,A_\e(Bjohann.
2311
2312 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2313
2314         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
2315         if it isn't open yet.
2316
2317 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2318
2319         * gnus-group.el: Require mm-url only when compiling.
2320         (gnus-group-fetch-charter): Require mm-url.
2321
2322         * spam-stat.el: Require cl for the functions gethash,
2323         hash-table-count, make-hash-table and mapc for Emacs 20.
2324         (puthash): Alias to cl-puthash for Emacs 20.
2325         (with-syntax-table): New macro for Emacs 20.
2326
2327 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
2328
2329         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
2330
2331 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
2332
2333         * spam.el (spam-check-ifile): added ifile as a spam checking
2334         backend, and spam-use-ifle as the variable to toggle that check.
2335
2336 2002-10-12  Simon Josefsson  <jas@extundo.com>
2337
2338         * message.el (message-beginning-of-line): New variable.
2339         (message-beginning-of-line): Use it.
2340
2341 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
2342
2343         * spam.el: more compilation fixes for BBDB
2344
2345         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
2346         (spam-stat-reduce-size): Interactive.
2347         (spam-stat-reset): New function.
2348         (spam-stat-save): Interactive.
2349
2350 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2351
2352         * gnus.el: Autoload gnus-delay-initialize.
2353
2354         * message.el: Autoload gnus-delay-article.
2355
2356 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
2357
2358         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
2359         text property in Emacs.
2360
2361 2002-10-11  Simon Josefsson  <jas@extundo.com>
2362
2363         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
2364         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
2365
2366         * mml1991.el (mml1991-pgg-sign): Remove CR.
2367
2368 2002-10-10  Simon Josefsson  <jas@extundo.com>
2369
2370         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
2371         decrypt failed.
2372         (mml2015-trust-boundaries-alist): Removed.
2373         (mml2015-gpg-extract-signature-details): Don't use it.
2374         (mml2015-unabbrev-trust-alist): New.
2375         (mml2015-gpg-extract-signature-details): Use it.
2376
2377 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
2378
2379         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
2380         BBDB installed
2381
2382         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
2383         statistical analysis of spam in Lisp only
2384
2385 2002-10-10  Simon Josefsson  <jas@extundo.com>
2386
2387         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
2388         auth, selected or examine state.
2389
2390         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
2391         buffer and error buffer depending on type of information.
2392
2393         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
2394         --status-fd stuff even if gpg.el is not used (revert earlier
2395         change).
2396         (mml2015-pgg-{clear-,}verify): Store both output and errors as
2397         gnus details.
2398         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
2399         buffer.
2400
2401         * pgg.el (pgg-verify-region): Use it.
2402
2403         * pgg-def.el (pgg-query-keyserver): New variable.
2404
2405         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
2406         key-identifier in packet.  Is this a good idea?
2407
2408         * mml.el (mml-mode-map): Add security commands that operates on
2409         MIME parts.
2410         (mml-menu): And menu items for them.
2411
2412         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
2413
2414         * mml.el (mml-parse-1): Support sender in #secure tags.
2415
2416         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
2417         defined.
2418
2419         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
2420         (mml-pgp-encrypt-buffer): Support combined signing.
2421
2422         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
2423         (mml1991-gpg-encrypt): Ditto.
2424         (mml1991-pgg-encrypt): Ditto.
2425         (mml1991-encrypt): Pass sign parameter.
2426
2427         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
2428         (mml-signencrypt-style): Mention the variable.
2429
2430 2002-10-09  Simon Josefsson  <jas@extundo.com>
2431
2432         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
2433         pgg-gpg-user-id.
2434
2435         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
2436         (pgg-fetch-key-function): Nil if w3 is not installed.
2437
2438 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2439
2440         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
2441         gnus-agent-current-history.
2442
2443 2002-10-06  Simon Josefsson  <jas@extundo.com>
2444
2445         * imap.el (imap-parse-status): Don't use read to read token.
2446
2447 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2448
2449         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
2450         for methods not covered by the agent, and when unplugged.
2451
2452 2002-10-05  Simon Josefsson  <jas@extundo.com>
2453
2454         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
2455         signing.
2456
2457         * gnus-agent.el (gnus-agent-read-servers): If getting method from
2458         a named server fails, ignore the server.
2459
2460         * mml1991.el (mml1991-pgg-sign): Do QP.
2461
2462         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
2463         work.
2464
2465 2002-10-04  Simon Josefsson  <jas@extundo.com>
2466
2467         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
2468
2469         * pgg-pgp.el (pgg-pgp-verify-region): Inline
2470         binary-write-decoded-region from MEL.
2471
2472         * pgg.el (pgg-encrypt-region): Support sign.
2473
2474         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
2475
2476         * mml2015.el (mml2015-pgg-encrypt): Ditto.
2477
2478         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
2479         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
2480         branch where PGG was taken from in the ChangeLog entries below.
2481
2482 2002-10-01  Simon Josefsson  <jas@extundo.com>
2483
2484         * pgg-pgp.el: Don't require mel.  Don't use luna.
2485         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
2486         (pgg-pgp-process-region): Use expand-file-name instead of concat.
2487         (pgg-pgp-process-region): Don't use binary-funcall.
2488
2489         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
2490
2491         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
2492         instead of concat.
2493
2494         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
2495
2496 2002-09-29  Simon Josefsson  <jas@extundo.com>
2497
2498         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
2499         compile warnings.
2500
2501         * pgg.el (pgg-decrypt-region): Don't parse packet.
2502
2503         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
2504
2505 2002-09-29  Daiki Ueno <ueno@unixuser.org>
2506
2507         * pgg.el: Remove dependency on calist.el.
2508
2509 2002-09-28  Simon Josefsson  <jas@extundo.com>
2510
2511         * pgg.el (pgg-temporary-file-directory): New variable.
2512         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
2513
2514         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
2515         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
2516
2517         * pgg-parse.el (pgg-char-int): Defalias.
2518         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
2519         (pgg-read-bytes, pgg-read-body): Use it.
2520         (pgg-decode-packets): Don't use MEL, use base64-*.
2521         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
2522         (pgg-string-as-unibyte): Defalias.
2523         (pgg-parse-armor-region): Use it.
2524
2525         * pgg-gpg.el (pgg-gpg-process-region): Use
2526         pgg-temporary-file-directory.
2527
2528         * luna.el: Don't def-edebug.
2529
2530         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
2531         binary-write-decoded-region from MEL.
2532
2533         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
2534
2535         * alist.el, calist.el: Don't require product/APEL.
2536
2537         * pgg-parse.el (top-level): Remove dependency on static.el,
2538         pccl.el, mel.el.
2539         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
2540         `define-ccl-program' is boundp, instead of using broken.
2541
2542 2002-10-01  Simon Josefsson  <jas@extundo.com>
2543
2544         * message.el (message-required-mail-headers): Remove Lines:.
2545
2546 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2547         From Jesper Harder.
2548
2549         * gnus-group.el (gnus-group-fetch-charter,
2550         gnus-group-fetch-control): Prompt for group if given a prefix
2551         argument.
2552         * gnus-sum.el (t): Add gnus-group-fetch-charter and
2553         gnus-group-fetch-control to summary key map and menu.
2554
2555
2556 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
2557
2558         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
2559         number when there are no articles.
2560
2561 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2562
2563         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
2564         arg ALL means to fetch all articles, not only downloadable ones.
2565         (gnus-agent-fetch-selected-article): New function for
2566         gnus-select-article-hook or gnus-mark-article-hook.
2567
2568 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2569         From Peter von der Ahe <nospam2159@daimi.au.dk>.
2570
2571         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
2572         raw-text.
2573
2574 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
2575
2576         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
2577         Pinard).
2578         Major revamp of the code, documentation is in comments in the file
2579         for now.
2580
2581 2002-09-30  Simon Josefsson  <jas@extundo.com>
2582
2583         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
2584         buffer seem to be needed?
2585
2586 2002-09-29  Simon Josefsson  <jas@extundo.com>
2587
2588         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
2589         compile warnings.
2590
2591         * mml1991.el (mml1991-function-alist): Add pgg.
2592         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
2593         (mml1991-pgg-encrypt): Fix recipients querying.
2594
2595 2002-09-28  Simon Josefsson  <jas@extundo.com>
2596
2597         * mml2015.el (autoload): Autoload correct files.  Trivial patch
2598         from dme@dme.org.
2599         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
2600         handle is returned.
2601
2602 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2603
2604         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2605         Protect against non-existent of `nnimap-mailbox-info'.
2606
2607 2002-09-27  Simon Josefsson  <jas@extundo.com>
2608
2609         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
2610         (gnus-setup-news-hook): Use it.
2611         (gnus-after-getting-new-news-hook): Ditto.
2612
2613         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
2614
2615 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2616         From Mats Lidell <matsl@contactor.se>.
2617
2618         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
2619
2620 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2621
2622         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
2623         the part to decode encoded words, use raw words instead of decoded
2624         words.
2625
2626 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2627
2628         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
2629
2630         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
2631         (mm-setup-w3m): Use it.
2632
2633 2002-09-27  Simon Josefsson  <jas@extundo.com>
2634
2635         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
2636         article buffers.
2637
2638         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
2639         it just in case.
2640         (nnimap-update-unseen): New function; update unseen count in
2641         `n-m-info'.
2642         (nnimap-close-group): Call it.
2643
2644         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
2645         (gnus-after-getting-new-news-hook): Ditto.
2646
2647         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
2648         message into verboselevel 9.  Change slow mail check message.
2649         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
2650         (nnimap-fixup-unread-after-getting-new-news): New function, to be
2651         used as a hook after getting new mail.
2652
2653 2002-09-26  Simon Josefsson  <jas@extundo.com>
2654
2655         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
2656         SELECT/EXAMINE is first unseen article, not number of unseen
2657         articles.  Make them distinct by renaming the former to
2658         `first-unseen' instead of `unseen'.
2659
2660         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
2661         too.
2662         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
2663         changed.
2664         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
2665
2666         * gnus-int.el (gnus-server-unopen-status): Defcustom.
2667
2668         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
2669         better.
2670
2671         * mml2015.el (mml2015-pgg-decrypt): Only add security information
2672         if dissecting resulting buffer actually had any information.
2673
2674 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2675
2676         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
2677         because the function `string<' allows symbols.
2678
2679         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
2680
2681 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
2682
2683         * message.el (message-forward-make-body): Revert an early change
2684         because 8-bit utf-8 emails.
2685
2686 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
2687
2688         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
2689         links to Info)
2690         * gnus-art.el (gnus-treat-highlight-signature):
2691         * gnus-art.el (gnus-treat-buttonize):
2692         * gnus-art.el (gnus-treat-buttonize-head):
2693         * gnus-art.el (gnus-treat-emphasize):
2694         * gnus-art.el (gnus-treat-strip-cr):
2695         * gnus-art.el (gnus-treat-unsplit-urls):
2696         * gnus-art.el (gnus-treat-leading-whitespace):
2697         * gnus-art.el (gnus-treat-hide-headers):
2698         * gnus-art.el (gnus-treat-hide-boring-headers):
2699         * gnus-art.el (gnus-treat-hide-signature):
2700         * gnus-art.el (gnus-treat-fill-article):
2701         * gnus-art.el (gnus-treat-hide-citation):
2702         * gnus-art.el (gnus-treat-hide-citation-maybe):
2703         * gnus-art.el (gnus-treat-strip-list-identifiers):
2704         * gnus-art.el (gnus-treat-strip-pgp):
2705         * gnus-art.el (gnus-treat-strip-pem):
2706         * gnus-art.el (gnus-treat-strip-banner):
2707         * gnus-art.el (gnus-treat-highlight-headers):
2708         * gnus-art.el (gnus-treat-highlight-citation):
2709         * gnus-art.el (gnus-treat-date-ut):
2710         * gnus-art.el (gnus-treat-date-local):
2711         * gnus-art.el (gnus-treat-date-english):
2712         * gnus-art.el (gnus-treat-date-lapsed):
2713         * gnus-art.el (gnus-treat-date-original):
2714         * gnus-art.el (gnus-treat-date-iso8601):
2715         * gnus-art.el (gnus-treat-date-user-defined):
2716         * gnus-art.el (gnus-treat-strip-headers-in-body):
2717         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
2718         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
2719         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
2720         * gnus-art.el (gnus-treat-unfold-headers):
2721         * gnus-art.el (gnus-treat-fold-headers):
2722         * gnus-art.el (gnus-treat-fold-newsgroups):
2723         * gnus-art.el (gnus-treat-overstrike):
2724         * gnus-art.el (gnus-treat-display-xface):
2725         * gnus-art.el (gnus-treat-display-smileys):
2726         * gnus-art.el (gnus-treat-from-picon):
2727         * gnus-art.el (gnus-treat-mail-picon):
2728         * gnus-art.el (gnus-treat-newsgroups-picon):
2729         * gnus-art.el (gnus-treat-body-boundary):
2730         * gnus-art.el (gnus-treat-capitalize-sentences):
2731         * gnus-art.el (gnus-treat-fill-long-lines):
2732         * gnus-art.el (gnus-treat-play-sounds):
2733         * gnus-art.el (gnus-treat-translate):
2734         * gnus-art.el (gnus-treat-x-pgp-sig):
2735         * gnus-art.el (gnus-mime-button-line-format):
2736         * gnus-art.el (gnus-button-man-level):
2737         * gnus-art.el (gnus-button-emacs-level):
2738         * gnus-cus.el (gnus-group-parameters):
2739         * gnus-gl.el (bbb-build-mid-scores-alist):
2740         * gnus-group.el (gnus-group-line-format):
2741         * gnus-mlspl.el (gnus-group-split-setup):
2742         * gnus-mlspl.el (gnus-group-split):
2743         * gnus-msg.el (gnus-mailing-list-groups):
2744         * gnus-msg.el (gnus-posting-styles):
2745         * gnus-nocem.el (gnus-nocem-issuers):
2746         * gnus-score.el (gnus-score-regexp-bad-p):
2747         * gnus-srvr.el (gnus-server-line-format):
2748         * gnus-topic.el (gnus-topic-line-format):
2749         * gnus.el (gnus-summary-line-format):
2750         * mail-source.el (mail-sources):
2751         * message.el (message-subscribed-address-file):
2752         * nnmail.el (nnmail-split-fancy):
2753
2754 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
2755
2756         * mail-source.el(mail-source-run-script): use `functionp' to test
2757         whether the argument `script' is in fact a function.
2758         (mail-sources): adjust the defcustom to allow users to specify a
2759         function or a string as the value of the `:prescript' and
2760         `:postscript' arguments of the `file' and `pop3' mail sources.
2761
2762 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
2763
2764         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
2765         number when article 1 does not exist.
2766
2767 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2768
2769         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
2770         apropos if apropos-variable does not exist.
2771         (gnus-button-guessed-mid-regexp)
2772         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
2773         regexes.  From Reiner Steib.
2774         (gnus-button-handle-describe-function)
2775         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
2776         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
2777         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
2778
2779 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
2780         Trivial patch.
2781
2782         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
2783         the file.
2784
2785 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
2786
2787         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
2788
2789 2002-09-24  Simon Josefsson  <jas@extundo.com>
2790
2791         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
2792         (mml2015-use): Prefer PGG if installed.
2793         (mml2015-function-alist): Add PGG wrappers.
2794         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
2795         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
2796         prefix, make regexp optionally skip it.
2797         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
2798         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
2799         (mml2015-pgg-encrypt): New functions.
2800         (defvar, autoload): Prevent byte-compile warnings.
2801
2802 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2803         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
2804
2805         * gnus-art.el (article-strip-banner): Check for the existence of
2806         from header.
2807
2808 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
2809
2810         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
2811         (gnus-button-alist): Improved regexp for
2812         gnus-button-handle-mid-or-mail (false positives), fixed
2813         gnus-button-handle-man entries.
2814         From Reiner Steib.
2815
2816 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
2817         From Josh Huber.
2818
2819         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
2820         nnmail-extra-headers is non-nil.
2821
2822 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
2823
2824         * nnmaildir.el: Store article numbers persistently.  General
2825         revision.
2826         (nnmaildir-request-expire-articles): handle 'immediate and 'never
2827         for nnmail-expiry-wait; delete instead of moving if 'force is
2828         given.
2829
2830 2002-09-23  Simon Josefsson  <jas@extundo.com>
2831         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
2832
2833         * smime.el (smime-sign-buffer): Get key and extra certs.
2834         (smime-get-key-with-certs-by-email): Utility function.
2835
2836 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
2837         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
2838
2839         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
2840         article exists.
2841
2842 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
2843
2844         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
2845
2846 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
2847         From Reiner Steib.
2848
2849         * gnus-art.el (gnus-button-handle-custom,
2850         gnus-button-handle-mid-or-mail,
2851         gnus-button-handle-describe-{function,variable,key},
2852         gnus-button-handle-apropos{,command,variable}): New functions.
2853         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
2854         gnus-button-{man,emacs,mail}-level): New variables.
2855         (gnus-button-alist): Use the above to buttonize emacs and mail
2856         related links.
2857
2858 2002-09-18  Juanma Barranquero  <lektu@terra.es>
2859
2860         * gnus-int.el (gnus-status-message): Fix spacing.
2861
2862         * imap.el (imap-continuation): Fix typos.
2863
2864 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
2865
2866         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
2867
2868         * gnus-art.el (gnus-article-reply-with-original): Correct
2869         with-current-buffer scope.
2870
2871         * message.el (message-completion-alist): Add Reply-To, From, etc.
2872
2873 2002-09-18  Simon Josefsson  <jas@extundo.com>
2874
2875         * nnimap.el (nnimap-request-expire-articles): Make flag setting
2876         conditional.  From Nevin Kapur <nevin@jhu.edu>.
2877
2878 2002-09-17  Simon Josefsson  <jas@extundo.com>
2879
2880         * nnimap.el (nnimap-expiry-target): Don't search for which
2881         articles exists here.
2882         (nnimap-request-expire-articles): Do it here instead.  Only expire
2883         when articles are found.  Suggested by Nevin Kapur
2884         <nevin@jhu.edu>.
2885
2886 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2887         From Reiner Steib <reiner.steib@gmx.de>.
2888
2889         * message.el (message-strip-subject-trailing-was)
2890         (message-change-subject, message-add-archive-header)
2891         (message-xpost-fup2-header, message-xpost-insert-note)
2892         (message-xpost-fup2, message-reduce-to-to-cc): New functions
2893         adopted from message-utils.el.  Add functions to the keymap, mode
2894         describtion and menu.
2895         (message-change-subject,message-xpost-fup2): Signal error if
2896         current header is empty.
2897         (message-xpost-insert-note): Changed insert position.
2898         (message-archive-note): Ensure to insert note in message body (not
2899         in head).
2900         (message-archive-header, message-archive-note)
2901         (message-xpost-default, message-xpost-note, message-fup2-note)
2902         (message-xpost-note-function): New variables adopted from
2903         message-utils.el.  Changed some doc-strings.
2904         (message-mark-insert-{begin,end}): Rename from
2905         message-{begin,end}-inserted-text-mark (message-utils.el), changed
2906         values.
2907         (message-subject-trailing-was-query)
2908         (message-subject-trailing-was-ask-regexp)
2909         (message-subject-trailing-was-regexp): New variables.
2910         (message-to-list-only): Added doc-string and menu entry.
2911
2912         * message-utils.el: Removed.  Functions are now in message.el.
2913
2914 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
2915
2916         * gnus-art.el (gnus-article-reply-with-original,
2917         gnus-article-followup-with-original): Switch to
2918         gnus-summary-buffer before reply/followup.
2919
2920 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
2921
2922         * gnus-sum.el (gnus-summary-toggle-header): The article window may
2923         not exist. Toggle it anyway.
2924
2925 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
2926
2927         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
2928
2929         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
2930         Trivial patch from Urban Engberg <ue@ccieurope.com>.
2931
2932         * rfc2047.el (message-posting-charset): Defvar it.
2933         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
2934         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
2935
2936         * mail-source.el (mail-source-fetch): Hide password.
2937
2938         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
2939
2940 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2941         From John Paul Wallington <jpw@shootybangbang.com>.
2942
2943         * gnus.el (gnus-visual, gnus-meta): Fix typo.
2944
2945 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2946
2947         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
2948
2949 2002-09-11  Simon Josefsson  <jas@extundo.com>
2950
2951         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
2952         (nnimap-split-rule): Doc fix.
2953         (nnimap-request-expire-articles): Cleanup code.
2954
2955 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2956         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
2957
2958         * gnus-art.el (gnus-article-address-banner-alist): New option.
2959         (article-strip-banner): Refer the above option to split banners of
2960         free mail servers, when no group parameter is specified.
2961
2962 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2963
2964         * nntp.el (nntp-wait-for-string): Check for a process in the
2965         current buffer instead of `nntp-server-buffer'.
2966
2967 2002-09-09  Simon Josefsson  <jas@extundo.com>
2968
2969         * gnus-art.el (gnus-button-man-handler): New variable.
2970         (gnus-button-alist): Use g-b-handle-man.
2971         (gnus-button-handle-man): New, call g-b-man-handler.
2972
2973 2002-09-08  Simon Josefsson  <jas@extundo.com>
2974
2975         * gnus-art.el (gnus-button-alist): Buttonize man page links.
2976
2977 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2978
2979         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
2980
2981 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2982
2983         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
2984
2985         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
2986         keystroke.
2987
2988         * gnus-srvr.el (gnus-browse-describe-group): New command and
2989         keystroke.
2990
2991 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2992
2993         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
2994         value for gnus-decoration property.
2995
2996 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2997
2998         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
2999         string) as group name in case we have a CRLF in the file.
3000
3001 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
3002
3003         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
3004         group.
3005         (rfc1843-decode-hzp): do.
3006         (rfc1843-newsgroups-regexp): do.
3007
3008 2002-09-04  Simon Josefsson  <jas@extundo.com>
3009
3010         * message.el (message-canlock-generate): Make sure sha1 doesn't
3011         call external programs.
3012
3013 2002-09-03  Simon Josefsson  <jas@extundo.com>
3014
3015         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
3016
3017         * gnus-agent.el (gnus-agent-batch): Add doc.
3018
3019 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
3020
3021         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
3022         check for signed and encrypted parts.
3023         * mml.el (mml-parse-1): Correct small typo which preventing
3024         setting recipients in a secure tag.
3025
3026 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3027
3028         * mm-util.el (mm-coding-system-priorities): Default to a list of
3029         iso-2022-jp and others for the Japanese environment.
3030
3031 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3032
3033         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
3034         invalid display names.
3035
3036 2002-08-30  Simon Josefsson  <jas@extundo.com>
3037
3038         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
3039         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
3040
3041 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
3042
3043         * gnus.el (gnus-group-charter-alist): New option.
3044         (gnus-group-fetch-control-use-browse-url): New option.
3045
3046         * gnus-group.el (gnus-group-fetch-charter): New function.
3047         (gnus-group-fetch-control): New function.
3048         Add them to the keymap and menu. Require mm-url.
3049
3050 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3051
3052         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
3053         From Alex Schroeder <alex@emacswiki.org>.
3054
3055 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
3056
3057         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
3058         items expecting user interaction.
3059
3060         * gnus-topic.el (gnus-topic-make-menu-bar): do.
3061
3062         * gnus-sum.el (gnus-summary-make-menu-bar): do.
3063
3064         * gnus-srvr.el (gnus-server-make-menu-bar): do.
3065
3066         * mml.el (mml-menu): do.
3067
3068 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3069
3070         * mail-source.el (mail-source-touch-pop): New function.
3071
3072         * message.el (message-smtpmail-send-it): New function.
3073         (message-send-mail-function): Add it for a candidate.
3074
3075 2002-08-27  Simon Josefsson  <jas@extundo.com>
3076
3077         * gnus-msg.el (posting-charset-alist): Use
3078         gnus-define-group-parameter instead of defcustom.
3079         (gnus-put-message): Handle SPC in GCC.
3080         (gnus-inews-insert-gcc): Ditto.
3081         (gnus-inews-insert-archive-gcc): Ditto.
3082
3083 2002-08-26  Simon Josefsson  <jas@extundo.com>
3084
3085         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
3086         (gnus-agentize): Auto agentize all nntp and nnimap groups.
3087         (gnus-agent-possibly-save-gcc): Autoload.
3088         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
3089
3090 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3091
3092         * gnus.el (gnus-other-frame-function): New user option.
3093         (gnus-other-frame): Use it; add a doc-string; make it work with
3094         the gnuclient program.
3095
3096         * gnus-util.el (gnus-frame-or-window-display-name): New function.
3097
3098         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
3099         `device-connection' and `dfw-device'.
3100
3101 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3102
3103         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
3104         positives, make it stricter.  From Jochen Hein (trivial change).
3105
3106 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3107
3108         * gnus.el (gnus-other-frame): Trivial fix.
3109
3110 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3111
3112         * gnus.el (gnus-other-frame-parameters): New user option.
3113         (gnus-other-frame-object): New variable.
3114         (gnus-other-frame): Make it search for existing Gnus frame; don't
3115         read new news; delete frame on exit.
3116
3117         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
3118
3119         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
3120
3121 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3122         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
3123
3124         * message.el (message-set-auto-save-file-name): Add support for
3125         the Cygwin Emacs; the system-type is `cygwin'.
3126         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
3127
3128 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3129
3130         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
3131
3132         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
3133         avoid arithmetic errors.
3134
3135 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3136
3137         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
3138
3139 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3140
3141         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
3142         (message-ignored-resent-headers): Add envelope From.
3143
3144 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3145
3146         * gnus.el (gnus-summary-line-format): Document %k specifier.
3147
3148 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3149
3150         * gnus-sum.el (gnus-summary-line-message-size): New function.
3151         (gnus-summary-line-format-alist): Use it.
3152
3153 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3154
3155         * gnus-art.el (article-make-date-line): Refer to the value for
3156         `gnus-article-time-format' in the summary buffer.
3157
3158         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
3159
3160 2002-08-14  Simon Josefsson  <jas@extundo.com>
3161
3162         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
3163         quoting.
3164         (gnus-button-alist): Fix doc.
3165         (gnus-header-button-alist): Use ' not ` for default value quoting.
3166         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
3167         rationale similar to 2002-05-01 change.
3168         (gnus-article-add-buttons-to-head): Evaluate expression.
3169
3170         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
3171
3172 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3173
3174         * message.el (message-font-lock-keywords): Refer to the value for
3175         `message-cite-prefix-regexp' dynamically.
3176
3177 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3178
3179         * gnus-art.el (gnus-decode-header-methods): Doc fix.
3180
3181 2002-08-12  Simon Josefsson  <jas@extundo.com>
3182
3183         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
3184         (imap-shell-open): Skip initial junk before IMAP greeting.
3185
3186 2002-08-11  Simon Josefsson  <jas@extundo.com>
3187
3188         * message-utils.el (message-xpost-default,
3189         message-xpost-fup2-header, message-xpost-fup2): Fixed
3190         Typos.  Trivial changes from Reiner Steib
3191         <4uce.02.r.steib@gmx.net>.
3192
3193 2002-08-09  Simon Josefsson  <jas@extundo.com>
3194
3195         * message.el (message-canlock-password): Set
3196         canlock-password-for-verify to newly generated canlock-password.
3197         When Emacs is restarted, Custom makes sure this is set, but during
3198         the same session we must set it manually.
3199
3200 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
3201
3202         * yenc.el: New file.
3203
3204         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
3205         (mm-uu-type-alist): Add yenc.
3206         (mm-uu-yenc-filename): New function.
3207         (mm-uu-yenc-extract): New function.
3208
3209         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
3210
3211 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3212
3213         * dgnushack.el (merge): Don't use coerce.
3214
3215 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
3216
3217         * mailcap.el (mailcap-mime-data): Test window-system rather than
3218         mm-device-type.
3219         (mailcap-mime-data): Call xdvi and gv with "-safer".
3220
3221         * mm-util.el: Don't define mm-device-type.
3222
3223 2002-08-05  Simon Josefsson  <jas@extundo.com>
3224
3225         * mm-util.el (mm-coding-system-priorities): coding-system type not
3226         supported everywhere.
3227
3228 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3229
3230         * gnus.el (gnus-version-number): Bumped version number.
3231
3232 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3233
3234         * gnus.el: Oort Gnus v0.07 is released.
3235
3236 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3237
3238         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
3239         (gnus-article-sort-functions): Doc fix.
3240         (t): New keystroke.
3241         (gnus-article-sort-by-random): New function.
3242         (gnus-thread-sort-by-random): New function.
3243
3244 2002-08-02  Simon Josefsson  <jas@extundo.com>
3245
3246         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
3247         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
3248
3249 2002-07-31  Danny Siu  <dsiu@adobe.com>
3250
3251         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
3252         when splitting malformed messages without message-id
3253
3254 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3255         From Niklas Morberg <niklas.morberg@axis.com>.
3256
3257         * nnweb.el (nnweb-type, nnweb-type-definition)
3258         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
3259         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
3260         functionality.
3261         * nnweb.el: Removed old non-functioning search engines.
3262
3263 2002-07-27  Simon Josefsson  <jas@extundo.com>
3264
3265         * message.el (message-forward-make-body): Don't use
3266         `message-forward-ignored-headers' when doing a "raw" followup (it
3267         is important to preserve e.g. CTE).
3268
3269         * flow-fill.el (fill-flowed): Disable filladapt-mode.
3270
3271         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
3272         regexp-quote, Cyrus Sieve is fixed.
3273
3274         * sieve-manage.el (sieve-manage-deletescript): New function.
3275
3276         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
3277         (sieve-manage-mode): Fix menubar.
3278         (sieve-activate): Change some messages.
3279         (sieve-deactivate-all): New function.
3280         (sieve-deactivate): New alias.
3281         (sieve-remove): New function.
3282         (sieve-help): Fix help.
3283         All suggested by Ned Ludd.
3284
3285 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3286
3287         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
3288         (mm-w3m-safe-url-regexp): New user option.
3289
3290         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
3291         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
3292
3293 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
3294
3295         * gnus-sum.el (gnus-summary-delete-article): Force
3296         nnmail-expiry-target to 'delete, so that absolute deletion
3297         happens when absolute deletion is requested.
3298
3299 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3300         From Nevin Kapur <nevin@jhu.edu>.
3301
3302         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
3303         headers as empty headers.
3304
3305 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3306         From Jochen Hein <jochen@jochen.org>.
3307
3308         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
3309         correct typo.
3310         (gnus-emphasis-strikethru): New face.
3311
3312 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3313         From Jason Merrill <jason@redhat.com>.
3314
3315         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
3316         entire file for each of a sequence of missing articles.
3317
3318         * gnus-salt.el (gnus-binary-display-article): Respect an existing
3319         value for gnus-view-pseudos.
3320
3321         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
3322         avoid nreverse.
3323
3324 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3325         From Ted Zlatanov <teodor.zlatanov@divine.com>.
3326
3327         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
3328         (gnus-summary-mode-line-format-alist): Add %h for number of
3329         spams.
3330         (gnus-newsgroup-spam-marked): New variable.
3331         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
3332         (gnus-article-read-p, gnus-article-mark)
3333         (gnus-set-global-variables, gnus-set-global-variables)
3334         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
3335         (gnus-summary-mark-article-as-unread)
3336         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
3337         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
3338         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
3339
3340 2002-07-10  Simon Josefsson  <jas@extundo.com>
3341
3342         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
3343         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
3344
3345 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
3346
3347         * gnus-sum.el (gnus-summary-delete-article): Respect group
3348         parameters while expiring.
3349
3350 2002-07-08  Simon Josefsson  <jas@extundo.com>
3351
3352         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
3353         Enberg.
3354
3355 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3356
3357         * gnus-art.el (article-unsplit-urls): Only display MIME when this
3358         function is called interactively.  From Niklas Morberg.
3359
3360 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3361
3362         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
3363         cdaar to cdar and car.
3364
3365         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
3366         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
3367
3368 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3369
3370         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
3371         don't break a narrowed article.
3372
3373         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
3374         (nntp-open-via-rlogin-and-telnet): Ditto.
3375
3376 2002-07-02  Didier Verna  <didier@xemacs.org>
3377
3378         * nnmail.el (nnmail-split-methods): fix custom type.
3379
3380 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3381
3382         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
3383         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
3384
3385 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3386
3387         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
3388         (gnus-summary-resend-message): Use it.
3389
3390 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3391
3392         * nntp.el (nntp-via-rlogin-command-switches): New variable.
3393         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
3394
3395 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3396
3397         * message.el (message-font-lock-keywords): Don't fontify
3398         headers in the message body, only in the header.
3399         (message-font-lock-make-header-matcher): New function, used by
3400         message-font-lock-keywords.
3401         From Katsumi Yamaoka <yamaoka@jpl.org>.
3402
3403 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3404
3405         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
3406
3407 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3408
3409         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
3410
3411 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3412
3413         * message.el (message-font-lock-keywords): Revert 2002-06-22
3414         change.
3415
3416 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3417
3418         * message.el (message-font-lock-keywords): Put colon in header
3419         name match.
3420
3421 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3422
3423         * message.el (message-font-lock-keywords): Don't use header faces
3424         in the body.  Thanks to Stefan Monnier for the hint on the
3425         implementation.
3426
3427 2002-05-09  Miles Bader  <miles@gnu.org>
3428
3429         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
3430         (gnus-article-hide-citation): Respect it.
3431
3432 2002-04-12  Juanma Barranquero  <lektu@terra.es>
3433
3434         * pop3.el (pop3-open-server): Fix typo.
3435
3436 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
3437
3438         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
3439         instead of push to ignore duplicate to-(list|address) values.
3440         * nnmail.el (nnmail-cache-ignore-groups): New.
3441         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
3442
3443 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3444
3445         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
3446         before sending.  Suggested by Jan Rychter.
3447
3448 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3449
3450         * dgnushack.el (remove): New compiler macro.
3451         (last, coerce, subseq): Remove compiler macros for those built-in
3452         or unused functions.
3453
3454 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3455
3456         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
3457         sure to write byte-compiled versions of gnus-*-format-alist to
3458         .newsrc.eld.  From Simon Josefsson.
3459
3460 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3461
3462         * gnus-agent.el (gnus-agent-read-servers)
3463         (gnus-agent-write-servers): Put server name (string like
3464         "nnchoke:frumple") in the file instead of a server specification
3465         (Lisp expression like (nnchoke "frumple" ...parameters...)).
3466         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
3467
3468 2002-06-16  Simon Josefsson  <jas@extundo.com>
3469
3470         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
3471         Reiner Steib <4uce.02.r.steib@gmx.net>.
3472
3473 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3474
3475         * nnheader.el (nnheader-file-name-translation-alist): Set the
3476         default value for MS Windows systems.
3477
3478         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
3479
3480 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3481
3482         * message.el (message-beginning-of-line): Keep the region active
3483         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
3484
3485 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
3486
3487         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
3488         * gnus-msg.el (gnus-summary-reply): Ditto.
3489         * gnus-msg.el (gnus-summary-handle-replysign): New.
3490
3491 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3492
3493         * message.el (message-send-mail-with-sendmail): Kill errbuf even
3494         if sending failed.
3495
3496 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
3497
3498         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
3499         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
3500         to sign while encrypting.
3501
3502 2002-06-11  Simon Josefsson  <jas@extundo.com>
3503
3504         * gnus-int.el (gnus-request-move-article): Agent expire article if
3505         successfuly moved.
3506
3507         * nnweb.el (nnweb-google-create-mapping): Honors the value of
3508         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
3509
3510 2002-06-10  Simon Josefsson  <jas@extundo.com>
3511
3512         * gnus-int.el (gnus-request-expire-articles): Fix last change?
3513
3514 2002-06-09  Simon Josefsson  <jas@extundo.com>
3515
3516         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
3517
3518         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
3519
3520 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3521
3522         * flow-fill.el (fill-flowed): Ignore errors.
3523
3524 2002-06-06  Simon Josefsson  <jas@extundo.com>
3525
3526         * message.el (message-send-mail-with-sendmail): Improve error message.
3527
3528 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3529
3530         * message.el (message-interactive): Change default from nil to t.
3531         Better to be safe than to be fast.
3532
3533 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3534
3535         * message.el (message-send-mail-with-sendmail): Check return value
3536         from call-process-region.
3537
3538 2002-06-04  Simon Josefsson  <jas@extundo.com>
3539
3540         * gnus-msg.el (gnus-group-mail, gnus-group-news)
3541         (gnus-group-post-news, gnus-summary-mail-other-window)
3542         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
3543         gnus-article-copy to nil, thereby inhibiting the `header' posting
3544         style match to use data from last viewed article.
3545         Suggested by Hrvoje Niksic.
3546
3547 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3548
3549         * spam.el (spam-point-at-eol): New alias.
3550         (spam-parse-whitelist): Use it.
3551
3552 2002-06-03  Simon Josefsson  <jas@extundo.com>
3553
3554         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
3555         (nnmail-article-group): Use it.
3556
3557 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3558
3559         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
3560         so that code reading them won't be surprised.  From Jesper Harder
3561         <harder@ifa.au.dk>.
3562
3563 2002-05-29  Simon Josefsson  <jas@extundo.com>
3564
3565         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
3566         articles.
3567
3568         * gnus.el (gnus-agent-cache): Doc fix.
3569         (gnus-agent): Change default to t.
3570
3571         * gnus-agent.el (gnus-agent-expire): Make it accept optional
3572         ARTICLES, GROUP and FORCE parameters.
3573
3574 2002-05-28  Simon Josefsson  <jas@extundo.com>
3575
3576         * gnus-group.el (gnus-group-line-format): Doc fix.
3577
3578 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3579
3580         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
3581         original article before yanking.  From Jesper Harder
3582         <harder@ifa.au.dk>.
3583
3584 2002-05-26  Simon Josefsson  <jas@extundo.com>
3585
3586         * gnus-sum.el (gnus-summary-menu-split): New function.
3587         (gnus-summary-make-menu-bar): Split charset submenu.
3588         (gnus-summary-menu-maxlen): New variable.
3589         (gnus-summary-menu-split): Use it.
3590
3591 2002-05-25  Simon Josefsson  <jas@extundo.com>
3592
3593         * mml.el (mml-preview): Generate some headers.
3594
3595         * gnus.el (gnus-large-newsgroup): Fix :type.
3596
3597         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
3598         Agent cache NOV's by default now).
3599         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
3600
3601 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
3602
3603         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
3604         call to gnus-parent-id when we check for References loops.
3605         (gnus-summary-prepare-threads): Avoid simplifying every Subject
3606         twice by saving the simplified subject string in simp-subject.
3607
3608 2002-05-23  Simon Josefsson  <jas@extundo.com>
3609
3610         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
3611         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
3612
3613         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
3614         Niklas Morberg <niklas.morberg@axis.com>.
3615
3616 2002-05-22  Simon Josefsson  <jas@extundo.com>
3617
3618         * sieve.el (sieve-change-region): Define it before it is used.
3619
3620         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
3621         (gnus-summary-reply): Ask for confirmation when replying to news.
3622         Defaults to not ask.  From Benjamin Rutt
3623         <rutt+news@cis.ohio-state.edu>.
3624
3625         * nnimap.el (nnimap-nov-is-evil): Improve doc.
3626
3627 2002-05-21  Simon Josefsson  <jas@extundo.com>
3628
3629         * sieve-mode.el (sieve-manage): Fix autoloads.
3630
3631         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
3632         name (makes it work with recent Cyrus timsieved).
3633
3634 2002-05-20  Jason  <jbaker@cs.utah.edu>
3635         Trivial patch.
3636
3637         * gnus-art.el (gnus-request-article-this-buffer): Try
3638         reconnecting if you don't get the message.
3639
3640 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3641
3642         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
3643         Reply-To headers from the headers.
3644
3645 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3646
3647         * mm-url.el (mm-url-insert): Remove junk message.
3648
3649 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3650
3651         * nnslashdot.el (nnslashdot-request-list): Parse new html.
3652         (nnslashdot-use-front-page): New variable.
3653         (nnslashdot-request-list): Use it.
3654
3655         * mm-url.el (mm-url-timeout): New variable.
3656         (mm-url-retries): Ditto.
3657         (mm-url-insert): Use it.
3658
3659 2002-05-16  Simon Josefsson  <jas@extundo.com>
3660
3661         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
3662         (gnus-simplify-subject-functions): Mention g-s-a-w.
3663
3664 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
3665
3666         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
3667         nnmail-cache-insert.
3668         * nndiary.el (nndiary-request-accept-article): Ditto.
3669         * nnfolder.el (nnfolder-request-accept-article): Ditto.
3670         * nnimap.el (nnimap-request-accept-article): Ditto.
3671         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
3672         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
3673         * nnmbox.el (nnmbox-request-accept-article): Ditto.
3674         * nnmh.el (nnmh-request-accept-article): Ditto.
3675         * nnmail.el (nnmail-cache-insert): Change group to required,
3676         removed code which tried to figure out the group.
3677
3678 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
3679
3680         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
3681         messages. From Hans de Graaff <hans@degraaff.org>.
3682         * nnml.el (nnml-request-accept-article): Pass in the group name to
3683         nnmail-cache-insert, since it's available.
3684
3685 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
3686
3687         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
3688
3689 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3690         From Florian Weimer <fw@deneb.enyo.de>.
3691
3692         * gnus.el (subscribed): New group parameter.
3693         (gnus-find-subscribed-addresses): Use it.
3694
3695 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
3696
3697         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
3698         the default for pgpmime to support pgp v2.
3699         * mml-sec.el (mml-signencrypt-style): New accessor function to
3700         allow users to get/set the signencrypt style more easily without
3701         frobbing the alist directly.
3702         * mml.el (mml-generate-mime-1): Use accessor function.
3703
3704 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3705
3706         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
3707         parenthesis for "<" and ">".  Suggested by Andreas Schwab
3708         <schwab@suse.de>.
3709
3710 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3711
3712         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
3713         when intuiting the group the message is written to.  From Josh
3714         Huber <huber@alum.wpi.edu>.
3715
3716 2002-05-06  Simon Josefsson  <jas@extundo.com>
3717
3718         * gnus-topic.el (gnus-group-topic-parameters): Work when group
3719         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
3720
3721 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
3722
3723         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
3724         argument, and fixed compiler warning. (added autoload for
3725         gpg-encrypt).
3726
3727 2002-05-04  Simon Josefsson  <jas@extundo.com>
3728
3729         * mml1991.el (mml1991-function-alist): Doc fix.
3730
3731         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
3732         doesn't exist (for previewing messages without having Gnus
3733         started).
3734
3735         * mm-util.el (mm-coding-system-priorities): Defcustom.
3736
3737         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
3738
3739 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
3740
3741         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
3742         default.
3743         * mml-sec.el:
3744         * mml-sec.el (mml-signencrypt-style): New.
3745         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
3746         argument `sign'.
3747         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
3748         signencrypt.
3749         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
3750         * mml.el (mml-generate-mime-1): Changed logic so a part which is
3751         both signed & encryped is processed in one operation. (rather than
3752         two separate ops: sign, then encrypt)
3753         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
3754         indication if a message is signed by an expired key.
3755         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
3756         enables combined sign & encrypt operation. (this was always on
3757         before).
3758         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
3759
3760 2002-05-01  Simon Josefsson  <jas@extundo.com>
3761
3762         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
3763         server.
3764         (nnimap-mailbox-info): defvar instead of defvoo.
3765
3766 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3767
3768         * gnus.el: Oort Gnus v0.06 is released.
3769
3770 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3771
3772         * lpath.el: Bind url-package-version.
3773
3774 2002-05-01  Simon Josefsson  <jas@extundo.com>
3775
3776         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
3777         filename before deleting the group itself, because the presence of
3778         a group filename decides if long filenames are used or not.
3779
3780         * gnus-art.el (gnus-button-alist): Don't inline
3781         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
3782         without also modifying g-button-alist.
3783         (gnus-button-alist): Fix type to allow variable as well as regexp.
3784         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
3785         themselves, variables to its contents.
3786         (gnus-button-entry): Ditto.
3787
3788 2002-05-01  Simon Josefsson  <jas@extundo.com>
3789
3790         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
3791         UIDNEXT as a string.
3792
3793         * nnimap.el (nnimap-string-lessp-numerical): New function.
3794         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
3795         integers.
3796
3797 2002-04-29  Simon Josefsson  <jas@extundo.com>
3798
3799         * nnmail.el (nnmail-cache-insert): Accept optional group
3800         parameter.
3801
3802         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
3803         n-r-g-a is disabled.
3804
3805 2002-04-29  Simon Josefsson  <jas@extundo.com>
3806
3807         * nnimap.el (nnimap-split-fancy): Fix doc.
3808         (nnimap-split-fancy): Fix doc.
3809
3810         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
3811         (nnimap-mailbox-info): New internal variable.
3812         (nnimap-retrieve-groups): Implement faster new mail check.
3813
3814         * nnimap.el (nnimap-split-articles): Support
3815         nnmail-cache-accepted-message-ids.
3816         (nnimap-request-accept-article): Ditto.
3817
3818         * imap.el (imap-mailbox-status-asynch): New command.
3819
3820 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
3821
3822         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
3823         are no subscribed mail groups.
3824         - Strip quoted names when comparing addresses
3825
3826 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
3827
3828         * mm-decode.el (mm-text-html-renderer): Change customize type to
3829         const.
3830
3831         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
3832         (gnus-debug-exclude-variables): do.
3833
3834 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3835
3836         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
3837         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
3838
3839 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3840
3841         * dns.el (dns-make-network-process): New macro.
3842         (query-dns): Use it.
3843
3844 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3845
3846         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
3847         article-buffer.
3848
3849         * mm-url.el (mm-url-package-name): New variable.
3850         (mm-url-package-version): New variable.
3851         (mm-url-insert-file-contents): Bind url-package-name and
3852         url-package-version here.
3853         * nnrss.el (nnrss-insert-w3): Move the bindings.
3854
3855         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
3856         url-package-version. Trivial change from Andrew J Cosgriff
3857         <ajc@polydistortion.net>
3858
3859         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
3860         attachments. Trivial change from Peter 'Luna' Runestig
3861         <peter@runestig.com>.
3862
3863 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
3864
3865         * nnkiboze.el (nnkiboze-request-scan): Call
3866         nnkiboze-possibly-change-group.
3867         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
3868         problems.
3869         (nnkiboze-generate-group): Set newsrc to the *highest* article
3870         number kibozed, not the lowest.
3871
3872 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
3873
3874         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
3875
3876 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3877         From Dan Christensen <jdc+news@uwo.ca>.
3878
3879         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
3880         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
3881         Recognize math postings.  Extract Date (now ignores "(15kb)").
3882         Extract email address using gnus-extract-address-components
3883         instead of just taking the first word.  Create Date and From
3884         headers for message which are missing these headers.  Get rid
3885         of spurious \\ lines (purely cosmetic).  Extend body-end and
3886         file-end regexps, to exclude more garbage from the message.
3887         Make URL rephrasing regexp more flexible, to match current
3888         format.
3889
3890 2002-04-23  Simon Josefsson  <jas@extundo.com>
3891
3892         * netrc.el: New file, functions copied from gnus-util.el by Ted
3893         Zlatanov <tzz@lifelogs.com>.
3894
3895         * gnus-util.el: Require netrc.
3896         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
3897         new code in netrc.el.
3898
3899 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3900
3901         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
3902         message-ignored-resent-headers, too.  From Matthieu Moy
3903         <Matthieu.Moy@imag.fr>.
3904
3905 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
3906
3907         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
3908         boolean not a string
3909         * gnus-group.el (gnus-group-line-format): add description of %C
3910         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
3911           as %C
3912         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
3913
3914 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
3915
3916         * nnmaildir.el (nnmaildir-request-scan): typo: set
3917         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
3918         nnmail-get-new-mail for 'find-new-groups.
3919
3920 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
3921
3922         * nnmaildir.el (nnmaildir-request-update-info,
3923         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
3924         unnecessary calls to nnmaildir-request-scan.
3925
3926 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
3927
3928         * gnus-msg.el:
3929         * gnus-msg.el (gnus-message-replysign): New.
3930         * gnus-msg.el (gnus-message-replyencrypt): New.
3931         * gnus-msg.el (gnus-message-replysignencrypted): New.
3932         * gnus-msg.el (gnus-summary-reply): Use the three new variables
3933         (above) to automatically encrypt/sign to encrypted/signed
3934         messages.
3935         * message.el:
3936         * message.el (message-mode-map): Add keybinding for
3937         `message-to-list-only'
3938         * message.el (message-mode): Add description for
3939         `message-to-list-only'
3940         * message.el (message-to-list-only): New.
3941         * message.el (message-make-mft): Changed to use the cl loop macro,
3942         and added optional flag to return only the matched list. (for use
3943         in new message-to-list-only function)
3944
3945 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
3946
3947         * gnus-msg.el:
3948         * gnus-msg.el (gnus-message-replysign):
3949         * gnus-msg.el (gnus-replysign): New.
3950         * gnus-msg.el (gnus-replyencrypt): New.
3951         * gnus-msg.el (gnus-replysignencrypted): New.
3952         * gnus-msg.el (gnus-summary-reply):
3953         * message.el:
3954         * message.el (message-mode-map):
3955         * message.el (message-mode):
3956         * message.el (message-to-list-only): New.
3957         * message.el (message-make-mft):
3958
3959 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
3960
3961         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
3962
3963 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
3964
3965         * message.el (message-gen-unsubscribed-mft): accept a prefix
3966         argument so CC can be included with C-u C-c C-f C-a
3967
3968 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3969         From Ted Zlatanov <teodor.zlatanov@divine.com>.
3970
3971         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
3972         Improve docstring.
3973         (spam-enter-blacklist): New command.
3974
3975         * gnus-sum.el (gnus-spam-mark): New mark.
3976         (gnus-auto-expirable-marks): Add gnus-spam-mark.
3977         (gnus-summary-make-tool-bar): Correct conditional.
3978         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
3979         (gnus-summary-mark-as-spam): New command.
3980
3981 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
3982
3983         * mml-sec.el (mml-secure-message): changed to support arbritrary
3984         modes.
3985         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
3986         changed to support "signencrypt" mode.
3987         * mml.el (mml-parse-1): changed to support different secure modes
3988         more easily. (for signencrypt)
3989
3990 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
3991
3992         * gnus-sum.el (gnus-update-summary-mark-positions)
3993         (gnus-summary-toggle-header):
3994         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
3995         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
3996         (gnus-uu-post-encoded):
3997         * nnfolder.el (nnfolder-possibly-change-group):
3998         * nnimap.el (nnimap-retrieve-headers):
3999         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
4000
4001 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
4002
4003         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
4004         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
4005
4006 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4007
4008         * gnus-srvr.el (gnus-server-set-info): Clear
4009         `gnus-server-method-cache' when `gnus-server-alist' is changed.
4010         From Daiki Ueno <ueno@unixuser.org>.
4011
4012 2002-04-11  Simon Josefsson  <jas@extundo.com>
4013
4014         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
4015         viewing of security buttons.  Thanks to Nicolas Kowalski
4016         <Nicolas.Kowalski@imag.fr>.
4017
4018         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
4019         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
4020         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
4021         <Nicolas.Kowalski@imag.fr>.
4022         (smime-decrypt-buffer): Ditto.
4023
4024 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4025
4026         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
4027         header line.
4028
4029 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
4030
4031         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
4032
4033 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4034
4035         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
4036
4037 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
4038
4039         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
4040         errors when debug.
4041
4042 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
4043
4044         * message.el (message-make-mft): Changed MFT code from using
4045         message-recipients (which included Bcc) to use only the To and CC
4046         headers.
4047
4048 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
4049
4050         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
4051         add link.
4052         (gnus-treat-mail-picon): Ditto.
4053         (gnus-treat-newsgroups-picon): Ditto.
4054         (gnus-picon-databases): Fix custom type.
4055         (gnus-picon-databases): Add link.
4056         (gnus-article-x-face-command): Add to gnus-picon group.
4057
4058 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
4059
4060         * message.el (message-buffer-naming-style): Remove.
4061
4062 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4063
4064         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
4065
4066         * message.el (message-tool-bar-map): Ditto.
4067
4068         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4069
4070 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4071
4072         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
4073
4074 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
4075
4076         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
4077
4078 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
4079         Trivial patch.
4080
4081         * dns.el: open-network-stream under XEmacs does udp.
4082
4083 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
4084
4085         * spam.el (spam-enter-whitelist): New function.
4086         (spam-parse-whitelist): Ditto.
4087         (spam-refresh-list-cache): Ditto.
4088         (spam-address-whitelisted-p): New function.
4089
4090         * dns.el (query-dns): Use TCP when make-network-process isn't
4091         available.
4092         (dns-servers): New variable.
4093         (dns-parse-resolv-conf): New function.
4094         (query-dns): Use it.
4095
4096         * spam.el: New file.
4097
4098         * dns.el (query-dns): Test.
4099
4100 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4101
4102         * lpath.el (featurep): Bind make-network-process.
4103
4104 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
4105
4106         * nnmaildir.el: Use defstruct.  Use a single copy of
4107         nnmail-extra-headers to save memory.  Store server's group name
4108         prefix instead of each group's prefixed name.
4109         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
4110         nntp-server-buffer.
4111
4112 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4113
4114         * dns.el: New file.
4115
4116 2002-03-28  Simon Josefsson  <jas@extundo.com>
4117
4118         * gnus-sum.el (gnus-summary-dummy-line-format):
4119         * gnus.el (gnus-summary-line-format): Fixing links to Info.
4120         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
4121
4122 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4123
4124         * gnus-sum.el (gnus-summary-move-article)
4125         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
4126         the doc string.
4127
4128 2002-03-28  Simon Josefsson  <jas@extundo.com>
4129
4130         * mml-sec.el (mml-secure-message): Search after
4131         mail-header-separator from top of message.
4132
4133 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
4134
4135         * nnmaildir.el: Cosmetic changes.
4136         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
4137         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
4138         nnmaildir--group-ls): New macros/functions.  Use them.
4139         (nnmaildir--unlink): Evalutate argument only once.
4140
4141 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
4142
4143         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
4144         symbols.
4145         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
4146         `gnus-point-at-eol'.
4147
4148 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
4149
4150         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
4151         nnmaildir--marks-dir): New macros.  Use them.
4152         Use inhibit-quit for atomicity instead of in-memory journaling.
4153         (nnmaildir--edit-prep): New function.
4154         (Local Variables): Use it.
4155
4156 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
4157
4158         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
4159
4160 2002-03-25  Simon Josefsson  <jas@extundo.com>
4161
4162         * message.el (message-mode): Fix doc.
4163
4164 2002-03-25  Simon Josefsson  <jas@extundo.com>
4165
4166         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
4167         Matthieu Moy <Matthieu.Moy@imag.fr>.
4168
4169 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
4170
4171         * mml-sec.el (mml-unsecure-message): Add docstring.
4172
4173 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
4174
4175         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
4176         value.
4177         Trivial change from andre@slamdunknetworks.com
4178
4179 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
4180
4181         * mml.el (mml-mode-map): Added a keybinding for
4182         `mml-unsecure-message'.  Also, added a menu entry for said
4183         function in the Attachments menu.
4184
4185 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4186
4187         * canlock.el (canlock-version): Remove.
4188         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
4189         here; simplify \x insertions.
4190         (canlock-sha1): New function, always return a unibyte string.
4191         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
4192         of a password.
4193         (canlock-insert-header): Use `canlock-sha1'.
4194         (canlock-verify): Ditto.
4195
4196 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
4197
4198         * message.el (message-fix-before-sending): Add an option that
4199         ignores illegible text.
4200         Trivial change from Mark Milhollan <mlm@attglobal.net>
4201
4202         * message.el (message-font-lock-keywords): Support multi-line MML
4203         tags.
4204
4205         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
4206         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
4207
4208 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4209
4210         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
4211         symbols for "View as different encoding" submenu.
4212
4213 2002-03-19  Simon Josefsson  <jas@extundo.com>
4214
4215         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
4216         encoding" submenu.
4217
4218 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4219
4220         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
4221
4222 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4223
4224         * gnus-sum.el (gnus-sum-thread-tree-root)
4225         (gnus-sum-thread-tree-single-indent)
4226         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
4227         (gnus-sum-thread-tree-leaf-with-other)
4228         (gnus-sum-thread-tree-single-leaf): Make customizable.
4229
4230 2002-03-16  Simon Josefsson  <jas@extundo.com>
4231
4232         * gnus-util.el (gnus-extract-address-components): Don't break on
4233         names such as James "Kibo" Parry.  From Francis Litterio
4234         <franl@world.std.com>.
4235
4236 2002-03-13  Simon Josefsson  <jas@extundo.com>
4237
4238         * pop3.el (pop3-open-server): Revert multibyte change.  From
4239         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
4240
4241         * message.el (message-send-mail-with-qmail): Make it work.  From
4242         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
4243
4244 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
4245
4246         * message.el (message-make-mft): Set case-fold-search while
4247         generating the MFT.  Also, a little cleanup in the MFT code.
4248
4249 2002-03-12  Simon Josefsson  <jas@extundo.com>
4250
4251         * message.el (message-qmail-inject-args): May be function.
4252         (message-send-mail-with-qmail): Call function if m-q-i-a is
4253         function.  From fn@hungry.org (Faried Nawaz).
4254
4255 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
4256
4257         * message.el (message-abbrevs-loaded): Remove.
4258         (mailabbrev): Require it.
4259
4260         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
4261
4262 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4263
4264         * pop3.el (pop3-open-server): Set process buffer unibyte.
4265
4266 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4267
4268         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
4269
4270 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
4271
4272         * nnslashdot.el (nnslashdot-request-article): Remove javascript
4273         too.
4274
4275 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
4276
4277         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
4278         duplication.
4279         (gnus-summary-save-parts-type-history): Ditto.
4280         (gnus-summary-save-parts-last-directory): Ditto.
4281         Trivial change from andre@slamdunknetworks.com
4282
4283 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
4284
4285         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
4286
4287 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4288
4289         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
4290         -->" as the end of the first article.
4291
4292         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
4293         From Matthieu Moy <Matthieu.Moy@imag.fr>
4294
4295         * message.el (message-add-action): Use add-to-list.
4296         (message-delete-action): New function.
4297
4298         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
4299         pieces.
4300
4301 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
4302
4303         * nnnil.el: New file.
4304         * gnus.el (gnus-valid-select-methods): Include nnnil.
4305
4306 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
4307
4308         * message.el (message-syntax-checks): Because canlock is
4309         supported, we disable sender syntax check.
4310         (message-shoot-gnksa-feet): Add cancel-messages option doc.
4311
4312         * gnus-draft.el (gnus-draft-send): If interactive, use its default
4313         value of message-syntax-checks.
4314
4315         * qp.el (quoted-printable-decode-region): Doc addition.
4316         From: Eli Zaretskii <eliz@is.elta.co.il>
4317
4318         * mail-source.el (make-source-make-complex-temp-name): Use
4319         make-temp-file.
4320
4321         * mm-util.el (mm-make-temp-file): New function.
4322         * nneething.el (nneething-file-name): Use it.
4323         * mml-smime.el (mml-smime-encrypt): Ditto.
4324         * mm-view.el (mm-inline-wash-with-file): Ditto.
4325         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
4326         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
4327         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
4328         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
4329         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
4330         * gnus-art.el (gnus-mime-print-part): Ditto.
4331
4332 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
4333
4334         * message.el (nnmaildir-article-number-to-base-name): New
4335         function.
4336         (nnmaildir-base-name-to-article-number): New function.
4337
4338 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4339
4340         * smime.el (smime-make-temp-file): Don't quote
4341         `temporary-file-directory'.
4342
4343 2002-03-04  Simon Josefsson  <jas@extundo.com>
4344
4345         * smime.el (smime-sign-region): Rename argument keyfiles to
4346         keyfile. You only sign something with one key.
4347         (smime-sign-buffer): Better completing-read prompt.
4348         (smime-decrypt-buffer): Ditto.
4349
4350         * smime.el (smime-make-temp-file): Make it work under XEmacs.
4351
4352         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
4353         completing-read.
4354         (mm-view-pkcs7-decrypt): CRLF->LF.
4355
4356 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
4357
4358         * message.el (message-hierarchical-addresses): New variable.
4359         (message-get-reply-headers): Use it.
4360         From Ted Zlatanov <teodor.zlatanov@divine.com>
4361
4362 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
4363
4364         * message.el (message-mode): If buffer-file-name, don't set auto
4365         save file name.
4366         Trivial change from Geoff Greene <ggreene@wpi.edu>
4367
4368 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4369
4370         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
4371         takes one argument in read-char.
4372
4373         * message.el (message-fix-before-sending): Forward a char.
4374         Check mmu-multibyte-p, add control-1.
4375
4376 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4377
4378         * gnus-start.el (gnus-read-init-file): Ditto.
4379
4380         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
4381
4382         * dgnushack.el (dgnushack-make-load): Ditto.
4383
4384         * mail-source.el (mail-source-fetch): Extract the right error
4385         code.
4386
4387         * message.el (message-fix-before-sending): Check illegible text.
4388
4389         * gnus-util.el (gnus-multiple-choice): New function.
4390
4391         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
4392         also defined in gnus-score.el.
4393
4394 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
4395
4396         * message.el (message-get-reply-headers): downcase email addresses
4397         for comaparisons for duplicate removal.
4398
4399 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4400
4401         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
4402         implementation of PKCS#7, which just allows users read the
4403         message.
4404         (mm-view-pkcs7): Use it.
4405
4406 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4407
4408         * gnus.el (large-newsgroup-initial): New parameter.
4409
4410         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
4411         (gnus-summary-insert-old-articles): Ditto.
4412
4413 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4414
4415         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
4416         used as the default answer of the question, "How many articles?".
4417         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
4418
4419         * nnagent.el (nnagent-retrieve-headers): Remove articles with
4420         small numbers.
4421
4422 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
4423
4424         * deuglify.el: Fix comments.
4425
4426 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
4427
4428         * html2text.el (html2text-clean-anchor): If there is no HREF,
4429         insert nothing.
4430
4431         * mml.el (mml-generate-mime-1): Add cdr.
4432         From: andre@slamdunknetworks.com
4433
4434         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
4435         (mm-text-html-washer-alist): Ditto.
4436
4437         * mm-decode.el (mm-text-html-renderer): Add html2text.
4438
4439         * html2text.el: Face lift.
4440
4441         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
4442
4443 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
4444
4445         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
4446
4447         * deuglify.el: Change copy right. Add autoload. Add coding-system.
4448
4449         * deuglify.el: New file. The original file name is
4450         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
4451
4452         * mm-decode.el (mm-display-external): Use
4453         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
4454
4455 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
4456
4457         * nnmaildir.el (nnmaildir-request-list): Report the highest
4458         article number, not the total number of articles.
4459
4460 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
4461
4462         * gnus-sum.el: Move uu key map here.
4463         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
4464
4465 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
4466
4467         * nnmaildir.el (nnmaildir-request-expire-articles): Use
4468         nnmail-expiry-wait* if expire-age parameter is not set.
4469
4470 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
4471
4472         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
4473         function.
4474         (gnus-group-sort-selected-groups-by-real-name): New function.
4475         (gnus-group-make-menu-bar): Add sort by real name.
4476
4477         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
4478         rebuild.
4479         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
4480         nil as dependencies as well.
4481
4482 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
4483
4484         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
4485         for mime-parts.
4486
4487         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
4488
4489         * gnus-group.el (gnus-group-name-decode): Don't test
4490         multibyte-string, because it breaks XEmacs.
4491         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
4492
4493         * message.el (message-send-mail): Be talkative.
4494
4495         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
4496         (mm-automatic-display): Ditto.
4497
4498         * mailcap.el (mailcap-mime-data): Ditto.
4499         From: Reiner Steib <4uce.02.r.steib@gmx.net>
4500
4501 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4502
4503         * many files: Remove trailing whitespaces, replace spc+tab with
4504         tab, replace leading whitespaces with tabs.
4505
4506 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
4507
4508         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
4509         articles with no body and no blank line after the header.
4510
4511 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4512
4513         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
4514         parts.
4515
4516         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
4517         non-ascii chars.
4518
4519         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
4520
4521         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
4522         w3-delay-image-loads.
4523         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
4524         (mm-w3-prepare-buffer): Ditto.
4525
4526         * mail-source.el (mail-source-fetch-directory): Run scripts.
4527
4528 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4529
4530         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
4531         for Majordomo confirmations.
4532
4533 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4534
4535         * gnus-fun.el (gnus-respond-to-confirmation): New command.
4536
4537 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4538
4539         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
4540
4541 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
4542
4543         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
4544         References header field.  From Mark Thomas <mthomas@cmu.edu>.
4545
4546 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4547
4548         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
4549         (mm-inline-render-with-stdin): Ditto.
4550         (mm-inline-render-with-function): Ditto.
4551         (mm-inline-wash-with-file): Bind coding-system-for-write.
4552         (mm-inline-wash-with-stdin): Ditto.
4553
4554 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4555
4556         Suggested by Felix Natter <fnatter@gmx.net>
4557
4558         * gnus-art.el (gnus-mime-view-part-externally): Rename from
4559         gnus-mime-externalize-view.
4560         (gnus-mime-view-part-internally): Rename from
4561         gnus-mime-internalize-view.
4562         (gnus-article-view-part-externally): Rename from
4563         gnus-article-externalize-part.
4564         (gnus-mime-action-alist): Change correspondingly.
4565         (gnus-mime-button-commands): Ditto.
4566         (gnus-mime-action-alist): Remove duplication.
4567
4568         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
4569
4570 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4571
4572         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
4573
4574         * gnus-art.el (gnus-display-mime): Use it.
4575
4576         * mm-partial.el (mm-partial-find-parts): Use it.
4577
4578         * gnus-sum.el (gnus-article-loose-mime): Rename from
4579         gnus-article-no-strict-mime.
4580         (gnus-summary-save-parts): Use it.
4581
4582 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4583
4584         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
4585         local variable.
4586
4587         * gnus-art.el (article-display-x-face): Don't sort multiple
4588         X-Faces.
4589
4590 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4591
4592         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
4593         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
4594
4595         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
4596
4597 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4598
4599         Some ideas is inspired by code from Hrvoje Niksic
4600         <hniksic@arsdigita.com>
4601
4602         * gnus-art.el (gnus-article-wash-function): Set the default to
4603         nil, so that we use mm-text-html-renderer instead.
4604         (article-wash-html): Use mm-text-html-renderer.
4605
4606         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
4607         (mm-text-html-renderer): New variable.
4608         (mm-inline-text-html-renderer): Set the default to nil, so that we
4609         use mm-text-html-renderer instead.
4610
4611         * mm-view.el (mm-inline-text-html): New function.
4612         (mm-text-html-renderer-alist): New variable.
4613         (mm-inline-text-vcard): New function.
4614         (mm-inline-text): Split.
4615         (mm-links-remove-leading-blank): New function.
4616         (mm-inline-render-with-file): New function.
4617         (mm-inline-render-with-stdin): New function.
4618         (mm-inline-render-with-function): New function.
4619         (mm-text-html-washer-alist): New variable.
4620         (mm-inline-wash-with-file): New function.
4621         (mm-inline-wash-with-stdin): New function.
4622
4623 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4624
4625         * message-utils.el: Fix installation doc.
4626         From: Reiner Steib <4uce.02.r.steib@gmx.net>
4627
4628 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
4629
4630         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
4631         (gnus-post-method): Use it.
4632         (gnus-summary-cancel-article): Find the correct post-method.
4633
4634         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
4635         * message.el (message-send-news): Ditto.
4636         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
4637         <ipmonger@delamancha.org>
4638
4639         * gnus.el (gnus-select-method): Fix doc.
4640         (gnus-server-string): Use 'using nntp'.
4641
4642         * gnus-agent.el (gnus-slave-unplugged): New command.
4643         From: Felix Natter <fnatter@gmx.net>
4644
4645 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4646
4647         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
4648         Call edit-done-function first, then change the window
4649         configuration.
4650         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
4651         (gnus-article-edit-mode): mml-mode.
4652
4653         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
4654         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
4655
4656         * message-utils.el: Adopt the file.
4657
4658         * message-utils.el: New file.
4659         From Holger Schauer <Holger.Schauer@gmx.de>
4660
4661 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
4662
4663         * gnus-sum.el (gnus-summary-move-article): Select-article only
4664         when gnus-move-split-methods is non-nil. And we don't render or
4665         mark the article.
4666
4667         * gnus-fun.el (gnus-shell-command-to-string): New function.
4668         (gnus-shell-command-on-region): New function.
4669         (gnus-random-x-face): Use them.
4670         (gnus-x-face-from-file): Ditto.
4671         (gnus-convert-image-to-gray-x-face): Ditto.
4672         (gnus-convert-gray-x-face-to-xpm): Ditto.
4673         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
4674
4675 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4676
4677         * gnus-art.el (gnus-treat-display-xface): Don't use
4678         `shell-command-to-string' when compiling.
4679         (gnus-treat-display-grey-xface): Ditto.
4680
4681 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
4682
4683         * nnmaildir.el (nnmaildir--article-count): If the group is
4684         completely empty, report minimum article number as 1 instead of 0.
4685
4686 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
4687
4688         * gnus-agent.el (gnus-get-predicate): Use nconc.
4689
4690         * gnus-sum.el (gnus-summary-display-make-predicate): Use
4691         gnus-summary-display-cache as cache.
4692
4693         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
4694         (nndoc-mail-in-mail-type-p): New function.
4695         (nndoc-mail-in-mail-article-begin): New function.
4696
4697 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
4698
4699         * mailcap.el (mailcap-mime-data): Use enriched-decode.
4700
4701         * gnus-cite.el (gnus-article-fill-cited-article): Bind
4702         use-hard-newlines to nil.
4703
4704         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
4705         image is not available if window-system is not available.
4706
4707         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
4708
4709 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4710
4711         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
4712         bookmark, because update-mark doesn't handle it correctly.
4713
4714 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
4715
4716         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
4717         directly instead of calling message-send-mail.
4718
4719         * gnus-start.el (gnus-read-descriptions-file): Use
4720         gnus-default-charset.
4721
4722         * mm-util.el (mm-guess-mime-charset): New function.
4723
4724         * gnus.el (gnus-default-charset): Use it.
4725         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
4726         the default.
4727
4728 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4729
4730         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
4731         (article-display-x-face): Use it.  Disable grey xface, if
4732         uncompface is not found.
4733
4734         * message.el (message-mode): Don't enable multibyte on an indirect
4735         buffer.
4736
4737         * nnrss.el (nnrss-content-function): New variable.
4738         (nnrss-request-article): Use it.
4739
4740 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4741
4742         * gnus.el: Add article-unsplit-urls.
4743         * gnus-sum.el: Ditto.
4744         * gnus-art.el (gnus-treat-strip-cr): New variable.
4745         (gnus-treatment-function-alist): Use it.
4746         (article-unsplit-urls): New function.
4747         (gnus-article-make-menu-bar): Use it.
4748         From: Michael Cook <michael.cook@cisco.com>
4749
4750 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4751
4752         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
4753         copy.
4754
4755 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
4756
4757         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
4758         with internal whitespace.
4759         (gnus-parent-id): Ditto.
4760
4761 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
4762
4763         * gnus-art.el (gnus-article-treat-body-boundary): Add
4764         gnus-decoration property.
4765         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
4766
4767         * message.el (message-mode): Set local-abbrev-table.
4768         From Matt Armstrong <matt@lickey.com>.
4769
4770         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
4771         too many spaces.
4772
4773         * rfc2047.el (rfc2047-unfold-region): Ditto.
4774         (rfc2047-decode-region): Don't unfold. Let
4775         gnus-article-treat-unfold-headers do it.
4776
4777         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
4778         From: Jesper Harder <harder@ifa.au.dk>
4779
4780 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4781
4782         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
4783         (gnus-configure-posting-styles): Use it.
4784         (gnus-configure-posting-styles): Remove trailing newspaces.
4785
4786 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4787
4788         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
4789         is non-nil.
4790
4791         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
4792
4793         * gnus.el (gnus-server-to-method): Switch position with
4794         gnus-server-get-method.
4795         (gnus-agent): Add doc.
4796
4797         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
4798         (gnus-summary-save-parts): Use it.
4799
4800         * gnus-art.el (gnus-display-mime): Use it.
4801         * mm-partial.el (mm-partial-find-parts): Use it.
4802
4803         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
4804
4805         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
4806         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
4807
4808         * nnagent.el (nnagent-request-expire-articles): Don't delete
4809         files.
4810
4811 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
4812
4813         * message.el (message-gen-unsubscribed-mft): New function.
4814         From Sriram Karra <karra@cs.utah.edu>.
4815
4816         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
4817         open parenthesis.
4818
4819         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
4820         (mm-inline-text-html-render-with-w3): Ditto.
4821         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
4822         Suggested by Dave Love  <d.love@dl.ac.uk>.
4823
4824         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
4825
4826         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
4827         * nntp.el (nntp-send-command): Ditto.
4828         * nntp.el (nntp-send-command-nodelete): Ditto.
4829
4830 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
4831
4832         * mm-url.el (mm-url-load-url): New function.
4833         (mm-url-insert-file-contents): Use it.
4834
4835         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
4836
4837         * message.el (message-forward-make-body): Correctly copy
4838         forward-buffer.
4839
4840         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
4841
4842 2002-02-04  Simon Josefsson  <jas@extundo.com>
4843
4844         * gnus-art.el (gnus-article-followup-with-original): Mark with
4845         force, prevent errors when following up from article buffer.
4846         (gnus-article-reply-with-original): Ditto.
4847
4848         * binhex.el (binhex-decoder-switches): Fix doc.  From
4849         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
4850
4851 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
4852
4853         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
4854         highlight-citation after emphasize.
4855
4856 2002-02-04  Simon Josefsson  <jas@extundo.com>
4857
4858         * nnfolder.el (nnfolder-open-marks):
4859
4860         * nnml.el (nnml-open-marks): Message when done.  From David
4861         Edmondson <dme@sun.com>.
4862
4863 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
4864
4865         * imap.el (imap-anonymous-auth): Fix typo.
4866         From: Steinar Bang <sb@dod.no>
4867
4868         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
4869         save-excursion.
4870         (gnus-cache-braid-heads): Ditto.
4871
4872         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
4873         line, because there are extra articles in the overview buffer.
4874
4875         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
4876
4877         * message.el (message-forward-rmail-make-body): Directly use
4878         rmail-msg-restore-non-pruned-header to avoid calling
4879         vertical-motion.
4880
4881 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4882
4883         * gnus-cache.el (gnus-summary-insert-cached-articles):
4884         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
4885
4886         * gnus-group.el (gnus-group-mark-article-read): Nreverse
4887         gnus-newsgroups-unselected.
4888
4889         * gnus-agent.el (gnus-summary-set-agent-mark): Use
4890         gnus-add-to-sorted-list.
4891
4892         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
4893         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
4894         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
4895         (gnus-update-read-articles): UNREAD is sorted.
4896         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
4897         (gnus-newsgroup-marked, gnus-newsgroup-cached)
4898         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
4899         (gnus-newsgroup-dormant): Require sorted.
4900
4901         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
4902         directories.
4903         (gnus-dired-print): New function.
4904
4905         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
4906         ps-despool.
4907
4908 2002-02-02  Simon Josefsson  <jas@extundo.com>
4909
4910         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
4911
4912 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4913
4914         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
4915         t. This makes gnus-agent customizable without putting
4916         gnus-agentize into .gnus.
4917
4918         * gnus.el (gnus-agent): Make it customizable.
4919
4920         * gnus-dired.el: New file.
4921         From Benjamin Rutt <brutt@bloomington.in.us>
4922
4923         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
4924         if no article.
4925         (gnus-cache-possibly-remove-article): Ditto.
4926         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
4927
4928 2002-02-01  Simon Josefsson  <jas@extundo.com>
4929
4930         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
4931
4932 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4933
4934         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
4935         (mm-setup-w3m): Don't bind keys listed in the above.
4936
4937 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4938
4939         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
4940         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
4941         is non-nil; bind `w3m-force-redisplay' with nil.
4942
4943         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4944
4945         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
4946
4947 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
4948
4949         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
4950         use mail-header-unfold-field.
4951
4952         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
4953         gnus-summary-limit.
4954
4955         * gnus-range.el (gnus-add-to-sorted-list): New function.
4956         * gnus-sum.el (gnus-mark-article-as-read): Use it.
4957         (gnus-mark-article-as-unread): Ditto.
4958         (gnus-summary-mark-article-as-unread): Ditto.
4959         (gnus-build-get-header): Ditto.
4960         (gnus-summary-prepare-threads): Ditto.
4961         (gnus-summary-insert-pseudos): Ditto.
4962         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
4963         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
4964         (gnus-summary-insert-old-articles): Ditto.
4965
4966         * gnus-msg.el (gnus-posting-styles): Add new format of header.
4967         (gnus-configure-posting-styles): Support the new format.
4968
4969         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
4970         edebug-form-spec to (sexp body).
4971         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
4972
4973         * message.el (message-reply-headers): Add doc.
4974
4975 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4976
4977         * gnus-group.el (gnus-group-delete-group): Nix the entry in
4978         gnus-cache-active-hashtb.
4979
4980         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
4981         (gnus-agent-summary-fetch-group): Use it.
4982
4983         * gnus-msg.el (gnus-debug-files): New variable.
4984         (gnus-debug-exclude-variables): New variable.
4985         (gnus-debug): Use them.
4986
4987         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
4988
4989 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4990
4991         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
4992         (message-mode-syntax-table): Move back the previous position.
4993
4994         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
4995
4996         * gnus-agent.el (gnus-agent-retrieve-headers): Use
4997         gnus-sorted-difference.
4998
4999         * nnsoup.el (nnsoup-request-expire-articles): Use
5000         gnus-sorted-difference.
5001
5002         * nnheader.el: Autoload gnus-sorted-difference.
5003
5004         * nnfolder.el (nnfolder-request-expire-articles): Use
5005         gnus-sorted-difference.
5006
5007         * gnus-cache.el (gnus-cache-retrieve-headers): Use
5008         gnus-sorted-difference.
5009
5010         * gnus-range.el: Autoload cookies.
5011         (gnus-sorted-difference): New function.
5012         (gnus-sorted-ndifference): New function.
5013         (gnus-sorted-nintersection): Rename from
5014         gnus-set-sorted-intersection.
5015         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
5016         (gnus-list-range-difference): Rename from
5017         gnus-inverse-list-range-intersection.
5018         (gnus-inverse-list-range-intersection): Use defalias.
5019
5020         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
5021         gnus-sorted-ndifference, and gnus-sorted-nintersection.
5022         (gnus-articles-to-read): Use gnus-sorted-difference.
5023         (gnus-summary-limit-mark-excluded-as-read): Use
5024         gnus-sorted-intersection and gnus-sorted-ndifference.
5025         (gnus-list-of-read-articles): Use gnus-list-range-difference.
5026         (gnus-summary-insert-articles): Use gnus-sorted-difference.
5027
5028         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
5029
5030 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5031
5032         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
5033         property to the buffer for using emacs-w3m command keys.
5034
5035         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
5036         option.
5037
5038         * mm-view.el (mm-w3m-mode-map): New variable.
5039         (mm-w3m-mode-command-alist): New variable.
5040         (mm-w3m-minor-mode): Removed.
5041         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
5042         (mm-inline-text-html-render-with-w3m): Add keymap property to the
5043         buffer for using emacs-w3m command keys.
5044
5045 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
5046
5047         * message.el (message-mode-syntax-table): Move forward.
5048         (message-cite-prefix-regexp): Auto detect non word constituents.
5049         (message-cite-prefix-regexp): Don't use with-syntax-table.
5050
5051         * gnus-sum.el (gnus-summary-update-info): Use
5052         gnus-list-range-intersection.
5053
5054         * gnus-agent.el (gnus-agent-fetch-headers): Use
5055         gnus-list-range-intersection.
5056
5057         * gnus-range.el (gnus-range-normalize): Use correct predicate.
5058         (gnus-list-range-intersection): Use it.
5059         (gnus-inverse-list-range-intersection): Ditto.
5060         (gnus-sorted-intersection): Add doc.
5061         (gnus-set-sorted-intersection): Add doc.
5062         (gnus-sorted-union): New function.
5063         (gnus-set-sorted-union): New function.
5064
5065         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
5066         (gnus-inverse-list-range-intersection): Ditto.
5067
5068 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
5069
5070         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
5071
5072         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
5073         and permit `:' and `\' in order to handle full Windows pathnames.
5074         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
5075         technically not correct per standard, but seems to have common use.
5076
5077 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
5078
5079         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
5080         replacing numbers.
5081
5082 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
5083
5084         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
5085
5086         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
5087         Don't split when the window is small, e.g. when a small *BBDB*
5088         window is the lowest one.
5089
5090         * gnus-agent.el (gnus-agent-retrieve-headers): Use
5091         nnheader-find-nov-line to speed up. Use nreverse, because it is
5092         sorted. Use nnheader-insert-nov-file.
5093
5094 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5095
5096         * mm-decode.el (mm-inline-text-html-with-images): New user option.
5097
5098         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
5099         of `w3m-display-inline-images' with the value of
5100         `mm-inline-text-html-with-images'.
5101         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
5102
5103         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5104
5105 2002-01-27  Richard M. Stallman  <rms@gnu.org>
5106
5107         * time-date.el: Add autoload cookies.  Many doc fixes.
5108         (time-add): New function.
5109         (time-subtract): Renamed from subtract-time.
5110         (subtract-time): New alias for time-subtract.
5111
5112 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5113
5114         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
5115         emacs-w3m in doc-string.
5116
5117         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
5118         `w3m-current-buffer'.
5119
5120 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5121
5122         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
5123
5124         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
5125         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
5126         (mm-w3m-cid-retrieve): New function.
5127         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
5128
5129 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
5130
5131         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
5132
5133 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5134
5135         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
5136
5137 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5138
5139         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
5140         32K.
5141
5142         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
5143
5144         * nnmail.el (nnmail-article-group): Decode headers before running
5145         split rules over them.
5146         (nnmail-mail-splitting-charset): New variable.
5147
5148         * smiley.el: Replaced with smiley-ems.el.
5149
5150 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5151
5152         * mm-url.el (mm-url-predefined-programs): Add w3m.
5153         (mm-url-program): Ditto.
5154
5155 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5156
5157         * nnml.el (nnml-use-compressed-files): New variable.
5158         (nnml-filenames-are-evil): Removed.
5159         (nnml-current-group-article-to-file-alist): Don't use.
5160         (nnml-update-file-alist): Inhibit.
5161         (nnml-article-to-file): Use new var.
5162
5163 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5164
5165         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
5166
5167         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
5168
5169 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5170
5171         * gnus-agent.el (gnus-agent-load-alist): Use new caching
5172         function.
5173
5174         * gnus-util.el (gnus-cache-file-contents): New function.
5175
5176         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
5177         (gnus-agent-load-alist): Use it.
5178
5179         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
5180
5181         * nnheader.el (nnheader-insert-nov-file): New function.
5182
5183         * gnus-util.el (gnus-parse-without-error): Correct the loop.
5184
5185         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
5186         there are no references.
5187         (gnus-extract-message-id-from-in-reply-to): New function.
5188         (gnus-nov-parse-line): Use in-reply-to if there are no
5189         references.
5190
5191 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5192
5193         * nnagent.el (nnagent-retrieve-headers): Use new macro.
5194
5195         * gnus-util.el (gnus-parse-without-error): New macro.
5196
5197 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
5198
5199         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
5200         (gnus-article-wash-function): use locate-library to decide which
5201         to use.
5202
5203 2002-01-25  Simon Josefsson  <jas@extundo.com>
5204
5205         * pop3.el (pop3-munge-message-separator): Work if no date.
5206         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
5207
5208 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5209
5210         * gnus-agent.el (gnus-agent-save-alist): Fix.
5211
5212         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
5213         mistake.  Reinstated lost code.
5214
5215 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
5216
5217         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
5218         one exists in the case of an encrypted message with an internal
5219         signature.
5220
5221 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5222
5223         * gnus-agent.el (gnus-agent-save-alist): Optimized.
5224
5225 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5226
5227         * dgnushack.el: Commented out the experimental code.
5228
5229 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5230
5231         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
5232         error.
5233
5234         * gnus.el (gnus-server-to-method): Made into subst.
5235         (gnus-server-method-cache): New variable.
5236         (gnus-server-to-method): Use it.
5237         (gnus-group-method-cache): New variable.
5238         (gnus-find-method-for-group-1): Renamed.
5239         (gnus-find-method-for-group): New function.
5240         (gnus-group-method-cache): Removed.
5241
5242         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
5243         function.
5244
5245         * gnus-range.el (gnus-members-of-range): New function.
5246         (gnus-list-range-intersection): Renamed.
5247         (gnus-inverse-list-range-intersection): New function.
5248
5249         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
5250
5251         * nnagent.el (nnagent-retrieve-headers): New implementation.
5252
5253         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
5254         implementation.
5255
5256 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5257
5258         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
5259         `w3m-meta-content-type-charset-regexp'.
5260
5261         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
5262         charset-encoded html contents.
5263
5264 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
5265
5266         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
5267         an empty file.
5268
5269         * nnweb.el (url): Ignore errors when request url.
5270
5271         * nnrss.el: Clean up the comments.
5272
5273 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5274
5275         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
5276
5277         * mm-decode.el (mm-inline-text-html-renderer): New user option.
5278         (mm-inline-media-tests): Test whether the value of
5279         `mm-inline-text-html-renderer' is a function for text/html.
5280
5281         * mm-view.el (mm-inline-text-html-render-with-w3): New function
5282         separated from `mm-inline-text'.
5283         (mm-w3m-minor-mode): New variable.
5284         (mm-w3m-setup): New variable.
5285         (mm-setup-w3m): New function.
5286         (mm-inline-text-html-render-with-w3m): New function.
5287         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
5288         text/html.
5289
5290 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
5291
5292         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
5293
5294 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5295
5296         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
5297         and `gnus-xmas-completing-read'.
5298
5299 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5300
5301         * nneething.el (nneething-message-id-number): Abolished.
5302         (nneething-encode-file-name): Not encode numerical characters.
5303         (nneething-make-head): `nneething-message-id-number' is not
5304         used to generate message IDs.
5305
5306 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5307
5308         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
5309         characters.
5310
5311 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5312
5313         * gnus-xmas.el (gnus-xmas-completing-read): New function.
5314         (gnus-xmas-redefine): Redefine conditionally.
5315
5316 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
5317
5318         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
5319         tag.
5320
5321 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
5322
5323         * message.el (message-font-lock-keywords): Added the secure tag.
5324         * mml-sec.el: Added functions to generate/modify/remove the secure
5325         tag while in message mode.
5326         * mml-sec.el (mml-secure-message): New.
5327         * mml-sec.el (mml-unsecure-message): New.
5328         * mml-sec.el (mml-secure-message-sign-smime): New.
5329         * mml-sec.el (mml-secure-message-sign-pgp): New.
5330         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
5331         * mml-sec.el (mml-secure-message-encrypt-smime): New.
5332         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
5333         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
5334         * mml.el (mml-parse-1): Added code to recognise the secure tag and
5335         convert it to either a part or multipart depending on if there are
5336         other parts in the message.
5337         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
5338         to use the secure tag, rather than the part tag.
5339         * mml.el (mml-preview): Added a save-excursion to keep cursor
5340         position after doing an MML preview.
5341
5342 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5343
5344         * nnheader.el (nnheader-parse-overview-file): New function.
5345         (nnheader-write-overview-file): New function.
5346
5347 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5348
5349         * gnus.el (gnus-group-fast-parameter): Check better if expansion
5350         in wanted.
5351
5352         * nnweb.el (nnweb-type-definition): Clean up.
5353
5354 2002-01-21  Alastair Burt  <burt@dfki.de>
5355         Trivial patch.
5356
5357         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
5358         buffer exists before jumping to it.
5359
5360 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5361
5362         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
5363         function.
5364         (article-wash-html): Use it.
5365         (gnus-article-wash-function): New variable.
5366         (gnus-article-wash-html-with-w3m): New function.
5367
5368 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
5369
5370         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
5371         XEmacs.
5372
5373 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
5374
5375         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
5376         command line.
5377
5378 2002-01-21  Simon Josefsson  <jas@extundo.com>
5379
5380         * canlock.el (base64-encode-string): Autoload it from base64.
5381         (canlock-make-cancel-key): Base64 encode unibyte string.
5382
5383 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5384
5385         * nnfolder.el (nnfolder-request-accept-article): Unfold
5386         x-from-line.
5387         (nnfolder-request-replace-article): Ditto.
5388
5389 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
5390
5391         * gnus-group.el (gnus-group-best-unread-group): Use the right
5392         positioning function.
5393
5394 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5395
5396         * smiley-ems.el (smiley-region): Use new function.
5397         (smiley-update-cache): Use general image functions.
5398         (smiley-region): Use general functions.
5399
5400         * gnus-util.el (gnus-graphic-display-p): New function.
5401
5402         * nnmail.el (nnmail-article-group): Allow outputting traces of
5403         non-strings.
5404
5405         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
5406         (nndoc-exim-bounce-type-p): New function.
5407
5408         * message.el (message-dont-send): Doc fix.
5409
5410         * gnus-util.el (gnus-completing-read): Remove
5411         inherit-input-method.
5412
5413         * gnus-art.el (gnus-treat-smiley): Doc fix.
5414
5415         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
5416         articles.
5417
5418 2002-01-19  Simon Josefsson  <jas@extundo.com>
5419
5420         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
5421         (imap-kerberos4-open): Ditto.
5422         (imap-open): Set port correctly, don't set auth.
5423
5424 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5425
5426         * gnus.el (gnus-version-number): Bump version number.
5427
5428 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5429
5430         * gnus.el: Oort Gnus v0.05 is released.
5431
5432 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5433
5434         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
5435         exists.
5436
5437         * gnus-spec.el (gnus-string-width-function): New function.
5438         (gnus-tilde-cut-form): Use it.
5439         (gnus-tilde-max-form): Ditto.
5440         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
5441         (gnus-substring-function): Use it.
5442         (gnus-tilde-cut-form): Ditto.
5443         (gnus-substring-function): New function.
5444
5445         * message.el (message-check-news-header-syntax): New message.
5446
5447         * gnus.el (gnus-slave-no-server): Doc fix.
5448
5449         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
5450
5451 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5452
5453         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
5454         `seen' if it looks like (seen NUM1 . NUM2).  It should be
5455         (seen (NUM1 . NUM2)).
5456
5457 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5458
5459         * gnus-topic.el (gnus-topic-catchup-articles): Update article
5460         number in closed topics.
5461
5462 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
5463
5464         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
5465         functions.
5466
5467 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5468
5469         * gnus.el (gnus-group-find-parameter): Clean up.
5470
5471         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
5472         articles.
5473
5474         * gnus-util.el (gnus-completing-read-with-default): Renamed.
5475
5476         * nnmail.el (nnmail-article-group): Clean up.
5477
5478 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
5479
5480         * gnus-agent.el (gnus-category-name): Intern the category name.
5481
5482 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5483
5484         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
5485
5486         * gnus-util.el (gnus-completing-read): New function.
5487
5488 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
5489
5490         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
5491
5492         * smiley-ems.el (smiley-region): Register smiley.
5493         (smiley-toggle-buffer): Rewrite the function.
5494         (smiley-active): Removed.
5495
5496 2002-01-19  Simon Josefsson  <jas@extundo.com>
5497
5498         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
5499         Jesper Harder <harder@ifa.au.dk>.
5500
5501 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5502
5503         * gnus-art.el (gnus-request-article-this-buffer): Call
5504         `nneething-get-file-name' to extract the file name from the
5505         message id.
5506
5507         * nneething.el (nneething-encode-file-name): New function.
5508         (nneething-decode-file-name): Ditto.
5509         (nneething-get-file-name): Ditto.
5510         (nneething-make-head): Encode the file name and encapsulate it
5511         into the field of the message id.
5512
5513 2002-01-18  Simon Josefsson  <jas@extundo.com>
5514
5515         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
5516         stored in .marks.
5517
5518         * nnfolder.el (nnfolder-request-update-info): Ditto.
5519
5520 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5521
5522         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
5523
5524 2002-01-18  Simon Josefsson  <jas@extundo.com>
5525
5526         * imap.el (imap-starttls-p): Don't check for binary.
5527         (imap-gssapi-auth-p): Ditto.
5528         (imap-kerberos4-auth-p): Ditto.
5529         (imap-open): Change logic.  Iterate through all possible streams,
5530         instead of bailing out after first failure.  Move authenticator
5531         decision to `imap-authenticate'.
5532         (imap-authenticate): Change logic, now finds the authenticator to
5533         use, was previously in `imap-open'.
5534         (imap-open): Return nil on failure.
5535         (imap-open): Setup temp buffer correctly.
5536         (imap-open): Return buffer only on success.
5537         (imap-interactive-login, imap-interactive-login): Tell the user
5538         which stream/authenticator is used for the queried
5539         username/password.
5540         (imap-open, imap-authenticate): Set variables.
5541         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
5542         (imap-open): Don't assume how `with-temp-buffer' is implemented.
5543
5544 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5545
5546         * gnus-fun.el (gnus-grab-cam-x-face): New function.
5547
5548 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5549
5550         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
5551
5552 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5553
5554         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
5555         (gnus-agent-group-mode-map): Bind it to "Jo".
5556         (gnus-agent-group-make-menu-bar): Add it into menu bar.
5557
5558 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
5559
5560         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
5561         (gnus-summary-mail-toolbar): Add mail article deletion button.
5562
5563         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
5564         false positives for lines of "^^^^".
5565
5566         * gnus-picon.el (gnus-picon-find-face): faces database is all
5567         lowercase.
5568
5569 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5570
5571         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
5572         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
5573         duplications.
5574         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
5575
5576 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5577
5578         * gnus-sum.el (gnus-summary-initial-limit): Inline
5579         gnus-summary-limit-children.
5580         (gnus-summary-initial-limit): Don't limit if
5581         gnus-newsgroup-display is nil.
5582         (gnus-summary-initial-limit): No, don't.
5583
5584         * gnus-util.el
5585         (gnus-put-text-property-excluding-characters-with-faces): Inline
5586         gnus-put-text-property.
5587
5588         * gnus-spec.el (gnus-default-format-specs): New variable.
5589
5590         * gnus-start.el (gnus-read-newsrc-file): Don't clear
5591         gnus-format-specs.
5592         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
5593
5594         * gnus-spec.el (gnus-update-format-specifications): Really check
5595         the Gnus version of the .newsrc.eld file.
5596         (gnus-format-specs): Save the new default summary format.
5597
5598         * gnus-util.el (gnus-parent-id): Check whether references is empty
5599         before splitting.
5600
5601         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
5602         functions.
5603         (gnus-gather-threads-by-references): Inline
5604         `gnus-split-references'.
5605
5606         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
5607         default value of gnus-summary-line-format-spec.
5608
5609 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5610
5611         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
5612         message.
5613         (nnslashdot-request-list): Ditto.
5614         (nnslashdot-sid-strip): Removed.
5615
5616 2002-01-15  Simon Josefsson  <jas@extundo.com>
5617
5618         * nnimap.el (nnimap-close-asynchronous): Enable.
5619         (nnimap-close-group): Expunge.
5620
5621 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5622
5623         * gnus-util.el (gnus-user-date-format-alist): Typo.
5624         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
5625
5626 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5627
5628         * nneething.el (nneething-request-article): Set
5629         `nnmail-file-coding-system' to `binary' locally, in order to read
5630         files without any conversion.
5631
5632 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5633
5634         * gnus-agent.el (gnus-agent-retrieve-headers): Use
5635         nnheader-file-coding-system and nnmail-active-file-coding-system.
5636         (gnus-agent-regenerate-group): Ditto.
5637         (gnus-agent-regenerate): Ditto.
5638         (gnus-agent-write-active): Ditto.
5639         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
5640
5641 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
5642
5643         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
5644         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
5645
5646 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
5647
5648         * gnus.el: We don't need gnus-article-show-all-headers.
5649
5650         * gnus-art.el (article-show-all, gnus-article-show-all-header):
5651         Ditto.
5652
5653         * gnus-sum.el (gnus-summary-select-article): Don't call
5654         show-all-headers, because hidden headers are not hidden text any
5655         more.
5656
5657 2002-01-13  Simon Josefsson  <jas@extundo.com>
5658
5659         * message.el (message-newline-and-reformat): Use `newline' instead
5660         of inserting \n, so that the newline is marked as hard.
5661
5662         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
5663         From Jesper Harder <harder@ifa.au.dk>.
5664
5665 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5666
5667         * imap.el (imap-close): Keep going if quit.
5668
5669         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
5670         nntp-server-buffer.
5671
5672 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5673
5674         * mm-view.el (mm-display-inline-fontify): Require font-lock to
5675         avoid unbinding shadowed variables.
5676
5677         * gnus-art.el (gnus-picon-databases): Moved here.
5678         (gnus-picons-installed-p): Moved here.
5679         (gnus-article-reply-with-original): Use `mark'.
5680
5681         * gnus.el (gnus-picon): Moved here and renamed.
5682
5683         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
5684         installed.
5685         (gnus-treat-mail-picon): Ditto.
5686         (gnus-treat-newsgroups-picon): Ditto.
5687
5688         * gnus-picon.el (gnus-picons-installed-p): New function.
5689
5690 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5691
5692         * gnus-agent.el (gnus-agent-go-online): Fix doc.
5693
5694 2002-01-12  Simon Josefsson  <jas@extundo.com>
5695
5696         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
5697         (nnimap-before-find-minmax-bugworkaround): Use it.
5698         (nnimap-find-minmax-uid): Don't reselect current mailbox.
5699         (nnimap-dont-close): New variable.
5700         (nnimap-close-group): Use it.
5701
5702 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5703
5704         * gnus-art.el (gnus-article-reply-with-original): Use
5705         `mark-active'.
5706
5707         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
5708
5709         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
5710         (gnus-score-advanced): Clean up.
5711         (gnus-score-advanced): Accept a multiple of the score.
5712
5713 2002-01-12  Simon Josefsson  <jas@extundo.com>
5714
5715         * flow-fill.el (fill-flowed-display-column)
5716         (fill-flowed-encode-columnq): New variables.  Suggested by
5717         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
5718         (fill-flowed-encode, fill-flowed): Use them.
5719
5720         * message.el (message-send-news, message-send-mail): Use
5721         m-b-s-n-p-e-h-n.
5722
5723         * mml.el (autoload): Autoload fill-flowed-encode.
5724         (mml-buffer-substring-no-properties-except-hard-newlines): New
5725         function.
5726         (mml-read-part): Use it.
5727         (mml-generate-mime-1): Encode format=flowed if appropriate.
5728         (mml-insert-mime-headers): Insert format=flowed.
5729
5730         * flow-fill.el (fill-flowed-encode): New function.
5731         (fill-flowed): Bind fill-column to window width.
5732
5733 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5734
5735         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
5736         it exists.
5737         (gnus-summary-setup-buffer): Wake up dead summary buffers.
5738         (gnus-summary-buffer-name): Don't return the dead name after all.
5739         (gnus-summary-setup-buffer): Kill the dead buffer.
5740
5741         * gnus-art.el (gnus-article-followup-with-original): Store the
5742         value of the mark before deactivating it.
5743
5744 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5745
5746         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
5747         From: Karl Kleinpaste <karl@charcoal.com>
5748
5749         * gnus-art.el (article-display-x-face): Ditto.
5750         (gnus-article-reply-with-original): Use gnus-region-active-p.
5751         (gnus-article-followup-with-original): Ditto.
5752
5753         * gnus-sum.el (gnus-summary-read-group-1): Don't select
5754         downloadable article either.
5755
5756 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5757
5758         * gnus-art.el (article-display-x-face): Insert From:.
5759
5760         * gnus-sum.el (gnus-summary-move-article): Don't draw the
5761         article. Bind gnus-display-mime-function and
5762         gnus-article-prepare-hook.
5763
5764         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
5765         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
5766         gnus-agent-possibly-synchronize-flags to the last.
5767         (gnus-agent-go-online): New function. New variable.
5768
5769 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5770
5771         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
5772         (gnus-agent-regenerate): Ditto.
5773
5774 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5775
5776         * message.el (message-ignored-news-headers)
5777         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
5778         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
5779
5780         * gnus.el (gnus-gethash-safe): New macro.
5781
5782         * gnus-agent.el (gnus-agent-regenerate-history): New function.
5783         (gnus-agent-regenerate): Show messages.
5784
5785 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5786
5787         * gnus-agent.el (gnus-agent-regenerate-group): New function.
5788         (gnus-agent-regenerate): New function.
5789         (gnus-agent-save-alist): Sort.
5790         (gnus-agent-copy-nov-line): Test eobp.
5791         (gnus-agent-retrieve-headers): Erase buffer.
5792
5793 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
5794
5795         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
5796         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
5797
5798         * gnus.el (gnus-agent-covered-methods): Move here.
5799         (gnus-online): New function.
5800         (gnus-agent-method-p): Move here.
5801
5802         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
5803         nil. Remove articles-alist.
5804
5805         * gnus-start.el (gnus-get-unread-articles): Check online.
5806         (gnus-groups-to-gnus-format): Ditto.
5807         (gnus-active-to-gnus-format): Ditto.
5808
5809         * gnus-agent.el (gnus-agent-get-function): Use it.
5810         (gnus-agent-get-undownloaded-list): Ditto.
5811         (gnus-agent-fetch-session): Only fetch online methods.
5812
5813         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
5814         (gnus-server-mode-map): Ditto.
5815         (gnus-server-offline-face): New face.
5816         (gnus-server-offline-face): New variable.
5817         (gnus-server-font-lock-keywords): Add offline.
5818         (gnus-server-insert-server-line): Ditto.
5819         (gnus-server-offline-server): New function.
5820
5821         * gnus-int.el (gnus-open-server): Turn to offline.
5822         (gnus-server-unopen-status): New variable.
5823
5824 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
5825
5826         * nnkiboze.el (nnkiboze-request-article): Use
5827         gnus-agent-request-article.
5828
5829         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
5830         function. Insert undownloaded NOV.
5831
5832         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
5833         (gnus-agent-request-article): New function.
5834
5835         * gnus.el (gnus-agent-cache): New variable.
5836
5837         * gnus-int.el (gnus-retrieve-headers): Use
5838         gnus-agent-retrieve-headers.
5839         (gnus-request-head): Use gnus-agent-request-article.
5840         (gnus-request-body): Ditto.
5841
5842         * gnus-art.el (gnus-request-article-this-buffer): Use
5843         gnus-agent-request-article.
5844
5845         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
5846         article if it is undownloaded.
5847
5848 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5849
5850         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
5851
5852 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5853
5854         * canlock.el (canlock-string-as-unibyte): New macro.
5855         (canlock-sha1-with-openssl): Return a unibyte string.
5856         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
5857
5858 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5859
5860         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
5861
5862 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5863
5864         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
5865         application/x-emacs-lisp.
5866
5867         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
5868
5869         * nntp.el (nntp-request-article): Add group parameter.
5870         (nntp-request-head): Ditto.
5871         (nntp-find-group-and-number): Add parameter group. Figure out
5872         number if the status line doesn't give (e.g. quimby.gnus.org).
5873
5874 2002-01-08  Simon Josefsson  <jas@extundo.com>
5875
5876         * mml.el (mml-generate-mime-1): Set recipient correctly.
5877
5878 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5879
5880         * message.el (message-read-from-minibuffer): Add parameter
5881         initial-contents.
5882         * gnus-msg.el (gnus-summary-resend-message): Use it.
5883
5884         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
5885         behavior of quit-config.
5886
5887         * message.el (message-make-from): Don't quote fullname.
5888         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
5889
5890         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
5891         From: <andre@slamdunknetworks.com>
5892
5893 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5894
5895         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
5896
5897         * gnus-art.el (gnus-header-button-alist): Handle mailto.
5898
5899         * mml.el (mml-preview): Bind gnus-original-article-buffer because
5900         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
5901         because bbdb may use it.
5902
5903 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5904
5905         * nneething.el (nneething-request-article): When a non-text file
5906         is converted to an article, its data is encoded in base64.  Call
5907         `nneething-make-head' with options to specify MIME types.
5908         (nneething-make-head): Add optional arguments to specify MIME
5909         types.
5910
5911 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5912
5913         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
5914         header if there is not.
5915
5916         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
5917
5918         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
5919         (gnus-inews-mark-gcc-as-read): Obsolete variable.
5920         (gnus-inews-do-gcc): Use them.
5921
5922         * gnus-group.el (gnus-group-mark-article-read): Put holes into
5923         gnus-newsgroup-unselected.
5924
5925 2002-01-06  Simon Josefsson  <jas@extundo.com>
5926
5927         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
5928         condition-case, not ignore-errors.
5929
5930 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5931
5932         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
5933         gnus-fetch-old-headers.
5934
5935         * gnus-art.el (article-display-x-face): Use the current buffer
5936         unless `W f'. Otherwise, X-Face may be shown in the header of a
5937         forwarded part.
5938         (gnus-treatment-function-alist): Treat xface before hiding
5939         headers.
5940
5941 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5942
5943         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
5944         parameters.
5945
5946 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5947
5948         * mm-util.el (mm-multibyte-p): Define conditionally when load.
5949         (mm-guess-charset): New function.
5950         (mm-charset-after): Use it.
5951         (mm-detect-coding-region): New function.
5952         (mm-detect-mime-charset-region): New function.
5953
5954         * gnus-sum.el (gnus-summary-show-article): Use
5955         mm-detect-coding-region.
5956
5957 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5958
5959         * message.el (message-make-fqdn): Be less violent.
5960
5961         * gnus.el (gnus-logo-color-style): Compute custom form
5962         automatically.
5963
5964         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
5965         score file of the parent to the document group.
5966
5967         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
5968         parameters parameter.
5969
5970         * gnus-score.el (gnus-score-load-file): Clean up.
5971
5972 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5973
5974         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
5975         From: Damien Wyart <damien.wyart@free.fr>
5976
5977         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
5978
5979 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5980
5981         * gnus-sum.el (gnus-select-group-hook): Typo.
5982
5983         * rfc2047.el (rfc2047-decode-string): Return immediately if there
5984         is no quoted-printable-encoded STRING.
5985         From: Jesper Harder <harder@ifa.au.dk>
5986
5987         (rfc2047-decode-string): Decode it.
5988
5989 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5990
5991         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
5992
5993 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
5994         Trivial patch.
5995
5996         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
5997         buffer to get rid of junk line.
5998
5999 2002-01-05  Simon Josefsson  <jas@extundo.com>
6000
6001         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
6002         C-o.
6003         (message-mode-map): Bind message-insert-or-toggle-importance to
6004         C-c C-u.
6005         (message-mode-map): Bind message-disposition-notification-to to
6006         C-c M-n.
6007         (message-mode-menu): Add m-d-n-t.
6008         (message-mode-field-menu): Add m-goto-from.
6009         (message-mode): Doc fix.
6010         (message-goto-from): New function.
6011         (message-insert-disposition-notification-to): New function.
6012         (message-tool-bar-map): Add receipt button.
6013
6014 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6015
6016         * gnus-sum.el (gnus-thread-latest-date): New function.
6017         (gnus-thread-sort-by-most-recent-number): Renamed.
6018         (gnus-thread-sort-functions): Doc fix.
6019         (gnus-select-group-hook): Don't use setq on a hook.
6020         (gnus-thread-latest-date): Use date, not number
6021
6022         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
6023         (gnus-agent-expire): Allow regexp of expire-days.
6024
6025         * gnus-art.el (gnus-article-reply-with-original): Deactivate
6026         region.
6027         (gnus-article-followup-with-original): Ditto.
6028
6029         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
6030
6031         * gnus-art.el (gnus-mime-display-alternative): Use
6032         gnus-local-map-property.
6033         (gnus-mime-display-alternative): Ditto.
6034         (gnus-insert-mime-security-button): Ditto.
6035         (gnus-insert-next-page-button): Ditto.
6036         (gnus-button-prev-page): Take optional args.
6037         (gnus-insert-prev-page-button): widget-convert.
6038
6039         * gnus-util.el (gnus-local-map-property): New function.
6040
6041         * gnus-art.el (gnus-prev-page-map): Use parent map.
6042         (gnus-next-page-map): Ditto.
6043
6044         * gnus-spec.el (gnus-parse-format): Clean up.
6045         (gnus-parse-format): Do complex formatting for %=.
6046
6047         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
6048         "X-Face: " to the data in the built-in scenario.
6049
6050         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
6051         (gnus-correct-pad-form): Renamed.
6052         (gnus-tilde-max-form): Clean up.
6053         (gnus-pad-form): Use gnus-use-correct-string-widths.
6054
6055         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
6056         support if that is available.
6057
6058         * gnus-sum.el (gnus-thread-highest-number): New function.
6059         (gnus-thread-sort-by-most-recent-thread): New function.
6060         (gnus-thread-sort-functions): Doc fix.
6061
6062 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
6063
6064         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
6065         all cases.
6066         (gnus-summary-mode): Enable it in all cases.
6067         (gnus-summary-display-article): Ditto.
6068         (gnus-summary-edit-article): Ditto.
6069
6070         * gnus-ems.el (gnus-put-image): Really return glyph.
6071
6072         * gnus-art.el (gnus-article-x-face-command): Fix :type.
6073         (gnus-treat-smiley): Don't take "P" in the interactive form.
6074
6075 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6076
6077         * compface.el (uncompface): XEmacs and Emacs have differing
6078         capabilities.
6079
6080         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
6081
6082         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
6083         (gnus-article-xface-ring-size): Removed.
6084         (gnus-article-display-xface): Removed.
6085         (gnus-remove-image): Cleaned up.
6086
6087         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
6088         (gnus-xmas-create-image): Take pbm files.
6089         (gnus-x-face): Removed.
6090         (gnus-xmas-article-display-xface): Removed.
6091
6092         * gnus-fun.el (gnus-display-x-face-in-from): Bind
6093         default-enable-multibyte-characters.
6094
6095         * compface.el (uncompface): Doc fix.
6096
6097         * gnus-art.el (gnus-article-x-face-command): Use
6098         gnus-display-x-face-in-from.
6099
6100         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
6101
6102         * gnus-ems.el (gnus-put-image): Return the image.
6103
6104         * gnus-fun.el (gnus-display-x-face-in-from): New function.
6105         (gnus-x-face): Moved here.
6106
6107 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
6108
6109         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
6110         invisible if string is nil.
6111         (gnus-xmas-article-display-xface): Use it.
6112
6113         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
6114         property when string is nil.
6115         (gnus-article-display-xface): Use it.
6116
6117 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6118
6119         * gnus-art.el (article-display-x-face): Check whether valid grey
6120         face was returned.
6121         (article-display-x-face): Place image in the right spot.
6122
6123         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
6124         stderr.
6125         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
6126
6127 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6128
6129         * gnus-xmas.el (gnus-xmas-create-image): Take optional
6130         parameters.
6131         (gnus-xmas-put-image): Allow non-strings to be passed.
6132
6133         * gnus-art.el (article-display-x-face): Use optional parameters.
6134
6135         * gnus-ems.el (gnus-create-image): Take optional parameters.
6136
6137         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
6138
6139         * compface.el (compface-xbm-p): Removed.
6140
6141         * gnus-ems.el (gnus-article-compface-xbm): Removed.
6142         (gnus-article-display-xface): Use compface.
6143
6144         * compface.el: New file.
6145
6146         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
6147         (gnus-convert-image-to-x-face-command): Ditto.
6148         (gnus-random-x-face): Quote argument.
6149         (gnus-x-face-from-file): Ditto.
6150
6151 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
6152
6153         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
6154         the expire-group parameter once per article rather than once
6155         per group; bind `nnmaildir-article-file-name' and `article'
6156         for convenience.  Leave article alone when expire-group
6157         specifies the current group.
6158         (nnmaildir--update-nov): be more concurrency-friendly with
6159         temp file names.
6160
6161 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6162
6163         * gnus-start.el (gnus-read-init-file): Cleaned up.
6164
6165 2002-01-03  Dave Love  <d.love@dl.ac.uk>
6166
6167         * gnus-start.el (gnus-startup-file-coding-system): Removed.
6168         (gnus-read-init-file): Don't use it.
6169
6170 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6171
6172         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
6173
6174 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6175
6176         * gnus-start.el (gnus-read-init-file): Don't force coding system
6177         for ~/.gnus.  From Dave Love <fx@gnu.org>.
6178
6179 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
6180
6181         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
6182         * nnspool.el (nnspool-request-post): Ditto.
6183
6184         * mm-util.el (mm-use-find-coding-systems-region): New variable.
6185         (mm-find-mime-charset-region): Use it.
6186
6187 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
6188
6189         * gnus.el (gnus-summary-line-format): Added :link.
6190         * gnus-topic.el (gnus-topic-line-format): Ditto.
6191         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
6192         * gnus-srvr.el (gnus-server-line-format): Ditto.
6193         * gnus-group.el (gnus-group-line-format): Ditto.
6194
6195         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
6196         :keys, it works on both Emacsen.
6197
6198 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
6199
6200         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
6201
6202 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6203
6204         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
6205
6206 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
6207
6208         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
6209         very wide reply.
6210
6211 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6212
6213         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
6214         (gnus-picon-cache): New variable.
6215         (gnus-picon-transform-newsgroups): Cache stuff.
6216
6217         * gnus-art.el (gnus-article-reply-with-original): New command.
6218         (gnus-article-followup-with-original): New command.
6219
6220         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
6221         END parameters.
6222         (gnus-summary-followup): Take a list of list of articles.
6223         (gnus-inews-yank-articles): Allow lists of article/regions.
6224
6225         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
6226         longer the usual commands.
6227
6228         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
6229         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
6230         shell-command-on-region.
6231
6232 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6233
6234         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
6235           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
6236
6237 2002-01-03  Steve Youngs  <youngs@xemacs.org>
6238
6239         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
6240         understand ':keys', wrap it in an featurep 'xemacs.
6241
6242 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6243
6244         * gnus-ems.el (gnus-article-display-xface): Show xface in the
6245         order of headers (Actually, it is called in a reversed order). Add
6246         'gnus-image-text-deletable property.
6247         (gnus-remove-image): Remove text with such a property.
6248
6249         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
6250         gnus-put-image.
6251
6252         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
6253         with ", "
6254
6255 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6256
6257         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
6258
6259         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
6260         (article-display-x-face): Display grey X-Faces.
6261
6262         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
6263         (gnus-convert-gray-x-face-to-ppm): Ditto.
6264         (gnus-convert-image-to-gray-x-face): Ditto.
6265
6266         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
6267         gnus-summary-show-raw-article.
6268
6269 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6270
6271         Display picons in XEmacs without showing text.
6272
6273         * gnus-xmas.el (gnus-xmas-create-image): Don't use
6274         mm-create-image-xemacs to create xbm glyph, because it deletes
6275         temporary files.
6276         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
6277         (gnus-xmas-remove-image): Make text visible, remove glyph.
6278
6279         * gnus-picon.el (gnus-picon-transform-newsgroups)
6280         (gnus-picon-transform-address): Insert spec backward, due to the
6281         incompatibility of gnus-xmas-put-image.
6282
6283 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6284
6285         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
6286
6287 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6288
6289         * gnus.el: Doc fix.
6290
6291         * gnus-art.el: Doc fix.
6292
6293         * gnus-agent.el: Doc fix.
6294
6295 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6296
6297         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
6298
6299 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
6300
6301         * nnmaildir.el (nnmaildir--update-nov): automatically parse
6302         NOV data out of the message again if nnmail-extra-headers has
6303         changed.
6304
6305 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6306
6307         * gnus-fun.el: New file.
6308         (gnus-convert-image-to-x-face-command): New variable.
6309         (gnus-insert-x-face): New function.
6310         (gnus-random-x-face): Renamed.
6311         (gnus-x-face-from-file): Renamed.
6312
6313         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
6314         "_".
6315         (gnus-body-boundary-delimiter): Typo fix.
6316
6317 2002-01-02  Simon Josefsson  <jas@extundo.com>
6318
6319         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
6320         (gnus-body-boundary-delimiter): Fix type.
6321
6322 2002-01-01  Simon Josefsson  <jas@extundo.com>
6323
6324         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
6325         (gnus-treat-emphasize, gnus-treat-strip-cr)
6326         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
6327         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
6328         (gnus-treat-fill-article, gnus-treat-hide-citation)
6329         (gnus-treat-hide-citation-maybe)
6330         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
6331         (gnus-treat-strip-pem, gnus-treat-strip-banner)
6332         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
6333         (gnus-treat-date-ut, gnus-treat-date-local)
6334         (gnus-treat-date-english, gnus-treat-date-lapsed)
6335         (gnus-treat-date-original, gnus-treat-date-iso8601)
6336         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
6337         (gnus-treat-strip-trailing-blank-lines)
6338         (gnus-treat-strip-leading-blank-lines)
6339         (gnus-treat-strip-multiple-blank-lines)
6340         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
6341         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
6342         (gnus-treat-display-xface, gnus-treat-display-smileys)
6343         (gnus-treat-from-picon, gnus-treat-mail-picon)
6344         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
6345         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
6346         (gnus-treat-play-sounds, gnus-treat-translate)
6347         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
6348
6349         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
6350         (gnus-article-treat-body-boundary): Use it.
6351
6352         * message.el (message-mode): Fix doc.
6353         (message-mode-menu): Fix names.
6354
6355 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6356
6357         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
6358         articles.
6359
6360         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
6361         (gnus-picon-transform-address): Search for unknown faces as well.
6362         (gnus-picon-find-face): Don't search "news" for MISC.
6363         (gnus-picon-user-directories): Changed default back to exclude
6364         "unknown".
6365
6366         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
6367
6368         * gnus-picon.el (gnus-picon-find-face): Search through all
6369         databases.
6370         (gnus-picon-find-face): New implementation.
6371
6372         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
6373         keystroke.
6374         (gnus-topic-goto-next-topic): Ditto.
6375
6376         * gnus.el (gnus-summary-line-format): Changed default.
6377
6378         * nnmail.el (nnmail-extra-headers): Change default.
6379
6380         * gnus-sum.el (gnus-extra-headers): Change default.
6381
6382         * message.el (message-news-other-window): Changed "news" to
6383         "posting".
6384         (message-news-other-frame): Ditto.
6385         (message-do-send-housekeeping): Ditto.
6386
6387         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
6388         function.
6389         (gnus-article-unread-p): New function.
6390         (gnus-article-unseen-p): New function.
6391         (gnus-dead-summary-mode-map): Typo.
6392
6393         * gnus-util.el (gnus-make-predicate): New function.
6394         (gnus-make-predicate-1): New function.
6395
6396         * gnus-sum.el: New function.
6397         (gnus-map-articles): New function.
6398
6399         * gnus-art.el (gnus-treat-fold-headers): New variable.
6400         (gnus-article-treat-fold-headers): New command and keystroke.
6401
6402         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
6403         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
6404
6405 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6406
6407         * message.el (message-fcc-externalize-attachments): New variable.
6408         (message-do-fcc): Use it.
6409
6410         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
6411         (gnus-inews-do-gcc): Use it.
6412
6413         * mml.el (mml-tweak-sexp-alist): New variable.
6414         (mml-externalize-attachments): New variable.
6415         (mml-tweak-part): Use mml-tweak-sexp-alist.
6416         (mml-tweak-externalize-attachments): New function.
6417
6418 2002-01-01  Steve Youngs  <youngs@xemacs.org>
6419
6420         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
6421         'set-glyph-face' so x-face back/foreground can be set.
6422
6423 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
6424
6425         * message.el (message-fix-before-sending): Fix a typo.
6426
6427 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6428
6429         * gnus-art.el (gnus-treat-smiley): Renamed command.
6430         (gnus-article-remove-images): New command and keystroke.
6431
6432         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
6433
6434         * smiley-ems.el (gnus-smiley-display): Removed.
6435
6436         * gnus.el (gnus-version-number): Update version.
6437
6438         * message.el (message-text-with-property): Renamed and moved
6439         here.
6440         (message-fix-before-sending): Highlight invisible text and place
6441         point there.
6442
6443 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6444
6445         * gnus.el: Oort Gnus v0.04 is released.
6446
6447 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6448
6449         * gnus-delay.el (gnus-delay-send-queue): Renamed.
6450
6451         * gnus-art.el (gnus-ignored-headers): More headers,
6452
6453         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
6454         of `scan-error', since XEmacs doesn't seem to support that.
6455
6456 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6457
6458         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
6459         arg.
6460         (gnus-summary-best-unread-subject): Ditto.
6461         (gnus-summary-best-unread-subject): No, don't.
6462         (gnus-summary-better-unread-subject): New command.
6463
6464         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
6465
6466         * lpath.el ((featurep 'xemacs)): fbind url function.
6467
6468         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
6469         buffer.
6470         (gnus-xmas-remove-image): Implementation that does something.
6471         (gnus-xmas-article-display-xface): Mark images properly.
6472
6473         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
6474
6475 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
6476
6477         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
6478
6479 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6480
6481         * gnus-group.el (gnus-group-line-format): Added %O to the default
6482         value.
6483
6484         * gnus-util.el (gnus-text-with-property): The smallest point is
6485         point-min.
6486
6487         * smiley-ems.el (smiley-region): Return images.
6488         (gnus-smiley-display): Allow toggling.
6489         (smiley-region): Use text properties, not overlays.
6490
6491         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
6492         implemented yet.
6493
6494         * smiley-ems.el (smiley-update-cache): Check for valid types.
6495
6496         * gnus-art.el (gnus-with-article-buffer): New macro.
6497
6498         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
6499         strings as well as the glyphs.
6500         (gnus-picon-transform-address): Ditto.
6501         (gnus-picon-insert-glyph): Ditto.
6502         (gnus-picon-transform-newsgroups): Toggle.
6503         (gnus-picon-transform-address): Toggle.
6504
6505         * gnus-ems.el (gnus-remove-image): New function.
6506         (gnus-put-image): Take an optional string.
6507
6508         * gnus-util.el (gnus-text-with-property): New function.
6509
6510         * gnus-art.el (gnus-delete-images): New function.
6511
6512         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
6513
6514         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
6515         (gnus-article-wash-status): Use it.
6516         (gnus-signature-toggle): Clean up.
6517         (gnus-add-wash-status): New function.
6518         (gnus-delete-wash-status): New function.
6519         (gnus-article-hide-text-type): Use them throughout.
6520         (gnus-add-image): New function.
6521
6522         * gnus-ems.el (gnus-article-display-xface): Use new interface.
6523
6524         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
6525         interface.
6526
6527         * gnus-art.el (article-display-x-face): Cleaned up.
6528
6529         * rfc2047.el (rfc2047-field-value): New function.
6530
6531         * mail-parse.el (mail-header-field-value): New alias.
6532
6533         * gnus-art.el (gnus-mime-print-part): Fix typos.
6534
6535         * smiley-ems.el (gnus-smiley-file-types): New variable.
6536         (smiley-update-cache): Use it.
6537         (smiley-regexp-alist): Suffix-less smiley names.
6538         (smiley-regexp-alist): Added more smileys.
6539
6540         * gnus-sum.el (gnus-print-buffer): Made into own function.
6541         (gnus-summary-print-article): Use it.
6542
6543         * mailcap.el (mailcap-mime-info): Actually return the bit that we
6544         looked for when REQUEST is a string.
6545
6546         * gnus-art.el (gnus-mime-button-commands): Add printing
6547         keystroke.
6548         (gnus-mime-copy-part): Doc fix.
6549         (gnus-mime-print-part): New command.
6550
6551 2001-12-31  Simon Josefsson  <jas@extundo.com>
6552
6553         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
6554         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
6555
6556 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6557
6558         * gnus-picon.el (gnus-treat-from-picon): Autoload.
6559         (picon): Fix doc.
6560
6561         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
6562         longer exists. Remove those codes.
6563         * gnus.el (gnus-use-picons): Ditto.
6564
6565 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6566
6567         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
6568         infloop.
6569
6570         * gnus-sum.el (t): New `W D' map.
6571
6572         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
6573         (gnus-article-treat-body-boundary): Clean up.
6574         (gnus-body-boundary-face): Removed.
6575         (gnus-article-goto-header): Moved here.
6576         (gnus-article-goto-header): Allow better regexps.
6577         (gnus-article-treat-fold-newsgroups): New command.
6578
6579         * gnus-sum.el (gnus-summary-move-article): We have to select an
6580         article to give `gnus-read-move-group-name' an opportunity to
6581         suggest an appropriate default.
6582
6583         * rfc2047.el (rfc2047-fold-line): New function.
6584         (rfc2047-unfold-line): Ditto.
6585         (rfc2047-fold-region): Don't fold just after the header name.
6586
6587         * mail-parse.el (mail-header-fold-line): New alias.
6588         (mail-header-unfold-line): Ditto.
6589
6590         * gnus-art.el (gnus-body-boundary-face): Renamed.
6591         (gnus-article-treat-body-boundary): Use it.
6592         (gnus-article-treat-body-boundary): Use an invisible header and a
6593         line of underline characters.
6594
6595 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6596
6597         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
6598
6599         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
6600         (gnus-picon-split-address): New function.
6601         (gnus-picon-find-face): Use it.
6602         (gnus-picon-transform-address): Use it. Set first to t for each
6603         address.
6604
6605         * gnus-art.el (gnus-with-article-headers): Move to here. Define
6606         the macro then use it.
6607         (gnus-treatment-function-alist): Treat picons earlier.
6608
6609 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6610
6611         * gnus-art.el (gnus-body-separator-face): New variable.
6612         (gnus-article-treat-body-boundary): Use a blank, colored line.
6613
6614         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
6615         well.
6616
6617         * gnus-art.el (gnus-treat-body-boundary): New variable.
6618         (gnus-article-treat-unfold-headers): Use helper macro.
6619         (gnus-article-treat-body-boundary): New command.
6620
6621         * gnus.el (gnus-logo-color-style): Change the default color.
6622         (gnus-splash-face): Gray, gray.
6623
6624         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
6625         colors.
6626
6627         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
6628         (gnus-logo-color-style): Ditto.
6629         (gnus-logo-colors): Ditto.
6630
6631         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
6632
6633         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
6634
6635         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
6636         (gnus-picon-transform-newsgroups): New function.
6637
6638         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
6639         string.
6640
6641         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
6642
6643         * gnus-art.el (gnus-treat-cc-picon): New variable.
6644         (gnus-treat-mail-picon): Renamed.
6645
6646         * gnus-picon.el: New implementation.
6647         (gnus-picon-find-face): Renamed.
6648         (gnus-treat-from-picon): Use it.
6649         (gnus-picon-transform-address): Renamed.
6650         (gnus-treat-from-picon): Use it.
6651         (gnus-picon-create-glyph): Renamed.
6652         (gnus-picon-transform-address): Use it.
6653         (gnus-treat-cc-picon): New command.
6654
6655         * mm-decode.el (mm-create-image-xemacs): Separated out into
6656         function.
6657         (mm-get-image): Use it.
6658
6659         * gnus-art.el (gnus-treat-display-picons): Simplify.
6660         (gnus-treat-from-picon): Renamed.
6661
6662         * gnus-ems.el (gnus-create-image): New function.
6663         (gnus-put-image): New function.
6664
6665         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
6666         (gnus-with-article-headers): New macro.
6667         (gnus-article-goto-header): New function.
6668
6669         * gnus-xmas.el (gnus-image-type-available-p): New function.
6670
6671         * gnus-ems.el (gnus-image-type-available-p): New function.
6672
6673 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6674
6675         * nnrss.el (nnrss-check-group): Find the correct tag, because
6676         xml.el is changed.
6677
6678 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6679
6680         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
6681         lines are shorter than the window width.
6682         (gnus-ignored-headers): More headers.
6683
6684 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6685
6686         * gnus-art.el (gnus-treat-unfold-lines): New variable.
6687         (gnus-treat-unfold-headers): Renamed.
6688         (gnus-article-treat-unfold-headers): New command and keystroke.
6689
6690         * rfc2047.el (rfc2047-encode-message-header): Clean up.
6691
6692         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
6693
6694 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
6695
6696         * sha1-el.el (sha1-use-external): New variable.
6697         (sha1-region): Use it.
6698         (sha1-string): Ditto.
6699
6700         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
6701         * gnus-picon.el: Less warnings when compile.
6702
6703 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6704
6705         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
6706         alias.
6707         (gnus-picons-database): Default to list.
6708         (gnus-picons-lookup-internal): Use it.
6709
6710         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
6711         to "bogus".
6712
6713         * gnus-win.el (gnus-configure-windows-hook): New hook.
6714
6715 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
6716
6717         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
6718
6719 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6720
6721         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
6722         lists.
6723         (gnus-select-newsgroup): Don't append; push.
6724         (gnus-adjust-marked-articles): Remove obsolete ranges from
6725         `seen'.
6726         (gnus-update-marks): Clean up.
6727         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
6728
6729 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
6730
6731         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
6732
6733 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6734
6735         * gnus-sum.el (gnus-auto-select-subject): New variable.
6736         (gnus-summary-best-unread-subject): New function.
6737         (gnus-summary-best-unread-article): Use it.
6738         (gnus-summary-first-unseen-subject): New function and command.
6739
6740         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
6741         other treatments.
6742
6743         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
6744         function.
6745
6746         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
6747         from the list of hidden types.
6748
6749         * mm-view.el (mm-inline-text): Ditto.
6750         (mm-inline-text): Ditto.
6751         (mm-w3-prepare-buffer): Ditto.
6752
6753         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
6754
6755 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6756
6757         * gnus-art.el (gnus-ignored-headers): Added more headers.
6758
6759 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
6760
6761         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
6762         once.
6763
6764 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6765
6766         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
6767
6768 2001-12-28  Simon Josefsson  <jas@extundo.com>
6769
6770         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
6771         Jesper Harder <harder@ifa.au.dk>.
6772
6773 2001-12-27  Simon Josefsson  <jas@extundo.com>
6774
6775         * gnus-sum.el (gnus-select-newsgroup): Make
6776         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
6777         contain all articles (instead of none) when no seen marks have
6778         been set for the group.
6779         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
6780         instead, it seems to result in shorter ranges.
6781
6782 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6783
6784         * mm-util.el (mm-iso-8859-x-to-15-region): Use
6785         insert-before-markers.
6786         From Jesper Harder <harder@ifa.au.dk>
6787
6788 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
6789
6790         * nnmaildir.el (nnmaildir-save-mail): create the destination
6791         groups if they do not exist.
6792
6793 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6794
6795         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
6796
6797 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6798
6799         * gnus-group.el (gnus-group-read-ephemeral-group): Call
6800         gnus-group-real-name.
6801
6802         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
6803         (gnus-newsgroup-variables): Ditto.
6804
6805         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
6806         return it.
6807
6808 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
6809
6810         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
6811         * nnmaildir.el (top-level): Add commentary.
6812         (nnmaildir-version): Indicate that nnmaildir is now a standard
6813         part of Gnus, not separately released.
6814
6815 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6816
6817         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
6818         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
6819         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
6820         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6821
6822 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6823
6824         * nnmaildir.el: Copyright changes. Require cl only at compile time.
6825
6826 2001-12-20  Simon Josefsson  <jas@extundo.com>
6827
6828         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
6829         ZHU <zsh@cs.rochester.edu>.
6830         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
6831         Brian P Templeton <bpt@tunes.org>.
6832
6833 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6834
6835         * nnmaildir.el: New file.
6836         From Paul Jarc <prj@po.cwru.edu>.
6837
6838 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6839
6840         * nndoc.el (nndoc-type-alist): Move forward to the end.
6841
6842 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6843
6844         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
6845         `dolist'.
6846
6847 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6848
6849         * gnus-win.el (gnus-frames-on-display-list): New function.
6850         (gnus-get-buffer-window): Use it.
6851
6852 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6853
6854         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
6855
6856 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6857
6858         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
6859
6860 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6861            From Harald Meland <Harald.Meland@usit.uio.no>
6862
6863         * gnus-win.el (gnus-get-buffer-window): New function.
6864         (gnus-all-windows-visible-p): Use it.
6865
6866         * gnus-util.el (gnus-horizontal-recenter)
6867         (gnus-horizontal-recenter, gnus-horizontal-recenter)
6868         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
6869
6870         * gnus-score.el (gnus-score-insert-help): Use it.
6871
6872         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
6873         (gnus-generate-tree, gnus-highlight-selected-tree)
6874         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
6875         it.
6876
6877         * gnus-art.el (gnus-article-set-window-start)
6878         (gnus-mm-display-part, gnus-request-article-this-buffer)
6879         (gnus-button-next-page, gnus-button-prev-page)
6880         (gnus-article-button-next-page, gnus-article-button-prev-page):
6881         Use it.
6882
6883 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
6884
6885         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
6886         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
6887         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
6888
6889 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6890
6891         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
6892         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
6893         * mml1991.el, nnultimate.el: Add `coding'.
6894
6895 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
6896
6897         * ChangeLog: changed coding to buffer-file-coding-system
6898         * ChangeLog.1: same
6899         * nnwfm.el: same
6900         * gnus-smiley.el: same
6901         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
6902         * gnus-delay.el: same
6903         * gnus-spec.el: same
6904         * message.el: same
6905         * mml1991.el: same
6906         * nnultimate.el: same
6907
6908 2001-12-16  Simon Josefsson  <jas@extundo.com>
6909         Inspired by code by Dirk Meyer <dischi@tzi.de>.
6910
6911         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
6912         (gnus-summary-save-map): Add muttprint.
6913         (gnus-summary-make-menu-bar): Ditto.
6914         (gnus-summary-muttprint): New function.
6915
6916         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
6917
6918 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6919
6920         * uudecode.el (uudecode-decode-region-internal): Speedup by using
6921         temporary list instead of buffer.
6922
6923         * mm-url.el (executable-find): autoload.
6924
6925 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6926
6927         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
6928         to variable, follow doc-string conventions).
6929
6930 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
6931
6932         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
6933         subscribe-level
6934         * gnus-topic.el (gnus-subscribe-topics): use it.
6935
6936 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6937
6938         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
6939         messages. (A small patch with indentation)
6940         From Sean Neakums <sneakums@zork.net>.
6941
6942         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
6943         nil after shooting down the gnus-original-article-buffer.
6944
6945 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6946
6947         * uudecode.el (uudecode-use-external): New variable.
6948         (uudecode-decode-region): Automatically detect external program.
6949
6950         * binhex.el (binhex-use-external): New variable.
6951         (binhex-decode-region-internal): New function.
6952         (binhex-decode-region): Automatically detect external program.
6953
6954         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
6955         Use them.
6956
6957 2001-12-12  Simon Josefsson  <jas@extundo.com>
6958
6959         * nnvirtual.el (nnvirtual-always-rescan)
6960         (nnvirtual-component-regexp): Fix doc.
6961
6962         * nnoo.el (defvoo): Add doc to defvoo variables.
6963
6964         * nnml.el (nnml-directory, nnml-active-file)
6965         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
6966         (nnml-marks-is-evil, nnml-filenames-are-evil)
6967         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
6968
6969         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
6970         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
6971         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
6972         `error'.
6973
6974         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
6975         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
6976
6977         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
6978         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
6979         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
6980         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
6981
6982         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
6983         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
6984
6985         * imap.el, nnimap.el: Fix indentation.
6986
6987         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
6988
6989 2001-12-12  Didier Verna  <didier@xemacs.org>
6990
6991         * gnus-msg.el (gnus-group-news): New function.
6992         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
6993         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
6994         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
6995         for it.
6996         * gnus-msg.el (gnus-summary-news-other-window): New function.
6997         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
6998         bind it to `i'.
6999         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
7000         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
7001         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
7002         for it (called with a prefix).
7003         * gnus-msg.el (gnus-configure-posting-styles): add an optional
7004         group-name argument.
7005         * gnus-msg.el (gnus-setup-message): use it.
7006
7007 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7008
7009         * gnus-sum.el (gnus-summary-show-article): Fix doc.
7010
7011 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7012
7013         * mml.el (mime-to-mml): Remove Content-Disposition too.
7014
7015 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7016
7017         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
7018         * gnus-group.el (gnus-group-name-decode): Decode unibyte
7019         strings only.
7020         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
7021
7022 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
7023
7024         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
7025         (nnmail-fancy-expiry-target): Use it.
7026         Suggestions from Simon Josefsson <jas@extundo.com>.
7027
7028 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7029
7030         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
7031
7032 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7033
7034         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
7035
7036         * gnus-util.el (gnus-url-unhex-string): Move here.
7037
7038 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7039
7040         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
7041         mm-url-decode-entities-nbsp.
7042
7043         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
7044         * webmail.el, nnwfm.el: Use mm-url.
7045
7046         * mm-url.el (mm-url-fetch-form): Move from nnweb.
7047         (mm-url-remove-markup): Move from nnweb.
7048         (mm-url-fetch-simple): Move from webmail.
7049
7050         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
7051
7052 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7053
7054         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
7055         (gnus-summary-print-article): Use it.
7056
7057         * gnus-util.el (gnus-replace-in-string): Typo.
7058
7059 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7060
7061         * nnweb.el (nnweb-replace-in-string): Removed.
7062
7063         * gnus-util.el (gnus-replace-in-string): New function.
7064         (gnus-mode-string-quote): Use it.
7065
7066         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
7067         * nnwfm.el (nnwfm-create-mapping): Ditto.
7068
7069 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7070
7071         * dgnushack.el (dgnushack-compile): nnrss.el and
7072         nnslashdot.el don't depend on nnweb, url, w3.
7073
7074         * nnrss.el: Use mm-url.
7075
7076 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7077
7078         * mm-url.el (mm-url-insert-file-contents): Support file:.
7079
7080 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7081
7082         * mm-view.el: Lower case for the description line. Sync from the
7083         Emacs CVS.
7084
7085 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7086
7087         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
7088         From:  Stefan Monnier  <monnier@cs.yale.edu>
7089
7090 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7091
7092         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
7093
7094 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7095
7096         * mm-url.el: Require executable.
7097         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
7098
7099 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7100
7101         * pop3.el (pop3-munge-message-separator): Only use valid date.
7102         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
7103
7104         * Makefile.in: gnus-load.elc may not be generated.
7105
7106 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7107
7108         * mm-url.el: New file.
7109         * nnslashdot.el: Use it.
7110         * mm-extern.el (mm-extern-url): Use it.
7111
7112 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7113
7114         * gnus-sum.el (gnus-summary-save-article): Nix
7115         gnus-display-mime-function and gnus-article-prepare-hook.
7116
7117         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
7118         the beginning of lines.
7119         (gnus-complex-form-to-spec): Ditto.
7120
7121 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7122
7123         * message.el (message-make-mft): Fix the m-s-a-file regexp.
7124         From Paul Jarc <prj@po.cwru.edu>.
7125
7126 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7127
7128         * message.el: New variable message-subscribed-address-file;
7129         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
7130
7131 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7132
7133         * message.el (message-tab-body-function): Set to nil.
7134         (message-tab): Use text-mode-map or global-map.
7135         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
7136
7137 2001-11-30  Simon Josefsson  <jas@extundo.com>
7138
7139         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
7140         instead of gnus-union, for speed.  Suggested by Christoph Conrad
7141         <christoph.conrad@gmx.de>.
7142         (gnus-agent-fetch-group-1): Add verbose message.
7143
7144 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7145
7146         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
7147         of integers.
7148
7149 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7150
7151         * message.el (message-newgroups-header-regexp)
7152         (message-completion-alist, message-tab-body-function): Use
7153         defcustom rather than defvar.
7154         (message-tab): Mention `message-tab-body-function' in doc.
7155         Suggested by Karl Eichwalder.
7156
7157 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7158
7159         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
7160
7161 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7162
7163         * nnheader.el (nnheader-find-nov-line): Don't use macro
7164         gnus-delete-line.
7165
7166         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
7167         (gnus-group-name-charset): Ditto.
7168
7169         * gnus-util.el (gnus-buffer-live-p): Ditto.
7170
7171 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7172
7173         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
7174         open parenthesis in doc.
7175         (sieve-manage-authenticator-alist): Typo in doc.
7176         * imap.el (imap-authenticator-alist): Typo in doc.
7177         (imap-stream-alist): Backslash.
7178
7179         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
7180           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
7181
7182 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7183
7184         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
7185
7186         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
7187
7188         * gnus-msg.el (gnus-configure-posting-styles): use
7189         make-local-hook. Add LOCAL for add-hook.
7190
7191 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
7192
7193         * message.el (message-mode): Use `make-local-hook' unless
7194         obsolete.
7195         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
7196
7197 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7198
7199         * canlock.el: Remove sha1.el and base64.el stuff.
7200
7201 2001-11-26  Didier Verna  <didier@xemacs.org>
7202
7203         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
7204         if needed.
7205
7206 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7207
7208         * message.el (message-tamago-not-in-use-p): New function.
7209         (message-strip-forbidden-properties): Use it.
7210
7211 2001-11-26  Didier Verna  <didier@xemacs.org>
7212
7213         * gnus-start.el (gnus-check-first-time-used): only check for
7214         existence of .el[d] files.
7215
7216 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7217
7218         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
7219
7220         * message.el (message-setup-1): Clean up mc-*.
7221
7222 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7223
7224         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
7225         * gnus-score.el (gnus-score-find-bnews): Use it.
7226
7227         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
7228         (gnus-summary-limit-to-author): Ditto.
7229         (gnus-summary-limit-to-extra): Ditto.
7230         (gnus-summary-find-matching): Support not-matching argument.
7231
7232 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7233
7234         * message.el (message-wash-subject): Use `insert' rather than
7235         `insert-string', which is deprecated.
7236
7237 2001-11-24  Simon Josefsson  <jas@extundo.com>
7238
7239         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
7240         message. (Gnus does not "default" to using 8bit for the message,
7241         it default to use 8bit encoding and the user-supplied CTE
7242         value. Calling this behaviour "treating it as 8bit" is perhaps
7243         better.)
7244
7245         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
7246         (compare mm-charset-to-coding-system).
7247
7248 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7249
7250         * canlock.el (canlock-sha1-with-openssl): Use unibyte
7251         buffer. Correctly decode hex.
7252
7253 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7254
7255         * gnus-agent.el (gnus-category-insert-line): Convert category
7256         names to strings.
7257
7258 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7259
7260         * message.el (sha1): eval-and-compile.
7261
7262 2001-11-20  Simon Josefsson  <jas@extundo.com>
7263
7264         * message.el (message-allow-no-recipients): New variable.
7265         (message-send): Use it, customize the prompting when posting to
7266         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
7267
7268 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7269
7270         * mm-util.el (mm-coding-system-priorities): New variable.
7271         (mm-sort-coding-systems-predicate): New function.
7272         (mm-find-mime-charset-region): Resort coding systems if needed.
7273         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
7274
7275 2001-11-20  Didier Verna  <didier@xemacs.org>
7276
7277         * gnus-group.el (gnus-group-make-help-group): new optional
7278         argument to control the error behavior.
7279         * gnus-start.el (gnus-check-first-time-used): use it to avoid
7280         erroring.
7281
7282 2001-11-19  Simon Josefsson  <jas@extundo.com>
7283
7284         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
7285         instead of C-c C-u.  Suggested by Per Abrahamsen
7286         <abraham@dina.kvl.dk>.
7287
7288 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7289
7290         * nnfolder.el (nnfolder-read-folder): Use group instead of
7291         nnfolder-current-group.
7292         Suggested by Lorentey Karoly <lorentey@elte.hu>.
7293
7294 2001-11-17  Simon Josefsson  <jas@extundo.com>
7295
7296         * message.el (message-send): Ask user if Fcc/Gcc should be
7297         performed when no other sender was specified.
7298         Suggested by prj@po.cwru.edu (Paul Jarc).
7299
7300 2001-11-17  Simon Josefsson  <jas@extundo.com>
7301
7302         * message.el (message-mode, message-mode-map): Use C-c C-u for
7303         Importance: instead of C-c C-p (used by SC).
7304
7305 2001-11-16  Simon Josefsson  <jas@extundo.com>
7306
7307         * message.el (message-insert-importance-high)
7308         (message-insert-importance-low): Save point.
7309
7310         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
7311         value.
7312
7313 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
7314
7315         * message.el (message-strip-special-text-properties): New option.
7316         (message-strip-forbidden-properties): Obey it.
7317
7318 2001-11-14  Sam Steingold  <sds@gnu.org>
7319
7320         * gnus-score.el: Fixed some doc strings to properly quote symbols.
7321
7322 2001-11-15  Simon Josefsson  <jas@extundo.com>
7323
7324         Support "Importance:" header in Message.
7325
7326         * message.el (message-mode-map): Bind C-c C-p to
7327         `message-insert-or-toggle-importance'
7328         (message-mode-menu): Add message-insert-importance-{high,low}.
7329         (message-insert-importance-high, message-insert-importance-low)
7330         (message-insert-or-toggle-importance): New functions.
7331         (message-tool-bar-map): Add {un,}important.
7332         (message-mode): Doc fix.
7333
7334 2001-11-15  Simon Josefsson  <jas@extundo.com>
7335
7336         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
7337
7338         * mml.el (mml-menu): Fix toolbar tooltip.
7339
7340 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7341
7342         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
7343         * nnml.el (nnml-save-marks): Ditto.
7344
7345         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
7346
7347 2001-11-15  Simon Josefsson  <jas@extundo.com>
7348
7349         * nnml.el (nnml-save-marks):
7350         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
7351         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
7352
7353 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
7354
7355         * gnus-art.el (gnus-article-wash-status-strings): Use
7356         `copy-sequence', not `copy-seq'.
7357
7358 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
7359
7360         * gnus-art.el (gnus-article-wash-status-strings): New constant.
7361         (gnus-gnus-article-wash-status-entry): New function.
7362         (gnus-article-wash-status): Use it.
7363
7364 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7365
7366         * mml1991.el: Add coding header.
7367
7368 2001-11-12  Simon Josefsson  <jas@extundo.com>
7369
7370         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
7371         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
7372         `mml1991-sign' and `mml1991-encrypt'.
7373         (mml1991-encrypt, mml1991-sign): New glue functions.
7374         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
7375
7376         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
7377         (mml-menu): Add PGP to menu.
7378
7379         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
7380         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
7381         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
7382         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
7383
7384         * mml2015.el: Mention RFC 3156.
7385
7386         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
7387
7388 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7389
7390         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
7391
7392         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
7393           From <Michael.Cook@cisco.com>
7394
7395 2001-11-11  Simon Josefsson  <jas@extundo.com>
7396
7397         * message.el (top-level): Autoload sha1.
7398         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
7399         canlock, no need to require two different hash algs).  Suggested
7400         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
7401
7402 2001-11-09  Simon Josefsson  <jas@extundo.com>
7403
7404         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
7405         <Pavel@Janik.cz>.
7406
7407 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7408
7409         * message.el (message-point-in-header-p): New function.
7410         (message-do-auto-fill): Use it.
7411         (message-beginning-of-line): New function.  Goes to beginning of
7412         header value (i.e., end of header name), or to beginning of line
7413         if already at beginning of value.  Behaves like
7414         `beginning-of-line' when in message body.
7415         (message-mode-map): Bind it.
7416
7417 2001-11-08  Simon Josefsson  <jas@extundo.com>
7418
7419         * gnus-msg.el (gnus-posting-styles): Add doc.
7420
7421 2001-11-07  Simon Josefsson  <jas@extundo.com>
7422
7423         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
7424
7425         * sieve-mode.el (sieve-control-commands-face)
7426         (sieve-control-commands-face, sieve-action-commands-face)
7427         (sieve-test-commands-face, sieve-tagged-arguments-face): New
7428         faces.
7429         (sieve-font-lock-keywords): Use them.
7430         (sieve-mode): Only set font-lock-defaults in emacs.
7431
7432         * gnus-art.el (gnus-default-article-saver): Add
7433         gnus-summary-save-body-in-file.
7434         (gnus-summary-write-to-file): Fix doc.
7435
7436 2001-11-07  Simon Josefsson  <jas@extundo.com>
7437
7438         * gnus-art.el (gnus-treat-highlight-signature): Add cross
7439         reference to the correct chapter in the manual.
7440
7441         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
7442         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
7443
7444 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7445
7446         * mml.el (mml-preview): Bind mail-header-separator.
7447
7448 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7449
7450         * message.el: Always require canlock.
7451         (message-ignored-supersedes-headers): Include Cancel-Lock and
7452         Cancel-Key.
7453         (message-insert-canlock): Don't require canlock.
7454         (message-cancel-news): Don't check whether canlock is available.
7455         (message-supersede): Support cancel-locks.
7456
7457         * gnus-art.el: Don't autoload canlock.
7458
7459 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7460
7461         * mail-source.el (mail-source-fetch-imap): ASYNC param.
7462         From: <andre@slamdunknetworks.com>
7463
7464 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7465
7466         * many files: Fix copyright lines.
7467
7468 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7469
7470         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
7471         Suggested by Dave Love  <fx@gnu.org>.
7472
7473 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7474
7475         * message.el (message-kill-buffer): Remove auto-save file after
7476         confirm.
7477
7478         * message.el (message-send-mail): Call message-generate-headers
7479         once.  Suggested by Matt Armstrong <matt@lickey.com>.
7480
7481         * gnus-topic.el (gnus-topic-rename): Initial-input.
7482         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
7483
7484 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
7485
7486         * message.el (message-forbidden-properties): New constant.
7487         (message-strip-forbidden-properties): New function.
7488         (message-mode): Activate it.
7489
7490 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7491
7492         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
7493         (mm-hack-charsets): Fix doc.
7494
7495 2001-11-02  Simon Josefsson  <jas@extundo.com>
7496
7497         * gnus-int.el (gnus-check-server): Message "...done" when done.
7498
7499         * imap.el (imap-close): Don't message (imap-send-command-wait
7500         returns if the connection is dropped).
7501         (imap-wait-for-tag): Nix out message only when necessary.
7502
7503         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
7504         for non-crossposting.
7505         (gnus-sieve-crosspost): Default to t to be consistent with other
7506         parts of Gnus.
7507
7508 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7509
7510         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
7511         (mm-iso-8859-x-to-15-table): Ditto.
7512         (mm-iso-8859-x-to-15-region): Ditto.
7513         (mm-find-mime-charset-region): Ditto.
7514
7515 2001-11-01  Simon Josefsson  <jas@extundo.com>
7516
7517         * nnimap.el (nnimap-close-asynchronous): New variable.
7518         (nnimap-close-group): Use it.
7519         (nnimap-expunge): Don't use it.
7520
7521         * imap.el (imap-callbacks): New variable.
7522         (imap-remassoc): Copied from `gnus-remassoc'.
7523         (imap-add-callback): New function.
7524         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
7525         behaviour.
7526         (imap-parse-response): Call the callback.
7527
7528         * message.el (message-insert-canlock): New variable.
7529         (message-canlock-generate, message-canlock-password)
7530         (message-insert-canlock): New functions.
7531         (message-send-news): Call `message-insert-canlock'.
7532         (top-level): Require canlock when compiling.
7533         (message-insert-canlock): Require canlock before we need it.
7534
7535 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7536
7537         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
7538
7539 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7540
7541         * dgnushack.el (dgnushack-make-load): A workaround for
7542         custom-add-loads bug in some versions of XEmacs.
7543
7544 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7545
7546         * mm-util.el (mm-charset-synonym-alist): Revert (some).
7547
7548 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7549
7550         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
7551         (mm-hack-charsets): New variable.
7552         (mm-iso-8859-15-compatible): New variable.
7553         (mm-iso-8859-x-to-15-table): New variable.
7554         (mm-find-mime-charset-region): Add parameter hack-charsets.
7555
7556         * mm-bodies.el (mm-encode-body): Use it.
7557         * mml.el (mml-parse-1): Ditto.
7558
7559 2001-11-01  Simon Josefsson  <jas@extundo.com>
7560
7561         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
7562
7563 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7564
7565         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
7566         is nil.
7567
7568 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7569
7570         * smiley-ems.el (smiley-update-cache): Auto detect file type.
7571
7572         * message.el (message-forward-rmail-make-body): Use
7573         save-window-excursion.
7574         (message-encode-message-body): Search with noerror.
7575         (message-setup-1): Convert compose-mail send-actions to
7576         message-send-actions.
7577
7578 2001-11-01  Simon Josefsson  <jas@extundo.com>
7579
7580         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
7581         <yamaoka@jpl.org>.
7582
7583 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7584
7585         * sieve-manage.el (sieve-string-bytes): No complain.
7586
7587 2001-11-01  Simon Josefsson  <jas@extundo.com>
7588
7589         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
7590         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
7591         has autoload cookies, so no `require' should be necessary.)
7592
7593         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
7594         files.
7595
7596 2001-10-31  Simon Josefsson  <jas@extundo.com>
7597
7598         * gnus-cus.el (gnus-group-parameters): Support integer `display'
7599         parameter.
7600
7601         * gnus-sum.el (gnus-select-newsgroup): If group parameter
7602         `display' is a number (and C-u wasn't used to enter group), only
7603         fetch that number of articles.
7604
7605 2001-10-31  Matt Armstrong  <matt@lickey.com>
7606
7607         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
7608         not-subscribed -> subscribed.
7609
7610 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7611         From: Josh Huber <huber@alum.wpi.edu>
7612
7613         * message.el (message-subscribed-address-functions): New variable.
7614         (message-subscribed-addresses): New variable.
7615         (message-subscribed-regexps): New variable.
7616         (message-goto-mail-followup-to): New function.
7617         (message-send-mail): Add Mail-Followup-To.
7618         (message-make-mft): New function.
7619
7620         * gnus.el (gnus-find-subscribed-addresses): New function.
7621
7622 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7623
7624         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
7625         (mail-source-fetch-pop): Ditto.
7626         (mail-source-check-pop): Ditto.
7627
7628         * gnus-start.el (gnus-read-init-file): Ditto.
7629         (gnus-activate-group): Ditto.
7630         (gnus-read-newsrc-el-file): Ditto.
7631
7632 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7633
7634         * message.el (message-get-reply-headers): Make sure there is ", ".
7635
7636         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
7637         mm-coding-system-p. Don't correct it only in XEmacs.
7638         (mm-charset-to-coding-system): Use mm-coding-system-p and
7639         mm-get-coding-system-list.
7640         (mm-emacs-mule, mm-mule4-p): New variables.
7641         (mm-enable-multibyte, mm-disable-multibyte,
7642         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
7643         mm-with-unibyte-current-buffer,
7644         mm-with-unibyte-current-buffer-mule4): Use them.
7645         (mm-find-mime-charset-region): Treat iso-2022-jp.
7646
7647         From  Dave Love  <fx@gnu.org>:
7648
7649         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
7650         construction.
7651         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
7652         entries conditional on not having a coding system defined for
7653         them.
7654         (mm-mule-charset-to-mime-charset): Use
7655         find-coding-systems-for-charsets if defined.
7656         (mm-charset-to-coding-system): Don't use
7657         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
7658         later.  Add last resort search of coding systems.
7659         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
7660         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
7661         Mule 4.
7662         (mm-find-mime-charset-region): Re-write.
7663         (mm-with-unibyte-current-buffer): Restore buffer as well as
7664         multibyteness.
7665
7666 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7667
7668         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
7669         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
7670         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
7671
7672 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7673
7674         * gnus-art.el (article-display-x-face): Nix buffer-read-only
7675         again.
7676
7677         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
7678
7679 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7680
7681         * gnus-spec.el (gnus-parse-simple-format): Use
7682           buffer-substring-no-properties.
7683
7684 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7685
7686         * gnus-art.el (article-verify-cancel-lock): New function.
7687
7688         * nnheader.el (nntp-process-response): New variable.
7689         (nnheader-init-server-buffer): Make `nntp-process-response'
7690         buffer-local in `nntp-server-buffer'.
7691
7692         * nntp.el (nntp-prepare-post-hook): New hook.
7693         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
7694         (nntp-async-trigger): Ditto.
7695         (nntp-request-post): Insert a server's ID if there's no Message-ID
7696         header; run `nntp-prepare-post-hook'.
7697
7698 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7699
7700         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
7701         instead.
7702
7703         * message.el (message-forward-subject-author-subject): Don't use
7704         message-news-p, which widens the buffer.
7705         (message-forward-make-body): New function.
7706         (message-forward): Use it.
7707         (message-insinuate-rmail): New function.
7708         (message-forward-rmail-make-body): New function.
7709
7710 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7711
7712         * mm-extern.el (mm-extern): Provide it.
7713
7714         * mm-partial.el (mm-partial): Provide it.
7715
7716 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7717
7718         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
7719
7720 2001-10-29  Simon Josefsson  <jas@extundo.com>
7721
7722         * mml.el (mml-preview): Bind message-this-is-news if it is
7723         news. From Jesper Harder <harder@myrealbox.com>.
7724
7725 2001-10-28  Simon Josefsson  <jas@extundo.com>
7726
7727         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
7728
7729 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
7730
7731         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
7732         ironic smilies.
7733
7734 2001-10-27  Simon Josefsson  <jas@extundo.com>
7735
7736         * message.el (message-indent-citation): Don't add trailing
7737         whitespace when citing text.
7738
7739         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
7740         <harder@ifa.au.dk>.
7741
7742 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7743
7744         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
7745         not available.
7746         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
7747         (nnweb-type-definition): Add google as alias of dejanews.
7748         (nnweb-google-parse-1): Forward 1 line.
7749
7750 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7751
7752         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
7753         variable `message-forward-ignored-headers'.
7754
7755 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
7756
7757         * gnus.el (gnus-expand-group-parameter): New function.
7758         (gnus-expand-group-parameters): Call it.
7759         (gnus-group-fast-parameter): New function.
7760         (gnus-group-find-parameter): Call it.
7761
7762 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
7763
7764         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
7765         vector (it didn't before because of a bug).
7766         * gnus-msg.el (gnus-post-news): Use header vector directly, if
7767         available.  Before it converted it to an article number.
7768
7769         This makes followup to news articles with negative numbers in
7770         nnvirtual groups use news instead of mail.
7771
7772 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
7773
7774         * gnus.el (post-method): Use `native' instead of `nil'.
7775
7776         * gnus-msg.el (gnus-post-method): Ditto.
7777
7778 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
7779
7780         * gnus.el (gnus-define-group-parameter): Grammar fix.
7781
7782 2001-10-22  Simon Josefsson  <jas@extundo.com>
7783
7784         * gnus-msg.el (gnus-extended-version): Include
7785         system-configuration.
7786         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
7787
7788 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
7789
7790         * gnus.el (post-method): Customization fix: `native' is not a
7791         valid value.
7792         * gnus-msg.el (gnus-post-method): Doc and customization fix:
7793         `native' is not a valid value.
7794
7795 2001-10-21  Simon Josefsson  <jas@extundo.com>
7796
7797         * nnimap.el (nnimap): Defgroup
7798         (nnimap-strict-function, nnimap-strict-function-match): New
7799         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
7800         (nnimap-split-crosspost, nnimap-split-inbox)
7801         (nnimap-split-rule, nnimap-split-predicate)
7802         (nnimap-split-predicate): Defcustom.
7803         (nnimap-split-inbox, nnimap-expunge-search-string)
7804         (nnimap-importantize-dormant): Remove "*" from doc.
7805
7806 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7807
7808         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
7809         not supplied via prefix arg.  From Lisp, make arg mandatory.
7810         Suggested by Frank Schmitt.
7811
7812 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
7813
7814         * message.el (message-do-auto-fill): Avoid calling
7815         'rfc822-goto-eoh'.
7816
7817 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7818         From Paul Jarc <prj@po.cwru.edu>.
7819
7820         * message.el (message-get-reply-headers): Restructure the logic
7821         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
7822
7823 2001-10-20  Simon Josefsson  <jas@extundo.com>
7824
7825         * message.el (message-cancel-news): Support cancel-locks.
7826         Suggested by Per Abrahamsson.
7827
7828         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
7829         conses.  From David Z Maze <dmaze@MIT.EDU>.
7830
7831         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
7832
7833 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
7834
7835         * mm-decode.el (mm-default-directory): Fix customize type.
7836
7837         * message.el (message-setup-fill-variables): Kludge to use
7838         normal-auto-fill-function even if auto fill is already activated.
7839
7840 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
7841
7842         * message.el (message-do-auto-fill): New version that does not
7843         rely on text properties, by Simon Josefsson <jas@extundo.com>.
7844         (message-setup-1): Removed the `message-field' property.
7845
7846         * gnus-draft.el (gnus-draft-edit-message): Removed the
7847         `message-field' property.
7848
7849 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
7850
7851         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
7852         `message-field'.  The `field' property has a special significance in
7853         Emacs 21.
7854
7855         * message.el (message-send, message-setup-1): Ditto.
7856
7857 2001-10-18  Simon Josefsson  <jas@extundo.com>
7858
7859         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
7860         when undoing.
7861
7862 2001-10-18  Simon Josefsson  <jas@extundo.com>
7863         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
7864
7865         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
7866         (gnus-summary-make-menu-bar): Ditto.
7867
7868 2001-10-17  Simon Josefsson  <jas@extundo.com>
7869
7870         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
7871         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
7872
7873 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7874
7875         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
7876         * gnus-util.el (gnus-user-date): New function.
7877         From Frank Schmitt <usenet@Frank-Schmitt.net>.
7878
7879 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
7880
7881         * message.el (message-check-news-header-syntax): Special case
7882         nnvirtual groups.
7883
7884         * gnus-sum.el (gnus-summary-respool-default-method): Changed
7885         customize type to `symbol'.
7886
7887 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7888
7889         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
7890         %&foo;.
7891         (gnus-parse-simple-format): Support user extended spec too.
7892         %u&foo; invokes gnus-user-format-function-foo.
7893
7894 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7895
7896         * nnml.el (nnml-request-expire-articles): Make sure it is back to
7897         the server.
7898         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
7899         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7900         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
7901         * nndiary.el (nndiary-request-expire-articles): Ditto.
7902         (nndiary-schedule): Defsubst it before use it.
7903         (nndiary-error): eval-and-compile.
7904
7905 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
7906
7907         * gnus-msg.el (gnus-post-method): Changed two instances of
7908         `active' to `current' and one `null' to `not'.
7909
7910 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7911         From Katsumi Yamaoka <yamaoka@jpl.org>.
7912
7913         * message.el (message-setup-fill-variables): Use
7914         `normal-auto-fill-function' instead of `auto-fill-function'.
7915
7916 2001-10-16  Simon Josefsson  <jas@extundo.com>
7917
7918         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
7919         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
7920         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
7921
7922 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7923         Patch by Oliver Scholz <oscholz@my.gnus.org>.
7924
7925         * gnus-draft.el (gnus-draft-edit-message): Add text property
7926         `field' with value `header' to message headers.
7927         * message.el (message-setup-1): Really add text property to all of
7928         the header, not just part of it.
7929
7930 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7931
7932         * gnus-group.el (gnus-group-sort-by-server): Use it.
7933
7934         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
7935
7936         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
7937         and keystroke.
7938
7939 2001-10-14  Simon Josefsson  <jas@extundo.com>
7940
7941         * dig.el: Doc fix.
7942
7943         * smime.el: Doc fix.
7944
7945         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
7946         charset magic from message.el.
7947
7948 2001-10-12  Simon Josefsson  <jas@extundo.com>
7949         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
7950
7951         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
7952         'cite from g-a-wash-types.
7953         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
7954         (gnus-article-hide-citation): Fix.
7955
7956         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
7957         character.
7958         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
7959
7960         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
7961         definition.
7962         (gnus-signature-toggle): Toggle `s' mode line character.
7963
7964         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
7965         doing stuff that clears it.
7966
7967 2001-10-12  Simon Josefsson  <jas@extundo.com>
7968
7969         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
7970         From Eric Marsden <emarsden@laas.fr>.
7971
7972 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7973
7974         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
7975         (autoload): Add some autoloads.
7976
7977 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7978         Suggested by Oliver Scholz <epameinondas@gmx.de>.
7979
7980         * message.el (message-do-auto-fill): New function.  Like
7981         `do-auto-fill' but don't fill when in the message header.
7982         (message-setup-1): Put a text property on the message header.
7983         (message-setup-fill-variables): Use `message-do-auto-fill'.
7984
7985 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7986
7987         * message.el (message-send-mail-partially): Insert an empty line
7988         first, because of the change of message-make-lines.
7989
7990 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
7991
7992         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
7993         iso-8859-15, make it an alias for iso-8859-1.
7994
7995 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7996
7997         * message.el (message-send-news): Don't modify the value of
7998         `message-syntax-checks' if it is not a list (possibly it is
7999         `dont-check-for-anything-just-trust-me').
8000
8001 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8002
8003         * gnus-group.el (gnus-group-name-charset-group-alist): Use
8004         `find-coding-system' for XEmacs to check whether the coding-system
8005         `utf-8' is available.
8006
8007 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8008
8009         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
8010
8011 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
8012
8013         * message.el (message-send-news): Oops, missed case with no
8014         "Followup-To" header...
8015
8016 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
8017
8018         * message.el (message-send-news): Allow
8019         `gnus-group-name-charset-group-alist' to affect encoding of the
8020         "Newsgroups" and "Followup-To" headers.
8021
8022 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8023
8024         * Makefile.in (install-el): Depend on gnus-load.el.
8025
8026 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8027
8028         * Makefile.in (install-el): Use -f.
8029         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
8030
8031 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
8032
8033         * message.el (message-send-news): Don't encode Followups-To when
8034         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
8035
8036         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
8037         header.
8038
8039         * gnus-art.el (article-decode-group-name): Also decode
8040         "Followup-To".
8041
8042         * rfc2047.el (rfc2047-encode-message-header): Encode without
8043         asking for null methods.
8044
8045         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
8046         default charset for newsgroup names in accordance with USEFOR.
8047
8048         * gnus-group.el (gnus-group-name-charset-method-alist,
8049         gnus-group-name-charset-group-alist): Removed "*" from doc
8050         strings, "*" should not be used for complex variables.
8051
8052 2001-10-06  Simon Josefsson  <jas@extundo.com>
8053
8054         Support UTF-8 group names better.
8055
8056         * message.el (message-check-news-header-syntax): Encode group
8057         names before comparison.
8058
8059         * gnus-msg.el (gnus-copy-article-buffer): Run all
8060         `gnus-article-decode-hook's except `article-decode-charset'
8061         instead of hardcoding call to one of them.
8062
8063         * gnus-art.el (gnus-article-decode-hook): Add
8064         `article-decode-group-name'.
8065         (article-decode-group-name): New function, use `g-d-n'.
8066
8067         * gnus-group.el (gnus-group-insert-group-line): Decode
8068         gnus-tmp-group using `g-d-n'.
8069
8070         * gnus-util.el (gnus-decode-newsgroups): New function.
8071
8072 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
8073
8074         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
8075         `gnus-group-name-charset-group-alist'.
8076
8077 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8078
8079         * Makefile.in: Install el in install. Add uninstall.
8080
8081 2001-10-05  Simon Josefsson  <jas@extundo.com>
8082
8083         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
8084
8085         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
8086
8087         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
8088         empty folders.
8089
8090         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
8091         limiting if read-all (C-u RET) was used.
8092
8093 2001-10-04  Simon Josefsson  <jas@extundo.com>
8094
8095         * mail-source.el (mail-source-movemail-program): New variable.
8096         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
8097         <thutt@thutt.vmware.com>.
8098
8099 2001-10-03  Simon Josefsson  <jas@extundo.com>
8100
8101         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
8102         (gnus-summary-line-format-alist): Fix param.
8103
8104 2001-10-02  Simon Josefsson  <jas@extundo.com>
8105
8106         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
8107         don't go through `nnimap-request-expire-articles' to delete the
8108         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
8109
8110 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8111
8112         * gnus-agent.el (gnus-agent-write-active): The min in the
8113         agent/active may be larger than that in the server/active.
8114
8115 2001-10-01  Simon Josefsson  <jas@extundo.com>
8116
8117         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
8118         is IMAP4rev1.
8119
8120         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
8121
8122         * nnfolder.el: Ditto.
8123
8124 2001-09-30  Dan Christensen  <jdc@uwo.ca>
8125
8126         * gnus-sum.el (gnus-summary-extract-address-component): New function.
8127         (gnus-summary-from-or-to-or-newsgroups): Optimize.
8128
8129 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8130
8131         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
8132         (message-mode-menu): Menu item for same.
8133
8134         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
8135         delayed articles.
8136
8137         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
8138         nndraft:delayed does not exist.
8139         (gnus-delay-initialize): Don't set up keymap, that's done from
8140         message.el now.
8141         (gnus-delay, gnus-delay-group, gnus-delay-header)
8142         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
8143
8144 2001-09-29  Simon Josefsson  <jas@extundo.com>
8145
8146         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
8147         utf-8, not eight-bit-control.
8148
8149         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
8150         (imap-log, imap-debug): Custom.
8151         (imap-log-buffer, imap-debug-buffer): New constants.
8152         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
8153         (imap-network-open, imap-shell-open, imap-starttls-open)
8154         (imap-send-command-1, imap-send-command, imap-arrival-filter)
8155         (imap-debug): Use imap-*-buffer.
8156
8157         * nndoc.el (nndoc-article-type): Add mailman.
8158         (nndoc-type-alist): Ditto.
8159         (nndoc-mailman-type-p): New function.
8160
8161 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8162
8163         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
8164         gnus-art.el.
8165
8166 2001-09-27  Simon Josefsson  <jas@extundo.com>
8167
8168         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
8169         (gnus-topic-catchup-articles): New function. Suggested by Robin
8170         S. Socha <robin-dated-1001857693.185e29@socha.net>.
8171
8172 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8173         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
8174
8175         * gnus-ems.el (gnus-article-display-xface): Insert xface after
8176         previous ones.
8177
8178 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8179         From Daiki Ueno  <ueno@unixuser.org>
8180
8181         * gnus-sum.el (gnus-summary-show-article): The arglist of
8182         detect-coding-region is incompatible.
8183
8184 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8185         From Katsuhiro Hermit Endo <hermit@koka-in.org>
8186
8187         * gnus-group.el (gnus-group-delete-group): Typo.
8188
8189 2001-09-26  Simon Josefsson  <jas@extundo.com>
8190
8191         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
8192
8193         * nnimap.el (nnimap-expiry-target): Use temp buffer.
8194
8195 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8196
8197         * gnus-cus.el (gnus-group-parameters): Display as sexp.
8198
8199 2001-09-22  Simon Josefsson  <jas@extundo.com>
8200
8201         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
8202
8203         * nnfolder.el (nnfolder-open-marks): Ditto.
8204
8205         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
8206         (gnus-update-marks): Use it.
8207         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
8208         hardcoded list.
8209
8210         * gnus.el (gnus-article-special-mark-lists): Add killed.
8211         (gnus-article-unpropagated-mark-lists): New constant.
8212
8213 2001-09-22  Simon Josefsson  <jas@extundo.com>
8214
8215         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
8216         custom option.
8217
8218 2001-09-23  Simon Josefsson  <jas@extundo.com>
8219
8220         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
8221
8222 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8223
8224         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
8225
8226 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
8227
8228         * gnus-group.el (gnus-group-sort-function): Fix customize type to
8229         accept lists of functions.
8230
8231 2001-09-20  Simon Josefsson  <jas@extundo.com>
8232
8233         * gnus-group.el (gnus-group-catchup): Update expire marks in
8234         backend.  Also, if ALL also set expire marks on tick/dormant.
8235
8236 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8237
8238         * message.el (message-tab-body-function): New variable.
8239         * message.el (message-tab): Use it.
8240
8241 2001-09-19  Sam Steingold  <sds@gnu.org>
8242
8243         * gnus-win.el (gnus-buffer-configuration): Respect
8244         `gnus-bug-create-help-buffer'.
8245
8246 2001-09-18  Simon Josefsson  <jas@extundo.com>
8247
8248         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
8249         (gnus-parse-simple-format): Re-revert.
8250
8251 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
8252         Trivial patch.
8253
8254         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
8255         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
8256
8257 2001-09-18  Simon Josefsson  <jas@extundo.com>
8258
8259         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
8260         signed.
8261         (gnus-parse-simple-format): Don't use it.
8262
8263 2001-09-17  Miles Bader  <miles@gnu.org>
8264
8265         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
8266         error querying a backend abort the whole process.
8267
8268 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8269
8270         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
8271         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
8272
8273 2001-09-17  Didier Verna  <didier@xemacs.org>
8274
8275         * nndiary.el: version 0.2-b14.
8276         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
8277         compatibility problem with XEmacs 21.1.
8278
8279 2001-09-15  Simon Josefsson  <jas@extundo.com>
8280
8281         * gnus-group.el (gnus-group-line-format): Document %c.
8282
8283         * nnml.el (nnml-parse-head): Handle CRLF files.
8284         (nnml-generate-nov-file): Ditto.
8285         (nnml-retrieve-headers): Ditto.
8286
8287 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
8288
8289         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
8290
8291 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
8292
8293         * gnus-spec.el (gnus-correct-substring): Still stopped one
8294         character before we wanted (never included last character).
8295         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
8296         add missing "," (once per function)
8297
8298 2001-09-14  Simon Josefsson  <jas@extundo.com>
8299
8300         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
8301         (otherwise e.g. gnus-agentize in .gnus overrides the customized
8302         default before gnus-group is loaded and the variable set.)
8303
8304         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
8305         killed or unsent marks.
8306
8307         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
8308         isn't an article to set it on (e.g. when you `a' in a group).
8309
8310 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8311
8312         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
8313         can read e-mails from Microsoft Outlook users not using ISO
8314         8859-2 character set.
8315
8316 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8317
8318         * gnus-diary.el: Minor modifications to avoid warnings.
8319         (gnus-summary-misc-menu): defvar.
8320         (gnus-diary-check-message): Use gnus-point-at-eol.
8321         (gnus-diary-kill-entire-line): eval-and-compile.
8322
8323 2001-09-12  Didier Verna  <didier@xemacs.org>
8324
8325         * nndiary.el: new version (0.2-b13).
8326         * nndiary.el (nndiary-mail-sources): doc update.
8327         * nndiary.el (nndiary-split-methods): ditto.
8328         * nndiary.el (nndiary-request-accept-article-hooks): New.
8329         * nndiary.el (nndiary-request-accept-article): use it, check
8330         message validity.
8331         * nndiary.el (nndiary-get-new-mail): changed default to nil.
8332         * nndiary.el (nndiary-schedule): fix bug (misplaced
8333         condition-case): it didn't return nil on error.
8334         * gnus-diary.el: new version.
8335         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
8336         * gnus-diary.el (gnus-diary-header-value-history): New.
8337         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
8338         * gnus-diary.el (gnus-diary-add-header): New.
8339         * gnus-diary.el (gnus-diary-check-message): New.
8340         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
8341         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
8342
8343 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8344
8345         * gnus-sum.el (gnus-select-newsgroup): Make
8346         `gnus-current-select-method' buffer-local.
8347
8348         * gnus-art.el (gnus-request-article-this-buffer): Refer
8349         `gnus-current-select-method' in the current summary buffer.
8350
8351 2001-09-10  Simon Josefsson  <jas@extundo.com>
8352         From Daniel Pittman <daniel@rimspace.net>
8353
8354         * gnus-spec.el (gnus-correct-pad-form): Fix.
8355
8356 2001-09-09  Simon Josefsson  <jas@extundo.com>
8357
8358         * mm-decode.el (mm-inline-media-tests): Add
8359         application/x-emacs-lisp.
8360         (mm-attachment-override-types): Add
8361         application/{x-,}pkcs7-signature.
8362
8363         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
8364         (gnus-server-line-format, gnus-server-mode-line-format)
8365         (gnus-server-browse-in-group-buffer): Customize.
8366
8367 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8368
8369         * nnml.el (nnml-marks-changed-p): Typo.
8370         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
8371         (nnml-marks-changed-p): Use gnus-gethash.
8372         (nnml-marks-modtime): Use gnus-make-hashtable.
8373
8374         * nnfolder.el (nnfolder-marks-changed-p): Typo.
8375         (nnfolder-request-expire-articles, nnfolder-save-marks)
8376         (nnfolder-open-marks): Typo.
8377         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
8378         (nnfolder-marks-changed-p): Use gnus-gethash.
8379         (nnfolder-marks-modtime): Use gnus-make-hashtable.
8380
8381 2001-09-08  Simon Josefsson  <jas@extundo.com>
8382
8383         * nnfolder.el (nnfolder-marks-modtime): New variable.
8384         (nnfolder-marks-changed-p): New function.
8385         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
8386         (nnfolder-request-update-info): Don't update if marks didn't change.
8387
8388         * nnml.el (nnml-marks-modtime): New variable.
8389         (nnml-marks-changed-p): New function.
8390         (nnml-save-marks, nnml-open-marks): Save modtime.
8391         (nnml-request-update-info): Don't update if marks didn't change.
8392
8393         * gnus-agent.el (gnus-agent-any-covered-gcc)
8394         (gnus-agent-add-server, gnus-agent-remove-server): Use
8395         gnus-agent-method-p.
8396
8397         * gnus-art.el (gnus-buttonized-mime-types): New variable.
8398         (gnus-unbuttonized-mime-type-p): Use it.
8399
8400         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
8401         fetch group.
8402
8403 2001-09-08  Simon Josefsson  <jas@extundo.com>
8404         From Daniel Pittman <daniel@rimspace.net>
8405
8406         * gnus-spec.el (gnus-correct-pad-form): New function.
8407         (gnus-parse-simple-format): Use it.
8408
8409 2001-09-07  Simon Josefsson  <jas@extundo.com>
8410
8411         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
8412         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
8413         Putnam <reader@newsguy.com>.
8414         (gnus-group-sort-selected-groups): Touch dribble file.
8415
8416 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
8417
8418         * nnml.el (nnml-filenames-are-evil): New variable.
8419         (nnml-article-to-file-alist): Rename to ...
8420         (nnml-current-group-article-to-file-alist): ... this.
8421         Respect `nnml-filenames-are-evil'.
8422         (nnml-active-number): Update.
8423         (nnml-update-file-alist): Update.
8424         (nnml-request-article): Use nnheader-article-to-file-alist.
8425         (nnml-request-rename-group): Likewise.
8426
8427 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8428
8429         * gnus-sum.el (gnus-summary-insert-line): Fix.
8430
8431 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
8432
8433         * gnus-sum.el: Bind g-s-t-s to "W g".
8434         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
8435         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
8436         display of graphical smilies.
8437
8438 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8439
8440         * gnus-start.el (gnus-setup-news): A typo.
8441         From Bill White <billw@wolfram.com>.
8442
8443 2001-09-06  Simon Josefsson  <jas@extundo.com>
8444
8445         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
8446         and unseen marks.
8447
8448 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8449
8450         * nnmail.el (nnmail-split-fancy): Document `junk'.
8451
8452 2001-09-04  Simon Josefsson  <jas@extundo.com>
8453
8454         * imap.el (imap-search): Don't error if server is broken.
8455
8456 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
8457
8458         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
8459         searching for an article that isn't in the mbox.
8460
8461 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8462
8463         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
8464         right, and get all the comments.
8465
8466 2001-09-02  Simon Josefsson  <jas@extundo.com>
8467         Suggested by Dan Christensen <jdc+news@uwo.ca>
8468
8469         * nnfolder.el (nnfolder-request-update-info): Fix message.
8470
8471         * nnml.el (nnml-request-update-info): Ditto.
8472
8473 2001-09-01  Simon Josefsson  <jas@extundo.com>
8474
8475         * nnml.el (nnml-request-expire-articles): Also bind
8476         `nnml-current-group' and `nnml-article-file-alist' when using
8477         expiry-target. (Otherwise nnml will be in a inconsistent internal
8478         state causing all kind of problems.)
8479         (nnml-request-expire-articles): If `nnml-article-to-file' or
8480         `file-attributes' failes, return article as un-expirable instead
8481         of treating it as expired.
8482
8483 2001-08-31  Sam Steingold  <sds@gnu.org>
8484
8485         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
8486         typo: `exmine' --> `examine'.
8487
8488 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8489
8490         * nndoc.el (nndoc-forward-type-p): It is not a digest.
8491
8492 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8493
8494         * nnml.el (nnml-check-directory-twice): Remove.
8495         (nnml-retrieve-headers): Ditto.
8496         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
8497
8498 2001-08-30  Andrew Innes  <andrewi@gnu.org>
8499
8500         * nnheader.el (nnheader-directory-files-is-safe): No need to read
8501         directory twice on Windows, or on GNU Emacs-21.
8502
8503 2001-08-30  Andrew Innes  <andrewi@gnu.org>
8504
8505         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
8506         (nnml-request-rename-group): Ditto.
8507         (nnml-active-number): Ditto.
8508         (nnml-request-create-group): Use nnml-directory-articles.
8509         (nnml-request-expire-articles): Use nnml-directory-articles, which
8510         gets list from nov database if available.
8511         (nnml-get-nov-buffer): New function.
8512         (nnml-open-nov): Use it.
8513         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
8514         gets alist from nov database if available.
8515         (nnml-directory-articles): New function.
8516         (nnml-article-to-file-alist): New function.
8517
8518 2001-08-30  Andrew Innes  <andrewi@gnu.org>
8519
8520         * mm-decode.el (mm-display-external): Use `name' as filename, if
8521         `filename' attribute is not present.
8522
8523 2001-08-30  Andrew Innes  <andrewi@gnu.org>
8524
8525         * mail-source.el (mail-source-flash): New defcustom.
8526         (mail-source-new-mail-p): Ring visible bell if appropriate.
8527         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
8528         timer is cleared even if mail check signals an error.
8529
8530 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8531
8532         * gnus-sum.el (gnus-summary-move-article): Only update marks of
8533         type 'list.
8534
8535 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8536
8537         * flow-fill.el (fill-flowed): eol might be point-max.
8538
8539 2001-08-27  Simon Josefsson  <jas@extundo.com>
8540
8541         * nnml.el (nnml-request-update-info): Fix message.
8542         (nnml-open-marks): Ditto.
8543
8544         * nnfolder.el (nnfolder-request-update-info):
8545         (nnfolder-open-marks): Fix message.
8546
8547 2001-08-25  Simon Josefsson  <jas@extundo.com>
8548
8549         * nnfolder.el (nnfolder-save-marks): Don't create directory named
8550         after group in ~/.
8551
8552 2001-08-25  Simon Josefsson  <jas@extundo.com>
8553         From Andreas Jaeger  <aj@suse.de>
8554
8555         * nnfolder.el (nnfolder-open-marks): Fix typo.
8556         * nnml.el (nnml-open-marks): Likewise.
8557
8558 2001-08-25  Simon Josefsson  <jas@extundo.com>
8559
8560         Make nnfolder groups self-contained as far as marks are concerned.
8561
8562         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
8563         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
8564         (nnfolder-open-server): Make marks directory.
8565         (nnfolder-request-delete-group): Delete marks file.
8566         (nnfolder-request-delete-group): Check of nov/marks file exist
8567         before deleting.
8568         (nnfolder-request-rename-group): Rename marks file.
8569         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
8570         (nnfolder-request-set-mark, nnfolder-request-update-info)
8571         (nnfolder-group-marks-pathname, nnfolder-save-marks)
8572         (nnfolder-open-marks): New functions.
8573         (top-level): Require gnus.
8574
8575 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8576
8577         * nnweb.el (nnweb-type-definition): Use google raw file.
8578         (nnweb-google-parse-1): Ditto.
8579         (nnweb-google-identity): Ditto.
8580         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
8581         (nnweb-altavista-wash-article): Ditto.
8582         (nnweb-request-article): Remove nnweb-decode-entities.
8583
8584         * nnml.el: Require 'gnus.
8585
8586 2001-08-25  Simon Josefsson  <jas@extundo.com>
8587
8588         * nnml.el (nnml-marks-is-evil): Add doc.
8589
8590 2001-08-25  Simon Josefsson  <jas@extundo.com>
8591
8592         * nnml.el (nnml-save-marks): Wrap saving marks in a
8593         condition-case, to allow user to start Gnus if saving marks failed
8594         for some reason.
8595
8596 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8597
8598         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
8599
8600         * gnus-group.el (gnus-update-group-mark-positions): Bind
8601         gnus-group-update-hook to nil.
8602
8603 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8604
8605         * mml.el (mml-generate-mime-1): Force as multibyte string.
8606
8607 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8608
8609         * gnus-sum.el (gnus-summary-insert-line)
8610         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
8611         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
8612
8613         * gnus-spec.el (gnus-correct-substring): Take optional END.
8614
8615         * nnrss.el (nnrss-request-article): Remove \n.
8616         (nnrss-retrieve-headers): Lines number is -1.
8617
8618 2001-08-24  Simon Josefsson  <jas@extundo.com>
8619
8620         * gnus-group.el (gnus-info-clear-data): Call
8621         nnfoo-request-set-mark to propagate marks.  Fix bug:
8622         `gnus-group-update-line' doesn't update read range unless we call
8623         `gnus-get-unread-articles-in-group' first.
8624
8625         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
8626         to server.
8627
8628 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8629
8630         * gnus-util.el (gnus-create-info-command): Return an interactive
8631         function.
8632
8633 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8634         From Katsumi Yamaoka <yamaoka@jpl.org>
8635
8636         * gnus-spec.el (gnus-parse-complex-format): Use equal.
8637
8638 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8639
8640         * gnus-sum.el (gnus-select-newsgroup): Use it.
8641
8642         * gnus-util.el (gnus-not-ignore): New function.
8643
8644         * lpath.el (featurep): Don't fbind char-int.
8645
8646         * gnus-util.el (gnus-create-info-command): New function.
8647
8648         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
8649         right node.
8650
8651         * gnus-sum.el (gnus-select-newsgroup): Clean up.
8652         (gnus-summary-limit-children): Use 'identity instead of `all'.
8653         (gnus-summary-limit-to-display-predicate): New command and
8654         keystroke.
8655
8656 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8657
8658         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
8659
8660         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
8661
8662 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8663
8664         * gnus-spec.el: Add the Gnus version.
8665         (gnus-update-format-specifications): If the Gnus version changes,
8666         nix out the format spec cache.
8667
8668         * gnus.el (gnus-continuum-version): Made into a command and
8669         optionalize the VERSION.
8670
8671         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
8672         the start of the lines.
8673
8674 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8675
8676         * gnus.el (gnus-visual-p): Define function before use of
8677         function.
8678
8679 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8680
8681         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
8682         (gnus-article-mark-to-type): New function.
8683         (gnus-update-missing-marks): Only update marks of type 'list.
8684
8685         * gnus.el (gnus-article-special-mark-lists): New variable.
8686
8687 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8688
8689         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
8690         (gnus-select-newsgroup): Still use 'all.
8691         (gnus-summary-initial-limit): Comparing with 'all.
8692
8693 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8694
8695         * gnus-start.el (gnus-activate-group): If dont-check, don't update
8696         active.
8697
8698 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8699
8700         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
8701         nnslashdot-*-retrieve-headers.
8702         (nnslashdot-request-article): Fix for slashcode 2.2.
8703         (nnslashdot-make-tuple): New function.
8704         (nnslashdot-read-groups): Use it.
8705
8706 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8707
8708         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
8709         list.
8710
8711         * gnus-sum.el (gnus-summary-move-article): Don't select article.
8712
8713 2001-08-20  Simon Josefsson  <jas@extundo.com>
8714
8715         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
8716         opened, error instead of continuing (and exploding later).
8717
8718 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8719
8720         * gnus.el (gnus-expand-group-parameters): Return the parameter
8721         list.
8722
8723         * gnus-sum.el (gnus-summary-show-article): Doc fix.
8724         (gnus-summary-show-article): Guess at charset if required.
8725
8726         * gnus-spec.el (gnus-correct-substring): Stopped one character
8727         before we wanted.
8728
8729 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8730
8731         * earcon.el (earcon-auto-play): Remove unused option.
8732
8733 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8734
8735         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
8736         message down in levels, since it happens very fast.
8737
8738         * smiley-ems.el (smiley-update-cache): Respect the symbol version
8739         of smiley-regexp-alist.
8740
8741         * mm-view.el (mm-inline-text): Ignore vcard errors.
8742
8743         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
8744
8745         * gnus-score.el (gnus-all-score-files): Use append instead of
8746         nconc.
8747
8748         * gnus.el (gnus-splash-face): Doc fix.
8749
8750         * mm-decode.el (mm-mailcap-command): Use
8751         mm-path-name-rewrite-functions.
8752         (mm-path-name-rewrite-functions): New variable.
8753
8754         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
8755         (gnus-complex-form-to-spec): Insert tab.
8756         (gnus-spec-tab): New function.
8757
8758         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
8759         entering the group.
8760
8761         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
8762         the positional spec.
8763         (gnus-parse-complex-format): React to %C.
8764
8765         * gnus-ems.el (gnus-char-width): Moved here.
8766
8767         * gnus-sum.el (gnus-select-newsgroup): Set
8768         gnus-newsgroup-articles.
8769         (gnus-unseen-mark): New variable.
8770         (gnus-newsgroup-unseen): Ditto.
8771         (gnus-newsgroup-seen): Ditto.
8772         (gnus-adjust-marked-articles): Use them.
8773         (gnus-update-marks): Use them.
8774         (gnus-summary-update-secondary-mark): Display.
8775         (gnus-summary-prepare-threads): Display.
8776
8777         * gnus-msg.el (gnus-inews-group-method): Use and return the
8778         method, not the server.
8779
8780 2001-08-19  Simon Josefsson  <jas@extundo.com>
8781
8782         * gnus-srvr.el (gnus-server-agent-face): New.
8783         (gnus-server-agent-face): New.
8784         (gnus-server-mode): Turn on font-lock-mode.
8785
8786         * gnus.el (gnus-server-visual): Add defgroup.
8787
8788 2001-08-19  Simon Josefsson  <jas@extundo.com>
8789         From Joe Casadonte <jcasadonte@northbound-train.com>
8790
8791         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
8792         gnus-server-denied-face): New.
8793         (gnus-server-opened-face, gnus-server-closed-face,
8794         gnus-server-denied-face): New.
8795         (gnus-server-font-lock-keywords): Add.
8796
8797 2001-08-19  Simon Josefsson  <jas@extundo.com>
8798
8799         * nnml.el (nnml-request-set-mark): Return nil.
8800         (nnml-save-marks): Use nnml-possibly-create-directory.
8801         (nnml-open-marks): Only work in temp buffer when inserting/reading
8802         .marks file.
8803
8804 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8805
8806         * gnus.el (gnus-expand-group-parameters): Fix.
8807
8808         * gnus-spec.el (gnus-char-width): New function.
8809         (gnus-correct-substring, gnus-correct-length): Use it.
8810
8811         * message.el (message-required-mail-headers): Fix doc.
8812
8813 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8814
8815         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
8816
8817         * mm-decode.el (mm-save-part-to-file): Insert the handle.
8818
8819 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8820
8821         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
8822         slashdot 2.2 (not fully fixed yet).
8823         (nnslashdot-request-article): Ditto.
8824
8825 2001-08-18  Simon Josefsson  <jas@extundo.com>
8826
8827         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
8828         nnimap.
8829
8830         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
8831         gnus-util.
8832         (nnimap-request-update-info-internal): Use new functions.
8833
8834         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
8835         new functions.
8836
8837 2001-08-18  Simon Josefsson  <jas@extundo.com>
8838
8839         Make nnml groups self-contained as far as marks are concerned.
8840
8841         * nnml.el (nnml-request-delete-group): Delete marks file.
8842         (nnml-request-rename-group): Move marks file.
8843         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
8844         variables.
8845         (nnml-request-set-mark, nnml-request-update-info): New server
8846         functions.
8847         (nnml-save-marks, nnml-open-marks): New functions.
8848
8849 2001-08-18  Simon Josefsson  <jas@extundo.com>
8850
8851         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
8852         `set' when setting marks.
8853
8854 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8855
8856         * gnus.el (gnus-info-find-node): Take an argument.
8857
8858         * gnus-art.el (gnus-button-handle-info): New function.
8859         (gnus-url-unhex-string): Replace "+" with " ".
8860
8861 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8862
8863         * message.el (message-check-news-header-syntax): Check bad From.
8864
8865 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8866
8867         * gnus-spec.el (gnus-correct-length): New function.
8868         (gnus-correct-substring): New function.
8869         (gnus-tilde-max-form): Use it.
8870
8871 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
8872
8873         * nnmh.el: Docstring changes as below.
8874
8875         * nnml.el: Docstring changes as below.
8876
8877         * nnbabyl.el: Docstring changes as below.
8878
8879         * nnmbox.el: Docstring changes as below.
8880
8881         * nnfolder.el: Added docstrings identifying each virtual server
8882         parameter.
8883
8884 2001-08-18  Simon Josefsson  <jas@extundo.com>
8885
8886         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
8887
8888 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
8889
8890         * message.el: rename "Abort Message" to "Postpone Message".
8891         Remove "Attach file as MIME" from Message menu, it's already in
8892         the MIME menu.
8893
8894 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8895
8896         * smime.el (smime-point-at-eol): eval-and-compile.
8897         (smime-make-temp-file): New function.
8898         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
8899         Use it.
8900
8901 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8902
8903         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
8904         (gnus-agent-summary-fetch-group): New command and keystroke.
8905
8906         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
8907         (gnus-mime-display-security): Make it respect
8908         gnus-unbuttonized-mime-type-p.
8909
8910         * gnus-sum.el (gnus-articles-to-read): Comments.
8911         (gnus-article-marked-p): New function.
8912         (gnus-summary-display-make-predicate): New function.
8913         (gnus-select-newsgroup): Use them.
8914
8915         * mm-decode.el (mm-save-part-to-file): Made it not error.
8916
8917 2001-08-17  Simon Josefsson  <jas@extundo.com>
8918
8919         * imap.el (imap-wait-for-tag): If process-status isn't open or
8920         run, return nil instead of sit-for looping.
8921
8922 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8923
8924         * lpath.el (featurep): fbind xml-parse-region.
8925
8926         * gnus.el (gnus-message-archive-method): Default to "archive".
8927         (gnus-message-archive-method): Doc fix.
8928         (gnus-parameters-get-parameter): Cleaned up.
8929         (gnus-expand-group-parameter): New function.
8930
8931         * gnus-start.el (gnus-setup-news): Push the archive server only
8932         the server list.
8933
8934         * mml.el (mml-menu): Changed name to "Attachments".
8935
8936         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
8937         when there is something to detroy.
8938
8939 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8940
8941         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
8942         nil.
8943
8944 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8945
8946         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
8947         which specifies a time today or tomorrow.
8948
8949 2001-08-15  Simon Josefsson  <jas@extundo.com>
8950         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
8951
8952         * gnus-agent.el (gnus-agent-make-mode-line-string)
8953         (gnus-agent-toggle-plugged): Use new API.
8954
8955 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8956
8957         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
8958         deadline has expired.
8959
8960 2001-08-12  Simon Josefsson  <jas@extundo.com>
8961         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
8962
8963         Support `recent' mark indicating newly arrived messages (to
8964         separate from old but unread messages).
8965
8966         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
8967         `nnmail-split-history' if recent is > 0.
8968         (nnimap-request-update-info-internal): Update `recent' marks.
8969         (nnimap-request-set-mark): Never set `recent' marks.
8970         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
8971         recent.
8972
8973         * gnus-sum.el (gnus-recent-mark): New mark.
8974         (gnus-newsgroup-recent): New variable.
8975         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
8976         (gnus-summary-prepare-threads): Mark recent articles.
8977         (gnus-summary-add-mark): Support recent.
8978         (gnus-summary-update-secondary-mark): Support recent.
8979
8980         * gnus.el (gnus-article-mark-lists): Add recent.
8981
8982 2001-08-12  Simon Josefsson  <jas@extundo.com>
8983
8984         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
8985         whether successful decoding took place.  Add doc.
8986
8987 2001-08-12  Simon Josefsson  <jas@extundo.com>
8988         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
8989
8990         * gnus.el (gnus-summary-line-format, gnus-parameters):
8991         * gnus-gl.el (gnus-summary-grouplens-line-format):
8992         * gnus-salt.el (gnus-summary-pick-line-format):
8993         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
8994
8995 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
8996         Committed by Kai Gro\e,b_\e(Bjohann.
8997
8998         * gnus-score.el (gnus-score-string): Fix `match' regexp
8999         for `extra' header case.
9000
9001 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9002
9003         * nnmbox.el (nnmbox-read-mbox): No warning.
9004
9005 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9006
9007         * nndoc.el (nndoc-article-type): Fix doc.
9008         (nndoc-generate-article-function): New variable.
9009         (nndoc-dissection-function): New variable.
9010         (nndoc-type-alist): Add oe-dbx.
9011         (nndoc-oe-dbx-type-p): New function.
9012         (nndoc-oe-dbx-dissection): New function.
9013         (nndoc-oe-dbx-generate-article): New function.
9014
9015 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9016
9017         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
9018         whether deadline has been reached.  Patch from Dan Nicolaescu
9019         <dann@godzilla.ics.uci.edu>.
9020
9021 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9022
9023         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
9024         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
9025         <rintaman@cs.Helsinki.FI>.
9026
9027         * mail-source.el (mail-source-movemail): The error buffer is
9028         modified, but nothing in it.
9029
9030 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9031
9032         * message.el (message-bogus-system-names): New variable.
9033         (message-make-fqdn): Use it.
9034
9035 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9036
9037         * nndraft.el (nndraft-request-group): Use
9038         nndraft-auto-save-file-name.
9039
9040 2001-08-09  Simon Josefsson  <jas@extundo.com>
9041
9042         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
9043         Don't ask whether to decrypt.  Just leave result in buffer (don't
9044         call mm).
9045
9046         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
9047         parts as well.
9048         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
9049         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
9050
9051 2001-08-09  Simon Josefsson  <jas@extundo.com>
9052
9053         * mm-decode.el (mm-insert-part): Return decoding success status.
9054         (mm-save-part-to-file): Error if decoding failed.
9055
9056 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9057
9058         * message.el (message-tab): Use indent-relative.
9059         (message-mode): Don't bind indent-line-function to indent-relative.
9060
9061 2001-08-09  Simon Josefsson  <jas@extundo.com>
9062
9063         * message.el (message-get-reply-headers): Fix string. Suggested by
9064         Christoph Conrad <cc@cli.de>.
9065
9066 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9067
9068         * message.el (message-tab): Use the current value of
9069         indent-line-function.
9070         (message-mode): Bind indent-line-function to indent-relative.
9071
9072 2001-08-08  Simon Josefsson  <jas@extundo.com>
9073
9074         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
9075         whether `imtest' is installed.
9076
9077 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
9078         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
9079
9080         * gnus-sum.el (gnus-summary-show-article): Call
9081         gnus-summary-update-secondary-secondary-mark.
9082         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
9083         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
9084
9085 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9086
9087         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
9088
9089         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
9090
9091         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
9092         <gerd@gnu.org>.
9093
9094         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
9095
9096         * gnus-util.el (gnus-output-to-rmail): Ditto.
9097         (gnus-output-to-mail): Ditto.
9098
9099         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
9100
9101 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
9102
9103         * message.el (message-indent-citation): Use
9104         `message-yank-cited-prefix' for empty lines.
9105
9106 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
9107
9108         * message.el (message-indent-citation): Quote only lines starting
9109         with ">" using `message-yank-cited-prefix'.
9110
9111 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
9112         Trivial patch.
9113
9114         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
9115         gnus-cache-fully-p.
9116
9117 2001-08-04  Simon Josefsson  <jas@extundo.com>
9118
9119         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
9120         file if it doesn't exist (by calling gnus-cache-read-active).
9121
9122 2001-08-04  Simon Josefsson  <jas@extundo.com>
9123
9124         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
9125         (gnus-cache-passively-or-fully-p): Removed.
9126         (gnus-cache-fully-p): Fix it.
9127
9128         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
9129
9130 2001-08-04  Simon Josefsson  <jas@extundo.com>
9131
9132         * gnus-cache.el (gnus-cache-fully-p)
9133         (gnus-cache-passively-or-fully-p): New functions.
9134         (gnus-cache-possibly-enter-article): Cosmetic change, use
9135         `g-c-p-o-f-p'.
9136         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
9137         was bogus (`g-c-p-a-a' does not change active info, just change
9138         the functions parameters).
9139         (gnus-cache-possibly-remove-articles-1): Make sure articles are
9140         not removed in groups that match `gnus-uncacheable-groups'.
9141
9142         Reported and modifications based on discussions with Nuutti
9143         Kotivuori <nuutti.kotivuori@smarttrust.com>.
9144
9145 2001-08-04  Simon Josefsson  <jas@extundo.com>
9146         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
9147
9148         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
9149         calls `gnus-cache-update-active' if bounds has been extended.
9150
9151 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9152
9153         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
9154         before remove.
9155         (gnus-mime-security-show-details): Ditto.
9156
9157 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9158
9159         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
9160         syntax.  Protect string-match against nil string and regexp.
9161
9162 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9163
9164         * mm-util.el (mm-find-charset-region): Remove control-1.
9165
9166 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9167
9168         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
9169
9170 2001-08-04  Simon Josefsson  <jas@extundo.com>
9171
9172         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
9173         buffer.  Delete MIME-Version header.
9174
9175 2001-08-03  Simon Josefsson  <jas@extundo.com>
9176
9177         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
9178         that is entered does not necessarily have the highest article
9179         number in the group, so use `gnus-cache-possibly-alter-active'
9180         instead of `gnus-cache-update-active'.
9181
9182 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9183
9184         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
9185
9186 2001-08-03  Simon Josefsson  <jas@extundo.com>
9187
9188         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
9189         menu.
9190
9191 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9192
9193         * gnus.el (post-method): New group parameter.  It also provides
9194         the user option `gnus-post-method-alist' and the internal function
9195         `gnus-parameter-post-method'.
9196
9197         * gnus-msg.el (gnus-post-method): Bind the value of
9198         `gnus-post-method' to the group parameter if it is defined.
9199
9200 2001-08-02  Simon Josefsson  <jas@extundo.com>
9201
9202         * smime.el (smime-extra-arguments): Removed.
9203         (smime-call-openssl-region): Don't use it.
9204
9205 2001-08-02  Simon Josefsson  <jas@extundo.com>
9206
9207         * smime.el (smime-sign-region): Handle stderr.
9208         (smime-encrypt-region): Ditto.
9209
9210         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
9211         match the ASN.1 length bytes.
9212         (mm-pkcs7-enveloped-magic): Ditto.
9213         (mm-view-pkcs7-get-type): Don't regexp quote.
9214
9215 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9216         From Andreas Fuchs <asf@void.at>
9217
9218         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
9219
9220 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9221
9222         * gnus-art.el (gnus-header-button-alist): References regexp.
9223
9224 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
9225
9226         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
9227         already fboundp.  Add INTERACTIVE arg to autoload form.
9228
9229 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9230
9231         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
9232
9233         * nnmail.el (nnmail-cache-open): Ditto.
9234
9235 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9236
9237         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
9238
9239 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9240
9241         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
9242
9243 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9244         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9245
9246         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
9247         (gnus-agent-toggle-plugged): Use it.
9248
9249 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
9250
9251         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
9252         (gnus-ding-file-coding-system): New variable.
9253         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
9254         (gnus-slave-save-newsrc): Use it.
9255
9256 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9257
9258         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
9259         syntax.
9260
9261 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9262         Originally from Andreas Fuchs <asf@void.at>
9263
9264         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
9265         (mml2015-gpg-pretty-print-fpr): New function.
9266         (mml2015-gpg-extract-signature-details): More details, rename from
9267         `m-g-e-from'.
9268         (mml2015-gpg-verify): Use them.
9269         (mml2015-gpg-clear-verify): Use them.
9270
9271 2001-07-31  Simon Josefsson  <jas@extundo.com>
9272
9273         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
9274         buffer when done.
9275
9276 2001-07-30  Simon Josefsson  <jas@extundo.com>
9277
9278         * smime.el (smime-call-openssl-region): Revert previous change,
9279         just pass on buf to `call-process-region'.
9280         (smime-verify-region): Doc fix.  Don't message stuff.  Use
9281         `smime-new-details-buffer'.  Inserts error messages into buffer.
9282         (smime-noverify-region): Ditto.
9283         (smime-decrypt-region): Ditto.  Handles stderr separately.
9284         (smime-verify-buffer, smime-noverify-buffer)
9285         (smime-decrypt-buffer): Doc fix.
9286         (smime-new-details-buffer): New function.
9287         (smime-pkcs7-region, smime-pkcs7-certificates-region)
9288         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
9289         (smime-sign-region, smime-encrypt-region): Don't use
9290         `insert-buffer'.
9291
9292         * mml-smime.el (mml-smime-verify): Fix security button strings.
9293
9294 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9295
9296         * gnus-art.el (gnus-mime-save-part-and-strip): Save
9297         gnus-article-mime-handles.
9298
9299 2001-07-29  Simon Josefsson  <jas@extundo.com>
9300
9301         * mail-source.el (top-level): Require message for message-directory.
9302         (mail-source-directory): Change default to message-directory.
9303
9304         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
9305         (smime-certificate-directory, smime-openssl-program)
9306         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
9307         (smime-extra-arguments): New variable.
9308         (smime-dns-server): Fix customize group.
9309         (smime-call-openssl-region): Use `smime-extra-arguments'.
9310
9311 2001-07-29  Simon Josefsson  <jas@extundo.com>
9312         From Vladimir Volovich <vvv@vsu.ru>
9313
9314         * smime.el (smime-call-openssl-region): Ignore stderr.
9315
9316 2001-07-29  Simon Josefsson  <jas@extundo.com>
9317         From Christoph Conrad <christoph.conrad@gmx.de>
9318
9319         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
9320         file.
9321
9322 2001-07-29  Simon Josefsson  <jas@extundo.com>
9323
9324         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
9325
9326         Support S/MIME decryption.
9327
9328         * mm-decode.el (mm-inline-media-tests):
9329         (mm-inlined-types):
9330         (mm-automatic-display):
9331         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
9332
9333         * mm-view.el (mm-pkcs7-signed-magic):
9334         (mm-pkcs7-enveloped-magic): New variables.
9335         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
9336         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
9337         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
9338         PKCS#7 blobs.
9339
9340         * smime.el (smime-decrypt-region): Expand keyfile.
9341
9342 2001-07-29  Simon Josefsson  <jas@extundo.com>
9343
9344         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
9345         `ssl.el' variables.
9346
9347         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
9348         but line instead of narrowing to it, because `nnmail-parse-active'
9349         calls widen.  Thanks to Christoph Conrad
9350         <christoph.conrad@gmx.de>.
9351
9352 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9353
9354         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
9355         for %B spec.
9356
9357         * gnus-sum.el (gnus-summary-prepare-threads): If
9358         gnus-sum-thread-tree-root is nil, use subject instead.
9359         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
9360         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
9361         (gnus-sum-thread-tree-leaf-with-other)
9362         (gnus-sum-thread-tree-single-leaf): Documentation.
9363         (gnus-sum-thread-tree-single-indent): Allow nil.
9364
9365 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9366
9367         * message.el (message-fill-paragraph): Do nothing if the user
9368         wants filladapt-mode.
9369
9370 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9371
9372         * mm-decode.el (mm-image-type-from-buffer): New function.
9373         (mm-get-image): Use it.
9374
9375 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9376
9377         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
9378
9379         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
9380         mm-display-parts too.
9381
9382 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9383
9384         * nnfolder.el (nnfolder-request-accept-article): Bind
9385         nntp-server-buffer.
9386
9387         * nnmail.el (nnmail-parse-active): Read from buffer instead of
9388         nntp-server-buffer.
9389
9390 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9391
9392         * message.el (message-check-news-header-syntax): Use
9393         message-post-method.
9394         (message-send-news): Bind message-post-method.
9395
9396 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9397
9398         * mml.el (mml-tweak-type-alist): New variable.
9399         (mml-tweak-function-alist): New variable.
9400         (mml-tweak-part): New function.
9401         (mml-generate-mime-1): Use it.
9402
9403 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9404
9405         * nnfolder.el (nnfolder-request-accept-article): Replace
9406         nnfolder-request-list.
9407
9408 2001-07-27  Simon Josefsson  <jas@extundo.com>
9409
9410         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
9411         nnoo-change-server failed to do it.
9412
9413 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9414
9415         * gnus.el (gnus-parameters): Make it customizable.
9416
9417 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9418
9419         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
9420
9421         * message.el (message-set-auto-save-file-name): More
9422         poor-system-types.
9423
9424         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
9425
9426         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
9427         supports +.
9428
9429 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9430
9431         * mm-decode.el (mm-readable-p): New function.
9432         (mm-inline-media-tests): Fix the default testers.
9433
9434 2001-07-26  Simon Josefsson  <jas@extundo.com>
9435
9436         * nnimap.el (nnimap-version): Bump version number.
9437
9438 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9439         From Steven E. Harris <seh@speakeasy.org>
9440
9441         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
9442         in M$Windows too.
9443
9444 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9445
9446         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
9447
9448 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9449
9450         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
9451
9452         * mm-decode.el (mm-get-image): Guess then use the type.
9453
9454         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
9455
9456 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
9457
9458         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
9459         display (%B) for threads if threading is off.
9460
9461 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9462         From Henrik Enberg <henrik@enberg.org>
9463
9464         * gnus-msg.el: Customization patch.
9465
9466 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
9467
9468         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
9469         variable.
9470         (nnmail-split-fancy-with-parent): Ignore certain groups.
9471
9472 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9473
9474         * gnus-util.el (gnus-byte-compile): New function.
9475         (gnus-use-byte-compile): New variable.
9476         (gnus-make-sort-function): Use it.
9477
9478         * nnmail.el (nnmail-get-new-mail): Use it.
9479
9480         * gnus-agent.el (gnus-category-make-function): Simple function or
9481         compiled function.
9482         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
9483
9484         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
9485         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
9486         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
9487
9488         * message.el (message-check-news-header-syntax): Remove quote.
9489
9490 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9491
9492         * message.el (message-use-mail-followup-to): `t' is not a
9493         documented value.
9494
9495 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9496
9497         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
9498
9499 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9500
9501         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
9502         there are long lines.
9503
9504 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9505
9506         * dgnushack.el (copy-list): New compiler macro.
9507
9508 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9509
9510         * message.el (message-bounce): If no Return-Path, the whole
9511         content is considered as the original message.
9512
9513         * nnml.el (nnml-check-directory-twice): New variable.
9514         (nnml-article-to-file): Use it.
9515         (nnml-retrieve-headers): Hack it.
9516
9517 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9518
9519         * gnus-win.el (gnus-buffer-configuration): New configure.
9520
9521         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
9522         not alive.
9523
9524         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
9525         (mm-display-external): Use display-term configure.
9526
9527 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9528
9529         * gnus-delay.el (gnus-delay-default-hour): New variable.
9530         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
9531
9532 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9533         From Karl Kleinpaste <karl@charcoal.com>
9534
9535         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
9536         (gnus-summary-prepare-threads): Ditto.
9537
9538         * gnus.el (gnus-summary-line-format): Add %B.
9539
9540 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9541
9542         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
9543
9544         * mm-util.el (mm-string-as-multibyte): New function.
9545
9546         * nnmh.el (nnmh-request-list-1): Encode, not decode!
9547
9548 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9549
9550         * mm-util.el (mm-universal-coding-system): New variable.
9551
9552         * gnus-start.el (gnus-startup-file-coding-system): Use it.
9553
9554         * score-mode.el (score-mode-coding-system): Use it.
9555
9556 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9557
9558         * gnus-start.el (gnus-setup-news): Call
9559         `gnus-check-bogus-newsgroups' just after the native server is
9560         opened.
9561
9562 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9563
9564         * nnmail.el (nnmail-do-request-post): Util function to be used by
9565         `nnchoke-request-post' for all nnmail-derived backends.
9566
9567         * nnml.el (nnml-request-post): Use it.
9568
9569         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
9570         backend, for it groks nnml-request-post.
9571
9572         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
9573         Treat `mail-post' backends like `mail' backends, not like `news'
9574         backends.
9575
9576 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9577
9578         * gnus-msg.el (gnus-setup-message): make-local-hook.
9579
9580 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9581
9582         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
9583         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
9584         <karl@charcoal.com>, slightly changed by Kai.
9585
9586         * message.el (message-check-news-header-syntax): When checking
9587         whether the groups exist, check the right server based on
9588         `gnus-post-method'.
9589
9590 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9591
9592         * gnus-delay.el: New file.
9593
9594 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9595
9596         * mm-util.el (mm-read-coding-system): Take two arguments.
9597
9598         * gnus-sum.el (gnus-summary-show-article): Use
9599         mm-read-coding-system.
9600
9601         * gnus-art.el (article-de-quoted-unreadable):
9602         (article-de-base64-unreadable, article-wash-html):
9603         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
9604
9605 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9606
9607         * nnml.el (nnml-request-post): New function.  Can be used for
9608         annotations in nnml groups.
9609
9610 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9611
9612         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
9613         command.
9614
9615         * gnus-start.el (gnus-find-new-newsgroups): Use
9616         `message-make-date' instead of `current-time-string'.
9617         (gnus-ask-server-for-new-groups): Ditto.
9618         (gnus-check-first-time-used): Ditto.
9619
9620 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9621
9622         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
9623
9624 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
9625
9626         * message.el (message-shorten-references): Change `maxcount' and
9627         `cut' to obey USEFOR draft 5.
9628
9629 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
9630
9631         * gnus-sum.el (gnus-summary-display-arrow): New variable.
9632         (gnus-summary-set-article-display-arrow): New function.
9633         (gnus-summary-goto-subject): Use it.
9634
9635 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9636
9637         * gnus-sum.el (gnus-summary-import-article): Insert date if
9638         doesn't exist.
9639
9640 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9641
9642         * mml.el (mml-content-type-parameters): New variable.
9643         (mml-content-disposition-parameters): New variable.
9644         (mml-insert-mime-headers): Use them.
9645         (mml-parse-1): Accept charset.
9646
9647 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9648
9649         * gnus-group.el (gnus-group-select-group): Doc fix.
9650
9651         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
9652
9653 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9654
9655         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
9656         to handle `define-derived-mode'.
9657
9658 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9659         From:  Stefan Monnier  <monnier@cs.yale.edu>
9660
9661         * message.el (message-mode): Use define-derived-mode.
9662         (message-tab): message-completion-alist.
9663
9664         * imap.el (imap-interactive-login): Use make-local-variable.
9665         (imap-open): Ditto.
9666         (imap-authenticate): Ditto.
9667
9668         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
9669
9670         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
9671
9672 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9673
9674         * message.el (message-citation-line-function): Refer to
9675         gnus-cite-attribution-suffix.
9676
9677 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9678
9679         * gnus-art.el,...: Error convention changes.
9680
9681 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9682
9683         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
9684
9685 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9686
9687         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
9688         (nnrss-read-server-data): Ditto.
9689
9690 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9691
9692         * gnus-setup.el (gnus-use-installed-gnus): Typo.
9693         * Cleanup files.
9694         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
9695
9696 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9697
9698         * gnus.el (gnus-summary-line-format): Add %o.
9699
9700         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
9701         unless shell outputs something.
9702
9703 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9704
9705         * gnus-art.el (gnus-boring-article-headers): Better doc.
9706         (article-hide-headers): Better regexp.
9707         Suggested by Matt Swift <swift@alum.mit.edu>.
9708
9709         * nnheader.el (nnheader-max-head-length): Better doc.
9710         (nnheader-header-value): Skip spaces.
9711         (nnheader-parse-head): Remove space.
9712         Suggested by Matt Swift <swift@alum.mit.edu>.
9713
9714         * gnus-sum.el (gnus-summary-show-raw-article): New function.
9715         (gnus-get-newsgroup-headers): Remove space.
9716
9717 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9718
9719         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
9720         (gnus-summary-reply): Use it.
9721         (gnus-summary-reply-broken-reply-to): New function.
9722         (gnus-msg-force-broken-reply-to): New function.
9723
9724         * mm-view.el (mm-inline-text): Showing as text/plain when error.
9725
9726 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9727
9728         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
9729
9730 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9731
9732         * mm-decode.el (mm-external-terminal-program): New variable.
9733         (mm-display-external): Use it. Use term to display when no
9734         window-system.
9735
9736 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
9737
9738         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
9739         Browse->Next entries to Browse->Prev
9740
9741 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9742
9743         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
9744
9745 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9746
9747         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
9748         for the default encoding.
9749
9750         * nnrss.el (nnrss-url-field): New field.
9751         (nnrss-request-article): Add newsgroups.
9752
9753         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
9754
9755 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9756
9757         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
9758
9759         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
9760         (gnus-draft-setup): Remove backlog.
9761
9762 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9763
9764         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
9765         Cleanup.
9766
9767 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9768
9769         * gnus-msg.el (gnus-bug): Erase buffer.
9770
9771         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
9772
9773 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9774
9775         * mm-decode.el (mm-attachment-override-p): Fix typo.
9776
9777 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
9778
9779         * gnus-kill.el (gnus-execute): Work with the extra headers.
9780         * gnus-sum.el (gnus-summary-execute-command): Ditto.
9781
9782 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9783
9784         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
9785         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
9786
9787         * message.el (message-send-mail-real-function): New variable.
9788         (message-send-mail-partially, message-send-mail):
9789
9790         * nngateway.el (nngateway-request-post): Use it.
9791
9792         * gnus-agent.el (gnus-agentize): Use it.
9793
9794         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
9795         (nnsoup-revert-variables): Use it.
9796
9797 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
9798
9799         * mm-decode.el (mm-inline-media-tests): Default to displaying as
9800         text/plain if the type doesn't match any other media types.
9801         (mm-inlined-types): Doc fix.
9802         (mm-display-inline): Revert previous change (now handled by a
9803         default type in `mm-inline-media-tests'.
9804         (mm-inlinable-p): Revive.
9805         (mm-display-part): Call `mm-inlinable-p'.
9806         (mm-attachment-override-p): Ditto.
9807         (mm-inlined-p): Doc fix.
9808
9809         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
9810         well as `mm-inlined-p'.
9811
9812 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9813
9814         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
9815         (nntp-send-command-and-decode): Use gnus-point-at-bol.
9816
9817 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9818         From  Paul Jarc <prj@po.cwru.edu>
9819
9820         * message.el (message-use-mail-followup-to): New variable.
9821         (message-get-reply-headers): Use it.
9822
9823 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
9824
9825         * nnheader.el (nnheader-init-server-buffer): Make sure the
9826         *nntpd* buffer is made multibyte instead of a random buffer.
9827
9828 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9829
9830         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
9831         when it returns headers.
9832
9833 2001-07-07  Simon Josefsson  <jas@extundo.com>
9834
9835         * rfc2047.el (rfc2047-encode-message-header): Skip header when
9836         trying to fold. Thanks to Colin Walters
9837         <walters@cis.ohio-state.edu>
9838
9839 2001-07-06  Simon Josefsson  <jas@extundo.com>
9840
9841         * imap.el (imap-parse-address-list, imap-parse-flag-list)
9842         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
9843         Add information in `assert's.
9844
9845         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
9846         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
9847         and `nnimap-group-overview-filename', should handle all
9848         change-of-uidvalidity related issues.  But there may be other
9849         problems.)
9850
9851 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
9852
9853         * rfc2047.el (rfc2047-encode-message-header): Don't include the
9854         header name when folding.
9855
9856 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
9857
9858         * mm-decode.el (mm-inlined-types): Document relationship with
9859         `mm-inline-media-tests'.
9860         (mm-display-inline): Default to displaying as plain text if no
9861         inlining handler is available.
9862         (mm-inlinable-p): Remove.
9863         (mm-inlined-p): Don't call `mm-inlinable-p'.
9864         (mm-automatic-display-p): Ditto.
9865         (mm-attachment-override-p): Ditto.
9866
9867 2001-07-04  Simon Josefsson  <jas@extundo.com>
9868
9869         * nnimap.el (nnimap-importantize-dormant): New variable.
9870         (nnimap-request-update-info-internal): Use it.
9871         (nnimap-request-set-mark): Ditto.
9872
9873 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
9874
9875         * nntp.el (nntp-send-command): don't pass a buffer argument to
9876         `point'. Only XEmacs accepts this.
9877         * nntp.el (nntp-send-command-nodelete): ditto.
9878         * nntp.el (nntp-send-command-and-decode): ditto.
9879
9880 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
9881
9882         * nntp.el (nntp-open-connection-function): doc update.
9883         * nntp.el (nntp-pre-command): New.
9884         * nntp.el (nntp-via-rlogin-command): New.
9885         * nntp.el (nntp-via-telnet-command): New.
9886         * nntp.el (nntp-via-telnet-switches): New.
9887         * nntp.el (nntp-via-user-name): New.
9888         * nntp.el (nntp-via-user-password): New.
9889         * nntp.el (nntp-via-address): New.
9890         * nntp.el (nntp-via-envuser): New.
9891         * nntp.el (nntp-via-shell-prompt): New.
9892         * nntp.el (nntp-open-telnet-stream): New.
9893         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
9894         * nntp.el (nntp-open-via-telnet-and-telnet): New.
9895         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
9896         * nntp.el (nntp-send-command): ditto.
9897         * nntp.el (nntp-send-command-nodelete): ditto.
9898         * nntp.el (nntp-send-command-and-decode): ditto.
9899
9900 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
9901         Trivial patch.
9902
9903         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
9904         `when'.
9905
9906 2001-07-03  Simon Josefsson  <jas@extundo.com>
9907         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
9908
9909         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
9910
9911 2001-07-03  Simon Josefsson  <jas@extundo.com>
9912
9913         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
9914         remove it (workaround XEmacs `fill-region' bug).
9915
9916 2001-07-01  Simon Josefsson  <jas@extundo.com>
9917
9918         * nnimap.el (nnimap-date-days-ago): Defeat locale.
9919
9920 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9921
9922         * mml2015.el (mml2015-format-error): New function.
9923         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
9924         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
9925         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
9926
9927 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9928
9929         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
9930         Suggested by Christoph Conrad <C.Conrad@cli.de>.
9931
9932         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
9933         group variables.
9934
9935 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9936
9937         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
9938
9939         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
9940         (nnrss-save-group-data): Ditto.
9941
9942         * gnus-agent.el (gnus-agent-save-alist): Ditto.
9943
9944 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9945
9946         * message.el (message-do-send-housekeeping): Narrow to headers.
9947
9948 2001-06-24  Simon Josefsson  <jas@extundo.com>
9949
9950         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
9951         insertion when breaking lines looked for " \t" instead of "[ \t]".
9952         (rfc2047-encode-message-header): Fold lines even if
9953         no QP encoding is done.
9954
9955 2001-06-23  Simon Josefsson  <jas@extundo.com>
9956         From Samuel Tardieu <sam@inf.enst.fr>
9957
9958         * smime.el (smime-keys): Support additional certificates.
9959         (smime-make-certfiles): New function.
9960         (smime-sign-region): Use previous variables.
9961         (smime-get-certfiles): New function.
9962         (smime-sign-buffer): Use it.
9963         (smime-verify-region): Support both CAfile and CApath.
9964
9965 2001-06-23  Simon Josefsson  <jas@extundo.com>
9966
9967         * smime.el (smime-decrypt-region): Perhaps work.
9968
9969 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9970
9971         * gnus-msg.el (gnus-copy-article-buffer): Typo.
9972
9973 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
9974
9975         * mm-decode.el (mm-save-part): Rewrite file name.
9976         (mm-file-name-rewrite-functions): New variable.
9977         (mm-file-name-delete-whitespace): New function.
9978         (mm-file-name-trim-whitespace): New function.
9979         (mm-file-name-collapse-whitespace): New function.
9980         (mm-file-name-replace-whitespace): New variable and function.
9981
9982 2001-06-22  Simon Josefsson  <jas@extundo.com>
9983
9984         * message.el (message-make-date): Workaround locale for weekdays.
9985
9986 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9987
9988         * message.el (message-goto-body): Return nil if not found. (revert!)
9989
9990 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9991         From Fremlin <chief@bandits.org>
9992
9993         * message.el (message-goto-body): Some messages have no header.
9994
9995         * gnus-msg.el (gnus-copy-article-buffer): Use it.
9996
9997 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
9998
9999         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
10000
10001 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10002
10003         * message.el (message-make-date): Add week day.
10004         Suggested by Jason R. Mastaler <jason@mastaler.com>.
10005
10006 2001-06-19  Simon Josefsson  <jas@extundo.com>
10007
10008         * message.el (message-yank-prefix): Doc fix.
10009         (message-yank-cited-prefix): Ditto.
10010         (message-delete-not-region): Keep citation prefix on first line,
10011         if possible and appropriate.
10012
10013 2001-06-19  Simon Josefsson  <jas@extundo.com>
10014
10015         * imap.el (imap-process-connection-type): New variable.
10016         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
10017         recent `imtest's work completely (no line length issues), while
10018         making making old `imtest's unusable.  Thanks to NAGY Andras
10019         <nagya@inf.elte.hu> for his work.
10020
10021 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
10022
10023         * imap.el (imap-ssl-program): Add -quiet to shut up
10024         OpenSSL/SSLeay's internal debug talk.
10025
10026 2001-06-19  Matt Armstrong  <matt@lickey.com>
10027
10028         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
10029         server.
10030
10031 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10032
10033         * nnmail.el (nnmail-article-buffer): New variable.
10034         (nnmail-split-incoming): Use it.
10035
10036 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
10037
10038         * qp.el (quoted-printable-decode-region): If called interactively,
10039         use coding-system-for-read.
10040
10041 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10042
10043         * message.el (message-check-news-header-syntax): Check Reply-To.
10044
10045 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10046
10047         * mml.el (mml-parse-1): Use message options.
10048
10049         * message.el (message-do-fcc): Don't do anything if there is no
10050         FCC.
10051
10052 2001-06-16  Simon Josefsson  <jas@extundo.com>
10053
10054         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
10055         (nnimap-expunge-search-string): New variable.
10056         (nnimap-request-expire-articles): Use it.
10057
10058 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10059
10060         * message.el (message-send-mail-with-qmail): wrong exit status is
10061         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
10062
10063 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10064
10065         * gnus-art.el (article-strip-multiple-blank-lines): Use
10066         delete-region instead of replace-match.
10067
10068 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10069
10070         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
10071         (nnweb-google-wash-article): Ditto.
10072
10073 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
10074
10075         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
10076
10077 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10078
10079         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
10080         specs.
10081
10082 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10083
10084         * gnus.el (gnus-email-address): Move it here.
10085
10086         * gnus-art.el (article-de-quoted-unreadable): Read charset if
10087         requested.
10088         (article-de-base64-unreadable): Ditto.
10089         (article-wash-html): Ditto.
10090
10091 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10092
10093         * message.el (message-options-set-recipient): Don't add ", "
10094         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
10095
10096 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10097
10098         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
10099
10100 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10101
10102         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
10103         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
10104
10105         * nnrss.el (nnrss-node-text): Node might be nil.
10106
10107 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10108
10109         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
10110         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
10111
10112         * nnrss.el (nnrss-group-alist): More items.
10113
10114 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10115
10116         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
10117
10118 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
10119         Trivial patch from Dale Hagglund  <rdh@best.com>
10120
10121         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
10122         restrict clauses.
10123
10124 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10125
10126         From Benjamin Rutt <brutt+news@bloomington.in.us>
10127
10128         * message.el (message-wide-reply-confirm-recipients): New variable.
10129
10130 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
10131         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
10132
10133         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
10134         fix so it works with XEmacs.
10135
10136 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10137
10138         * nnrss.el (nnrss-retrieve-headers): Support description as extra
10139         headers.
10140
10141 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10142
10143         * nnrss.el: Fix a few bugs.
10144
10145 2001-06-05  Simon Josefsson  <jas@extundo.com>
10146
10147         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
10148         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
10149
10150 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
10151
10152         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
10153         binary so that we don't transmit ISO 2022 garbage to the process.
10154         This is needed under XEmacs.
10155
10156 2001-06-03  Simon Josefsson  <simon@josefsson.org>
10157
10158         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
10159         autoloaded incorrectly below because ssl-program-* is bound.)
10160         Thanks to Amos Gouaux for report.
10161
10162 2001-06-02  Simon Josefsson  <simon@josefsson.org>
10163
10164         * imap.el (imap-kerberos4-open):
10165         (imap-gssapi-open):
10166         (imap-ssl-open):
10167         (imap-network-open):
10168         (imap-shell-open):
10169         (imap-starttls-open): Set buffer to workaround spurious
10170         `accept-process-output' buffer changes.  Thanks to Mats Lidell
10171         <Mats.Lidell@contactor.se> for report and partial patch and Jake
10172         Colman <colman@ppllc.com> for report.
10173
10174 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10175
10176         * gnus-sum.el (gnus-summary-catchup): New argument.
10177         (gnus-summary-catchup-from-here): New function.
10178
10179 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10180
10181         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
10182         back, then insert glyph.  (Before, the glyph was inserted first,
10183         then the newline.)  This works around a behavior in XEmacs where
10184         it is not possible to insert a character after a glyph which is at
10185         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
10186
10187 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10188
10189         From Jaap-Henk Hoepman (jhh@xs4all.nl).
10190
10191         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
10192         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
10193         mm-destroy-postponed-undisplay-list): New functions.
10194         (mm-display-external): Use them.
10195
10196 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10197
10198         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
10199         `default-low' when evaluating `gnus-summary-highlight'.
10200         From Raja R Harinath <harinath@cs.umn.edu>.
10201
10202 2001-05-27  Simon Josefsson  <simon@josefsson.org>
10203
10204         * message.el (message-yank-cited-prefix): New variable.
10205         (message-indent-citation): Use it.
10206
10207         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
10208         as details.
10209         (mml2015-mailcrypt-clear-verify): Ditto.
10210
10211 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10212         From Nevin Kapur <nevin@jhu.edu>.
10213
10214         * gnus-sum.el (gnus-summary-default-high-score,
10215         gnus-summary-default-low-score): New variables.
10216         (gnus-summary-highlight): Use them.
10217
10218 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
10219
10220         * message.el (message-mail): pass the 'send-actions argument to
10221         `message-setup'.
10222
10223 2001-05-16  Simon Josefsson  <simon@josefsson.org>
10224         From Raymond Scholz <ray-2001@zonix.de>
10225
10226         * gnus-art.el (gnus-mime-view-part-as-charset):
10227         (gnus-mime-internalize-part): Doc fixes.
10228
10229 2001-05-11  Simon Josefsson  <simon@josefsson.org>
10230
10231         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
10232         status lines without any text ("^215$").
10233
10234 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10235
10236         * nnrss.el (nnrss-check-group): Reverse.
10237
10238 2001-05-07  Simon Josefsson  <simon@josefsson.org>
10239
10240         * message.el (message-get-reply-headers):
10241         (message-followup): Fix typo, suggested by David Green
10242         <dgreen@uab.edu>
10243
10244 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10245
10246         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
10247
10248         * nnrss.el (nnrss-open-server): Read server data when it is called.
10249         (nnrss-request-expire-articles): Fix.
10250
10251 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10252
10253         * message.el (message-do-send-housekeeping): mail-abbrevs may
10254         rename buffer behind Gnus.
10255
10256 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10257
10258         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
10259         (nnrss-group-alist): Add more resources.
10260         (nnrss-check-group): Ignore errors.
10261
10262 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10263
10264         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
10265
10266         * nnslashdot.el (nnslashdot-request-list): Add time.
10267         (nnslashdot-request-expire-articles): New function.
10268
10269         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
10270         secondary methods too.
10271
10272 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10273
10274         * message.el (message-use-followup-to): Set default value to t.
10275
10276 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
10277
10278         * message.el (message-dont-reply-to-names): Fix documentation.
10279         (message-get-reply-headers): Use Mail-Followup-To only for wide
10280         replies.
10281
10282 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10283
10284         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
10285         correctly.
10286         (nnrss-check-group): Use time.
10287
10288 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10289
10290         * gnus.el: Oort Gnus v0.03 is released.
10291
10292 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10293
10294         * nnultimate.el (nnultimate-topic-article-to-article): Use the
10295         group.
10296
10297 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10298
10299         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
10300
10301 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10302
10303         * nnultimate.el (nnultimate-retrieve-headers): Return all
10304         available headers.
10305
10306         * gnus-sum.el (gnus-read-all-available-headers): New variable.
10307         (gnus-get-newsgroup-headers-xover): Use it.
10308
10309 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10310
10311         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
10312
10313 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10314
10315         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
10316
10317 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10318
10319         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
10320         disable it.
10321
10322         * gnus.el (gnus-info-nodes): Remove a few The's.
10323
10324 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10325
10326         * mail-source.el (mail-source-movemail): Call-process may return a
10327         signal description string.
10328
10329         * gnus-start.el (gnus-read-newsrc-el-file):
10330         gnus-newsrc-file-version may be nil.
10331
10332         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
10333         Suggested by Michael Sperber [Mr. Preprocessor]
10334         <sperber@informatik.uni-tuebingen.de>.
10335
10336 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
10337
10338         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
10339
10340 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
10341
10342         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
10343         fontify HANDLE.
10344
10345 2001-04-18  Simon Josefsson  <simon@josefsson.org>
10346
10347         * smime.el (smime-ask-passphrase): Rework to return value.
10348         (smime-sign-region): Rework to bind value and use it.
10349         (smime-decrypt-region): Ditto.
10350
10351 2001-04-18  Simon Josefsson  <simon@josefsson.org>
10352         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
10353
10354         * smime.el (smime-ask-passphrase): New function.
10355         (smime-sign-region): Use it.
10356         (smime-encrypt-cipher): New variable.
10357         (smime-decrypt-region): Ditto.
10358
10359 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
10360         Committed by Simon Josefsson  <simon@josefsson.org>
10361
10362         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
10363         the log.
10364
10365 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10366
10367         * gnus.el: Oort Gnus v0.02 is released.
10368
10369 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
10370
10371         * gnus.el: Oort Gnus v0.01 is released.
10372
10373 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10374
10375         * gnus-sum.el (gnus-summary-highlight): Highlight read
10376         undownloaded articles as read articles.
10377
10378         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
10379         (gnus-agent-get-undownloaded-list): Mark all undownloaded
10380         articles, even read ones, as such.
10381
10382         * gnus-sum.el (gnus-summary-find-matching): Clean up.
10383         (gnus-find-matching-articles): New function.
10384         (gnus-summary-limit-include-matching-articles): New command.
10385         (gnus-summary-limit-include-thread): Include articles that have
10386         matching subjects.
10387         (gnus-offer-save-summaries): Clean up.
10388
10389 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10390
10391         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
10392
10393 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10394         From Jason Merrill <jason_merrill@redhat.com>
10395
10396         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
10397
10398 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
10399         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10400
10401         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
10402         newsgroup names when the original article is a news message.
10403
10404 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10405
10406         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
10407         supported. Suggest by Jim Meyering <jim@meyering.net>.
10408
10409 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
10410         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
10411
10412         * nnmail.el (nnmail-split-it): Added check for .* at the end of
10413         regexp in nnmail-split-fancy.
10414
10415 2001-04-10  Simon Josefsson  <simon@josefsson.org>
10416
10417         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
10418
10419 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
10420
10421         * message.el (message-send-mail): Improve the interaction with the
10422         user.
10423
10424 2001-04-10  Simon Josefsson  <simon@josefsson.org>
10425
10426         * imap.el (imap-message-copy): Work around buggy servers that
10427         doesn't send TRYCREATE tags.
10428
10429 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
10430
10431         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
10432
10433 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10434
10435         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
10436         date.
10437
10438 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10439
10440         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
10441         lives.
10442
10443 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10444
10445         * gnus-art.el (gnus-parse-news-url): New function.
10446         (gnus-button-handle-news): New function.
10447         (gnus-button-alist): Point to new functions.
10448
10449         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
10450
10451         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
10452         gnus-format-specs.
10453
10454         * message.el (message-check-news-header-syntax): Question even
10455         when Gnus doesn't know the group names.
10456         (message-send-news): Clean up.
10457
10458         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
10459         exited on purpose without saving.
10460
10461         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
10462
10463 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10464
10465         * gnus-score.el (gnus-score-orphans): Clean up.
10466
10467         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
10468
10469         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
10470         later.
10471
10472         * gnus-start.el (gnus-close-all-servers): Find the right items to
10473         close.
10474
10475         * qp.el (quoted-printable-decode-region): Just message
10476         malformation; don't quit.
10477
10478 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10479         From Gerd Moellmann <gerd@gnu.org>.
10480
10481         * gnus.el (gnus-interactive): A typo.
10482
10483 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
10484         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10485
10486         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
10487         `assq-delete-all', if that function exists; otherwise use the old
10488         definition. Documentation changed to match the one in
10489         `assq-delete-all'.
10490
10491 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10492
10493         * gnus-start.el (gnus-close-all-servers): New function.
10494
10495         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
10496         (gnus-server-remove-denials): Clean up.
10497
10498         * gnus-sum.el (gnus-summary-sort-by-original): New command and
10499         keystroke.
10500
10501 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10502
10503         * message.el (message-send-news): Message where we are sending.
10504         (message-send-mail): Ditto.
10505
10506         * gnus.el (gnus-server-string): New function.
10507
10508         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
10509
10510         * mm-decode.el (mm-default-directory): Customized.
10511         (mm-tmp-directory): Ditto.
10512
10513         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
10514         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
10515         or Chars.
10516         (gnus-summary-line-format-alist): ?l is now a string.
10517         (gnus-summary-prepare-threads): Output ? for unknown lines.
10518         (gnus-summary-insert-line): Ditto.
10519         (gnus-summary-print-article): Unbalanced parentheses.
10520
10521         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
10522         out whether new stuff has arrived.
10523
10524 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
10525
10526         * gnus-sum.el: Let printing work on ttys on Emacs.
10527
10528 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10529
10530         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
10531         when forcing news.
10532
10533         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
10534         command.
10535
10536 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
10537
10538         * message.el (message-set-auto-save-file-name): Don't use
10539         asterisks under nt.
10540
10541 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10542
10543         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
10544         lists of articles.
10545
10546         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
10547
10548         * gnus-msg.el (gnus-put-message): Clean up.
10549         (gnus-summary-reply): Mark all replied-to articles as replied to.
10550         (gnus-inews-add-send-actions): Also mark as forwarded.
10551         (gnus-summary-mail-forward): Mark as forwarded.
10552
10553         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
10554         of articles.
10555         (gnus-summary-mark-article-as-forwarded): Ditto.
10556
10557         * gnus-msg.el (gnus-summary-resend-message): Mark article as
10558         forwarded.
10559         (gnus-summary-mail-forward): Clean up.
10560
10561         * gnus.el (gnus-article-mark-lists): Added forward.
10562
10563         * gnus-sum.el (gnus-forwarded-mark): New variable.
10564         (gnus-summary-prepare-threads): Use it.
10565         (gnus-summary-update-secondary-mark): Ditto.
10566         (gnus-newsgroup-forwarded): New variable.
10567
10568 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10569
10570         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
10571         (gnus-summary-very-wide-reply): New command and keystroke.
10572         (gnus-summary-very-wide-reply-with-original): Ditto.
10573
10574         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
10575         (gnus-score-adaptive): Use it.
10576
10577         * gnus-start.el (gnus-get-unread-articles): Clean up.
10578
10579 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10580
10581         * nnultimate.el (nnultimate-retrieve-headers): Work for other
10582         boards.
10583
10584 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
10585
10586         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
10587         * gnus-start.el (gnus-subscribe-newsgroup): use it.
10588
10589 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10590
10591         * nnultimate.el (nnultimate-retrieve-headers): Understand
10592         long-form month names.
10593
10594 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10595
10596         * gnus-sum.el (gnus-summary-show-all-headers):
10597         gnus-article-show-all-headers is broken. Use
10598         gnus-summary-toggle-header instead.
10599
10600         * mml2015.el (mml2015-gpg-extract-from): No error.
10601
10602 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10603         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
10604
10605         * mml2015.el (mml2015-gpg-extract-from): New function.
10606         (mml2015-gpg-verify): Use it.
10607         (mml2015-gpg-clear-verify): Use it.
10608
10609 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10610
10611         * message.el (message-setup-fill-variables): Use
10612         fill-paragraph-function.
10613         (message-fill-paragraph): Take an argument.
10614         (message-newline-and-reformat): Take another argument.
10615
10616 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10617
10618         * message.el (rmail-output): It is in rmailout.el not rmail.el.
10619
10620 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10621
10622         * message.el (message-forward): local-variable-p takes an extra
10623         argument in XEmacs.
10624
10625 2001-03-16  Simon Josefsson  <simon@josefsson.org>
10626
10627         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
10628         `nnimap-use-nov-p' (it really tested the negative).
10629         (nnimap-retrieve-headers): Use it.
10630
10631 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10632
10633         * message.el (message-generate-headers-first): Update doc.
10634
10635 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
10636         Trivial patch.
10637
10638         * gnus.el (gnus-summary-line-format): Typo.
10639
10640 2001-03-11  Simon Josefsson  <simon@josefsson.org>
10641
10642         * mailcap.el (mailcap-mime-data): Add application/sieve.
10643         (mailcap-mime-extensions): Add .siv, .xls.
10644
10645 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10646         From Christoph Conrad <christoph.conrad@gmx.de>
10647
10648         * gnus-score.el (gnus-summary-lower-thread): Typo.
10649
10650 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10651
10652         * message.el (message-forward-decoded-p): New variable.
10653         (message-forward-subject-author-subject): Use it.
10654         (message-make-forward-subject): Use it.
10655         (message-forward): Use it.
10656
10657         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
10658
10659         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
10660         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
10661
10662 ;;Has been fixed -- zsh.
10663 ;;2001-03-05  Dave Love  <fx@gnu.org>
10664 ;;
10665 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
10666 ;;      Move it after definition of mm-coding-system-p.
10667 ;;
10668 2001-03-01  Dave Love  <fx@gnu.org>
10669
10670         * mm-util.el (mm-inhibit-file-name-handlers): Add
10671         image-file-handler.
10672
10673 2001-02-11  Dave Love  <fx@gnu.org>
10674
10675         * message.el (message-signature-file): Fix doc, :type.
10676
10677 2001-02-08  Dave Love  <fx@gnu.org>
10678
10679         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
10680         (message-posting-charset): Defvar when compiling again.
10681         (rfc2047-encodable-p): Require message.
10682
10683         * gnus-sum.el (gnus-alter-articles-to-read-function):
10684         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
10685
10686 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10687
10688         * nnrss.el: New file.
10689
10690 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
10691         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10692
10693         * rfc2047.el (rfc2047-unfold-region): Fix arg of
10694         `skip-chars-forward'.
10695
10696 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10697
10698         * nndraft.el (nndraft-request-group): Restore auto save files if
10699         the original files do not exist.
10700
10701 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10702
10703         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
10704         SCORE paths.
10705
10706         * mm-decode.el (mm-dissect-buffer): Call
10707         mail-extract-address-components only if necessary.
10708
10709 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10710
10711         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
10712         directory part.
10713         (gnus-score-search-global-directories): Use file-directory-p.
10714
10715         * gnus-score.el (gnus-score-score-files-1): Use
10716         gnus-kill-files-directory.
10717         From Adrian Aichner <adrian@xemacs.org>.
10718
10719 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10720
10721         * gnus.el (charset): Move here from gnus-sum.el.
10722
10723 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10724
10725         * mml.el (mml-preview): Disable local map.
10726
10727         * gnus-sum.el (gnus-summary-make-menu-bar): Make
10728         gnus-article-post-menu here.
10729
10730         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
10731         if it has not been made.
10732
10733 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10734
10735         * gnus-art.el (gnus-article-describe-key): Map key to event.
10736         (gnus-article-describe-key-briefly): Ditto
10737
10738 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10739
10740         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
10741
10742 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10743         From Katsumi Yamaoka <yamaoka@jpl.org>.
10744
10745         * dgnushack.el (coerce, merge, subseq): defmacro.
10746
10747 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10748
10749         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
10750         A fake defalias in nndraft.el results a not-activated bug in
10751         uncompiled versions.
10752
10753 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
10754         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10755
10756         * gnus-util.el (gnus-split-references): Handle malformed References:.
10757
10758 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10759
10760         * gnus-art.el (gnus-article-mime-part-status): 1 part.
10761
10762 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10763         From NAGY Andras <nagya@inf.elte.hu>.
10764
10765         * gnus.el (gnus-parameters): Typo.
10766
10767 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10768
10769         * gnus.el (gnus-read-method): Remove redundancy.
10770
10771 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10772
10773         * nnslashdot.el (nnslashdot-backslash-url): New variable.
10774         (nnslashdot-request-list): Use it.
10775
10776 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10777
10778         * nnml.el (nnml-generate-active-info): Fix the case when there is
10779         no file.
10780
10781         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
10782         (gnus-summary-create-article): New function.
10783
10784         * gnus-group.el (gnus-group-mark-article-read): New function.
10785
10786         * gnus-msg.el (gnus-inews-do-gcc): Use it.
10787
10788         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
10789
10790 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10791
10792         * gnus-art.el (gnus-article-edit-done): Don't use
10793         gnus-article-edit-exit.
10794         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
10795
10796         * gnus.el (gnus-parameters): New variable.
10797         Suggested by NAGY Andras <nagya@inf.elte.hu>.
10798         (gnus-parameters-get-parameter): New function.
10799         (gnus-group-find-parameter): Use it.
10800
10801 2001-02-23  Simon Josefsson  <simon@josefsson.org>
10802
10803         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
10804         change of default value to `current'.
10805
10806 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10807
10808         * nneething.el (nneething-get-head): Insert unreadable file too.
10809
10810 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10811
10812         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
10813
10814         * webmail.el (webmail-type-definition): Deja is bought by google.
10815
10816 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10817
10818         * gnus-sum.el (gnus-fetch-headers): New function.
10819         (gnus-select-newsgroup): Use it.
10820         (gnus-summary-insert-articles): New function.
10821         (gnus-summary-insert-old-articles): New function.
10822         (gnus-summary-insert-new-articles): New function.
10823
10824         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
10825         (gnus-group-list-active): Ditto.
10826         * gnus-sum.el (gnus-set-mode-line): Ditto.
10827         (gnus-summary-read-group-1): Ditto.
10828
10829 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10830
10831         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
10832         current topic.
10833
10834 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10835
10836         * smiley.el (gnus-smiley-display): Don't do widening.
10837
10838         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
10839         within body.
10840
10841         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
10842
10843         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
10844         New variable.
10845         (gnus-mime-display-multipart-related-as-mixed): New variable.
10846         (gnus-mime-display-part): Use them.
10847
10848 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10849
10850         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
10851         something special.
10852
10853 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10854
10855         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
10856         (nnweb-request-article): Call reference if exists.
10857         (nnweb-type-definition): Dejanews is bought by google.com.
10858         Beta!
10859
10860 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10861
10862         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
10863
10864 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10865
10866         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
10867         gnus-article-sort-functions.
10868         (gnus-article-sort-functions): Doc fix.  Refer to
10869         gnus-thread-sort-functions.
10870
10871 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10872         From Paul Jarc <prj@po.cwru.edu>.
10873
10874         * message.el (message-get-reply-headers): More fixes.
10875
10876 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
10877         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10878
10879         * message.el (message-get-reply-headers): Fix bug with
10880         Mail-Followup-To/to-address interaction.
10881
10882 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10883
10884         * gnus-msg.el (gnus-configure-posting-styles): Match header in
10885         gnus-article-copy.
10886
10887 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10888
10889         * message.el (message-do-send-housekeeping): Rename to a better
10890         name.
10891
10892 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10893
10894         * message.el (message-cancel-news): Check article first, then ask
10895         yes or no.
10896
10897 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10898
10899         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
10900
10901 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10902
10903         * gnus-range.el (gnus-range-normalize): New function.
10904
10905 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
10906
10907         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
10908
10909 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10910
10911         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
10912
10913         * nnagent.el (nnagent-request-regenerate): New function.
10914
10915         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
10916
10917         * nnml.el (nnml-generate-nov-databases): Accept argument
10918         server. Don't open server if it is opened.
10919         (nnml-request-regenerate): Use it. Change to deffoo.
10920
10921 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10922         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10923
10924         * gnus.el (gnus-define-group-parameter): Fix.
10925
10926 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10927
10928         * gnus.el (gnus-define-group-parameter): Improved.
10929
10930         * gnus-sum.el (charset): Define parameter.
10931         (ignored-charsets): Ditto.
10932         (gnus-summary-setup-default-charset): Use them.
10933
10934         * gnus-start.el (gnus-read-descriptions-file): Use them.
10935
10936         * gnus-cus.el (gnus-group-parameters): Remove them.
10937
10938 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10939
10940         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
10941
10942 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10943
10944         * gnus-sum.el (gnus-summary-read-group-1): Remove
10945         gnus-summary-set-local-parameters.
10946         (gnus-summary-setup-buffer): Put it here.
10947
10948 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10949
10950         * gnus.el (to-address): Define parameter.
10951         (to-list): Ditto.
10952         * gnus-art.el (article-hide-boring-headers): Use them.
10953         * gnus-msg.el (gnus-post-news): Ditto.
10954         * gnus-cus.el (gnus-group-parameters): Remove them.
10955
10956 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10957
10958         * gnus-draft.el (gnus-draft-reminder): New function.
10959
10960         * gnus-art.el (gnus-sender-save-name): New function.
10961
10962 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10963
10964         * mm-util.el (mm-mime-charset): Error message.
10965
10966 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10967
10968         * message.el (message-check-news-body-syntax): Don't check mml lines.
10969
10970 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10971
10972         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
10973         subscribe.
10974
10975         * gnus-start.el (gnus-call-subscribe-functions): New function.
10976         (gnus-find-new-newsgroups): Use it.
10977         (gnus-ask-server-for-new-groups): Use it.
10978         (gnus-check-first-time-used): Use it.
10979         (gnus-subscribe-newsgroup-method): Grok a list of functions.
10980         (gnus-subscribe-options-newsgroup-method): Ditto.
10981         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
10982         return .
10983
10984 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10985
10986         * gnus-cus.el (gnus-score-customize): Doc fix.
10987
10988 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
10989
10990         * dgnushack.el (my-getenv): Typo.
10991
10992 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10993
10994         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
10995
10996 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10997
10998         * gnus-group.el (gnus-group-suspend): Offer save summaries.
10999
11000         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
11001         (gnus-treatment-function-alist): Use it.
11002         (article-remove-leading-whitespace): New function.
11003         (gnus-article-make-menu-bar): Use it.
11004
11005         * gnus-sum.el (gnus-summary-wash-empty-map): Add
11006         remove-leading-whitespace.
11007         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
11008         because of conflict.
11009
11010 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11011
11012         * Makefile.in: Hack generating gnus-load.el.
11013         * dgnushack.el: Ditto.
11014         * gnus-load.el: Remove it.
11015
11016 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11017
11018         * dgnushack.el : Add URLDIR.
11019
11020         * Makefile.in (EMACS_COMP): Ditto.
11021
11022 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11023
11024         * gnus-cus.el (gnus-score-customize): Error on no score file.
11025
11026 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11027
11028         * mm-decode.el (mm-merge-handles): New function.
11029
11030         * mm-view.el (mm-inline-message): Use it.
11031         (mm-view-message): Ditto.
11032
11033         * mm-partial.el (mm-inline-partial): Ditto.
11034
11035         * mm-extern.el (mm-inline-external-body): Ditto.
11036
11037         * gnus-art.el (gnus-mime-view-part): Ditto.
11038         (gnus-mime-view-part-as-type): Ditto.
11039         (gnus-mime-save-part-and-strip): Prevent users to strip in some
11040         cases.
11041
11042 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11043
11044         * message.el (message-cancel-news): Allow to shoot foot.
11045         (message-supersede): Ditto.
11046
11047 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
11048         Trivial patch.
11049
11050         * gnus-sum.el (gnus-simplify-subject-re): Use
11051         message-subject-re-regexp.
11052
11053 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11054
11055         * nnmail.el (nnmail-expiry-target-group): Bind
11056         nnmail-cache-accepted-message-ids to nil.
11057
11058         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
11059         coding system.
11060
11061 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11062
11063         * qp.el (quoted-printable-encode-region): Make sure characters are
11064         between 00 and FF.  Don't check charset.
11065
11066         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
11067         in Emacs 20.
11068         * rfc2047.el (rfc2047-q-encode-region): Ditto.
11069
11070 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11071
11072         * message.el (message-make-forward-subject): Argument decoded.
11073         (message-forward): Use it when digest.
11074
11075         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
11076         buffer.
11077
11078 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11079
11080         * message.el (message-generate-headers-first): Doc fix.
11081
11082 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11083
11084         * gnus-art.el (article-make-date-line): Error proof.
11085
11086 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11087
11088         * gnus-group.el (gnus-group-listing-limit): New variable.
11089         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
11090
11091         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
11092
11093 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11094
11095         * message.el (message-newline-and-reformat): Special case for
11096         breaking at BOL.
11097
11098 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
11099
11100         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
11101         message/rfc822.
11102
11103 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11104
11105         * message.el (message-encode-message-body): Don't insert
11106         Content-Type if it is inside a mail.
11107
11108 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11109
11110         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
11111         gnus-article-commands-menu.
11112
11113         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
11114         in Emacs.
11115
11116         * gnus-start.el (gnus-read-descriptions-file): Use
11117         gnus-group-name-charset and gnus-group-charset-alist.
11118
11119 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11120
11121         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
11122         active region.
11123
11124         * gnus-start.el (gnus-group-change-level): Remove from both
11125         gnus-zombie-list and gnus-killed-list.
11126
11127 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11128
11129         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
11130         gnus-subscribe-topics.
11131
11132         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
11133
11134 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11135
11136         * gnus-art.el (gnus-article-make-menu-bar): Make
11137         gnus-article-post-menu.
11138
11139         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
11140
11141         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
11142
11143         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
11144
11145         * message.el (message-mode-menu): Ditto.
11146
11147         * gnus-art.el (defvar): eval-when-compile.
11148
11149 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11150
11151         * gnus-agent.el (gnus-agentize): Fix doc.
11152
11153 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
11154
11155         * mml.el (mml-preview): Bind `q'.
11156
11157 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11158
11159         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
11160
11161 2001-01-31  Dave Love  <fx@gnu.org>
11162
11163         * mm-util.el (mm-mime-mule-charset-alist)
11164         (mm-find-mime-charset-region): Consider mule-utf-8.
11165
11166 2001-01-31  Dave Love  <fx@gnu.org>
11167
11168         * gnus-art.el (gnus-article-x-face-command)
11169         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
11170         :version.
11171
11172 2001-01-26  Dave Love  <fx@gnu.org>
11173
11174         * mm-util.el (mm-multibyte-string-p): New.
11175
11176 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
11177 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
11178 ;;      string-as-multibyte on class.  Clarify line-folding.
11179         (quoted-printable-encode-string): Make temp buffer inherit
11180         string's multibyteness.
11181
11182 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
11183
11184         * nnheader.el (toplevel): Don't require `gnus-util' at
11185         compile-time; this creates a circular dependency, and prevents
11186         a bootstrap.
11187
11188 2001-01-22  Andreas Schwab  <schwab@suse.de>
11189
11190         * nnheader.el (gnus-delete-line): Autoload it as a macro.
11191
11192 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11193
11194         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
11195
11196         * gnus-art.el (article-hide-list-identifiers): Ditto.
11197
11198         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
11199
11200 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11201
11202         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
11203
11204         * gnus-art.el (article-hide-list-identifiers): Similar.
11205
11206 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
11207
11208         * nnmail.el (nnmail-remove-list-identifiers): Improved.
11209
11210 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11211
11212         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
11213
11214 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11215
11216         * gnus-util.el (gnus-string-equal): New function.
11217
11218         * gnus-art.el (article-hide-boring-headers): Use it.
11219
11220 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
11221
11222         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
11223
11224 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11225
11226         * gnus-msg.el (gnus-msg-mail): Support switch-action.
11227
11228 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11229
11230         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
11231         command if there is not last-saver.
11232
11233 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11234
11235         * nntp.el (nntp-open-connection): 201 is possible.
11236
11237 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11238
11239         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
11240         (rfc2047-charset-encoding-alist): Add big5.
11241
11242 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11243
11244         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
11245         (gnus-agent-remove-server): Ditto.
11246         (autoload): gnus-server-update-server.
11247
11248         * gnus-srvr.el (gnus-server-line-format): Add %a.
11249         (gnus-server-line-format-alist): Add gnus-tmp-agent.
11250         (gnus-server-insert-server-line): Use it.
11251
11252 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11253
11254         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
11255         GB2312 and Big5.
11256
11257 2001-01-24  Simon Josefsson  <sj@extundo.com>
11258
11259         * mail-source.el (mail-sources): Add :program specifier to IMAP
11260         mail source.
11261         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
11262
11263 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11264
11265         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
11266
11267 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11268
11269         * nntp.el (nntp-wait-for): Return the success code.
11270         (nntp-open-connection): Use it.
11271
11272 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11273
11274         * gnus-int.el (gnus-check-server): Allow breaking the opening.
11275
11276 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11277
11278         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
11279
11280 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11281
11282         * gnus-sum.el (gnus-summary-print-article): Take one prefix
11283         argument. Allow to print several articles in one file.
11284
11285 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11286
11287         * webmail.el (webmail-type-definition): netaddress changes.
11288
11289 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11290
11291         * gnus.el: Fix copyright. Remove trailing spaces.
11292
11293         * message.el (message-forward): Use mule4.
11294
11295 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11296
11297         * mm-util.el (mm-string-as-unibyte): New function.
11298
11299         * message.el (message-forward): Use it.
11300
11301 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11302
11303         * message.el (message-cite-original-without-signature): Don't peel
11304         off the blank line.
11305         (message-get-reply-headers): Add Cc if it is not in follow-to.
11306
11307 2001-01-20  Simon Josefsson  <sj@extundo.com>
11308
11309         * mm-decode.el (mm-handle-multipart-from): Add.
11310         (mm-dissect-buffer): Save From: header value.
11311         (mm-security-from): Remove.
11312         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
11313
11314         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
11315         instead of `mml-security-from'.  Protect null from value.
11316
11317 2001-01-20  Simon Josefsson  <sj@extundo.com>
11318
11319         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
11320         application/vnd.ms-excel attachments.
11321
11322 2001-01-19  Simon Josefsson  <sj@extundo.com>
11323
11324         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
11325
11326 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11327
11328         * message.el (message-ignored-mail-headers): Ditto.
11329
11330 2001-01-19  Simon Josefsson  <sj@extundo.com>
11331
11332         * message.el (message-ignored-news-headers): Only search beginning
11333         of line.
11334
11335 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
11336         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
11337
11338         * message.el (message-send-mail): Content-Type may not be there.
11339
11340 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11341
11342         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
11343         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
11344
11345         * gnus-art.el (article-display-x-face): Insert X-Face if there is
11346         not.
11347
11348 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11349
11350         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
11351         non-native groups.
11352
11353 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11354
11355         * message.el (message-yank-original): Understand
11356         universal-argument.
11357
11358 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11359
11360         * gnus-art.el (gnus-boring-article-headers): Add to-address.
11361         (article-hide-boring-headers): Ditto.
11362
11363         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
11364
11365 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11366
11367         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
11368         one.
11369
11370 2001-01-16  Simon Josefsson  <simon@josefsson.org>
11371
11372         * message.el (message-make-in-reply-to): Add comment to message-id
11373         (old syntax, see 2000-08-02 change).
11374
11375 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11376
11377         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
11378         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
11379         (gnus-button-reply): Ditto.
11380
11381 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11382
11383         * gnus-art.el (article-display-x-face): Fix.
11384
11385 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11386
11387         * gnus-art.el (article-display-x-face): Use
11388         gnus-original-article-buffer.
11389
11390 2001-01-15  Jack Twilley  <jmt@tbe.net>
11391
11392         * message.el (message-add-header): Move to point-max.
11393
11394 2001-01-15  Simon Josefsson  <simon@josefsson.org>
11395
11396         * smime.el (smime-CA-directory, smime-CA-file): Change default to
11397         nil, improve documentation.
11398         (smime-certificate-directory): Comment out false hints (until it
11399         is implemented).
11400
11401         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
11402         there aren't any keys.
11403         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
11404         verify certificate.  Default is changed to only check integrity.
11405         Improved security status texts.  If a certificate doesn't contain
11406         a email address, don't fail.
11407
11408         * smime.el (smime-noverify-region):
11409         (smime-noverify-buffer): New functions.  Verifies integrity only.
11410
11411 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11412
11413         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
11414
11415 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11416
11417         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
11418         (gnus-remove-some-windows): Ditto.
11419
11420 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11421
11422         * gnus-art.el (article-make-date-line): 11th.
11423
11424 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11425
11426         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
11427         (mml2015-gpg-sign): Ditto.
11428
11429 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11430
11431         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
11432         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
11433
11434 2001-01-08  Dave Love  <fx@gnu.org>
11435
11436         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
11437         single character.
11438
11439         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
11440
11441         * message.el: Doc and message fixes.
11442         (message-send-rename-function)
11443         (message-make-forward-subject-function)
11444         (message-send-mail-function, message-reply-to-function)
11445         (message-wide-reply-to-function, message-followup-to-function)
11446         (message-distribution-function, message-auto-save-directory): Fix
11447         :type.
11448
11449         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
11450         proceeding after warnings.  Amend multipart warning message.
11451
11452 2001-01-04  Dave Love  <fx@gnu.org>
11453
11454         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
11455         compiling.
11456         (gnus-make-directory): Require nnmail.
11457
11458         * mm-decode.el (mm-inline-media-tests): Add
11459         image/x-portable-bitmap.
11460         (mm-get-image): Grok pbm.
11461
11462 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
11463
11464         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
11465
11466 2001-01-09  Didier Verna  <didier@xemacs.org>
11467
11468         * dgnushack.el (dgnushack-compile): give a dummy value to
11469         `gnus-xmas-glyph-directory' for the time of compilation.
11470         * gnus-agent.el: moved some XEmacs specific hook add-ons from
11471         `gnus-xmas-[re]define' to avoid loosing user custom settings.
11472         * gnus-art.el: ditto.
11473         * gnus-group.el: ditto.
11474         * gnus-salt.el: ditto.
11475         * gnus-sum.el: ditto.
11476         * gnus-topic.el: ditto.
11477         * gnus-xmas.el (gnus-xmas-define): see above.
11478         * gnus-xmas.el (gnus-xmas-redefine): see above.
11479         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
11480         non-continuable error when the directory can't be found.
11481
11482 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11483
11484         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
11485         handle.
11486         * gnus-art.el (gnus-mime-view-part): Copy it.
11487         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
11488
11489 2001-01-09  Michael Downes  <mjd@ams.org>
11490
11491         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
11492
11493 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11494
11495         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
11496         orig-file. Use ',source.
11497
11498 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11499
11500         * gnus-xmas.el (gnus-xmas-modeline-glyph):
11501         (gnus-xmas-group-startup-message):
11502         Detect gnus-xmas-glyph-directory when it is nil.
11503
11504 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11505
11506         * pop3.el (pop3-get-message-count): Andrew Innes
11507         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
11508
11509 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11510
11511         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
11512
11513         * time-date.el (time-to-number-of-days): New function.
11514
11515 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
11516         Trivial patch.
11517
11518         * nnslashdot.el (nnslashdot-request-list): Always get the right
11519         sid.
11520
11521 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11522
11523         * message.el (message-minibuffer-local-map): New keymap.
11524         (message-read-from-minibuffer): Use it.
11525         * gnus-msg.el (gnus-summary-resend-message): Use it
11526
11527 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11528
11529         * gnus-start.el (gnus-display-time-event-handler): New function.
11530         (gnus-after-getting-new-news-hook): Use it.
11531
11532 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11533
11534         * message.el (message-ignored-mail-headers): Add draft header.
11535
11536 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11537
11538         * gnus-sum.el (gnus-summary-expire-articles): Don't save
11539         excursion.
11540
11541         * nnslashdot.el (nnslashdot-request-list): Get the right year.
11542
11543 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
11544         A revoked patch.
11545
11546         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
11547
11548 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11549
11550         * qp.el (quoted-printable-decode-region): Don't backward-char.
11551
11552 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11553
11554         * gnus-draft.el: Mark articles as replied.
11555
11556         * gnus-sum.el (gnus-summary-add-mark): New function.
11557
11558         * gnus-group.el (gnus-add-mark): New function.
11559
11560         * gnus-sum.el (gnus-summary-buffer-name): New function.
11561         (gnus-summary-setup-buffer): Use it.
11562
11563         * gnus-draft.el: Set things up with the right post method and
11564         stuff.
11565
11566         * message.el (message-ignored-news-headers): Remove X-Draft-From.
11567
11568         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
11569
11570         * gnus.el (gnus-draft-meta-information-header): New variable.
11571
11572 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11573
11574         * gnus-art.el (gnus-treatment-function-alist): Move the date
11575         functions before the header sorting functions.
11576
11577         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
11578
11579         * dgnushack.el (dgnushack-compile): Message whether there is w3.
11580         Don't (push "/usr/share/emacs/site-lisp" load-path).
11581
11582         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
11583         to empty fill prefixes.
11584
11585 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11586
11587         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
11588         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
11589
11590 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11591
11592         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
11593
11594         * nnml.el (autoload): Move to nnheader.el.
11595
11596         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
11597         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
11598         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
11599         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
11600
11601 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11602
11603         * gnus-art.el (article-make-date-line): Get the hours right.
11604         (gnus-ignored-headers): More hiding.
11605
11606         * nnmail.el (nnmail-expiry-wait): Not an integer.
11607
11608         * message.el (message-goto-body): Only expand abbrev when called
11609         interactively.
11610         (message-make-lines): Use it.
11611
11612 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11613
11614         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
11615
11616 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11617
11618         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
11619         include the expunged articles.
11620
11621         * gnus-group.el (gnus-group-sort-by-server): New function.
11622
11623         * gnus.el (gnus-method-to-server-name): New function.
11624         (gnus-group-prefixed-name): Use it.
11625
11626         * gnus-group.el (gnus-group-sort-function): Doc fix.
11627         (gnus-group-sort-groups-by-server): New command.
11628
11629 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11630
11631         * gnus-art.el (gnus-treat-date-english): New variable.
11632         (article-date-english): New command.
11633         (gnus-english-month-names): New variable.
11634         (article-make-date-line): Do 'english.
11635
11636         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
11637         after the fill prefix.
11638
11639         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
11640         score...".
11641
11642         * gnus-art.el (gnus-ignored-headers): Hide more headers.
11643
11644         * message.el (message-mode-map): Bind comment-region.
11645
11646         * gnus-art.el (gnus-mime-display-part): Let w3 display
11647         multipart/related.
11648
11649         * mm-bodies.el (mm-long-lines-p): New function.
11650         (mm-body-encoding): Use it.
11651         (mm-body-encoding): Encode articles with lines longer than 1000
11652         characters.
11653
11654 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11655
11656         * mm-util.el (mm-enable-multibyte): Use
11657         default-enable-multibyte-characters.
11658         (mm-enable-multibyte-mule4): Ditto.
11659         (mm-disable-multibyte): Test XEmacs.
11660         (mm-disable-multibyte-mule4): Ditto.
11661         (mm-with-unibyte-current-buffer): Simplified.
11662         (mm-with-unibyte-current-buffer-mule4): Ditto.
11663
11664 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11665
11666         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
11667
11668         * nnheader.el (nnheader-string-as-multibyte): New alias.
11669
11670         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
11671
11672         * gnus-uu.el (gnus-message-process-mark): New function.
11673         (gnus-uu-mark-by-regexp): Use it.
11674         (gnus-new-processable): New function.
11675
11676 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
11677          Trivial patch.
11678
11679         * gnus-sum.el (gnus-no-mark): New variable.
11680
11681 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11682
11683         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
11684         backslashes.
11685
11686 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11687
11688         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
11689         definition.
11690
11691 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11692
11693         * dgnushack.el (dgnushack-compile): elc is in the current directory.
11694
11695         * qp.el (quoted-printable-encode-region): Don't check multibyte in
11696         XEmacs.
11697
11698 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
11699         Trivial patch.
11700
11701         * mml.el (mml-read-tag): Save tag location.
11702
11703 2000-12-25  Simon Josefsson  <simon@josefsson.org>
11704
11705         * starttls.el: Sync with Emacs 21.
11706
11707 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11708
11709         * message.el (message-mail): Support yank-action.
11710
11711         * message.el (message-setup): Revoke the last change.
11712
11713 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11714
11715         * message.el (message-setup): Use cons. Suggested by Johan Vromans
11716         <jvromans@squirrel.nl>.
11717
11718 2000-12-24  Simon Josefsson  <sj@extundo.com>
11719
11720         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
11721         mailing list junk at end of part.
11722
11723 2000-12-23  Simon Josefsson  <sj@extundo.com>
11724
11725         * nnimap.el (nnimap-expiry-target): New function.
11726         (nnimap-request-expire-articles): Use it.
11727
11728 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11729
11730         * gnus.el (gnus-group-parameters-more): New variable.
11731         * gnus-cus.el (gnus-group-customize): Use it.
11732
11733         * gnus.el (gnus-define-group-parameter): New macro.
11734         (auto-expire): Use it
11735         (total-expire): Use it.
11736         * gnus-art.el (banner): Use it.
11737
11738         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
11739         <ljz@asfast.com>.
11740
11741 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11742
11743         * gnus-topic.el (gnus-topic-create-topic): Use list.
11744
11745         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
11746         before binding gnus-default-article-saver.
11747
11748         * gnus-sum.el (gnus-summary-save-article):
11749         (gnus-summary-pipe-output):
11750         (gnus-summary-save-article-mail):
11751         (gnus-summary-save-article-rmail):
11752         (gnus-summary-save-article-file):
11753         (gnus-summary-write-article-file):
11754         (gnus-summary-save-article-body-file): Ditto.
11755
11756         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
11757
11758 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11759
11760         * gnus-art.el (gnus-mime-security-button-map):
11761         (gnus-mime-button-map): Add parent.
11762
11763 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11764
11765         * messagexmas.el (message-xmas-redefine): New function.
11766
11767         * message.el: Use it.
11768
11769         * gnus-art.el (gnus-article-check-hidden-text): Return t.
11770
11771         * gnus-util.el (gnus-remove-text-properties-when): Return t.
11772
11773 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11774
11775         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
11776         malformatted messages.
11777
11778 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11779
11780         * mm-util.el (mm-image-load-path): New function.
11781
11782         * gnus-group.el (gnus-group-make-tool-bar): Use it.
11783
11784         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
11785
11786         * message.el (message-tool-bar-map): Use it.
11787
11788         * Makefile.in (install-el): New rule.
11789
11790 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11791
11792         * gnus-art.el (article-treat-dumbquotes): Quote \.
11793
11794 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11795
11796         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
11797         Emacs 20 runs on a terminal.
11798
11799 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11800
11801         * gnus-msg.el (gnus-bug): Revert to save-excursion.
11802
11803         * mml.el (gnus-add-minor-mode): Autoload.
11804
11805         * message.el (message-forward): Save-restriction.
11806
11807 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11808
11809         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
11810         Paul Stevenson <p.stevenson@surrey.ac.uk>
11811
11812 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11813
11814         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
11815
11816         * mml.el (gnus-ems): Don't require.
11817
11818         * gnus.el (gnus-decode-rfc1522): Removed.
11819         (gnus-set-text-properties): Define.
11820
11821 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11822
11823         * gnus-art.el (gnus-mime-*): handle may be nil.
11824
11825         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
11826
11827         * gnus.el (gnus-group-remove-excess-properties): Not defined
11828         in gnus-xmas.
11829
11830 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11831
11832         * message.el (message-mail-user-agent): Add :version.
11833
11834 2000-12-21  Miles Bader  <miles@gnu.org>
11835
11836         * message.el (message-mode): Set `comment-start' to the  yank prefix.
11837
11838 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11839
11840         * message.el (message-mail-user-agent): New variable.
11841         (message-setup): Renamed to message-setup-1. Support
11842         mail-user-agent.
11843         (message-mail-user-agent): New function.
11844         (message-mail): Use it.
11845         (message-reply): Use it.
11846         (message-resend): Use it.
11847         (message-mail-other-window): Use it.
11848         (message-mail-other-frame): Use it.
11849
11850         * gnus-msg.el (gnus-bug): Support mail-user-agent.
11851
11852 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11853
11854         * message.el (message-tool-bar-map): Simplify.
11855         (message-narrow-to-head-1): New function.
11856         (message-narrow-to-head): Use it.
11857         (message-reply): Ditto.
11858         (message-cancel-news): Ditto.
11859         (message-supersede): Ditto.
11860         (message-make-forward-subject): Ditto.
11861         (message-bounce): Ditto.
11862
11863 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11864
11865         * uudecode.el (uudecode-decode-region-external): make-temp-file
11866         may not be defined.
11867
11868         * binhex.el (defalias): eval-and-compile.
11869
11870         * message.el (message-tool-bar-map): New function.
11871         (message-mode): Use it.
11872
11873 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11874
11875         * nntp.el (nntp-find-connection): Remove the entry.
11876         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
11877
11878 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11879
11880         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
11881
11882         * message.el (message-forward): Copy buffer in unibyte mode.
11883
11884 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11885
11886         * message.el (message-make-forward-subject): Don't widen. Decode.
11887         (message-forward): Don't decode subject.
11888
11889 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
11890
11891         * qp.el (quoted-printable-encode-region): Upcase QP.
11892
11893 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11894
11895         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
11896         mail-extract-a-c instead. Don't depend on Gnus.
11897
11898         * mml.el (gnus-ems): Require it.
11899
11900         * gnus-msg.el (gnus-summary-mail-forward):
11901
11902         * message.el (message-forward):  Move mime-to-mml here.
11903
11904 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11905
11906         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
11907         * gnus-art.el (gnus-insert-mime-button): Simplify.
11908         (gnus-mime-display-alternative): Ditto.
11909         (gnus-insert-mime-security-button): Ditto.
11910
11911 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11912
11913         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
11914         text-property-not-all doesn't return nil when start=mark(end).
11915         (gnus-remove-text-properties-when): Ditto.
11916
11917 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11918
11919         * gnus-start.el (gnus-group-change-level): Remove group from
11920         gnus-active-hashtb if real killed.
11921
11922 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11923
11924         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
11925         (gnus-mime-display-alternative): Ditto.
11926         (gnus-insert-mime-security-button): Ditto.
11927
11928 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11929
11930         * gnus-start.el (gnus-group-change-level): Don't add it into
11931         killed-list if it was killed.
11932
11933 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11934
11935         * nnmbox.el (nnmbox-file-coding-system): Use binary.
11936         (nnmbox-active-file-coding-system): Ditto.
11937
11938         * gnus-cus.el (gnus-group-parameters): Add posting-style.
11939
11940 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11941
11942         * gnus.el (gnus-version):
11943         (gnus-version-number): Set to Oort Gnus 0.01.
11944
11945         * gnus-art.el (gnus-mime-security-button-map):
11946         (gnus-insert-mime-security-button): Fix for Emacs21.
11947
11948 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11949
11950         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
11951         easymenu, because XEmacs doesn't understand :help.
11952
11953         * mm-uu.el: Require binhex.
11954
11955 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11956
11957         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
11958
11959 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
11960
11961         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
11962
11963 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
11964
11965         * *.xpm, *.pbm: Convert icons icons to size 24x24.
11966
11967 2000-12-18  Dave Love  <fx@gnu.org>
11968
11969         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
11970         (unused).
11971
11972 2000-12-13  Miles Bader  <miles@gnu.org>
11973
11974         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
11975         to t, so that we don't get stuck while trying to smilefy
11976         intangible text.
11977
11978 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
11979
11980         * smiley-ems.el (smiley-regexp-alist): Make regexps match
11981         at the end of the buffer.
11982         (smiley-region): In the loop, move to the end of the submatch
11983         matching the smiley instead of using the end of the match
11984         of the whole regexp.
11985
11986 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
11987
11988         * message.el (message-mode): Doc fix.
11989
11990 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
11991
11992         * smiley-ems.el (smiley-region): Doc fix.
11993
11994 2000-12-11  Miles Bader  <miles@gnu.org>
11995
11996         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
11997         bottom line visible, check to see if it's partially obscured, and
11998         if so, either scroll one more line to make it fully visible, or
11999         revert to showing the second line from the top.
12000
12001 2000-12-07  Dave Love  <fx@gnu.org>
12002
12003         * mailcap.el (mailcap-download-directory)
12004         * gnus-audio.el (gnus-audio-directory)
12005         * smiley-ems.el (smiley-data-directory): Fix :type.
12006
12007 2000-11-30  Dave Love  <fx@gnu.org>
12008
12009         * message.el (message-auto-save-directory): Use
12010         file-name-as-directory.
12011         (message-set-auto-save-file-name): Create
12012         message-auto-save-directory if necessary.
12013         (message-replace-chars-in-string): Removed -- unused.
12014         (message-mail-alias-type): Customize.
12015         (message-headers): Remove duplicate defgroup.
12016
12017 2000-11-29  Dave Love  <fx@gnu.org>
12018
12019         * qp.el (quoted-printable-decode-region): Use error, not message
12020         to report malformed text (like base64).  Amend message.
12021
12022 2000-11-29  Miles Bader  <miles@gnu.org>
12023
12024         * message.el (message-header-lines): Fontify tag.
12025
12026 2000-11-27  Dave Love  <fx@gnu.org>
12027
12028         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
12029         compiler warning.
12030
12031 ;2000-11-26  Dave Love  <fx@gnu.org>
12032 ;
12033 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
12034 ;
12035 2000-11-23  Dave Love  <fx@gnu.org>
12036
12037         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
12038
12039         * mm-uu.el (uudecode): Require.
12040         (uudecode-decode-region, uudecode-decode-region-external): Don't
12041         autoload.
12042         (mm-uu-copy-to-buffer): Doc fix.
12043         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
12044         type fix.
12045
12046         * mailcap.el: Doc fixes.
12047         (mailcap-mime-data): Various adjustments.
12048         (mailcap): New group.
12049         (mailcap-download-directory): Customize.
12050         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
12051         (mailcap-temporary-directory): Deleted (unused).
12052         (mailcap-unescape-mime-test): Simplify slightly.
12053         (mailcap-viewer-passes-test): Use functionp.
12054         (mailcap-command-p): Aliased to executable-find.
12055
12056         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
12057         default-enable-multibyte-characters is nil.
12058
12059 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
12060
12061         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
12062
12063 2000-11-21  Dave Love  <fx@gnu.org>
12064
12065         * gnus-art.el (gnus-mime-button-map): Don't inherit from
12066         gnus-article-mode-map.
12067 ;       (gnus-mime-button-menu): Use mouse-set-point.
12068         (gnus-insert-mime-button, gnus-mime-display-alternative)
12069         (gnus-mime-display-alternative): Don't use local-map property.
12070
12071 2000-11-17  Dave Love  <fx@gnu.org>
12072
12073         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
12074         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
12075         and make-temp-file.
12076         (uudecode-decode-region): Doc fix.
12077
12078 2000-11-14  Dave Love  <fx@gnu.org>
12079
12080         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
12081         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
12082         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
12083         New files, derived from the XPMs.
12084
12085 2000-11-10  Dave Love  <fx@gnu.org>
12086
12087         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
12088         (gnus-agent-lib-file, gnus-agent-load-alist)
12089         (gnus-agent-save-alist, gnus-agent-article-name): Use
12090         expand-file-name.
12091
12092         * gnus-group.el (gnus-group-name-charset-method-alist): Add
12093         :version.
12094         (nnkiboze-score-file): Defvar when compiling.
12095
12096         * gnus-start.el (gnus-read-newsrc-file): Add :version.
12097
12098         * gnus-art.el (gnus-article-banner-alist)
12099         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
12100         (gnus-article-date-lapsed-new-header)
12101         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
12102         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
12103         (gnus-treat-strip-headers-in-body)
12104         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
12105         (gnus-treat-translate): Add :version.
12106         (gnus-article-mime-part-function): Fix defcustom.
12107
12108         * nnmail.el (nnmail-expiry-target)
12109         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
12110         (nnmail-split-header-length-limit): Add :version.
12111
12112         * gnus-sum.el (gnus-auto-expirable-marks)
12113         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
12114         (gnus-extra-headers, gnus-ignored-from-addresses)
12115         (gnus-newsgroup-ignored-charsets)
12116         (gnus-group-highlight-words-alist)
12117         (gnus-summary-show-article-charset-alist): Add :version.
12118
12119         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
12120         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
12121         files, converted from the XPMs.
12122
12123         * gnus-cache.el (gnus-cache-active-file): Don't use
12124         file-name-as-directory on directory.
12125         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
12126         use file-name-as-directory on directory.
12127
12128         * time-date.el (timezone-make-date-arpa-standard): Autoload.
12129         (date-to-time): Use it.
12130
12131 ;       * message.el (message-mode) <adaptive-fill-regexp>:
12132 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
12133 ;       (message-newline-and-reformat): Likewise.
12134         (message-forward-as-mime, message-forward-ignored-headers)
12135         (message-buffer-naming-style, message-default-charset)
12136         (message-dont-reply-to-names, message-send-mail-partially-limit):
12137         Add :version.
12138
12139         * mm-util.el: Doc fixes.
12140         (mm-mime-charset): Don't use the raw result of
12141         mm-preferred-coding-system.
12142         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
12143         (mm-with-unibyte): Simplify.
12144
12145         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
12146         concat.
12147
12148         * pop3.el (pop3-version): Deleted.
12149         (pop3-make-date): New function, avoiding message-make-date.
12150         (pop3-munge-message-separator): Use it.
12151
12152 2000-11-09  Dave Love  <fx@gnu.org>
12153
12154         * gnus-group.el (gnus-group-make-directory-group)
12155         (gnus-group-fetch-faq): Use expand-file-name.
12156         (gnus-group-fetch-faq): Simplify completing-read form.
12157
12158         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
12159         test for Mule.
12160
12161         * message.el (tool-bar-map): Defvar when compiling.
12162
12163         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
12164         (gnus-tm-lisp-directory): Deleted.
12165         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
12166         (featurep 'xemacs).
12167         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
12168         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
12169         version numbers from file names.
12170
12171 2000-11-08  Dave Love  <fx@gnu.org>
12172
12173         * mm-view.el: Use featurep for XEmacs test.
12174         (mm-inline-message): Test for `remove-specifier'; don't use
12175         condition-case.
12176
12177         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
12178
12179         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
12180         (gnus-score-find-bnews): Don't concat "".
12181
12182         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
12183         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
12184         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
12185         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
12186
12187         * gnus-sum.el: Put some defvars in eval-when-compile.
12188         (gnus-summary-mode-hook): Add :options.
12189         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
12190         (gnus-summary-tool-bar-map): New variable.
12191         (gnus-summary-make-tool-bar): New function.
12192         (gnus-summary-mode): Put kill-all-local-variables first.
12193
12194         * gnus-group.el (gnus-group-toolbar-map): New variable.
12195         (gnus-group-make-tool-bar): Rewritten.
12196         (gnus-group-mode): Put kill-all-local-variables first.
12197
12198         * rfc2047.el: Require gnus-util.
12199
12200         * nnml.el (gnus-sorted-intersection): Autoload.
12201
12202         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
12203         Put some defvars in eval-when-compile.
12204         (gnus-intersection, gnus-sorted-complement):  Autoload.
12205
12206         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
12207
12208         * mm-encode.el (mm-body-7-or-8): Autoload.
12209
12210         * mm-decode.el (mm-insert-inline): Autoload.
12211
12212         * mml.el:
12213         * message.el: Put some defvars in eval-when-compile.
12214
12215         * gnus-msg.el: Put some defvars in eval-when-compile.
12216         (gnus-msg-mail): Move after gnus-setup-message.
12217
12218         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
12219
12220 2000-11-07  Dave Love  <fx@gnu.org>
12221
12222         * gnus-util.el (nnheader): Don't require message (recursive
12223         autoload).
12224
12225         * uudecode.el: Avoid compiler warnings.
12226
12227         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
12228         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
12229
12230 2000-11-06  Dave Love  <fx@gnu.org>
12231
12232         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
12233
12234         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
12235         (uudecode-char-int): New alias, replacing char-int.
12236         (uudecode-decode-region): Don't call buffer-disable-undo.
12237
12238 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
12239 ;       (mm-uu-configure-list): Doc fix.
12240 ;
12241 ;       * earcon.el (running-xemacs): Don't define.
12242 ;
12243 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
12244 ;
12245 ;       * message.el (message-font-lock-keywords): Match a final newline
12246 ;       to help font-lock's multiline support.
12247 ;
12248 2000-11-03  Dave Love  <fx@gnu.org>
12249
12250         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
12251
12252         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
12253         name.
12254
12255         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
12256         <banner>: Fix custom type, doc.
12257
12258         * mm-decode.el (mm-display-external): Space-prefix temp buffer
12259         name.  Don't disable undo explicitly.
12260
12261 ;2000-11-02  Dave Love  <fx@gnu.org>
12262 ;
12263 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
12264 ;       cite-prefix.
12265
12266 2000-11-01  Dave Love  <fx@gnu.org>
12267
12268         * rfc2047.el (base64): Require unconditionally.
12269         (message-posting-charset): Defvar when compiling.
12270         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
12271         message.
12272
12273         * gnus-sum.el (nnoo): Require.
12274         (mm-uu-dissect): Autoload.
12275
12276         * mml.el (mml-parse-1): Clarify message.
12277         (mml-minibuffer-read-type): Use mailcap-mime-types.
12278
12279 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
12280
12281         * mml.el: Fix a typo in the requiring of CL.
12282
12283 2000-11-01  Dave Love  <fx@gnu.org>
12284
12285         * utf7.el: Require cl when compiling.
12286
12287         * binhex.el: Use (featurep 'xemacs).
12288         (binhex-char-int): New alias, replacing char-int.  Change callers.
12289         (binhex-decode-region): Simplify work buffer code.
12290         (binhex-decode-region-external): Use expand-file-name, not concat.
12291
12292 2000-10-30  Dave Love  <fx@gnu.org>
12293
12294         * gnus-art.el: Fix 2000-10-27 change properly.
12295
12296 2000-10-28  Miles Bader  <miles@gnu.org>
12297
12298         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
12299
12300 2000-10-27  Dave Love  <fx@gnu.org>
12301
12302         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
12303         strings.
12304         (gnus-group-make-tool-bar): New function.
12305         (gnus-group-mode): Use it.
12306
12307         * message.el (message-mode-menu): Add some :help strings.
12308         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
12309         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
12310
12311         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
12312         * describe-group.xpm, get-news.xpm, kill-group.xpm:
12313         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
12314
12315         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
12316         display-graphic-p here.
12317
12318 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
12319
12320         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
12321         of the `gnus-xemacs' variable, as the latter has been removed.
12322         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
12323         * gnus-art.el (gnus-treat-display-xface)
12324         (gnus-treat-display-smileys, gnus-treat-display-picons)
12325         (gnus-article-read-summary-keys): Likewise.
12326
12327 2000-10-26  Dave Love  <fx@gnu.org>
12328
12329         (defvar): Use rmail-spool-directory unconditionally.
12330
12331 2000-10-18  Dave Love  <fx@gnu.org>
12332
12333         * mm-bodies.el (mm-uu-decode-function)
12334         (mm-uu-binhex-decode-function): Defvar when compiling.
12335
12336         * gnus-nocem.el (gnus-nocem-issuers): Update.
12337         (gnus-nocem-check-from): New option.
12338         (gnus-nocem-scan-groups): Use it.
12339         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
12340         (gnus-nocem-check-article-limit): Add :version.
12341
12342 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
12343
12344         * ietf-drums.el (mm-util): Require CL when compiling.
12345
12346 2000-10-15  Dave Love  <fx@gnu.org>
12347
12348         * qp.el: Require mm-util.
12349
12350 2000-10-13  Dave Love  <fx@gnu.org>
12351
12352         * qp.el (quoted-printable-decode-region): Avoid invalid
12353         coding-systems.
12354
12355 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
12356
12357         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
12358         to a recursive load.
12359
12360 2000-10-12  Dave Love  <fx@gnu.org>
12361
12362         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
12363
12364         * gnus.el (gnus-group-startup-message): Check for PBM image.
12365
12366 2000-10-09  Dave Love  <fx@gnu.org>
12367
12368         * mail-source.el (mail-source-fetch-imap): Bind
12369         default-enable-multibyte-characters rather than using
12370         mm-disable-multibyte.
12371
12372 2000-10-05  Dave Love  <fx@gnu.org>
12373
12374         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
12375         Autoload.
12376         (quoted-printable-decode-region):  Rename arg which confused
12377         charset with coding-system.  Don't use nonascii-insert-offset.
12378         Coding-system encode the region initially.  Don't recognize `=='
12379         as valid QP.  Coding-system decode the region finally.
12380         (quoted-printable-decode-string): Rename arg which confused
12381         charset with coding-system.
12382
12383         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
12384         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
12385         mm-encode-coding-region.
12386         (mm-decode-body, mm-decode-string): Rename variables which
12387         confused charset with coding-system.
12388         (binhex-decode-region): Don't autoload.
12389         (mm-body-encoding): Require message.
12390         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
12391         cond branches.
12392
12393         * gnus-art.el (article-de-quoted-unreadable)
12394         (article-de-base64-unreadable): Fold search case
12395         rather than downcasing string.  Apply mm-charset-to-coding-system
12396         to arg of quoted-printable-decode-region.
12397
12398 2000-10-04  Dave Love  <fx@gnu.org>
12399
12400         * gnus-ems.el: Don't turn off compiler warnings in local vars.
12401         Require ring when compiling.
12402         (gnus-article-compface-xbm): New variable.
12403
12404 2000-10-04  Dave Love  <fx@gnu.org>
12405
12406         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
12407         pbm images.
12408
12409         * frown.pbm, smile.pbm, wry.pbm: New files.
12410
12411         * frown.xbm, smile.xbm, wry.xbm: Deleted.
12412
12413 2000-10-03  Dave Love  <fx@gnu.org>
12414
12415         * mail-source.el (mail-sources): Revert to nil.
12416
12417         * nnmail (nnmail-spool-file): Revert to `((file))'.
12418
12419         * qp.el: Don't require mm-util.
12420         (quoted-printable-decode-region): Rewritten.
12421         (quoted-printable-decode-string, quoted-printable-encode-region):
12422         Doc fix.
12423         (quoted-printable-encode-region): Barf on multibyte characters.
12424         Maybe make the class multibyte.  Upcase chars, not formatted
12425         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
12426         (quoted-printable-encode-string): Don't use
12427         mm-with-unibyte-buffer.
12428
12429 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
12430
12431         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
12432
12433 2000-09-21  Dave Love  <fx@gnu.org>
12434
12435         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
12436         (for Emacs 20).  Tidy somewhat.
12437
12438 2000-09-21  Dave Love  <fx@gnu.org>
12439
12440         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
12441         image processing.  Rationalize logic somewhat.
12442
12443 2000-09-20  Dave Love  <fx@gnu.org>
12444
12445         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
12446         specifically.
12447
12448         * gnus.el (gnus-version-number): Avoid some redundant
12449         autoloads.
12450
12451 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
12452
12453         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
12454         to XBM; we always have PBM support.
12455
12456 2000-09-14  Dave Love  <fx@gnu.org>
12457
12458         * gnus.el (gnus-charset):
12459         * mm-decode.el (mime-display):
12460         * imap.el (imap) <defgroup>: Add :version.
12461
12462 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
12463
12464         * parse-time.el: Fix author's mail address.
12465
12466         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
12467         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
12468         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
12469         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
12470         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
12471         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
12472         * rfc2231.el, uudecode.el: Fix copyright notice.
12473
12474         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
12475         require `w3' at load-time only if not running in batch mode.
12476
12477 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12478
12479         * gnus.el: Before merge with Emacs21.
12480
12481 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
12482
12483         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
12484
12485 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
12486
12487         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
12488         to avoid conflict with the standard `back-to-indentation'
12489         binding.
12490
12491 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12492
12493         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
12494
12495         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
12496         (mm-disable-multibyte-mule4): Ditto.
12497         (mm-with-unibyte-current-buffer-mule4): Ditto.
12498
12499 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12500
12501         * pop3.el (pop3-movemail): Use binary.
12502         (pop3-movemail-file-coding-system): Removed.
12503
12504 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12505
12506         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
12507
12508 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12509
12510         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
12511         exists.
12512
12513 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12514
12515         * gnus-msg.el (gnus-post-method): Use backend name when the
12516         address is "".
12517
12518 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12519
12520         * gnus-art.el (article-verify-x-pgp-sig): Don't test
12521         mm-verify-option.
12522         (gnus-treat-x-pgp-sig): Default value.
12523         (gnus-ignored-headers): Redundant.
12524
12525 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12526
12527         * gnus-win.el (gnus-configure-frame): Save selected window.
12528
12529 2000-02-15  Andrew Innes  <andrewi@gnu.org>
12530
12531         * nnmbox.el: Require gnus-range.
12532         (nnmbox-group-building-active-articles): New variable.
12533         (nnmbox-group-active-articles): New variable; this is a cache of
12534         all active articles by group and number.
12535         (nnmbox-in-header-p): New function.
12536         (nnmbox-find-article): New function.
12537         (nnmbox-record-active-article): New function.
12538         (nnmbox-record-deleted-article): New function.
12539         (nnmbox-is-article-active-p): New function.
12540         (nnmbox-retrieve-headers): Use nnmbox-find-article.
12541         (nnmbox-request-article): Ditto.  Also supply extra arg to
12542         nnmbox-article-group-number.
12543         (nnmbox-request-expire-articles): Ditto.
12544         (nnmbox-request-move-article): Ditto.
12545         (nnmbox-request-replace-article): Ditto.
12546         (nnmbox-request-rename-group): Rename group entry in active
12547         article cache.
12548         (nnmbox-delete-mail): Update active article cache, unless article
12549         is being replaced.
12550         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
12551         than partially duplicating it.
12552         (nnmbox-article-group-number): Add extra `this-line' arg, to
12553         handle articles belonging to multiple groups.
12554         (nnmbox-save-mail): Update active article cache.
12555         (nnmbox-read-mbox): Build active article cache when loading mbox.
12556         Also do some repair work, if we find articles that are missing the
12557         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
12558         reconstruct these from Xref info.
12559
12560 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12561
12562         * mail-source.el (mail-source-report-new-mail): Use
12563         nnheader-run-at-time.
12564
12565 2000-02-15  Andrew Innes  <andrewi@gnu.org>
12566
12567         * mail-source.el (mail-source-fetch-pop): Clear pop password when
12568         an error is thrown, and then rethrow the error.
12569         (mail-source-check-pop): Ditto.
12570         (mail-source-start-idle-timer): Prevent multiple pop checks
12571         running if the check takes a long time.
12572
12573 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12574
12575         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
12576         succeed.
12577
12578 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12579
12580         * gnus-win.el (gnus-configure-windows): Make sure
12581         nntp-server-buffer is live.
12582         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
12583
12584 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
12585
12586         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
12587
12588 2000-12-04  Andreas Jaeger  <aj@suse.de>
12589
12590         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
12591
12592 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12593
12594         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
12595
12596 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
12597         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
12598
12599         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
12600
12601 2000-12-01  Simon Josefsson  <sj@extundo.com>
12602
12603         * mml-smime.el (mml-smime-verify): Fix address parsing.
12604
12605 2000-12-01  Simon Josefsson  <sj@extundo.com>
12606
12607         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
12608         more than one certificate inside PKCS#7 blob.  Better security
12609         information (clamed / actual sender, openssl output, certificates
12610         inside message).
12611
12612         * smime.el (smime-verify-region): Output to /dev/null.
12613         (smime-buffer-as-string-region): Don't parse empty lines.
12614
12615 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12616
12617         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
12618         ?d and ?D.
12619         (gnus-mime-security-show-details-inline): New variable.
12620         (gnus-mime-security-show-details): Use them.
12621         (gnus-insert-mime-security-button): Ditto.
12622
12623         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
12624         Suggest by Michael Duggan (md5i@cs.cmu.edu).
12625         (mml2015-gpg-clear-verify): Ditto.
12626         (mml2015-gpg-decrypt-1): Ditto.
12627         (mml2015-use): Prefer 'gpg.
12628
12629 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12630
12631         * gnus-util.el (gnus-add-text-properties-when): New function.
12632         (gnus-remove-text-properties-when): Ditto.
12633
12634         * gnus-cite.el (gnus-article-hide-citation): Use them.
12635         (gnus-article-toggle-cited-text): Use them.
12636
12637         * gnus-art.el (gnus-signature-toggle): Use them.
12638         (gnus-article-show-hidden-text): Ditto.
12639         (gnus-article-hide-text): Ditto.
12640
12641 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12642
12643         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
12644
12645 2000-11-30  Simon Josefsson  <sj@extundo.com>
12646
12647         * smime.el (smime-point-at-eol): New alias.
12648         (smime-buffer-as-string-region): Use it.
12649
12650 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12651
12652         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
12653
12654 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12655
12656         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
12657
12658         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
12659
12660         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
12661
12662 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12663
12664         * nnmh.el (nnmh-request-expire-articles): Implemented
12665         expiry-target for nnmh backend.
12666
12667 2000-11-30  Simon Josefsson  <sj@extundo.com>
12668
12669         * mm-decode.el (mm-security-from): New variable.
12670         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
12671
12672         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
12673         than `from'.
12674
12675 2000-11-30  Simon Josefsson  <sj@extundo.com>
12676
12677         * mml-smime.el (mml-smime-verify): Verify that certificate mail
12678         address match sender address.
12679
12680         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
12681
12682         * smime.el (smime-verify-region): Don't copy buffer.
12683         (smime-decrypt-buffer): Use expand-file-name on keyfile.
12684         (smime-pkcs7-region): New function.
12685         (smime-pkcs7-certificates-region): Ditto.
12686         (smime-pkcs7-email-region): Ditto.
12687         (smime-buffer-as-string-region): Ditto.
12688
12689         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
12690         buffer.
12691
12692 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
12693
12694         * smime.el (smime-decrypt-region): Fix keyfile argument.
12695
12696 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12697
12698         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
12699
12700 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12701
12702         * message.el (message-shoot-gnksa-feet): New variable.
12703         (message-gnksa-enable-p): New function.
12704         (message-send): Use it.
12705         (message-check-news-body-syntax): Ditto.
12706
12707 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12708
12709         * message.el (message-make-message-id): Remove the redundancy.
12710
12711 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12712
12713         * message.el (message-setup): Discourage using mc-install-*-mode.
12714
12715         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
12716
12717 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12718
12719         * gnus-cite.el (gnus-cite-parse): Guess citation length.
12720
12721 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12722
12723         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
12724
12725 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12726
12727         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
12728
12729 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12730
12731         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
12732         insert-buffer-substring.
12733
12734         * message.el (message-send-mail): Use buffer-substring-no-properties.
12735         (message-send-news): Ditto.
12736
12737 2000-11-22  David Edmondson  <dme@dme.org>
12738
12739         * imap.el (imap-wait-for-tag): Message read info.
12740
12741 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12742
12743         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
12744         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
12745         (mml2015-gpg-encrypt): Ditto.
12746
12747 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12748
12749         * mm-decode.el (mm-verify-option): Default value.
12750
12751         * mml-sec.el (mml-secure-part): Error message.
12752
12753 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12754
12755         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
12756
12757 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12758
12759         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
12760
12761 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12762
12763         * gnus-art.el (gnus-article-describe-key): Use prompt.
12764         (gnus-article-describe-key-briefly): Ditto.
12765
12766 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12767
12768         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
12769
12770 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12771
12772         * gnus-art.el (gnus-article-describe-key): New function.
12773         (gnus-article-describe-key-briefly): New function.
12774
12775 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12776
12777         * mm-decode.el (mm-decrypt-option): Doc typo.
12778
12779         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
12780         return a number.
12781
12782 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12783
12784         * message.el (message-newline-and-reformat): Typo.
12785
12786 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12787
12788         * gnus-art.el (article-verify-x-pgp-sig): Check whether
12789         original-article-buffer exists.
12790
12791         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
12792         (rfc2047-header-encoding-alist): Addresses are different from text.
12793         (rfc2047-encode-message-header): Ditto.
12794         (rfc2047-dissect-region): Extra parameter.
12795         (rfc2047-encode-region): Ditto.
12796         (rfc2047-encode-string): Ditto.
12797
12798 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12799
12800         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
12801         (mm-uu-pgp-encrypted-extract): Use it.
12802         (mm-uu-pgp-signed-extract-1): New function.
12803         (mm-uu-pgp-signed-extract): Use it.
12804
12805         * gnus-art.el (gnus-mime-display-security): New function.
12806         (gnus-mime-display-part): Use it.
12807         (gnus-mime-security-verify-or-decrypt): New function.
12808         (gnus-mime-security-press-button): New function.
12809         (gnus-insert-mime-security-button): Use it.
12810
12811         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
12812         (mm-find-raw-part-by-type): Ditto.
12813         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
12814         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
12815         (mm-destroy-parts): Kill nested multibyte buffer.
12816
12817         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
12818         (mml2015-gpg-verify): Ditto.
12819
12820 2000-11-18  Simon Josefsson  <sj@extundo.com>
12821
12822         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
12823         (mml2015-function-alist): Use it.
12824
12825         * mml-sec.el (mml-sign-alist): Update names.
12826         (mml-encrypt-alist): Ditto.
12827         (mml-secure-part-smime-sign): Moved to mml-smime.el
12828         as `mml-smime-sign-query'.
12829         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
12830         `mml-smime-get-file-cert'.
12831         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
12832         `mml-smime-get-dns-cert'.
12833         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
12834         `mml-smime-encrypt-query'.
12835         (mml-smime-sign-buffer): Use mml-smime-sign.
12836         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
12837
12838         * mml-smime.el (mml-smime-sign): New function.
12839         (mml-smime-encrypt):
12840         (mml-smime-sign-query):
12841         (mml-smime-get-file-cert):
12842         (mml-smime-get-dns-cert):
12843         (mml-smime-encrypt-query): Moved from mml-sec.el.
12844
12845 2000-11-16  Simon Josefsson  <sj@extundo.com>
12846
12847         * mml2015.el (mml2015-gpg-clear-verify): New function.
12848         (mml2015-function-alist): Add it.
12849
12850 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
12851
12852         * message.el (message-setup-fill-variables): Use
12853         message-cite-prefix-regexp.
12854         (message-newline-and-reformat): Check the end of citation, leading
12855         WSP, break in the cite prefix.
12856         (message-fill-paragraph): New function.
12857
12858 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
12859
12860         * lpath.el: Shut up.
12861
12862 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
12863
12864         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
12865         raw 8-bit in headers in dk.* newsgroups.
12866
12867 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
12868
12869         * message.el (message-newline-and-reformat): Match extra WSPs.
12870
12871 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
12872
12873         * mml.el (mml-generate-mime-1): Ignore ascii.
12874
12875 2000-11-16 Justin Sheehy  <justin@iago.org>
12876
12877         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
12878
12879 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12880
12881         * message.el (message-cite-prefix-regexp): Prefix should not end
12882         at space.
12883
12884 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
12885
12886         * message.el (message-mode-syntax-table): Add - as a word
12887         constituent as in articles.
12888         (message-setup-fill-variables): Add -_. as supercite-style prefix.
12889         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
12890         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
12891
12892 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
12893
12894         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
12895
12896 2000-11-12  David Edmondson  <dme@dme.org>
12897
12898         * message.el (message-font-lock-keywords): use
12899         message-cite-prefix-regexp.
12900
12901 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12902
12903         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
12904         Stein Arild Str\e,Ax\e(Bmme.
12905         (gnus-group-jump-to-group): Use it.
12906         (gnus-group-jump-to-group-prompt): Customize.
12907
12908 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
12909
12910         * mailcap.el (mailcap-possible-viewers): Match the entire string.
12911
12912 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
12913
12914         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
12915         incompatible.
12916         (mml2015-mailcrypt-sign): Ditto.
12917
12918 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12919
12920         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
12921         group is open.
12922
12923 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
12924
12925         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
12926         nnvirtual articles.
12927         (gnus-backlog-request-article): Don't request nnvirtual articles.
12928
12929 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
12930
12931         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
12932         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
12933
12934 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
12935
12936         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
12937         * mml.el (mml-generate-mime-1): Use charset attribute.
12938         * mm-bodies.el (mm-encode-body): Add parameter charset.
12939         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
12940
12941 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
12942
12943         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
12944         (mml2015-mailcrypt-clear-decrypt): Ditto.
12945         (mml2015-mailcrypt-verify): Ditto.
12946         (mml2015-mailcrypt-clear-verify): Ditto.
12947         (mml2015-gpg-verify): Ditto.
12948
12949 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
12950
12951         * smime.el (smime-openssl-program): Test the existence of openssl.
12952         * mml-smime.el: Require mm-decode.
12953         (mml-smime-verify-test): New function.
12954         * mm-decode.el (mm-verify-function-alist): Use it.
12955
12956 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
12957
12958         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
12959         anyway.
12960
12961 2000-11-13  Simon Josefsson  <sj@extundo.com>
12962
12963         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
12964         verification doesn't work.
12965
12966 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
12967
12968         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
12969         (gnus-inews-do-gcc): Use it.
12970
12971 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
12972
12973         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
12974         leading space.
12975         * mm-extern.el (mm-inline-external-body): Report error when no
12976         access-type.
12977
12978 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
12979
12980         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
12981
12982 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
12983
12984         * gnus-art.el (gnus-mime-button-menu): Use select-window.
12985
12986 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
12987
12988         * gnus-art.el (gnus-mime-display-part): Display multipart/related
12989         as multipart/mixed.
12990
12991 2000-11-12  David Edmondson  <dme@dme.org>
12992
12993         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
12994         and replace `.' with `\w' to allow for different syntax tables
12995         (from Vladimir Volovich).
12996         * message.el (message-newline-and-reformat): use
12997         `message-cite-prefix-regexp'.
12998         * gnus-cite.el (gnus-supercite-regexp): use
12999         `message-cite-prefix-regexp'.
13000         * gnus-cite.el (gnus-cite-parse): use
13001         `message-cite-prefix-regexp'.
13002
13003 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
13004
13005         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
13006         PGP SIGNATURE.  Escape leading "-"'s.
13007         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
13008
13009 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
13010
13011         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
13012
13013 2000-11-11  Simon Josefsson  <sj@extundo.com>
13014
13015         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
13016
13017         * smime.el (smime-details-buffer): New variable.
13018         (smime-sign-region):
13019         (smime-encrypt-region):
13020         (smime-verify-region):
13021         (smime-decrypt-region): Copy OpenSSL output to the buffer.
13022
13023         * mml-smime.el (mml-smime-verify): Support security info.
13024
13025 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
13026
13027         * mm-decode.el (mm-verify-option): Set default to nil.
13028         (mm-decrypt-option): Ditto.
13029         * gnus-art.el (article-verify-x-pgp-sig): New function.
13030
13031 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
13032
13033         * gnus-art.el (gnus-mime-display-alternative): Show button if no
13034         preferred part.
13035
13036 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13037
13038         * gnus-sum.el (gnus-move-split-methods): Say that
13039         `gnus-split-methods' uses file names, whereas this uses group
13040         names.  (Report from Nevin Kapur)
13041
13042 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
13043
13044         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
13045
13046 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
13047
13048         * nnheader.el (nnheader-directory-files-is-safe): New variable.
13049         (nnheader-directory-articles): Use it.
13050         (nnheader-article-to-file-alist): Ditto.
13051
13052 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
13053
13054         * rfc2047.el (rfc2047-pad-base64): New function.
13055         (rfc2047-decode): Use it.
13056
13057 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
13058
13059         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
13060         select method.
13061
13062 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
13063
13064         * mml2015.el (mml2015-gpg-decrypt-1):
13065         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
13066
13067 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13068
13069         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
13070
13071 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
13072
13073         * pop3.el (pop3-munge-message-separator): A message may have an
13074         empty body.
13075
13076 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
13077
13078         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
13079         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
13080         (mm-uu-pgp-signed-extract): Use coding-system.
13081
13082 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
13083
13084         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
13085         (gnus-insert-mime-security-button): New function.
13086         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
13087         * mml2015.el:  Add security info when verify or decrypt.
13088         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
13089         (mm-uu-pgp-encrypted-extract): Ditto.
13090
13091 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
13092
13093         * mm-decode.el (mm-display-parts): New function.
13094         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
13095
13096 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13097
13098         * gnus-mlspl.el: Documentation tweaks.
13099
13100 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13101
13102         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
13103         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
13104         argument.
13105
13106 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
13107
13108         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
13109
13110 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
13111
13112         * gnus-art.el (gnus-article-encrypt): New function.
13113         (gnus-article-encrypt-protocol-alist): New variable.
13114         (gnus-article-encrypt-protocol): New variable.
13115         * mml2015.el (mml2015-self-encrypt): New function.
13116         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
13117
13118 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
13119
13120         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
13121         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
13122         let mailcap do it.
13123         * mml2015.el: Remove snarf code.
13124         * mm-decode.el: Remove snarf code.
13125
13126 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
13127
13128         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
13129         (mml-insert-mime): Understand gnus-decoded.
13130         (mime-to-mml): New parameter handles.
13131         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
13132         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
13133
13134 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
13135
13136         * mm-decode.el (mime-security): New group.
13137         (mm-verify-function-alist): Add test function.
13138         (mm-decrypt-function-alist): Ditto.
13139         (mm-snarf-option): Set default value as nil.
13140         (mm-find-part-by-type): Recursive parameter.
13141         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
13142         * mml2015.el: Support draft-ietf-openpgp-multsig.
13143
13144 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
13145
13146         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
13147         (gnus-article-view-part-as-charset): New function.
13148
13149 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
13150
13151         * mm-decode.el (mm-verify-option): Default value.
13152         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
13153
13154 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13155
13156         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
13157
13158 2000-11-05  Simon Josefsson  <sj@extundo.com>
13159
13160         * mml-smime.el (mml-smime-verify): Work in original multipart
13161         buffert.
13162
13163         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
13164         (mm-handle-multipart-ctl-parameter): Ditto.
13165         (mm-alist-to-plist): New function.
13166         (mm-dissect-buffer): Store CTL parameters and copy original buffer
13167         for multiparts.
13168         (mm-destroy-parts): Destroy multipart buffert.
13169         (mm-remove-part): Ditto.
13170
13171         * mml-smime.el (mml-smime-sign): Not used.
13172         (mml-smime-encrypt): Ditto.
13173
13174         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
13175
13176         Verify S/MIME signature support.
13177
13178         * mm-decode.el (mm-inline-media-tests): Add
13179         application/{x-,}pkcs7-signature.
13180         (mm-inlined-types): Ditto.
13181         (mm-automatic-display): Ditto.
13182         (mm-verify-function-alist): Ditto.  Add name of method.
13183         (mm-decrypt-function-alist): Add name of method.
13184         (mm-find-part-by-type): Add documentation.
13185         (mm-possibly-verify-or-decrypt): Use new format of
13186         mm-{verify,decrypt}-function-alist.  Use method names.
13187
13188         * mml-smime.el (mml-smime-verify): New function.
13189
13190 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
13191
13192         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
13193
13194 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
13195
13196         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
13197         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
13198         * mm-decode.el (mm-snarf-option): New variable.
13199
13200 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13201
13202         * mm-util.el (mm-subst-char-in-string): New function.
13203         (mm-replace-chars-in-string): Use it.
13204         * message.el (message-replace-chars-in-string): Use it.
13205         * nnheader.el (nnheader-replace-chars-in-string): Use it.
13206         * gnus-mh.el (mh-lib-progs): Shut up.
13207
13208 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
13209
13210         * base64.el, md5.el: Moved to contrib directory.
13211
13212 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
13213
13214         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
13215         the last article when search.
13216
13217 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
13218
13219         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
13220         * nnmail.el (nnmail-pathname-coding-system): Ditto.
13221
13222 2000-09-29  David Edmondson  <dme@thus.net>
13223
13224         * message.el (message-newline-and-reformat): Typo.
13225
13226 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13227
13228         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
13229
13230 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
13231
13232         * nntp.el (nntp-decode-text): Delete bogus status lines.
13233
13234 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
13235
13236         * message.el (message-font-lock-keywords): Match a final newline
13237         to help font-lock's multiline support.
13238
13239 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13240
13241         * nnoo.el (nnoo-set): New function.
13242
13243 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
13244
13245         * gpg.el, gpg-ring.el: Moved to contrib directory.
13246
13247 2000-11-04  Simon Josefsson  <sj@extundo.com>
13248
13249         * nnimap.el (nnimap-split-inbox): Typo.
13250
13251 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13252
13253         * gnus-msg.el (gnus-msg-mail): Move it backwards.
13254
13255 2000-11-03  Simon Josefsson  <sj@extundo.com>
13256
13257         * rfc2231.el (rfc2231-parse-qp-string): New function.
13258         (require): rfc2047.
13259
13260         * mail-parse.el (mail-header-parse-content-type):
13261         (mail-header-parse-content-disposition): Support invalid QP
13262         encoded strings, by using `rfc2231-parse-qp-string'.
13263
13264 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
13265
13266         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
13267         (rfc2231-decode-encoded-string): Typo "> X 1".
13268         (rfc2231-encode-string): Insert the name of charset.
13269         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
13270
13271 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
13272
13273         * mm-decode.el (mm-save-part): Return the filename.
13274         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
13275         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
13276         (gnus-mime-action-alist): Use it.
13277         (gnus-mime-button-commands): Use it.
13278         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
13279         (mm-inline-external-body): unwind-protect.
13280
13281 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
13282
13283         * gnus-art.el (gnus-insert-mime-button): Show url.
13284
13285 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
13286
13287         * mml.el (mml-generate-mime-1): Support external url.
13288         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
13289
13290 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
13291
13292         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
13293         * mm-decode.el (mm-display-external): Ditto.
13294         * mm-extern.el: New file.
13295         * mm-decode.el (mm-inline-media-tests): Hook it up.
13296         (mm-inlined-types): Inline message/external-body.
13297
13298 2000-11-02  Simon Josefsson  <sj@extundo.com>
13299
13300         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
13301
13302         * message.el (message-get-reply-headers): Better handling when
13303         Mail-Followup-To is very large.
13304
13305 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
13306
13307         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
13308         * gnus-art.el (gnus-article-edit-done):
13309         * gnus-sum.el (gnus-summary-edit-article-done): Move line
13310         counting code here.
13311         * gnus-msg.el (gnus-setup-message): Remove a hack.
13312
13313 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
13314
13315         * gnus-sum.el (gnus-newsgroup-variables): New variable.
13316         (gnus-summary-mode): Make them local variables.
13317         (gnus-set-global-variables): Globalize them.
13318         (gnus-summary-exit): Kill them.
13319
13320 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
13321
13322         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
13323         word.
13324
13325 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
13326
13327         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
13328         gnus-article-wash-types.
13329         * gnus-art.el (gnus-article-wash-status): Use them.
13330
13331 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
13332
13333         * mml.el (mml-read-tag): Remove spaces and LF.
13334
13335 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
13336
13337         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
13338         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
13339
13340 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
13341
13342         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
13343
13344 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
13345
13346         * gnus-sum.el (gnus-article-charset): New variable.
13347         (gnus-summary-display-article): Set it.
13348         * gnus-msg.el (gnus-copy-article-buffer): Use it.
13349         * gnus-art.el (gnus-article-mode): Make it local variable.
13350
13351 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13352
13353         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
13354
13355 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13356
13357         * nnwfm.el: New file.
13358
13359         * nnweb.el (nnweb-replace-in-string): New function.
13360
13361 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13362
13363         * mml2015.el: Wrap gpg.el.
13364         * gpg.el (gpg-verify): The last argument of apply is a list.
13365         (gpg-encrypt): Add passphrase as a parameter.
13366
13367 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
13368
13369         * gpg.el: New file.
13370         * gpg-ring.el: New file.
13371
13372 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
13373
13374         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
13375
13376 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13377
13378         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
13379         double-quote characters.
13380         (gnus-summary-prepare-threads): Ditto.
13381
13382 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
13383
13384         * gnus-art.el (gnus-mime-display-single): Forward line -1.
13385         * mml.el (mml-read-tag): Don't skip the leading space.
13386         * lpath.el (font-lock-set-defaults): Shut up.
13387
13388 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
13389
13390         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
13391
13392 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
13393
13394         * qp.el (quoted-printable-encode-region): Replace leading - when
13395         ultra safe.
13396         * mml.el (mml-generate-mime-postprocess-function): Removed.
13397         (mml-postprocess-alist): Removed.
13398         (mml-generate-mime-1): Use ultra-safe when sign.
13399         * mml2015.el (mml2015-fix-micalg): Uppercase.
13400         (mml2015-verify): Insert LF.
13401         (mml2015-mailcrypt-sign): Downcase; search backward.
13402
13403 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13404
13405         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
13406         restrictive.
13407         (nnultimate-table-regexp): New variable.
13408         (nnultimate-forum-table-p): Use it.
13409
13410 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
13411         Trivial patch.
13412
13413         * gnus-sum.el (gnus-summary-expire-articles): Save point.
13414
13415 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
13416
13417         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
13418         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
13419
13420 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
13421
13422         * mml2015.el: Shut up.
13423
13424 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
13425
13426         * gnus.el (gnus-server-browse-hashtb): Removed.
13427         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
13428         (gnus-group-insert-group-line-info): Use simplified method.
13429         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
13430
13431 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
13432
13433         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
13434         moved here.
13435         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
13436         * gnus-group.el (gnus-group-prepare-flat): Use it.
13437         * gnus-topic.el (gnus-group-prepare-topics): Use it.
13438
13439 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
13440
13441         * mml.el (mml-mode): Show menu in XEmacs.
13442
13443 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
13444
13445         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
13446         (gnus-server-read-server-in-server-buffer): New function.
13447         (gnus-browse-foreign-server): Browse in group buffer.
13448         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
13449         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
13450         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
13451         * gnus.el (gnus-server-browse-hashtb): New variable.
13452
13453 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
13454
13455         * nnfolder.el (nnfolder-open-nov): Use group.
13456
13457 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
13458
13459         * nnfolder.el: Add NOV. Set version to 2.0.
13460         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
13461
13462 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
13463
13464         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
13465
13466 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13467
13468         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
13469         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
13470
13471 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
13472
13473         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
13474
13475 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
13476
13477         * mm-decode.el (mm-verify-function-alist): New variable.
13478         (mm-verify-option): New variable.
13479         (mm-decrypt-function-alist): Ditto.
13480         (mm-decrypt-option): Ditto.
13481         (mm-find-raw-part-by-type): New function.
13482         (mm-possibly-verify-or-decrypt): New function.
13483         (mm-dissect-multipart): Use it.
13484         * mml2015.el (mml2015-fix-micalg): New function.
13485         (mml2015-decrypt): Use new interface.
13486         (mml2015-verify):  Use new interface.
13487         (mml2015-setup): Make it bogus.
13488
13489 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
13490
13491         * mml.el (mml-generate-mime-postprocess-function): Set to
13492         mml-postprocess.
13493         (autoload): Autoload mml2015 and mml-smime.
13494         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
13495         * mml2015.el (mml2015-encrypt): New function.
13496         (mml2015-sign): New function.
13497         (mml2015-encrypt-function): New variable.
13498         (mml2015-sign-function): New variable.
13499         (mml2015-mailcrypt-encrypt): Use message-recipients.
13500         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
13501         * mml-smime.el (mml-smime-setup): Ditto.
13502
13503 2000-10-28  Simon Josefsson  <sj@extundo.com>
13504
13505         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
13506         Communigate Pro 3.3.1 server.
13507
13508         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
13509         in buffers.
13510         (mml-secure-dns-server): Removed.
13511         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
13512         write certificates to files.
13513
13514         * smime.el (smime-dns-server): New variable.
13515         (smime-mail-to-domain):
13516         (smime-cert-by-dns): New functions.
13517
13518         * dig.el: New file.
13519
13520 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
13521
13522         * message.el (message-options): New variable.
13523         (message-options-set-recipient): New function.
13524         (message-send): Use them.
13525         * gnus-int.el (gnus-request-replace-article): Use them.
13526         (gnus-request-accept-article): Ditto.
13527         * mml.el (mml-preview): Use them.
13528         * gnus-sum.el (gnus-summary-edit-article): Use them.
13529
13530         * message.el (message-options-get): New function.
13531         (message-options-get): New function.
13532         * rfc2047.el (rfc2047-encode-message-header): Use them.
13533         * mm-bodies.el (mm-encode-body): Use them.
13534
13535 2000-10-28  Simon Josefsson  <sj@extundo.com>
13536
13537         * nnimap.el (nnimap-retrieve-which-headers):
13538         (nnimap-request-article-part): Quote message-id.
13539
13540         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
13541         (smime-CA-file): New variable.
13542         (smime-call-openssl-region): Don't error.
13543         (smime-sign-region): Return result value.
13544         (smime-encrypt-region): Ditto.
13545         (smime-verify-region): New function.
13546         (smime-decrypt-region): Ditto.
13547         (smime-verify-buffer): Ditto.
13548         (smime-decrypt-buffer): Ditto.
13549
13550         * mml.el: Require mml-sec.
13551         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
13552         (mml-mode-map): Add "sign" and "encrypt" maps.
13553         (mml-menu): Add security menu.
13554         (mml-preview): Use generate-new-buffer.
13555
13556         * mml-sec.el: New file.
13557
13558 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
13559
13560         * mm-decode.el (mm-find-part-by-type): Move it here.
13561         * mml.el (mml-postprocess): Move it here.
13562         (mml-postprocess-alist): Move it here. Merge them.
13563
13564 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
13565
13566         * rfc2047.el (rfc2047-encode-message-header): Make sure no
13567         unencoded stuff in the header.
13568
13569 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
13570
13571         * gnus-group.el (gnus-group-listed-groups): New variable.
13572         (gnus-group-list-option): New variable.
13573         (gnus-group-list-limit-map): New keymap.
13574         (gnus-group-list-flush-map): New keymap.
13575         (gnus-group-list-plus-map): New keymap.
13576         (gnus-group-prepare-logic): New function.
13577         (gnus-group-prepare-flat): Merge with
13578         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
13579         (gnus-group-prepare-flat-list-dead): Ditto.
13580         (gnus-group-list-matching): Use gnus-group-prepare-function.
13581         (gnus-group-list-dormant): Ditto.
13582         (gnus-group-list-cached): Ditto.
13583         (gnus-group-listed-groups): New function.
13584         (gnus-group-list-limit): New function.
13585         (gnus-group-list-flush): New function.
13586         (gnus-group-list-plus): New function.
13587         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
13588         (gnus-topic-prepare-topic): Ditto.
13589
13590 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
13591
13592         * message.el (message-insert-to, message-get-reply-headers):
13593         (message-reply, message-followup): Mail-{Followup,Reply}-To.
13594
13595 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
13596
13597         * mml2015.el: New file.
13598         * smime.el: New file.
13599         * mml-smime.el: New file.
13600
13601 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
13602
13603         * ChangeLog: Moved to ChangeLog.1.
13604
13605     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
13606   Copying and distribution of this file, with or without modification,
13607   are permitted provided the copyright notice and this notice are preserved.
13608
13609 ;; Local Variables:
13610 ;; coding: iso-2022-7bit
13611 ;; End: