0055c4d4c2bd26e420338e6eed2d0157513ccbab
[gnus] / lisp / ChangeLog
1 2003-02-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2
3         * gnus-delay.el (gnus-delay-article): Really create
4         nndraft:delayed group if it doesn't exist.
5
6 2003-02-04  Jesper Harder  <harder@ifa.au.dk>
7
8         * gnus-sum.el (gnus-summary-search-article): Speed up by
9         disabling various visual features while searching.
10         (gnus-summary-recenter): Test gnus-auto-center-summary first.
11
12 2003-02-03  Jesper Harder  <harder@ifa.au.dk>
13
14         * spam.el (spam-list-of-checks): Don't quote nil and t in
15         docstrings.  From the elisp manual:
16
17            When a documentation string refers to a Lisp symbol, write
18            it [..] with single-quotes around it.  [..] There are two
19            exceptions: write t and nil without single-quotes.
20
21         * messcompat.el (message-from-style): do.
22
23         * message.el (message-send-mail): do.
24
25         * gnus-util.el (gnus-use-byte-compile): do.
26
27         * gnus-score.el (gnus-score-lower-thread): do.
28
29         * gnus-int.el (gnus-server-unopen-status): do.
30
31         * gnus.el (gnus-define-group-parameter, gnus-large-newsgroup)
32         (large-newsgroup-initial, gnus-install-group-spam-parameters): do.
33
34         * gnus-cus.el (gnus-group-customize, gnus-score-parameters)
35         (gnus-group-parameters): do.
36
37         * gnus-art.el (gnus-article-mime-match-handle-function): do.
38
39         * mm-decode.el (mm-text-html-renderer): do.
40
41 2003-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
42
43         * nnheader.el (nnheader-directory-separator-character): Change the
44         way to compute the dafault value.
45
46 2003-02-02  Jesper Harder  <harder@ifa.au.dk>
47
48         * gnus-art.el (gnus-button-handle-describe-key): Implement it.
49         (gnus-button-alist): Fix regexp for describe-key.
50         (gnus-button-handle-describe-function)
51         (gnus-button-handle-describe-variable)
52         (gnus-button-handle-apropos, gnus-button-handle-apropos-command)
53         (gnus-button-handle-apropos-variable)
54         (gnus-button-handle-apropos-documentation): Docstring fix.
55
56         * gnus-util.el (gnus-kill-buffer): Use get-buffer.
57
58 2003-02-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
59
60         * gnus-draft.el (gnus-group-send-queue): Bind gnus-posting-styles
61         to nil.
62
63         * nnmail.el: Removed gnus-util autoload.
64
65         * gnus.el: Use gnus-prin1-to-string throughout.
66
67         * gnus-util.el (gnus-prin1-to-string): Bind print-length and
68         print-level. 
69
70         * gnus-art.el (article-display-x-face): Removed grey x-face stuff.
71         (gnus-treat-display-grey-xface): Removed.
72
73         * gnus-fun.el (gnus-grab-cam-face): New.
74         (gnus-convert-image-to-gray-x-face): Removed.
75         (gnus-convert-gray-x-face-to-xpm): removed.
76         (gnus-convert-gray-x-face-region): Removed.
77         (gnus-grab-gray-x-face): Removed.
78
79         * nnmail.el (nnmail-expiry-wait-function): Doc indent.
80
81 2003-01-31  Jesper Harder  <harder@ifa.au.dk>
82
83         * gnus-util.el (gnus-kill-buffer): Functions in gnus-util
84         shouldn't depend on the rest of Gnus, so test if gnus-buffers is
85         bound.
86
87         * nnmail.el (nnmail-cache-close): Use gnus-kill-buffer.
88
89 2003-01-30  Jesper Harder  <harder@ifa.au.dk>
90
91         * gnus-cite.el (gnus-cite-reply-regexp, gnus-cite-always-check):
92         Remove -- these are bogus options which are never used.
93
94 2003-01-29  Jesper Harder  <harder@ifa.au.dk>
95
96         * gnus-art.el (gnus-article-mode): Use summary tool bar.
97
98 2003-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
99
100         * spam.el (spam-check-blackholes) 
101         (spam-blackhole-good-server-regex): new variable to skip some IPs
102         when checking blackholes; use it
103         (spam-check-bogofilter-headers) 
104         (spam-bogofilter-bogosity-positive-spam-header): new variable, in
105         case more X-Bogosity is used than just "Yes/No"
106         (spam-ham-move-routine): semi-fixed, only first article is
107         properly moved now
108
109 2003-01-27  Jesper Harder  <harder@ifa.au.dk>
110
111         * gnus-util.el (gnus-kill-buffer): Remove buffer from gnus-buffers
112         as well.
113         
114         * gnus-sum.el (gnus-select-newsgroup): Use gnus-kill-buffer.
115         
116         * gnus-score.el (gnus-score-headers, gnus-score-find-bnews): do.
117         
118         * gnus-start.el (gnus-save-newsrc-file, gnus-clear-system): do.
119         
120         * gnus-bcklg.el (gnus-backlog-shutdown): do.
121         
122         * gnus-srvr.el (gnus-server-exit, gnus-browse-exit): do.
123
124 2003-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
125
126         * gnus-fun.el (gnus-face-encode): New function.
127         (gnus-convert-png-to-face): Use it.
128
129         * gnus-sum.el (gnus-summary-make-menu-bar): Added M-& to marks. 
130
131 2003-01-26  Jesper Harder  <harder@ifa.au.dk>
132
133         * mm-decode.el (mm-dissection-list): Remove.
134         (mm-dissect-singlepart): Don't push to mm-dissection-list, it's
135         only used in mm-remove-all-parts.
136         (mm-remove-all-parts): Remove it, it's never called.
137
138 2003-01-25  Simon Josefsson  <jas@extundo.com>
139
140         * gnus-group.el (gnus-group-make-group): Report errors.
141
142         * nnimap.el (nnimap-request-create-group): Ditto.
143
144         * sieve-manage.el (sieve-manage-is-okno): Parse literal strings.
145
146         * sieve.el (sieve-upload): Fix error printing.
147
148         * mm-encode.el (mm-qp-or-base64): Always QP iff
149         mm-use-ultra-safe-encoding and cleartext PGP.
150
151         * gnus-sum.el (gnus-summary-select-article): Inhibit
152         redisplay (mainly for secured messages).
153
154         * nnmail.el (nnmail-article-group): Copy body too (but don't
155         process it).
156
157 2003-01-25  Jesper Harder  <harder@ifa.au.dk>
158
159         * gnus-art.el (gnus-article-setup-buffer): Reset
160         gnus-button-marker-list.
161
162 2003-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
163
164         * nntp.el (nntp-read-timeout): Default to using a second delay
165         under Microsoft Windows.
166
167 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
168
169         * nnheader.el (nnheader-directory-separator-character): New
170         variable. 
171
172 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
173
174         * gnus-agent.el (gnus-agent-max-fetch-size)
175         (gnus-agent-article-alist, gnus-agent-get-undownloaded-list)
176         (gnus-agent-catchup, gnus-agent-summary-fetch-group)
177         (gnus-agent-fetch-articles, gnus-agent-backup-overview-buffer)
178         (gnus-agent-flush-cache, gnus-agent-fetch-headers)
179         (gnus-agent-braid-nov, gnus-agent-load-alist)
180         (gnus-agent-article-alist-save-format)
181         (gnus-agent-read-agentview, gnus-agent-save-alist)
182         (gnus-agent-fetch-group-1, gnus-agent-expire)
183         (gnus-agent-uncached-articles, gnus-agent-retrieve-headers)
184         (gnus-agent-regenerate-group): Reformat to keep under eighty
185         columns.  Reword docstrings so that first line is under eighty
186         chars and a complete sentence.  Still need to work on the rear
187         end of the file, in particular gnus-agent-expire.       
188
189 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
190
191         * gnus-agent.el (gnus-agentize): Indent.
192
193         * gnus.el (gnus-version-number): Bumped.
194
195 2003-01-24 20:32:44 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
196
197         * gnus.el: Oort Gnus v0.14 is released.
198
199 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
200
201         * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B
202         before beginning.  Tiny patch from Mark Thomas
203         <swoon@bellatlantic.net>.
204
205 2003-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
206
207         * spam.el (spam-check-blackholes, spam-split) 
208         (spam-mark-junk-as-spam-routine, spam-summary-prepare-exit): added
209         gnus-message calls to show to users what spam.el is doing
210
211 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
212
213         * gnus-msg.el (gnus-message-replysign)
214         (gnus-message-replyencrypt): Fix typo.
215
216 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
217
218         * gnus-art.el (gnus-mime-security-show-details): Toggle showing
219         details. 
220
221 2003-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
222
223         * gnus-art.el (gnus-article-press-button): let* -> let.
224         (gnus-mime-security-show-details): Cleaned up.
225         (gnus-mime-security-press-button): Save excursion.
226         (gnus-insert-mime-security-button): Clean up.
227
228         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Doc fix.
229
230         * gnus-async.el (gnus-async-wait-for-article): Don't use a
231         timeout. 
232
233         * nntp.el (nntp-accept-process-output): Removed timeout. 
234         (nntp-read-timeout): New variable.
235         (nntp-accept-process-output): Use it.
236
237         * gnus-sum.el (gnus-data-find-list): Remove *.
238
239 2002-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
240
241         * gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
242         introduced on 2002-01-22.
243         (gnus-summary-first-unseen-or-unread-subject): Ditto.
244
245 2003-01-23  Teodor Zlatanov  <tzz@lifelogs.com>
246
247         * spam.el (spam-check-regex-headers, spam-list-of-checks) 
248         (spam-regex-headers-spam, spam-regex-headers-ham): added spam/ham
249         checks of incoming mail based on simple header regexp matching
250
251 2003-01-22  Teodor Zlatanov  <tzz@lifelogs.com>
252
253         * gnus-sum.el (gnus-spam-mark): set to `$'
254
255 2002-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
256
257         * gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
258         gnus-newsgroup-unfetched, the list of articles whose headers have
259         not been fetched from the server.
260
261         * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
262         parameter as it never worked due to a bug.  Added check to prevent
263         selection of any article in the gnus-newsgroup-unfetched list.
264         (gnus-summary-find-prev): Added check to prevent selection of any
265         article in the gnus-newsgroup-unfetched list.
266         (gnus-summary-first-subject): Documented API. Modified
267         implementation so that constraints are handled independently.
268         Added check to prevent selection of any article in the
269         gnus-newsgroup-unfetched list.
270         (gnus-summary-first-unseen-subject): Updated parameters in
271         gnus-summary-first-subject call to match new API.
272         (gnus-summary-first-unseen-or-unread-subject): Ditto.
273         (gnus-summary-catchup): Do not mark unfetched articles as read.
274         
275 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
276
277         * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook):
278         make-obsolete-variable allows only two arguments in XEmacs and
279         Emacs 20.
280
281         * gnus-sum.el (gnus-summary-wash-hide-map): Remove
282         gnus-article-hide-pgp.
283         (gnus-summary-make-menu-bar): do.
284
285         * gnus-art.el (gnus-treat-strip-pgp): Make obsolete.
286         (gnus-treatment-function-alist): Remove gnus-treat-strip-pgp and
287         gnus-article-hide-pgp.
288         (article-hide-pgp): Remove.
289         (gnus-article-hide): Remove gnus-article-hide-pgp.
290
291         * gnus.el: Remove gnus-article-hide-pgp
292
293 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
294
295         * message.el (message-required-headers): Doc fix.
296
297 2003-01-21  Teodor Zlatanov  <tzz@lifelogs.com>
298
299         * spam.el (spam-group-ham-processor-bogofilter-p): fixed bug
300         (spam-ifile-register-ham-routine, spam-ifile-ham-category): new
301         option to make ifile a purely binary classifier
302
303 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
304
305         * mml-sec.el (mml-secure-sign-pgpauto): Renamed.
306         (mml-secure-encrypt-pgpmime): Removed double.
307
308         * gnus-sum.el (gnus-summary-mark-article-as-replied): Added
309         debugging statements.
310
311 2003-01-21  Andreas Fuchs  <asf@void.at>
312
313         * mml-sec.el (mml-sign-alist): Added pgpauto.
314
315 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
316
317         * gnus.el (gnus-version-number): Bumped version number.
318
319 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
320
321         * gnus.el: Oort Gnus v0.13 is released.
322
323 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
324
325         * gnus-art.el (gnus-button-url-regexp): Removed |.
326
327         * message.el (message-send-hook): Doc fix.
328
329         * gnus-win.el (gnus-buffer-configuration): Display article
330         instead of article-copy when `reply'.
331
332 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
333
334         * gnus.el (gnus-format): Change customize group to gnus.
335         (gnus-cache): Add link.
336         (gnus-group-charter-alist): Fix docstring.
337
338 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
339
340         * mailcap.el (mailcap-print-command): lpr-command might be
341         unbound in XEmacs.
342
343 2002-01-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
344
345         * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
346
347         * gnus-sum.el (gnus-summary-update-article-line): Fixed
348         calculation of net characters added for use in the gnus-data
349         structure.
350         
351 2003-01-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
352
353         * nnmail.el (nnmail-process-unix-mail-format): Improve error
354         message.  Suggested by Jari Aalto.
355
356 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
357
358         * gnus-art.el (gnus-article-followup-with-original): Clean up. 
359         (gnus-article-reply-with-original): Ditto.
360
361         * gnus-sum.el (gnus-summary-catchup): Make sure downloadable,
362         read articles don't become unread.
363
364 2003-01-17  Simon Josefsson  <jas@extundo.com>
365
366         * gnus-fun.el (gnus-x-face-from-file): 
367         (gnus-face-from-file): Suggest image format in minibuffer prompt.
368
369         * gnus-fun.el (gnus-convert-image-to-x-face-command)
370         (gnus-convert-image-to-face-command): Doc fix.
371
372 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
373
374         * gnus-fun.el (gnus-convert-face-to-png): Protect against errors.
375
376 2003-01-17  Jesper Harder  <harder@ifa.au.dk>
377
378         * gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to
379         avoid encoding problems.
380
381         * mailcap.el (mailcap-ps-command): New variable.
382         (mailcap-mime-data): Add print entry where applicable.  Use
383         pdftotext on a tty.
384
385 2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
386
387         * gnus-sum.el (gnus-alter-header-function): Add type and group.
388
389 2003-01-16  Simon Josefsson  <jas@extundo.com>
390
391         * gnus-fun.el (gnus-convert-image-to-x-face-command) 
392         (gnus-convert-image-to-face-command, gnus-x-face-from-file) 
393         (gnus-face-from-file): Doc fix; don't mention image format.
394
395 2003-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
396
397         * spam.el (spam-get-article-as-filename): new function (unused for now)
398         (spam-get-article-as-buffer): new function
399         (spam-get-article-as-string): use spam-get-article-as-buffer
400         (spam-summary-prepare-exit): fixed bug, noticed by Malcolm Purvis
401
402 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
403  
404         * gnus-agent.el: Don't use `path'.
405         From the GNU coding standards:
406         
407             Please do not use the term ``pathname'' that is used in Unix
408             documentation; use ``file name'' (two words) instead.  We use
409             the term ``path'' only for search paths, which are lists of
410             directory names.
411
412         * nnsoup.el (nnsoup-file-name): Ditto.
413  
414         * nnmail.el (nnmail-pathname-coding-system): Ditto.
415         (nnmail-group-pathname): Ditto.
416  
417         * nnimap.el (nnimap-group-overview-filename): Ditto.
418  
419         * nnheader.el (nnheader-pathname-coding-system): Ditto.
420         (nnheader-group-pathname): Ditto.
421  
422         * nnfolder.el (nnfolder-group-pathname): Ditto.
423  
424         * gnus.el (gnus-home-directory): Ditto.
425  
426         * gnus-group.el (gnus-group-icon-list): Ditto.
427  
428 2003-01-16  Jesper Harder  <harder@ifa.au.dk>
429
430         * gnus-art.el (gnus-mime-print-part): Use mm-handle-media-type.
431
432         * message.el (message-mode-menu): Use it.
433         (message-mode-menu): Deactivate "Yank Original" if there's no
434         reply buffer.
435
436         * messagexmas.el (message-xmas-redefine): Redefine in XEmacs.
437
438         * message.el (message-mark-active-p): New function.
439
440 2003-01-15  Teodor Zlatanov  <tzz@lifelogs.com>
441
442         * spam.el (spam-use-bogofilter-headers, spam-bogofilter-header) 
443         (spam-bogofilter-database-directory): new variables
444         (spam-check-bogofilter-headers, spam-check-bogofilter) 
445         (spam-bogofilter-register-with-bogofilter) 
446         (spam-bogofilter-register-spam-routine) 
447         (spam-bogofilter-register-ham-routine) 
448         (spam-group-ham-processor-bogofilter-p): new functions for the new
449         Bogofilter interface
450         (spam-summary-prepare-exit): use the new Bogofilter functions
451         (spam-list-of-checks): added spam-use-bogofilter-headers
452         (spam-bogofilter-score): rewrote function
453         (spam-check-bogofilter): optional score parameter, uses
454         spam-check-bogofilter-headers better
455         (spam-check-bogofilter-headers): optional score parameter
456
457         * gnus.el (gnus-install-group-spam-parameters): new variable, t by
458         default, in the gnus-start customization group.  Used to disable
459         the spam-*/ham-* parameters.
460         (gnus-group-ham-exit-processor-bogofilter): new ham processor
461
462 2003-01-15  Jesper Harder  <harder@ifa.au.dk>
463
464         * gnus-xmas.el (gnus-xmas-redefine): Use region-exists-p in
465         XEmacs.
466
467         * gnus-ems.el (gnus-mark-active-p): do.
468
469 2003-01-15  Kevin Ryde  <user42@zip.com.au>
470
471         * gnus.texi (Using MIME): Mention auto-compression-mode with
472         gnus-mime-copy-part.
473
474 2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
475
476         * message.el (message-send): Don't warn about duplicates when
477         superseding. 
478
479 2003-01-15  Simon Josefsson  <jas@extundo.com>
480
481         * nnimap.el (nnimap-split-download-body): New variable.
482         (nnimap-split-articles): Use it.
483
484 2002-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
485
486         * gnus-agent.el (gnus-agent-check-overview-buffer): This data
487         integrity checker was incorrectly flagging, and removing, articles
488         whose article number was negative.
489         (gnus-agent-fetch-group-1): When executed in the group's summary
490         buffer, refresh each downloaded line to update the status flag and
491         font.  Preserve the value of gnus-newsgroup-headers so that
492         gnus-agent-fetch-articles can split the requests by size.
493         (gnus-agent-expire): Corrected day calculation for when
494         gnus-agent-expire-days contains a list.
495
496 2003-01-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
497
498         * gnus-audio.el (gnus-audio-au-player): Use executable-find. 
499
500 2003-01-13  Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
501
502         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
503           /usr/bin/play as default player. 
504           (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
505
506 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
507
508         * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
509         articles to be marked as well.
510
511 2002-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
512         * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
513         fictious headers generated by nnagent (ie. Undownloaded Article
514         ####) in the list of articles that have not been downloaded.
515         
516         * gnus-int.el (): Added require declarations to resolve
517         compile-time warnings.
518         (gnus-open-server): If the server status is set to offline,
519         recursively execute gnus-open-server to open the offline backend
520         (e.g. nnagent).
521
522 2003-01-14  Jesper Harder  <harder@ifa.au.dk>
523
524         * gnus-art.el (gnus-article-reply-with-original): Use
525         gnus-mark-active-p.
526         (gnus-article-followup-with-original): do.
527
528 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
529
530         * gnus-sum.el: Removed `(when t ...)' around `gnus-define-keys'.
531
532 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
533
534         * gnus-score.el (gnus-score-edit-file-at-point): New function.
535         (gnus-score-find-trace): Bind it to `e' key.  Added `q' for quit.
536
537 2003-01-13  Romain FRANCOISE  <romain@orebokech.com>
538
539         * gnus-fun.el (gnus-x-face-from-file): Quote file name. 
540         (gnus-face-from-file): Ditto.
541
542 2003-01-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
543
544         * gnus-sum.el (gnus-articles-to-read): Don't just apply
545         gnus-alter-articles-to-read-function to the unread articles. 
546
547 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
548
549         * deuglify.el (gnus-article-outlook-unwrap-lines)
550         (gnus-article-outlook-repair-attribution)
551         (gnus-article-outlook-rearrange-citation): New function names,
552         renamed from "gnus-outlook-" to "gnus-article-outlook-".  Changed
553         doc-string.
554
555         * gnus-sum.el (gnus-summary-mode-map): Use new function names,
556         removed `W k' key binding (use `W Y f' instead).
557         (gnus-summary-make-menu-bar): Use new function names.
558
559 2003-01-13  Simon Josefsson  <jas@extundo.com>
560
561         * gnus-fun.el (gnus-random-x-face): Doc fix.
562         (gnus-insert-random-x-face-header): New function.
563
564 2003-01-13  Jesper Harder  <harder@ifa.au.dk>
565
566         * gnus-sum.el (gnus-summary-make-menu-bar): Deactivate items if
567         mark is not active.
568
569         * gnus-msg.el (gnus-inews-do-gcc): Comment.
570
571         * gnus-ems.el (gnus-mark-active-p): New function.
572
573         * gnus-group.el (gnus-topic-mode-p): New function.
574         (gnus-group-make-menu-bar): Show more key bindings in topic mode.
575         Deactivate items if mark is not active.
576
577 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
578
579         * gnus.el (gnus-version-number): Bumped version.
580         (gnus-summary-line-format): Doc fix.
581
582 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
583
584         * gnus.el: Oort Gnus v0.12 is released.
585
586 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
587
588         * mail-source.el (mail-sources): Removed autoload to make it
589         compile under XEmacs.
590
591 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
592
593         * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
594         regexp or a function too.
595         (gnus-confirm-treat-mail-like-news): New variable.  Ask for
596         confirmation even if the original article is mail.
597
598 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
599
600         * gnus-msg.el (gnus-inews-add-send-actions): Get the right
601         articles to be marked when not yanking.
602
603 2003-01-12  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@curie.fr>
604
605         * mm-decode.el (mm-get-part): Use mm-with-unibyte-current-buffer.
606         
607 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
608
609         * gnus-fun.el (gnus-face-from-file): Autoload.
610
611         * gnus-cite.el (gnus-cite-delete-overlays): Protect against more
612         errors.
613
614 2003-01-12  Simon Josefsson  <jas@extundo.com>
615
616         * sieve.el (sieve-upload-and-bury): New.  Suggested by
617         kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
618
619         * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
620         Suggested by kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
621
622 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
623
624         * gnus-art.el (gnus-ignored-headers): Don't include the ^ and :
625         in every string.
626
627         * gnus.el (gnus-version-number): Bumped version number.
628
629 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
630
631         * gnus.el: Oort Gnus v0.11 is released.
632
633 2003-01-12  Jesper Harder  <harder@ifa.au.dk>
634
635         * message.el (message-fetch-reply-field): Narrow to headers.
636
637         * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
638         if Gnus isn't alive.
639
640 2002-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
641
642         * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
643         marks from articles that are already stored in the agent.
644         (gnus-agent-backup-overview-buffer): New debug tool.  Creates a
645         backup copy of an invalid .overview file for later analysis.
646         
647 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
648
649         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
650         exit work with two frames.
651
652 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
653
654         * message.el (message-forward-make-body): Use mule4.
655
656 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
657
658         * message.el (message-mode-map): Move wide-reply command.
659
660 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
661
662         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
663         castellano.
664         (gnus-outlook-display-hook): New variable.
665         (gnus-outlook-display-article-buffer): New function.
666         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
667         (gnus-outlook-deuglify-article): Made them interactive and added
668         optional arg.  Use `g-o-d-a-b'.
669         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
670
671         * gnus-sum.el: Added autoloads.
672         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
673         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
674
675 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
676
677         * gnus-art.el (gnus-display-mime): Use the mime emulation
678         variable. 
679
680         * gnus-sum.el (gnus-article-emulate-mime): New variable.
681
682         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
683         newsrc-alist is initialized properly.
684
685         * mail-source.el (mail-sources): Autoload.
686
687         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
688         nil.
689
690         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
691         insert two newlines.
692
693         * message.el (message-check-news-header-syntax): Compute the
694         header length correctly.
695
696 2002-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
697
698         * gnus-agent.el (gnus-agent-expire): Do not remove article from
699         alist when keeping fetched article file.
700         (gnus-agent-retrieve-headers): When parsing response for article
701         numbers, use the same algorithm as gnus-agent-braid-nov to protect
702         against garbage in the server's response.
703
704         * gnus-int.el (gnus-request-expire-articles,
705         gnus-request-move-article): Only expire when the group's server
706         has been agentized.
707
708 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
709
710         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
711         errors when deleting overlays.
712
713         * gnus-score.el (gnus-score-followup): Allow tracing.
714
715         * gnus-art.el (gnus-treat-display-face): New variable.
716         (article-display-face): New command.
717
718         * gnus-fun.el (gnus-face-from-file): New function.
719         (gnus-convert-face-to-png): Ditto.
720
721         * gnus-art.el (gnus-ignored-headers): Added Face.
722
723 2003-01-10  Simon Josefsson  <jas@extundo.com>
724
725         * nndraft.el (nndraft-request-group): Avoid crash in
726         directory-files when draft directory doesn't exists.
727
728         * gnus-sum.el (gnus-select-article-hook): Add :option.
729
730 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
731
732         * spam.el (spam-use-stat): new variable
733         (spam-group-spam-processor-stat-p) 
734         (spam-group-ham-processor-stat-p): new convenience functions
735         (spam-summary-prepare-exit): add spam/ham processors to sequence
736         (spam-list-of-checks): add spam-use-stat to list of checks
737         (spam-split): conditionally load the spam-stat tables
738         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
739         spam-check-ifile): new functions
740
741         * spam-stat.el (spam-stat): typo fix
742         (spam-stat-install-hooks): new variable
743         (spam-stat-split-fancy-spam-group): added documentation clarification
744         (spam-stat-split-fancy-spam-threshhold): new variable
745         (spam-stat-install-hooks): make hooks conditional
746         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
747
748         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
749         spam-stat ham/spam processor symbols
750
751 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
752
753         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
754         file exists.
755
756 2003-01-10  Simon Josefsson  <jas@extundo.com>
757
758         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
759         undownloaded/downloadable only when unplugged.
760
761 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
762
763         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
764
765 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
766
767         * spam.el (spam-check-ifile): fixed call-process-region to use the
768         db parameter only if it's set
769         (spam-ifile-register-with-ifile): ditto
770
771 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
772
773         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
774         spam-stat-nbad before creating the hash table.
775         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
776         Changed copyright statement to FSF.
777
778 2002-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
779
780         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
781         processable articles as read.
782         (gnus-agent-summary-fetch-series): Remove processable and
783         downloadable marks on all downloaded articles in the series.
784
785         * nntp.el (nntp-report): Throw error after reporting the problem.
786         (nntp-accept-process-output): Corrected error check to report an
787         error when the process is nil.
788
789 2003-01-09  Simon Josefsson  <jas@extundo.com>
790
791         * message.el (message-tool-bar-map): Add preview.
792
793 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
794
795         * mml.el (mml-preview): Get rid of MIME handles and buffers after
796         previewing.
797
798 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
799
800         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
801         bug when the (n+1)th article to be added to a group has a smaller
802         number than the n articles already added.
803
804 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
805
806         * message.el (message-mode-field-menu): Use backquote.
807
808 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
809
810         * spam.el: fixed the BBDB autoloads again, using
811         bbdb-search-simple now (which is not a macro, thank god)
812
813         * lpath.el (bbdb-search): removed function from maybe-fbind list
814
815         * gnus.el (ham-process-destination): added new parameter for
816         destination of ham articles found in spam groups at summary exit
817
818         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
819         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
820         (spam-ifile-database-path): added new parameter for ifile's database
821         (spam-move-spam-nonspam-groups-only): new parameter to determine
822         if spam should be moved from all groups or only some
823         (spam-summary-prepare-exit): fixed logic to use
824         spam-move-spam-nonspam-groups-only when deciding to invoke
825         spam-mark-spam-as-expired-and-move-routine; always invoke that
826         routine after the spam has been expired-or-moved in case there's
827         some spam left over; use spam-ham-move-routine in spam groups
828         (spam-ham-move-routine): new function to move ham articles to the
829         ham-process-destinations group parameter
830
831 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
832
833         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
834
835         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
836         gnus-summary-update-article-line.
837
838 2003-01-08  Simon Josefsson  <jas@extundo.com>
839
840         * nnmail.el (nnmail-expiry-target-group): Request group, create it
841         not successful.
842
843 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
844
845         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
846
847 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
848
849         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
850         logic, finally
851
852 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
853
854         * gnus-spec.el (gnus-parse-format): %C is a complex format.
855         (gnus-parse-format): Change to %~.
856
857         * message.el (message-generate-headers): Don't generate optional
858         empty headers.
859
860 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
861
862         * message.el (message-cross-post-default)
863         (message-cross-post-note-function, message-shoot-gnksa-feet)
864         (message-strip-subject-trailing-was, message-change-subject)
865         (message-mark-insert-file, message-cross-post-followup-to)
866         (message-cross-post-followup-to, message-mode-map)
867         (message-generate-unsubscribed-mail-followup-to)
868         (message-make-mail-followup-to): Minor changes to doc-strings and
869         error messages.  Updated copyright line.
870
871         * message.el (message-make-mail-followup-to,
872         message-generate-unsubscribed-mail-followup-to): New function
873         names.  Renamed functions: "-mft" -> "-mail-followup-to".
874         (message-make-mft, message-gen-unsubscribed-mft): Removed function
875         names.
876
877         * mml.el (mml-preview-insert-mail-followup-to): New function name.
878         (mml-preview-insert-mft): Removed function name.
879         (mml-preview): Use new function names.
880
881         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
882
883         * message.el (message-mode-field-menu): Moved header related
884         commands from "Message" to "Field" menu.
885
886 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
887
888         * message.el (message-generate-headers-first): Added customization
889         if variable is a list.
890
891 2003-01-07  Michael Shields  <shields@msrl.com>
892
893         * gnus-art.el (gnus-article-next-page): Correctly handle the case
894         where the last line of the article is the last line of the window.
895
896 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
897
898         * gnus-msg.el (gnus-debug): Use ignore-errors.
899
900         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
901         `gnus-summary-update-line'.
902
903 2003-01-08  Simon Josefsson  <jas@extundo.com>
904
905         * gnus-art.el (gnus-unbuttonized-mime-types)
906         (gnus-buttonized-mime-types): Doc fix.
907
908 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
909
910         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
911
912 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
913
914         * nnrss.el (nnrss-group-alist): Add and clear up.
915
916 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
917
918         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
919
920         * lpath.el (bbdb-search): added BBDB functions for a better way to
921         fix missing functions
922
923         * spam.el (spam-check-ifile): if should be an unless
924
925         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
926         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
927         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
928
929 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
930
931         * gnus-sum.el (gnus-summary-make-menu-bar): Added
932         gnus-summary-refer-thread to thread menu.
933
934 2002-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
935
936         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
937         summary buffer, articles that cannot be fetched are marked as
938         canceled.
939
940         * nntp.el (nntp-with-open-group): The quit signal handler must
941         propagate the quit signal to the next outer handler so that the
942         caller knows that the request aborted abnormally.
943
944 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
945
946         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
947         (spam-ifile-register-spam-routine)
948         (spam-ifile-register-ham-routine): added ifile functionality that
949         does not use ifile-gnus.el to classify and register articles
950         (spam-get-article-as-string): convenience function
951         (spam-summary-prepare-exit): added ifile spam and ham registration
952         (spam-ifile-all-categories, spam-ifile-spam-category)
953         (spam-ifile-path, spam-ifile): added customization options
954
955         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
956         exit processor
957         (spam-process): added gnus-group-ham-exit-processor-ifile to the
958         list of choices
959
960 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
961
962         * gnus-score.el (gnus-score-followup): Also score immediate
963         followups.
964
965 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
966
967         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
968
969 2003-01-07  Simon Josefsson  <jas@extundo.com>
970
971         * message.el (message-mode-menu): Fix receipt balloon help.
972
973 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
974
975         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
976         always be interpreted as news.
977
978 2003-01-07  Simon Josefsson  <jas@extundo.com>
979
980         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
981         gnus-sieve-script, instead of the global variable
982         gnus-sieve-crosspost.  One-line patch from Steinar Bang
983         <sb@dod.no>.
984
985 2002-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
986
987         * gnus.el: Renamed gnus-summary-*-uncached-face as
988         gnus-summary-*-undownloaded-face to avoid confusing the agent with
989         the cache.
990
991         * gnus-sum.el: Ditto.
992
993 2002-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
994
995         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
996         in either the group or summary buffer.
997         New command "JS", in summary buffer, will fetch articles per the
998         group's category, predicate, and processable flags.
999         (gnus-agent-summary-fetch-series): Rewritten to call
1000         gnus-agent-session-fetch-group once with all articles in the
1001         series.
1002         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
1003         return list of fetched articles.
1004         (gnus-agent-fetch-articles): Split fetch list into sublists such
1005         that the article buffer is only slightly larger than
1006         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
1007         the group's article alist is saved.
1008         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
1009         longer result in the agent trying to fetch an article.
1010         (gnus-agent-fetch-group-1): Can now be called in either the group
1011         or summary buffer.  Removed the max-fetch-size code that I added
1012         on 2002-12-13 as that capability is now part of
1013         gnus-agent-fetch-articles.  Added code to update summary buffer.
1014         When called in the group buffer, articles that can not be fetched
1015         are AUTOMATICALLY MARKED AS READ.
1016
1017         * gnus-sum.el (): Modified eval-when-compile to minimize
1018         misleading compilation warnings.
1019         (gnus-update-summary-mark-positions): Changed code to use
1020         gnus-undownloaded-mark rather than gnus-downloaded-mark.
1021
1022         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
1023         empty file as the parser assumes that the file isn't empty.
1024
1025         * nntp.el (nntp-send-string): The process-send-string call can,
1026         because it performs I/O on the process, change the process' state
1027         from open to closed.  If this happens, call nntp-report
1028         immediately to report the broken connection.
1029         (nntp-report): Rewritten to avoid needing a global variable to
1030         determine the appropriate course of action.  Instead, two function
1031         implementations are provided and the nntp-report function value is
1032         bound to the appropriate implementation.
1033         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
1034         (nntp-with-open-group): Now binds nntp-report's function cell
1035         rather than binding gnus-with-open-group-first-pass.  Added a
1036         condition-case to detect a quit during a nntp command.  When the
1037         quit occurs, the current connection is closed as a fetch articles
1038         request could have several megabytes queued up for reading.
1039         (nntp-retrieve-headers): Bind articles to itself.  If
1040         nntp-with-open-group repeats this command, I must have access to
1041         the original list of articles.
1042         (nntp-retrieve-groups): Ditto for groups.
1043         (nntp-retrieve-articles): Ditto for articles.
1044         (*): Replaced nntp-possibly-change-group calls to
1045         nntp-with-open-group forms in all, but one, occurrance.
1046         (nntp-accept-process-output): Bug fix. Detect when called with
1047         null process.
1048
1049 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
1050
1051         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
1052         if we don't need to.
1053         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
1054
1055 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1056
1057         * gnus-group.el (gnus-group-make-web-group): Pass the select
1058         method on to group-create.
1059         (gnus-group-line-format-alist): %U is an integer.
1060
1061         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
1062         ephemeral groups.
1063         (gnus-summary-read-group-1): Ditto.
1064         (gnus-group-make-articles-read): Ditto.
1065
1066         * mm-url.el (mm-url-program): Doc fix.
1067
1068         * message.el (message-mode-map): Rebound
1069         message-insert-wide-reply.
1070
1071 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1072
1073         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
1074         color as `gnus-group-startup-message' does.
1075
1076 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
1077
1078         * spam.el: fixed line lengths to 80 chars or less
1079
1080         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
1081         "not-read" mark
1082         (gnus-summary-mark-forward): added the spam-mark to the list of
1083         marks not to be marked as "read" when viewed
1084
1085 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1086
1087         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
1088
1089         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
1090         Protect against unactive groups.
1091
1092         * message.el (message-check-news-header-syntax): Check long
1093         header lines.
1094         (message-check-news-header-syntax): Update `start'.
1095
1096         * gnus-group.el (gnus-group-expire-articles): Doc fix.
1097         (gnus-group-line-format): %U.
1098         (gnus-group-line-format-alist): ?U.
1099         (gnus-number-of-unseen-articles-in-group): New function.
1100
1101         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
1102
1103         * gnus.el (gnus-version-number): Bump version number.
1104
1105 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1106
1107         * gnus.el: Oort Gnus v0.10 is released.
1108
1109 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1110
1111         * gnus.el (gnus-version-number): Fix version number.
1112
1113 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1114
1115         * gnus.el: Oort Gnus v0.08 is released.
1116
1117 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
1118
1119         * mm-util.el: Add mm-string-make-unibyte.
1120
1121         * gnus-group.el (gnus-group-jump-to-group): Make it work for
1122         UTF-8 groups.
1123
1124 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1125
1126         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
1127
1128         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
1129
1130 2003-01-04  Kevin Ryde  <user42@zip.com.au>
1131
1132         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
1133         function.
1134
1135 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1136
1137         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
1138         (gnus-summary-read-group-1): Update group line.
1139         (gnus-summary-exit-no-update): Update group on exit.
1140
1141         * gnus-group.el (gnus-group-line-format): Add %*.
1142         (gnus-group-line-format-alist): Ditto.
1143         (gnus-group-insert-group-line): Set it.
1144         (gnus-group-is-exiting-p): New variable.
1145         (gnus-group-insert-group-line): Use it.
1146
1147 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
1148
1149         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
1150         enable BBDB ham processing
1151         (spam-blacklist-register-routine): enable blacklist spam processing
1152         (spam-whitelist-register-routine): enable whitelist ham processing
1153         (spam-fetch-field-from-fast): fast fetching of the "from" field
1154         from (gnus-data-list)
1155         (spam-summary-prepare-exit): works completely now
1156         (spam-use-blacklist): oops, should be nil by default
1157         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
1158         split processing now; before it was for summary exit as
1159         well but that's done with the spam-contents and spam-process
1160         parameters now
1161
1162 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
1163
1164         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
1165         characters.
1166
1167 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
1168
1169         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
1170         (spam-group-processor-p, spam-group-processor-bogofilter-p)
1171         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
1172         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
1173         (spam-mark-spam-as-expired-and-move-routine)
1174         (spam-generic-register-routine, spam-BBDB-register-routine)
1175         (spam-ifile-register-routine, spam-blacklist-register-routine)
1176         (spam-whitelist-register-routine): new functions
1177         (spam-summary-prepare-exit): added summary exit processing (expire
1178         or move) of spam-marked articles for spam groups; added slots for
1179         all the spam-*-register-routine functions
1180
1181 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1182
1183         * pop3.el (pop3-retr): Wait 500 msecs.
1184         (pop3-read-response): Ditto.
1185
1186         * gnus-msg.el (gnus-setup-message): Get the evaliation order
1187         right.
1188         (gnus-inews-make-draft): New function.
1189         (gnus-setup-message): Use it.
1190
1191         * message.el (message-required-headers): Add From.
1192
1193 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1194         Trivial patch from Norbert Koch <nk@viteno.net>.
1195
1196         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
1197
1198 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1199
1200         * message.el (message-generate-headers): Let header formatters do
1201         their work.
1202
1203 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
1204
1205         * deuglify.el (gnus-article-outlook-deuglify-article):
1206         Rehighlight, reapply treatments and call
1207         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
1208         (gnus-outlook-repair-attribution-block): Recognize cited
1209         attributions.  Suggested by Niklas Morberg.
1210
1211 2003-01-02  Pete Kazmier  <pete@kazmier.com>
1212
1213         * gnus-art.el (gnus-treat-predicate): Check condition first.
1214
1215 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
1216
1217         * lpath.el: Add url-http-file-exists-p.
1218
1219         * gnus-group.el (gnus-group-fetch-charter): Use
1220         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
1221
1222 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1223
1224         * message.el (message-draft-headers): Also generate From to get a
1225         nicer draft buffer summary.
1226
1227         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
1228         parameter.
1229
1230         * gnus-art.el (article-wash-html): Clean up.
1231         (article-wash-html): Typo fix.
1232
1233         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
1234         (gnus-summary-mail-forward): To many lists of lists.
1235
1236         * gnus-art.el (article-wash-html): Clean up.
1237
1238 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
1239
1240         * gnus-art.el (gnus-treat-wash-html): New variable.
1241
1242 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1243
1244         * message.el (message-check-news-header-syntax): Allow posting.
1245         (message-check-news-header-syntax): Fix logic for sure, this
1246         time.
1247
1248 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
1249
1250         * message.el (message-check-news-header-syntax): Check syntax of
1251         continuation headers.
1252
1253 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
1254
1255         * gnus-art.el (gnus-button-url-regexp,
1256         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
1257         (gnus-header-button-alist): Regexps are case insensitive here.
1258
1259 2003-01-02  Simon Josefsson  <jas@extundo.com>
1260
1261         * dig.el (query-dig): Doc fix.
1262
1263 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1264
1265         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
1266         summary buffer line, not just the download mark.
1267
1268 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1269
1270         * gnus-sum.el (gnus-summary-goto-subjects): New function.
1271         (gnus-summary-insert-dormant-articles): New command and
1272         keystroke.
1273
1274         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
1275         function for mass insertion of subjects.
1276
1277         * nndraft.el (nndraft-generate-headers): Don't move point.
1278
1279         * gnus.el (nnheader): Require nnheader.
1280
1281         * nndraft.el (nndraft-request-associate-buffer): Use
1282         make-local-variable.
1283
1284 2003-01-02  Michael Shields  <shields@msrl.com>
1285
1286         * nndraft.el (nndraft-request-associate-buffer): Make
1287         write-contents-hooks buffer-local before setting it.
1288
1289 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1290
1291         * gnus.el (gnus-group-parameter-value): Take an extra param.
1292         (gnus-group-fast-parameter): Let group param results be nil.
1293
1294         * gnus-art.el (gnus-article-forward-header): New function.
1295         (article-date-ut): Use it to remove continuation date headers.
1296
1297         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
1298         read-event.
1299         (gnus-summary-remove-bookmark): Clean up.
1300         (gnus-summary-set-bookmark): Clean up.
1301
1302         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
1303
1304         * gnus.el (gnus-group-startup-message): Bind data-directory to
1305         the Gnus etc directory.
1306
1307 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
1308
1309         * spam.el (spam-summary-prepare-exit): added slots for spam- and
1310         ham-processing of articles; use the new
1311         spam-group-(spam|ham)-contents-p functions
1312         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
1313         convenience functions
1314         (spam-mark-junk-as-spam-routine): use the new
1315         spam-group-spam-contents-p function
1316
1317         * gnus.el (spam-process, spam-contents, spam-process-destination):
1318         added new parameters with corresponding global variables
1319         (gnus-group-spam-exit-processor-ifile,
1320         gnus-group-spam-exit-processor-bogofilter,
1321         gnus-group-spam-exit-processor-blacklist,
1322         gnus-group-spam-exit-processor-whitelist,
1323         gnus-group-spam-exit-processor-BBDB,
1324         gnus-group-spam-classification-spam,
1325         gnus-group-spam-classification-ham): added new symbols for the
1326         spam-process and spam-contents parameters
1327
1328         * spam.el (spam-ham-marks, spam-spam-marks): changed list
1329         customization and list itself to store mark symbol rather than
1330         mark character.
1331         (spam-bogofilter-register-routine): added logic to generate mark
1332         values list from spam-ham-marks and spam-spam-marks, so (member)
1333         would work.
1334
1335 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1336
1337         * message.el (message-cross-post-followup-to): Fix comment.
1338
1339 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
1340
1341         * spam.el (spam-ham-marks, spam-spam-marks): changed list
1342         customization and list itself to store mark symbol rather than
1343         mark character.
1344         (spam-bogofilter-register-routine): added logic to generate mark
1345         values list from spam-ham-marks and spam-spam-marks, so (member)
1346         would work.
1347
1348 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
1349
1350         * message.el (message-signature-insert-empty-line): New variable.
1351
1352 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1353
1354         * message.el: Renamed functions and variables: "xpost" ->
1355         "cross-post", "-fup2" -> "-followup-to".
1356         (message-cross-post-old-target, message-cross-post-default,
1357         message-cross-post-note, message-followup-to-note,
1358         message-cross-post-note-function): New variables names.
1359         (message-xpost-old-target, message-xpost-default,
1360         message-xpost-note, message-fup2-note,
1361         message-xpost-note-function): Removed variable names.
1362         (message-cross-post-followup-to-header,
1363         message-cross-post-insert-note, message-cross-post-followup-to):
1364         New function names.
1365         (message-xpost-fup2-header, message-xpost-insert-note,
1366         message-xpost-fup2): Removed function names.
1367
1368 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1369
1370         * message.el (message-send-mail): Added message-cleanup-headers to
1371         prevent newlines in headers.
1372
1373 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1374
1375         * dns.el (dns-make-network-process): Comment.
1376
1377         * gnus-sum.el (gnus-summary-display-while-building): Default to
1378         nil.
1379
1380 2003-01-01  Wes Hardaker  <wes@hardakers.net>
1381
1382         * gnus-sum.el (gnus-summary-display-while-building): New
1383         variable.
1384
1385 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
1386
1387         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
1388         before rearranging the article.
1389
1390 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1391
1392         * nndraft.el (nndraft-generate-headers): New function.
1393         (nndraft-request-associate-buffer): Use it to write headers on
1394         buffer save.
1395
1396         * message.el (message-generate-headers): Let the function be a
1397         lambda form.
1398         (message-draft-headers): New variable.
1399
1400         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
1401         function.
1402         (gnus-setup-message): Use it.
1403
1404         * message.el (message-generate-headers-first): Doc fix.
1405         (message-setup-1): Use new function for getting which headers to
1406         generate.
1407         (message-headers-to-generate): New function.
1408
1409 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
1410
1411         * gnus-agent.el (gnus-agent-save-alist): Make directory.
1412
1413 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
1414
1415         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
1416         mention negatives.
1417
1418 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
1419
1420         * deuglify.el (gnus-outlook-rearrange-article): Use
1421         `transpose-regions' instead of tempering the kill-ring.
1422         (gnus-article-outlook-deuglify-article): Rehighlight article
1423         instead of a complete redisplay.
1424
1425 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
1426
1427         * spam.el: most defvars are defcustoms now
1428
1429         patches from Michael Shields  <shields@msrl.com>
1430
1431         * spam.el (spam-bogofilter-articles): Select the article
1432         body using gnus-summary-show-article t instead of
1433         gnus-summary-select-article; this presents the raw text
1434         without running any hooks.
1435
1436         * spam.el (spam-bogofilter-articles): Use message-remove-header
1437         to remove headers; the old way incorrectly removed just the first
1438         line of folded headers.
1439
1440 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1441
1442         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
1443
1444 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1445
1446         * gnus-start.el (gnus-load): New function.
1447         (gnus-read-newsrc-el-file): Use it.
1448
1449 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1450
1451         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
1452         (gnus-button-handle-apropos-documentation): New function.
1453         (gnus-button-handle-ctan): New function.
1454         (gnus-button-alist): Use them.  Improve some regexps.
1455         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
1456
1457 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1458
1459         * message.el (message-subscribed-p): New function.
1460         (message-send-mail): Use it.
1461         * mml.el (mml-preview-insert-mft): New function.
1462         (mml-preview): Use it.
1463
1464 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1465
1466         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
1467         when sorting by date.
1468
1469         * gnus-art.el (gnus-article-edit-mode): New variable.
1470         (gnus-article-setup-buffer): Warn user about discarding edits.
1471
1472         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
1473         (gnus-summary-pipe-output): Take a symbolic prefix to save all
1474         headers.
1475
1476         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
1477
1478 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1479
1480         * message.el (message-completion-alist): Added "Mail-Followup-To"
1481         and "Mail-Copies-To".
1482
1483 2002-07-21  Jesper harder  <harder@ifa.au.dk>
1484
1485         * gnus-group.el: Add key bindings for
1486         gnus-group-sort-groups-by-real-name and
1487         gnus-group-sort-selected-groups-by-real-name.
1488
1489 2002-07-21  Jesper harder  <harder@ifa.au.dk>
1490
1491         * gnus.texi (Sorting Groups): Add key bindings for
1492         gnus-group-sort-groups-by-real-name and
1493         gnus-group-sort-selected-groups-by-real-name.
1494
1495 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
1496
1497         * spam.el (spam-use-dig): new variable for blackhole checking
1498         through dig.el
1499         (spam-check-blackholes): added dig.el checking functionality and
1500         more verbose reporting; query-dig is autoloaded from dig.el
1501         (spam-use-blackholes): disabled by default
1502         (spam-blackhole-servers): removed rbl.maps.vix.com from the
1503         blackhole servers list
1504
1505 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1506
1507         * message.el (message-required-headers): New variable.
1508
1509 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
1510
1511         * dig.el (query-dig): new function
1512
1513 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1514
1515         * flow-fill.el (fill-flowed): Don't infloop on too long fill
1516         prefixes.
1517
1518         * dns.el (query-dns): Protect against errors.
1519
1520         * gnus-msg.el (gnus-article-yanked-articles): New variable.
1521         (gnus-inews-add-send-actions): Mark all answered messages as
1522         answered.
1523
1524 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
1525
1526         * nnmail.el (nnmail-split-it): Added tracing to
1527         `:' split rule
1528
1529 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
1530
1531         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
1532         and "%s" so we don't overquote them.
1533
1534 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
1535
1536         * (mm-display-external): Display the actual command that has been
1537         executed in the echo area.
1538
1539 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1540
1541         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
1542
1543         * message.el (message-with-reply-buffer): New macro.
1544         (message-fetch-reply-field): Use it.
1545         (message-insert-wide-reply): New command and keystroke.
1546         (message-carefully-insert-headers): New function.
1547         (message-insert-to): Use new function.
1548
1549         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
1550         (gnus-topic-goto-missing-group): Use it.
1551
1552         * message.el (message-required-news-headers): Removed Lines.
1553         (message-reply): Don't insert References first.
1554         (message-followup): Ditto.
1555         (message-make-references): New function.
1556         (message-followup): Set message-reply-headers before generating
1557         the buffer stuff.
1558
1559 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
1560
1561         * mml.el (mml-generate-mime-1): Reverse the order of
1562         encoding/flowing.
1563
1564 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1565
1566         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
1567         after moving them.
1568
1569         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
1570         fit with newer standard format.
1571         (gnus-summary-make-false-root-always): New variable.
1572         (gnus-gather-threads-by-subject): Use it.
1573
1574         * message.el (message-get-reply-headers): Take an address list
1575         optional argument.
1576
1577 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1578
1579         * gnus.el (gnus-keep-backlog): Change default to 20.
1580
1581         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
1582         start.
1583         (gnus-agent-check-overview-buffer): Remove negative article
1584         numbers.
1585
1586         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
1587         (nnmail-cache-ignore-groups): Doc fix.
1588
1589         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
1590         (nnimap-debug-buffer): New variable.
1591         (nnimap-debug): Use it.
1592
1593 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
1594
1595         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
1596
1597 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1598
1599         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
1600         they aren't already sorted.
1601
1602 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
1603
1604         * message.el (message-mode-menu): Add ellipses to menu items
1605         expecting user interaction.
1606         (message-mode-field-menu): do.
1607
1608 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
1609
1610         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
1611         it isn't used any more.
1612
1613 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
1614
1615         * binhex.el (binhex-decoder-program): Fix docstring.
1616
1617 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1618
1619         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
1620         special chars if the mailcap file uses single quotes around %s.
1621         From Laurent Martelli <laurent@bearteam.org>.
1622
1623 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
1624
1625         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
1626         return the info object.
1627
1628 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
1629
1630         * gnus-int.el (gnus-request-update-info): Artificially add
1631         (1 . (1- min)) to the read range, in case the backend doesn't
1632         store marks for nonexistent articles.
1633
1634 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1635
1636         * binhex.el (binhex-insert-char): Eval-and-compile.
1637
1638 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
1639
1640         * lpath.el: Add tool-bar-local-item-from-menu.
1641
1642         * message.el (message-tool-bar-local-item-from-menu): New function.
1643         (message-tool-bar-map): Use it.
1644
1645 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
1646
1647         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
1648
1649         * gnus-art.el (gnus-article-header-rank): Last header in
1650         gnus-sorted-header-list should have higher rank than non-members.
1651
1652 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1653
1654         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
1655         covered methods.
1656
1657 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1658
1659         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
1660         eval-when-compile.  Suggested by Kevin Greiner.
1661
1662 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
1663
1664         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
1665         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
1666         even though no headers may have been fetched
1667         (gnus-agent-fetch-group-1, and perhaps others, require this
1668         behavior).
1669         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
1670         server buffer is constrained by gnus-agent-max-fetch-size.
1671         Multiple chunks in the same group may perform arbitrarily large
1672         updates.
1673
1674 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
1675
1676         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
1677         gnus-summary-update-download-mark to update the article in the
1678         summary.
1679
1680 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
1681
1682         * gnus.el (gnus-summary-high-uncached-face,
1683         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
1684         New faces.
1685
1686         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
1687         added this on 2002-11-23 but it just wasn't working out as
1688         intended.  The idea isn't entirely dead, three new faces
1689         gnus-summary-*-uncached-face are being added to gnus.el to provide
1690         the basis for an improved implementation.
1691         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
1692         proper file to open is lib/servers.
1693         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
1694         (i.e. removing the article from gnus-newsgroup-downloadable) will
1695         now restore the article's default mark rather than simply setting
1696         no mark.
1697         (gnus-agent-get-undownloaded-list): Corrected documentation.
1698         Added code to set new summary local variable,
1699         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
1700         a temporary list.  No longer sets gnus-newsgroup-downloadable.
1701         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
1702         up to date.  Call new gnus-summary-update-download-mark to keep
1703         summary buffer up-to-date.
1704         (gnus-agent-fetch-selected-article): Keep
1705         gnus-newsgroup-undownloaded up to date.
1706         (gnus-agent-fetch-articles): Return list of articles that were
1707         successfully fetched.
1708         (gnus-agent-check-overview-buffer): No more thingatpt.
1709         (gnus-agent-expire): No longer deletes NOV entries of unread
1710         articles.
1711         (gnus-agent-unread-articles): New function.
1712         (gnus-agent-regenerate-group): The article number must be
1713         terminated by a tab character.  Added more messages to report
1714         repairs.  Inhibit quits while writing changes so it is now safe
1715         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
1716         downloaded to 1) resolve the unbound references and 2) avoid
1717         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
1718
1719         * gnus-art.el (gnus-article-prepare): The agent
1720         downloaded/undownloaded mark is no longer stored as the article's
1721         mark.
1722
1723         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
1724         gnus-summary-highlight may use it.  Added downloaded as
1725         gnus-summary-highlight was using it.
1726
1727         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
1728         the download mark now follows Kai's +/- convention.
1729         (gnus-downloaded-mark): Added ?+ mark.
1730         (gnus-summary-highlight): Added rules to select
1731         gnus-summary-high-uncached-face,
1732         gnus-summary-normal-uncached-face, and
1733         gnus-summary-low-uncached-face.  Removed the
1734         gnus-agent-downloaded-article-face.
1735         (gnus-summary-line-format-alist): Implemented the download flag
1736         format (?O) as named in the manual.  This implementation displays
1737         either gnus-undownloaded-mark, gnus-downloaded-mark, or
1738         gnus-no-mark.
1739         (gnus-newsgroup-agentized): New local variable that identifies
1740         which groups are agentized.  While the agent is now on by default,
1741         you don't have to agentize every server that you use.
1742         (gnus-update-summary-mark-positions): Completed support for the
1743         download type of mark.
1744         (gnus-summary-insert-line): Added undownloaded to the parameters.
1745         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
1746         reference by the gnus-summary-line-format-spec.
1747
1748         * nntp.el (nntp-with-open-group): This macro handles dropped or
1749         broken connections by opening a new connection and repeating the
1750         failed command.
1751         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
1752         XOVER commands preceeding the active articles with the nov entry
1753         of the first available article.  When gnus connected to such a
1754         server, the unexpected nov entry would result in duplicate lines
1755         in the agent's overview file.  This patch fixes the duplicate
1756         lines problem and improves performance by skipping over all
1757         articles IDs that preceed the first nov entry in the server's
1758         reply.
1759
1760 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1761
1762         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
1763         (gnus-summary-highlight): Use it instead of `downloaded'.
1764         (gnus-summary-highlight-line): Ditto.
1765
1766         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
1767
1768 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1769
1770         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
1771
1772         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
1773         calls.
1774
1775         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
1776         downloaded variable if we're in an uncovered group.
1777
1778         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
1779         font to soemthing less noticeable.
1780         (gnus-agent-group-covered-p): New function.
1781
1782 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
1783
1784         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
1785         Because of an unknown bug, the group buffer is saved in .overview
1786         file.
1787
1788 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1789
1790         * nntp.el (nntp-send-command): Braino in last commit.  Replace
1791         `and' with `or'.
1792
1793 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1794
1795         * nntp.el (nntp-send-command): Assume that echo does not happen
1796         when nntp-open-connection-function is nntp-open-network-stream.
1797         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
1798
1799 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
1800
1801         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
1802
1803 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
1804
1805         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
1806         nntp-server-buffer if we aren't going to write to it.
1807
1808 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1809         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
1810
1811         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
1812
1813 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1814
1815         * rfc2047.el (rfc2047-decode-region): Remove newlines between
1816         decoded words.
1817
1818 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1819
1820         * gnus.el (fboundp): After loading mm-util, make sure it was the
1821         right one.
1822
1823 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1824
1825         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
1826         gnus-sum.  Made into a user option.
1827
1828         * gnus-sum.el (gnus-simplify-ignored-prefixes)
1829         (gnus-summary-mark-article-as-unread)
1830
1831 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
1832
1833         * time-date.el (date-to-time): Typo.
1834
1835         * parse-time.el: Typo.
1836
1837         * nnsoup.el (nnsoup-retrieve-headers): Typo.
1838
1839         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
1840
1841         * nnimap.el:
1842         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
1843
1844         * mm-encode.el (mm-safer-encoding): Typo.
1845
1846         * messcompat.el: Typo.
1847
1848         * message.el (message-face-alist): Typo.
1849
1850         * imap.el (imap-interactive-login, imap-open): Typos.
1851
1852         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
1853
1854         * gnus.el: Typo.
1855
1856         * gnus-win.el (gnus-configure-frame): Typo.
1857
1858         * gnus-util.el (gnus-atomic-progn-assign): Typo.
1859
1860         * gnus-topic.el (gnus-topic-sort-topics): Typo.
1861
1862         * gnus-sum.el (gnus-summary-article-number)
1863         (gnus-summary-read-group-1, gnus-summary-mark-article)
1864         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
1865
1866         * gnus-mule.el (gnus-mule-add-group): Typo.
1867
1868         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
1869
1870         * gnus-group.el (gnus-group-fetch-faq): Typo.
1871
1872         * gnus-art.el (gnus-decode-header-methods): Typo.
1873
1874         * flow-fill.el: Typo.
1875
1876 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
1877
1878         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
1879
1880 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1881
1882         * gnus-sum.el (gnus-simplify-ignored-prefixes)
1883         (gnus-summary-mark-article-as-unread)
1884         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
1885         Reformatting to avoid long lines.
1886         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
1887
1888 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
1889
1890         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
1891         be accessed through `mail-header-number'.
1892
1893 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1894
1895         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
1896         compressed range to gnus-summary-insert-articles.
1897
1898 2002-11-26  Kevin Ryde <user42@zip.com.au>
1899
1900         * gnus-art.el (gnus-mime-copy-part): Look for filename
1901         parameter under content-disposition, not content-type.
1902
1903         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
1904         (gnus-summary-reselect-current-group): Use it.
1905
1906 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
1907
1908         * gnus-agent.el (gnus-agent-uncached-articles): if
1909         gnus-agent-load-alist fails, return ARTICLES.
1910
1911         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
1912
1913 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1914
1915         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
1916         superfluous function call.
1917         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
1918         Add warning to docstring.
1919
1920 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1921
1922         * gnus-agent.el: Autoload number-at-point instead.
1923         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
1924
1925 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1926
1927         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
1928         require thingatpt (for number-at-point) and protect against
1929         deactivate-mark being unbound (on XEmacs).
1930
1931 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1932
1933         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
1934         print message on entry.
1935
1936         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
1937
1938         * gnus-range.el (gnus-range-difference): New function.
1939         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
1940
1941 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1942
1943         * gnus-sum.el (gnus-summary-insert-old-articles): Use
1944         gnus-remove-from-range instead of gnus-range-difference which
1945         doesn't exist.
1946
1947 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1948         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
1949
1950         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
1951         used for showing which articles have been downloaded.
1952         (gnus-agent-article-alist): Format change.  Add documentation.
1953         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
1954         process-marked articles.
1955         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
1956         in the series are individually fetched to minimize lose of
1957         content due to an error/quit.
1958         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
1959         gnus-message instead of message.
1960         (gnus-agent-read-servers): Use file lib/methods instead of
1961         lib/servers.  TODO: Why?
1962         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
1963         (gnus-agent-get-undownloaded-list): Remove articles that appear to
1964         come from the agent.  This means that they are not downloaded.
1965         (gnus-agent-fetch-selected-article): Don't use history.
1966         (gnus-agent-save-history, gnus-agent-enter-history)
1967         (gnus-agent-article-in-history-p, gnus-agent-history-path):
1968         Removed function; history is not used anymore.
1969         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
1970         (gnus-agent-crosspost): Started rewrite then realized that a typo
1971         in gnus-agent-fetch-articles ensures that this function is never
1972         called.  This will need to be fixed later.
1973         (gnus-agent-check-overview-buffer): Some sanity checks on the
1974         agent overview buffer.  This is a safety net used during
1975         development.
1976         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
1977         changed, write a number to the file indicating this.
1978         (gnus-agent-fetch-headers): Rewrite to respect
1979         gnus-agent-consider-all-articles without relying on the
1980         `.fetched' files.  Make it fast.
1981         (gnus-agent-braid-nov): Change resulting from
1982         gnus-agent-fetch-headers change.
1983         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
1984         `.fetched' files.
1985         (gnus-agent-read-agentview): New function, used by
1986         gnus-agent-load-alist.
1987         (gnus-agent-load-fetched-headers): Remove.
1988         (gnus-agent-save-alist): Rewrite to accomodate new format.
1989         (gnus-agent-fetch-group-1): Make sure list of articles is in the
1990         same order as in gnus-newsgroup-headers.
1991         (gnus-agent-expire): Document and implement extra args ARTICLES,
1992         GROUP, FORCE.  Do not restrict usage.
1993         (gnus-agent-uncached-articles): New function.
1994         (gnus-agent-retrieve-headers): Use it.
1995         (gnus-agent-regenerate-group): No longer needs to be called from
1996         gnus-agent-regenerate.  Individual groups may be regenerated. The
1997         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
1998         The article fetch dates are validated in the article alist.  The
1999         article alist is pruned of entries that do not reference existing
2000         NOV entries.  All changes are computed then applied with
2001         inhibit-quit bound to t.  As a result, it is now safe to quit out of
2002         regeneration.  The optional clean parameter has been replaced with
2003         an optional reread parameter.  Clean is no longer necessary as
2004         regeneration gets the appropriate setting from
2005         gnus-agent-consider-all-articles.  The new reread parameter will
2006         result in fetched, or all, articles being marked as unread.
2007         (gnus-agent-regenerate): Removed code to regenerate the history
2008         file as it is no longer used.
2009
2010         * gnus-start.el (gnus-make-ascending-articles-unread): New
2011         function, for efficient mass-marking.
2012
2013         * gnus-sum.el (gnus-summary-highlight): Use new face for
2014         downloaded articles.
2015         (gnus-article-mark): Prefer to indicate read/unread status over
2016         downloaded status.
2017         (gnus-summary-highlight-line-0): New function, maybe rehighlights
2018         line.
2019         (gnus-summary-highlight-line): Use new face for downloaded
2020         articles.
2021         (gnus-summary-insert-old-articles): Improved performance by
2022         replacing the initial LIST of older articles with a compressed
2023         RANGE of older articles.  Some servers appear to lie about
2024         their active range so the original list could contain millions
2025         of article numbers.  The range is not expanded into a list
2026         until the optional ALL parameter has been applied.
2027
2028 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2029
2030         * gnus-agent.el (gnus-category-mode): Typo in doc string.
2031
2032 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
2033
2034         * spam.el:
2035         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
2036
2037         * spam.el: added `M s t' and `M s x' key mappings
2038
2039 2002-11-20  Simon Josefsson  <jas@extundo.com>
2040
2041         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
2042
2043 2002-11-19  Simon Josefsson  <jas@extundo.com>
2044
2045         * gnus-sum.el (gnus-summary-morse-message): Load
2046         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
2047         (unmorse-region): Autoload it instead.
2048
2049 2002-11-18  Simon Josefsson  <jas@extundo.com>
2050
2051         * gnus-sum.el (gnus-summary-morse-message): New function.
2052         (gnus-summary-wash-map): Bind to `W m'.
2053         (gnus-summary-make-menu-bar): Add.
2054
2055         * nnimap.el (nnimap-request-expire-articles): Compress sequence
2056         before storing \Deleted mark on expired articles.
2057
2058 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
2059         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
2060
2061         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
2062         parens in column 0.
2063
2064 2002-11-17  Juanma Barranquero  <lektu@terra.es>
2065
2066         * nnweb.el (nnweb-google-create-mapping): Fix typo.
2067
2068         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
2069
2070         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
2071
2072 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
2073
2074         * message.el (message-set-auto-save-file-name): Use
2075         make-directory, to avoid the dependence on gnus-util.
2076
2077 2002-11-16  Simon Josefsson  <jas@extundo.com>
2078
2079         * nnimap.el (nnimap-callback-callback-function):
2080         (nnimap-callback-buffer): Removed, these cannot be global but must
2081         be embedded into the callback.
2082         (nnimap-make-callback): New.  Embedd article number, callback and
2083         buffer in function.
2084         (nnimap-callback, nnimap-request-article-part): Update.
2085
2086 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2087
2088         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
2089
2090 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2091
2092         * gnus.el (gnus-summary-line-format): Document %C.
2093
2094 2002-11-11  Simon Josefsson  <jas@extundo.com>
2095
2096         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
2097         output when called interactively.
2098
2099 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2100
2101         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
2102
2103         * message.el (message-draft-coding-system): Improve comment; use
2104         mm-auto-save-coding-system for the default value.
2105
2106         * nndraft.el (nndraft-request-article): Revert to the state before
2107         2002-10-29; regexp-quote mail-header-separator.
2108
2109 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
2110
2111         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
2112         allow editing of drafts from an nnvirtual group.
2113
2114 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2115
2116         * nndraft.el (nndraft-request-article): Replace emacs-mule with
2117         mm-auto-save-coding-system.
2118
2119         * message.el (message-draft-coding-system): Default to
2120         iso-2022-7bit.
2121
2122         * mm-util.el (mm-auto-save-coding-system): Undo last change to
2123         restore the default value to emacs-mule or escape-quoted.
2124
2125 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2126
2127         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
2128         a delayed or a queued article as well as a draft.
2129
2130         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
2131         delayed or a queued article in the raw format; treat a delayed
2132         article as a raw article as well as a draft.
2133         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
2134         for the delayed group.
2135
2136         * nndraft.el (nndraft-request-article): Ignore auto save files for
2137         a delayed or a queued article; don't bother to decode a queued
2138         article; don't bind nnmail-file-coding-system for a queued article.
2139
2140         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
2141         and the queue group.
2142
2143 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
2144
2145         * gnus-group.el (gnus-group-delete-group):
2146         gnus-cache-active-hashtb might be void.
2147
2148 2002-11-02  Simon Josefsson  <jas@extundo.com>
2149
2150         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
2151         setting of the default user ID.  From Raymond Scholz
2152         <ray-2002@zonix.de>.
2153
2154 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
2155
2156         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
2157         charset.
2158
2159 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
2160         From Alex Schroeder <alex@emacswiki.org>
2161         * spam-stat.el (spam-stat-process-directory): add dir to message
2162         (spam-stat-reduce-size): No longer remove words
2163         with values close to 0.5, because the default value is 0.2.
2164
2165 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2166
2167         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
2168         documentation.
2169
2170 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2171
2172         * gnus-agent.el (gnus-agent-fetched-headers)
2173         (gnus-agent-load-fetched-headers)
2174         (gnus-agent-save-fetched-headers): Remove variable and two
2175         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
2176         works better.
2177         (gnus-agent-fetch-headers): New implementation from Kevin
2178         Greiner.  Uses gnus-agent-article-alist to store information
2179         about fetched messages which aren't on the server anymore.  The
2180         trick is to return a list of considered messages to the caller,
2181         but to only fetch those which haven't been fetched yet.
2182
2183 2002-10-30  Simon Josefsson  <jas@extundo.com>
2184
2185         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
2186
2187         * pgg.el (pgg-passphrase-cache-expiry): Removed.
2188
2189 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2190
2191         * mm-view.el (mm-w3m-local-map-property): Make it work with older
2192         versions of emacs-w3m than 1.3.3.
2193
2194         * lpath.el: Bind w3m-minor-mode-map.
2195
2196         * mm-view.el (mm-w3m-mode-command-alist)
2197         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
2198         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
2199         (mm-setup-w3m): Simplified.
2200         (mm-w3m-local-map-property): New function.
2201         (mm-inline-text-html-render-with-w3m): Use it.
2202
2203         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
2204         mm-w3m-local-map-property.
2205
2206 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2207
2208         * mm-util.el (mm-auto-save-coding-system): Default to
2209         iso-2022-7bit.
2210
2211         * nndraft.el (nndraft-request-article): Decode an article using
2212         the coding-system emacs-mule if it seems to have been saved using
2213         emacs-mule.
2214         (nndraft-request-replace-article): Use message-draft-coding-system
2215         instead of mm-auto-save-coding-system for the draft or delayed
2216         group.
2217
2218 2002-10-28  Josh  <huber@alum.wpi.edu>
2219
2220         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
2221         functions.
2222
2223 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2224         From mah@everybody.org (Mark A. Hershberger).
2225
2226         * mm-url.el (mm-url-insert-file-contents): Make it return the same
2227         type values ("url" size) regardless of the values of
2228         mm-url-use-external.
2229
2230 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2231
2232         * nnimap.el (nnimap-request-article-part): Try harder to show
2233         group name in debugging message.
2234
2235 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2236
2237         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
2238         directory if it doesn't exist.
2239         (gnus-agent-fetch-headers): Remove old cruft that tried to
2240         abstain from downloading articles more than once if
2241         gnus-agent-consider-all-articles was true.  This is now done
2242         properly via the .fetched files.
2243
2244 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2245
2246         * nndraft.el (nndraft-request-article): Treat delayed articles
2247         like drafts.
2248
2249 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2250
2251         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
2252
2253 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2254
2255         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
2256         Remove unused optional arg DIR and corresponding code.
2257
2258         * nnimap.el (nnimap-request-article-part): Include group name in
2259         debugging output.
2260
2261 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
2262
2263         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
2264
2265 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2266
2267         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
2268         contains range of headers that have been fetched by the agent
2269         already.  Compare gnus-agent-article-alist.
2270         (gnus-agent-file-header-cache): Like
2271         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
2272         (gnus-agent-fetch-headers): Improve comment.  Revert to old
2273         seen/recent logic.
2274         Remember which headers have been fetched before and don't fetch
2275         them again the next time round.
2276         (gnus-agent-load-fetched-headers)
2277         (gnus-agent-save-fetched-headers): New functions, for remembering
2278         which headers have been fetched before.
2279
2280 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2281
2282         * lpath.el: Remove useless bindings.
2283
2284 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
2285
2286         * gnus-sum.el (gnus-summary-execute-command): Disable visual
2287         features while searching.
2288
2289 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2290
2291         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
2292
2293 2002-10-22  Simon Josefsson  <jas@extundo.com>
2294
2295         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
2296         (pgg-snarf-keys): Add.
2297
2298 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2299
2300         * lpath.el: Fbind bbdb-records.
2301
2302         * spam.el: Don't autoload bbdb-records.
2303
2304 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2305
2306         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
2307         prevent inf-loop.
2308
2309 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2310
2311         * nnslashdot.el: Removed some test lines.
2312         More test.
2313
2314 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2315
2316         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
2317         are known to be downloaded already.
2318
2319 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2320
2321         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
2322         (mm-text-html-washer-alist): Ditto.
2323
2324 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2325
2326         * nnheader.el (nnheader-remove-body): Fix an error of detecting
2327         boundary between headers and body.
2328         * nnml.el (nnml-parse-head): Ditto.
2329
2330 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2331
2332         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
2333         entries.
2334
2335         * gnus-group.el (gnus-fetch-group): Allow an optional
2336         specification of the articles to select.
2337
2338         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
2339
2340 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2341
2342         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
2343         headers from the group, update variable `articles' to contain
2344         only those numbers where headers exist.  (When fetching all
2345         articles in a group, Gnus creates lots of numbers where there is
2346         no articles.)
2347
2348 2002-10-20  Steve Youngs  <youngs@xemacs.org>
2349
2350         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
2351         doesn't have the 'alist custom type, use cons cells instead.
2352         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
2353         (pgg-parse-hash-algorithm-alist): Ditto.
2354         (pgg-parse-compression-algorithm-alist): Ditto.
2355         (pgg-parse-signature-type-alist): Ditto.
2356
2357         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
2358
2359         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
2360
2361         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
2362
2363 2002-10-19  Simon Josefsson  <jas@extundo.com>
2364
2365         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
2366         buffer.
2367
2368 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2369
2370         * gnus-spec.el (gnus-make-format-preserve-properties)
2371         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
2372         properties also on XEmacs.  `gnus-xmas-format' is like format but
2373         preserves text properties on XEmacs (though it only understands
2374         simple format specs).  The variable
2375         `gnus-make-format-preserve-properties' controls whether the
2376         function is used, and is checked in `gnus-parse-simple-format'.
2377         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
2378
2379         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
2380         output.
2381         (gnus-agent-consider-all-articles): New variable.
2382         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
2383         (gnus-agent-fetch-headers): Depending on
2384         gnus-agent-consider-all-articles, maybe get all articles.
2385         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
2386         `read'.
2387         (gnus-predicate-imples-unread): New function.
2388         (gnus-agent-fetch-headers): Optimize to call
2389         gnus-list-of-unread-articles if that is sufficient.
2390         Check unseen and recent instead of seen and recent.
2391         (gnus-agent-fetch-headers): Abstain from calling
2392         gnus-list-range-intersection if range (a . b) would have (> a b).
2393
2394 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2395
2396         * message.el (message-send-mail): Make it possible to perform
2397         edebug-defun.
2398
2399 2002-10-18  Simon Josefsson  <jas@extundo.com>
2400
2401         * gnus-art.el (gnus-button-man-handler): Change default to
2402         `manual-entry' (defined in both emacsen).
2403         (gnus-button-man-handler): Remove emacsen difference and use
2404         `manual-entry'.
2405
2406 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2407
2408         * spam.el: Wrap autoload settings for bbdb-records,
2409         executable-find and ifile-spam-filter with eval-and-compile.
2410         (spam-display-buffer-contents): Remove.
2411         (spam-bogofilter-score): Merge spam-display-buffer-contents.
2412
2413 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
2414
2415         * spam.el (spam-display-buffer-contents): New function.
2416         (spam-bogofilter-score): use spam-display-buffer-contents, patch
2417         from Katsumi Yamaoka <yamaoka@jpl.org>.
2418
2419 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2420
2421         * nnheader.el (nnheader-parse-naked-head): New function.
2422         (nnheader-parse-head): Use the above function, in order to handle
2423         continuation lines properly.
2424         (nnheader-remove-body): New function.
2425         (nnheader-remove-cr-followed-by-lf): New function.
2426         (nnheader-ms-strip-cr): Use the above function.
2427
2428         * gnus-agent.el (gnus-agent-regenerate-group): Call
2429         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
2430         `nnheader-parse-head'.
2431         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
2432
2433         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
2434         continuation lines by itself; call `nnheader-parse-naked-head'
2435         instead of `nnheader-parse-head'.
2436         * nndiary.el (nndiary-parse-head): Ditto.
2437         * nnfolder.el (nnfolder-parse-head): Ditto.
2438         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
2439         * nnmaildir.el (nnmaildir--update-nov): Ditto.
2440         * nnml.el (nnml-parse-head): Ditto.
2441
2442 2002-10-17  Steve Youngs  <youngs@xemacs.org>
2443
2444         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
2445         XEmacs, default to it if featurep 'xemacs.
2446
2447 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2448
2449         * spam-stat.el: Check for the existence of hash functions instead
2450         of the Emacs version to decide whether to load cl.  Suggested by
2451         Kai Gro\e,A_\e(Bjohann.
2452
2453 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2454
2455         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
2456         if it isn't open yet.
2457
2458 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2459
2460         * gnus-group.el: Require mm-url only when compiling.
2461         (gnus-group-fetch-charter): Require mm-url.
2462
2463         * spam-stat.el: Require cl for the functions gethash,
2464         hash-table-count, make-hash-table and mapc for Emacs 20.
2465         (puthash): Alias to cl-puthash for Emacs 20.
2466         (with-syntax-table): New macro for Emacs 20.
2467
2468 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
2469
2470         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
2471
2472 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
2473
2474         * spam.el (spam-check-ifile): added ifile as a spam checking
2475         backend, and spam-use-ifle as the variable to toggle that check.
2476
2477 2002-10-12  Simon Josefsson  <jas@extundo.com>
2478
2479         * message.el (message-beginning-of-line): New variable.
2480         (message-beginning-of-line): Use it.
2481
2482 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
2483
2484         * spam.el: more compilation fixes for BBDB
2485
2486         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
2487         (spam-stat-reduce-size): Interactive.
2488         (spam-stat-reset): New function.
2489         (spam-stat-save): Interactive.
2490
2491 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2492
2493         * gnus.el: Autoload gnus-delay-initialize.
2494
2495         * message.el: Autoload gnus-delay-article.
2496
2497 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
2498
2499         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
2500         text property in Emacs.
2501
2502 2002-10-11  Simon Josefsson  <jas@extundo.com>
2503
2504         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
2505         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
2506
2507         * mml1991.el (mml1991-pgg-sign): Remove CR.
2508
2509 2002-10-10  Simon Josefsson  <jas@extundo.com>
2510
2511         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
2512         decrypt failed.
2513         (mml2015-trust-boundaries-alist): Removed.
2514         (mml2015-gpg-extract-signature-details): Don't use it.
2515         (mml2015-unabbrev-trust-alist): New.
2516         (mml2015-gpg-extract-signature-details): Use it.
2517
2518 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
2519
2520         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
2521         BBDB installed
2522
2523         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
2524         statistical analysis of spam in Lisp only
2525
2526 2002-10-10  Simon Josefsson  <jas@extundo.com>
2527
2528         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
2529         auth, selected or examine state.
2530
2531         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
2532         buffer and error buffer depending on type of information.
2533
2534         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
2535         --status-fd stuff even if gpg.el is not used (revert earlier
2536         change).
2537         (mml2015-pgg-{clear-,}verify): Store both output and errors as
2538         gnus details.
2539         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
2540         buffer.
2541
2542         * pgg.el (pgg-verify-region): Use it.
2543
2544         * pgg-def.el (pgg-query-keyserver): New variable.
2545
2546         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
2547         key-identifier in packet.  Is this a good idea?
2548
2549         * mml.el (mml-mode-map): Add security commands that operates on
2550         MIME parts.
2551         (mml-menu): And menu items for them.
2552
2553         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
2554
2555         * mml.el (mml-parse-1): Support sender in #secure tags.
2556
2557         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
2558         defined.
2559
2560         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
2561         (mml-pgp-encrypt-buffer): Support combined signing.
2562
2563         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
2564         (mml1991-gpg-encrypt): Ditto.
2565         (mml1991-pgg-encrypt): Ditto.
2566         (mml1991-encrypt): Pass sign parameter.
2567
2568         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
2569         (mml-signencrypt-style): Mention the variable.
2570
2571 2002-10-09  Simon Josefsson  <jas@extundo.com>
2572
2573         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
2574         pgg-gpg-user-id.
2575
2576         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
2577         (pgg-fetch-key-function): Nil if w3 is not installed.
2578
2579 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2580
2581         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
2582         gnus-agent-current-history.
2583
2584 2002-10-06  Simon Josefsson  <jas@extundo.com>
2585
2586         * imap.el (imap-parse-status): Don't use read to read token.
2587
2588 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2589
2590         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
2591         for methods not covered by the agent, and when unplugged.
2592
2593 2002-10-05  Simon Josefsson  <jas@extundo.com>
2594
2595         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
2596         signing.
2597
2598         * gnus-agent.el (gnus-agent-read-servers): If getting method from
2599         a named server fails, ignore the server.
2600
2601         * mml1991.el (mml1991-pgg-sign): Do QP.
2602
2603         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
2604         work.
2605
2606 2002-10-04  Simon Josefsson  <jas@extundo.com>
2607
2608         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
2609
2610         * pgg-pgp.el (pgg-pgp-verify-region): Inline
2611         binary-write-decoded-region from MEL.
2612
2613         * pgg.el (pgg-encrypt-region): Support sign.
2614
2615         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
2616
2617         * mml2015.el (mml2015-pgg-encrypt): Ditto.
2618
2619         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
2620         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
2621         branch where PGG was taken from in the ChangeLog entries below.
2622
2623 2002-10-01  Simon Josefsson  <jas@extundo.com>
2624
2625         * pgg-pgp.el: Don't require mel.  Don't use luna.
2626         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
2627         (pgg-pgp-process-region): Use expand-file-name instead of concat.
2628         (pgg-pgp-process-region): Don't use binary-funcall.
2629
2630         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
2631
2632         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
2633         instead of concat.
2634
2635         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
2636
2637 2002-09-29  Simon Josefsson  <jas@extundo.com>
2638
2639         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
2640         compile warnings.
2641
2642         * pgg.el (pgg-decrypt-region): Don't parse packet.
2643
2644         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
2645
2646 2002-09-29  Daiki Ueno <ueno@unixuser.org>
2647
2648         * pgg.el: Remove dependency on calist.el.
2649
2650 2002-09-28  Simon Josefsson  <jas@extundo.com>
2651
2652         * pgg.el (pgg-temporary-file-directory): New variable.
2653         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
2654
2655         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
2656         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
2657
2658         * pgg-parse.el (pgg-char-int): Defalias.
2659         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
2660         (pgg-read-bytes, pgg-read-body): Use it.
2661         (pgg-decode-packets): Don't use MEL, use base64-*.
2662         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
2663         (pgg-string-as-unibyte): Defalias.
2664         (pgg-parse-armor-region): Use it.
2665
2666         * pgg-gpg.el (pgg-gpg-process-region): Use
2667         pgg-temporary-file-directory.
2668
2669         * luna.el: Don't def-edebug.
2670
2671         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
2672         binary-write-decoded-region from MEL.
2673
2674         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
2675
2676         * alist.el, calist.el: Don't require product/APEL.
2677
2678         * pgg-parse.el (top-level): Remove dependency on static.el,
2679         pccl.el, mel.el.
2680         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
2681         `define-ccl-program' is boundp, instead of using broken.
2682
2683 2002-10-01  Simon Josefsson  <jas@extundo.com>
2684
2685         * message.el (message-required-mail-headers): Remove Lines:.
2686
2687 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2688         From Jesper Harder.
2689
2690         * gnus-group.el (gnus-group-fetch-charter,
2691         gnus-group-fetch-control): Prompt for group if given a prefix
2692         argument.
2693         * gnus-sum.el (t): Add gnus-group-fetch-charter and
2694         gnus-group-fetch-control to summary key map and menu.
2695
2696
2697 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
2698
2699         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
2700         number when there are no articles.
2701
2702 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2703
2704         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
2705         arg ALL means to fetch all articles, not only downloadable ones.
2706         (gnus-agent-fetch-selected-article): New function for
2707         gnus-select-article-hook or gnus-mark-article-hook.
2708
2709 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2710         From Peter von der Ahe <nospam2159@daimi.au.dk>.
2711
2712         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
2713         raw-text.
2714
2715 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
2716
2717         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
2718         Pinard).
2719         Major revamp of the code, documentation is in comments in the file
2720         for now.
2721
2722 2002-09-30  Simon Josefsson  <jas@extundo.com>
2723
2724         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
2725         buffer seem to be needed?
2726
2727 2002-09-29  Simon Josefsson  <jas@extundo.com>
2728
2729         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
2730         compile warnings.
2731
2732         * mml1991.el (mml1991-function-alist): Add pgg.
2733         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
2734         (mml1991-pgg-encrypt): Fix recipients querying.
2735
2736 2002-09-28  Simon Josefsson  <jas@extundo.com>
2737
2738         * mml2015.el (autoload): Autoload correct files.  Trivial patch
2739         from dme@dme.org.
2740         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
2741         handle is returned.
2742
2743 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2744
2745         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2746         Protect against non-existent of `nnimap-mailbox-info'.
2747
2748 2002-09-27  Simon Josefsson  <jas@extundo.com>
2749
2750         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
2751         (gnus-setup-news-hook): Use it.
2752         (gnus-after-getting-new-news-hook): Ditto.
2753
2754         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
2755
2756 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2757         From Mats Lidell <matsl@contactor.se>.
2758
2759         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
2760
2761 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2762
2763         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
2764         the part to decode encoded words, use raw words instead of decoded
2765         words.
2766
2767 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2768
2769         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
2770
2771         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
2772         (mm-setup-w3m): Use it.
2773
2774 2002-09-27  Simon Josefsson  <jas@extundo.com>
2775
2776         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
2777         article buffers.
2778
2779         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
2780         it just in case.
2781         (nnimap-update-unseen): New function; update unseen count in
2782         `n-m-info'.
2783         (nnimap-close-group): Call it.
2784
2785         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
2786         (gnus-after-getting-new-news-hook): Ditto.
2787
2788         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
2789         message into verboselevel 9.  Change slow mail check message.
2790         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
2791         (nnimap-fixup-unread-after-getting-new-news): New function, to be
2792         used as a hook after getting new mail.
2793
2794 2002-09-26  Simon Josefsson  <jas@extundo.com>
2795
2796         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
2797         SELECT/EXAMINE is first unseen article, not number of unseen
2798         articles.  Make them distinct by renaming the former to
2799         `first-unseen' instead of `unseen'.
2800
2801         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
2802         too.
2803         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
2804         changed.
2805         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
2806
2807         * gnus-int.el (gnus-server-unopen-status): Defcustom.
2808
2809         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
2810         better.
2811
2812         * mml2015.el (mml2015-pgg-decrypt): Only add security information
2813         if dissecting resulting buffer actually had any information.
2814
2815 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2816
2817         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
2818         because the function `string<' allows symbols.
2819
2820         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
2821
2822 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
2823
2824         * message.el (message-forward-make-body): Revert an early change
2825         because 8-bit utf-8 emails.
2826
2827 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
2828
2829         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
2830         links to Info)
2831         * gnus-art.el (gnus-treat-highlight-signature):
2832         * gnus-art.el (gnus-treat-buttonize):
2833         * gnus-art.el (gnus-treat-buttonize-head):
2834         * gnus-art.el (gnus-treat-emphasize):
2835         * gnus-art.el (gnus-treat-strip-cr):
2836         * gnus-art.el (gnus-treat-unsplit-urls):
2837         * gnus-art.el (gnus-treat-leading-whitespace):
2838         * gnus-art.el (gnus-treat-hide-headers):
2839         * gnus-art.el (gnus-treat-hide-boring-headers):
2840         * gnus-art.el (gnus-treat-hide-signature):
2841         * gnus-art.el (gnus-treat-fill-article):
2842         * gnus-art.el (gnus-treat-hide-citation):
2843         * gnus-art.el (gnus-treat-hide-citation-maybe):
2844         * gnus-art.el (gnus-treat-strip-list-identifiers):
2845         * gnus-art.el (gnus-treat-strip-pgp):
2846         * gnus-art.el (gnus-treat-strip-pem):
2847         * gnus-art.el (gnus-treat-strip-banner):
2848         * gnus-art.el (gnus-treat-highlight-headers):
2849         * gnus-art.el (gnus-treat-highlight-citation):
2850         * gnus-art.el (gnus-treat-date-ut):
2851         * gnus-art.el (gnus-treat-date-local):
2852         * gnus-art.el (gnus-treat-date-english):
2853         * gnus-art.el (gnus-treat-date-lapsed):
2854         * gnus-art.el (gnus-treat-date-original):
2855         * gnus-art.el (gnus-treat-date-iso8601):
2856         * gnus-art.el (gnus-treat-date-user-defined):
2857         * gnus-art.el (gnus-treat-strip-headers-in-body):
2858         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
2859         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
2860         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
2861         * gnus-art.el (gnus-treat-unfold-headers):
2862         * gnus-art.el (gnus-treat-fold-headers):
2863         * gnus-art.el (gnus-treat-fold-newsgroups):
2864         * gnus-art.el (gnus-treat-overstrike):
2865         * gnus-art.el (gnus-treat-display-xface):
2866         * gnus-art.el (gnus-treat-display-smileys):
2867         * gnus-art.el (gnus-treat-from-picon):
2868         * gnus-art.el (gnus-treat-mail-picon):
2869         * gnus-art.el (gnus-treat-newsgroups-picon):
2870         * gnus-art.el (gnus-treat-body-boundary):
2871         * gnus-art.el (gnus-treat-capitalize-sentences):
2872         * gnus-art.el (gnus-treat-fill-long-lines):
2873         * gnus-art.el (gnus-treat-play-sounds):
2874         * gnus-art.el (gnus-treat-translate):
2875         * gnus-art.el (gnus-treat-x-pgp-sig):
2876         * gnus-art.el (gnus-mime-button-line-format):
2877         * gnus-art.el (gnus-button-man-level):
2878         * gnus-art.el (gnus-button-emacs-level):
2879         * gnus-cus.el (gnus-group-parameters):
2880         * gnus-gl.el (bbb-build-mid-scores-alist):
2881         * gnus-group.el (gnus-group-line-format):
2882         * gnus-mlspl.el (gnus-group-split-setup):
2883         * gnus-mlspl.el (gnus-group-split):
2884         * gnus-msg.el (gnus-mailing-list-groups):
2885         * gnus-msg.el (gnus-posting-styles):
2886         * gnus-nocem.el (gnus-nocem-issuers):
2887         * gnus-score.el (gnus-score-regexp-bad-p):
2888         * gnus-srvr.el (gnus-server-line-format):
2889         * gnus-topic.el (gnus-topic-line-format):
2890         * gnus.el (gnus-summary-line-format):
2891         * mail-source.el (mail-sources):
2892         * message.el (message-subscribed-address-file):
2893         * nnmail.el (nnmail-split-fancy):
2894
2895 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
2896
2897         * mail-source.el(mail-source-run-script): use `functionp' to test
2898         whether the argument `script' is in fact a function.
2899         (mail-sources): adjust the defcustom to allow users to specify a
2900         function or a string as the value of the `:prescript' and
2901         `:postscript' arguments of the `file' and `pop3' mail sources.
2902
2903 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
2904
2905         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
2906         number when article 1 does not exist.
2907
2908 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2909
2910         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
2911         apropos if apropos-variable does not exist.
2912         (gnus-button-guessed-mid-regexp)
2913         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
2914         regexes.  From Reiner Steib.
2915         (gnus-button-handle-describe-function)
2916         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
2917         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
2918         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
2919
2920 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
2921         Trivial patch.
2922
2923         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
2924         the file.
2925
2926 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
2927
2928         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
2929
2930 2002-09-24  Simon Josefsson  <jas@extundo.com>
2931
2932         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
2933         (mml2015-use): Prefer PGG if installed.
2934         (mml2015-function-alist): Add PGG wrappers.
2935         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
2936         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
2937         prefix, make regexp optionally skip it.
2938         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
2939         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
2940         (mml2015-pgg-encrypt): New functions.
2941         (defvar, autoload): Prevent byte-compile warnings.
2942
2943 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2944         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
2945
2946         * gnus-art.el (article-strip-banner): Check for the existence of
2947         from header.
2948
2949 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
2950
2951         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
2952         (gnus-button-alist): Improved regexp for
2953         gnus-button-handle-mid-or-mail (false positives), fixed
2954         gnus-button-handle-man entries.
2955         From Reiner Steib.
2956
2957 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
2958         From Josh Huber.
2959
2960         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
2961         nnmail-extra-headers is non-nil.
2962
2963 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
2964
2965         * nnmaildir.el: Store article numbers persistently.  General
2966         revision.
2967         (nnmaildir-request-expire-articles): handle 'immediate and 'never
2968         for nnmail-expiry-wait; delete instead of moving if 'force is
2969         given.
2970
2971 2002-09-23  Simon Josefsson  <jas@extundo.com>
2972         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
2973
2974         * smime.el (smime-sign-buffer): Get key and extra certs.
2975         (smime-get-key-with-certs-by-email): Utility function.
2976
2977 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
2978         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
2979
2980         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
2981         article exists.
2982
2983 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
2984
2985         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
2986
2987 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
2988         From Reiner Steib.
2989
2990         * gnus-art.el (gnus-button-handle-custom,
2991         gnus-button-handle-mid-or-mail,
2992         gnus-button-handle-describe-{function,variable,key},
2993         gnus-button-handle-apropos{,command,variable}): New functions.
2994         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
2995         gnus-button-{man,emacs,mail}-level): New variables.
2996         (gnus-button-alist): Use the above to buttonize emacs and mail
2997         related links.
2998
2999 2002-09-18  Juanma Barranquero  <lektu@terra.es>
3000
3001         * gnus-int.el (gnus-status-message): Fix spacing.
3002
3003         * imap.el (imap-continuation): Fix typos.
3004
3005 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3006
3007         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
3008
3009         * gnus-art.el (gnus-article-reply-with-original): Correct
3010         with-current-buffer scope.
3011
3012         * message.el (message-completion-alist): Add Reply-To, From, etc.
3013
3014 2002-09-18  Simon Josefsson  <jas@extundo.com>
3015
3016         * nnimap.el (nnimap-request-expire-articles): Make flag setting
3017         conditional.  From Nevin Kapur <nevin@jhu.edu>.
3018
3019 2002-09-17  Simon Josefsson  <jas@extundo.com>
3020
3021         * nnimap.el (nnimap-expiry-target): Don't search for which
3022         articles exists here.
3023         (nnimap-request-expire-articles): Do it here instead.  Only expire
3024         when articles are found.  Suggested by Nevin Kapur
3025         <nevin@jhu.edu>.
3026
3027 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3028         From Reiner Steib <reiner.steib@gmx.de>.
3029
3030         * message.el (message-strip-subject-trailing-was)
3031         (message-change-subject, message-add-archive-header)
3032         (message-xpost-fup2-header, message-xpost-insert-note)
3033         (message-xpost-fup2, message-reduce-to-to-cc): New functions
3034         adopted from message-utils.el.  Add functions to the keymap, mode
3035         describtion and menu.
3036         (message-change-subject,message-xpost-fup2): Signal error if
3037         current header is empty.
3038         (message-xpost-insert-note): Changed insert position.
3039         (message-archive-note): Ensure to insert note in message body (not
3040         in head).
3041         (message-archive-header, message-archive-note)
3042         (message-xpost-default, message-xpost-note, message-fup2-note)
3043         (message-xpost-note-function): New variables adopted from
3044         message-utils.el.  Changed some doc-strings.
3045         (message-mark-insert-{begin,end}): Rename from
3046         message-{begin,end}-inserted-text-mark (message-utils.el), changed
3047         values.
3048         (message-subject-trailing-was-query)
3049         (message-subject-trailing-was-ask-regexp)
3050         (message-subject-trailing-was-regexp): New variables.
3051         (message-to-list-only): Added doc-string and menu entry.
3052
3053         * message-utils.el: Removed.  Functions are now in message.el.
3054
3055 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
3056
3057         * gnus-art.el (gnus-article-reply-with-original,
3058         gnus-article-followup-with-original): Switch to
3059         gnus-summary-buffer before reply/followup.
3060
3061 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
3062
3063         * gnus-sum.el (gnus-summary-toggle-header): The article window may
3064         not exist. Toggle it anyway.
3065
3066 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
3067
3068         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
3069
3070         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
3071         Trivial patch from Urban Engberg <ue@ccieurope.com>.
3072
3073         * rfc2047.el (message-posting-charset): Defvar it.
3074         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
3075         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
3076
3077         * mail-source.el (mail-source-fetch): Hide password.
3078
3079         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
3080
3081 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3082         From John Paul Wallington <jpw@shootybangbang.com>.
3083
3084         * gnus.el (gnus-visual, gnus-meta): Fix typo.
3085
3086 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3087
3088         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
3089
3090 2002-09-11  Simon Josefsson  <jas@extundo.com>
3091
3092         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
3093         (nnimap-split-rule): Doc fix.
3094         (nnimap-request-expire-articles): Cleanup code.
3095
3096 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3097         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
3098
3099         * gnus-art.el (gnus-article-address-banner-alist): New option.
3100         (article-strip-banner): Refer the above option to split banners of
3101         free mail servers, when no group parameter is specified.
3102
3103 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3104
3105         * nntp.el (nntp-wait-for-string): Check for a process in the
3106         current buffer instead of `nntp-server-buffer'.
3107
3108 2002-09-09  Simon Josefsson  <jas@extundo.com>
3109
3110         * gnus-art.el (gnus-button-man-handler): New variable.
3111         (gnus-button-alist): Use g-b-handle-man.
3112         (gnus-button-handle-man): New, call g-b-man-handler.
3113
3114 2002-09-08  Simon Josefsson  <jas@extundo.com>
3115
3116         * gnus-art.el (gnus-button-alist): Buttonize man page links.
3117
3118 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3119
3120         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
3121
3122 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3123
3124         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
3125
3126         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
3127         keystroke.
3128
3129         * gnus-srvr.el (gnus-browse-describe-group): New command and
3130         keystroke.
3131
3132 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3133
3134         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
3135         value for gnus-decoration property.
3136
3137 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3138
3139         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
3140         string) as group name in case we have a CRLF in the file.
3141
3142 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
3143
3144         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
3145         group.
3146         (rfc1843-decode-hzp): do.
3147         (rfc1843-newsgroups-regexp): do.
3148
3149 2002-09-04  Simon Josefsson  <jas@extundo.com>
3150
3151         * message.el (message-canlock-generate): Make sure sha1 doesn't
3152         call external programs.
3153
3154 2002-09-03  Simon Josefsson  <jas@extundo.com>
3155
3156         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
3157
3158         * gnus-agent.el (gnus-agent-batch): Add doc.
3159
3160 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
3161
3162         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
3163         check for signed and encrypted parts.
3164         * mml.el (mml-parse-1): Correct small typo which preventing
3165         setting recipients in a secure tag.
3166
3167 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3168
3169         * mm-util.el (mm-coding-system-priorities): Default to a list of
3170         iso-2022-jp and others for the Japanese environment.
3171
3172 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3173
3174         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
3175         invalid display names.
3176
3177 2002-08-30  Simon Josefsson  <jas@extundo.com>
3178
3179         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
3180         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
3181
3182 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
3183
3184         * gnus.el (gnus-group-charter-alist): New option.
3185         (gnus-group-fetch-control-use-browse-url): New option.
3186
3187         * gnus-group.el (gnus-group-fetch-charter): New function.
3188         (gnus-group-fetch-control): New function.
3189         Add them to the keymap and menu. Require mm-url.
3190
3191 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3192
3193         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
3194         From Alex Schroeder <alex@emacswiki.org>.
3195
3196 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
3197
3198         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
3199         items expecting user interaction.
3200
3201         * gnus-topic.el (gnus-topic-make-menu-bar): do.
3202
3203         * gnus-sum.el (gnus-summary-make-menu-bar): do.
3204
3205         * gnus-srvr.el (gnus-server-make-menu-bar): do.
3206
3207         * mml.el (mml-menu): do.
3208
3209 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3210
3211         * mail-source.el (mail-source-touch-pop): New function.
3212
3213         * message.el (message-smtpmail-send-it): New function.
3214         (message-send-mail-function): Add it for a candidate.
3215
3216 2002-08-27  Simon Josefsson  <jas@extundo.com>
3217
3218         * gnus-msg.el (posting-charset-alist): Use
3219         gnus-define-group-parameter instead of defcustom.
3220         (gnus-put-message): Handle SPC in GCC.
3221         (gnus-inews-insert-gcc): Ditto.
3222         (gnus-inews-insert-archive-gcc): Ditto.
3223
3224 2002-08-26  Simon Josefsson  <jas@extundo.com>
3225
3226         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
3227         (gnus-agentize): Auto agentize all nntp and nnimap groups.
3228         (gnus-agent-possibly-save-gcc): Autoload.
3229         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
3230
3231 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3232
3233         * gnus.el (gnus-other-frame-function): New user option.
3234         (gnus-other-frame): Use it; add a doc-string; make it work with
3235         the gnuclient program.
3236
3237         * gnus-util.el (gnus-frame-or-window-display-name): New function.
3238
3239         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
3240         `device-connection' and `dfw-device'.
3241
3242 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3243
3244         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
3245         positives, make it stricter.  From Jochen Hein (trivial change).
3246
3247 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3248
3249         * gnus.el (gnus-other-frame): Trivial fix.
3250
3251 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3252
3253         * gnus.el (gnus-other-frame-parameters): New user option.
3254         (gnus-other-frame-object): New variable.
3255         (gnus-other-frame): Make it search for existing Gnus frame; don't
3256         read new news; delete frame on exit.
3257
3258         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
3259
3260         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
3261
3262 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3263         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
3264
3265         * message.el (message-set-auto-save-file-name): Add support for
3266         the Cygwin Emacs; the system-type is `cygwin'.
3267         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
3268
3269 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3270
3271         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
3272
3273         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
3274         avoid arithmetic errors.
3275
3276 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3277
3278         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
3279
3280 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3281
3282         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
3283         (message-ignored-resent-headers): Add envelope From.
3284
3285 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3286
3287         * gnus.el (gnus-summary-line-format): Document %k specifier.
3288
3289 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3290
3291         * gnus-sum.el (gnus-summary-line-message-size): New function.
3292         (gnus-summary-line-format-alist): Use it.
3293
3294 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3295
3296         * gnus-art.el (article-make-date-line): Refer to the value for
3297         `gnus-article-time-format' in the summary buffer.
3298
3299         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
3300
3301 2002-08-14  Simon Josefsson  <jas@extundo.com>
3302
3303         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
3304         quoting.
3305         (gnus-button-alist): Fix doc.
3306         (gnus-header-button-alist): Use ' not ` for default value quoting.
3307         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
3308         rationale similar to 2002-05-01 change.
3309         (gnus-article-add-buttons-to-head): Evaluate expression.
3310
3311         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
3312
3313 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3314
3315         * message.el (message-font-lock-keywords): Refer to the value for
3316         `message-cite-prefix-regexp' dynamically.
3317
3318 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3319
3320         * gnus-art.el (gnus-decode-header-methods): Doc fix.
3321
3322 2002-08-12  Simon Josefsson  <jas@extundo.com>
3323
3324         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
3325         (imap-shell-open): Skip initial junk before IMAP greeting.
3326
3327 2002-08-11  Simon Josefsson  <jas@extundo.com>
3328
3329         * message-utils.el (message-xpost-default,
3330         message-xpost-fup2-header, message-xpost-fup2): Fixed
3331         Typos.  Trivial changes from Reiner Steib
3332         <4uce.02.r.steib@gmx.net>.
3333
3334 2002-08-09  Simon Josefsson  <jas@extundo.com>
3335
3336         * message.el (message-canlock-password): Set
3337         canlock-password-for-verify to newly generated canlock-password.
3338         When Emacs is restarted, Custom makes sure this is set, but during
3339         the same session we must set it manually.
3340
3341 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
3342
3343         * yenc.el: New file.
3344
3345         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
3346         (mm-uu-type-alist): Add yenc.
3347         (mm-uu-yenc-filename): New function.
3348         (mm-uu-yenc-extract): New function.
3349
3350         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
3351
3352 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3353
3354         * dgnushack.el (merge): Don't use coerce.
3355
3356 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
3357
3358         * mailcap.el (mailcap-mime-data): Test window-system rather than
3359         mm-device-type.
3360         (mailcap-mime-data): Call xdvi and gv with "-safer".
3361
3362         * mm-util.el: Don't define mm-device-type.
3363
3364 2002-08-05  Simon Josefsson  <jas@extundo.com>
3365
3366         * mm-util.el (mm-coding-system-priorities): coding-system type not
3367         supported everywhere.
3368
3369 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3370
3371         * gnus.el (gnus-version-number): Bumped version number.
3372
3373 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3374
3375         * gnus.el: Oort Gnus v0.07 is released.
3376
3377 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3378
3379         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
3380         (gnus-article-sort-functions): Doc fix.
3381         (t): New keystroke.
3382         (gnus-article-sort-by-random): New function.
3383         (gnus-thread-sort-by-random): New function.
3384
3385 2002-08-02  Simon Josefsson  <jas@extundo.com>
3386
3387         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
3388         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
3389
3390 2002-07-31  Danny Siu  <dsiu@adobe.com>
3391
3392         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
3393         when splitting malformed messages without message-id
3394
3395 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3396         From Niklas Morberg <niklas.morberg@axis.com>.
3397
3398         * nnweb.el (nnweb-type, nnweb-type-definition)
3399         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
3400         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
3401         functionality.
3402         * nnweb.el: Removed old non-functioning search engines.
3403
3404 2002-07-27  Simon Josefsson  <jas@extundo.com>
3405
3406         * message.el (message-forward-make-body): Don't use
3407         `message-forward-ignored-headers' when doing a "raw" followup (it
3408         is important to preserve e.g. CTE).
3409
3410         * flow-fill.el (fill-flowed): Disable filladapt-mode.
3411
3412         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
3413         regexp-quote, Cyrus Sieve is fixed.
3414
3415         * sieve-manage.el (sieve-manage-deletescript): New function.
3416
3417         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
3418         (sieve-manage-mode): Fix menubar.
3419         (sieve-activate): Change some messages.
3420         (sieve-deactivate-all): New function.
3421         (sieve-deactivate): New alias.
3422         (sieve-remove): New function.
3423         (sieve-help): Fix help.
3424         All suggested by Ned Ludd.
3425
3426 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3427
3428         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
3429         (mm-w3m-safe-url-regexp): New user option.
3430
3431         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
3432         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
3433
3434 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
3435
3436         * gnus-sum.el (gnus-summary-delete-article): Force
3437         nnmail-expiry-target to 'delete, so that absolute deletion
3438         happens when absolute deletion is requested.
3439
3440 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3441         From Nevin Kapur <nevin@jhu.edu>.
3442
3443         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
3444         headers as empty headers.
3445
3446 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3447         From Jochen Hein <jochen@jochen.org>.
3448
3449         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
3450         correct typo.
3451         (gnus-emphasis-strikethru): New face.
3452
3453 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3454         From Jason Merrill <jason@redhat.com>.
3455
3456         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
3457         entire file for each of a sequence of missing articles.
3458
3459         * gnus-salt.el (gnus-binary-display-article): Respect an existing
3460         value for gnus-view-pseudos.
3461
3462         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
3463         avoid nreverse.
3464
3465 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3466         From Ted Zlatanov <teodor.zlatanov@divine.com>.
3467
3468         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
3469         (gnus-summary-mode-line-format-alist): Add %h for number of
3470         spams.
3471         (gnus-newsgroup-spam-marked): New variable.
3472         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
3473         (gnus-article-read-p, gnus-article-mark)
3474         (gnus-set-global-variables, gnus-set-global-variables)
3475         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
3476         (gnus-summary-mark-article-as-unread)
3477         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
3478         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
3479         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
3480
3481 2002-07-10  Simon Josefsson  <jas@extundo.com>
3482
3483         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
3484         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
3485
3486 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
3487
3488         * gnus-sum.el (gnus-summary-delete-article): Respect group
3489         parameters while expiring.
3490
3491 2002-07-08  Simon Josefsson  <jas@extundo.com>
3492
3493         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
3494         Enberg.
3495
3496 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3497
3498         * gnus-art.el (article-unsplit-urls): Only display MIME when this
3499         function is called interactively.  From Niklas Morberg.
3500
3501 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3502
3503         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
3504         cdaar to cdar and car.
3505
3506         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
3507         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
3508
3509 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3510
3511         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
3512         don't break a narrowed article.
3513
3514         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
3515         (nntp-open-via-rlogin-and-telnet): Ditto.
3516
3517 2002-07-02  Didier Verna  <didier@xemacs.org>
3518
3519         * nnmail.el (nnmail-split-methods): fix custom type.
3520
3521 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3522
3523         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
3524         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
3525
3526 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3527
3528         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
3529         (gnus-summary-resend-message): Use it.
3530
3531 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3532
3533         * nntp.el (nntp-via-rlogin-command-switches): New variable.
3534         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
3535
3536 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3537
3538         * message.el (message-font-lock-keywords): Don't fontify
3539         headers in the message body, only in the header.
3540         (message-font-lock-make-header-matcher): New function, used by
3541         message-font-lock-keywords.
3542         From Katsumi Yamaoka <yamaoka@jpl.org>.
3543
3544 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3545
3546         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
3547
3548 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3549
3550         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
3551
3552 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3553
3554         * message.el (message-font-lock-keywords): Revert 2002-06-22
3555         change.
3556
3557 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3558
3559         * message.el (message-font-lock-keywords): Put colon in header
3560         name match.
3561
3562 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3563
3564         * message.el (message-font-lock-keywords): Don't use header faces
3565         in the body.  Thanks to Stefan Monnier for the hint on the
3566         implementation.
3567
3568 2002-05-09  Miles Bader  <miles@gnu.org>
3569
3570         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
3571         (gnus-article-hide-citation): Respect it.
3572
3573 2002-04-12  Juanma Barranquero  <lektu@terra.es>
3574
3575         * pop3.el (pop3-open-server): Fix typo.
3576
3577 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
3578
3579         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
3580         instead of push to ignore duplicate to-(list|address) values.
3581         * nnmail.el (nnmail-cache-ignore-groups): New.
3582         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
3583
3584 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3585
3586         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
3587         before sending.  Suggested by Jan Rychter.
3588
3589 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3590
3591         * dgnushack.el (remove): New compiler macro.
3592         (last, coerce, subseq): Remove compiler macros for those built-in
3593         or unused functions.
3594
3595 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3596
3597         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
3598         sure to write byte-compiled versions of gnus-*-format-alist to
3599         .newsrc.eld.  From Simon Josefsson.
3600
3601 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3602
3603         * gnus-agent.el (gnus-agent-read-servers)
3604         (gnus-agent-write-servers): Put server name (string like
3605         "nnchoke:frumple") in the file instead of a server specification
3606         (Lisp expression like (nnchoke "frumple" ...parameters...)).
3607         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
3608
3609 2002-06-16  Simon Josefsson  <jas@extundo.com>
3610
3611         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
3612         Reiner Steib <4uce.02.r.steib@gmx.net>.
3613
3614 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3615
3616         * nnheader.el (nnheader-file-name-translation-alist): Set the
3617         default value for MS Windows systems.
3618
3619         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
3620
3621 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3622
3623         * message.el (message-beginning-of-line): Keep the region active
3624         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
3625
3626 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
3627
3628         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
3629         * gnus-msg.el (gnus-summary-reply): Ditto.
3630         * gnus-msg.el (gnus-summary-handle-replysign): New.
3631
3632 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3633
3634         * message.el (message-send-mail-with-sendmail): Kill errbuf even
3635         if sending failed.
3636
3637 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
3638
3639         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
3640         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
3641         to sign while encrypting.
3642
3643 2002-06-11  Simon Josefsson  <jas@extundo.com>
3644
3645         * gnus-int.el (gnus-request-move-article): Agent expire article if
3646         successfuly moved.
3647
3648         * nnweb.el (nnweb-google-create-mapping): Honors the value of
3649         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
3650
3651 2002-06-10  Simon Josefsson  <jas@extundo.com>
3652
3653         * gnus-int.el (gnus-request-expire-articles): Fix last change?
3654
3655 2002-06-09  Simon Josefsson  <jas@extundo.com>
3656
3657         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
3658
3659         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
3660
3661 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3662
3663         * flow-fill.el (fill-flowed): Ignore errors.
3664
3665 2002-06-06  Simon Josefsson  <jas@extundo.com>
3666
3667         * message.el (message-send-mail-with-sendmail): Improve error message.
3668
3669 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3670
3671         * message.el (message-interactive): Change default from nil to t.
3672         Better to be safe than to be fast.
3673
3674 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3675
3676         * message.el (message-send-mail-with-sendmail): Check return value
3677         from call-process-region.
3678
3679 2002-06-04  Simon Josefsson  <jas@extundo.com>
3680
3681         * gnus-msg.el (gnus-group-mail, gnus-group-news)
3682         (gnus-group-post-news, gnus-summary-mail-other-window)
3683         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
3684         gnus-article-copy to nil, thereby inhibiting the `header' posting
3685         style match to use data from last viewed article.
3686         Suggested by Hrvoje Niksic.
3687
3688 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3689
3690         * spam.el (spam-point-at-eol): New alias.
3691         (spam-parse-whitelist): Use it.
3692
3693 2002-06-03  Simon Josefsson  <jas@extundo.com>
3694
3695         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
3696         (nnmail-article-group): Use it.
3697
3698 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3699
3700         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
3701         so that code reading them won't be surprised.  From Jesper Harder
3702         <harder@ifa.au.dk>.
3703
3704 2002-05-29  Simon Josefsson  <jas@extundo.com>
3705
3706         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
3707         articles.
3708
3709         * gnus.el (gnus-agent-cache): Doc fix.
3710         (gnus-agent): Change default to t.
3711
3712         * gnus-agent.el (gnus-agent-expire): Make it accept optional
3713         ARTICLES, GROUP and FORCE parameters.
3714
3715 2002-05-28  Simon Josefsson  <jas@extundo.com>
3716
3717         * gnus-group.el (gnus-group-line-format): Doc fix.
3718
3719 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3720
3721         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
3722         original article before yanking.  From Jesper Harder
3723         <harder@ifa.au.dk>.
3724
3725 2002-05-26  Simon Josefsson  <jas@extundo.com>
3726
3727         * gnus-sum.el (gnus-summary-menu-split): New function.
3728         (gnus-summary-make-menu-bar): Split charset submenu.
3729         (gnus-summary-menu-maxlen): New variable.
3730         (gnus-summary-menu-split): Use it.
3731
3732 2002-05-25  Simon Josefsson  <jas@extundo.com>
3733
3734         * mml.el (mml-preview): Generate some headers.
3735
3736         * gnus.el (gnus-large-newsgroup): Fix :type.
3737
3738         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
3739         Agent cache NOV's by default now).
3740         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
3741
3742 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
3743
3744         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
3745         call to gnus-parent-id when we check for References loops.
3746         (gnus-summary-prepare-threads): Avoid simplifying every Subject
3747         twice by saving the simplified subject string in simp-subject.
3748
3749 2002-05-23  Simon Josefsson  <jas@extundo.com>
3750
3751         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
3752         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
3753
3754         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
3755         Niklas Morberg <niklas.morberg@axis.com>.
3756
3757 2002-05-22  Simon Josefsson  <jas@extundo.com>
3758
3759         * sieve.el (sieve-change-region): Define it before it is used.
3760
3761         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
3762         (gnus-summary-reply): Ask for confirmation when replying to news.
3763         Defaults to not ask.  From Benjamin Rutt
3764         <rutt+news@cis.ohio-state.edu>.
3765
3766         * nnimap.el (nnimap-nov-is-evil): Improve doc.
3767
3768 2002-05-21  Simon Josefsson  <jas@extundo.com>
3769
3770         * sieve-mode.el (sieve-manage): Fix autoloads.
3771
3772         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
3773         name (makes it work with recent Cyrus timsieved).
3774
3775 2002-05-20  Jason  <jbaker@cs.utah.edu>
3776         Trivial patch.
3777
3778         * gnus-art.el (gnus-request-article-this-buffer): Try
3779         reconnecting if you don't get the message.
3780
3781 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3782
3783         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
3784         Reply-To headers from the headers.
3785
3786 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3787
3788         * mm-url.el (mm-url-insert): Remove junk message.
3789
3790 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3791
3792         * nnslashdot.el (nnslashdot-request-list): Parse new html.
3793         (nnslashdot-use-front-page): New variable.
3794         (nnslashdot-request-list): Use it.
3795
3796         * mm-url.el (mm-url-timeout): New variable.
3797         (mm-url-retries): Ditto.
3798         (mm-url-insert): Use it.
3799
3800 2002-05-16  Simon Josefsson  <jas@extundo.com>
3801
3802         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
3803         (gnus-simplify-subject-functions): Mention g-s-a-w.
3804
3805 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
3806
3807         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
3808         nnmail-cache-insert.
3809         * nndiary.el (nndiary-request-accept-article): Ditto.
3810         * nnfolder.el (nnfolder-request-accept-article): Ditto.
3811         * nnimap.el (nnimap-request-accept-article): Ditto.
3812         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
3813         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
3814         * nnmbox.el (nnmbox-request-accept-article): Ditto.
3815         * nnmh.el (nnmh-request-accept-article): Ditto.
3816         * nnmail.el (nnmail-cache-insert): Change group to required,
3817         removed code which tried to figure out the group.
3818
3819 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
3820
3821         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
3822         messages. From Hans de Graaff <hans@degraaff.org>.
3823         * nnml.el (nnml-request-accept-article): Pass in the group name to
3824         nnmail-cache-insert, since it's available.
3825
3826 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
3827
3828         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
3829
3830 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3831         From Florian Weimer <fw@deneb.enyo.de>.
3832
3833         * gnus.el (subscribed): New group parameter.
3834         (gnus-find-subscribed-addresses): Use it.
3835
3836 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
3837
3838         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
3839         the default for pgpmime to support pgp v2.
3840         * mml-sec.el (mml-signencrypt-style): New accessor function to
3841         allow users to get/set the signencrypt style more easily without
3842         frobbing the alist directly.
3843         * mml.el (mml-generate-mime-1): Use accessor function.
3844
3845 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3846
3847         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
3848         parenthesis for "<" and ">".  Suggested by Andreas Schwab
3849         <schwab@suse.de>.
3850
3851 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3852
3853         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
3854         when intuiting the group the message is written to.  From Josh
3855         Huber <huber@alum.wpi.edu>.
3856
3857 2002-05-06  Simon Josefsson  <jas@extundo.com>
3858
3859         * gnus-topic.el (gnus-group-topic-parameters): Work when group
3860         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
3861
3862 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
3863
3864         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
3865         argument, and fixed compiler warning. (added autoload for
3866         gpg-encrypt).
3867
3868 2002-05-04  Simon Josefsson  <jas@extundo.com>
3869
3870         * mml1991.el (mml1991-function-alist): Doc fix.
3871
3872         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
3873         doesn't exist (for previewing messages without having Gnus
3874         started).
3875
3876         * mm-util.el (mm-coding-system-priorities): Defcustom.
3877
3878         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
3879
3880 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
3881
3882         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
3883         default.
3884         * mml-sec.el:
3885         * mml-sec.el (mml-signencrypt-style): New.
3886         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
3887         argument `sign'.
3888         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
3889         signencrypt.
3890         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
3891         * mml.el (mml-generate-mime-1): Changed logic so a part which is
3892         both signed & encryped is processed in one operation. (rather than
3893         two separate ops: sign, then encrypt)
3894         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
3895         indication if a message is signed by an expired key.
3896         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
3897         enables combined sign & encrypt operation. (this was always on
3898         before).
3899         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
3900
3901 2002-05-01  Simon Josefsson  <jas@extundo.com>
3902
3903         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
3904         server.
3905         (nnimap-mailbox-info): defvar instead of defvoo.
3906
3907 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3908
3909         * gnus.el: Oort Gnus v0.06 is released.
3910
3911 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3912
3913         * lpath.el: Bind url-package-version.
3914
3915 2002-05-01  Simon Josefsson  <jas@extundo.com>
3916
3917         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
3918         filename before deleting the group itself, because the presence of
3919         a group filename decides if long filenames are used or not.
3920
3921         * gnus-art.el (gnus-button-alist): Don't inline
3922         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
3923         without also modifying g-button-alist.
3924         (gnus-button-alist): Fix type to allow variable as well as regexp.
3925         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
3926         themselves, variables to its contents.
3927         (gnus-button-entry): Ditto.
3928
3929 2002-05-01  Simon Josefsson  <jas@extundo.com>
3930
3931         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
3932         UIDNEXT as a string.
3933
3934         * nnimap.el (nnimap-string-lessp-numerical): New function.
3935         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
3936         integers.
3937
3938 2002-04-29  Simon Josefsson  <jas@extundo.com>
3939
3940         * nnmail.el (nnmail-cache-insert): Accept optional group
3941         parameter.
3942
3943         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
3944         n-r-g-a is disabled.
3945
3946 2002-04-29  Simon Josefsson  <jas@extundo.com>
3947
3948         * nnimap.el (nnimap-split-fancy): Fix doc.
3949         (nnimap-split-fancy): Fix doc.
3950
3951         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
3952         (nnimap-mailbox-info): New internal variable.
3953         (nnimap-retrieve-groups): Implement faster new mail check.
3954
3955         * nnimap.el (nnimap-split-articles): Support
3956         nnmail-cache-accepted-message-ids.
3957         (nnimap-request-accept-article): Ditto.
3958
3959         * imap.el (imap-mailbox-status-asynch): New command.
3960
3961 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
3962
3963         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
3964         are no subscribed mail groups.
3965         - Strip quoted names when comparing addresses
3966
3967 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
3968
3969         * mm-decode.el (mm-text-html-renderer): Change customize type to
3970         const.
3971
3972         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
3973         (gnus-debug-exclude-variables): do.
3974
3975 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3976
3977         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
3978         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
3979
3980 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3981
3982         * dns.el (dns-make-network-process): New macro.
3983         (query-dns): Use it.
3984
3985 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3986
3987         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
3988         article-buffer.
3989
3990         * mm-url.el (mm-url-package-name): New variable.
3991         (mm-url-package-version): New variable.
3992         (mm-url-insert-file-contents): Bind url-package-name and
3993         url-package-version here.
3994         * nnrss.el (nnrss-insert-w3): Move the bindings.
3995
3996         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
3997         url-package-version. Trivial change from Andrew J Cosgriff
3998         <ajc@polydistortion.net>
3999
4000         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
4001         attachments. Trivial change from Peter 'Luna' Runestig
4002         <peter@runestig.com>.
4003
4004 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
4005
4006         * nnkiboze.el (nnkiboze-request-scan): Call
4007         nnkiboze-possibly-change-group.
4008         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
4009         problems.
4010         (nnkiboze-generate-group): Set newsrc to the *highest* article
4011         number kibozed, not the lowest.
4012
4013 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
4014
4015         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
4016
4017 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4018         From Dan Christensen <jdc+news@uwo.ca>.
4019
4020         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
4021         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
4022         Recognize math postings.  Extract Date (now ignores "(15kb)").
4023         Extract email address using gnus-extract-address-components
4024         instead of just taking the first word.  Create Date and From
4025         headers for message which are missing these headers.  Get rid
4026         of spurious \\ lines (purely cosmetic).  Extend body-end and
4027         file-end regexps, to exclude more garbage from the message.
4028         Make URL rephrasing regexp more flexible, to match current
4029         format.
4030
4031 2002-04-23  Simon Josefsson  <jas@extundo.com>
4032
4033         * netrc.el: New file, functions copied from gnus-util.el by Ted
4034         Zlatanov <tzz@lifelogs.com>.
4035
4036         * gnus-util.el: Require netrc.
4037         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
4038         new code in netrc.el.
4039
4040 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4041
4042         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
4043         message-ignored-resent-headers, too.  From Matthieu Moy
4044         <Matthieu.Moy@imag.fr>.
4045
4046 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
4047
4048         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
4049         boolean not a string
4050         * gnus-group.el (gnus-group-line-format): add description of %C
4051         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
4052           as %C
4053         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
4054
4055 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
4056
4057         * nnmaildir.el (nnmaildir-request-scan): typo: set
4058         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
4059         nnmail-get-new-mail for 'find-new-groups.
4060
4061 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
4062
4063         * nnmaildir.el (nnmaildir-request-update-info,
4064         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
4065         unnecessary calls to nnmaildir-request-scan.
4066
4067 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
4068
4069         * gnus-msg.el:
4070         * gnus-msg.el (gnus-message-replysign): New.
4071         * gnus-msg.el (gnus-message-replyencrypt): New.
4072         * gnus-msg.el (gnus-message-replysignencrypted): New.
4073         * gnus-msg.el (gnus-summary-reply): Use the three new variables
4074         (above) to automatically encrypt/sign to encrypted/signed
4075         messages.
4076         * message.el:
4077         * message.el (message-mode-map): Add keybinding for
4078         `message-to-list-only'
4079         * message.el (message-mode): Add description for
4080         `message-to-list-only'
4081         * message.el (message-to-list-only): New.
4082         * message.el (message-make-mft): Changed to use the cl loop macro,
4083         and added optional flag to return only the matched list. (for use
4084         in new message-to-list-only function)
4085
4086 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
4087
4088         * gnus-msg.el:
4089         * gnus-msg.el (gnus-message-replysign):
4090         * gnus-msg.el (gnus-replysign): New.
4091         * gnus-msg.el (gnus-replyencrypt): New.
4092         * gnus-msg.el (gnus-replysignencrypted): New.
4093         * gnus-msg.el (gnus-summary-reply):
4094         * message.el:
4095         * message.el (message-mode-map):
4096         * message.el (message-mode):
4097         * message.el (message-to-list-only): New.
4098         * message.el (message-make-mft):
4099
4100 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4101
4102         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
4103
4104 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
4105
4106         * message.el (message-gen-unsubscribed-mft): accept a prefix
4107         argument so CC can be included with C-u C-c C-f C-a
4108
4109 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4110         From Ted Zlatanov <teodor.zlatanov@divine.com>.
4111
4112         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
4113         Improve docstring.
4114         (spam-enter-blacklist): New command.
4115
4116         * gnus-sum.el (gnus-spam-mark): New mark.
4117         (gnus-auto-expirable-marks): Add gnus-spam-mark.
4118         (gnus-summary-make-tool-bar): Correct conditional.
4119         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
4120         (gnus-summary-mark-as-spam): New command.
4121
4122 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
4123
4124         * mml-sec.el (mml-secure-message): changed to support arbritrary
4125         modes.
4126         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
4127         changed to support "signencrypt" mode.
4128         * mml.el (mml-parse-1): changed to support different secure modes
4129         more easily. (for signencrypt)
4130
4131 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
4132
4133         * gnus-sum.el (gnus-update-summary-mark-positions)
4134         (gnus-summary-toggle-header):
4135         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
4136         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
4137         (gnus-uu-post-encoded):
4138         * nnfolder.el (nnfolder-possibly-change-group):
4139         * nnimap.el (nnimap-retrieve-headers):
4140         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
4141
4142 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
4143
4144         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
4145         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
4146
4147 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4148
4149         * gnus-srvr.el (gnus-server-set-info): Clear
4150         `gnus-server-method-cache' when `gnus-server-alist' is changed.
4151         From Daiki Ueno <ueno@unixuser.org>.
4152
4153 2002-04-11  Simon Josefsson  <jas@extundo.com>
4154
4155         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
4156         viewing of security buttons.  Thanks to Nicolas Kowalski
4157         <Nicolas.Kowalski@imag.fr>.
4158
4159         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
4160         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
4161         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
4162         <Nicolas.Kowalski@imag.fr>.
4163         (smime-decrypt-buffer): Ditto.
4164
4165 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4166
4167         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
4168         header line.
4169
4170 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
4171
4172         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
4173
4174 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4175
4176         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
4177
4178 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
4179
4180         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
4181         errors when debug.
4182
4183 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
4184
4185         * message.el (message-make-mft): Changed MFT code from using
4186         message-recipients (which included Bcc) to use only the To and CC
4187         headers.
4188
4189 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
4190
4191         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
4192         add link.
4193         (gnus-treat-mail-picon): Ditto.
4194         (gnus-treat-newsgroups-picon): Ditto.
4195         (gnus-picon-databases): Fix custom type.
4196         (gnus-picon-databases): Add link.
4197         (gnus-article-x-face-command): Add to gnus-picon group.
4198
4199 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
4200
4201         * message.el (message-buffer-naming-style): Remove.
4202
4203 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4204
4205         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
4206
4207         * message.el (message-tool-bar-map): Ditto.
4208
4209         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4210
4211 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4212
4213         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
4214
4215 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
4216
4217         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
4218
4219 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
4220         Trivial patch.
4221
4222         * dns.el: open-network-stream under XEmacs does udp.
4223
4224 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
4225
4226         * spam.el (spam-enter-whitelist): New function.
4227         (spam-parse-whitelist): Ditto.
4228         (spam-refresh-list-cache): Ditto.
4229         (spam-address-whitelisted-p): New function.
4230
4231         * dns.el (query-dns): Use TCP when make-network-process isn't
4232         available.
4233         (dns-servers): New variable.
4234         (dns-parse-resolv-conf): New function.
4235         (query-dns): Use it.
4236
4237         * spam.el: New file.
4238
4239         * dns.el (query-dns): Test.
4240
4241 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4242
4243         * lpath.el (featurep): Bind make-network-process.
4244
4245 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
4246
4247         * nnmaildir.el: Use defstruct.  Use a single copy of
4248         nnmail-extra-headers to save memory.  Store server's group name
4249         prefix instead of each group's prefixed name.
4250         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
4251         nntp-server-buffer.
4252
4253 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4254
4255         * dns.el: New file.
4256
4257 2002-03-28  Simon Josefsson  <jas@extundo.com>
4258
4259         * gnus-sum.el (gnus-summary-dummy-line-format):
4260         * gnus.el (gnus-summary-line-format): Fixing links to Info.
4261         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
4262
4263 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4264
4265         * gnus-sum.el (gnus-summary-move-article)
4266         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
4267         the doc string.
4268
4269 2002-03-28  Simon Josefsson  <jas@extundo.com>
4270
4271         * mml-sec.el (mml-secure-message): Search after
4272         mail-header-separator from top of message.
4273
4274 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
4275
4276         * nnmaildir.el: Cosmetic changes.
4277         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
4278         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
4279         nnmaildir--group-ls): New macros/functions.  Use them.
4280         (nnmaildir--unlink): Evalutate argument only once.
4281
4282 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
4283
4284         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
4285         symbols.
4286         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
4287         `gnus-point-at-eol'.
4288
4289 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
4290
4291         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
4292         nnmaildir--marks-dir): New macros.  Use them.
4293         Use inhibit-quit for atomicity instead of in-memory journaling.
4294         (nnmaildir--edit-prep): New function.
4295         (Local Variables): Use it.
4296
4297 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
4298
4299         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
4300
4301 2002-03-25  Simon Josefsson  <jas@extundo.com>
4302
4303         * message.el (message-mode): Fix doc.
4304
4305 2002-03-25  Simon Josefsson  <jas@extundo.com>
4306
4307         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
4308         Matthieu Moy <Matthieu.Moy@imag.fr>.
4309
4310 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
4311
4312         * mml-sec.el (mml-unsecure-message): Add docstring.
4313
4314 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
4315
4316         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
4317         value.
4318         Trivial change from andre@slamdunknetworks.com
4319
4320 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
4321
4322         * mml.el (mml-mode-map): Added a keybinding for
4323         `mml-unsecure-message'.  Also, added a menu entry for said
4324         function in the Attachments menu.
4325
4326 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4327
4328         * canlock.el (canlock-version): Remove.
4329         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
4330         here; simplify \x insertions.
4331         (canlock-sha1): New function, always return a unibyte string.
4332         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
4333         of a password.
4334         (canlock-insert-header): Use `canlock-sha1'.
4335         (canlock-verify): Ditto.
4336
4337 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
4338
4339         * message.el (message-fix-before-sending): Add an option that
4340         ignores illegible text.
4341         Trivial change from Mark Milhollan <mlm@attglobal.net>
4342
4343         * message.el (message-font-lock-keywords): Support multi-line MML
4344         tags.
4345
4346         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
4347         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
4348
4349 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4350
4351         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
4352         symbols for "View as different encoding" submenu.
4353
4354 2002-03-19  Simon Josefsson  <jas@extundo.com>
4355
4356         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
4357         encoding" submenu.
4358
4359 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4360
4361         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
4362
4363 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4364
4365         * gnus-sum.el (gnus-sum-thread-tree-root)
4366         (gnus-sum-thread-tree-single-indent)
4367         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
4368         (gnus-sum-thread-tree-leaf-with-other)
4369         (gnus-sum-thread-tree-single-leaf): Make customizable.
4370
4371 2002-03-16  Simon Josefsson  <jas@extundo.com>
4372
4373         * gnus-util.el (gnus-extract-address-components): Don't break on
4374         names such as James "Kibo" Parry.  From Francis Litterio
4375         <franl@world.std.com>.
4376
4377 2002-03-13  Simon Josefsson  <jas@extundo.com>
4378
4379         * pop3.el (pop3-open-server): Revert multibyte change.  From
4380         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
4381
4382         * message.el (message-send-mail-with-qmail): Make it work.  From
4383         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
4384
4385 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
4386
4387         * message.el (message-make-mft): Set case-fold-search while
4388         generating the MFT.  Also, a little cleanup in the MFT code.
4389
4390 2002-03-12  Simon Josefsson  <jas@extundo.com>
4391
4392         * message.el (message-qmail-inject-args): May be function.
4393         (message-send-mail-with-qmail): Call function if m-q-i-a is
4394         function.  From fn@hungry.org (Faried Nawaz).
4395
4396 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
4397
4398         * message.el (message-abbrevs-loaded): Remove.
4399         (mailabbrev): Require it.
4400
4401         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
4402
4403 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4404
4405         * pop3.el (pop3-open-server): Set process buffer unibyte.
4406
4407 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4408
4409         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
4410
4411 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
4412
4413         * nnslashdot.el (nnslashdot-request-article): Remove javascript
4414         too.
4415
4416 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
4417
4418         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
4419         duplication.
4420         (gnus-summary-save-parts-type-history): Ditto.
4421         (gnus-summary-save-parts-last-directory): Ditto.
4422         Trivial change from andre@slamdunknetworks.com
4423
4424 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
4425
4426         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
4427
4428 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4429
4430         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
4431         -->" as the end of the first article.
4432
4433         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
4434         From Matthieu Moy <Matthieu.Moy@imag.fr>
4435
4436         * message.el (message-add-action): Use add-to-list.
4437         (message-delete-action): New function.
4438
4439         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
4440         pieces.
4441
4442 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
4443
4444         * nnnil.el: New file.
4445         * gnus.el (gnus-valid-select-methods): Include nnnil.
4446
4447 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
4448
4449         * message.el (message-syntax-checks): Because canlock is
4450         supported, we disable sender syntax check.
4451         (message-shoot-gnksa-feet): Add cancel-messages option doc.
4452
4453         * gnus-draft.el (gnus-draft-send): If interactive, use its default
4454         value of message-syntax-checks.
4455
4456         * qp.el (quoted-printable-decode-region): Doc addition.
4457         From: Eli Zaretskii <eliz@is.elta.co.il>
4458
4459         * mail-source.el (make-source-make-complex-temp-name): Use
4460         make-temp-file.
4461
4462         * mm-util.el (mm-make-temp-file): New function.
4463         * nneething.el (nneething-file-name): Use it.
4464         * mml-smime.el (mml-smime-encrypt): Ditto.
4465         * mm-view.el (mm-inline-wash-with-file): Ditto.
4466         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
4467         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
4468         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
4469         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
4470         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
4471         * gnus-art.el (gnus-mime-print-part): Ditto.
4472
4473 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
4474
4475         * message.el (nnmaildir-article-number-to-base-name): New
4476         function.
4477         (nnmaildir-base-name-to-article-number): New function.
4478
4479 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4480
4481         * smime.el (smime-make-temp-file): Don't quote
4482         `temporary-file-directory'.
4483
4484 2002-03-04  Simon Josefsson  <jas@extundo.com>
4485
4486         * smime.el (smime-sign-region): Rename argument keyfiles to
4487         keyfile. You only sign something with one key.
4488         (smime-sign-buffer): Better completing-read prompt.
4489         (smime-decrypt-buffer): Ditto.
4490
4491         * smime.el (smime-make-temp-file): Make it work under XEmacs.
4492
4493         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
4494         completing-read.
4495         (mm-view-pkcs7-decrypt): CRLF->LF.
4496
4497 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
4498
4499         * message.el (message-hierarchical-addresses): New variable.
4500         (message-get-reply-headers): Use it.
4501         From Ted Zlatanov <teodor.zlatanov@divine.com>
4502
4503 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
4504
4505         * message.el (message-mode): If buffer-file-name, don't set auto
4506         save file name.
4507         Trivial change from Geoff Greene <ggreene@wpi.edu>
4508
4509 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4510
4511         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
4512         takes one argument in read-char.
4513
4514         * message.el (message-fix-before-sending): Forward a char.
4515         Check mmu-multibyte-p, add control-1.
4516
4517 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4518
4519         * gnus-start.el (gnus-read-init-file): Ditto.
4520
4521         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
4522
4523         * dgnushack.el (dgnushack-make-load): Ditto.
4524
4525         * mail-source.el (mail-source-fetch): Extract the right error
4526         code.
4527
4528         * message.el (message-fix-before-sending): Check illegible text.
4529
4530         * gnus-util.el (gnus-multiple-choice): New function.
4531
4532         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
4533         also defined in gnus-score.el.
4534
4535 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
4536
4537         * message.el (message-get-reply-headers): downcase email addresses
4538         for comaparisons for duplicate removal.
4539
4540 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4541
4542         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
4543         implementation of PKCS#7, which just allows users read the
4544         message.
4545         (mm-view-pkcs7): Use it.
4546
4547 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4548
4549         * gnus.el (large-newsgroup-initial): New parameter.
4550
4551         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
4552         (gnus-summary-insert-old-articles): Ditto.
4553
4554 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4555
4556         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
4557         used as the default answer of the question, "How many articles?".
4558         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
4559
4560         * nnagent.el (nnagent-retrieve-headers): Remove articles with
4561         small numbers.
4562
4563 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
4564
4565         * deuglify.el: Fix comments.
4566
4567 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
4568
4569         * html2text.el (html2text-clean-anchor): If there is no HREF,
4570         insert nothing.
4571
4572         * mml.el (mml-generate-mime-1): Add cdr.
4573         From: andre@slamdunknetworks.com
4574
4575         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
4576         (mm-text-html-washer-alist): Ditto.
4577
4578         * mm-decode.el (mm-text-html-renderer): Add html2text.
4579
4580         * html2text.el: Face lift.
4581
4582         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
4583
4584 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
4585
4586         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
4587
4588         * deuglify.el: Change copy right. Add autoload. Add coding-system.
4589
4590         * deuglify.el: New file. The original file name is
4591         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
4592
4593         * mm-decode.el (mm-display-external): Use
4594         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
4595
4596 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
4597
4598         * nnmaildir.el (nnmaildir-request-list): Report the highest
4599         article number, not the total number of articles.
4600
4601 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
4602
4603         * gnus-sum.el: Move uu key map here.
4604         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
4605
4606 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
4607
4608         * nnmaildir.el (nnmaildir-request-expire-articles): Use
4609         nnmail-expiry-wait* if expire-age parameter is not set.
4610
4611 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
4612
4613         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
4614         function.
4615         (gnus-group-sort-selected-groups-by-real-name): New function.
4616         (gnus-group-make-menu-bar): Add sort by real name.
4617
4618         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
4619         rebuild.
4620         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
4621         nil as dependencies as well.
4622
4623 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
4624
4625         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
4626         for mime-parts.
4627
4628         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
4629
4630         * gnus-group.el (gnus-group-name-decode): Don't test
4631         multibyte-string, because it breaks XEmacs.
4632         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
4633
4634         * message.el (message-send-mail): Be talkative.
4635
4636         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
4637         (mm-automatic-display): Ditto.
4638
4639         * mailcap.el (mailcap-mime-data): Ditto.
4640         From: Reiner Steib <4uce.02.r.steib@gmx.net>
4641
4642 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4643
4644         * many files: Remove trailing whitespaces, replace spc+tab with
4645         tab, replace leading whitespaces with tabs.
4646
4647 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
4648
4649         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
4650         articles with no body and no blank line after the header.
4651
4652 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4653
4654         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
4655         parts.
4656
4657         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
4658         non-ascii chars.
4659
4660         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
4661
4662         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
4663         w3-delay-image-loads.
4664         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
4665         (mm-w3-prepare-buffer): Ditto.
4666
4667         * mail-source.el (mail-source-fetch-directory): Run scripts.
4668
4669 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4670
4671         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
4672         for Majordomo confirmations.
4673
4674 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4675
4676         * gnus-fun.el (gnus-respond-to-confirmation): New command.
4677
4678 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4679
4680         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
4681
4682 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
4683
4684         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
4685         References header field.  From Mark Thomas <mthomas@cmu.edu>.
4686
4687 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4688
4689         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
4690         (mm-inline-render-with-stdin): Ditto.
4691         (mm-inline-render-with-function): Ditto.
4692         (mm-inline-wash-with-file): Bind coding-system-for-write.
4693         (mm-inline-wash-with-stdin): Ditto.
4694
4695 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4696
4697         Suggested by Felix Natter <fnatter@gmx.net>
4698
4699         * gnus-art.el (gnus-mime-view-part-externally): Rename from
4700         gnus-mime-externalize-view.
4701         (gnus-mime-view-part-internally): Rename from
4702         gnus-mime-internalize-view.
4703         (gnus-article-view-part-externally): Rename from
4704         gnus-article-externalize-part.
4705         (gnus-mime-action-alist): Change correspondingly.
4706         (gnus-mime-button-commands): Ditto.
4707         (gnus-mime-action-alist): Remove duplication.
4708
4709         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
4710
4711 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4712
4713         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
4714
4715         * gnus-art.el (gnus-display-mime): Use it.
4716
4717         * mm-partial.el (mm-partial-find-parts): Use it.
4718
4719         * gnus-sum.el (gnus-article-loose-mime): Rename from
4720         gnus-article-no-strict-mime.
4721         (gnus-summary-save-parts): Use it.
4722
4723 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4724
4725         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
4726         local variable.
4727
4728         * gnus-art.el (article-display-x-face): Don't sort multiple
4729         X-Faces.
4730
4731 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4732
4733         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
4734         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
4735
4736         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
4737
4738 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4739
4740         Some ideas is inspired by code from Hrvoje Niksic
4741         <hniksic@arsdigita.com>
4742
4743         * gnus-art.el (gnus-article-wash-function): Set the default to
4744         nil, so that we use mm-text-html-renderer instead.
4745         (article-wash-html): Use mm-text-html-renderer.
4746
4747         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
4748         (mm-text-html-renderer): New variable.
4749         (mm-inline-text-html-renderer): Set the default to nil, so that we
4750         use mm-text-html-renderer instead.
4751
4752         * mm-view.el (mm-inline-text-html): New function.
4753         (mm-text-html-renderer-alist): New variable.
4754         (mm-inline-text-vcard): New function.
4755         (mm-inline-text): Split.
4756         (mm-links-remove-leading-blank): New function.
4757         (mm-inline-render-with-file): New function.
4758         (mm-inline-render-with-stdin): New function.
4759         (mm-inline-render-with-function): New function.
4760         (mm-text-html-washer-alist): New variable.
4761         (mm-inline-wash-with-file): New function.
4762         (mm-inline-wash-with-stdin): New function.
4763
4764 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4765
4766         * message-utils.el: Fix installation doc.
4767         From: Reiner Steib <4uce.02.r.steib@gmx.net>
4768
4769 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
4770
4771         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
4772         (gnus-post-method): Use it.
4773         (gnus-summary-cancel-article): Find the correct post-method.
4774
4775         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
4776         * message.el (message-send-news): Ditto.
4777         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
4778         <ipmonger@delamancha.org>
4779
4780         * gnus.el (gnus-select-method): Fix doc.
4781         (gnus-server-string): Use 'using nntp'.
4782
4783         * gnus-agent.el (gnus-slave-unplugged): New command.
4784         From: Felix Natter <fnatter@gmx.net>
4785
4786 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4787
4788         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
4789         Call edit-done-function first, then change the window
4790         configuration.
4791         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
4792         (gnus-article-edit-mode): mml-mode.
4793
4794         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
4795         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
4796
4797         * message-utils.el: Adopt the file.
4798
4799         * message-utils.el: New file.
4800         From Holger Schauer <Holger.Schauer@gmx.de>
4801
4802 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
4803
4804         * gnus-sum.el (gnus-summary-move-article): Select-article only
4805         when gnus-move-split-methods is non-nil. And we don't render or
4806         mark the article.
4807
4808         * gnus-fun.el (gnus-shell-command-to-string): New function.
4809         (gnus-shell-command-on-region): New function.
4810         (gnus-random-x-face): Use them.
4811         (gnus-x-face-from-file): Ditto.
4812         (gnus-convert-image-to-gray-x-face): Ditto.
4813         (gnus-convert-gray-x-face-to-xpm): Ditto.
4814         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
4815
4816 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4817
4818         * gnus-art.el (gnus-treat-display-xface): Don't use
4819         `shell-command-to-string' when compiling.
4820         (gnus-treat-display-grey-xface): Ditto.
4821
4822 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
4823
4824         * nnmaildir.el (nnmaildir--article-count): If the group is
4825         completely empty, report minimum article number as 1 instead of 0.
4826
4827 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
4828
4829         * gnus-agent.el (gnus-get-predicate): Use nconc.
4830
4831         * gnus-sum.el (gnus-summary-display-make-predicate): Use
4832         gnus-summary-display-cache as cache.
4833
4834         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
4835         (nndoc-mail-in-mail-type-p): New function.
4836         (nndoc-mail-in-mail-article-begin): New function.
4837
4838 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
4839
4840         * mailcap.el (mailcap-mime-data): Use enriched-decode.
4841
4842         * gnus-cite.el (gnus-article-fill-cited-article): Bind
4843         use-hard-newlines to nil.
4844
4845         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
4846         image is not available if window-system is not available.
4847
4848         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
4849
4850 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4851
4852         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
4853         bookmark, because update-mark doesn't handle it correctly.
4854
4855 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
4856
4857         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
4858         directly instead of calling message-send-mail.
4859
4860         * gnus-start.el (gnus-read-descriptions-file): Use
4861         gnus-default-charset.
4862
4863         * mm-util.el (mm-guess-mime-charset): New function.
4864
4865         * gnus.el (gnus-default-charset): Use it.
4866         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
4867         the default.
4868
4869 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4870
4871         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
4872         (article-display-x-face): Use it.  Disable grey xface, if
4873         uncompface is not found.
4874
4875         * message.el (message-mode): Don't enable multibyte on an indirect
4876         buffer.
4877
4878         * nnrss.el (nnrss-content-function): New variable.
4879         (nnrss-request-article): Use it.
4880
4881 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4882
4883         * gnus.el: Add article-unsplit-urls.
4884         * gnus-sum.el: Ditto.
4885         * gnus-art.el (gnus-treat-strip-cr): New variable.
4886         (gnus-treatment-function-alist): Use it.
4887         (article-unsplit-urls): New function.
4888         (gnus-article-make-menu-bar): Use it.
4889         From: Michael Cook <michael.cook@cisco.com>
4890
4891 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4892
4893         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
4894         copy.
4895
4896 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
4897
4898         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
4899         with internal whitespace.
4900         (gnus-parent-id): Ditto.
4901
4902 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
4903
4904         * gnus-art.el (gnus-article-treat-body-boundary): Add
4905         gnus-decoration property.
4906         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
4907
4908         * message.el (message-mode): Set local-abbrev-table.
4909         From Matt Armstrong <matt@lickey.com>.
4910
4911         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
4912         too many spaces.
4913
4914         * rfc2047.el (rfc2047-unfold-region): Ditto.
4915         (rfc2047-decode-region): Don't unfold. Let
4916         gnus-article-treat-unfold-headers do it.
4917
4918         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
4919         From: Jesper Harder <harder@ifa.au.dk>
4920
4921 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4922
4923         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
4924         (gnus-configure-posting-styles): Use it.
4925         (gnus-configure-posting-styles): Remove trailing newspaces.
4926
4927 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4928
4929         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
4930         is non-nil.
4931
4932         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
4933
4934         * gnus.el (gnus-server-to-method): Switch position with
4935         gnus-server-get-method.
4936         (gnus-agent): Add doc.
4937
4938         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
4939         (gnus-summary-save-parts): Use it.
4940
4941         * gnus-art.el (gnus-display-mime): Use it.
4942         * mm-partial.el (mm-partial-find-parts): Use it.
4943
4944         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
4945
4946         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
4947         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
4948
4949         * nnagent.el (nnagent-request-expire-articles): Don't delete
4950         files.
4951
4952 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
4953
4954         * message.el (message-gen-unsubscribed-mft): New function.
4955         From Sriram Karra <karra@cs.utah.edu>.
4956
4957         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
4958         open parenthesis.
4959
4960         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
4961         (mm-inline-text-html-render-with-w3): Ditto.
4962         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
4963         Suggested by Dave Love  <d.love@dl.ac.uk>.
4964
4965         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
4966
4967         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
4968         * nntp.el (nntp-send-command): Ditto.
4969         * nntp.el (nntp-send-command-nodelete): Ditto.
4970
4971 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
4972
4973         * mm-url.el (mm-url-load-url): New function.
4974         (mm-url-insert-file-contents): Use it.
4975
4976         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
4977
4978         * message.el (message-forward-make-body): Correctly copy
4979         forward-buffer.
4980
4981         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
4982
4983 2002-02-04  Simon Josefsson  <jas@extundo.com>
4984
4985         * gnus-art.el (gnus-article-followup-with-original): Mark with
4986         force, prevent errors when following up from article buffer.
4987         (gnus-article-reply-with-original): Ditto.
4988
4989         * binhex.el (binhex-decoder-switches): Fix doc.  From
4990         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
4991
4992 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
4993
4994         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
4995         highlight-citation after emphasize.
4996
4997 2002-02-04  Simon Josefsson  <jas@extundo.com>
4998
4999         * nnfolder.el (nnfolder-open-marks):
5000
5001         * nnml.el (nnml-open-marks): Message when done.  From David
5002         Edmondson <dme@sun.com>.
5003
5004 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5005
5006         * imap.el (imap-anonymous-auth): Fix typo.
5007         From: Steinar Bang <sb@dod.no>
5008
5009         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
5010         save-excursion.
5011         (gnus-cache-braid-heads): Ditto.
5012
5013         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
5014         line, because there are extra articles in the overview buffer.
5015
5016         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
5017
5018         * message.el (message-forward-rmail-make-body): Directly use
5019         rmail-msg-restore-non-pruned-header to avoid calling
5020         vertical-motion.
5021
5022 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5023
5024         * gnus-cache.el (gnus-summary-insert-cached-articles):
5025         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
5026
5027         * gnus-group.el (gnus-group-mark-article-read): Nreverse
5028         gnus-newsgroups-unselected.
5029
5030         * gnus-agent.el (gnus-summary-set-agent-mark): Use
5031         gnus-add-to-sorted-list.
5032
5033         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
5034         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
5035         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
5036         (gnus-update-read-articles): UNREAD is sorted.
5037         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
5038         (gnus-newsgroup-marked, gnus-newsgroup-cached)
5039         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
5040         (gnus-newsgroup-dormant): Require sorted.
5041
5042         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
5043         directories.
5044         (gnus-dired-print): New function.
5045
5046         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
5047         ps-despool.
5048
5049 2002-02-02  Simon Josefsson  <jas@extundo.com>
5050
5051         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
5052
5053 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5054
5055         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
5056         t. This makes gnus-agent customizable without putting
5057         gnus-agentize into .gnus.
5058
5059         * gnus.el (gnus-agent): Make it customizable.
5060
5061         * gnus-dired.el: New file.
5062         From Benjamin Rutt <brutt@bloomington.in.us>
5063
5064         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
5065         if no article.
5066         (gnus-cache-possibly-remove-article): Ditto.
5067         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
5068
5069 2002-02-01  Simon Josefsson  <jas@extundo.com>
5070
5071         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
5072
5073 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5074
5075         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
5076         (mm-setup-w3m): Don't bind keys listed in the above.
5077
5078 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5079
5080         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
5081         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
5082         is non-nil; bind `w3m-force-redisplay' with nil.
5083
5084         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5085
5086         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
5087
5088 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
5089
5090         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
5091         use mail-header-unfold-field.
5092
5093         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
5094         gnus-summary-limit.
5095
5096         * gnus-range.el (gnus-add-to-sorted-list): New function.
5097         * gnus-sum.el (gnus-mark-article-as-read): Use it.
5098         (gnus-mark-article-as-unread): Ditto.
5099         (gnus-summary-mark-article-as-unread): Ditto.
5100         (gnus-build-get-header): Ditto.
5101         (gnus-summary-prepare-threads): Ditto.
5102         (gnus-summary-insert-pseudos): Ditto.
5103         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
5104         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
5105         (gnus-summary-insert-old-articles): Ditto.
5106
5107         * gnus-msg.el (gnus-posting-styles): Add new format of header.
5108         (gnus-configure-posting-styles): Support the new format.
5109
5110         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
5111         edebug-form-spec to (sexp body).
5112         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
5113
5114         * message.el (message-reply-headers): Add doc.
5115
5116 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5117
5118         * gnus-group.el (gnus-group-delete-group): Nix the entry in
5119         gnus-cache-active-hashtb.
5120
5121         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
5122         (gnus-agent-summary-fetch-group): Use it.
5123
5124         * gnus-msg.el (gnus-debug-files): New variable.
5125         (gnus-debug-exclude-variables): New variable.
5126         (gnus-debug): Use them.
5127
5128         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
5129
5130 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5131
5132         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
5133         (message-mode-syntax-table): Move back the previous position.
5134
5135         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
5136
5137         * gnus-agent.el (gnus-agent-retrieve-headers): Use
5138         gnus-sorted-difference.
5139
5140         * nnsoup.el (nnsoup-request-expire-articles): Use
5141         gnus-sorted-difference.
5142
5143         * nnheader.el: Autoload gnus-sorted-difference.
5144
5145         * nnfolder.el (nnfolder-request-expire-articles): Use
5146         gnus-sorted-difference.
5147
5148         * gnus-cache.el (gnus-cache-retrieve-headers): Use
5149         gnus-sorted-difference.
5150
5151         * gnus-range.el: Autoload cookies.
5152         (gnus-sorted-difference): New function.
5153         (gnus-sorted-ndifference): New function.
5154         (gnus-sorted-nintersection): Rename from
5155         gnus-set-sorted-intersection.
5156         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
5157         (gnus-list-range-difference): Rename from
5158         gnus-inverse-list-range-intersection.
5159         (gnus-inverse-list-range-intersection): Use defalias.
5160
5161         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
5162         gnus-sorted-ndifference, and gnus-sorted-nintersection.
5163         (gnus-articles-to-read): Use gnus-sorted-difference.
5164         (gnus-summary-limit-mark-excluded-as-read): Use
5165         gnus-sorted-intersection and gnus-sorted-ndifference.
5166         (gnus-list-of-read-articles): Use gnus-list-range-difference.
5167         (gnus-summary-insert-articles): Use gnus-sorted-difference.
5168
5169         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
5170
5171 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5172
5173         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
5174         property to the buffer for using emacs-w3m command keys.
5175
5176         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
5177         option.
5178
5179         * mm-view.el (mm-w3m-mode-map): New variable.
5180         (mm-w3m-mode-command-alist): New variable.
5181         (mm-w3m-minor-mode): Removed.
5182         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
5183         (mm-inline-text-html-render-with-w3m): Add keymap property to the
5184         buffer for using emacs-w3m command keys.
5185
5186 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
5187
5188         * message.el (message-mode-syntax-table): Move forward.
5189         (message-cite-prefix-regexp): Auto detect non word constituents.
5190         (message-cite-prefix-regexp): Don't use with-syntax-table.
5191
5192         * gnus-sum.el (gnus-summary-update-info): Use
5193         gnus-list-range-intersection.
5194
5195         * gnus-agent.el (gnus-agent-fetch-headers): Use
5196         gnus-list-range-intersection.
5197
5198         * gnus-range.el (gnus-range-normalize): Use correct predicate.
5199         (gnus-list-range-intersection): Use it.
5200         (gnus-inverse-list-range-intersection): Ditto.
5201         (gnus-sorted-intersection): Add doc.
5202         (gnus-set-sorted-intersection): Add doc.
5203         (gnus-sorted-union): New function.
5204         (gnus-set-sorted-union): New function.
5205
5206         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
5207         (gnus-inverse-list-range-intersection): Ditto.
5208
5209 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
5210
5211         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
5212
5213         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
5214         and permit `:' and `\' in order to handle full Windows pathnames.
5215         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
5216         technically not correct per standard, but seems to have common use.
5217
5218 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
5219
5220         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
5221         replacing numbers.
5222
5223 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
5224
5225         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
5226
5227         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
5228         Don't split when the window is small, e.g. when a small *BBDB*
5229         window is the lowest one.
5230
5231         * gnus-agent.el (gnus-agent-retrieve-headers): Use
5232         nnheader-find-nov-line to speed up. Use nreverse, because it is
5233         sorted. Use nnheader-insert-nov-file.
5234
5235 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5236
5237         * mm-decode.el (mm-inline-text-html-with-images): New user option.
5238
5239         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
5240         of `w3m-display-inline-images' with the value of
5241         `mm-inline-text-html-with-images'.
5242         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
5243
5244         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5245
5246 2002-01-27  Richard M. Stallman  <rms@gnu.org>
5247
5248         * time-date.el: Add autoload cookies.  Many doc fixes.
5249         (time-add): New function.
5250         (time-subtract): Renamed from subtract-time.
5251         (subtract-time): New alias for time-subtract.
5252
5253 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5254
5255         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
5256         emacs-w3m in doc-string.
5257
5258         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
5259         `w3m-current-buffer'.
5260
5261 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5262
5263         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
5264
5265         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
5266         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
5267         (mm-w3m-cid-retrieve): New function.
5268         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
5269
5270 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
5271
5272         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
5273
5274 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5275
5276         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
5277
5278 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5279
5280         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
5281         32K.
5282
5283         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
5284
5285         * nnmail.el (nnmail-article-group): Decode headers before running
5286         split rules over them.
5287         (nnmail-mail-splitting-charset): New variable.
5288
5289         * smiley.el: Replaced with smiley-ems.el.
5290
5291 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5292
5293         * mm-url.el (mm-url-predefined-programs): Add w3m.
5294         (mm-url-program): Ditto.
5295
5296 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5297
5298         * nnml.el (nnml-use-compressed-files): New variable.
5299         (nnml-filenames-are-evil): Removed.
5300         (nnml-current-group-article-to-file-alist): Don't use.
5301         (nnml-update-file-alist): Inhibit.
5302         (nnml-article-to-file): Use new var.
5303
5304 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5305
5306         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
5307
5308         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
5309
5310 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5311
5312         * gnus-agent.el (gnus-agent-load-alist): Use new caching
5313         function.
5314
5315         * gnus-util.el (gnus-cache-file-contents): New function.
5316
5317         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
5318         (gnus-agent-load-alist): Use it.
5319
5320         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
5321
5322         * nnheader.el (nnheader-insert-nov-file): New function.
5323
5324         * gnus-util.el (gnus-parse-without-error): Correct the loop.
5325
5326         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
5327         there are no references.
5328         (gnus-extract-message-id-from-in-reply-to): New function.
5329         (gnus-nov-parse-line): Use in-reply-to if there are no
5330         references.
5331
5332 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5333
5334         * nnagent.el (nnagent-retrieve-headers): Use new macro.
5335
5336         * gnus-util.el (gnus-parse-without-error): New macro.
5337
5338 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
5339
5340         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
5341         (gnus-article-wash-function): use locate-library to decide which
5342         to use.
5343
5344 2002-01-25  Simon Josefsson  <jas@extundo.com>
5345
5346         * pop3.el (pop3-munge-message-separator): Work if no date.
5347         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
5348
5349 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5350
5351         * gnus-agent.el (gnus-agent-save-alist): Fix.
5352
5353         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
5354         mistake.  Reinstated lost code.
5355
5356 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
5357
5358         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
5359         one exists in the case of an encrypted message with an internal
5360         signature.
5361
5362 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5363
5364         * gnus-agent.el (gnus-agent-save-alist): Optimized.
5365
5366 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5367
5368         * dgnushack.el: Commented out the experimental code.
5369
5370 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5371
5372         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
5373         error.
5374
5375         * gnus.el (gnus-server-to-method): Made into subst.
5376         (gnus-server-method-cache): New variable.
5377         (gnus-server-to-method): Use it.
5378         (gnus-group-method-cache): New variable.
5379         (gnus-find-method-for-group-1): Renamed.
5380         (gnus-find-method-for-group): New function.
5381         (gnus-group-method-cache): Removed.
5382
5383         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
5384         function.
5385
5386         * gnus-range.el (gnus-members-of-range): New function.
5387         (gnus-list-range-intersection): Renamed.
5388         (gnus-inverse-list-range-intersection): New function.
5389
5390         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
5391
5392         * nnagent.el (nnagent-retrieve-headers): New implementation.
5393
5394         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
5395         implementation.
5396
5397 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5398
5399         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
5400         `w3m-meta-content-type-charset-regexp'.
5401
5402         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
5403         charset-encoded html contents.
5404
5405 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
5406
5407         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
5408         an empty file.
5409
5410         * nnweb.el (url): Ignore errors when request url.
5411
5412         * nnrss.el: Clean up the comments.
5413
5414 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5415
5416         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
5417
5418         * mm-decode.el (mm-inline-text-html-renderer): New user option.
5419         (mm-inline-media-tests): Test whether the value of
5420         `mm-inline-text-html-renderer' is a function for text/html.
5421
5422         * mm-view.el (mm-inline-text-html-render-with-w3): New function
5423         separated from `mm-inline-text'.
5424         (mm-w3m-minor-mode): New variable.
5425         (mm-w3m-setup): New variable.
5426         (mm-setup-w3m): New function.
5427         (mm-inline-text-html-render-with-w3m): New function.
5428         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
5429         text/html.
5430
5431 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
5432
5433         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
5434
5435 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5436
5437         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
5438         and `gnus-xmas-completing-read'.
5439
5440 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5441
5442         * nneething.el (nneething-message-id-number): Abolished.
5443         (nneething-encode-file-name): Not encode numerical characters.
5444         (nneething-make-head): `nneething-message-id-number' is not
5445         used to generate message IDs.
5446
5447 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5448
5449         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
5450         characters.
5451
5452 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5453
5454         * gnus-xmas.el (gnus-xmas-completing-read): New function.
5455         (gnus-xmas-redefine): Redefine conditionally.
5456
5457 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
5458
5459         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
5460         tag.
5461
5462 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
5463
5464         * message.el (message-font-lock-keywords): Added the secure tag.
5465         * mml-sec.el: Added functions to generate/modify/remove the secure
5466         tag while in message mode.
5467         * mml-sec.el (mml-secure-message): New.
5468         * mml-sec.el (mml-unsecure-message): New.
5469         * mml-sec.el (mml-secure-message-sign-smime): New.
5470         * mml-sec.el (mml-secure-message-sign-pgp): New.
5471         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
5472         * mml-sec.el (mml-secure-message-encrypt-smime): New.
5473         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
5474         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
5475         * mml.el (mml-parse-1): Added code to recognise the secure tag and
5476         convert it to either a part or multipart depending on if there are
5477         other parts in the message.
5478         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
5479         to use the secure tag, rather than the part tag.
5480         * mml.el (mml-preview): Added a save-excursion to keep cursor
5481         position after doing an MML preview.
5482
5483 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5484
5485         * nnheader.el (nnheader-parse-overview-file): New function.
5486         (nnheader-write-overview-file): New function.
5487
5488 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5489
5490         * gnus.el (gnus-group-fast-parameter): Check better if expansion
5491         in wanted.
5492
5493         * nnweb.el (nnweb-type-definition): Clean up.
5494
5495 2002-01-21  Alastair Burt  <burt@dfki.de>
5496         Trivial patch.
5497
5498         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
5499         buffer exists before jumping to it.
5500
5501 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5502
5503         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
5504         function.
5505         (article-wash-html): Use it.
5506         (gnus-article-wash-function): New variable.
5507         (gnus-article-wash-html-with-w3m): New function.
5508
5509 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
5510
5511         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
5512         XEmacs.
5513
5514 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
5515
5516         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
5517         command line.
5518
5519 2002-01-21  Simon Josefsson  <jas@extundo.com>
5520
5521         * canlock.el (base64-encode-string): Autoload it from base64.
5522         (canlock-make-cancel-key): Base64 encode unibyte string.
5523
5524 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5525
5526         * nnfolder.el (nnfolder-request-accept-article): Unfold
5527         x-from-line.
5528         (nnfolder-request-replace-article): Ditto.
5529
5530 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
5531
5532         * gnus-group.el (gnus-group-best-unread-group): Use the right
5533         positioning function.
5534
5535 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5536
5537         * smiley-ems.el (smiley-region): Use new function.
5538         (smiley-update-cache): Use general image functions.
5539         (smiley-region): Use general functions.
5540
5541         * gnus-util.el (gnus-graphic-display-p): New function.
5542
5543         * nnmail.el (nnmail-article-group): Allow outputting traces of
5544         non-strings.
5545
5546         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
5547         (nndoc-exim-bounce-type-p): New function.
5548
5549         * message.el (message-dont-send): Doc fix.
5550
5551         * gnus-util.el (gnus-completing-read): Remove
5552         inherit-input-method.
5553
5554         * gnus-art.el (gnus-treat-smiley): Doc fix.
5555
5556         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
5557         articles.
5558
5559 2002-01-19  Simon Josefsson  <jas@extundo.com>
5560
5561         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
5562         (imap-kerberos4-open): Ditto.
5563         (imap-open): Set port correctly, don't set auth.
5564
5565 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5566
5567         * gnus.el (gnus-version-number): Bump version number.
5568
5569 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5570
5571         * gnus.el: Oort Gnus v0.05 is released.
5572
5573 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5574
5575         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
5576         exists.
5577
5578         * gnus-spec.el (gnus-string-width-function): New function.
5579         (gnus-tilde-cut-form): Use it.
5580         (gnus-tilde-max-form): Ditto.
5581         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
5582         (gnus-substring-function): Use it.
5583         (gnus-tilde-cut-form): Ditto.
5584         (gnus-substring-function): New function.
5585
5586         * message.el (message-check-news-header-syntax): New message.
5587
5588         * gnus.el (gnus-slave-no-server): Doc fix.
5589
5590         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
5591
5592 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5593
5594         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
5595         `seen' if it looks like (seen NUM1 . NUM2).  It should be
5596         (seen (NUM1 . NUM2)).
5597
5598 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5599
5600         * gnus-topic.el (gnus-topic-catchup-articles): Update article
5601         number in closed topics.
5602
5603 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
5604
5605         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
5606         functions.
5607
5608 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5609
5610         * gnus.el (gnus-group-find-parameter): Clean up.
5611
5612         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
5613         articles.
5614
5615         * gnus-util.el (gnus-completing-read-with-default): Renamed.
5616
5617         * nnmail.el (nnmail-article-group): Clean up.
5618
5619 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
5620
5621         * gnus-agent.el (gnus-category-name): Intern the category name.
5622
5623 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5624
5625         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
5626
5627         * gnus-util.el (gnus-completing-read): New function.
5628
5629 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
5630
5631         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
5632
5633         * smiley-ems.el (smiley-region): Register smiley.
5634         (smiley-toggle-buffer): Rewrite the function.
5635         (smiley-active): Removed.
5636
5637 2002-01-19  Simon Josefsson  <jas@extundo.com>
5638
5639         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
5640         Jesper Harder <harder@ifa.au.dk>.
5641
5642 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5643
5644         * gnus-art.el (gnus-request-article-this-buffer): Call
5645         `nneething-get-file-name' to extract the file name from the
5646         message id.
5647
5648         * nneething.el (nneething-encode-file-name): New function.
5649         (nneething-decode-file-name): Ditto.
5650         (nneething-get-file-name): Ditto.
5651         (nneething-make-head): Encode the file name and encapsulate it
5652         into the field of the message id.
5653
5654 2002-01-18  Simon Josefsson  <jas@extundo.com>
5655
5656         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
5657         stored in .marks.
5658
5659         * nnfolder.el (nnfolder-request-update-info): Ditto.
5660
5661 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5662
5663         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
5664
5665 2002-01-18  Simon Josefsson  <jas@extundo.com>
5666
5667         * imap.el (imap-starttls-p): Don't check for binary.
5668         (imap-gssapi-auth-p): Ditto.
5669         (imap-kerberos4-auth-p): Ditto.
5670         (imap-open): Change logic.  Iterate through all possible streams,
5671         instead of bailing out after first failure.  Move authenticator
5672         decision to `imap-authenticate'.
5673         (imap-authenticate): Change logic, now finds the authenticator to
5674         use, was previously in `imap-open'.
5675         (imap-open): Return nil on failure.
5676         (imap-open): Setup temp buffer correctly.
5677         (imap-open): Return buffer only on success.
5678         (imap-interactive-login, imap-interactive-login): Tell the user
5679         which stream/authenticator is used for the queried
5680         username/password.
5681         (imap-open, imap-authenticate): Set variables.
5682         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
5683         (imap-open): Don't assume how `with-temp-buffer' is implemented.
5684
5685 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5686
5687         * gnus-fun.el (gnus-grab-cam-x-face): New function.
5688
5689 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5690
5691         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
5692
5693 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5694
5695         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
5696         (gnus-agent-group-mode-map): Bind it to "Jo".
5697         (gnus-agent-group-make-menu-bar): Add it into menu bar.
5698
5699 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
5700
5701         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
5702         (gnus-summary-mail-toolbar): Add mail article deletion button.
5703
5704         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
5705         false positives for lines of "^^^^".
5706
5707         * gnus-picon.el (gnus-picon-find-face): faces database is all
5708         lowercase.
5709
5710 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5711
5712         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
5713         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
5714         duplications.
5715         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
5716
5717 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5718
5719         * gnus-sum.el (gnus-summary-initial-limit): Inline
5720         gnus-summary-limit-children.
5721         (gnus-summary-initial-limit): Don't limit if
5722         gnus-newsgroup-display is nil.
5723         (gnus-summary-initial-limit): No, don't.
5724
5725         * gnus-util.el
5726         (gnus-put-text-property-excluding-characters-with-faces): Inline
5727         gnus-put-text-property.
5728
5729         * gnus-spec.el (gnus-default-format-specs): New variable.
5730
5731         * gnus-start.el (gnus-read-newsrc-file): Don't clear
5732         gnus-format-specs.
5733         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
5734
5735         * gnus-spec.el (gnus-update-format-specifications): Really check
5736         the Gnus version of the .newsrc.eld file.
5737         (gnus-format-specs): Save the new default summary format.
5738
5739         * gnus-util.el (gnus-parent-id): Check whether references is empty
5740         before splitting.
5741
5742         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
5743         functions.
5744         (gnus-gather-threads-by-references): Inline
5745         `gnus-split-references'.
5746
5747         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
5748         default value of gnus-summary-line-format-spec.
5749
5750 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5751
5752         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
5753         message.
5754         (nnslashdot-request-list): Ditto.
5755         (nnslashdot-sid-strip): Removed.
5756
5757 2002-01-15  Simon Josefsson  <jas@extundo.com>
5758
5759         * nnimap.el (nnimap-close-asynchronous): Enable.
5760         (nnimap-close-group): Expunge.
5761
5762 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5763
5764         * gnus-util.el (gnus-user-date-format-alist): Typo.
5765         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
5766
5767 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5768
5769         * nneething.el (nneething-request-article): Set
5770         `nnmail-file-coding-system' to `binary' locally, in order to read
5771         files without any conversion.
5772
5773 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5774
5775         * gnus-agent.el (gnus-agent-retrieve-headers): Use
5776         nnheader-file-coding-system and nnmail-active-file-coding-system.
5777         (gnus-agent-regenerate-group): Ditto.
5778         (gnus-agent-regenerate): Ditto.
5779         (gnus-agent-write-active): Ditto.
5780         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
5781
5782 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
5783
5784         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
5785         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
5786
5787 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
5788
5789         * gnus.el: We don't need gnus-article-show-all-headers.
5790
5791         * gnus-art.el (article-show-all, gnus-article-show-all-header):
5792         Ditto.
5793
5794         * gnus-sum.el (gnus-summary-select-article): Don't call
5795         show-all-headers, because hidden headers are not hidden text any
5796         more.
5797
5798 2002-01-13  Simon Josefsson  <jas@extundo.com>
5799
5800         * message.el (message-newline-and-reformat): Use `newline' instead
5801         of inserting \n, so that the newline is marked as hard.
5802
5803         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
5804         From Jesper Harder <harder@ifa.au.dk>.
5805
5806 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5807
5808         * imap.el (imap-close): Keep going if quit.
5809
5810         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
5811         nntp-server-buffer.
5812
5813 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5814
5815         * mm-view.el (mm-display-inline-fontify): Require font-lock to
5816         avoid unbinding shadowed variables.
5817
5818         * gnus-art.el (gnus-picon-databases): Moved here.
5819         (gnus-picons-installed-p): Moved here.
5820         (gnus-article-reply-with-original): Use `mark'.
5821
5822         * gnus.el (gnus-picon): Moved here and renamed.
5823
5824         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
5825         installed.
5826         (gnus-treat-mail-picon): Ditto.
5827         (gnus-treat-newsgroups-picon): Ditto.
5828
5829         * gnus-picon.el (gnus-picons-installed-p): New function.
5830
5831 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5832
5833         * gnus-agent.el (gnus-agent-go-online): Fix doc.
5834
5835 2002-01-12  Simon Josefsson  <jas@extundo.com>
5836
5837         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
5838         (nnimap-before-find-minmax-bugworkaround): Use it.
5839         (nnimap-find-minmax-uid): Don't reselect current mailbox.
5840         (nnimap-dont-close): New variable.
5841         (nnimap-close-group): Use it.
5842
5843 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5844
5845         * gnus-art.el (gnus-article-reply-with-original): Use
5846         `mark-active'.
5847
5848         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
5849
5850         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
5851         (gnus-score-advanced): Clean up.
5852         (gnus-score-advanced): Accept a multiple of the score.
5853
5854 2002-01-12  Simon Josefsson  <jas@extundo.com>
5855
5856         * flow-fill.el (fill-flowed-display-column)
5857         (fill-flowed-encode-columnq): New variables.  Suggested by
5858         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
5859         (fill-flowed-encode, fill-flowed): Use them.
5860
5861         * message.el (message-send-news, message-send-mail): Use
5862         m-b-s-n-p-e-h-n.
5863
5864         * mml.el (autoload): Autoload fill-flowed-encode.
5865         (mml-buffer-substring-no-properties-except-hard-newlines): New
5866         function.
5867         (mml-read-part): Use it.
5868         (mml-generate-mime-1): Encode format=flowed if appropriate.
5869         (mml-insert-mime-headers): Insert format=flowed.
5870
5871         * flow-fill.el (fill-flowed-encode): New function.
5872         (fill-flowed): Bind fill-column to window width.
5873
5874 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5875
5876         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
5877         it exists.
5878         (gnus-summary-setup-buffer): Wake up dead summary buffers.
5879         (gnus-summary-buffer-name): Don't return the dead name after all.
5880         (gnus-summary-setup-buffer): Kill the dead buffer.
5881
5882         * gnus-art.el (gnus-article-followup-with-original): Store the
5883         value of the mark before deactivating it.
5884
5885 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5886
5887         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
5888         From: Karl Kleinpaste <karl@charcoal.com>
5889
5890         * gnus-art.el (article-display-x-face): Ditto.
5891         (gnus-article-reply-with-original): Use gnus-region-active-p.
5892         (gnus-article-followup-with-original): Ditto.
5893
5894         * gnus-sum.el (gnus-summary-read-group-1): Don't select
5895         downloadable article either.
5896
5897 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5898
5899         * gnus-art.el (article-display-x-face): Insert From:.
5900
5901         * gnus-sum.el (gnus-summary-move-article): Don't draw the
5902         article. Bind gnus-display-mime-function and
5903         gnus-article-prepare-hook.
5904
5905         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
5906         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
5907         gnus-agent-possibly-synchronize-flags to the last.
5908         (gnus-agent-go-online): New function. New variable.
5909
5910 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5911
5912         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
5913         (gnus-agent-regenerate): Ditto.
5914
5915 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5916
5917         * message.el (message-ignored-news-headers)
5918         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
5919         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
5920
5921         * gnus.el (gnus-gethash-safe): New macro.
5922
5923         * gnus-agent.el (gnus-agent-regenerate-history): New function.
5924         (gnus-agent-regenerate): Show messages.
5925
5926 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5927
5928         * gnus-agent.el (gnus-agent-regenerate-group): New function.
5929         (gnus-agent-regenerate): New function.
5930         (gnus-agent-save-alist): Sort.
5931         (gnus-agent-copy-nov-line): Test eobp.
5932         (gnus-agent-retrieve-headers): Erase buffer.
5933
5934 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
5935
5936         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
5937         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
5938
5939         * gnus.el (gnus-agent-covered-methods): Move here.
5940         (gnus-online): New function.
5941         (gnus-agent-method-p): Move here.
5942
5943         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
5944         nil. Remove articles-alist.
5945
5946         * gnus-start.el (gnus-get-unread-articles): Check online.
5947         (gnus-groups-to-gnus-format): Ditto.
5948         (gnus-active-to-gnus-format): Ditto.
5949
5950         * gnus-agent.el (gnus-agent-get-function): Use it.
5951         (gnus-agent-get-undownloaded-list): Ditto.
5952         (gnus-agent-fetch-session): Only fetch online methods.
5953
5954         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
5955         (gnus-server-mode-map): Ditto.
5956         (gnus-server-offline-face): New face.
5957         (gnus-server-offline-face): New variable.
5958         (gnus-server-font-lock-keywords): Add offline.
5959         (gnus-server-insert-server-line): Ditto.
5960         (gnus-server-offline-server): New function.
5961
5962         * gnus-int.el (gnus-open-server): Turn to offline.
5963         (gnus-server-unopen-status): New variable.
5964
5965 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
5966
5967         * nnkiboze.el (nnkiboze-request-article): Use
5968         gnus-agent-request-article.
5969
5970         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
5971         function. Insert undownloaded NOV.
5972
5973         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
5974         (gnus-agent-request-article): New function.
5975
5976         * gnus.el (gnus-agent-cache): New variable.
5977
5978         * gnus-int.el (gnus-retrieve-headers): Use
5979         gnus-agent-retrieve-headers.
5980         (gnus-request-head): Use gnus-agent-request-article.
5981         (gnus-request-body): Ditto.
5982
5983         * gnus-art.el (gnus-request-article-this-buffer): Use
5984         gnus-agent-request-article.
5985
5986         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
5987         article if it is undownloaded.
5988
5989 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5990
5991         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
5992
5993 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5994
5995         * canlock.el (canlock-string-as-unibyte): New macro.
5996         (canlock-sha1-with-openssl): Return a unibyte string.
5997         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
5998
5999 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
6000
6001         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
6002
6003 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6004
6005         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
6006         application/x-emacs-lisp.
6007
6008         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
6009
6010         * nntp.el (nntp-request-article): Add group parameter.
6011         (nntp-request-head): Ditto.
6012         (nntp-find-group-and-number): Add parameter group. Figure out
6013         number if the status line doesn't give (e.g. quimby.gnus.org).
6014
6015 2002-01-08  Simon Josefsson  <jas@extundo.com>
6016
6017         * mml.el (mml-generate-mime-1): Set recipient correctly.
6018
6019 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6020
6021         * message.el (message-read-from-minibuffer): Add parameter
6022         initial-contents.
6023         * gnus-msg.el (gnus-summary-resend-message): Use it.
6024
6025         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
6026         behavior of quit-config.
6027
6028         * message.el (message-make-from): Don't quote fullname.
6029         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
6030
6031         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
6032         From: <andre@slamdunknetworks.com>
6033
6034 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
6035
6036         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
6037
6038         * gnus-art.el (gnus-header-button-alist): Handle mailto.
6039
6040         * mml.el (mml-preview): Bind gnus-original-article-buffer because
6041         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
6042         because bbdb may use it.
6043
6044 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6045
6046         * nneething.el (nneething-request-article): When a non-text file
6047         is converted to an article, its data is encoded in base64.  Call
6048         `nneething-make-head' with options to specify MIME types.
6049         (nneething-make-head): Add optional arguments to specify MIME
6050         types.
6051
6052 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6053
6054         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
6055         header if there is not.
6056
6057         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
6058
6059         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
6060         (gnus-inews-mark-gcc-as-read): Obsolete variable.
6061         (gnus-inews-do-gcc): Use them.
6062
6063         * gnus-group.el (gnus-group-mark-article-read): Put holes into
6064         gnus-newsgroup-unselected.
6065
6066 2002-01-06  Simon Josefsson  <jas@extundo.com>
6067
6068         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
6069         condition-case, not ignore-errors.
6070
6071 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6072
6073         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
6074         gnus-fetch-old-headers.
6075
6076         * gnus-art.el (article-display-x-face): Use the current buffer
6077         unless `W f'. Otherwise, X-Face may be shown in the header of a
6078         forwarded part.
6079         (gnus-treatment-function-alist): Treat xface before hiding
6080         headers.
6081
6082 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6083
6084         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
6085         parameters.
6086
6087 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6088
6089         * mm-util.el (mm-multibyte-p): Define conditionally when load.
6090         (mm-guess-charset): New function.
6091         (mm-charset-after): Use it.
6092         (mm-detect-coding-region): New function.
6093         (mm-detect-mime-charset-region): New function.
6094
6095         * gnus-sum.el (gnus-summary-show-article): Use
6096         mm-detect-coding-region.
6097
6098 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6099
6100         * message.el (message-make-fqdn): Be less violent.
6101
6102         * gnus.el (gnus-logo-color-style): Compute custom form
6103         automatically.
6104
6105         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
6106         score file of the parent to the document group.
6107
6108         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
6109         parameters parameter.
6110
6111         * gnus-score.el (gnus-score-load-file): Clean up.
6112
6113 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6114
6115         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
6116         From: Damien Wyart <damien.wyart@free.fr>
6117
6118         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
6119
6120 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
6121
6122         * gnus-sum.el (gnus-select-group-hook): Typo.
6123
6124         * rfc2047.el (rfc2047-decode-string): Return immediately if there
6125         is no quoted-printable-encoded STRING.
6126         From: Jesper Harder <harder@ifa.au.dk>
6127
6128         (rfc2047-decode-string): Decode it.
6129
6130 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6131
6132         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
6133
6134 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
6135         Trivial patch.
6136
6137         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
6138         buffer to get rid of junk line.
6139
6140 2002-01-05  Simon Josefsson  <jas@extundo.com>
6141
6142         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
6143         C-o.
6144         (message-mode-map): Bind message-insert-or-toggle-importance to
6145         C-c C-u.
6146         (message-mode-map): Bind message-disposition-notification-to to
6147         C-c M-n.
6148         (message-mode-menu): Add m-d-n-t.
6149         (message-mode-field-menu): Add m-goto-from.
6150         (message-mode): Doc fix.
6151         (message-goto-from): New function.
6152         (message-insert-disposition-notification-to): New function.
6153         (message-tool-bar-map): Add receipt button.
6154
6155 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6156
6157         * gnus-sum.el (gnus-thread-latest-date): New function.
6158         (gnus-thread-sort-by-most-recent-number): Renamed.
6159         (gnus-thread-sort-functions): Doc fix.
6160         (gnus-select-group-hook): Don't use setq on a hook.
6161         (gnus-thread-latest-date): Use date, not number
6162
6163         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
6164         (gnus-agent-expire): Allow regexp of expire-days.
6165
6166         * gnus-art.el (gnus-article-reply-with-original): Deactivate
6167         region.
6168         (gnus-article-followup-with-original): Ditto.
6169
6170         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
6171
6172         * gnus-art.el (gnus-mime-display-alternative): Use
6173         gnus-local-map-property.
6174         (gnus-mime-display-alternative): Ditto.
6175         (gnus-insert-mime-security-button): Ditto.
6176         (gnus-insert-next-page-button): Ditto.
6177         (gnus-button-prev-page): Take optional args.
6178         (gnus-insert-prev-page-button): widget-convert.
6179
6180         * gnus-util.el (gnus-local-map-property): New function.
6181
6182         * gnus-art.el (gnus-prev-page-map): Use parent map.
6183         (gnus-next-page-map): Ditto.
6184
6185         * gnus-spec.el (gnus-parse-format): Clean up.
6186         (gnus-parse-format): Do complex formatting for %=.
6187
6188         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
6189         "X-Face: " to the data in the built-in scenario.
6190
6191         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
6192         (gnus-correct-pad-form): Renamed.
6193         (gnus-tilde-max-form): Clean up.
6194         (gnus-pad-form): Use gnus-use-correct-string-widths.
6195
6196         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
6197         support if that is available.
6198
6199         * gnus-sum.el (gnus-thread-highest-number): New function.
6200         (gnus-thread-sort-by-most-recent-thread): New function.
6201         (gnus-thread-sort-functions): Doc fix.
6202
6203 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
6204
6205         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
6206         all cases.
6207         (gnus-summary-mode): Enable it in all cases.
6208         (gnus-summary-display-article): Ditto.
6209         (gnus-summary-edit-article): Ditto.
6210
6211         * gnus-ems.el (gnus-put-image): Really return glyph.
6212
6213         * gnus-art.el (gnus-article-x-face-command): Fix :type.
6214         (gnus-treat-smiley): Don't take "P" in the interactive form.
6215
6216 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6217
6218         * compface.el (uncompface): XEmacs and Emacs have differing
6219         capabilities.
6220
6221         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
6222
6223         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
6224         (gnus-article-xface-ring-size): Removed.
6225         (gnus-article-display-xface): Removed.
6226         (gnus-remove-image): Cleaned up.
6227
6228         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
6229         (gnus-xmas-create-image): Take pbm files.
6230         (gnus-x-face): Removed.
6231         (gnus-xmas-article-display-xface): Removed.
6232
6233         * gnus-fun.el (gnus-display-x-face-in-from): Bind
6234         default-enable-multibyte-characters.
6235
6236         * compface.el (uncompface): Doc fix.
6237
6238         * gnus-art.el (gnus-article-x-face-command): Use
6239         gnus-display-x-face-in-from.
6240
6241         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
6242
6243         * gnus-ems.el (gnus-put-image): Return the image.
6244
6245         * gnus-fun.el (gnus-display-x-face-in-from): New function.
6246         (gnus-x-face): Moved here.
6247
6248 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
6249
6250         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
6251         invisible if string is nil.
6252         (gnus-xmas-article-display-xface): Use it.
6253
6254         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
6255         property when string is nil.
6256         (gnus-article-display-xface): Use it.
6257
6258 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6259
6260         * gnus-art.el (article-display-x-face): Check whether valid grey
6261         face was returned.
6262         (article-display-x-face): Place image in the right spot.
6263
6264         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
6265         stderr.
6266         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
6267
6268 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6269
6270         * gnus-xmas.el (gnus-xmas-create-image): Take optional
6271         parameters.
6272         (gnus-xmas-put-image): Allow non-strings to be passed.
6273
6274         * gnus-art.el (article-display-x-face): Use optional parameters.
6275
6276         * gnus-ems.el (gnus-create-image): Take optional parameters.
6277
6278         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
6279
6280         * compface.el (compface-xbm-p): Removed.
6281
6282         * gnus-ems.el (gnus-article-compface-xbm): Removed.
6283         (gnus-article-display-xface): Use compface.
6284
6285         * compface.el: New file.
6286
6287         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
6288         (gnus-convert-image-to-x-face-command): Ditto.
6289         (gnus-random-x-face): Quote argument.
6290         (gnus-x-face-from-file): Ditto.
6291
6292 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
6293
6294         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
6295         the expire-group parameter once per article rather than once
6296         per group; bind `nnmaildir-article-file-name' and `article'
6297         for convenience.  Leave article alone when expire-group
6298         specifies the current group.
6299         (nnmaildir--update-nov): be more concurrency-friendly with
6300         temp file names.
6301
6302 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6303
6304         * gnus-start.el (gnus-read-init-file): Cleaned up.
6305
6306 2002-01-03  Dave Love  <d.love@dl.ac.uk>
6307
6308         * gnus-start.el (gnus-startup-file-coding-system): Removed.
6309         (gnus-read-init-file): Don't use it.
6310
6311 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6312
6313         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
6314
6315 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6316
6317         * gnus-start.el (gnus-read-init-file): Don't force coding system
6318         for ~/.gnus.  From Dave Love <fx@gnu.org>.
6319
6320 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
6321
6322         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
6323         * nnspool.el (nnspool-request-post): Ditto.
6324
6325         * mm-util.el (mm-use-find-coding-systems-region): New variable.
6326         (mm-find-mime-charset-region): Use it.
6327
6328 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
6329
6330         * gnus.el (gnus-summary-line-format): Added :link.
6331         * gnus-topic.el (gnus-topic-line-format): Ditto.
6332         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
6333         * gnus-srvr.el (gnus-server-line-format): Ditto.
6334         * gnus-group.el (gnus-group-line-format): Ditto.
6335
6336         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
6337         :keys, it works on both Emacsen.
6338
6339 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
6340
6341         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
6342
6343 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6344
6345         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
6346
6347 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
6348
6349         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
6350         very wide reply.
6351
6352 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6353
6354         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
6355         (gnus-picon-cache): New variable.
6356         (gnus-picon-transform-newsgroups): Cache stuff.
6357
6358         * gnus-art.el (gnus-article-reply-with-original): New command.
6359         (gnus-article-followup-with-original): New command.
6360
6361         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
6362         END parameters.
6363         (gnus-summary-followup): Take a list of list of articles.
6364         (gnus-inews-yank-articles): Allow lists of article/regions.
6365
6366         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
6367         longer the usual commands.
6368
6369         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
6370         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
6371         shell-command-on-region.
6372
6373 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6374
6375         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
6376           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
6377
6378 2002-01-03  Steve Youngs  <youngs@xemacs.org>
6379
6380         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
6381         understand ':keys', wrap it in an featurep 'xemacs.
6382
6383 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6384
6385         * gnus-ems.el (gnus-article-display-xface): Show xface in the
6386         order of headers (Actually, it is called in a reversed order). Add
6387         'gnus-image-text-deletable property.
6388         (gnus-remove-image): Remove text with such a property.
6389
6390         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
6391         gnus-put-image.
6392
6393         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
6394         with ", "
6395
6396 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6397
6398         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
6399
6400         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
6401         (article-display-x-face): Display grey X-Faces.
6402
6403         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
6404         (gnus-convert-gray-x-face-to-ppm): Ditto.
6405         (gnus-convert-image-to-gray-x-face): Ditto.
6406
6407         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
6408         gnus-summary-show-raw-article.
6409
6410 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6411
6412         Display picons in XEmacs without showing text.
6413
6414         * gnus-xmas.el (gnus-xmas-create-image): Don't use
6415         mm-create-image-xemacs to create xbm glyph, because it deletes
6416         temporary files.
6417         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
6418         (gnus-xmas-remove-image): Make text visible, remove glyph.
6419
6420         * gnus-picon.el (gnus-picon-transform-newsgroups)
6421         (gnus-picon-transform-address): Insert spec backward, due to the
6422         incompatibility of gnus-xmas-put-image.
6423
6424 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6425
6426         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
6427
6428 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6429
6430         * gnus.el: Doc fix.
6431
6432         * gnus-art.el: Doc fix.
6433
6434         * gnus-agent.el: Doc fix.
6435
6436 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6437
6438         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
6439
6440 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
6441
6442         * nnmaildir.el (nnmaildir--update-nov): automatically parse
6443         NOV data out of the message again if nnmail-extra-headers has
6444         changed.
6445
6446 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6447
6448         * gnus-fun.el: New file.
6449         (gnus-convert-image-to-x-face-command): New variable.
6450         (gnus-insert-x-face): New function.
6451         (gnus-random-x-face): Renamed.
6452         (gnus-x-face-from-file): Renamed.
6453
6454         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
6455         "_".
6456         (gnus-body-boundary-delimiter): Typo fix.
6457
6458 2002-01-02  Simon Josefsson  <jas@extundo.com>
6459
6460         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
6461         (gnus-body-boundary-delimiter): Fix type.
6462
6463 2002-01-01  Simon Josefsson  <jas@extundo.com>
6464
6465         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
6466         (gnus-treat-emphasize, gnus-treat-strip-cr)
6467         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
6468         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
6469         (gnus-treat-fill-article, gnus-treat-hide-citation)
6470         (gnus-treat-hide-citation-maybe)
6471         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
6472         (gnus-treat-strip-pem, gnus-treat-strip-banner)
6473         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
6474         (gnus-treat-date-ut, gnus-treat-date-local)
6475         (gnus-treat-date-english, gnus-treat-date-lapsed)
6476         (gnus-treat-date-original, gnus-treat-date-iso8601)
6477         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
6478         (gnus-treat-strip-trailing-blank-lines)
6479         (gnus-treat-strip-leading-blank-lines)
6480         (gnus-treat-strip-multiple-blank-lines)
6481         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
6482         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
6483         (gnus-treat-display-xface, gnus-treat-display-smileys)
6484         (gnus-treat-from-picon, gnus-treat-mail-picon)
6485         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
6486         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
6487         (gnus-treat-play-sounds, gnus-treat-translate)
6488         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
6489
6490         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
6491         (gnus-article-treat-body-boundary): Use it.
6492
6493         * message.el (message-mode): Fix doc.
6494         (message-mode-menu): Fix names.
6495
6496 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6497
6498         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
6499         articles.
6500
6501         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
6502         (gnus-picon-transform-address): Search for unknown faces as well.
6503         (gnus-picon-find-face): Don't search "news" for MISC.
6504         (gnus-picon-user-directories): Changed default back to exclude
6505         "unknown".
6506
6507         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
6508
6509         * gnus-picon.el (gnus-picon-find-face): Search through all
6510         databases.
6511         (gnus-picon-find-face): New implementation.
6512
6513         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
6514         keystroke.
6515         (gnus-topic-goto-next-topic): Ditto.
6516
6517         * gnus.el (gnus-summary-line-format): Changed default.
6518
6519         * nnmail.el (nnmail-extra-headers): Change default.
6520
6521         * gnus-sum.el (gnus-extra-headers): Change default.
6522
6523         * message.el (message-news-other-window): Changed "news" to
6524         "posting".
6525         (message-news-other-frame): Ditto.
6526         (message-do-send-housekeeping): Ditto.
6527
6528         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
6529         function.
6530         (gnus-article-unread-p): New function.
6531         (gnus-article-unseen-p): New function.
6532         (gnus-dead-summary-mode-map): Typo.
6533
6534         * gnus-util.el (gnus-make-predicate): New function.
6535         (gnus-make-predicate-1): New function.
6536
6537         * gnus-sum.el: New function.
6538         (gnus-map-articles): New function.
6539
6540         * gnus-art.el (gnus-treat-fold-headers): New variable.
6541         (gnus-article-treat-fold-headers): New command and keystroke.
6542
6543         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
6544         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
6545
6546 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6547
6548         * message.el (message-fcc-externalize-attachments): New variable.
6549         (message-do-fcc): Use it.
6550
6551         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
6552         (gnus-inews-do-gcc): Use it.
6553
6554         * mml.el (mml-tweak-sexp-alist): New variable.
6555         (mml-externalize-attachments): New variable.
6556         (mml-tweak-part): Use mml-tweak-sexp-alist.
6557         (mml-tweak-externalize-attachments): New function.
6558
6559 2002-01-01  Steve Youngs  <youngs@xemacs.org>
6560
6561         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
6562         'set-glyph-face' so x-face back/foreground can be set.
6563
6564 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
6565
6566         * message.el (message-fix-before-sending): Fix a typo.
6567
6568 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6569
6570         * gnus-art.el (gnus-treat-smiley): Renamed command.
6571         (gnus-article-remove-images): New command and keystroke.
6572
6573         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
6574
6575         * smiley-ems.el (gnus-smiley-display): Removed.
6576
6577         * gnus.el (gnus-version-number): Update version.
6578
6579         * message.el (message-text-with-property): Renamed and moved
6580         here.
6581         (message-fix-before-sending): Highlight invisible text and place
6582         point there.
6583
6584 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6585
6586         * gnus.el: Oort Gnus v0.04 is released.
6587
6588 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6589
6590         * gnus-delay.el (gnus-delay-send-queue): Renamed.
6591
6592         * gnus-art.el (gnus-ignored-headers): More headers,
6593
6594         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
6595         of `scan-error', since XEmacs doesn't seem to support that.
6596
6597 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6598
6599         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
6600         arg.
6601         (gnus-summary-best-unread-subject): Ditto.
6602         (gnus-summary-best-unread-subject): No, don't.
6603         (gnus-summary-better-unread-subject): New command.
6604
6605         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
6606
6607         * lpath.el ((featurep 'xemacs)): fbind url function.
6608
6609         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
6610         buffer.
6611         (gnus-xmas-remove-image): Implementation that does something.
6612         (gnus-xmas-article-display-xface): Mark images properly.
6613
6614         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
6615
6616 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
6617
6618         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
6619
6620 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6621
6622         * gnus-group.el (gnus-group-line-format): Added %O to the default
6623         value.
6624
6625         * gnus-util.el (gnus-text-with-property): The smallest point is
6626         point-min.
6627
6628         * smiley-ems.el (smiley-region): Return images.
6629         (gnus-smiley-display): Allow toggling.
6630         (smiley-region): Use text properties, not overlays.
6631
6632         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
6633         implemented yet.
6634
6635         * smiley-ems.el (smiley-update-cache): Check for valid types.
6636
6637         * gnus-art.el (gnus-with-article-buffer): New macro.
6638
6639         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
6640         strings as well as the glyphs.
6641         (gnus-picon-transform-address): Ditto.
6642         (gnus-picon-insert-glyph): Ditto.
6643         (gnus-picon-transform-newsgroups): Toggle.
6644         (gnus-picon-transform-address): Toggle.
6645
6646         * gnus-ems.el (gnus-remove-image): New function.
6647         (gnus-put-image): Take an optional string.
6648
6649         * gnus-util.el (gnus-text-with-property): New function.
6650
6651         * gnus-art.el (gnus-delete-images): New function.
6652
6653         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
6654
6655         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
6656         (gnus-article-wash-status): Use it.
6657         (gnus-signature-toggle): Clean up.
6658         (gnus-add-wash-status): New function.
6659         (gnus-delete-wash-status): New function.
6660         (gnus-article-hide-text-type): Use them throughout.
6661         (gnus-add-image): New function.
6662
6663         * gnus-ems.el (gnus-article-display-xface): Use new interface.
6664
6665         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
6666         interface.
6667
6668         * gnus-art.el (article-display-x-face): Cleaned up.
6669
6670         * rfc2047.el (rfc2047-field-value): New function.
6671
6672         * mail-parse.el (mail-header-field-value): New alias.
6673
6674         * gnus-art.el (gnus-mime-print-part): Fix typos.
6675
6676         * smiley-ems.el (gnus-smiley-file-types): New variable.
6677         (smiley-update-cache): Use it.
6678         (smiley-regexp-alist): Suffix-less smiley names.
6679         (smiley-regexp-alist): Added more smileys.
6680
6681         * gnus-sum.el (gnus-print-buffer): Made into own function.
6682         (gnus-summary-print-article): Use it.
6683
6684         * mailcap.el (mailcap-mime-info): Actually return the bit that we
6685         looked for when REQUEST is a string.
6686
6687         * gnus-art.el (gnus-mime-button-commands): Add printing
6688         keystroke.
6689         (gnus-mime-copy-part): Doc fix.
6690         (gnus-mime-print-part): New command.
6691
6692 2001-12-31  Simon Josefsson  <jas@extundo.com>
6693
6694         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
6695         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
6696
6697 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6698
6699         * gnus-picon.el (gnus-treat-from-picon): Autoload.
6700         (picon): Fix doc.
6701
6702         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
6703         longer exists. Remove those codes.
6704         * gnus.el (gnus-use-picons): Ditto.
6705
6706 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6707
6708         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
6709         infloop.
6710
6711         * gnus-sum.el (t): New `W D' map.
6712
6713         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
6714         (gnus-article-treat-body-boundary): Clean up.
6715         (gnus-body-boundary-face): Removed.
6716         (gnus-article-goto-header): Moved here.
6717         (gnus-article-goto-header): Allow better regexps.
6718         (gnus-article-treat-fold-newsgroups): New command.
6719
6720         * gnus-sum.el (gnus-summary-move-article): We have to select an
6721         article to give `gnus-read-move-group-name' an opportunity to
6722         suggest an appropriate default.
6723
6724         * rfc2047.el (rfc2047-fold-line): New function.
6725         (rfc2047-unfold-line): Ditto.
6726         (rfc2047-fold-region): Don't fold just after the header name.
6727
6728         * mail-parse.el (mail-header-fold-line): New alias.
6729         (mail-header-unfold-line): Ditto.
6730
6731         * gnus-art.el (gnus-body-boundary-face): Renamed.
6732         (gnus-article-treat-body-boundary): Use it.
6733         (gnus-article-treat-body-boundary): Use an invisible header and a
6734         line of underline characters.
6735
6736 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6737
6738         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
6739
6740         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
6741         (gnus-picon-split-address): New function.
6742         (gnus-picon-find-face): Use it.
6743         (gnus-picon-transform-address): Use it. Set first to t for each
6744         address.
6745
6746         * gnus-art.el (gnus-with-article-headers): Move to here. Define
6747         the macro then use it.
6748         (gnus-treatment-function-alist): Treat picons earlier.
6749
6750 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6751
6752         * gnus-art.el (gnus-body-separator-face): New variable.
6753         (gnus-article-treat-body-boundary): Use a blank, colored line.
6754
6755         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
6756         well.
6757
6758         * gnus-art.el (gnus-treat-body-boundary): New variable.
6759         (gnus-article-treat-unfold-headers): Use helper macro.
6760         (gnus-article-treat-body-boundary): New command.
6761
6762         * gnus.el (gnus-logo-color-style): Change the default color.
6763         (gnus-splash-face): Gray, gray.
6764
6765         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
6766         colors.
6767
6768         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
6769         (gnus-logo-color-style): Ditto.
6770         (gnus-logo-colors): Ditto.
6771
6772         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
6773
6774         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
6775
6776         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
6777         (gnus-picon-transform-newsgroups): New function.
6778
6779         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
6780         string.
6781
6782         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
6783
6784         * gnus-art.el (gnus-treat-cc-picon): New variable.
6785         (gnus-treat-mail-picon): Renamed.
6786
6787         * gnus-picon.el: New implementation.
6788         (gnus-picon-find-face): Renamed.
6789         (gnus-treat-from-picon): Use it.
6790         (gnus-picon-transform-address): Renamed.
6791         (gnus-treat-from-picon): Use it.
6792         (gnus-picon-create-glyph): Renamed.
6793         (gnus-picon-transform-address): Use it.
6794         (gnus-treat-cc-picon): New command.
6795
6796         * mm-decode.el (mm-create-image-xemacs): Separated out into
6797         function.
6798         (mm-get-image): Use it.
6799
6800         * gnus-art.el (gnus-treat-display-picons): Simplify.
6801         (gnus-treat-from-picon): Renamed.
6802
6803         * gnus-ems.el (gnus-create-image): New function.
6804         (gnus-put-image): New function.
6805
6806         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
6807         (gnus-with-article-headers): New macro.
6808         (gnus-article-goto-header): New function.
6809
6810         * gnus-xmas.el (gnus-image-type-available-p): New function.
6811
6812         * gnus-ems.el (gnus-image-type-available-p): New function.
6813
6814 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6815
6816         * nnrss.el (nnrss-check-group): Find the correct tag, because
6817         xml.el is changed.
6818
6819 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6820
6821         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
6822         lines are shorter than the window width.
6823         (gnus-ignored-headers): More headers.
6824
6825 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6826
6827         * gnus-art.el (gnus-treat-unfold-lines): New variable.
6828         (gnus-treat-unfold-headers): Renamed.
6829         (gnus-article-treat-unfold-headers): New command and keystroke.
6830
6831         * rfc2047.el (rfc2047-encode-message-header): Clean up.
6832
6833         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
6834
6835 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
6836
6837         * sha1-el.el (sha1-use-external): New variable.
6838         (sha1-region): Use it.
6839         (sha1-string): Ditto.
6840
6841         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
6842         * gnus-picon.el: Less warnings when compile.
6843
6844 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6845
6846         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
6847         alias.
6848         (gnus-picons-database): Default to list.
6849         (gnus-picons-lookup-internal): Use it.
6850
6851         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
6852         to "bogus".
6853
6854         * gnus-win.el (gnus-configure-windows-hook): New hook.
6855
6856 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
6857
6858         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
6859
6860 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6861
6862         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
6863         lists.
6864         (gnus-select-newsgroup): Don't append; push.
6865         (gnus-adjust-marked-articles): Remove obsolete ranges from
6866         `seen'.
6867         (gnus-update-marks): Clean up.
6868         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
6869
6870 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
6871
6872         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
6873
6874 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6875
6876         * gnus-sum.el (gnus-auto-select-subject): New variable.
6877         (gnus-summary-best-unread-subject): New function.
6878         (gnus-summary-best-unread-article): Use it.
6879         (gnus-summary-first-unseen-subject): New function and command.
6880
6881         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
6882         other treatments.
6883
6884         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
6885         function.
6886
6887         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
6888         from the list of hidden types.
6889
6890         * mm-view.el (mm-inline-text): Ditto.
6891         (mm-inline-text): Ditto.
6892         (mm-w3-prepare-buffer): Ditto.
6893
6894         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
6895
6896 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6897
6898         * gnus-art.el (gnus-ignored-headers): Added more headers.
6899
6900 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
6901
6902         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
6903         once.
6904
6905 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6906
6907         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
6908
6909 2001-12-28  Simon Josefsson  <jas@extundo.com>
6910
6911         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
6912         Jesper Harder <harder@ifa.au.dk>.
6913
6914 2001-12-27  Simon Josefsson  <jas@extundo.com>
6915
6916         * gnus-sum.el (gnus-select-newsgroup): Make
6917         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
6918         contain all articles (instead of none) when no seen marks have
6919         been set for the group.
6920         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
6921         instead, it seems to result in shorter ranges.
6922
6923 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6924
6925         * mm-util.el (mm-iso-8859-x-to-15-region): Use
6926         insert-before-markers.
6927         From Jesper Harder <harder@ifa.au.dk>
6928
6929 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
6930
6931         * nnmaildir.el (nnmaildir-save-mail): create the destination
6932         groups if they do not exist.
6933
6934 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6935
6936         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
6937
6938 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6939
6940         * gnus-group.el (gnus-group-read-ephemeral-group): Call
6941         gnus-group-real-name.
6942
6943         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
6944         (gnus-newsgroup-variables): Ditto.
6945
6946         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
6947         return it.
6948
6949 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
6950
6951         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
6952         * nnmaildir.el (top-level): Add commentary.
6953         (nnmaildir-version): Indicate that nnmaildir is now a standard
6954         part of Gnus, not separately released.
6955
6956 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6957
6958         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
6959         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
6960         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
6961         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6962
6963 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6964
6965         * nnmaildir.el: Copyright changes. Require cl only at compile time.
6966
6967 2001-12-20  Simon Josefsson  <jas@extundo.com>
6968
6969         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
6970         ZHU <zsh@cs.rochester.edu>.
6971         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
6972         Brian P Templeton <bpt@tunes.org>.
6973
6974 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6975
6976         * nnmaildir.el: New file.
6977         From Paul Jarc <prj@po.cwru.edu>.
6978
6979 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6980
6981         * nndoc.el (nndoc-type-alist): Move forward to the end.
6982
6983 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6984
6985         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
6986         `dolist'.
6987
6988 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6989
6990         * gnus-win.el (gnus-frames-on-display-list): New function.
6991         (gnus-get-buffer-window): Use it.
6992
6993 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6994
6995         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
6996
6997 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6998
6999         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
7000
7001 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7002            From Harald Meland <Harald.Meland@usit.uio.no>
7003
7004         * gnus-win.el (gnus-get-buffer-window): New function.
7005         (gnus-all-windows-visible-p): Use it.
7006
7007         * gnus-util.el (gnus-horizontal-recenter)
7008         (gnus-horizontal-recenter, gnus-horizontal-recenter)
7009         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
7010
7011         * gnus-score.el (gnus-score-insert-help): Use it.
7012
7013         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
7014         (gnus-generate-tree, gnus-highlight-selected-tree)
7015         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
7016         it.
7017
7018         * gnus-art.el (gnus-article-set-window-start)
7019         (gnus-mm-display-part, gnus-request-article-this-buffer)
7020         (gnus-button-next-page, gnus-button-prev-page)
7021         (gnus-article-button-next-page, gnus-article-button-prev-page):
7022         Use it.
7023
7024 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
7025
7026         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
7027         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
7028         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
7029
7030 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7031
7032         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
7033         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
7034         * mml1991.el, nnultimate.el: Add `coding'.
7035
7036 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
7037
7038         * ChangeLog: changed coding to buffer-file-coding-system
7039         * ChangeLog.1: same
7040         * nnwfm.el: same
7041         * gnus-smiley.el: same
7042         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
7043         * gnus-delay.el: same
7044         * gnus-spec.el: same
7045         * message.el: same
7046         * mml1991.el: same
7047         * nnultimate.el: same
7048
7049 2001-12-16  Simon Josefsson  <jas@extundo.com>
7050         Inspired by code by Dirk Meyer <dischi@tzi.de>.
7051
7052         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
7053         (gnus-summary-save-map): Add muttprint.
7054         (gnus-summary-make-menu-bar): Ditto.
7055         (gnus-summary-muttprint): New function.
7056
7057         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
7058
7059 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7060
7061         * uudecode.el (uudecode-decode-region-internal): Speedup by using
7062         temporary list instead of buffer.
7063
7064         * mm-url.el (executable-find): autoload.
7065
7066 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7067
7068         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
7069         to variable, follow doc-string conventions).
7070
7071 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
7072
7073         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
7074         subscribe-level
7075         * gnus-topic.el (gnus-subscribe-topics): use it.
7076
7077 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7078
7079         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
7080         messages. (A small patch with indentation)
7081         From Sean Neakums <sneakums@zork.net>.
7082
7083         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
7084         nil after shooting down the gnus-original-article-buffer.
7085
7086 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7087
7088         * uudecode.el (uudecode-use-external): New variable.
7089         (uudecode-decode-region): Automatically detect external program.
7090
7091         * binhex.el (binhex-use-external): New variable.
7092         (binhex-decode-region-internal): New function.
7093         (binhex-decode-region): Automatically detect external program.
7094
7095         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
7096         Use them.
7097
7098 2001-12-12  Simon Josefsson  <jas@extundo.com>
7099
7100         * nnvirtual.el (nnvirtual-always-rescan)
7101         (nnvirtual-component-regexp): Fix doc.
7102
7103         * nnoo.el (defvoo): Add doc to defvoo variables.
7104
7105         * nnml.el (nnml-directory, nnml-active-file)
7106         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
7107         (nnml-marks-is-evil, nnml-filenames-are-evil)
7108         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
7109
7110         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
7111         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
7112         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
7113         `error'.
7114
7115         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
7116         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
7117
7118         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
7119         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
7120         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
7121         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
7122
7123         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
7124         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
7125
7126         * imap.el, nnimap.el: Fix indentation.
7127
7128         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
7129
7130 2001-12-12  Didier Verna  <didier@xemacs.org>
7131
7132         * gnus-msg.el (gnus-group-news): New function.
7133         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
7134         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
7135         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
7136         for it.
7137         * gnus-msg.el (gnus-summary-news-other-window): New function.
7138         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
7139         bind it to `i'.
7140         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
7141         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
7142         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
7143         for it (called with a prefix).
7144         * gnus-msg.el (gnus-configure-posting-styles): add an optional
7145         group-name argument.
7146         * gnus-msg.el (gnus-setup-message): use it.
7147
7148 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7149
7150         * gnus-sum.el (gnus-summary-show-article): Fix doc.
7151
7152 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7153
7154         * mml.el (mime-to-mml): Remove Content-Disposition too.
7155
7156 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7157
7158         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
7159         * gnus-group.el (gnus-group-name-decode): Decode unibyte
7160         strings only.
7161         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
7162
7163 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
7164
7165         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
7166         (nnmail-fancy-expiry-target): Use it.
7167         Suggestions from Simon Josefsson <jas@extundo.com>.
7168
7169 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7170
7171         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
7172
7173 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7174
7175         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
7176
7177         * gnus-util.el (gnus-url-unhex-string): Move here.
7178
7179 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7180
7181         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
7182         mm-url-decode-entities-nbsp.
7183
7184         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
7185         * webmail.el, nnwfm.el: Use mm-url.
7186
7187         * mm-url.el (mm-url-fetch-form): Move from nnweb.
7188         (mm-url-remove-markup): Move from nnweb.
7189         (mm-url-fetch-simple): Move from webmail.
7190
7191         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
7192
7193 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7194
7195         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
7196         (gnus-summary-print-article): Use it.
7197
7198         * gnus-util.el (gnus-replace-in-string): Typo.
7199
7200 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7201
7202         * nnweb.el (nnweb-replace-in-string): Removed.
7203
7204         * gnus-util.el (gnus-replace-in-string): New function.
7205         (gnus-mode-string-quote): Use it.
7206
7207         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
7208         * nnwfm.el (nnwfm-create-mapping): Ditto.
7209
7210 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7211
7212         * dgnushack.el (dgnushack-compile): nnrss.el and
7213         nnslashdot.el don't depend on nnweb, url, w3.
7214
7215         * nnrss.el: Use mm-url.
7216
7217 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7218
7219         * mm-url.el (mm-url-insert-file-contents): Support file:.
7220
7221 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7222
7223         * mm-view.el: Lower case for the description line. Sync from the
7224         Emacs CVS.
7225
7226 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7227
7228         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
7229         From:  Stefan Monnier  <monnier@cs.yale.edu>
7230
7231 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7232
7233         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
7234
7235 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7236
7237         * mm-url.el: Require executable.
7238         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
7239
7240 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7241
7242         * pop3.el (pop3-munge-message-separator): Only use valid date.
7243         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
7244
7245         * Makefile.in: gnus-load.elc may not be generated.
7246
7247 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7248
7249         * mm-url.el: New file.
7250         * nnslashdot.el: Use it.
7251         * mm-extern.el (mm-extern-url): Use it.
7252
7253 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7254
7255         * gnus-sum.el (gnus-summary-save-article): Nix
7256         gnus-display-mime-function and gnus-article-prepare-hook.
7257
7258         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
7259         the beginning of lines.
7260         (gnus-complex-form-to-spec): Ditto.
7261
7262 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7263
7264         * message.el (message-make-mft): Fix the m-s-a-file regexp.
7265         From Paul Jarc <prj@po.cwru.edu>.
7266
7267 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7268
7269         * message.el: New variable message-subscribed-address-file;
7270         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
7271
7272 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7273
7274         * message.el (message-tab-body-function): Set to nil.
7275         (message-tab): Use text-mode-map or global-map.
7276         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
7277
7278 2001-11-30  Simon Josefsson  <jas@extundo.com>
7279
7280         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
7281         instead of gnus-union, for speed.  Suggested by Christoph Conrad
7282         <christoph.conrad@gmx.de>.
7283         (gnus-agent-fetch-group-1): Add verbose message.
7284
7285 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7286
7287         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
7288         of integers.
7289
7290 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7291
7292         * message.el (message-newgroups-header-regexp)
7293         (message-completion-alist, message-tab-body-function): Use
7294         defcustom rather than defvar.
7295         (message-tab): Mention `message-tab-body-function' in doc.
7296         Suggested by Karl Eichwalder.
7297
7298 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7299
7300         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
7301
7302 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7303
7304         * nnheader.el (nnheader-find-nov-line): Don't use macro
7305         gnus-delete-line.
7306
7307         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
7308         (gnus-group-name-charset): Ditto.
7309
7310         * gnus-util.el (gnus-buffer-live-p): Ditto.
7311
7312 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7313
7314         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
7315         open parenthesis in doc.
7316         (sieve-manage-authenticator-alist): Typo in doc.
7317         * imap.el (imap-authenticator-alist): Typo in doc.
7318         (imap-stream-alist): Backslash.
7319
7320         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
7321           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
7322
7323 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7324
7325         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
7326
7327         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
7328
7329         * gnus-msg.el (gnus-configure-posting-styles): use
7330         make-local-hook. Add LOCAL for add-hook.
7331
7332 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
7333
7334         * message.el (message-mode): Use `make-local-hook' unless
7335         obsolete.
7336         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
7337
7338 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7339
7340         * canlock.el: Remove sha1.el and base64.el stuff.
7341
7342 2001-11-26  Didier Verna  <didier@xemacs.org>
7343
7344         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
7345         if needed.
7346
7347 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7348
7349         * message.el (message-tamago-not-in-use-p): New function.
7350         (message-strip-forbidden-properties): Use it.
7351
7352 2001-11-26  Didier Verna  <didier@xemacs.org>
7353
7354         * gnus-start.el (gnus-check-first-time-used): only check for
7355         existence of .el[d] files.
7356
7357 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7358
7359         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
7360
7361         * message.el (message-setup-1): Clean up mc-*.
7362
7363 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7364
7365         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
7366         * gnus-score.el (gnus-score-find-bnews): Use it.
7367
7368         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
7369         (gnus-summary-limit-to-author): Ditto.
7370         (gnus-summary-limit-to-extra): Ditto.
7371         (gnus-summary-find-matching): Support not-matching argument.
7372
7373 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7374
7375         * message.el (message-wash-subject): Use `insert' rather than
7376         `insert-string', which is deprecated.
7377
7378 2001-11-24  Simon Josefsson  <jas@extundo.com>
7379
7380         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
7381         message. (Gnus does not "default" to using 8bit for the message,
7382         it default to use 8bit encoding and the user-supplied CTE
7383         value. Calling this behaviour "treating it as 8bit" is perhaps
7384         better.)
7385
7386         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
7387         (compare mm-charset-to-coding-system).
7388
7389 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7390
7391         * canlock.el (canlock-sha1-with-openssl): Use unibyte
7392         buffer. Correctly decode hex.
7393
7394 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7395
7396         * gnus-agent.el (gnus-category-insert-line): Convert category
7397         names to strings.
7398
7399 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7400
7401         * message.el (sha1): eval-and-compile.
7402
7403 2001-11-20  Simon Josefsson  <jas@extundo.com>
7404
7405         * message.el (message-allow-no-recipients): New variable.
7406         (message-send): Use it, customize the prompting when posting to
7407         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
7408
7409 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7410
7411         * mm-util.el (mm-coding-system-priorities): New variable.
7412         (mm-sort-coding-systems-predicate): New function.
7413         (mm-find-mime-charset-region): Resort coding systems if needed.
7414         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
7415
7416 2001-11-20  Didier Verna  <didier@xemacs.org>
7417
7418         * gnus-group.el (gnus-group-make-help-group): new optional
7419         argument to control the error behavior.
7420         * gnus-start.el (gnus-check-first-time-used): use it to avoid
7421         erroring.
7422
7423 2001-11-19  Simon Josefsson  <jas@extundo.com>
7424
7425         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
7426         instead of C-c C-u.  Suggested by Per Abrahamsen
7427         <abraham@dina.kvl.dk>.
7428
7429 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7430
7431         * nnfolder.el (nnfolder-read-folder): Use group instead of
7432         nnfolder-current-group.
7433         Suggested by Lorentey Karoly <lorentey@elte.hu>.
7434
7435 2001-11-17  Simon Josefsson  <jas@extundo.com>
7436
7437         * message.el (message-send): Ask user if Fcc/Gcc should be
7438         performed when no other sender was specified.
7439         Suggested by prj@po.cwru.edu (Paul Jarc).
7440
7441 2001-11-17  Simon Josefsson  <jas@extundo.com>
7442
7443         * message.el (message-mode, message-mode-map): Use C-c C-u for
7444         Importance: instead of C-c C-p (used by SC).
7445
7446 2001-11-16  Simon Josefsson  <jas@extundo.com>
7447
7448         * message.el (message-insert-importance-high)
7449         (message-insert-importance-low): Save point.
7450
7451         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
7452         value.
7453
7454 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
7455
7456         * message.el (message-strip-special-text-properties): New option.
7457         (message-strip-forbidden-properties): Obey it.
7458
7459 2001-11-14  Sam Steingold  <sds@gnu.org>
7460
7461         * gnus-score.el: Fixed some doc strings to properly quote symbols.
7462
7463 2001-11-15  Simon Josefsson  <jas@extundo.com>
7464
7465         Support "Importance:" header in Message.
7466
7467         * message.el (message-mode-map): Bind C-c C-p to
7468         `message-insert-or-toggle-importance'
7469         (message-mode-menu): Add message-insert-importance-{high,low}.
7470         (message-insert-importance-high, message-insert-importance-low)
7471         (message-insert-or-toggle-importance): New functions.
7472         (message-tool-bar-map): Add {un,}important.
7473         (message-mode): Doc fix.
7474
7475 2001-11-15  Simon Josefsson  <jas@extundo.com>
7476
7477         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
7478
7479         * mml.el (mml-menu): Fix toolbar tooltip.
7480
7481 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7482
7483         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
7484         * nnml.el (nnml-save-marks): Ditto.
7485
7486         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
7487
7488 2001-11-15  Simon Josefsson  <jas@extundo.com>
7489
7490         * nnml.el (nnml-save-marks):
7491         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
7492         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
7493
7494 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
7495
7496         * gnus-art.el (gnus-article-wash-status-strings): Use
7497         `copy-sequence', not `copy-seq'.
7498
7499 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
7500
7501         * gnus-art.el (gnus-article-wash-status-strings): New constant.
7502         (gnus-gnus-article-wash-status-entry): New function.
7503         (gnus-article-wash-status): Use it.
7504
7505 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7506
7507         * mml1991.el: Add coding header.
7508
7509 2001-11-12  Simon Josefsson  <jas@extundo.com>
7510
7511         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
7512         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
7513         `mml1991-sign' and `mml1991-encrypt'.
7514         (mml1991-encrypt, mml1991-sign): New glue functions.
7515         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
7516
7517         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
7518         (mml-menu): Add PGP to menu.
7519
7520         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
7521         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
7522         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
7523         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
7524
7525         * mml2015.el: Mention RFC 3156.
7526
7527         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
7528
7529 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7530
7531         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
7532
7533         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
7534           From <Michael.Cook@cisco.com>
7535
7536 2001-11-11  Simon Josefsson  <jas@extundo.com>
7537
7538         * message.el (top-level): Autoload sha1.
7539         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
7540         canlock, no need to require two different hash algs).  Suggested
7541         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
7542
7543 2001-11-09  Simon Josefsson  <jas@extundo.com>
7544
7545         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
7546         <Pavel@Janik.cz>.
7547
7548 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7549
7550         * message.el (message-point-in-header-p): New function.
7551         (message-do-auto-fill): Use it.
7552         (message-beginning-of-line): New function.  Goes to beginning of
7553         header value (i.e., end of header name), or to beginning of line
7554         if already at beginning of value.  Behaves like
7555         `beginning-of-line' when in message body.
7556         (message-mode-map): Bind it.
7557
7558 2001-11-08  Simon Josefsson  <jas@extundo.com>
7559
7560         * gnus-msg.el (gnus-posting-styles): Add doc.
7561
7562 2001-11-07  Simon Josefsson  <jas@extundo.com>
7563
7564         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
7565
7566         * sieve-mode.el (sieve-control-commands-face)
7567         (sieve-control-commands-face, sieve-action-commands-face)
7568         (sieve-test-commands-face, sieve-tagged-arguments-face): New
7569         faces.
7570         (sieve-font-lock-keywords): Use them.
7571         (sieve-mode): Only set font-lock-defaults in emacs.
7572
7573         * gnus-art.el (gnus-default-article-saver): Add
7574         gnus-summary-save-body-in-file.
7575         (gnus-summary-write-to-file): Fix doc.
7576
7577 2001-11-07  Simon Josefsson  <jas@extundo.com>
7578
7579         * gnus-art.el (gnus-treat-highlight-signature): Add cross
7580         reference to the correct chapter in the manual.
7581
7582         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
7583         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
7584
7585 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7586
7587         * mml.el (mml-preview): Bind mail-header-separator.
7588
7589 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7590
7591         * message.el: Always require canlock.
7592         (message-ignored-supersedes-headers): Include Cancel-Lock and
7593         Cancel-Key.
7594         (message-insert-canlock): Don't require canlock.
7595         (message-cancel-news): Don't check whether canlock is available.
7596         (message-supersede): Support cancel-locks.
7597
7598         * gnus-art.el: Don't autoload canlock.
7599
7600 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7601
7602         * mail-source.el (mail-source-fetch-imap): ASYNC param.
7603         From: <andre@slamdunknetworks.com>
7604
7605 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7606
7607         * many files: Fix copyright lines.
7608
7609 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7610
7611         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
7612         Suggested by Dave Love  <fx@gnu.org>.
7613
7614 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7615
7616         * message.el (message-kill-buffer): Remove auto-save file after
7617         confirm.
7618
7619         * message.el (message-send-mail): Call message-generate-headers
7620         once.  Suggested by Matt Armstrong <matt@lickey.com>.
7621
7622         * gnus-topic.el (gnus-topic-rename): Initial-input.
7623         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
7624
7625 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
7626
7627         * message.el (message-forbidden-properties): New constant.
7628         (message-strip-forbidden-properties): New function.
7629         (message-mode): Activate it.
7630
7631 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7632
7633         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
7634         (mm-hack-charsets): Fix doc.
7635
7636 2001-11-02  Simon Josefsson  <jas@extundo.com>
7637
7638         * gnus-int.el (gnus-check-server): Message "...done" when done.
7639
7640         * imap.el (imap-close): Don't message (imap-send-command-wait
7641         returns if the connection is dropped).
7642         (imap-wait-for-tag): Nix out message only when necessary.
7643
7644         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
7645         for non-crossposting.
7646         (gnus-sieve-crosspost): Default to t to be consistent with other
7647         parts of Gnus.
7648
7649 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7650
7651         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
7652         (mm-iso-8859-x-to-15-table): Ditto.
7653         (mm-iso-8859-x-to-15-region): Ditto.
7654         (mm-find-mime-charset-region): Ditto.
7655
7656 2001-11-01  Simon Josefsson  <jas@extundo.com>
7657
7658         * nnimap.el (nnimap-close-asynchronous): New variable.
7659         (nnimap-close-group): Use it.
7660         (nnimap-expunge): Don't use it.
7661
7662         * imap.el (imap-callbacks): New variable.
7663         (imap-remassoc): Copied from `gnus-remassoc'.
7664         (imap-add-callback): New function.
7665         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
7666         behaviour.
7667         (imap-parse-response): Call the callback.
7668
7669         * message.el (message-insert-canlock): New variable.
7670         (message-canlock-generate, message-canlock-password)
7671         (message-insert-canlock): New functions.
7672         (message-send-news): Call `message-insert-canlock'.
7673         (top-level): Require canlock when compiling.
7674         (message-insert-canlock): Require canlock before we need it.
7675
7676 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7677
7678         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
7679
7680 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7681
7682         * dgnushack.el (dgnushack-make-load): A workaround for
7683         custom-add-loads bug in some versions of XEmacs.
7684
7685 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7686
7687         * mm-util.el (mm-charset-synonym-alist): Revert (some).
7688
7689 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7690
7691         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
7692         (mm-hack-charsets): New variable.
7693         (mm-iso-8859-15-compatible): New variable.
7694         (mm-iso-8859-x-to-15-table): New variable.
7695         (mm-find-mime-charset-region): Add parameter hack-charsets.
7696
7697         * mm-bodies.el (mm-encode-body): Use it.
7698         * mml.el (mml-parse-1): Ditto.
7699
7700 2001-11-01  Simon Josefsson  <jas@extundo.com>
7701
7702         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
7703
7704 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7705
7706         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
7707         is nil.
7708
7709 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7710
7711         * smiley-ems.el (smiley-update-cache): Auto detect file type.
7712
7713         * message.el (message-forward-rmail-make-body): Use
7714         save-window-excursion.
7715         (message-encode-message-body): Search with noerror.
7716         (message-setup-1): Convert compose-mail send-actions to
7717         message-send-actions.
7718
7719 2001-11-01  Simon Josefsson  <jas@extundo.com>
7720
7721         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
7722         <yamaoka@jpl.org>.
7723
7724 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7725
7726         * sieve-manage.el (sieve-string-bytes): No complain.
7727
7728 2001-11-01  Simon Josefsson  <jas@extundo.com>
7729
7730         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
7731         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
7732         has autoload cookies, so no `require' should be necessary.)
7733
7734         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
7735         files.
7736
7737 2001-10-31  Simon Josefsson  <jas@extundo.com>
7738
7739         * gnus-cus.el (gnus-group-parameters): Support integer `display'
7740         parameter.
7741
7742         * gnus-sum.el (gnus-select-newsgroup): If group parameter
7743         `display' is a number (and C-u wasn't used to enter group), only
7744         fetch that number of articles.
7745
7746 2001-10-31  Matt Armstrong  <matt@lickey.com>
7747
7748         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
7749         not-subscribed -> subscribed.
7750
7751 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7752         From: Josh Huber <huber@alum.wpi.edu>
7753
7754         * message.el (message-subscribed-address-functions): New variable.
7755         (message-subscribed-addresses): New variable.
7756         (message-subscribed-regexps): New variable.
7757         (message-goto-mail-followup-to): New function.
7758         (message-send-mail): Add Mail-Followup-To.
7759         (message-make-mft): New function.
7760
7761         * gnus.el (gnus-find-subscribed-addresses): New function.
7762
7763 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7764
7765         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
7766         (mail-source-fetch-pop): Ditto.
7767         (mail-source-check-pop): Ditto.
7768
7769         * gnus-start.el (gnus-read-init-file): Ditto.
7770         (gnus-activate-group): Ditto.
7771         (gnus-read-newsrc-el-file): Ditto.
7772
7773 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7774
7775         * message.el (message-get-reply-headers): Make sure there is ", ".
7776
7777         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
7778         mm-coding-system-p. Don't correct it only in XEmacs.
7779         (mm-charset-to-coding-system): Use mm-coding-system-p and
7780         mm-get-coding-system-list.
7781         (mm-emacs-mule, mm-mule4-p): New variables.
7782         (mm-enable-multibyte, mm-disable-multibyte,
7783         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
7784         mm-with-unibyte-current-buffer,
7785         mm-with-unibyte-current-buffer-mule4): Use them.
7786         (mm-find-mime-charset-region): Treat iso-2022-jp.
7787
7788         From  Dave Love  <fx@gnu.org>:
7789
7790         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
7791         construction.
7792         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
7793         entries conditional on not having a coding system defined for
7794         them.
7795         (mm-mule-charset-to-mime-charset): Use
7796         find-coding-systems-for-charsets if defined.
7797         (mm-charset-to-coding-system): Don't use
7798         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
7799         later.  Add last resort search of coding systems.
7800         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
7801         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
7802         Mule 4.
7803         (mm-find-mime-charset-region): Re-write.
7804         (mm-with-unibyte-current-buffer): Restore buffer as well as
7805         multibyteness.
7806
7807 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7808
7809         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
7810         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
7811         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
7812
7813 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7814
7815         * gnus-art.el (article-display-x-face): Nix buffer-read-only
7816         again.
7817
7818         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
7819
7820 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7821
7822         * gnus-spec.el (gnus-parse-simple-format): Use
7823           buffer-substring-no-properties.
7824
7825 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7826
7827         * gnus-art.el (article-verify-cancel-lock): New function.
7828
7829         * nnheader.el (nntp-process-response): New variable.
7830         (nnheader-init-server-buffer): Make `nntp-process-response'
7831         buffer-local in `nntp-server-buffer'.
7832
7833         * nntp.el (nntp-prepare-post-hook): New hook.
7834         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
7835         (nntp-async-trigger): Ditto.
7836         (nntp-request-post): Insert a server's ID if there's no Message-ID
7837         header; run `nntp-prepare-post-hook'.
7838
7839 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7840
7841         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
7842         instead.
7843
7844         * message.el (message-forward-subject-author-subject): Don't use
7845         message-news-p, which widens the buffer.
7846         (message-forward-make-body): New function.
7847         (message-forward): Use it.
7848         (message-insinuate-rmail): New function.
7849         (message-forward-rmail-make-body): New function.
7850
7851 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7852
7853         * mm-extern.el (mm-extern): Provide it.
7854
7855         * mm-partial.el (mm-partial): Provide it.
7856
7857 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7858
7859         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
7860
7861 2001-10-29  Simon Josefsson  <jas@extundo.com>
7862
7863         * mml.el (mml-preview): Bind message-this-is-news if it is
7864         news. From Jesper Harder <harder@myrealbox.com>.
7865
7866 2001-10-28  Simon Josefsson  <jas@extundo.com>
7867
7868         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
7869
7870 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
7871
7872         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
7873         ironic smilies.
7874
7875 2001-10-27  Simon Josefsson  <jas@extundo.com>
7876
7877         * message.el (message-indent-citation): Don't add trailing
7878         whitespace when citing text.
7879
7880         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
7881         <harder@ifa.au.dk>.
7882
7883 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7884
7885         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
7886         not available.
7887         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
7888         (nnweb-type-definition): Add google as alias of dejanews.
7889         (nnweb-google-parse-1): Forward 1 line.
7890
7891 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7892
7893         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
7894         variable `message-forward-ignored-headers'.
7895
7896 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
7897
7898         * gnus.el (gnus-expand-group-parameter): New function.
7899         (gnus-expand-group-parameters): Call it.
7900         (gnus-group-fast-parameter): New function.
7901         (gnus-group-find-parameter): Call it.
7902
7903 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
7904
7905         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
7906         vector (it didn't before because of a bug).
7907         * gnus-msg.el (gnus-post-news): Use header vector directly, if
7908         available.  Before it converted it to an article number.
7909
7910         This makes followup to news articles with negative numbers in
7911         nnvirtual groups use news instead of mail.
7912
7913 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
7914
7915         * gnus.el (post-method): Use `native' instead of `nil'.
7916
7917         * gnus-msg.el (gnus-post-method): Ditto.
7918
7919 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
7920
7921         * gnus.el (gnus-define-group-parameter): Grammar fix.
7922
7923 2001-10-22  Simon Josefsson  <jas@extundo.com>
7924
7925         * gnus-msg.el (gnus-extended-version): Include
7926         system-configuration.
7927         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
7928
7929 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
7930
7931         * gnus.el (post-method): Customization fix: `native' is not a
7932         valid value.
7933         * gnus-msg.el (gnus-post-method): Doc and customization fix:
7934         `native' is not a valid value.
7935
7936 2001-10-21  Simon Josefsson  <jas@extundo.com>
7937
7938         * nnimap.el (nnimap): Defgroup
7939         (nnimap-strict-function, nnimap-strict-function-match): New
7940         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
7941         (nnimap-split-crosspost, nnimap-split-inbox)
7942         (nnimap-split-rule, nnimap-split-predicate)
7943         (nnimap-split-predicate): Defcustom.
7944         (nnimap-split-inbox, nnimap-expunge-search-string)
7945         (nnimap-importantize-dormant): Remove "*" from doc.
7946
7947 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7948
7949         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
7950         not supplied via prefix arg.  From Lisp, make arg mandatory.
7951         Suggested by Frank Schmitt.
7952
7953 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
7954
7955         * message.el (message-do-auto-fill): Avoid calling
7956         'rfc822-goto-eoh'.
7957
7958 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7959         From Paul Jarc <prj@po.cwru.edu>.
7960
7961         * message.el (message-get-reply-headers): Restructure the logic
7962         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
7963
7964 2001-10-20  Simon Josefsson  <jas@extundo.com>
7965
7966         * message.el (message-cancel-news): Support cancel-locks.
7967         Suggested by Per Abrahamsson.
7968
7969         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
7970         conses.  From David Z Maze <dmaze@MIT.EDU>.
7971
7972         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
7973
7974 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
7975
7976         * mm-decode.el (mm-default-directory): Fix customize type.
7977
7978         * message.el (message-setup-fill-variables): Kludge to use
7979         normal-auto-fill-function even if auto fill is already activated.
7980
7981 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
7982
7983         * message.el (message-do-auto-fill): New version that does not
7984         rely on text properties, by Simon Josefsson <jas@extundo.com>.
7985         (message-setup-1): Removed the `message-field' property.
7986
7987         * gnus-draft.el (gnus-draft-edit-message): Removed the
7988         `message-field' property.
7989
7990 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
7991
7992         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
7993         `message-field'.  The `field' property has a special significance in
7994         Emacs 21.
7995
7996         * message.el (message-send, message-setup-1): Ditto.
7997
7998 2001-10-18  Simon Josefsson  <jas@extundo.com>
7999
8000         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
8001         when undoing.
8002
8003 2001-10-18  Simon Josefsson  <jas@extundo.com>
8004         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
8005
8006         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
8007         (gnus-summary-make-menu-bar): Ditto.
8008
8009 2001-10-17  Simon Josefsson  <jas@extundo.com>
8010
8011         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
8012         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
8013
8014 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8015
8016         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
8017         * gnus-util.el (gnus-user-date): New function.
8018         From Frank Schmitt <usenet@Frank-Schmitt.net>.
8019
8020 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
8021
8022         * message.el (message-check-news-header-syntax): Special case
8023         nnvirtual groups.
8024
8025         * gnus-sum.el (gnus-summary-respool-default-method): Changed
8026         customize type to `symbol'.
8027
8028 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8029
8030         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
8031         %&foo;.
8032         (gnus-parse-simple-format): Support user extended spec too.
8033         %u&foo; invokes gnus-user-format-function-foo.
8034
8035 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8036
8037         * nnml.el (nnml-request-expire-articles): Make sure it is back to
8038         the server.
8039         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
8040         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
8041         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
8042         * nndiary.el (nndiary-request-expire-articles): Ditto.
8043         (nndiary-schedule): Defsubst it before use it.
8044         (nndiary-error): eval-and-compile.
8045
8046 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
8047
8048         * gnus-msg.el (gnus-post-method): Changed two instances of
8049         `active' to `current' and one `null' to `not'.
8050
8051 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8052         From Katsumi Yamaoka <yamaoka@jpl.org>.
8053
8054         * message.el (message-setup-fill-variables): Use
8055         `normal-auto-fill-function' instead of `auto-fill-function'.
8056
8057 2001-10-16  Simon Josefsson  <jas@extundo.com>
8058
8059         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
8060         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
8061         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
8062
8063 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8064         Patch by Oliver Scholz <oscholz@my.gnus.org>.
8065
8066         * gnus-draft.el (gnus-draft-edit-message): Add text property
8067         `field' with value `header' to message headers.
8068         * message.el (message-setup-1): Really add text property to all of
8069         the header, not just part of it.
8070
8071 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8072
8073         * gnus-group.el (gnus-group-sort-by-server): Use it.
8074
8075         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
8076
8077         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
8078         and keystroke.
8079
8080 2001-10-14  Simon Josefsson  <jas@extundo.com>
8081
8082         * dig.el: Doc fix.
8083
8084         * smime.el: Doc fix.
8085
8086         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
8087         charset magic from message.el.
8088
8089 2001-10-12  Simon Josefsson  <jas@extundo.com>
8090         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
8091
8092         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
8093         'cite from g-a-wash-types.
8094         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
8095         (gnus-article-hide-citation): Fix.
8096
8097         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
8098         character.
8099         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
8100
8101         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
8102         definition.
8103         (gnus-signature-toggle): Toggle `s' mode line character.
8104
8105         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
8106         doing stuff that clears it.
8107
8108 2001-10-12  Simon Josefsson  <jas@extundo.com>
8109
8110         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
8111         From Eric Marsden <emarsden@laas.fr>.
8112
8113 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8114
8115         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
8116         (autoload): Add some autoloads.
8117
8118 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8119         Suggested by Oliver Scholz <epameinondas@gmx.de>.
8120
8121         * message.el (message-do-auto-fill): New function.  Like
8122         `do-auto-fill' but don't fill when in the message header.
8123         (message-setup-1): Put a text property on the message header.
8124         (message-setup-fill-variables): Use `message-do-auto-fill'.
8125
8126 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8127
8128         * message.el (message-send-mail-partially): Insert an empty line
8129         first, because of the change of message-make-lines.
8130
8131 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
8132
8133         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
8134         iso-8859-15, make it an alias for iso-8859-1.
8135
8136 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8137
8138         * message.el (message-send-news): Don't modify the value of
8139         `message-syntax-checks' if it is not a list (possibly it is
8140         `dont-check-for-anything-just-trust-me').
8141
8142 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8143
8144         * gnus-group.el (gnus-group-name-charset-group-alist): Use
8145         `find-coding-system' for XEmacs to check whether the coding-system
8146         `utf-8' is available.
8147
8148 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8149
8150         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
8151
8152 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
8153
8154         * message.el (message-send-news): Oops, missed case with no
8155         "Followup-To" header...
8156
8157 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
8158
8159         * message.el (message-send-news): Allow
8160         `gnus-group-name-charset-group-alist' to affect encoding of the
8161         "Newsgroups" and "Followup-To" headers.
8162
8163 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8164
8165         * Makefile.in (install-el): Depend on gnus-load.el.
8166
8167 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8168
8169         * Makefile.in (install-el): Use -f.
8170         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
8171
8172 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
8173
8174         * message.el (message-send-news): Don't encode Followups-To when
8175         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
8176
8177         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
8178         header.
8179
8180         * gnus-art.el (article-decode-group-name): Also decode
8181         "Followup-To".
8182
8183         * rfc2047.el (rfc2047-encode-message-header): Encode without
8184         asking for null methods.
8185
8186         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
8187         default charset for newsgroup names in accordance with USEFOR.
8188
8189         * gnus-group.el (gnus-group-name-charset-method-alist,
8190         gnus-group-name-charset-group-alist): Removed "*" from doc
8191         strings, "*" should not be used for complex variables.
8192
8193 2001-10-06  Simon Josefsson  <jas@extundo.com>
8194
8195         Support UTF-8 group names better.
8196
8197         * message.el (message-check-news-header-syntax): Encode group
8198         names before comparison.
8199
8200         * gnus-msg.el (gnus-copy-article-buffer): Run all
8201         `gnus-article-decode-hook's except `article-decode-charset'
8202         instead of hardcoding call to one of them.
8203
8204         * gnus-art.el (gnus-article-decode-hook): Add
8205         `article-decode-group-name'.
8206         (article-decode-group-name): New function, use `g-d-n'.
8207
8208         * gnus-group.el (gnus-group-insert-group-line): Decode
8209         gnus-tmp-group using `g-d-n'.
8210
8211         * gnus-util.el (gnus-decode-newsgroups): New function.
8212
8213 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
8214
8215         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
8216         `gnus-group-name-charset-group-alist'.
8217
8218 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8219
8220         * Makefile.in: Install el in install. Add uninstall.
8221
8222 2001-10-05  Simon Josefsson  <jas@extundo.com>
8223
8224         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
8225
8226         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
8227
8228         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
8229         empty folders.
8230
8231         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
8232         limiting if read-all (C-u RET) was used.
8233
8234 2001-10-04  Simon Josefsson  <jas@extundo.com>
8235
8236         * mail-source.el (mail-source-movemail-program): New variable.
8237         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
8238         <thutt@thutt.vmware.com>.
8239
8240 2001-10-03  Simon Josefsson  <jas@extundo.com>
8241
8242         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
8243         (gnus-summary-line-format-alist): Fix param.
8244
8245 2001-10-02  Simon Josefsson  <jas@extundo.com>
8246
8247         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
8248         don't go through `nnimap-request-expire-articles' to delete the
8249         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
8250
8251 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8252
8253         * gnus-agent.el (gnus-agent-write-active): The min in the
8254         agent/active may be larger than that in the server/active.
8255
8256 2001-10-01  Simon Josefsson  <jas@extundo.com>
8257
8258         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
8259         is IMAP4rev1.
8260
8261         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
8262
8263         * nnfolder.el: Ditto.
8264
8265 2001-09-30  Dan Christensen  <jdc@uwo.ca>
8266
8267         * gnus-sum.el (gnus-summary-extract-address-component): New function.
8268         (gnus-summary-from-or-to-or-newsgroups): Optimize.
8269
8270 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8271
8272         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
8273         (message-mode-menu): Menu item for same.
8274
8275         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
8276         delayed articles.
8277
8278         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
8279         nndraft:delayed does not exist.
8280         (gnus-delay-initialize): Don't set up keymap, that's done from
8281         message.el now.
8282         (gnus-delay, gnus-delay-group, gnus-delay-header)
8283         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
8284
8285 2001-09-29  Simon Josefsson  <jas@extundo.com>
8286
8287         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
8288         utf-8, not eight-bit-control.
8289
8290         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
8291         (imap-log, imap-debug): Custom.
8292         (imap-log-buffer, imap-debug-buffer): New constants.
8293         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
8294         (imap-network-open, imap-shell-open, imap-starttls-open)
8295         (imap-send-command-1, imap-send-command, imap-arrival-filter)
8296         (imap-debug): Use imap-*-buffer.
8297
8298         * nndoc.el (nndoc-article-type): Add mailman.
8299         (nndoc-type-alist): Ditto.
8300         (nndoc-mailman-type-p): New function.
8301
8302 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8303
8304         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
8305         gnus-art.el.
8306
8307 2001-09-27  Simon Josefsson  <jas@extundo.com>
8308
8309         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
8310         (gnus-topic-catchup-articles): New function. Suggested by Robin
8311         S. Socha <robin-dated-1001857693.185e29@socha.net>.
8312
8313 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8314         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
8315
8316         * gnus-ems.el (gnus-article-display-xface): Insert xface after
8317         previous ones.
8318
8319 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8320         From Daiki Ueno  <ueno@unixuser.org>
8321
8322         * gnus-sum.el (gnus-summary-show-article): The arglist of
8323         detect-coding-region is incompatible.
8324
8325 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8326         From Katsuhiro Hermit Endo <hermit@koka-in.org>
8327
8328         * gnus-group.el (gnus-group-delete-group): Typo.
8329
8330 2001-09-26  Simon Josefsson  <jas@extundo.com>
8331
8332         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
8333
8334         * nnimap.el (nnimap-expiry-target): Use temp buffer.
8335
8336 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8337
8338         * gnus-cus.el (gnus-group-parameters): Display as sexp.
8339
8340 2001-09-22  Simon Josefsson  <jas@extundo.com>
8341
8342         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
8343
8344         * nnfolder.el (nnfolder-open-marks): Ditto.
8345
8346         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
8347         (gnus-update-marks): Use it.
8348         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
8349         hardcoded list.
8350
8351         * gnus.el (gnus-article-special-mark-lists): Add killed.
8352         (gnus-article-unpropagated-mark-lists): New constant.
8353
8354 2001-09-22  Simon Josefsson  <jas@extundo.com>
8355
8356         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
8357         custom option.
8358
8359 2001-09-23  Simon Josefsson  <jas@extundo.com>
8360
8361         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
8362
8363 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8364
8365         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
8366
8367 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
8368
8369         * gnus-group.el (gnus-group-sort-function): Fix customize type to
8370         accept lists of functions.
8371
8372 2001-09-20  Simon Josefsson  <jas@extundo.com>
8373
8374         * gnus-group.el (gnus-group-catchup): Update expire marks in
8375         backend.  Also, if ALL also set expire marks on tick/dormant.
8376
8377 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8378
8379         * message.el (message-tab-body-function): New variable.
8380         * message.el (message-tab): Use it.
8381
8382 2001-09-19  Sam Steingold  <sds@gnu.org>
8383
8384         * gnus-win.el (gnus-buffer-configuration): Respect
8385         `gnus-bug-create-help-buffer'.
8386
8387 2001-09-18  Simon Josefsson  <jas@extundo.com>
8388
8389         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
8390         (gnus-parse-simple-format): Re-revert.
8391
8392 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
8393         Trivial patch.
8394
8395         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
8396         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
8397
8398 2001-09-18  Simon Josefsson  <jas@extundo.com>
8399
8400         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
8401         signed.
8402         (gnus-parse-simple-format): Don't use it.
8403
8404 2001-09-17  Miles Bader  <miles@gnu.org>
8405
8406         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
8407         error querying a backend abort the whole process.
8408
8409 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8410
8411         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
8412         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
8413
8414 2001-09-17  Didier Verna  <didier@xemacs.org>
8415
8416         * nndiary.el: version 0.2-b14.
8417         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
8418         compatibility problem with XEmacs 21.1.
8419
8420 2001-09-15  Simon Josefsson  <jas@extundo.com>
8421
8422         * gnus-group.el (gnus-group-line-format): Document %c.
8423
8424         * nnml.el (nnml-parse-head): Handle CRLF files.
8425         (nnml-generate-nov-file): Ditto.
8426         (nnml-retrieve-headers): Ditto.
8427
8428 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
8429
8430         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
8431
8432 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
8433
8434         * gnus-spec.el (gnus-correct-substring): Still stopped one
8435         character before we wanted (never included last character).
8436         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
8437         add missing "," (once per function)
8438
8439 2001-09-14  Simon Josefsson  <jas@extundo.com>
8440
8441         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
8442         (otherwise e.g. gnus-agentize in .gnus overrides the customized
8443         default before gnus-group is loaded and the variable set.)
8444
8445         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
8446         killed or unsent marks.
8447
8448         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
8449         isn't an article to set it on (e.g. when you `a' in a group).
8450
8451 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8452
8453         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
8454         can read e-mails from Microsoft Outlook users not using ISO
8455         8859-2 character set.
8456
8457 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8458
8459         * gnus-diary.el: Minor modifications to avoid warnings.
8460         (gnus-summary-misc-menu): defvar.
8461         (gnus-diary-check-message): Use gnus-point-at-eol.
8462         (gnus-diary-kill-entire-line): eval-and-compile.
8463
8464 2001-09-12  Didier Verna  <didier@xemacs.org>
8465
8466         * nndiary.el: new version (0.2-b13).
8467         * nndiary.el (nndiary-mail-sources): doc update.
8468         * nndiary.el (nndiary-split-methods): ditto.
8469         * nndiary.el (nndiary-request-accept-article-hooks): New.
8470         * nndiary.el (nndiary-request-accept-article): use it, check
8471         message validity.
8472         * nndiary.el (nndiary-get-new-mail): changed default to nil.
8473         * nndiary.el (nndiary-schedule): fix bug (misplaced
8474         condition-case): it didn't return nil on error.
8475         * gnus-diary.el: new version.
8476         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
8477         * gnus-diary.el (gnus-diary-header-value-history): New.
8478         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
8479         * gnus-diary.el (gnus-diary-add-header): New.
8480         * gnus-diary.el (gnus-diary-check-message): New.
8481         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
8482         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
8483
8484 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8485
8486         * gnus-sum.el (gnus-select-newsgroup): Make
8487         `gnus-current-select-method' buffer-local.
8488
8489         * gnus-art.el (gnus-request-article-this-buffer): Refer
8490         `gnus-current-select-method' in the current summary buffer.
8491
8492 2001-09-10  Simon Josefsson  <jas@extundo.com>
8493         From Daniel Pittman <daniel@rimspace.net>
8494
8495         * gnus-spec.el (gnus-correct-pad-form): Fix.
8496
8497 2001-09-09  Simon Josefsson  <jas@extundo.com>
8498
8499         * mm-decode.el (mm-inline-media-tests): Add
8500         application/x-emacs-lisp.
8501         (mm-attachment-override-types): Add
8502         application/{x-,}pkcs7-signature.
8503
8504         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
8505         (gnus-server-line-format, gnus-server-mode-line-format)
8506         (gnus-server-browse-in-group-buffer): Customize.
8507
8508 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8509
8510         * nnml.el (nnml-marks-changed-p): Typo.
8511         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
8512         (nnml-marks-changed-p): Use gnus-gethash.
8513         (nnml-marks-modtime): Use gnus-make-hashtable.
8514
8515         * nnfolder.el (nnfolder-marks-changed-p): Typo.
8516         (nnfolder-request-expire-articles, nnfolder-save-marks)
8517         (nnfolder-open-marks): Typo.
8518         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
8519         (nnfolder-marks-changed-p): Use gnus-gethash.
8520         (nnfolder-marks-modtime): Use gnus-make-hashtable.
8521
8522 2001-09-08  Simon Josefsson  <jas@extundo.com>
8523
8524         * nnfolder.el (nnfolder-marks-modtime): New variable.
8525         (nnfolder-marks-changed-p): New function.
8526         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
8527         (nnfolder-request-update-info): Don't update if marks didn't change.
8528
8529         * nnml.el (nnml-marks-modtime): New variable.
8530         (nnml-marks-changed-p): New function.
8531         (nnml-save-marks, nnml-open-marks): Save modtime.
8532         (nnml-request-update-info): Don't update if marks didn't change.
8533
8534         * gnus-agent.el (gnus-agent-any-covered-gcc)
8535         (gnus-agent-add-server, gnus-agent-remove-server): Use
8536         gnus-agent-method-p.
8537
8538         * gnus-art.el (gnus-buttonized-mime-types): New variable.
8539         (gnus-unbuttonized-mime-type-p): Use it.
8540
8541         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
8542         fetch group.
8543
8544 2001-09-08  Simon Josefsson  <jas@extundo.com>
8545         From Daniel Pittman <daniel@rimspace.net>
8546
8547         * gnus-spec.el (gnus-correct-pad-form): New function.
8548         (gnus-parse-simple-format): Use it.
8549
8550 2001-09-07  Simon Josefsson  <jas@extundo.com>
8551
8552         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
8553         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
8554         Putnam <reader@newsguy.com>.
8555         (gnus-group-sort-selected-groups): Touch dribble file.
8556
8557 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
8558
8559         * nnml.el (nnml-filenames-are-evil): New variable.
8560         (nnml-article-to-file-alist): Rename to ...
8561         (nnml-current-group-article-to-file-alist): ... this.
8562         Respect `nnml-filenames-are-evil'.
8563         (nnml-active-number): Update.
8564         (nnml-update-file-alist): Update.
8565         (nnml-request-article): Use nnheader-article-to-file-alist.
8566         (nnml-request-rename-group): Likewise.
8567
8568 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8569
8570         * gnus-sum.el (gnus-summary-insert-line): Fix.
8571
8572 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
8573
8574         * gnus-sum.el: Bind g-s-t-s to "W g".
8575         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
8576         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
8577         display of graphical smilies.
8578
8579 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8580
8581         * gnus-start.el (gnus-setup-news): A typo.
8582         From Bill White <billw@wolfram.com>.
8583
8584 2001-09-06  Simon Josefsson  <jas@extundo.com>
8585
8586         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
8587         and unseen marks.
8588
8589 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8590
8591         * nnmail.el (nnmail-split-fancy): Document `junk'.
8592
8593 2001-09-04  Simon Josefsson  <jas@extundo.com>
8594
8595         * imap.el (imap-search): Don't error if server is broken.
8596
8597 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
8598
8599         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
8600         searching for an article that isn't in the mbox.
8601
8602 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8603
8604         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
8605         right, and get all the comments.
8606
8607 2001-09-02  Simon Josefsson  <jas@extundo.com>
8608         Suggested by Dan Christensen <jdc+news@uwo.ca>
8609
8610         * nnfolder.el (nnfolder-request-update-info): Fix message.
8611
8612         * nnml.el (nnml-request-update-info): Ditto.
8613
8614 2001-09-01  Simon Josefsson  <jas@extundo.com>
8615
8616         * nnml.el (nnml-request-expire-articles): Also bind
8617         `nnml-current-group' and `nnml-article-file-alist' when using
8618         expiry-target. (Otherwise nnml will be in a inconsistent internal
8619         state causing all kind of problems.)
8620         (nnml-request-expire-articles): If `nnml-article-to-file' or
8621         `file-attributes' failes, return article as un-expirable instead
8622         of treating it as expired.
8623
8624 2001-08-31  Sam Steingold  <sds@gnu.org>
8625
8626         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
8627         typo: `exmine' --> `examine'.
8628
8629 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8630
8631         * nndoc.el (nndoc-forward-type-p): It is not a digest.
8632
8633 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8634
8635         * nnml.el (nnml-check-directory-twice): Remove.
8636         (nnml-retrieve-headers): Ditto.
8637         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
8638
8639 2001-08-30  Andrew Innes  <andrewi@gnu.org>
8640
8641         * nnheader.el (nnheader-directory-files-is-safe): No need to read
8642         directory twice on Windows, or on GNU Emacs-21.
8643
8644 2001-08-30  Andrew Innes  <andrewi@gnu.org>
8645
8646         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
8647         (nnml-request-rename-group): Ditto.
8648         (nnml-active-number): Ditto.
8649         (nnml-request-create-group): Use nnml-directory-articles.
8650         (nnml-request-expire-articles): Use nnml-directory-articles, which
8651         gets list from nov database if available.
8652         (nnml-get-nov-buffer): New function.
8653         (nnml-open-nov): Use it.
8654         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
8655         gets alist from nov database if available.
8656         (nnml-directory-articles): New function.
8657         (nnml-article-to-file-alist): New function.
8658
8659 2001-08-30  Andrew Innes  <andrewi@gnu.org>
8660
8661         * mm-decode.el (mm-display-external): Use `name' as filename, if
8662         `filename' attribute is not present.
8663
8664 2001-08-30  Andrew Innes  <andrewi@gnu.org>
8665
8666         * mail-source.el (mail-source-flash): New defcustom.
8667         (mail-source-new-mail-p): Ring visible bell if appropriate.
8668         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
8669         timer is cleared even if mail check signals an error.
8670
8671 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8672
8673         * gnus-sum.el (gnus-summary-move-article): Only update marks of
8674         type 'list.
8675
8676 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8677
8678         * flow-fill.el (fill-flowed): eol might be point-max.
8679
8680 2001-08-27  Simon Josefsson  <jas@extundo.com>
8681
8682         * nnml.el (nnml-request-update-info): Fix message.
8683         (nnml-open-marks): Ditto.
8684
8685         * nnfolder.el (nnfolder-request-update-info):
8686         (nnfolder-open-marks): Fix message.
8687
8688 2001-08-25  Simon Josefsson  <jas@extundo.com>
8689
8690         * nnfolder.el (nnfolder-save-marks): Don't create directory named
8691         after group in ~/.
8692
8693 2001-08-25  Simon Josefsson  <jas@extundo.com>
8694         From Andreas Jaeger  <aj@suse.de>
8695
8696         * nnfolder.el (nnfolder-open-marks): Fix typo.
8697         * nnml.el (nnml-open-marks): Likewise.
8698
8699 2001-08-25  Simon Josefsson  <jas@extundo.com>
8700
8701         Make nnfolder groups self-contained as far as marks are concerned.
8702
8703         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
8704         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
8705         (nnfolder-open-server): Make marks directory.
8706         (nnfolder-request-delete-group): Delete marks file.
8707         (nnfolder-request-delete-group): Check of nov/marks file exist
8708         before deleting.
8709         (nnfolder-request-rename-group): Rename marks file.
8710         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
8711         (nnfolder-request-set-mark, nnfolder-request-update-info)
8712         (nnfolder-group-marks-pathname, nnfolder-save-marks)
8713         (nnfolder-open-marks): New functions.
8714         (top-level): Require gnus.
8715
8716 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8717
8718         * nnweb.el (nnweb-type-definition): Use google raw file.
8719         (nnweb-google-parse-1): Ditto.
8720         (nnweb-google-identity): Ditto.
8721         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
8722         (nnweb-altavista-wash-article): Ditto.
8723         (nnweb-request-article): Remove nnweb-decode-entities.
8724
8725         * nnml.el: Require 'gnus.
8726
8727 2001-08-25  Simon Josefsson  <jas@extundo.com>
8728
8729         * nnml.el (nnml-marks-is-evil): Add doc.
8730
8731 2001-08-25  Simon Josefsson  <jas@extundo.com>
8732
8733         * nnml.el (nnml-save-marks): Wrap saving marks in a
8734         condition-case, to allow user to start Gnus if saving marks failed
8735         for some reason.
8736
8737 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8738
8739         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
8740
8741         * gnus-group.el (gnus-update-group-mark-positions): Bind
8742         gnus-group-update-hook to nil.
8743
8744 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8745
8746         * mml.el (mml-generate-mime-1): Force as multibyte string.
8747
8748 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8749
8750         * gnus-sum.el (gnus-summary-insert-line)
8751         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
8752         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
8753
8754         * gnus-spec.el (gnus-correct-substring): Take optional END.
8755
8756         * nnrss.el (nnrss-request-article): Remove \n.
8757         (nnrss-retrieve-headers): Lines number is -1.
8758
8759 2001-08-24  Simon Josefsson  <jas@extundo.com>
8760
8761         * gnus-group.el (gnus-info-clear-data): Call
8762         nnfoo-request-set-mark to propagate marks.  Fix bug:
8763         `gnus-group-update-line' doesn't update read range unless we call
8764         `gnus-get-unread-articles-in-group' first.
8765
8766         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
8767         to server.
8768
8769 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8770
8771         * gnus-util.el (gnus-create-info-command): Return an interactive
8772         function.
8773
8774 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8775         From Katsumi Yamaoka <yamaoka@jpl.org>
8776
8777         * gnus-spec.el (gnus-parse-complex-format): Use equal.
8778
8779 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8780
8781         * gnus-sum.el (gnus-select-newsgroup): Use it.
8782
8783         * gnus-util.el (gnus-not-ignore): New function.
8784
8785         * lpath.el (featurep): Don't fbind char-int.
8786
8787         * gnus-util.el (gnus-create-info-command): New function.
8788
8789         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
8790         right node.
8791
8792         * gnus-sum.el (gnus-select-newsgroup): Clean up.
8793         (gnus-summary-limit-children): Use 'identity instead of `all'.
8794         (gnus-summary-limit-to-display-predicate): New command and
8795         keystroke.
8796
8797 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8798
8799         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
8800
8801         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
8802
8803 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8804
8805         * gnus-spec.el: Add the Gnus version.
8806         (gnus-update-format-specifications): If the Gnus version changes,
8807         nix out the format spec cache.
8808
8809         * gnus.el (gnus-continuum-version): Made into a command and
8810         optionalize the VERSION.
8811
8812         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
8813         the start of the lines.
8814
8815 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8816
8817         * gnus.el (gnus-visual-p): Define function before use of
8818         function.
8819
8820 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8821
8822         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
8823         (gnus-article-mark-to-type): New function.
8824         (gnus-update-missing-marks): Only update marks of type 'list.
8825
8826         * gnus.el (gnus-article-special-mark-lists): New variable.
8827
8828 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8829
8830         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
8831         (gnus-select-newsgroup): Still use 'all.
8832         (gnus-summary-initial-limit): Comparing with 'all.
8833
8834 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8835
8836         * gnus-start.el (gnus-activate-group): If dont-check, don't update
8837         active.
8838
8839 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8840
8841         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
8842         nnslashdot-*-retrieve-headers.
8843         (nnslashdot-request-article): Fix for slashcode 2.2.
8844         (nnslashdot-make-tuple): New function.
8845         (nnslashdot-read-groups): Use it.
8846
8847 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8848
8849         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
8850         list.
8851
8852         * gnus-sum.el (gnus-summary-move-article): Don't select article.
8853
8854 2001-08-20  Simon Josefsson  <jas@extundo.com>
8855
8856         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
8857         opened, error instead of continuing (and exploding later).
8858
8859 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8860
8861         * gnus.el (gnus-expand-group-parameters): Return the parameter
8862         list.
8863
8864         * gnus-sum.el (gnus-summary-show-article): Doc fix.
8865         (gnus-summary-show-article): Guess at charset if required.
8866
8867         * gnus-spec.el (gnus-correct-substring): Stopped one character
8868         before we wanted.
8869
8870 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8871
8872         * earcon.el (earcon-auto-play): Remove unused option.
8873
8874 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8875
8876         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
8877         message down in levels, since it happens very fast.
8878
8879         * smiley-ems.el (smiley-update-cache): Respect the symbol version
8880         of smiley-regexp-alist.
8881
8882         * mm-view.el (mm-inline-text): Ignore vcard errors.
8883
8884         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
8885
8886         * gnus-score.el (gnus-all-score-files): Use append instead of
8887         nconc.
8888
8889         * gnus.el (gnus-splash-face): Doc fix.
8890
8891         * mm-decode.el (mm-mailcap-command): Use
8892         mm-path-name-rewrite-functions.
8893         (mm-path-name-rewrite-functions): New variable.
8894
8895         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
8896         (gnus-complex-form-to-spec): Insert tab.
8897         (gnus-spec-tab): New function.
8898
8899         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
8900         entering the group.
8901
8902         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
8903         the positional spec.
8904         (gnus-parse-complex-format): React to %C.
8905
8906         * gnus-ems.el (gnus-char-width): Moved here.
8907
8908         * gnus-sum.el (gnus-select-newsgroup): Set
8909         gnus-newsgroup-articles.
8910         (gnus-unseen-mark): New variable.
8911         (gnus-newsgroup-unseen): Ditto.
8912         (gnus-newsgroup-seen): Ditto.
8913         (gnus-adjust-marked-articles): Use them.
8914         (gnus-update-marks): Use them.
8915         (gnus-summary-update-secondary-mark): Display.
8916         (gnus-summary-prepare-threads): Display.
8917
8918         * gnus-msg.el (gnus-inews-group-method): Use and return the
8919         method, not the server.
8920
8921 2001-08-19  Simon Josefsson  <jas@extundo.com>
8922
8923         * gnus-srvr.el (gnus-server-agent-face): New.
8924         (gnus-server-agent-face): New.
8925         (gnus-server-mode): Turn on font-lock-mode.
8926
8927         * gnus.el (gnus-server-visual): Add defgroup.
8928
8929 2001-08-19  Simon Josefsson  <jas@extundo.com>
8930         From Joe Casadonte <jcasadonte@northbound-train.com>
8931
8932         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
8933         gnus-server-denied-face): New.
8934         (gnus-server-opened-face, gnus-server-closed-face,
8935         gnus-server-denied-face): New.
8936         (gnus-server-font-lock-keywords): Add.
8937
8938 2001-08-19  Simon Josefsson  <jas@extundo.com>
8939
8940         * nnml.el (nnml-request-set-mark): Return nil.
8941         (nnml-save-marks): Use nnml-possibly-create-directory.
8942         (nnml-open-marks): Only work in temp buffer when inserting/reading
8943         .marks file.
8944
8945 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8946
8947         * gnus.el (gnus-expand-group-parameters): Fix.
8948
8949         * gnus-spec.el (gnus-char-width): New function.
8950         (gnus-correct-substring, gnus-correct-length): Use it.
8951
8952         * message.el (message-required-mail-headers): Fix doc.
8953
8954 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8955
8956         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
8957
8958         * mm-decode.el (mm-save-part-to-file): Insert the handle.
8959
8960 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8961
8962         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
8963         slashdot 2.2 (not fully fixed yet).
8964         (nnslashdot-request-article): Ditto.
8965
8966 2001-08-18  Simon Josefsson  <jas@extundo.com>
8967
8968         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
8969         nnimap.
8970
8971         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
8972         gnus-util.
8973         (nnimap-request-update-info-internal): Use new functions.
8974
8975         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
8976         new functions.
8977
8978 2001-08-18  Simon Josefsson  <jas@extundo.com>
8979
8980         Make nnml groups self-contained as far as marks are concerned.
8981
8982         * nnml.el (nnml-request-delete-group): Delete marks file.
8983         (nnml-request-rename-group): Move marks file.
8984         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
8985         variables.
8986         (nnml-request-set-mark, nnml-request-update-info): New server
8987         functions.
8988         (nnml-save-marks, nnml-open-marks): New functions.
8989
8990 2001-08-18  Simon Josefsson  <jas@extundo.com>
8991
8992         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
8993         `set' when setting marks.
8994
8995 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8996
8997         * gnus.el (gnus-info-find-node): Take an argument.
8998
8999         * gnus-art.el (gnus-button-handle-info): New function.
9000         (gnus-url-unhex-string): Replace "+" with " ".
9001
9002 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9003
9004         * message.el (message-check-news-header-syntax): Check bad From.
9005
9006 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9007
9008         * gnus-spec.el (gnus-correct-length): New function.
9009         (gnus-correct-substring): New function.
9010         (gnus-tilde-max-form): Use it.
9011
9012 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
9013
9014         * nnmh.el: Docstring changes as below.
9015
9016         * nnml.el: Docstring changes as below.
9017
9018         * nnbabyl.el: Docstring changes as below.
9019
9020         * nnmbox.el: Docstring changes as below.
9021
9022         * nnfolder.el: Added docstrings identifying each virtual server
9023         parameter.
9024
9025 2001-08-18  Simon Josefsson  <jas@extundo.com>
9026
9027         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
9028
9029 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
9030
9031         * message.el: rename "Abort Message" to "Postpone Message".
9032         Remove "Attach file as MIME" from Message menu, it's already in
9033         the MIME menu.
9034
9035 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9036
9037         * smime.el (smime-point-at-eol): eval-and-compile.
9038         (smime-make-temp-file): New function.
9039         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
9040         Use it.
9041
9042 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9043
9044         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
9045         (gnus-agent-summary-fetch-group): New command and keystroke.
9046
9047         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
9048         (gnus-mime-display-security): Make it respect
9049         gnus-unbuttonized-mime-type-p.
9050
9051         * gnus-sum.el (gnus-articles-to-read): Comments.
9052         (gnus-article-marked-p): New function.
9053         (gnus-summary-display-make-predicate): New function.
9054         (gnus-select-newsgroup): Use them.
9055
9056         * mm-decode.el (mm-save-part-to-file): Made it not error.
9057
9058 2001-08-17  Simon Josefsson  <jas@extundo.com>
9059
9060         * imap.el (imap-wait-for-tag): If process-status isn't open or
9061         run, return nil instead of sit-for looping.
9062
9063 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9064
9065         * lpath.el (featurep): fbind xml-parse-region.
9066
9067         * gnus.el (gnus-message-archive-method): Default to "archive".
9068         (gnus-message-archive-method): Doc fix.
9069         (gnus-parameters-get-parameter): Cleaned up.
9070         (gnus-expand-group-parameter): New function.
9071
9072         * gnus-start.el (gnus-setup-news): Push the archive server only
9073         the server list.
9074
9075         * mml.el (mml-menu): Changed name to "Attachments".
9076
9077         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
9078         when there is something to detroy.
9079
9080 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9081
9082         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
9083         nil.
9084
9085 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9086
9087         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
9088         which specifies a time today or tomorrow.
9089
9090 2001-08-15  Simon Josefsson  <jas@extundo.com>
9091         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
9092
9093         * gnus-agent.el (gnus-agent-make-mode-line-string)
9094         (gnus-agent-toggle-plugged): Use new API.
9095
9096 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9097
9098         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
9099         deadline has expired.
9100
9101 2001-08-12  Simon Josefsson  <jas@extundo.com>
9102         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
9103
9104         Support `recent' mark indicating newly arrived messages (to
9105         separate from old but unread messages).
9106
9107         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
9108         `nnmail-split-history' if recent is > 0.
9109         (nnimap-request-update-info-internal): Update `recent' marks.
9110         (nnimap-request-set-mark): Never set `recent' marks.
9111         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
9112         recent.
9113
9114         * gnus-sum.el (gnus-recent-mark): New mark.
9115         (gnus-newsgroup-recent): New variable.
9116         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
9117         (gnus-summary-prepare-threads): Mark recent articles.
9118         (gnus-summary-add-mark): Support recent.
9119         (gnus-summary-update-secondary-mark): Support recent.
9120
9121         * gnus.el (gnus-article-mark-lists): Add recent.
9122
9123 2001-08-12  Simon Josefsson  <jas@extundo.com>
9124
9125         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
9126         whether successful decoding took place.  Add doc.
9127
9128 2001-08-12  Simon Josefsson  <jas@extundo.com>
9129         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
9130
9131         * gnus.el (gnus-summary-line-format, gnus-parameters):
9132         * gnus-gl.el (gnus-summary-grouplens-line-format):
9133         * gnus-salt.el (gnus-summary-pick-line-format):
9134         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
9135
9136 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
9137         Committed by Kai Gro\e,b_\e(Bjohann.
9138
9139         * gnus-score.el (gnus-score-string): Fix `match' regexp
9140         for `extra' header case.
9141
9142 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9143
9144         * nnmbox.el (nnmbox-read-mbox): No warning.
9145
9146 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9147
9148         * nndoc.el (nndoc-article-type): Fix doc.
9149         (nndoc-generate-article-function): New variable.
9150         (nndoc-dissection-function): New variable.
9151         (nndoc-type-alist): Add oe-dbx.
9152         (nndoc-oe-dbx-type-p): New function.
9153         (nndoc-oe-dbx-dissection): New function.
9154         (nndoc-oe-dbx-generate-article): New function.
9155
9156 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9157
9158         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
9159         whether deadline has been reached.  Patch from Dan Nicolaescu
9160         <dann@godzilla.ics.uci.edu>.
9161
9162 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9163
9164         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
9165         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
9166         <rintaman@cs.Helsinki.FI>.
9167
9168         * mail-source.el (mail-source-movemail): The error buffer is
9169         modified, but nothing in it.
9170
9171 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9172
9173         * message.el (message-bogus-system-names): New variable.
9174         (message-make-fqdn): Use it.
9175
9176 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9177
9178         * nndraft.el (nndraft-request-group): Use
9179         nndraft-auto-save-file-name.
9180
9181 2001-08-09  Simon Josefsson  <jas@extundo.com>
9182
9183         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
9184         Don't ask whether to decrypt.  Just leave result in buffer (don't
9185         call mm).
9186
9187         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
9188         parts as well.
9189         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
9190         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
9191
9192 2001-08-09  Simon Josefsson  <jas@extundo.com>
9193
9194         * mm-decode.el (mm-insert-part): Return decoding success status.
9195         (mm-save-part-to-file): Error if decoding failed.
9196
9197 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9198
9199         * message.el (message-tab): Use indent-relative.
9200         (message-mode): Don't bind indent-line-function to indent-relative.
9201
9202 2001-08-09  Simon Josefsson  <jas@extundo.com>
9203
9204         * message.el (message-get-reply-headers): Fix string. Suggested by
9205         Christoph Conrad <cc@cli.de>.
9206
9207 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9208
9209         * message.el (message-tab): Use the current value of
9210         indent-line-function.
9211         (message-mode): Bind indent-line-function to indent-relative.
9212
9213 2001-08-08  Simon Josefsson  <jas@extundo.com>
9214
9215         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
9216         whether `imtest' is installed.
9217
9218 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
9219         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
9220
9221         * gnus-sum.el (gnus-summary-show-article): Call
9222         gnus-summary-update-secondary-secondary-mark.
9223         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
9224         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
9225
9226 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9227
9228         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
9229
9230         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
9231
9232         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
9233         <gerd@gnu.org>.
9234
9235         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
9236
9237         * gnus-util.el (gnus-output-to-rmail): Ditto.
9238         (gnus-output-to-mail): Ditto.
9239
9240         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
9241
9242 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
9243
9244         * message.el (message-indent-citation): Use
9245         `message-yank-cited-prefix' for empty lines.
9246
9247 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
9248
9249         * message.el (message-indent-citation): Quote only lines starting
9250         with ">" using `message-yank-cited-prefix'.
9251
9252 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
9253         Trivial patch.
9254
9255         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
9256         gnus-cache-fully-p.
9257
9258 2001-08-04  Simon Josefsson  <jas@extundo.com>
9259
9260         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
9261         file if it doesn't exist (by calling gnus-cache-read-active).
9262
9263 2001-08-04  Simon Josefsson  <jas@extundo.com>
9264
9265         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
9266         (gnus-cache-passively-or-fully-p): Removed.
9267         (gnus-cache-fully-p): Fix it.
9268
9269         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
9270
9271 2001-08-04  Simon Josefsson  <jas@extundo.com>
9272
9273         * gnus-cache.el (gnus-cache-fully-p)
9274         (gnus-cache-passively-or-fully-p): New functions.
9275         (gnus-cache-possibly-enter-article): Cosmetic change, use
9276         `g-c-p-o-f-p'.
9277         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
9278         was bogus (`g-c-p-a-a' does not change active info, just change
9279         the functions parameters).
9280         (gnus-cache-possibly-remove-articles-1): Make sure articles are
9281         not removed in groups that match `gnus-uncacheable-groups'.
9282
9283         Reported and modifications based on discussions with Nuutti
9284         Kotivuori <nuutti.kotivuori@smarttrust.com>.
9285
9286 2001-08-04  Simon Josefsson  <jas@extundo.com>
9287         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
9288
9289         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
9290         calls `gnus-cache-update-active' if bounds has been extended.
9291
9292 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9293
9294         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
9295         before remove.
9296         (gnus-mime-security-show-details): Ditto.
9297
9298 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9299
9300         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
9301         syntax.  Protect string-match against nil string and regexp.
9302
9303 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9304
9305         * mm-util.el (mm-find-charset-region): Remove control-1.
9306
9307 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9308
9309         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
9310
9311 2001-08-04  Simon Josefsson  <jas@extundo.com>
9312
9313         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
9314         buffer.  Delete MIME-Version header.
9315
9316 2001-08-03  Simon Josefsson  <jas@extundo.com>
9317
9318         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
9319         that is entered does not necessarily have the highest article
9320         number in the group, so use `gnus-cache-possibly-alter-active'
9321         instead of `gnus-cache-update-active'.
9322
9323 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9324
9325         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
9326
9327 2001-08-03  Simon Josefsson  <jas@extundo.com>
9328
9329         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
9330         menu.
9331
9332 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9333
9334         * gnus.el (post-method): New group parameter.  It also provides
9335         the user option `gnus-post-method-alist' and the internal function
9336         `gnus-parameter-post-method'.
9337
9338         * gnus-msg.el (gnus-post-method): Bind the value of
9339         `gnus-post-method' to the group parameter if it is defined.
9340
9341 2001-08-02  Simon Josefsson  <jas@extundo.com>
9342
9343         * smime.el (smime-extra-arguments): Removed.
9344         (smime-call-openssl-region): Don't use it.
9345
9346 2001-08-02  Simon Josefsson  <jas@extundo.com>
9347
9348         * smime.el (smime-sign-region): Handle stderr.
9349         (smime-encrypt-region): Ditto.
9350
9351         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
9352         match the ASN.1 length bytes.
9353         (mm-pkcs7-enveloped-magic): Ditto.
9354         (mm-view-pkcs7-get-type): Don't regexp quote.
9355
9356 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9357         From Andreas Fuchs <asf@void.at>
9358
9359         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
9360
9361 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9362
9363         * gnus-art.el (gnus-header-button-alist): References regexp.
9364
9365 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
9366
9367         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
9368         already fboundp.  Add INTERACTIVE arg to autoload form.
9369
9370 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9371
9372         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
9373
9374         * nnmail.el (nnmail-cache-open): Ditto.
9375
9376 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9377
9378         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
9379
9380 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9381
9382         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
9383
9384 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9385         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9386
9387         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
9388         (gnus-agent-toggle-plugged): Use it.
9389
9390 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
9391
9392         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
9393         (gnus-ding-file-coding-system): New variable.
9394         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
9395         (gnus-slave-save-newsrc): Use it.
9396
9397 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9398
9399         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
9400         syntax.
9401
9402 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9403         Originally from Andreas Fuchs <asf@void.at>
9404
9405         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
9406         (mml2015-gpg-pretty-print-fpr): New function.
9407         (mml2015-gpg-extract-signature-details): More details, rename from
9408         `m-g-e-from'.
9409         (mml2015-gpg-verify): Use them.
9410         (mml2015-gpg-clear-verify): Use them.
9411
9412 2001-07-31  Simon Josefsson  <jas@extundo.com>
9413
9414         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
9415         buffer when done.
9416
9417 2001-07-30  Simon Josefsson  <jas@extundo.com>
9418
9419         * smime.el (smime-call-openssl-region): Revert previous change,
9420         just pass on buf to `call-process-region'.
9421         (smime-verify-region): Doc fix.  Don't message stuff.  Use
9422         `smime-new-details-buffer'.  Inserts error messages into buffer.
9423         (smime-noverify-region): Ditto.
9424         (smime-decrypt-region): Ditto.  Handles stderr separately.
9425         (smime-verify-buffer, smime-noverify-buffer)
9426         (smime-decrypt-buffer): Doc fix.
9427         (smime-new-details-buffer): New function.
9428         (smime-pkcs7-region, smime-pkcs7-certificates-region)
9429         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
9430         (smime-sign-region, smime-encrypt-region): Don't use
9431         `insert-buffer'.
9432
9433         * mml-smime.el (mml-smime-verify): Fix security button strings.
9434
9435 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9436
9437         * gnus-art.el (gnus-mime-save-part-and-strip): Save
9438         gnus-article-mime-handles.
9439
9440 2001-07-29  Simon Josefsson  <jas@extundo.com>
9441
9442         * mail-source.el (top-level): Require message for message-directory.
9443         (mail-source-directory): Change default to message-directory.
9444
9445         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
9446         (smime-certificate-directory, smime-openssl-program)
9447         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
9448         (smime-extra-arguments): New variable.
9449         (smime-dns-server): Fix customize group.
9450         (smime-call-openssl-region): Use `smime-extra-arguments'.
9451
9452 2001-07-29  Simon Josefsson  <jas@extundo.com>
9453         From Vladimir Volovich <vvv@vsu.ru>
9454
9455         * smime.el (smime-call-openssl-region): Ignore stderr.
9456
9457 2001-07-29  Simon Josefsson  <jas@extundo.com>
9458         From Christoph Conrad <christoph.conrad@gmx.de>
9459
9460         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
9461         file.
9462
9463 2001-07-29  Simon Josefsson  <jas@extundo.com>
9464
9465         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
9466
9467         Support S/MIME decryption.
9468
9469         * mm-decode.el (mm-inline-media-tests):
9470         (mm-inlined-types):
9471         (mm-automatic-display):
9472         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
9473
9474         * mm-view.el (mm-pkcs7-signed-magic):
9475         (mm-pkcs7-enveloped-magic): New variables.
9476         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
9477         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
9478         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
9479         PKCS#7 blobs.
9480
9481         * smime.el (smime-decrypt-region): Expand keyfile.
9482
9483 2001-07-29  Simon Josefsson  <jas@extundo.com>
9484
9485         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
9486         `ssl.el' variables.
9487
9488         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
9489         but line instead of narrowing to it, because `nnmail-parse-active'
9490         calls widen.  Thanks to Christoph Conrad
9491         <christoph.conrad@gmx.de>.
9492
9493 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9494
9495         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
9496         for %B spec.
9497
9498         * gnus-sum.el (gnus-summary-prepare-threads): If
9499         gnus-sum-thread-tree-root is nil, use subject instead.
9500         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
9501         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
9502         (gnus-sum-thread-tree-leaf-with-other)
9503         (gnus-sum-thread-tree-single-leaf): Documentation.
9504         (gnus-sum-thread-tree-single-indent): Allow nil.
9505
9506 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9507
9508         * message.el (message-fill-paragraph): Do nothing if the user
9509         wants filladapt-mode.
9510
9511 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9512
9513         * mm-decode.el (mm-image-type-from-buffer): New function.
9514         (mm-get-image): Use it.
9515
9516 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9517
9518         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
9519
9520         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
9521         mm-display-parts too.
9522
9523 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9524
9525         * nnfolder.el (nnfolder-request-accept-article): Bind
9526         nntp-server-buffer.
9527
9528         * nnmail.el (nnmail-parse-active): Read from buffer instead of
9529         nntp-server-buffer.
9530
9531 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9532
9533         * message.el (message-check-news-header-syntax): Use
9534         message-post-method.
9535         (message-send-news): Bind message-post-method.
9536
9537 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9538
9539         * mml.el (mml-tweak-type-alist): New variable.
9540         (mml-tweak-function-alist): New variable.
9541         (mml-tweak-part): New function.
9542         (mml-generate-mime-1): Use it.
9543
9544 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9545
9546         * nnfolder.el (nnfolder-request-accept-article): Replace
9547         nnfolder-request-list.
9548
9549 2001-07-27  Simon Josefsson  <jas@extundo.com>
9550
9551         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
9552         nnoo-change-server failed to do it.
9553
9554 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9555
9556         * gnus.el (gnus-parameters): Make it customizable.
9557
9558 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9559
9560         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
9561
9562         * message.el (message-set-auto-save-file-name): More
9563         poor-system-types.
9564
9565         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
9566
9567         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
9568         supports +.
9569
9570 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9571
9572         * mm-decode.el (mm-readable-p): New function.
9573         (mm-inline-media-tests): Fix the default testers.
9574
9575 2001-07-26  Simon Josefsson  <jas@extundo.com>
9576
9577         * nnimap.el (nnimap-version): Bump version number.
9578
9579 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9580         From Steven E. Harris <seh@speakeasy.org>
9581
9582         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
9583         in M$Windows too.
9584
9585 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9586
9587         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
9588
9589 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9590
9591         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
9592
9593         * mm-decode.el (mm-get-image): Guess then use the type.
9594
9595         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
9596
9597 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
9598
9599         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
9600         display (%B) for threads if threading is off.
9601
9602 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9603         From Henrik Enberg <henrik@enberg.org>
9604
9605         * gnus-msg.el: Customization patch.
9606
9607 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
9608
9609         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
9610         variable.
9611         (nnmail-split-fancy-with-parent): Ignore certain groups.
9612
9613 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9614
9615         * gnus-util.el (gnus-byte-compile): New function.
9616         (gnus-use-byte-compile): New variable.
9617         (gnus-make-sort-function): Use it.
9618
9619         * nnmail.el (nnmail-get-new-mail): Use it.
9620
9621         * gnus-agent.el (gnus-category-make-function): Simple function or
9622         compiled function.
9623         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
9624
9625         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
9626         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
9627         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
9628
9629         * message.el (message-check-news-header-syntax): Remove quote.
9630
9631 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9632
9633         * message.el (message-use-mail-followup-to): `t' is not a
9634         documented value.
9635
9636 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9637
9638         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
9639
9640 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9641
9642         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
9643         there are long lines.
9644
9645 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9646
9647         * dgnushack.el (copy-list): New compiler macro.
9648
9649 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9650
9651         * message.el (message-bounce): If no Return-Path, the whole
9652         content is considered as the original message.
9653
9654         * nnml.el (nnml-check-directory-twice): New variable.
9655         (nnml-article-to-file): Use it.
9656         (nnml-retrieve-headers): Hack it.
9657
9658 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9659
9660         * gnus-win.el (gnus-buffer-configuration): New configure.
9661
9662         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
9663         not alive.
9664
9665         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
9666         (mm-display-external): Use display-term configure.
9667
9668 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9669
9670         * gnus-delay.el (gnus-delay-default-hour): New variable.
9671         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
9672
9673 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9674         From Karl Kleinpaste <karl@charcoal.com>
9675
9676         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
9677         (gnus-summary-prepare-threads): Ditto.
9678
9679         * gnus.el (gnus-summary-line-format): Add %B.
9680
9681 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9682
9683         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
9684
9685         * mm-util.el (mm-string-as-multibyte): New function.
9686
9687         * nnmh.el (nnmh-request-list-1): Encode, not decode!
9688
9689 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9690
9691         * mm-util.el (mm-universal-coding-system): New variable.
9692
9693         * gnus-start.el (gnus-startup-file-coding-system): Use it.
9694
9695         * score-mode.el (score-mode-coding-system): Use it.
9696
9697 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9698
9699         * gnus-start.el (gnus-setup-news): Call
9700         `gnus-check-bogus-newsgroups' just after the native server is
9701         opened.
9702
9703 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9704
9705         * nnmail.el (nnmail-do-request-post): Util function to be used by
9706         `nnchoke-request-post' for all nnmail-derived backends.
9707
9708         * nnml.el (nnml-request-post): Use it.
9709
9710         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
9711         backend, for it groks nnml-request-post.
9712
9713         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
9714         Treat `mail-post' backends like `mail' backends, not like `news'
9715         backends.
9716
9717 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9718
9719         * gnus-msg.el (gnus-setup-message): make-local-hook.
9720
9721 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9722
9723         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
9724         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
9725         <karl@charcoal.com>, slightly changed by Kai.
9726
9727         * message.el (message-check-news-header-syntax): When checking
9728         whether the groups exist, check the right server based on
9729         `gnus-post-method'.
9730
9731 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9732
9733         * gnus-delay.el: New file.
9734
9735 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9736
9737         * mm-util.el (mm-read-coding-system): Take two arguments.
9738
9739         * gnus-sum.el (gnus-summary-show-article): Use
9740         mm-read-coding-system.
9741
9742         * gnus-art.el (article-de-quoted-unreadable):
9743         (article-de-base64-unreadable, article-wash-html):
9744         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
9745
9746 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9747
9748         * nnml.el (nnml-request-post): New function.  Can be used for
9749         annotations in nnml groups.
9750
9751 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9752
9753         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
9754         command.
9755
9756         * gnus-start.el (gnus-find-new-newsgroups): Use
9757         `message-make-date' instead of `current-time-string'.
9758         (gnus-ask-server-for-new-groups): Ditto.
9759         (gnus-check-first-time-used): Ditto.
9760
9761 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9762
9763         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
9764
9765 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
9766
9767         * message.el (message-shorten-references): Change `maxcount' and
9768         `cut' to obey USEFOR draft 5.
9769
9770 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
9771
9772         * gnus-sum.el (gnus-summary-display-arrow): New variable.
9773         (gnus-summary-set-article-display-arrow): New function.
9774         (gnus-summary-goto-subject): Use it.
9775
9776 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9777
9778         * gnus-sum.el (gnus-summary-import-article): Insert date if
9779         doesn't exist.
9780
9781 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9782
9783         * mml.el (mml-content-type-parameters): New variable.
9784         (mml-content-disposition-parameters): New variable.
9785         (mml-insert-mime-headers): Use them.
9786         (mml-parse-1): Accept charset.
9787
9788 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9789
9790         * gnus-group.el (gnus-group-select-group): Doc fix.
9791
9792         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
9793
9794 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9795
9796         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
9797         to handle `define-derived-mode'.
9798
9799 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9800         From:  Stefan Monnier  <monnier@cs.yale.edu>
9801
9802         * message.el (message-mode): Use define-derived-mode.
9803         (message-tab): message-completion-alist.
9804
9805         * imap.el (imap-interactive-login): Use make-local-variable.
9806         (imap-open): Ditto.
9807         (imap-authenticate): Ditto.
9808
9809         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
9810
9811         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
9812
9813 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9814
9815         * message.el (message-citation-line-function): Refer to
9816         gnus-cite-attribution-suffix.
9817
9818 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9819
9820         * gnus-art.el,...: Error convention changes.
9821
9822 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9823
9824         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
9825
9826 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9827
9828         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
9829         (nnrss-read-server-data): Ditto.
9830
9831 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9832
9833         * gnus-setup.el (gnus-use-installed-gnus): Typo.
9834         * Cleanup files.
9835         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
9836
9837 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9838
9839         * gnus.el (gnus-summary-line-format): Add %o.
9840
9841         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
9842         unless shell outputs something.
9843
9844 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9845
9846         * gnus-art.el (gnus-boring-article-headers): Better doc.
9847         (article-hide-headers): Better regexp.
9848         Suggested by Matt Swift <swift@alum.mit.edu>.
9849
9850         * nnheader.el (nnheader-max-head-length): Better doc.
9851         (nnheader-header-value): Skip spaces.
9852         (nnheader-parse-head): Remove space.
9853         Suggested by Matt Swift <swift@alum.mit.edu>.
9854
9855         * gnus-sum.el (gnus-summary-show-raw-article): New function.
9856         (gnus-get-newsgroup-headers): Remove space.
9857
9858 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9859
9860         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
9861         (gnus-summary-reply): Use it.
9862         (gnus-summary-reply-broken-reply-to): New function.
9863         (gnus-msg-force-broken-reply-to): New function.
9864
9865         * mm-view.el (mm-inline-text): Showing as text/plain when error.
9866
9867 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9868
9869         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
9870
9871 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9872
9873         * mm-decode.el (mm-external-terminal-program): New variable.
9874         (mm-display-external): Use it. Use term to display when no
9875         window-system.
9876
9877 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
9878
9879         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
9880         Browse->Next entries to Browse->Prev
9881
9882 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9883
9884         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
9885
9886 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9887
9888         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
9889         for the default encoding.
9890
9891         * nnrss.el (nnrss-url-field): New field.
9892         (nnrss-request-article): Add newsgroups.
9893
9894         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
9895
9896 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9897
9898         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
9899
9900         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
9901         (gnus-draft-setup): Remove backlog.
9902
9903 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9904
9905         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
9906         Cleanup.
9907
9908 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9909
9910         * gnus-msg.el (gnus-bug): Erase buffer.
9911
9912         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
9913
9914 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9915
9916         * mm-decode.el (mm-attachment-override-p): Fix typo.
9917
9918 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
9919
9920         * gnus-kill.el (gnus-execute): Work with the extra headers.
9921         * gnus-sum.el (gnus-summary-execute-command): Ditto.
9922
9923 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9924
9925         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
9926         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
9927
9928         * message.el (message-send-mail-real-function): New variable.
9929         (message-send-mail-partially, message-send-mail):
9930
9931         * nngateway.el (nngateway-request-post): Use it.
9932
9933         * gnus-agent.el (gnus-agentize): Use it.
9934
9935         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
9936         (nnsoup-revert-variables): Use it.
9937
9938 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
9939
9940         * mm-decode.el (mm-inline-media-tests): Default to displaying as
9941         text/plain if the type doesn't match any other media types.
9942         (mm-inlined-types): Doc fix.
9943         (mm-display-inline): Revert previous change (now handled by a
9944         default type in `mm-inline-media-tests'.
9945         (mm-inlinable-p): Revive.
9946         (mm-display-part): Call `mm-inlinable-p'.
9947         (mm-attachment-override-p): Ditto.
9948         (mm-inlined-p): Doc fix.
9949
9950         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
9951         well as `mm-inlined-p'.
9952
9953 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9954
9955         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
9956         (nntp-send-command-and-decode): Use gnus-point-at-bol.
9957
9958 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9959         From  Paul Jarc <prj@po.cwru.edu>
9960
9961         * message.el (message-use-mail-followup-to): New variable.
9962         (message-get-reply-headers): Use it.
9963
9964 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
9965
9966         * nnheader.el (nnheader-init-server-buffer): Make sure the
9967         *nntpd* buffer is made multibyte instead of a random buffer.
9968
9969 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9970
9971         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
9972         when it returns headers.
9973
9974 2001-07-07  Simon Josefsson  <jas@extundo.com>
9975
9976         * rfc2047.el (rfc2047-encode-message-header): Skip header when
9977         trying to fold. Thanks to Colin Walters
9978         <walters@cis.ohio-state.edu>
9979
9980 2001-07-06  Simon Josefsson  <jas@extundo.com>
9981
9982         * imap.el (imap-parse-address-list, imap-parse-flag-list)
9983         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
9984         Add information in `assert's.
9985
9986         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
9987         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
9988         and `nnimap-group-overview-filename', should handle all
9989         change-of-uidvalidity related issues.  But there may be other
9990         problems.)
9991
9992 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
9993
9994         * rfc2047.el (rfc2047-encode-message-header): Don't include the
9995         header name when folding.
9996
9997 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
9998
9999         * mm-decode.el (mm-inlined-types): Document relationship with
10000         `mm-inline-media-tests'.
10001         (mm-display-inline): Default to displaying as plain text if no
10002         inlining handler is available.
10003         (mm-inlinable-p): Remove.
10004         (mm-inlined-p): Don't call `mm-inlinable-p'.
10005         (mm-automatic-display-p): Ditto.
10006         (mm-attachment-override-p): Ditto.
10007
10008 2001-07-04  Simon Josefsson  <jas@extundo.com>
10009
10010         * nnimap.el (nnimap-importantize-dormant): New variable.
10011         (nnimap-request-update-info-internal): Use it.
10012         (nnimap-request-set-mark): Ditto.
10013
10014 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
10015
10016         * nntp.el (nntp-send-command): don't pass a buffer argument to
10017         `point'. Only XEmacs accepts this.
10018         * nntp.el (nntp-send-command-nodelete): ditto.
10019         * nntp.el (nntp-send-command-and-decode): ditto.
10020
10021 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
10022
10023         * nntp.el (nntp-open-connection-function): doc update.
10024         * nntp.el (nntp-pre-command): New.
10025         * nntp.el (nntp-via-rlogin-command): New.
10026         * nntp.el (nntp-via-telnet-command): New.
10027         * nntp.el (nntp-via-telnet-switches): New.
10028         * nntp.el (nntp-via-user-name): New.
10029         * nntp.el (nntp-via-user-password): New.
10030         * nntp.el (nntp-via-address): New.
10031         * nntp.el (nntp-via-envuser): New.
10032         * nntp.el (nntp-via-shell-prompt): New.
10033         * nntp.el (nntp-open-telnet-stream): New.
10034         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
10035         * nntp.el (nntp-open-via-telnet-and-telnet): New.
10036         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
10037         * nntp.el (nntp-send-command): ditto.
10038         * nntp.el (nntp-send-command-nodelete): ditto.
10039         * nntp.el (nntp-send-command-and-decode): ditto.
10040
10041 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
10042         Trivial patch.
10043
10044         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
10045         `when'.
10046
10047 2001-07-03  Simon Josefsson  <jas@extundo.com>
10048         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
10049
10050         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
10051
10052 2001-07-03  Simon Josefsson  <jas@extundo.com>
10053
10054         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
10055         remove it (workaround XEmacs `fill-region' bug).
10056
10057 2001-07-01  Simon Josefsson  <jas@extundo.com>
10058
10059         * nnimap.el (nnimap-date-days-ago): Defeat locale.
10060
10061 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10062
10063         * mml2015.el (mml2015-format-error): New function.
10064         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
10065         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
10066         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
10067
10068 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10069
10070         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
10071         Suggested by Christoph Conrad <C.Conrad@cli.de>.
10072
10073         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
10074         group variables.
10075
10076 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10077
10078         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
10079
10080         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
10081         (nnrss-save-group-data): Ditto.
10082
10083         * gnus-agent.el (gnus-agent-save-alist): Ditto.
10084
10085 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10086
10087         * message.el (message-do-send-housekeeping): Narrow to headers.
10088
10089 2001-06-24  Simon Josefsson  <jas@extundo.com>
10090
10091         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
10092         insertion when breaking lines looked for " \t" instead of "[ \t]".
10093         (rfc2047-encode-message-header): Fold lines even if
10094         no QP encoding is done.
10095
10096 2001-06-23  Simon Josefsson  <jas@extundo.com>
10097         From Samuel Tardieu <sam@inf.enst.fr>
10098
10099         * smime.el (smime-keys): Support additional certificates.
10100         (smime-make-certfiles): New function.
10101         (smime-sign-region): Use previous variables.
10102         (smime-get-certfiles): New function.
10103         (smime-sign-buffer): Use it.
10104         (smime-verify-region): Support both CAfile and CApath.
10105
10106 2001-06-23  Simon Josefsson  <jas@extundo.com>
10107
10108         * smime.el (smime-decrypt-region): Perhaps work.
10109
10110 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10111
10112         * gnus-msg.el (gnus-copy-article-buffer): Typo.
10113
10114 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
10115
10116         * mm-decode.el (mm-save-part): Rewrite file name.
10117         (mm-file-name-rewrite-functions): New variable.
10118         (mm-file-name-delete-whitespace): New function.
10119         (mm-file-name-trim-whitespace): New function.
10120         (mm-file-name-collapse-whitespace): New function.
10121         (mm-file-name-replace-whitespace): New variable and function.
10122
10123 2001-06-22  Simon Josefsson  <jas@extundo.com>
10124
10125         * message.el (message-make-date): Workaround locale for weekdays.
10126
10127 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10128
10129         * message.el (message-goto-body): Return nil if not found. (revert!)
10130
10131 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10132         From Fremlin <chief@bandits.org>
10133
10134         * message.el (message-goto-body): Some messages have no header.
10135
10136         * gnus-msg.el (gnus-copy-article-buffer): Use it.
10137
10138 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
10139
10140         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
10141
10142 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10143
10144         * message.el (message-make-date): Add week day.
10145         Suggested by Jason R. Mastaler <jason@mastaler.com>.
10146
10147 2001-06-19  Simon Josefsson  <jas@extundo.com>
10148
10149         * message.el (message-yank-prefix): Doc fix.
10150         (message-yank-cited-prefix): Ditto.
10151         (message-delete-not-region): Keep citation prefix on first line,
10152         if possible and appropriate.
10153
10154 2001-06-19  Simon Josefsson  <jas@extundo.com>
10155
10156         * imap.el (imap-process-connection-type): New variable.
10157         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
10158         recent `imtest's work completely (no line length issues), while
10159         making making old `imtest's unusable.  Thanks to NAGY Andras
10160         <nagya@inf.elte.hu> for his work.
10161
10162 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
10163
10164         * imap.el (imap-ssl-program): Add -quiet to shut up
10165         OpenSSL/SSLeay's internal debug talk.
10166
10167 2001-06-19  Matt Armstrong  <matt@lickey.com>
10168
10169         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
10170         server.
10171
10172 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10173
10174         * nnmail.el (nnmail-article-buffer): New variable.
10175         (nnmail-split-incoming): Use it.
10176
10177 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
10178
10179         * qp.el (quoted-printable-decode-region): If called interactively,
10180         use coding-system-for-read.
10181
10182 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10183
10184         * message.el (message-check-news-header-syntax): Check Reply-To.
10185
10186 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10187
10188         * mml.el (mml-parse-1): Use message options.
10189
10190         * message.el (message-do-fcc): Don't do anything if there is no
10191         FCC.
10192
10193 2001-06-16  Simon Josefsson  <jas@extundo.com>
10194
10195         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
10196         (nnimap-expunge-search-string): New variable.
10197         (nnimap-request-expire-articles): Use it.
10198
10199 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10200
10201         * message.el (message-send-mail-with-qmail): wrong exit status is
10202         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
10203
10204 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10205
10206         * gnus-art.el (article-strip-multiple-blank-lines): Use
10207         delete-region instead of replace-match.
10208
10209 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10210
10211         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
10212         (nnweb-google-wash-article): Ditto.
10213
10214 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
10215
10216         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
10217
10218 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10219
10220         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
10221         specs.
10222
10223 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10224
10225         * gnus.el (gnus-email-address): Move it here.
10226
10227         * gnus-art.el (article-de-quoted-unreadable): Read charset if
10228         requested.
10229         (article-de-base64-unreadable): Ditto.
10230         (article-wash-html): Ditto.
10231
10232 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10233
10234         * message.el (message-options-set-recipient): Don't add ", "
10235         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
10236
10237 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10238
10239         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
10240
10241 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10242
10243         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
10244         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
10245
10246         * nnrss.el (nnrss-node-text): Node might be nil.
10247
10248 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10249
10250         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
10251         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
10252
10253         * nnrss.el (nnrss-group-alist): More items.
10254
10255 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10256
10257         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
10258
10259 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
10260         Trivial patch from Dale Hagglund  <rdh@best.com>
10261
10262         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
10263         restrict clauses.
10264
10265 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10266
10267         From Benjamin Rutt <brutt+news@bloomington.in.us>
10268
10269         * message.el (message-wide-reply-confirm-recipients): New variable.
10270
10271 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
10272         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
10273
10274         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
10275         fix so it works with XEmacs.
10276
10277 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10278
10279         * nnrss.el (nnrss-retrieve-headers): Support description as extra
10280         headers.
10281
10282 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10283
10284         * nnrss.el: Fix a few bugs.
10285
10286 2001-06-05  Simon Josefsson  <jas@extundo.com>
10287
10288         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
10289         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
10290
10291 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
10292
10293         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
10294         binary so that we don't transmit ISO 2022 garbage to the process.
10295         This is needed under XEmacs.
10296
10297 2001-06-03  Simon Josefsson  <simon@josefsson.org>
10298
10299         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
10300         autoloaded incorrectly below because ssl-program-* is bound.)
10301         Thanks to Amos Gouaux for report.
10302
10303 2001-06-02  Simon Josefsson  <simon@josefsson.org>
10304
10305         * imap.el (imap-kerberos4-open):
10306         (imap-gssapi-open):
10307         (imap-ssl-open):
10308         (imap-network-open):
10309         (imap-shell-open):
10310         (imap-starttls-open): Set buffer to workaround spurious
10311         `accept-process-output' buffer changes.  Thanks to Mats Lidell
10312         <Mats.Lidell@contactor.se> for report and partial patch and Jake
10313         Colman <colman@ppllc.com> for report.
10314
10315 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10316
10317         * gnus-sum.el (gnus-summary-catchup): New argument.
10318         (gnus-summary-catchup-from-here): New function.
10319
10320 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10321
10322         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
10323         back, then insert glyph.  (Before, the glyph was inserted first,
10324         then the newline.)  This works around a behavior in XEmacs where
10325         it is not possible to insert a character after a glyph which is at
10326         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
10327
10328 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10329
10330         From Jaap-Henk Hoepman (jhh@xs4all.nl).
10331
10332         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
10333         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
10334         mm-destroy-postponed-undisplay-list): New functions.
10335         (mm-display-external): Use them.
10336
10337 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10338
10339         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
10340         `default-low' when evaluating `gnus-summary-highlight'.
10341         From Raja R Harinath <harinath@cs.umn.edu>.
10342
10343 2001-05-27  Simon Josefsson  <simon@josefsson.org>
10344
10345         * message.el (message-yank-cited-prefix): New variable.
10346         (message-indent-citation): Use it.
10347
10348         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
10349         as details.
10350         (mml2015-mailcrypt-clear-verify): Ditto.
10351
10352 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10353         From Nevin Kapur <nevin@jhu.edu>.
10354
10355         * gnus-sum.el (gnus-summary-default-high-score,
10356         gnus-summary-default-low-score): New variables.
10357         (gnus-summary-highlight): Use them.
10358
10359 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
10360
10361         * message.el (message-mail): pass the 'send-actions argument to
10362         `message-setup'.
10363
10364 2001-05-16  Simon Josefsson  <simon@josefsson.org>
10365         From Raymond Scholz <ray-2001@zonix.de>
10366
10367         * gnus-art.el (gnus-mime-view-part-as-charset):
10368         (gnus-mime-internalize-part): Doc fixes.
10369
10370 2001-05-11  Simon Josefsson  <simon@josefsson.org>
10371
10372         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
10373         status lines without any text ("^215$").
10374
10375 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10376
10377         * nnrss.el (nnrss-check-group): Reverse.
10378
10379 2001-05-07  Simon Josefsson  <simon@josefsson.org>
10380
10381         * message.el (message-get-reply-headers):
10382         (message-followup): Fix typo, suggested by David Green
10383         <dgreen@uab.edu>
10384
10385 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10386
10387         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
10388
10389         * nnrss.el (nnrss-open-server): Read server data when it is called.
10390         (nnrss-request-expire-articles): Fix.
10391
10392 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10393
10394         * message.el (message-do-send-housekeeping): mail-abbrevs may
10395         rename buffer behind Gnus.
10396
10397 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10398
10399         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
10400         (nnrss-group-alist): Add more resources.
10401         (nnrss-check-group): Ignore errors.
10402
10403 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10404
10405         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
10406
10407         * nnslashdot.el (nnslashdot-request-list): Add time.
10408         (nnslashdot-request-expire-articles): New function.
10409
10410         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
10411         secondary methods too.
10412
10413 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10414
10415         * message.el (message-use-followup-to): Set default value to t.
10416
10417 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
10418
10419         * message.el (message-dont-reply-to-names): Fix documentation.
10420         (message-get-reply-headers): Use Mail-Followup-To only for wide
10421         replies.
10422
10423 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10424
10425         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
10426         correctly.
10427         (nnrss-check-group): Use time.
10428
10429 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10430
10431         * gnus.el: Oort Gnus v0.03 is released.
10432
10433 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10434
10435         * nnultimate.el (nnultimate-topic-article-to-article): Use the
10436         group.
10437
10438 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10439
10440         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
10441
10442 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10443
10444         * nnultimate.el (nnultimate-retrieve-headers): Return all
10445         available headers.
10446
10447         * gnus-sum.el (gnus-read-all-available-headers): New variable.
10448         (gnus-get-newsgroup-headers-xover): Use it.
10449
10450 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10451
10452         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
10453
10454 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10455
10456         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
10457
10458 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10459
10460         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
10461         disable it.
10462
10463         * gnus.el (gnus-info-nodes): Remove a few The's.
10464
10465 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10466
10467         * mail-source.el (mail-source-movemail): Call-process may return a
10468         signal description string.
10469
10470         * gnus-start.el (gnus-read-newsrc-el-file):
10471         gnus-newsrc-file-version may be nil.
10472
10473         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
10474         Suggested by Michael Sperber [Mr. Preprocessor]
10475         <sperber@informatik.uni-tuebingen.de>.
10476
10477 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
10478
10479         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
10480
10481 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
10482
10483         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
10484         fontify HANDLE.
10485
10486 2001-04-18  Simon Josefsson  <simon@josefsson.org>
10487
10488         * smime.el (smime-ask-passphrase): Rework to return value.
10489         (smime-sign-region): Rework to bind value and use it.
10490         (smime-decrypt-region): Ditto.
10491
10492 2001-04-18  Simon Josefsson  <simon@josefsson.org>
10493         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
10494
10495         * smime.el (smime-ask-passphrase): New function.
10496         (smime-sign-region): Use it.
10497         (smime-encrypt-cipher): New variable.
10498         (smime-decrypt-region): Ditto.
10499
10500 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
10501         Committed by Simon Josefsson  <simon@josefsson.org>
10502
10503         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
10504         the log.
10505
10506 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10507
10508         * gnus.el: Oort Gnus v0.02 is released.
10509
10510 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
10511
10512         * gnus.el: Oort Gnus v0.01 is released.
10513
10514 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10515
10516         * gnus-sum.el (gnus-summary-highlight): Highlight read
10517         undownloaded articles as read articles.
10518
10519         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
10520         (gnus-agent-get-undownloaded-list): Mark all undownloaded
10521         articles, even read ones, as such.
10522
10523         * gnus-sum.el (gnus-summary-find-matching): Clean up.
10524         (gnus-find-matching-articles): New function.
10525         (gnus-summary-limit-include-matching-articles): New command.
10526         (gnus-summary-limit-include-thread): Include articles that have
10527         matching subjects.
10528         (gnus-offer-save-summaries): Clean up.
10529
10530 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10531
10532         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
10533
10534 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10535         From Jason Merrill <jason_merrill@redhat.com>
10536
10537         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
10538
10539 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
10540         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10541
10542         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
10543         newsgroup names when the original article is a news message.
10544
10545 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10546
10547         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
10548         supported. Suggest by Jim Meyering <jim@meyering.net>.
10549
10550 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
10551         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
10552
10553         * nnmail.el (nnmail-split-it): Added check for .* at the end of
10554         regexp in nnmail-split-fancy.
10555
10556 2001-04-10  Simon Josefsson  <simon@josefsson.org>
10557
10558         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
10559
10560 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
10561
10562         * message.el (message-send-mail): Improve the interaction with the
10563         user.
10564
10565 2001-04-10  Simon Josefsson  <simon@josefsson.org>
10566
10567         * imap.el (imap-message-copy): Work around buggy servers that
10568         doesn't send TRYCREATE tags.
10569
10570 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
10571
10572         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
10573
10574 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10575
10576         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
10577         date.
10578
10579 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10580
10581         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
10582         lives.
10583
10584 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10585
10586         * gnus-art.el (gnus-parse-news-url): New function.
10587         (gnus-button-handle-news): New function.
10588         (gnus-button-alist): Point to new functions.
10589
10590         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
10591
10592         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
10593         gnus-format-specs.
10594
10595         * message.el (message-check-news-header-syntax): Question even
10596         when Gnus doesn't know the group names.
10597         (message-send-news): Clean up.
10598
10599         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
10600         exited on purpose without saving.
10601
10602         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
10603
10604 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10605
10606         * gnus-score.el (gnus-score-orphans): Clean up.
10607
10608         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
10609
10610         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
10611         later.
10612
10613         * gnus-start.el (gnus-close-all-servers): Find the right items to
10614         close.
10615
10616         * qp.el (quoted-printable-decode-region): Just message
10617         malformation; don't quit.
10618
10619 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10620         From Gerd Moellmann <gerd@gnu.org>.
10621
10622         * gnus.el (gnus-interactive): A typo.
10623
10624 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
10625         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10626
10627         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
10628         `assq-delete-all', if that function exists; otherwise use the old
10629         definition. Documentation changed to match the one in
10630         `assq-delete-all'.
10631
10632 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10633
10634         * gnus-start.el (gnus-close-all-servers): New function.
10635
10636         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
10637         (gnus-server-remove-denials): Clean up.
10638
10639         * gnus-sum.el (gnus-summary-sort-by-original): New command and
10640         keystroke.
10641
10642 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10643
10644         * message.el (message-send-news): Message where we are sending.
10645         (message-send-mail): Ditto.
10646
10647         * gnus.el (gnus-server-string): New function.
10648
10649         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
10650
10651         * mm-decode.el (mm-default-directory): Customized.
10652         (mm-tmp-directory): Ditto.
10653
10654         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
10655         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
10656         or Chars.
10657         (gnus-summary-line-format-alist): ?l is now a string.
10658         (gnus-summary-prepare-threads): Output ? for unknown lines.
10659         (gnus-summary-insert-line): Ditto.
10660         (gnus-summary-print-article): Unbalanced parentheses.
10661
10662         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
10663         out whether new stuff has arrived.
10664
10665 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
10666
10667         * gnus-sum.el: Let printing work on ttys on Emacs.
10668
10669 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10670
10671         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
10672         when forcing news.
10673
10674         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
10675         command.
10676
10677 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
10678
10679         * message.el (message-set-auto-save-file-name): Don't use
10680         asterisks under nt.
10681
10682 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10683
10684         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
10685         lists of articles.
10686
10687         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
10688
10689         * gnus-msg.el (gnus-put-message): Clean up.
10690         (gnus-summary-reply): Mark all replied-to articles as replied to.
10691         (gnus-inews-add-send-actions): Also mark as forwarded.
10692         (gnus-summary-mail-forward): Mark as forwarded.
10693
10694         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
10695         of articles.
10696         (gnus-summary-mark-article-as-forwarded): Ditto.
10697
10698         * gnus-msg.el (gnus-summary-resend-message): Mark article as
10699         forwarded.
10700         (gnus-summary-mail-forward): Clean up.
10701
10702         * gnus.el (gnus-article-mark-lists): Added forward.
10703
10704         * gnus-sum.el (gnus-forwarded-mark): New variable.
10705         (gnus-summary-prepare-threads): Use it.
10706         (gnus-summary-update-secondary-mark): Ditto.
10707         (gnus-newsgroup-forwarded): New variable.
10708
10709 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10710
10711         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
10712         (gnus-summary-very-wide-reply): New command and keystroke.
10713         (gnus-summary-very-wide-reply-with-original): Ditto.
10714
10715         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
10716         (gnus-score-adaptive): Use it.
10717
10718         * gnus-start.el (gnus-get-unread-articles): Clean up.
10719
10720 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10721
10722         * nnultimate.el (nnultimate-retrieve-headers): Work for other
10723         boards.
10724
10725 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
10726
10727         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
10728         * gnus-start.el (gnus-subscribe-newsgroup): use it.
10729
10730 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10731
10732         * nnultimate.el (nnultimate-retrieve-headers): Understand
10733         long-form month names.
10734
10735 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10736
10737         * gnus-sum.el (gnus-summary-show-all-headers):
10738         gnus-article-show-all-headers is broken. Use
10739         gnus-summary-toggle-header instead.
10740
10741         * mml2015.el (mml2015-gpg-extract-from): No error.
10742
10743 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10744         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
10745
10746         * mml2015.el (mml2015-gpg-extract-from): New function.
10747         (mml2015-gpg-verify): Use it.
10748         (mml2015-gpg-clear-verify): Use it.
10749
10750 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10751
10752         * message.el (message-setup-fill-variables): Use
10753         fill-paragraph-function.
10754         (message-fill-paragraph): Take an argument.
10755         (message-newline-and-reformat): Take another argument.
10756
10757 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10758
10759         * message.el (rmail-output): It is in rmailout.el not rmail.el.
10760
10761 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10762
10763         * message.el (message-forward): local-variable-p takes an extra
10764         argument in XEmacs.
10765
10766 2001-03-16  Simon Josefsson  <simon@josefsson.org>
10767
10768         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
10769         `nnimap-use-nov-p' (it really tested the negative).
10770         (nnimap-retrieve-headers): Use it.
10771
10772 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10773
10774         * message.el (message-generate-headers-first): Update doc.
10775
10776 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
10777         Trivial patch.
10778
10779         * gnus.el (gnus-summary-line-format): Typo.
10780
10781 2001-03-11  Simon Josefsson  <simon@josefsson.org>
10782
10783         * mailcap.el (mailcap-mime-data): Add application/sieve.
10784         (mailcap-mime-extensions): Add .siv, .xls.
10785
10786 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10787         From Christoph Conrad <christoph.conrad@gmx.de>
10788
10789         * gnus-score.el (gnus-summary-lower-thread): Typo.
10790
10791 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10792
10793         * message.el (message-forward-decoded-p): New variable.
10794         (message-forward-subject-author-subject): Use it.
10795         (message-make-forward-subject): Use it.
10796         (message-forward): Use it.
10797
10798         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
10799
10800         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
10801         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
10802
10803 ;;Has been fixed -- zsh.
10804 ;;2001-03-05  Dave Love  <fx@gnu.org>
10805 ;;
10806 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
10807 ;;      Move it after definition of mm-coding-system-p.
10808 ;;
10809 2001-03-01  Dave Love  <fx@gnu.org>
10810
10811         * mm-util.el (mm-inhibit-file-name-handlers): Add
10812         image-file-handler.
10813
10814 2001-02-11  Dave Love  <fx@gnu.org>
10815
10816         * message.el (message-signature-file): Fix doc, :type.
10817
10818 2001-02-08  Dave Love  <fx@gnu.org>
10819
10820         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
10821         (message-posting-charset): Defvar when compiling again.
10822         (rfc2047-encodable-p): Require message.
10823
10824         * gnus-sum.el (gnus-alter-articles-to-read-function):
10825         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
10826
10827 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10828
10829         * nnrss.el: New file.
10830
10831 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
10832         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10833
10834         * rfc2047.el (rfc2047-unfold-region): Fix arg of
10835         `skip-chars-forward'.
10836
10837 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10838
10839         * nndraft.el (nndraft-request-group): Restore auto save files if
10840         the original files do not exist.
10841
10842 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10843
10844         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
10845         SCORE paths.
10846
10847         * mm-decode.el (mm-dissect-buffer): Call
10848         mail-extract-address-components only if necessary.
10849
10850 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10851
10852         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
10853         directory part.
10854         (gnus-score-search-global-directories): Use file-directory-p.
10855
10856         * gnus-score.el (gnus-score-score-files-1): Use
10857         gnus-kill-files-directory.
10858         From Adrian Aichner <adrian@xemacs.org>.
10859
10860 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10861
10862         * gnus.el (charset): Move here from gnus-sum.el.
10863
10864 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10865
10866         * mml.el (mml-preview): Disable local map.
10867
10868         * gnus-sum.el (gnus-summary-make-menu-bar): Make
10869         gnus-article-post-menu here.
10870
10871         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
10872         if it has not been made.
10873
10874 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10875
10876         * gnus-art.el (gnus-article-describe-key): Map key to event.
10877         (gnus-article-describe-key-briefly): Ditto
10878
10879 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10880
10881         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
10882
10883 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10884         From Katsumi Yamaoka <yamaoka@jpl.org>.
10885
10886         * dgnushack.el (coerce, merge, subseq): defmacro.
10887
10888 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10889
10890         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
10891         A fake defalias in nndraft.el results a not-activated bug in
10892         uncompiled versions.
10893
10894 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
10895         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10896
10897         * gnus-util.el (gnus-split-references): Handle malformed References:.
10898
10899 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10900
10901         * gnus-art.el (gnus-article-mime-part-status): 1 part.
10902
10903 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10904         From NAGY Andras <nagya@inf.elte.hu>.
10905
10906         * gnus.el (gnus-parameters): Typo.
10907
10908 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10909
10910         * gnus.el (gnus-read-method): Remove redundancy.
10911
10912 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10913
10914         * nnslashdot.el (nnslashdot-backslash-url): New variable.
10915         (nnslashdot-request-list): Use it.
10916
10917 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10918
10919         * nnml.el (nnml-generate-active-info): Fix the case when there is
10920         no file.
10921
10922         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
10923         (gnus-summary-create-article): New function.
10924
10925         * gnus-group.el (gnus-group-mark-article-read): New function.
10926
10927         * gnus-msg.el (gnus-inews-do-gcc): Use it.
10928
10929         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
10930
10931 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10932
10933         * gnus-art.el (gnus-article-edit-done): Don't use
10934         gnus-article-edit-exit.
10935         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
10936
10937         * gnus.el (gnus-parameters): New variable.
10938         Suggested by NAGY Andras <nagya@inf.elte.hu>.
10939         (gnus-parameters-get-parameter): New function.
10940         (gnus-group-find-parameter): Use it.
10941
10942 2001-02-23  Simon Josefsson  <simon@josefsson.org>
10943
10944         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
10945         change of default value to `current'.
10946
10947 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10948
10949         * nneething.el (nneething-get-head): Insert unreadable file too.
10950
10951 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10952
10953         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
10954
10955         * webmail.el (webmail-type-definition): Deja is bought by google.
10956
10957 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10958
10959         * gnus-sum.el (gnus-fetch-headers): New function.
10960         (gnus-select-newsgroup): Use it.
10961         (gnus-summary-insert-articles): New function.
10962         (gnus-summary-insert-old-articles): New function.
10963         (gnus-summary-insert-new-articles): New function.
10964
10965         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
10966         (gnus-group-list-active): Ditto.
10967         * gnus-sum.el (gnus-set-mode-line): Ditto.
10968         (gnus-summary-read-group-1): Ditto.
10969
10970 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10971
10972         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
10973         current topic.
10974
10975 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10976
10977         * smiley.el (gnus-smiley-display): Don't do widening.
10978
10979         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
10980         within body.
10981
10982         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
10983
10984         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
10985         New variable.
10986         (gnus-mime-display-multipart-related-as-mixed): New variable.
10987         (gnus-mime-display-part): Use them.
10988
10989 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10990
10991         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
10992         something special.
10993
10994 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10995
10996         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
10997         (nnweb-request-article): Call reference if exists.
10998         (nnweb-type-definition): Dejanews is bought by google.com.
10999         Beta!
11000
11001 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11002
11003         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
11004
11005 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11006
11007         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
11008         gnus-article-sort-functions.
11009         (gnus-article-sort-functions): Doc fix.  Refer to
11010         gnus-thread-sort-functions.
11011
11012 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11013         From Paul Jarc <prj@po.cwru.edu>.
11014
11015         * message.el (message-get-reply-headers): More fixes.
11016
11017 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
11018         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11019
11020         * message.el (message-get-reply-headers): Fix bug with
11021         Mail-Followup-To/to-address interaction.
11022
11023 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11024
11025         * gnus-msg.el (gnus-configure-posting-styles): Match header in
11026         gnus-article-copy.
11027
11028 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11029
11030         * message.el (message-do-send-housekeeping): Rename to a better
11031         name.
11032
11033 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11034
11035         * message.el (message-cancel-news): Check article first, then ask
11036         yes or no.
11037
11038 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11039
11040         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
11041
11042 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11043
11044         * gnus-range.el (gnus-range-normalize): New function.
11045
11046 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
11047
11048         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
11049
11050 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11051
11052         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
11053
11054         * nnagent.el (nnagent-request-regenerate): New function.
11055
11056         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
11057
11058         * nnml.el (nnml-generate-nov-databases): Accept argument
11059         server. Don't open server if it is opened.
11060         (nnml-request-regenerate): Use it. Change to deffoo.
11061
11062 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11063         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11064
11065         * gnus.el (gnus-define-group-parameter): Fix.
11066
11067 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11068
11069         * gnus.el (gnus-define-group-parameter): Improved.
11070
11071         * gnus-sum.el (charset): Define parameter.
11072         (ignored-charsets): Ditto.
11073         (gnus-summary-setup-default-charset): Use them.
11074
11075         * gnus-start.el (gnus-read-descriptions-file): Use them.
11076
11077         * gnus-cus.el (gnus-group-parameters): Remove them.
11078
11079 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11080
11081         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
11082
11083 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11084
11085         * gnus-sum.el (gnus-summary-read-group-1): Remove
11086         gnus-summary-set-local-parameters.
11087         (gnus-summary-setup-buffer): Put it here.
11088
11089 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11090
11091         * gnus.el (to-address): Define parameter.
11092         (to-list): Ditto.
11093         * gnus-art.el (article-hide-boring-headers): Use them.
11094         * gnus-msg.el (gnus-post-news): Ditto.
11095         * gnus-cus.el (gnus-group-parameters): Remove them.
11096
11097 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11098
11099         * gnus-draft.el (gnus-draft-reminder): New function.
11100
11101         * gnus-art.el (gnus-sender-save-name): New function.
11102
11103 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11104
11105         * mm-util.el (mm-mime-charset): Error message.
11106
11107 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11108
11109         * message.el (message-check-news-body-syntax): Don't check mml lines.
11110
11111 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11112
11113         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
11114         subscribe.
11115
11116         * gnus-start.el (gnus-call-subscribe-functions): New function.
11117         (gnus-find-new-newsgroups): Use it.
11118         (gnus-ask-server-for-new-groups): Use it.
11119         (gnus-check-first-time-used): Use it.
11120         (gnus-subscribe-newsgroup-method): Grok a list of functions.
11121         (gnus-subscribe-options-newsgroup-method): Ditto.
11122         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
11123         return .
11124
11125 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11126
11127         * gnus-cus.el (gnus-score-customize): Doc fix.
11128
11129 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
11130
11131         * dgnushack.el (my-getenv): Typo.
11132
11133 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11134
11135         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
11136
11137 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11138
11139         * gnus-group.el (gnus-group-suspend): Offer save summaries.
11140
11141         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
11142         (gnus-treatment-function-alist): Use it.
11143         (article-remove-leading-whitespace): New function.
11144         (gnus-article-make-menu-bar): Use it.
11145
11146         * gnus-sum.el (gnus-summary-wash-empty-map): Add
11147         remove-leading-whitespace.
11148         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
11149         because of conflict.
11150
11151 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11152
11153         * Makefile.in: Hack generating gnus-load.el.
11154         * dgnushack.el: Ditto.
11155         * gnus-load.el: Remove it.
11156
11157 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11158
11159         * dgnushack.el : Add URLDIR.
11160
11161         * Makefile.in (EMACS_COMP): Ditto.
11162
11163 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11164
11165         * gnus-cus.el (gnus-score-customize): Error on no score file.
11166
11167 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11168
11169         * mm-decode.el (mm-merge-handles): New function.
11170
11171         * mm-view.el (mm-inline-message): Use it.
11172         (mm-view-message): Ditto.
11173
11174         * mm-partial.el (mm-inline-partial): Ditto.
11175
11176         * mm-extern.el (mm-inline-external-body): Ditto.
11177
11178         * gnus-art.el (gnus-mime-view-part): Ditto.
11179         (gnus-mime-view-part-as-type): Ditto.
11180         (gnus-mime-save-part-and-strip): Prevent users to strip in some
11181         cases.
11182
11183 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11184
11185         * message.el (message-cancel-news): Allow to shoot foot.
11186         (message-supersede): Ditto.
11187
11188 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
11189         Trivial patch.
11190
11191         * gnus-sum.el (gnus-simplify-subject-re): Use
11192         message-subject-re-regexp.
11193
11194 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11195
11196         * nnmail.el (nnmail-expiry-target-group): Bind
11197         nnmail-cache-accepted-message-ids to nil.
11198
11199         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
11200         coding system.
11201
11202 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11203
11204         * qp.el (quoted-printable-encode-region): Make sure characters are
11205         between 00 and FF.  Don't check charset.
11206
11207         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
11208         in Emacs 20.
11209         * rfc2047.el (rfc2047-q-encode-region): Ditto.
11210
11211 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11212
11213         * message.el (message-make-forward-subject): Argument decoded.
11214         (message-forward): Use it when digest.
11215
11216         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
11217         buffer.
11218
11219 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11220
11221         * message.el (message-generate-headers-first): Doc fix.
11222
11223 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11224
11225         * gnus-art.el (article-make-date-line): Error proof.
11226
11227 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11228
11229         * gnus-group.el (gnus-group-listing-limit): New variable.
11230         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
11231
11232         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
11233
11234 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11235
11236         * message.el (message-newline-and-reformat): Special case for
11237         breaking at BOL.
11238
11239 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
11240
11241         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
11242         message/rfc822.
11243
11244 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11245
11246         * message.el (message-encode-message-body): Don't insert
11247         Content-Type if it is inside a mail.
11248
11249 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11250
11251         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
11252         gnus-article-commands-menu.
11253
11254         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
11255         in Emacs.
11256
11257         * gnus-start.el (gnus-read-descriptions-file): Use
11258         gnus-group-name-charset and gnus-group-charset-alist.
11259
11260 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11261
11262         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
11263         active region.
11264
11265         * gnus-start.el (gnus-group-change-level): Remove from both
11266         gnus-zombie-list and gnus-killed-list.
11267
11268 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11269
11270         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
11271         gnus-subscribe-topics.
11272
11273         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
11274
11275 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11276
11277         * gnus-art.el (gnus-article-make-menu-bar): Make
11278         gnus-article-post-menu.
11279
11280         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
11281
11282         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
11283
11284         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
11285
11286         * message.el (message-mode-menu): Ditto.
11287
11288         * gnus-art.el (defvar): eval-when-compile.
11289
11290 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11291
11292         * gnus-agent.el (gnus-agentize): Fix doc.
11293
11294 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
11295
11296         * mml.el (mml-preview): Bind `q'.
11297
11298 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11299
11300         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
11301
11302 2001-01-31  Dave Love  <fx@gnu.org>
11303
11304         * mm-util.el (mm-mime-mule-charset-alist)
11305         (mm-find-mime-charset-region): Consider mule-utf-8.
11306
11307 2001-01-31  Dave Love  <fx@gnu.org>
11308
11309         * gnus-art.el (gnus-article-x-face-command)
11310         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
11311         :version.
11312
11313 2001-01-26  Dave Love  <fx@gnu.org>
11314
11315         * mm-util.el (mm-multibyte-string-p): New.
11316
11317 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
11318 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
11319 ;;      string-as-multibyte on class.  Clarify line-folding.
11320         (quoted-printable-encode-string): Make temp buffer inherit
11321         string's multibyteness.
11322
11323 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
11324
11325         * nnheader.el (toplevel): Don't require `gnus-util' at
11326         compile-time; this creates a circular dependency, and prevents
11327         a bootstrap.
11328
11329 2001-01-22  Andreas Schwab  <schwab@suse.de>
11330
11331         * nnheader.el (gnus-delete-line): Autoload it as a macro.
11332
11333 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11334
11335         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
11336
11337         * gnus-art.el (article-hide-list-identifiers): Ditto.
11338
11339         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
11340
11341 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11342
11343         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
11344
11345         * gnus-art.el (article-hide-list-identifiers): Similar.
11346
11347 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
11348
11349         * nnmail.el (nnmail-remove-list-identifiers): Improved.
11350
11351 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11352
11353         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
11354
11355 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11356
11357         * gnus-util.el (gnus-string-equal): New function.
11358
11359         * gnus-art.el (article-hide-boring-headers): Use it.
11360
11361 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
11362
11363         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
11364
11365 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11366
11367         * gnus-msg.el (gnus-msg-mail): Support switch-action.
11368
11369 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11370
11371         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
11372         command if there is not last-saver.
11373
11374 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11375
11376         * nntp.el (nntp-open-connection): 201 is possible.
11377
11378 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11379
11380         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
11381         (rfc2047-charset-encoding-alist): Add big5.
11382
11383 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11384
11385         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
11386         (gnus-agent-remove-server): Ditto.
11387         (autoload): gnus-server-update-server.
11388
11389         * gnus-srvr.el (gnus-server-line-format): Add %a.
11390         (gnus-server-line-format-alist): Add gnus-tmp-agent.
11391         (gnus-server-insert-server-line): Use it.
11392
11393 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11394
11395         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
11396         GB2312 and Big5.
11397
11398 2001-01-24  Simon Josefsson  <sj@extundo.com>
11399
11400         * mail-source.el (mail-sources): Add :program specifier to IMAP
11401         mail source.
11402         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
11403
11404 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11405
11406         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
11407
11408 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11409
11410         * nntp.el (nntp-wait-for): Return the success code.
11411         (nntp-open-connection): Use it.
11412
11413 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11414
11415         * gnus-int.el (gnus-check-server): Allow breaking the opening.
11416
11417 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11418
11419         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
11420
11421 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11422
11423         * gnus-sum.el (gnus-summary-print-article): Take one prefix
11424         argument. Allow to print several articles in one file.
11425
11426 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11427
11428         * webmail.el (webmail-type-definition): netaddress changes.
11429
11430 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11431
11432         * gnus.el: Fix copyright. Remove trailing spaces.
11433
11434         * message.el (message-forward): Use mule4.
11435
11436 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11437
11438         * mm-util.el (mm-string-as-unibyte): New function.
11439
11440         * message.el (message-forward): Use it.
11441
11442 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11443
11444         * message.el (message-cite-original-without-signature): Don't peel
11445         off the blank line.
11446         (message-get-reply-headers): Add Cc if it is not in follow-to.
11447
11448 2001-01-20  Simon Josefsson  <sj@extundo.com>
11449
11450         * mm-decode.el (mm-handle-multipart-from): Add.
11451         (mm-dissect-buffer): Save From: header value.
11452         (mm-security-from): Remove.
11453         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
11454
11455         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
11456         instead of `mml-security-from'.  Protect null from value.
11457
11458 2001-01-20  Simon Josefsson  <sj@extundo.com>
11459
11460         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
11461         application/vnd.ms-excel attachments.
11462
11463 2001-01-19  Simon Josefsson  <sj@extundo.com>
11464
11465         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
11466
11467 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11468
11469         * message.el (message-ignored-mail-headers): Ditto.
11470
11471 2001-01-19  Simon Josefsson  <sj@extundo.com>
11472
11473         * message.el (message-ignored-news-headers): Only search beginning
11474         of line.
11475
11476 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
11477         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
11478
11479         * message.el (message-send-mail): Content-Type may not be there.
11480
11481 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11482
11483         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
11484         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
11485
11486         * gnus-art.el (article-display-x-face): Insert X-Face if there is
11487         not.
11488
11489 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11490
11491         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
11492         non-native groups.
11493
11494 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11495
11496         * message.el (message-yank-original): Understand
11497         universal-argument.
11498
11499 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11500
11501         * gnus-art.el (gnus-boring-article-headers): Add to-address.
11502         (article-hide-boring-headers): Ditto.
11503
11504         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
11505
11506 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11507
11508         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
11509         one.
11510
11511 2001-01-16  Simon Josefsson  <simon@josefsson.org>
11512
11513         * message.el (message-make-in-reply-to): Add comment to message-id
11514         (old syntax, see 2000-08-02 change).
11515
11516 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11517
11518         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
11519         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
11520         (gnus-button-reply): Ditto.
11521
11522 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11523
11524         * gnus-art.el (article-display-x-face): Fix.
11525
11526 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11527
11528         * gnus-art.el (article-display-x-face): Use
11529         gnus-original-article-buffer.
11530
11531 2001-01-15  Jack Twilley  <jmt@tbe.net>
11532
11533         * message.el (message-add-header): Move to point-max.
11534
11535 2001-01-15  Simon Josefsson  <simon@josefsson.org>
11536
11537         * smime.el (smime-CA-directory, smime-CA-file): Change default to
11538         nil, improve documentation.
11539         (smime-certificate-directory): Comment out false hints (until it
11540         is implemented).
11541
11542         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
11543         there aren't any keys.
11544         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
11545         verify certificate.  Default is changed to only check integrity.
11546         Improved security status texts.  If a certificate doesn't contain
11547         a email address, don't fail.
11548
11549         * smime.el (smime-noverify-region):
11550         (smime-noverify-buffer): New functions.  Verifies integrity only.
11551
11552 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11553
11554         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
11555
11556 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11557
11558         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
11559         (gnus-remove-some-windows): Ditto.
11560
11561 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11562
11563         * gnus-art.el (article-make-date-line): 11th.
11564
11565 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11566
11567         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
11568         (mml2015-gpg-sign): Ditto.
11569
11570 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11571
11572         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
11573         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
11574
11575 2001-01-08  Dave Love  <fx@gnu.org>
11576
11577         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
11578         single character.
11579
11580         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
11581
11582         * message.el: Doc and message fixes.
11583         (message-send-rename-function)
11584         (message-make-forward-subject-function)
11585         (message-send-mail-function, message-reply-to-function)
11586         (message-wide-reply-to-function, message-followup-to-function)
11587         (message-distribution-function, message-auto-save-directory): Fix
11588         :type.
11589
11590         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
11591         proceeding after warnings.  Amend multipart warning message.
11592
11593 2001-01-04  Dave Love  <fx@gnu.org>
11594
11595         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
11596         compiling.
11597         (gnus-make-directory): Require nnmail.
11598
11599         * mm-decode.el (mm-inline-media-tests): Add
11600         image/x-portable-bitmap.
11601         (mm-get-image): Grok pbm.
11602
11603 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
11604
11605         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
11606
11607 2001-01-09  Didier Verna  <didier@xemacs.org>
11608
11609         * dgnushack.el (dgnushack-compile): give a dummy value to
11610         `gnus-xmas-glyph-directory' for the time of compilation.
11611         * gnus-agent.el: moved some XEmacs specific hook add-ons from
11612         `gnus-xmas-[re]define' to avoid loosing user custom settings.
11613         * gnus-art.el: ditto.
11614         * gnus-group.el: ditto.
11615         * gnus-salt.el: ditto.
11616         * gnus-sum.el: ditto.
11617         * gnus-topic.el: ditto.
11618         * gnus-xmas.el (gnus-xmas-define): see above.
11619         * gnus-xmas.el (gnus-xmas-redefine): see above.
11620         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
11621         non-continuable error when the directory can't be found.
11622
11623 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11624
11625         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
11626         handle.
11627         * gnus-art.el (gnus-mime-view-part): Copy it.
11628         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
11629
11630 2001-01-09  Michael Downes  <mjd@ams.org>
11631
11632         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
11633
11634 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11635
11636         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
11637         orig-file. Use ',source.
11638
11639 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11640
11641         * gnus-xmas.el (gnus-xmas-modeline-glyph):
11642         (gnus-xmas-group-startup-message):
11643         Detect gnus-xmas-glyph-directory when it is nil.
11644
11645 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11646
11647         * pop3.el (pop3-get-message-count): Andrew Innes
11648         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
11649
11650 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11651
11652         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
11653
11654         * time-date.el (time-to-number-of-days): New function.
11655
11656 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
11657         Trivial patch.
11658
11659         * nnslashdot.el (nnslashdot-request-list): Always get the right
11660         sid.
11661
11662 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11663
11664         * message.el (message-minibuffer-local-map): New keymap.
11665         (message-read-from-minibuffer): Use it.
11666         * gnus-msg.el (gnus-summary-resend-message): Use it
11667
11668 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11669
11670         * gnus-start.el (gnus-display-time-event-handler): New function.
11671         (gnus-after-getting-new-news-hook): Use it.
11672
11673 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11674
11675         * message.el (message-ignored-mail-headers): Add draft header.
11676
11677 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11678
11679         * gnus-sum.el (gnus-summary-expire-articles): Don't save
11680         excursion.
11681
11682         * nnslashdot.el (nnslashdot-request-list): Get the right year.
11683
11684 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
11685         A revoked patch.
11686
11687         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
11688
11689 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11690
11691         * qp.el (quoted-printable-decode-region): Don't backward-char.
11692
11693 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11694
11695         * gnus-draft.el: Mark articles as replied.
11696
11697         * gnus-sum.el (gnus-summary-add-mark): New function.
11698
11699         * gnus-group.el (gnus-add-mark): New function.
11700
11701         * gnus-sum.el (gnus-summary-buffer-name): New function.
11702         (gnus-summary-setup-buffer): Use it.
11703
11704         * gnus-draft.el: Set things up with the right post method and
11705         stuff.
11706
11707         * message.el (message-ignored-news-headers): Remove X-Draft-From.
11708
11709         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
11710
11711         * gnus.el (gnus-draft-meta-information-header): New variable.
11712
11713 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11714
11715         * gnus-art.el (gnus-treatment-function-alist): Move the date
11716         functions before the header sorting functions.
11717
11718         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
11719
11720         * dgnushack.el (dgnushack-compile): Message whether there is w3.
11721         Don't (push "/usr/share/emacs/site-lisp" load-path).
11722
11723         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
11724         to empty fill prefixes.
11725
11726 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11727
11728         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
11729         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
11730
11731 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11732
11733         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
11734
11735         * nnml.el (autoload): Move to nnheader.el.
11736
11737         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
11738         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
11739         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
11740         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
11741
11742 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11743
11744         * gnus-art.el (article-make-date-line): Get the hours right.
11745         (gnus-ignored-headers): More hiding.
11746
11747         * nnmail.el (nnmail-expiry-wait): Not an integer.
11748
11749         * message.el (message-goto-body): Only expand abbrev when called
11750         interactively.
11751         (message-make-lines): Use it.
11752
11753 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11754
11755         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
11756
11757 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11758
11759         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
11760         include the expunged articles.
11761
11762         * gnus-group.el (gnus-group-sort-by-server): New function.
11763
11764         * gnus.el (gnus-method-to-server-name): New function.
11765         (gnus-group-prefixed-name): Use it.
11766
11767         * gnus-group.el (gnus-group-sort-function): Doc fix.
11768         (gnus-group-sort-groups-by-server): New command.
11769
11770 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11771
11772         * gnus-art.el (gnus-treat-date-english): New variable.
11773         (article-date-english): New command.
11774         (gnus-english-month-names): New variable.
11775         (article-make-date-line): Do 'english.
11776
11777         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
11778         after the fill prefix.
11779
11780         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
11781         score...".
11782
11783         * gnus-art.el (gnus-ignored-headers): Hide more headers.
11784
11785         * message.el (message-mode-map): Bind comment-region.
11786
11787         * gnus-art.el (gnus-mime-display-part): Let w3 display
11788         multipart/related.
11789
11790         * mm-bodies.el (mm-long-lines-p): New function.
11791         (mm-body-encoding): Use it.
11792         (mm-body-encoding): Encode articles with lines longer than 1000
11793         characters.
11794
11795 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11796
11797         * mm-util.el (mm-enable-multibyte): Use
11798         default-enable-multibyte-characters.
11799         (mm-enable-multibyte-mule4): Ditto.
11800         (mm-disable-multibyte): Test XEmacs.
11801         (mm-disable-multibyte-mule4): Ditto.
11802         (mm-with-unibyte-current-buffer): Simplified.
11803         (mm-with-unibyte-current-buffer-mule4): Ditto.
11804
11805 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11806
11807         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
11808
11809         * nnheader.el (nnheader-string-as-multibyte): New alias.
11810
11811         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
11812
11813         * gnus-uu.el (gnus-message-process-mark): New function.
11814         (gnus-uu-mark-by-regexp): Use it.
11815         (gnus-new-processable): New function.
11816
11817 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
11818          Trivial patch.
11819
11820         * gnus-sum.el (gnus-no-mark): New variable.
11821
11822 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11823
11824         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
11825         backslashes.
11826
11827 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11828
11829         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
11830         definition.
11831
11832 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11833
11834         * dgnushack.el (dgnushack-compile): elc is in the current directory.
11835
11836         * qp.el (quoted-printable-encode-region): Don't check multibyte in
11837         XEmacs.
11838
11839 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
11840         Trivial patch.
11841
11842         * mml.el (mml-read-tag): Save tag location.
11843
11844 2000-12-25  Simon Josefsson  <simon@josefsson.org>
11845
11846         * starttls.el: Sync with Emacs 21.
11847
11848 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11849
11850         * message.el (message-mail): Support yank-action.
11851
11852         * message.el (message-setup): Revoke the last change.
11853
11854 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11855
11856         * message.el (message-setup): Use cons. Suggested by Johan Vromans
11857         <jvromans@squirrel.nl>.
11858
11859 2000-12-24  Simon Josefsson  <sj@extundo.com>
11860
11861         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
11862         mailing list junk at end of part.
11863
11864 2000-12-23  Simon Josefsson  <sj@extundo.com>
11865
11866         * nnimap.el (nnimap-expiry-target): New function.
11867         (nnimap-request-expire-articles): Use it.
11868
11869 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11870
11871         * gnus.el (gnus-group-parameters-more): New variable.
11872         * gnus-cus.el (gnus-group-customize): Use it.
11873
11874         * gnus.el (gnus-define-group-parameter): New macro.
11875         (auto-expire): Use it
11876         (total-expire): Use it.
11877         * gnus-art.el (banner): Use it.
11878
11879         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
11880         <ljz@asfast.com>.
11881
11882 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11883
11884         * gnus-topic.el (gnus-topic-create-topic): Use list.
11885
11886         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
11887         before binding gnus-default-article-saver.
11888
11889         * gnus-sum.el (gnus-summary-save-article):
11890         (gnus-summary-pipe-output):
11891         (gnus-summary-save-article-mail):
11892         (gnus-summary-save-article-rmail):
11893         (gnus-summary-save-article-file):
11894         (gnus-summary-write-article-file):
11895         (gnus-summary-save-article-body-file): Ditto.
11896
11897         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
11898
11899 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11900
11901         * gnus-art.el (gnus-mime-security-button-map):
11902         (gnus-mime-button-map): Add parent.
11903
11904 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11905
11906         * messagexmas.el (message-xmas-redefine): New function.
11907
11908         * message.el: Use it.
11909
11910         * gnus-art.el (gnus-article-check-hidden-text): Return t.
11911
11912         * gnus-util.el (gnus-remove-text-properties-when): Return t.
11913
11914 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11915
11916         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
11917         malformatted messages.
11918
11919 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11920
11921         * mm-util.el (mm-image-load-path): New function.
11922
11923         * gnus-group.el (gnus-group-make-tool-bar): Use it.
11924
11925         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
11926
11927         * message.el (message-tool-bar-map): Use it.
11928
11929         * Makefile.in (install-el): New rule.
11930
11931 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11932
11933         * gnus-art.el (article-treat-dumbquotes): Quote \.
11934
11935 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11936
11937         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
11938         Emacs 20 runs on a terminal.
11939
11940 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11941
11942         * gnus-msg.el (gnus-bug): Revert to save-excursion.
11943
11944         * mml.el (gnus-add-minor-mode): Autoload.
11945
11946         * message.el (message-forward): Save-restriction.
11947
11948 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11949
11950         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
11951         Paul Stevenson <p.stevenson@surrey.ac.uk>
11952
11953 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11954
11955         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
11956
11957         * mml.el (gnus-ems): Don't require.
11958
11959         * gnus.el (gnus-decode-rfc1522): Removed.
11960         (gnus-set-text-properties): Define.
11961
11962 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11963
11964         * gnus-art.el (gnus-mime-*): handle may be nil.
11965
11966         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
11967
11968         * gnus.el (gnus-group-remove-excess-properties): Not defined
11969         in gnus-xmas.
11970
11971 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11972
11973         * message.el (message-mail-user-agent): Add :version.
11974
11975 2000-12-21  Miles Bader  <miles@gnu.org>
11976
11977         * message.el (message-mode): Set `comment-start' to the  yank prefix.
11978
11979 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11980
11981         * message.el (message-mail-user-agent): New variable.
11982         (message-setup): Renamed to message-setup-1. Support
11983         mail-user-agent.
11984         (message-mail-user-agent): New function.
11985         (message-mail): Use it.
11986         (message-reply): Use it.
11987         (message-resend): Use it.
11988         (message-mail-other-window): Use it.
11989         (message-mail-other-frame): Use it.
11990
11991         * gnus-msg.el (gnus-bug): Support mail-user-agent.
11992
11993 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11994
11995         * message.el (message-tool-bar-map): Simplify.
11996         (message-narrow-to-head-1): New function.
11997         (message-narrow-to-head): Use it.
11998         (message-reply): Ditto.
11999         (message-cancel-news): Ditto.
12000         (message-supersede): Ditto.
12001         (message-make-forward-subject): Ditto.
12002         (message-bounce): Ditto.
12003
12004 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12005
12006         * uudecode.el (uudecode-decode-region-external): make-temp-file
12007         may not be defined.
12008
12009         * binhex.el (defalias): eval-and-compile.
12010
12011         * message.el (message-tool-bar-map): New function.
12012         (message-mode): Use it.
12013
12014 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12015
12016         * nntp.el (nntp-find-connection): Remove the entry.
12017         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
12018
12019 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12020
12021         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
12022
12023         * message.el (message-forward): Copy buffer in unibyte mode.
12024
12025 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12026
12027         * message.el (message-make-forward-subject): Don't widen. Decode.
12028         (message-forward): Don't decode subject.
12029
12030 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
12031
12032         * qp.el (quoted-printable-encode-region): Upcase QP.
12033
12034 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12035
12036         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
12037         mail-extract-a-c instead. Don't depend on Gnus.
12038
12039         * mml.el (gnus-ems): Require it.
12040
12041         * gnus-msg.el (gnus-summary-mail-forward):
12042
12043         * message.el (message-forward):  Move mime-to-mml here.
12044
12045 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12046
12047         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
12048         * gnus-art.el (gnus-insert-mime-button): Simplify.
12049         (gnus-mime-display-alternative): Ditto.
12050         (gnus-insert-mime-security-button): Ditto.
12051
12052 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12053
12054         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
12055         text-property-not-all doesn't return nil when start=mark(end).
12056         (gnus-remove-text-properties-when): Ditto.
12057
12058 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12059
12060         * gnus-start.el (gnus-group-change-level): Remove group from
12061         gnus-active-hashtb if real killed.
12062
12063 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12064
12065         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
12066         (gnus-mime-display-alternative): Ditto.
12067         (gnus-insert-mime-security-button): Ditto.
12068
12069 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12070
12071         * gnus-start.el (gnus-group-change-level): Don't add it into
12072         killed-list if it was killed.
12073
12074 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12075
12076         * nnmbox.el (nnmbox-file-coding-system): Use binary.
12077         (nnmbox-active-file-coding-system): Ditto.
12078
12079         * gnus-cus.el (gnus-group-parameters): Add posting-style.
12080
12081 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12082
12083         * gnus.el (gnus-version):
12084         (gnus-version-number): Set to Oort Gnus 0.01.
12085
12086         * gnus-art.el (gnus-mime-security-button-map):
12087         (gnus-insert-mime-security-button): Fix for Emacs21.
12088
12089 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12090
12091         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
12092         easymenu, because XEmacs doesn't understand :help.
12093
12094         * mm-uu.el: Require binhex.
12095
12096 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12097
12098         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
12099
12100 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
12101
12102         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
12103
12104 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
12105
12106         * *.xpm, *.pbm: Convert icons icons to size 24x24.
12107
12108 2000-12-18  Dave Love  <fx@gnu.org>
12109
12110         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
12111         (unused).
12112
12113 2000-12-13  Miles Bader  <miles@gnu.org>
12114
12115         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
12116         to t, so that we don't get stuck while trying to smilefy
12117         intangible text.
12118
12119 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
12120
12121         * smiley-ems.el (smiley-regexp-alist): Make regexps match
12122         at the end of the buffer.
12123         (smiley-region): In the loop, move to the end of the submatch
12124         matching the smiley instead of using the end of the match
12125         of the whole regexp.
12126
12127 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
12128
12129         * message.el (message-mode): Doc fix.
12130
12131 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
12132
12133         * smiley-ems.el (smiley-region): Doc fix.
12134
12135 2000-12-11  Miles Bader  <miles@gnu.org>
12136
12137         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
12138         bottom line visible, check to see if it's partially obscured, and
12139         if so, either scroll one more line to make it fully visible, or
12140         revert to showing the second line from the top.
12141
12142 2000-12-07  Dave Love  <fx@gnu.org>
12143
12144         * mailcap.el (mailcap-download-directory)
12145         * gnus-audio.el (gnus-audio-directory)
12146         * smiley-ems.el (smiley-data-directory): Fix :type.
12147
12148 2000-11-30  Dave Love  <fx@gnu.org>
12149
12150         * message.el (message-auto-save-directory): Use
12151         file-name-as-directory.
12152         (message-set-auto-save-file-name): Create
12153         message-auto-save-directory if necessary.
12154         (message-replace-chars-in-string): Removed -- unused.
12155         (message-mail-alias-type): Customize.
12156         (message-headers): Remove duplicate defgroup.
12157
12158 2000-11-29  Dave Love  <fx@gnu.org>
12159
12160         * qp.el (quoted-printable-decode-region): Use error, not message
12161         to report malformed text (like base64).  Amend message.
12162
12163 2000-11-29  Miles Bader  <miles@gnu.org>
12164
12165         * message.el (message-header-lines): Fontify tag.
12166
12167 2000-11-27  Dave Love  <fx@gnu.org>
12168
12169         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
12170         compiler warning.
12171
12172 ;2000-11-26  Dave Love  <fx@gnu.org>
12173 ;
12174 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
12175 ;
12176 2000-11-23  Dave Love  <fx@gnu.org>
12177
12178         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
12179
12180         * mm-uu.el (uudecode): Require.
12181         (uudecode-decode-region, uudecode-decode-region-external): Don't
12182         autoload.
12183         (mm-uu-copy-to-buffer): Doc fix.
12184         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
12185         type fix.
12186
12187         * mailcap.el: Doc fixes.
12188         (mailcap-mime-data): Various adjustments.
12189         (mailcap): New group.
12190         (mailcap-download-directory): Customize.
12191         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
12192         (mailcap-temporary-directory): Deleted (unused).
12193         (mailcap-unescape-mime-test): Simplify slightly.
12194         (mailcap-viewer-passes-test): Use functionp.
12195         (mailcap-command-p): Aliased to executable-find.
12196
12197         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
12198         default-enable-multibyte-characters is nil.
12199
12200 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
12201
12202         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
12203
12204 2000-11-21  Dave Love  <fx@gnu.org>
12205
12206         * gnus-art.el (gnus-mime-button-map): Don't inherit from
12207         gnus-article-mode-map.
12208 ;       (gnus-mime-button-menu): Use mouse-set-point.
12209         (gnus-insert-mime-button, gnus-mime-display-alternative)
12210         (gnus-mime-display-alternative): Don't use local-map property.
12211
12212 2000-11-17  Dave Love  <fx@gnu.org>
12213
12214         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
12215         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
12216         and make-temp-file.
12217         (uudecode-decode-region): Doc fix.
12218
12219 2000-11-14  Dave Love  <fx@gnu.org>
12220
12221         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
12222         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
12223         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
12224         New files, derived from the XPMs.
12225
12226 2000-11-10  Dave Love  <fx@gnu.org>
12227
12228         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
12229         (gnus-agent-lib-file, gnus-agent-load-alist)
12230         (gnus-agent-save-alist, gnus-agent-article-name): Use
12231         expand-file-name.
12232
12233         * gnus-group.el (gnus-group-name-charset-method-alist): Add
12234         :version.
12235         (nnkiboze-score-file): Defvar when compiling.
12236
12237         * gnus-start.el (gnus-read-newsrc-file): Add :version.
12238
12239         * gnus-art.el (gnus-article-banner-alist)
12240         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
12241         (gnus-article-date-lapsed-new-header)
12242         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
12243         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
12244         (gnus-treat-strip-headers-in-body)
12245         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
12246         (gnus-treat-translate): Add :version.
12247         (gnus-article-mime-part-function): Fix defcustom.
12248
12249         * nnmail.el (nnmail-expiry-target)
12250         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
12251         (nnmail-split-header-length-limit): Add :version.
12252
12253         * gnus-sum.el (gnus-auto-expirable-marks)
12254         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
12255         (gnus-extra-headers, gnus-ignored-from-addresses)
12256         (gnus-newsgroup-ignored-charsets)
12257         (gnus-group-highlight-words-alist)
12258         (gnus-summary-show-article-charset-alist): Add :version.
12259
12260         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
12261         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
12262         files, converted from the XPMs.
12263
12264         * gnus-cache.el (gnus-cache-active-file): Don't use
12265         file-name-as-directory on directory.
12266         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
12267         use file-name-as-directory on directory.
12268
12269         * time-date.el (timezone-make-date-arpa-standard): Autoload.
12270         (date-to-time): Use it.
12271
12272 ;       * message.el (message-mode) <adaptive-fill-regexp>:
12273 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
12274 ;       (message-newline-and-reformat): Likewise.
12275         (message-forward-as-mime, message-forward-ignored-headers)
12276         (message-buffer-naming-style, message-default-charset)
12277         (message-dont-reply-to-names, message-send-mail-partially-limit):
12278         Add :version.
12279
12280         * mm-util.el: Doc fixes.
12281         (mm-mime-charset): Don't use the raw result of
12282         mm-preferred-coding-system.
12283         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
12284         (mm-with-unibyte): Simplify.
12285
12286         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
12287         concat.
12288
12289         * pop3.el (pop3-version): Deleted.
12290         (pop3-make-date): New function, avoiding message-make-date.
12291         (pop3-munge-message-separator): Use it.
12292
12293 2000-11-09  Dave Love  <fx@gnu.org>
12294
12295         * gnus-group.el (gnus-group-make-directory-group)
12296         (gnus-group-fetch-faq): Use expand-file-name.
12297         (gnus-group-fetch-faq): Simplify completing-read form.
12298
12299         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
12300         test for Mule.
12301
12302         * message.el (tool-bar-map): Defvar when compiling.
12303
12304         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
12305         (gnus-tm-lisp-directory): Deleted.
12306         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
12307         (featurep 'xemacs).
12308         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
12309         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
12310         version numbers from file names.
12311
12312 2000-11-08  Dave Love  <fx@gnu.org>
12313
12314         * mm-view.el: Use featurep for XEmacs test.
12315         (mm-inline-message): Test for `remove-specifier'; don't use
12316         condition-case.
12317
12318         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
12319
12320         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
12321         (gnus-score-find-bnews): Don't concat "".
12322
12323         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
12324         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
12325         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
12326         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
12327
12328         * gnus-sum.el: Put some defvars in eval-when-compile.
12329         (gnus-summary-mode-hook): Add :options.
12330         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
12331         (gnus-summary-tool-bar-map): New variable.
12332         (gnus-summary-make-tool-bar): New function.
12333         (gnus-summary-mode): Put kill-all-local-variables first.
12334
12335         * gnus-group.el (gnus-group-toolbar-map): New variable.
12336         (gnus-group-make-tool-bar): Rewritten.
12337         (gnus-group-mode): Put kill-all-local-variables first.
12338
12339         * rfc2047.el: Require gnus-util.
12340
12341         * nnml.el (gnus-sorted-intersection): Autoload.
12342
12343         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
12344         Put some defvars in eval-when-compile.
12345         (gnus-intersection, gnus-sorted-complement):  Autoload.
12346
12347         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
12348
12349         * mm-encode.el (mm-body-7-or-8): Autoload.
12350
12351         * mm-decode.el (mm-insert-inline): Autoload.
12352
12353         * mml.el:
12354         * message.el: Put some defvars in eval-when-compile.
12355
12356         * gnus-msg.el: Put some defvars in eval-when-compile.
12357         (gnus-msg-mail): Move after gnus-setup-message.
12358
12359         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
12360
12361 2000-11-07  Dave Love  <fx@gnu.org>
12362
12363         * gnus-util.el (nnheader): Don't require message (recursive
12364         autoload).
12365
12366         * uudecode.el: Avoid compiler warnings.
12367
12368         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
12369         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
12370
12371 2000-11-06  Dave Love  <fx@gnu.org>
12372
12373         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
12374
12375         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
12376         (uudecode-char-int): New alias, replacing char-int.
12377         (uudecode-decode-region): Don't call buffer-disable-undo.
12378
12379 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
12380 ;       (mm-uu-configure-list): Doc fix.
12381 ;
12382 ;       * earcon.el (running-xemacs): Don't define.
12383 ;
12384 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
12385 ;
12386 ;       * message.el (message-font-lock-keywords): Match a final newline
12387 ;       to help font-lock's multiline support.
12388 ;
12389 2000-11-03  Dave Love  <fx@gnu.org>
12390
12391         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
12392
12393         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
12394         name.
12395
12396         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
12397         <banner>: Fix custom type, doc.
12398
12399         * mm-decode.el (mm-display-external): Space-prefix temp buffer
12400         name.  Don't disable undo explicitly.
12401
12402 ;2000-11-02  Dave Love  <fx@gnu.org>
12403 ;
12404 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
12405 ;       cite-prefix.
12406
12407 2000-11-01  Dave Love  <fx@gnu.org>
12408
12409         * rfc2047.el (base64): Require unconditionally.
12410         (message-posting-charset): Defvar when compiling.
12411         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
12412         message.
12413
12414         * gnus-sum.el (nnoo): Require.
12415         (mm-uu-dissect): Autoload.
12416
12417         * mml.el (mml-parse-1): Clarify message.
12418         (mml-minibuffer-read-type): Use mailcap-mime-types.
12419
12420 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
12421
12422         * mml.el: Fix a typo in the requiring of CL.
12423
12424 2000-11-01  Dave Love  <fx@gnu.org>
12425
12426         * utf7.el: Require cl when compiling.
12427
12428         * binhex.el: Use (featurep 'xemacs).
12429         (binhex-char-int): New alias, replacing char-int.  Change callers.
12430         (binhex-decode-region): Simplify work buffer code.
12431         (binhex-decode-region-external): Use expand-file-name, not concat.
12432
12433 2000-10-30  Dave Love  <fx@gnu.org>
12434
12435         * gnus-art.el: Fix 2000-10-27 change properly.
12436
12437 2000-10-28  Miles Bader  <miles@gnu.org>
12438
12439         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
12440
12441 2000-10-27  Dave Love  <fx@gnu.org>
12442
12443         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
12444         strings.
12445         (gnus-group-make-tool-bar): New function.
12446         (gnus-group-mode): Use it.
12447
12448         * message.el (message-mode-menu): Add some :help strings.
12449         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
12450         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
12451
12452         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
12453         * describe-group.xpm, get-news.xpm, kill-group.xpm:
12454         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
12455
12456         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
12457         display-graphic-p here.
12458
12459 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
12460
12461         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
12462         of the `gnus-xemacs' variable, as the latter has been removed.
12463         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
12464         * gnus-art.el (gnus-treat-display-xface)
12465         (gnus-treat-display-smileys, gnus-treat-display-picons)
12466         (gnus-article-read-summary-keys): Likewise.
12467
12468 2000-10-26  Dave Love  <fx@gnu.org>
12469
12470         (defvar): Use rmail-spool-directory unconditionally.
12471
12472 2000-10-18  Dave Love  <fx@gnu.org>
12473
12474         * mm-bodies.el (mm-uu-decode-function)
12475         (mm-uu-binhex-decode-function): Defvar when compiling.
12476
12477         * gnus-nocem.el (gnus-nocem-issuers): Update.
12478         (gnus-nocem-check-from): New option.
12479         (gnus-nocem-scan-groups): Use it.
12480         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
12481         (gnus-nocem-check-article-limit): Add :version.
12482
12483 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
12484
12485         * ietf-drums.el (mm-util): Require CL when compiling.
12486
12487 2000-10-15  Dave Love  <fx@gnu.org>
12488
12489         * qp.el: Require mm-util.
12490
12491 2000-10-13  Dave Love  <fx@gnu.org>
12492
12493         * qp.el (quoted-printable-decode-region): Avoid invalid
12494         coding-systems.
12495
12496 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
12497
12498         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
12499         to a recursive load.
12500
12501 2000-10-12  Dave Love  <fx@gnu.org>
12502
12503         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
12504
12505         * gnus.el (gnus-group-startup-message): Check for PBM image.
12506
12507 2000-10-09  Dave Love  <fx@gnu.org>
12508
12509         * mail-source.el (mail-source-fetch-imap): Bind
12510         default-enable-multibyte-characters rather than using
12511         mm-disable-multibyte.
12512
12513 2000-10-05  Dave Love  <fx@gnu.org>
12514
12515         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
12516         Autoload.
12517         (quoted-printable-decode-region):  Rename arg which confused
12518         charset with coding-system.  Don't use nonascii-insert-offset.
12519         Coding-system encode the region initially.  Don't recognize `=='
12520         as valid QP.  Coding-system decode the region finally.
12521         (quoted-printable-decode-string): Rename arg which confused
12522         charset with coding-system.
12523
12524         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
12525         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
12526         mm-encode-coding-region.
12527         (mm-decode-body, mm-decode-string): Rename variables which
12528         confused charset with coding-system.
12529         (binhex-decode-region): Don't autoload.
12530         (mm-body-encoding): Require message.
12531         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
12532         cond branches.
12533
12534         * gnus-art.el (article-de-quoted-unreadable)
12535         (article-de-base64-unreadable): Fold search case
12536         rather than downcasing string.  Apply mm-charset-to-coding-system
12537         to arg of quoted-printable-decode-region.
12538
12539 2000-10-04  Dave Love  <fx@gnu.org>
12540
12541         * gnus-ems.el: Don't turn off compiler warnings in local vars.
12542         Require ring when compiling.
12543         (gnus-article-compface-xbm): New variable.
12544
12545 2000-10-04  Dave Love  <fx@gnu.org>
12546
12547         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
12548         pbm images.
12549
12550         * frown.pbm, smile.pbm, wry.pbm: New files.
12551
12552         * frown.xbm, smile.xbm, wry.xbm: Deleted.
12553
12554 2000-10-03  Dave Love  <fx@gnu.org>
12555
12556         * mail-source.el (mail-sources): Revert to nil.
12557
12558         * nnmail (nnmail-spool-file): Revert to `((file))'.
12559
12560         * qp.el: Don't require mm-util.
12561         (quoted-printable-decode-region): Rewritten.
12562         (quoted-printable-decode-string, quoted-printable-encode-region):
12563         Doc fix.
12564         (quoted-printable-encode-region): Barf on multibyte characters.
12565         Maybe make the class multibyte.  Upcase chars, not formatted
12566         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
12567         (quoted-printable-encode-string): Don't use
12568         mm-with-unibyte-buffer.
12569
12570 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
12571
12572         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
12573
12574 2000-09-21  Dave Love  <fx@gnu.org>
12575
12576         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
12577         (for Emacs 20).  Tidy somewhat.
12578
12579 2000-09-21  Dave Love  <fx@gnu.org>
12580
12581         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
12582         image processing.  Rationalize logic somewhat.
12583
12584 2000-09-20  Dave Love  <fx@gnu.org>
12585
12586         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
12587         specifically.
12588
12589         * gnus.el (gnus-version-number): Avoid some redundant
12590         autoloads.
12591
12592 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
12593
12594         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
12595         to XBM; we always have PBM support.
12596
12597 2000-09-14  Dave Love  <fx@gnu.org>
12598
12599         * gnus.el (gnus-charset):
12600         * mm-decode.el (mime-display):
12601         * imap.el (imap) <defgroup>: Add :version.
12602
12603 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
12604
12605         * parse-time.el: Fix author's mail address.
12606
12607         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
12608         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
12609         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
12610         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
12611         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
12612         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
12613         * rfc2231.el, uudecode.el: Fix copyright notice.
12614
12615         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
12616         require `w3' at load-time only if not running in batch mode.
12617
12618 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12619
12620         * gnus.el: Before merge with Emacs21.
12621
12622 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
12623
12624         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
12625
12626 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
12627
12628         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
12629         to avoid conflict with the standard `back-to-indentation'
12630         binding.
12631
12632 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12633
12634         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
12635
12636         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
12637         (mm-disable-multibyte-mule4): Ditto.
12638         (mm-with-unibyte-current-buffer-mule4): Ditto.
12639
12640 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12641
12642         * pop3.el (pop3-movemail): Use binary.
12643         (pop3-movemail-file-coding-system): Removed.
12644
12645 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12646
12647         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
12648
12649 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12650
12651         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
12652         exists.
12653
12654 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12655
12656         * gnus-msg.el (gnus-post-method): Use backend name when the
12657         address is "".
12658
12659 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12660
12661         * gnus-art.el (article-verify-x-pgp-sig): Don't test
12662         mm-verify-option.
12663         (gnus-treat-x-pgp-sig): Default value.
12664         (gnus-ignored-headers): Redundant.
12665
12666 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12667
12668         * gnus-win.el (gnus-configure-frame): Save selected window.
12669
12670 2000-02-15  Andrew Innes  <andrewi@gnu.org>
12671
12672         * nnmbox.el: Require gnus-range.
12673         (nnmbox-group-building-active-articles): New variable.
12674         (nnmbox-group-active-articles): New variable; this is a cache of
12675         all active articles by group and number.
12676         (nnmbox-in-header-p): New function.
12677         (nnmbox-find-article): New function.
12678         (nnmbox-record-active-article): New function.
12679         (nnmbox-record-deleted-article): New function.
12680         (nnmbox-is-article-active-p): New function.
12681         (nnmbox-retrieve-headers): Use nnmbox-find-article.
12682         (nnmbox-request-article): Ditto.  Also supply extra arg to
12683         nnmbox-article-group-number.
12684         (nnmbox-request-expire-articles): Ditto.
12685         (nnmbox-request-move-article): Ditto.
12686         (nnmbox-request-replace-article): Ditto.
12687         (nnmbox-request-rename-group): Rename group entry in active
12688         article cache.
12689         (nnmbox-delete-mail): Update active article cache, unless article
12690         is being replaced.
12691         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
12692         than partially duplicating it.
12693         (nnmbox-article-group-number): Add extra `this-line' arg, to
12694         handle articles belonging to multiple groups.
12695         (nnmbox-save-mail): Update active article cache.
12696         (nnmbox-read-mbox): Build active article cache when loading mbox.
12697         Also do some repair work, if we find articles that are missing the
12698         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
12699         reconstruct these from Xref info.
12700
12701 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12702
12703         * mail-source.el (mail-source-report-new-mail): Use
12704         nnheader-run-at-time.
12705
12706 2000-02-15  Andrew Innes  <andrewi@gnu.org>
12707
12708         * mail-source.el (mail-source-fetch-pop): Clear pop password when
12709         an error is thrown, and then rethrow the error.
12710         (mail-source-check-pop): Ditto.
12711         (mail-source-start-idle-timer): Prevent multiple pop checks
12712         running if the check takes a long time.
12713
12714 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12715
12716         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
12717         succeed.
12718
12719 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12720
12721         * gnus-win.el (gnus-configure-windows): Make sure
12722         nntp-server-buffer is live.
12723         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
12724
12725 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
12726
12727         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
12728
12729 2000-12-04  Andreas Jaeger  <aj@suse.de>
12730
12731         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
12732
12733 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12734
12735         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
12736
12737 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
12738         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
12739
12740         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
12741
12742 2000-12-01  Simon Josefsson  <sj@extundo.com>
12743
12744         * mml-smime.el (mml-smime-verify): Fix address parsing.
12745
12746 2000-12-01  Simon Josefsson  <sj@extundo.com>
12747
12748         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
12749         more than one certificate inside PKCS#7 blob.  Better security
12750         information (clamed / actual sender, openssl output, certificates
12751         inside message).
12752
12753         * smime.el (smime-verify-region): Output to /dev/null.
12754         (smime-buffer-as-string-region): Don't parse empty lines.
12755
12756 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12757
12758         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
12759         ?d and ?D.
12760         (gnus-mime-security-show-details-inline): New variable.
12761         (gnus-mime-security-show-details): Use them.
12762         (gnus-insert-mime-security-button): Ditto.
12763
12764         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
12765         Suggest by Michael Duggan (md5i@cs.cmu.edu).
12766         (mml2015-gpg-clear-verify): Ditto.
12767         (mml2015-gpg-decrypt-1): Ditto.
12768         (mml2015-use): Prefer 'gpg.
12769
12770 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12771
12772         * gnus-util.el (gnus-add-text-properties-when): New function.
12773         (gnus-remove-text-properties-when): Ditto.
12774
12775         * gnus-cite.el (gnus-article-hide-citation): Use them.
12776         (gnus-article-toggle-cited-text): Use them.
12777
12778         * gnus-art.el (gnus-signature-toggle): Use them.
12779         (gnus-article-show-hidden-text): Ditto.
12780         (gnus-article-hide-text): Ditto.
12781
12782 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12783
12784         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
12785
12786 2000-11-30  Simon Josefsson  <sj@extundo.com>
12787
12788         * smime.el (smime-point-at-eol): New alias.
12789         (smime-buffer-as-string-region): Use it.
12790
12791 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12792
12793         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
12794
12795 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12796
12797         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
12798
12799         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
12800
12801         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
12802
12803 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12804
12805         * nnmh.el (nnmh-request-expire-articles): Implemented
12806         expiry-target for nnmh backend.
12807
12808 2000-11-30  Simon Josefsson  <sj@extundo.com>
12809
12810         * mm-decode.el (mm-security-from): New variable.
12811         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
12812
12813         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
12814         than `from'.
12815
12816 2000-11-30  Simon Josefsson  <sj@extundo.com>
12817
12818         * mml-smime.el (mml-smime-verify): Verify that certificate mail
12819         address match sender address.
12820
12821         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
12822
12823         * smime.el (smime-verify-region): Don't copy buffer.
12824         (smime-decrypt-buffer): Use expand-file-name on keyfile.
12825         (smime-pkcs7-region): New function.
12826         (smime-pkcs7-certificates-region): Ditto.
12827         (smime-pkcs7-email-region): Ditto.
12828         (smime-buffer-as-string-region): Ditto.
12829
12830         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
12831         buffer.
12832
12833 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
12834
12835         * smime.el (smime-decrypt-region): Fix keyfile argument.
12836
12837 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12838
12839         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
12840
12841 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12842
12843         * message.el (message-shoot-gnksa-feet): New variable.
12844         (message-gnksa-enable-p): New function.
12845         (message-send): Use it.
12846         (message-check-news-body-syntax): Ditto.
12847
12848 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12849
12850         * message.el (message-make-message-id): Remove the redundancy.
12851
12852 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12853
12854         * message.el (message-setup): Discourage using mc-install-*-mode.
12855
12856         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
12857
12858 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12859
12860         * gnus-cite.el (gnus-cite-parse): Guess citation length.
12861
12862 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12863
12864         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
12865
12866 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12867
12868         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
12869
12870 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12871
12872         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
12873         insert-buffer-substring.
12874
12875         * message.el (message-send-mail): Use buffer-substring-no-properties.
12876         (message-send-news): Ditto.
12877
12878 2000-11-22  David Edmondson  <dme@dme.org>
12879
12880         * imap.el (imap-wait-for-tag): Message read info.
12881
12882 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12883
12884         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
12885         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
12886         (mml2015-gpg-encrypt): Ditto.
12887
12888 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12889
12890         * mm-decode.el (mm-verify-option): Default value.
12891
12892         * mml-sec.el (mml-secure-part): Error message.
12893
12894 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12895
12896         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
12897
12898 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12899
12900         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
12901
12902 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12903
12904         * gnus-art.el (gnus-article-describe-key): Use prompt.
12905         (gnus-article-describe-key-briefly): Ditto.
12906
12907 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12908
12909         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
12910
12911 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12912
12913         * gnus-art.el (gnus-article-describe-key): New function.
12914         (gnus-article-describe-key-briefly): New function.
12915
12916 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12917
12918         * mm-decode.el (mm-decrypt-option): Doc typo.
12919
12920         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
12921         return a number.
12922
12923 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12924
12925         * message.el (message-newline-and-reformat): Typo.
12926
12927 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12928
12929         * gnus-art.el (article-verify-x-pgp-sig): Check whether
12930         original-article-buffer exists.
12931
12932         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
12933         (rfc2047-header-encoding-alist): Addresses are different from text.
12934         (rfc2047-encode-message-header): Ditto.
12935         (rfc2047-dissect-region): Extra parameter.
12936         (rfc2047-encode-region): Ditto.
12937         (rfc2047-encode-string): Ditto.
12938
12939 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12940
12941         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
12942         (mm-uu-pgp-encrypted-extract): Use it.
12943         (mm-uu-pgp-signed-extract-1): New function.
12944         (mm-uu-pgp-signed-extract): Use it.
12945
12946         * gnus-art.el (gnus-mime-display-security): New function.
12947         (gnus-mime-display-part): Use it.
12948         (gnus-mime-security-verify-or-decrypt): New function.
12949         (gnus-mime-security-press-button): New function.
12950         (gnus-insert-mime-security-button): Use it.
12951
12952         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
12953         (mm-find-raw-part-by-type): Ditto.
12954         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
12955         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
12956         (mm-destroy-parts): Kill nested multibyte buffer.
12957
12958         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
12959         (mml2015-gpg-verify): Ditto.
12960
12961 2000-11-18  Simon Josefsson  <sj@extundo.com>
12962
12963         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
12964         (mml2015-function-alist): Use it.
12965
12966         * mml-sec.el (mml-sign-alist): Update names.
12967         (mml-encrypt-alist): Ditto.
12968         (mml-secure-part-smime-sign): Moved to mml-smime.el
12969         as `mml-smime-sign-query'.
12970         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
12971         `mml-smime-get-file-cert'.
12972         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
12973         `mml-smime-get-dns-cert'.
12974         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
12975         `mml-smime-encrypt-query'.
12976         (mml-smime-sign-buffer): Use mml-smime-sign.
12977         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
12978
12979         * mml-smime.el (mml-smime-sign): New function.
12980         (mml-smime-encrypt):
12981         (mml-smime-sign-query):
12982         (mml-smime-get-file-cert):
12983         (mml-smime-get-dns-cert):
12984         (mml-smime-encrypt-query): Moved from mml-sec.el.
12985
12986 2000-11-16  Simon Josefsson  <sj@extundo.com>
12987
12988         * mml2015.el (mml2015-gpg-clear-verify): New function.
12989         (mml2015-function-alist): Add it.
12990
12991 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
12992
12993         * message.el (message-setup-fill-variables): Use
12994         message-cite-prefix-regexp.
12995         (message-newline-and-reformat): Check the end of citation, leading
12996         WSP, break in the cite prefix.
12997         (message-fill-paragraph): New function.
12998
12999 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13000
13001         * lpath.el: Shut up.
13002
13003 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
13004
13005         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
13006         raw 8-bit in headers in dk.* newsgroups.
13007
13008 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13009
13010         * message.el (message-newline-and-reformat): Match extra WSPs.
13011
13012 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
13013
13014         * mml.el (mml-generate-mime-1): Ignore ascii.
13015
13016 2000-11-16 Justin Sheehy  <justin@iago.org>
13017
13018         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
13019
13020 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13021
13022         * message.el (message-cite-prefix-regexp): Prefix should not end
13023         at space.
13024
13025 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
13026
13027         * message.el (message-mode-syntax-table): Add - as a word
13028         constituent as in articles.
13029         (message-setup-fill-variables): Add -_. as supercite-style prefix.
13030         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
13031         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
13032
13033 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
13034
13035         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
13036
13037 2000-11-12  David Edmondson  <dme@dme.org>
13038
13039         * message.el (message-font-lock-keywords): use
13040         message-cite-prefix-regexp.
13041
13042 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13043
13044         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
13045         Stein Arild Str\e,Ax\e(Bmme.
13046         (gnus-group-jump-to-group): Use it.
13047         (gnus-group-jump-to-group-prompt): Customize.
13048
13049 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
13050
13051         * mailcap.el (mailcap-possible-viewers): Match the entire string.
13052
13053 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
13054
13055         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
13056         incompatible.
13057         (mml2015-mailcrypt-sign): Ditto.
13058
13059 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13060
13061         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
13062         group is open.
13063
13064 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
13065
13066         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
13067         nnvirtual articles.
13068         (gnus-backlog-request-article): Don't request nnvirtual articles.
13069
13070 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
13071
13072         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
13073         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
13074
13075 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
13076
13077         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
13078         * mml.el (mml-generate-mime-1): Use charset attribute.
13079         * mm-bodies.el (mm-encode-body): Add parameter charset.
13080         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
13081
13082 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
13083
13084         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
13085         (mml2015-mailcrypt-clear-decrypt): Ditto.
13086         (mml2015-mailcrypt-verify): Ditto.
13087         (mml2015-mailcrypt-clear-verify): Ditto.
13088         (mml2015-gpg-verify): Ditto.
13089
13090 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
13091
13092         * smime.el (smime-openssl-program): Test the existence of openssl.
13093         * mml-smime.el: Require mm-decode.
13094         (mml-smime-verify-test): New function.
13095         * mm-decode.el (mm-verify-function-alist): Use it.
13096
13097 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
13098
13099         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
13100         anyway.
13101
13102 2000-11-13  Simon Josefsson  <sj@extundo.com>
13103
13104         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
13105         verification doesn't work.
13106
13107 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
13108
13109         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
13110         (gnus-inews-do-gcc): Use it.
13111
13112 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
13113
13114         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
13115         leading space.
13116         * mm-extern.el (mm-inline-external-body): Report error when no
13117         access-type.
13118
13119 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
13120
13121         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
13122
13123 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
13124
13125         * gnus-art.el (gnus-mime-button-menu): Use select-window.
13126
13127 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
13128
13129         * gnus-art.el (gnus-mime-display-part): Display multipart/related
13130         as multipart/mixed.
13131
13132 2000-11-12  David Edmondson  <dme@dme.org>
13133
13134         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
13135         and replace `.' with `\w' to allow for different syntax tables
13136         (from Vladimir Volovich).
13137         * message.el (message-newline-and-reformat): use
13138         `message-cite-prefix-regexp'.
13139         * gnus-cite.el (gnus-supercite-regexp): use
13140         `message-cite-prefix-regexp'.
13141         * gnus-cite.el (gnus-cite-parse): use
13142         `message-cite-prefix-regexp'.
13143
13144 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
13145
13146         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
13147         PGP SIGNATURE.  Escape leading "-"'s.
13148         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
13149
13150 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
13151
13152         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
13153
13154 2000-11-11  Simon Josefsson  <sj@extundo.com>
13155
13156         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
13157
13158         * smime.el (smime-details-buffer): New variable.
13159         (smime-sign-region):
13160         (smime-encrypt-region):
13161         (smime-verify-region):
13162         (smime-decrypt-region): Copy OpenSSL output to the buffer.
13163
13164         * mml-smime.el (mml-smime-verify): Support security info.
13165
13166 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
13167
13168         * mm-decode.el (mm-verify-option): Set default to nil.
13169         (mm-decrypt-option): Ditto.
13170         * gnus-art.el (article-verify-x-pgp-sig): New function.
13171
13172 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
13173
13174         * gnus-art.el (gnus-mime-display-alternative): Show button if no
13175         preferred part.
13176
13177 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13178
13179         * gnus-sum.el (gnus-move-split-methods): Say that
13180         `gnus-split-methods' uses file names, whereas this uses group
13181         names.  (Report from Nevin Kapur)
13182
13183 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
13184
13185         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
13186
13187 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
13188
13189         * nnheader.el (nnheader-directory-files-is-safe): New variable.
13190         (nnheader-directory-articles): Use it.
13191         (nnheader-article-to-file-alist): Ditto.
13192
13193 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
13194
13195         * rfc2047.el (rfc2047-pad-base64): New function.
13196         (rfc2047-decode): Use it.
13197
13198 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
13199
13200         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
13201         select method.
13202
13203 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
13204
13205         * mml2015.el (mml2015-gpg-decrypt-1):
13206         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
13207
13208 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13209
13210         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
13211
13212 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
13213
13214         * pop3.el (pop3-munge-message-separator): A message may have an
13215         empty body.
13216
13217 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
13218
13219         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
13220         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
13221         (mm-uu-pgp-signed-extract): Use coding-system.
13222
13223 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
13224
13225         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
13226         (gnus-insert-mime-security-button): New function.
13227         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
13228         * mml2015.el:  Add security info when verify or decrypt.
13229         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
13230         (mm-uu-pgp-encrypted-extract): Ditto.
13231
13232 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
13233
13234         * mm-decode.el (mm-display-parts): New function.
13235         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
13236
13237 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13238
13239         * gnus-mlspl.el: Documentation tweaks.
13240
13241 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13242
13243         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
13244         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
13245         argument.
13246
13247 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
13248
13249         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
13250
13251 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
13252
13253         * gnus-art.el (gnus-article-encrypt): New function.
13254         (gnus-article-encrypt-protocol-alist): New variable.
13255         (gnus-article-encrypt-protocol): New variable.
13256         * mml2015.el (mml2015-self-encrypt): New function.
13257         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
13258
13259 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
13260
13261         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
13262         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
13263         let mailcap do it.
13264         * mml2015.el: Remove snarf code.
13265         * mm-decode.el: Remove snarf code.
13266
13267 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
13268
13269         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
13270         (mml-insert-mime): Understand gnus-decoded.
13271         (mime-to-mml): New parameter handles.
13272         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
13273         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
13274
13275 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
13276
13277         * mm-decode.el (mime-security): New group.
13278         (mm-verify-function-alist): Add test function.
13279         (mm-decrypt-function-alist): Ditto.
13280         (mm-snarf-option): Set default value as nil.
13281         (mm-find-part-by-type): Recursive parameter.
13282         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
13283         * mml2015.el: Support draft-ietf-openpgp-multsig.
13284
13285 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
13286
13287         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
13288         (gnus-article-view-part-as-charset): New function.
13289
13290 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
13291
13292         * mm-decode.el (mm-verify-option): Default value.
13293         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
13294
13295 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13296
13297         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
13298
13299 2000-11-05  Simon Josefsson  <sj@extundo.com>
13300
13301         * mml-smime.el (mml-smime-verify): Work in original multipart
13302         buffert.
13303
13304         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
13305         (mm-handle-multipart-ctl-parameter): Ditto.
13306         (mm-alist-to-plist): New function.
13307         (mm-dissect-buffer): Store CTL parameters and copy original buffer
13308         for multiparts.
13309         (mm-destroy-parts): Destroy multipart buffert.
13310         (mm-remove-part): Ditto.
13311
13312         * mml-smime.el (mml-smime-sign): Not used.
13313         (mml-smime-encrypt): Ditto.
13314
13315         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
13316
13317         Verify S/MIME signature support.
13318
13319         * mm-decode.el (mm-inline-media-tests): Add
13320         application/{x-,}pkcs7-signature.
13321         (mm-inlined-types): Ditto.
13322         (mm-automatic-display): Ditto.
13323         (mm-verify-function-alist): Ditto.  Add name of method.
13324         (mm-decrypt-function-alist): Add name of method.
13325         (mm-find-part-by-type): Add documentation.
13326         (mm-possibly-verify-or-decrypt): Use new format of
13327         mm-{verify,decrypt}-function-alist.  Use method names.
13328
13329         * mml-smime.el (mml-smime-verify): New function.
13330
13331 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
13332
13333         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
13334
13335 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
13336
13337         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
13338         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
13339         * mm-decode.el (mm-snarf-option): New variable.
13340
13341 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13342
13343         * mm-util.el (mm-subst-char-in-string): New function.
13344         (mm-replace-chars-in-string): Use it.
13345         * message.el (message-replace-chars-in-string): Use it.
13346         * nnheader.el (nnheader-replace-chars-in-string): Use it.
13347         * gnus-mh.el (mh-lib-progs): Shut up.
13348
13349 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
13350
13351         * base64.el, md5.el: Moved to contrib directory.
13352
13353 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
13354
13355         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
13356         the last article when search.
13357
13358 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
13359
13360         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
13361         * nnmail.el (nnmail-pathname-coding-system): Ditto.
13362
13363 2000-09-29  David Edmondson  <dme@thus.net>
13364
13365         * message.el (message-newline-and-reformat): Typo.
13366
13367 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13368
13369         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
13370
13371 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
13372
13373         * nntp.el (nntp-decode-text): Delete bogus status lines.
13374
13375 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
13376
13377         * message.el (message-font-lock-keywords): Match a final newline
13378         to help font-lock's multiline support.
13379
13380 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13381
13382         * nnoo.el (nnoo-set): New function.
13383
13384 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
13385
13386         * gpg.el, gpg-ring.el: Moved to contrib directory.
13387
13388 2000-11-04  Simon Josefsson  <sj@extundo.com>
13389
13390         * nnimap.el (nnimap-split-inbox): Typo.
13391
13392 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13393
13394         * gnus-msg.el (gnus-msg-mail): Move it backwards.
13395
13396 2000-11-03  Simon Josefsson  <sj@extundo.com>
13397
13398         * rfc2231.el (rfc2231-parse-qp-string): New function.
13399         (require): rfc2047.
13400
13401         * mail-parse.el (mail-header-parse-content-type):
13402         (mail-header-parse-content-disposition): Support invalid QP
13403         encoded strings, by using `rfc2231-parse-qp-string'.
13404
13405 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
13406
13407         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
13408         (rfc2231-decode-encoded-string): Typo "> X 1".
13409         (rfc2231-encode-string): Insert the name of charset.
13410         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
13411
13412 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
13413
13414         * mm-decode.el (mm-save-part): Return the filename.
13415         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
13416         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
13417         (gnus-mime-action-alist): Use it.
13418         (gnus-mime-button-commands): Use it.
13419         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
13420         (mm-inline-external-body): unwind-protect.
13421
13422 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
13423
13424         * gnus-art.el (gnus-insert-mime-button): Show url.
13425
13426 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
13427
13428         * mml.el (mml-generate-mime-1): Support external url.
13429         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
13430
13431 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
13432
13433         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
13434         * mm-decode.el (mm-display-external): Ditto.
13435         * mm-extern.el: New file.
13436         * mm-decode.el (mm-inline-media-tests): Hook it up.
13437         (mm-inlined-types): Inline message/external-body.
13438
13439 2000-11-02  Simon Josefsson  <sj@extundo.com>
13440
13441         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
13442
13443         * message.el (message-get-reply-headers): Better handling when
13444         Mail-Followup-To is very large.
13445
13446 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
13447
13448         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
13449         * gnus-art.el (gnus-article-edit-done):
13450         * gnus-sum.el (gnus-summary-edit-article-done): Move line
13451         counting code here.
13452         * gnus-msg.el (gnus-setup-message): Remove a hack.
13453
13454 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
13455
13456         * gnus-sum.el (gnus-newsgroup-variables): New variable.
13457         (gnus-summary-mode): Make them local variables.
13458         (gnus-set-global-variables): Globalize them.
13459         (gnus-summary-exit): Kill them.
13460
13461 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
13462
13463         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
13464         word.
13465
13466 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
13467
13468         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
13469         gnus-article-wash-types.
13470         * gnus-art.el (gnus-article-wash-status): Use them.
13471
13472 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
13473
13474         * mml.el (mml-read-tag): Remove spaces and LF.
13475
13476 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
13477
13478         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
13479         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
13480
13481 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
13482
13483         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
13484
13485 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
13486
13487         * gnus-sum.el (gnus-article-charset): New variable.
13488         (gnus-summary-display-article): Set it.
13489         * gnus-msg.el (gnus-copy-article-buffer): Use it.
13490         * gnus-art.el (gnus-article-mode): Make it local variable.
13491
13492 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13493
13494         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
13495
13496 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13497
13498         * nnwfm.el: New file.
13499
13500         * nnweb.el (nnweb-replace-in-string): New function.
13501
13502 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13503
13504         * mml2015.el: Wrap gpg.el.
13505         * gpg.el (gpg-verify): The last argument of apply is a list.
13506         (gpg-encrypt): Add passphrase as a parameter.
13507
13508 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
13509
13510         * gpg.el: New file.
13511         * gpg-ring.el: New file.
13512
13513 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
13514
13515         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
13516
13517 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13518
13519         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
13520         double-quote characters.
13521         (gnus-summary-prepare-threads): Ditto.
13522
13523 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
13524
13525         * gnus-art.el (gnus-mime-display-single): Forward line -1.
13526         * mml.el (mml-read-tag): Don't skip the leading space.
13527         * lpath.el (font-lock-set-defaults): Shut up.
13528
13529 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
13530
13531         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
13532
13533 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
13534
13535         * qp.el (quoted-printable-encode-region): Replace leading - when
13536         ultra safe.
13537         * mml.el (mml-generate-mime-postprocess-function): Removed.
13538         (mml-postprocess-alist): Removed.
13539         (mml-generate-mime-1): Use ultra-safe when sign.
13540         * mml2015.el (mml2015-fix-micalg): Uppercase.
13541         (mml2015-verify): Insert LF.
13542         (mml2015-mailcrypt-sign): Downcase; search backward.
13543
13544 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13545
13546         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
13547         restrictive.
13548         (nnultimate-table-regexp): New variable.
13549         (nnultimate-forum-table-p): Use it.
13550
13551 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
13552         Trivial patch.
13553
13554         * gnus-sum.el (gnus-summary-expire-articles): Save point.
13555
13556 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
13557
13558         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
13559         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
13560
13561 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
13562
13563         * mml2015.el: Shut up.
13564
13565 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
13566
13567         * gnus.el (gnus-server-browse-hashtb): Removed.
13568         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
13569         (gnus-group-insert-group-line-info): Use simplified method.
13570         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
13571
13572 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
13573
13574         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
13575         moved here.
13576         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
13577         * gnus-group.el (gnus-group-prepare-flat): Use it.
13578         * gnus-topic.el (gnus-group-prepare-topics): Use it.
13579
13580 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
13581
13582         * mml.el (mml-mode): Show menu in XEmacs.
13583
13584 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
13585
13586         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
13587         (gnus-server-read-server-in-server-buffer): New function.
13588         (gnus-browse-foreign-server): Browse in group buffer.
13589         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
13590         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
13591         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
13592         * gnus.el (gnus-server-browse-hashtb): New variable.
13593
13594 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
13595
13596         * nnfolder.el (nnfolder-open-nov): Use group.
13597
13598 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
13599
13600         * nnfolder.el: Add NOV. Set version to 2.0.
13601         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
13602
13603 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
13604
13605         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
13606
13607 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13608
13609         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
13610         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
13611
13612 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
13613
13614         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
13615
13616 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
13617
13618         * mm-decode.el (mm-verify-function-alist): New variable.
13619         (mm-verify-option): New variable.
13620         (mm-decrypt-function-alist): Ditto.
13621         (mm-decrypt-option): Ditto.
13622         (mm-find-raw-part-by-type): New function.
13623         (mm-possibly-verify-or-decrypt): New function.
13624         (mm-dissect-multipart): Use it.
13625         * mml2015.el (mml2015-fix-micalg): New function.
13626         (mml2015-decrypt): Use new interface.
13627         (mml2015-verify):  Use new interface.
13628         (mml2015-setup): Make it bogus.
13629
13630 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
13631
13632         * mml.el (mml-generate-mime-postprocess-function): Set to
13633         mml-postprocess.
13634         (autoload): Autoload mml2015 and mml-smime.
13635         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
13636         * mml2015.el (mml2015-encrypt): New function.
13637         (mml2015-sign): New function.
13638         (mml2015-encrypt-function): New variable.
13639         (mml2015-sign-function): New variable.
13640         (mml2015-mailcrypt-encrypt): Use message-recipients.
13641         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
13642         * mml-smime.el (mml-smime-setup): Ditto.
13643
13644 2000-10-28  Simon Josefsson  <sj@extundo.com>
13645
13646         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
13647         Communigate Pro 3.3.1 server.
13648
13649         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
13650         in buffers.
13651         (mml-secure-dns-server): Removed.
13652         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
13653         write certificates to files.
13654
13655         * smime.el (smime-dns-server): New variable.
13656         (smime-mail-to-domain):
13657         (smime-cert-by-dns): New functions.
13658
13659         * dig.el: New file.
13660
13661 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
13662
13663         * message.el (message-options): New variable.
13664         (message-options-set-recipient): New function.
13665         (message-send): Use them.
13666         * gnus-int.el (gnus-request-replace-article): Use them.
13667         (gnus-request-accept-article): Ditto.
13668         * mml.el (mml-preview): Use them.
13669         * gnus-sum.el (gnus-summary-edit-article): Use them.
13670
13671         * message.el (message-options-get): New function.
13672         (message-options-get): New function.
13673         * rfc2047.el (rfc2047-encode-message-header): Use them.
13674         * mm-bodies.el (mm-encode-body): Use them.
13675
13676 2000-10-28  Simon Josefsson  <sj@extundo.com>
13677
13678         * nnimap.el (nnimap-retrieve-which-headers):
13679         (nnimap-request-article-part): Quote message-id.
13680
13681         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
13682         (smime-CA-file): New variable.
13683         (smime-call-openssl-region): Don't error.
13684         (smime-sign-region): Return result value.
13685         (smime-encrypt-region): Ditto.
13686         (smime-verify-region): New function.
13687         (smime-decrypt-region): Ditto.
13688         (smime-verify-buffer): Ditto.
13689         (smime-decrypt-buffer): Ditto.
13690
13691         * mml.el: Require mml-sec.
13692         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
13693         (mml-mode-map): Add "sign" and "encrypt" maps.
13694         (mml-menu): Add security menu.
13695         (mml-preview): Use generate-new-buffer.
13696
13697         * mml-sec.el: New file.
13698
13699 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
13700
13701         * mm-decode.el (mm-find-part-by-type): Move it here.
13702         * mml.el (mml-postprocess): Move it here.
13703         (mml-postprocess-alist): Move it here. Merge them.
13704
13705 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
13706
13707         * rfc2047.el (rfc2047-encode-message-header): Make sure no
13708         unencoded stuff in the header.
13709
13710 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
13711
13712         * gnus-group.el (gnus-group-listed-groups): New variable.
13713         (gnus-group-list-option): New variable.
13714         (gnus-group-list-limit-map): New keymap.
13715         (gnus-group-list-flush-map): New keymap.
13716         (gnus-group-list-plus-map): New keymap.
13717         (gnus-group-prepare-logic): New function.
13718         (gnus-group-prepare-flat): Merge with
13719         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
13720         (gnus-group-prepare-flat-list-dead): Ditto.
13721         (gnus-group-list-matching): Use gnus-group-prepare-function.
13722         (gnus-group-list-dormant): Ditto.
13723         (gnus-group-list-cached): Ditto.
13724         (gnus-group-listed-groups): New function.
13725         (gnus-group-list-limit): New function.
13726         (gnus-group-list-flush): New function.
13727         (gnus-group-list-plus): New function.
13728         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
13729         (gnus-topic-prepare-topic): Ditto.
13730
13731 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
13732
13733         * message.el (message-insert-to, message-get-reply-headers):
13734         (message-reply, message-followup): Mail-{Followup,Reply}-To.
13735
13736 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
13737
13738         * mml2015.el: New file.
13739         * smime.el: New file.
13740         * mml-smime.el: New file.
13741
13742 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
13743
13744         * ChangeLog: Moved to ChangeLog.1.
13745
13746     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
13747   Copying and distribution of this file, with or without modification,
13748   are permitted provided the copyright notice and this notice are preserved.
13749
13750 ;; Local Variables:
13751 ;; coding: iso-2022-7bit
13752 ;; End: