Fix the descriptions of some old entries.
[gnus] / lisp / ChangeLog
1 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2
3         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
4
5 2002-01-01  Paul Jarc <prj@po.cwru.edu>
6         
7         * nnmaildir.el (nnmaildir--update-nov): automatically parse
8         NOV data out of the message again if nnmail-extra-headers has
9         changed.
10         
11 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12
13         * gnus-fun.el: New file.
14
15         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
16         "_". 
17         (gnus-body-boundary-delimiter): Typo fix.
18
19 2002-01-02  Simon Josefsson  <jas@extundo.com>
20
21         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
22         (gnus-body-boundary-delimiter): Fix type.
23
24 2002-01-01  Simon Josefsson  <jas@extundo.com>
25
26         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head) 
27         (gnus-treat-emphasize, gnus-treat-strip-cr) 
28         (gnus-treat-leading-whitespace, gnus-treat-hide-headers) 
29         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature) 
30         (gnus-treat-fill-article, gnus-treat-hide-citation) 
31         (gnus-treat-hide-citation-maybe) 
32         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp) 
33         (gnus-treat-strip-pem, gnus-treat-strip-banner) 
34         (gnus-treat-highlight-headers, gnus-treat-highlight-citation) 
35         (gnus-treat-date-ut, gnus-treat-date-local) 
36         (gnus-treat-date-english, gnus-treat-date-lapsed) 
37         (gnus-treat-date-original, gnus-treat-date-iso8601) 
38         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body) 
39         (gnus-treat-strip-trailing-blank-lines) 
40         (gnus-treat-strip-leading-blank-lines) 
41         (gnus-treat-strip-multiple-blank-lines) 
42         (gnus-treat-unfold-headers, gnus-treat-fold-headers) 
43         (gnus-treat-fold-newsgroups, gnus-treat-overstrike) 
44         (gnus-treat-display-xface, gnus-treat-display-smileys) 
45         (gnus-treat-from-picon, gnus-treat-mail-picon) 
46         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary) 
47         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines) 
48         (gnus-treat-play-sounds, gnus-treat-translate) 
49         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
50
51         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
52         (gnus-article-treat-body-boundary): Use it.
53
54         * message.el (message-mode): Fix doc.
55         (message-mode-menu): Fix names.
56
57 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
58
59         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
60         articles. 
61
62         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
63         (gnus-picon-transform-address): Search for unknown faces as well. 
64         (gnus-picon-find-face): Don't search "news" for MISC.
65         (gnus-picon-user-directories): Changed default back to exclude
66         "unknown". 
67
68         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic. 
69
70         * gnus-picon.el (gnus-picon-find-face): Search through all
71         databases. 
72         (gnus-picon-find-face): New implementation.
73
74         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
75         keystroke. 
76         (gnus-topic-goto-next-topic): Ditto.
77
78         * gnus.el (gnus-summary-line-format): Changed default.
79
80         * nnmail.el (nnmail-extra-headers): Change default.
81
82         * gnus-sum.el (gnus-extra-headers): Change default.
83
84         * message.el (message-news-other-window): Changed "news" to
85         "posting". 
86         (message-news-other-frame): Ditto.
87         (message-do-send-housekeeping): Ditto.
88
89         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
90         function. 
91         (gnus-article-unread-p): New function.
92         (gnus-article-unseen-p): New function.
93         (gnus-dead-summary-mode-map): Typo.
94
95         * gnus-util.el (gnus-make-predicate): New function.
96         (gnus-make-predicate-1): New function.
97
98         * gnus-sum.el: New function.
99         (gnus-map-articles): New function.
100
101         * gnus-art.el (gnus-treat-fold-headers): New variable.
102         (gnus-article-treat-fold-headers): New command and keystroke. 
103
104         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
105         (gnus-dead-summary-mode-map): Bind q to bury-buffer. 
106
107 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
108
109         * message.el (message-fcc-externalize-attachments): New variable.
110         (message-do-fcc): Use it.
111
112         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
113         (gnus-inews-do-gcc): Use it.
114
115         * mml.el (mml-tweak-sexp-alist): New variable.
116         (mml-externalize-attachments): New variable.
117         (mml-tweak-part): Use mml-tweak-sexp-alist.
118         (mml-tweak-externalize-attachments): New function.
119
120 2002-01-01  Steve Youngs  <youngs@xemacs.org>
121
122         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
123         'set-glyph-face' so x-face back/foreground can be set.
124
125 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
126
127         * message.el (message-fix-before-sending): Fix a typo.
128
129 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
130
131         * gnus-art.el (gnus-treat-smiley): Renamed command.
132         (gnus-article-remove-images): New command and keystroke.
133
134         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
135
136         * smiley-ems.el (gnus-smiley-display): Removed.
137
138         * gnus.el (gnus-version-number): Update version.
139
140         * message.el (message-text-with-property): Renamed and moved
141         here. 
142         (message-fix-before-sending): Highlight invisible text and place
143         point there. 
144
145 2002-01-01 02:32:53 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
146
147         * gnus.el: Oort Gnus v0.04 is released. 
148
149 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
150
151         * gnus-delay.el (gnus-delay-send-queue): Renamed.
152
153         * gnus-art.el (gnus-ignored-headers): More headers,
154
155         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
156         of `scan-error', since XEmacs doesn't seem to support that. 
157
158 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
159
160         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
161         arg. 
162         (gnus-summary-best-unread-subject): Ditto.
163         (gnus-summary-best-unread-subject): No, don't.
164         (gnus-summary-better-unread-subject): New command.
165
166         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself. 
167
168         * lpath.el ((featurep 'xemacs)): fbind url function.
169
170         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
171         buffer. 
172         (gnus-xmas-remove-image): Implementation that does something. 
173         (gnus-xmas-article-display-xface): Mark images properly.
174
175         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory. 
176
177 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
178
179         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled. 
180
181 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
182
183         * gnus-group.el (gnus-group-line-format): Added %O to the default
184         value.
185
186         * gnus-util.el (gnus-text-with-property): The smallest point is
187         point-min. 
188
189         * smiley-ems.el (smiley-region): Return images.
190         (gnus-smiley-display): Allow toggling.
191         (smiley-region): Use text properties, not overlays.
192
193         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
194         implemented yet.
195
196         * smiley-ems.el (smiley-update-cache): Check for valid types.
197
198         * gnus-art.el (gnus-with-article-buffer): New macro.
199
200         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
201         strings as well as the glyphs.
202         (gnus-picon-transform-address): Ditto.
203         (gnus-picon-insert-glyph): Ditto.
204         (gnus-picon-transform-newsgroups): Toggle.
205         (gnus-picon-transform-address): Toggle.
206
207         * gnus-ems.el (gnus-remove-image): New function.
208         (gnus-put-image): Take an optional string.
209
210         * gnus-util.el (gnus-text-with-property): New function.
211
212         * gnus-art.el (gnus-delete-images): New function.
213
214         * gnus-ems.el (gnus-article-display-xface): Mark and store image. 
215
216         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
217         (gnus-article-wash-status): Use it.
218         (gnus-signature-toggle): Clean up.
219         (gnus-add-wash-status): New function.
220         (gnus-delete-wash-status): New function.
221         (gnus-article-hide-text-type): Use them throughout.
222         (gnus-add-image): New function.
223
224         * gnus-ems.el (gnus-article-display-xface): Use new interface.
225
226         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
227         interface. 
228
229         * gnus-art.el (article-display-x-face): Cleaned up.
230
231         * rfc2047.el (rfc2047-field-value): New function.
232
233         * mail-parse.el (mail-header-field-value): New alias.
234
235         * gnus-art.el (gnus-mime-print-part): Fix typos.
236
237         * smiley-ems.el (gnus-smiley-file-types): New variable.
238         (smiley-update-cache): Use it.
239         (smiley-regexp-alist): Suffix-less smiley names.
240         (smiley-regexp-alist): Added more smileys.
241
242         * gnus-sum.el (gnus-print-buffer): Made into own function.
243         (gnus-summary-print-article): Use it.
244
245         * mailcap.el (mailcap-mime-info): Actually return the bit that we
246         looked for when REQUEST is a string.
247
248         * gnus-art.el (gnus-mime-button-commands): Add printing
249         keystroke. 
250         (gnus-mime-copy-part): Doc fix.
251         (gnus-mime-print-part): New command.
252
253 2001-12-31  Simon Josefsson  <jas@extundo.com>
254
255         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
256         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
257
258 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
259
260         * gnus-picon.el (gnus-treat-from-picon): Autoload.
261         (picon): Fix doc.
262
263         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
264         longer exists. Remove those codes.
265         * gnus.el (gnus-use-picons): Ditto.
266
267 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
268
269         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
270         infloop. 
271
272         * gnus-sum.el (t): New `W D' map.
273
274         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
275         (gnus-article-treat-body-boundary): Clean up.
276         (gnus-body-boundary-face): Removed.
277         (gnus-article-goto-header): Moved here.
278         (gnus-article-goto-header): Allow better regexps.
279         (gnus-article-treat-fold-newsgroups): New command.
280
281         * gnus-sum.el (gnus-summary-move-article): We have to select an
282         article to give `gnus-read-move-group-name' an opportunity to
283         suggest an appropriate default.
284
285         * rfc2047.el (rfc2047-fold-line): New function.
286         (rfc2047-unfold-line): Ditto.
287         (rfc2047-fold-region): Don't fold just after the header name. 
288
289         * mail-parse.el (mail-header-fold-line): New alias.
290         (mail-header-unfold-line): Ditto.
291
292         * gnus-art.el (gnus-body-boundary-face): Renamed.
293         (gnus-article-treat-body-boundary): Use it.
294         (gnus-article-treat-body-boundary): Use an invisible header and a
295         line of underline characters.
296
297 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
298
299         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
300
301         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
302         (gnus-picon-split-address): New function.
303         (gnus-picon-find-face): Use it.
304         (gnus-picon-transform-address): Use it. Set first to t for each
305         address.
306
307         * gnus-art.el (gnus-with-article-headers): Move to here. Define
308         the macro then use it.
309         (gnus-treatment-function-alist): Treat picons earlier.
310
311 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
312
313         * gnus-art.el (gnus-body-separator-face): New variable.
314         (gnus-article-treat-body-boundary): Use a blank, colored line. 
315
316         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
317         well. 
318
319         * gnus-art.el (gnus-treat-body-boundary): New variable.
320         (gnus-article-treat-unfold-headers): Use helper macro.
321         (gnus-article-treat-body-boundary): New command.
322
323         * gnus.el (gnus-logo-color-style): Change the default color. 
324         (gnus-splash-face): Gray, gray.
325
326         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
327         colors.
328
329         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
330         (gnus-logo-color-style): Ditto.
331         (gnus-logo-colors): Ditto.
332
333         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
334
335         * gnus-art.el (gnus-treat-newsgroups-picon): New variable. 
336
337         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
338         (gnus-picon-transform-newsgroups): New function.
339
340         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
341         string. 
342
343         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
344
345         * gnus-art.el (gnus-treat-cc-picon): New variable.
346         (gnus-treat-mail-picon): Renamed.
347
348         * gnus-picon.el: New implementation.
349         (gnus-picon-find-face): Renamed.
350         (gnus-treat-from-picon): Use it.
351         (gnus-picon-transform-address): Renamed.
352         (gnus-treat-from-picon): Use it.
353         (gnus-picon-create-glyph): Renamed.
354         (gnus-picon-transform-address): Use it.
355         (gnus-treat-cc-picon): New command.
356
357         * mm-decode.el (mm-create-image-xemacs): Separated out into
358         function.  
359         (mm-get-image): Use it.
360
361         * gnus-art.el (gnus-treat-display-picons): Simplify.
362         (gnus-treat-from-picon): Renamed.
363
364         * gnus-ems.el (gnus-create-image): New function.
365         (gnus-put-image): New function.
366
367         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
368         (gnus-with-article-headers): New macro.
369         (gnus-article-goto-header): New function.
370
371         * gnus-xmas.el (gnus-image-type-available-p): New function.
372
373         * gnus-ems.el (gnus-image-type-available-p): New function.
374
375 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
376
377         * nnrss.el (nnrss-check-group): Find the correct tag, because
378         xml.el is changed.
379
380 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
381
382         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
383         lines are shorter than the window width.
384         (gnus-ignored-headers): More headers.
385
386 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
387
388         * gnus-art.el (gnus-treat-unfold-lines): New variable.
389         (gnus-treat-unfold-headers): Remamed.
390         (gnus-article-treat-unfold-headers): New command and keystroke. 
391
392         * rfc2047.el (rfc2047-encode-message-header): Clean up.
393
394         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied. 
395
396 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
397
398         * sha1-el.el (sha1-use-external): New variable.
399         (sha1-region): Use it.
400         (sha1-string): Ditto.
401
402         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
403         * gnus-picon.el: Less warnings when compile.
404
405 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
406
407         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
408         alias. 
409         (gnus-picons-database): Default to list.
410         (gnus-picons-lookup-internal): Use it.
411
412         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
413         to "bogus".
414
415         * gnus-win.el (gnus-configure-windows-hook): New hook.
416
417 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
418
419         * gnus-win.el (gnus-configure-windows): Minimize tree buffer. 
420
421 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
422
423         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
424         lists. 
425         (gnus-select-newsgroup): Don't append; push.
426         (gnus-adjust-marked-articles): Remove obsolete ranges from
427         `seen'. 
428         (gnus-update-marks): Clean up.
429         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
430
431 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
432
433         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days. 
434
435 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
436
437         * gnus-sum.el (gnus-auto-select-subject): New variable.
438         (gnus-summary-best-unread-subject): New function.
439         (gnus-summary-best-unread-article): Use it.
440         (gnus-summary-first-unseen-subject): New function and command. 
441
442         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
443         other treatments.
444
445         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
446         function. 
447
448         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
449         from the list of hidden types. 
450
451         * mm-view.el (mm-inline-text): Ditto.
452         (mm-inline-text): Ditto.
453         (mm-w3-prepare-buffer): Ditto.
454
455         * gnus-art.el (article-wash-html): Inhibit more remote fetching. 
456
457 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
458
459         * gnus-art.el (gnus-ignored-headers): Added more headers. 
460
461 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
462
463         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
464         once. 
465
466 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
467
468         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix. 
469
470 2001-12-28  Simon Josefsson  <jas@extundo.com>
471
472         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
473         Jesper Harder <harder@ifa.au.dk>.
474
475 2001-12-27  Simon Josefsson  <jas@extundo.com>
476
477         * gnus-sum.el (gnus-select-newsgroup): Make
478         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
479         contain all articles (instead of none) when no seen marks have
480         been set for the group.
481         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
482         instead, it seems to result in shorter ranges.
483
484 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
485
486         * mm-util.el (mm-iso-8859-x-to-15-region): Use
487         insert-before-markers.
488         From Jesper Harder <harder@ifa.au.dk>
489
490 2001-12-26  Paul Jarc <prj@po.cwru.edu>
491         
492         * nnmaildir.el (nnmaildir-save-mail): create the destination
493         groups if they do not exist.
494
495 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
496
497         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
498
499 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
500
501         * gnus-group.el (gnus-group-read-ephemeral-group): Call
502         gnus-group-real-name.
503
504         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
505         (gnus-newsgroup-variables): Ditto.
506
507         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
508         return it.
509
510 2001-12-21  Paul Jarc <prj@po.cwru.edu>
511         
512         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
513         * nnmaildir.el (top-level): Add commentary.
514         (nnmaildir-version): Indicate that nnmaildir is now a standard
515         part of Gnus, not separately released.
516         
517 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
518
519         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
520         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
521         * nnheader.el, nnmail.el: Nil/NIL vs. nil. 
522         From  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
523
524 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
525
526         * nnmaildir.el: Copyright changes. Require cl only at compile time.
527
528 2001-12-20  Simon Josefsson  <jas@extundo.com>
529
530         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
531         ZHU <zsh@cs.rochester.edu>.
532         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
533         Brian P Templeton <bpt@tunes.org>.
534
535 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
536
537         * nnmaildir.el: New file.
538         From Paul Jarc <prj@po.cwru.edu>.
539
540 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
541
542         * nndoc.el (nndoc-type-alist): Move forward to the end.
543
544 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
545
546         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
547         `dolist'.
548
549 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
550
551         * gnus-win.el (gnus-frames-on-display-list): New function.
552         (gnus-get-buffer-window): Use it.
553
554 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
555
556         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
557
558 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
559
560         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
561         
562 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
563            From Harald Meland <Harald.Meland@usit.uio.no>
564
565         * gnus-win.el (gnus-get-buffer-window): New function.
566         (gnus-all-windows-visible-p): Use it.
567
568         * gnus-util.el (gnus-horizontal-recenter) 
569         (gnus-horizontal-recenter, gnus-horizontal-recenter) 
570         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
571
572         * gnus-score.el (gnus-score-insert-help): Use it.
573
574         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
575         (gnus-generate-tree, gnus-highlight-selected-tree)
576         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
577         it.
578
579         * gnus-art.el (gnus-article-set-window-start)
580         (gnus-mm-display-part, gnus-request-article-this-buffer)
581         (gnus-button-next-page, gnus-button-prev-page)
582         (gnus-article-button-next-page, gnus-article-button-prev-page):
583         Use it.
584
585 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
586
587         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
588         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
589         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
590
591 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
592
593         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
594         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
595         * mml1991.el, nnultimate.el: Add `coding'.
596
597 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
598
599         * ChangeLog: changed coding to buffer-file-coding-system
600         * ChangeLog.1: same
601         * nnwfm.el: same
602         * gnus-smiley.el: same
603         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
604         * gnus-delay.el: same
605         * gnus-spec.el: same
606         * message.el: same
607         * mml1991.el: same
608         * nnultimate.el: same
609
610 2001-12-16  Simon Josefsson  <jas@extundo.com>
611         Inspired by code by Dirk Meyer <dischi@tzi.de>.
612
613         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
614         (gnus-summary-save-map): Add muttprint.
615         (gnus-summary-make-menu-bar): Ditto.
616         (gnus-summary-muttprint): New function.
617
618         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
619
620 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
621
622         * uudecode.el (uudecode-decode-region-internal): Speedup by using
623         temporary list instead of buffer.
624
625         * mm-url.el (executable-find): autoload.
626
627 2001-12-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
628
629         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
630         to variable, follow doc-string conventions).
631
632 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
633
634         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
635         subscribe-level
636         * gnus-topic.el (gnus-subscribe-topics): use it.
637
638 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
639
640         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
641         messages. (A small patch with indentation)
642         From Sean Neakums <sneakums@zork.net>.
643
644         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
645         nil after shooting down the gnus-original-article-buffer.
646
647 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
648
649         * uudecode.el (uudecode-use-external): New variable.
650         (uudecode-decode-region): Automatically detect external program.
651
652         * binhex.el (binhex-use-external): New variable.
653         (binhex-decode-region-internal): New function.
654         (binhex-decode-region): Automatically detect external program.
655         
656         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
657         Use them.
658
659 2001-12-12  Simon Josefsson  <jas@extundo.com>
660
661         * nnvirtual.el (nnvirtual-always-rescan) 
662         (nnvirtual-component-regexp): Fix doc.
663
664         * nnoo.el (defvoo): Add doc to defvoo variables.
665
666         * nnml.el (nnml-directory, nnml-active-file) 
667         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil) 
668         (nnml-marks-is-evil, nnml-filenames-are-evil) 
669         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
670
671         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
672         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
673         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
674         `error'.
675
676         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file) 
677         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook): 
678
679         * nnfolder.el (nnfolder-directory, nnfolder-active-file) 
680         (nnfolder-newsgroups-file, nnfolder-get-new-mail) 
681         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry) 
682         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
683
684         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file) 
685         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
686
687         * imap.el, nnimap.el: Fix indentation.
688
689         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
690
691 2001-12-12  Didier Verna  <didier@xemacs.org>
692
693         * gnus-msg.el (gnus-group-news): New function.
694         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
695         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
696         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
697         for it.
698         * gnus-msg.el (gnus-summary-news-other-window): New function.
699         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
700         bind it to `i'.
701         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
702         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
703         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
704         for it (called with a prefix).
705         * gnus-msg.el (gnus-configure-posting-styles): add an optional
706         group-name argument.
707         * gnus-msg.el (gnus-setup-message): use it.
708
709 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
710
711         * gnus-sum.el (gnus-summary-show-article): Fix doc.
712
713 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
714
715         * mml.el (mime-to-mml): Remove Content-Disposition too.
716
717 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
718
719         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
720         * gnus-group.el (gnus-group-name-decode): Decode unibyte
721         strings only.
722         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
723
724 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
725
726         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
727         (nnmail-fancy-expiry-target): Use it.
728         Suggestions from Simon Josefsson <jas@extundo.com>.
729
730 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
731
732         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
733
734 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
735
736         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
737
738         * gnus-util.el (gnus-url-unhex-string): Move here.
739
740 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
741
742         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
743         mm-url-decode-entities-nbsp.
744
745         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
746         * webmail.el, nnwfm.el: Use mm-url.
747
748         * mm-url.el (mm-url-fetch-form): Move from nnweb.
749         (mm-url-remove-markup): Move from nnweb.
750         (mm-url-fetch-simple): Move from webmail.
751
752         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
753
754 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
755
756         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
757         (gnus-summary-print-article): Use it.
758
759         * gnus-util.el (gnus-replace-in-string): Typo.
760
761 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
762
763         * nnweb.el (nnweb-replace-in-string): Removed.
764
765         * gnus-util.el (gnus-replace-in-string): New function.
766         (gnus-mode-string-quote): Use it.
767
768         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
769         * nnwfm.el (nnwfm-create-mapping): Ditto.
770
771 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
772
773         * dgnushack.el (dgnushack-compile): nnrss.el and
774         nnslashdot.el don't depend on nnweb, url, w3.
775
776         * nnrss.el: Use mm-url.
777
778 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
779
780         * mm-url.el (mm-url-insert-file-contents): Support file:.
781
782 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
783
784         * mm-view.el: Lower case for the description line. Sync from the
785         Emacs CVS.
786
787 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
788
789         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
790         From:  Stefan Monnier  <monnier@cs.yale.edu>
791
792 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
793
794         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
795
796 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
797
798         * mm-url.el: Require executable.
799         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
800
801 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
802
803         * pop3.el (pop3-munge-message-separator): Only use valid date.
804         From Michael Welsh Duggan <md5i@cs.cmu.edu>.
805
806         * Makefile.in: gnus-load.elc may not be generated.
807
808 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
809
810         * mm-url.el: New file.
811         * nnslashdot.el: Use it.
812         * mm-extern.el (mm-extern-url): Use it.
813
814 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
815
816         * gnus-sum.el (gnus-summary-save-article): Nix
817         gnus-display-mime-function and gnus-article-prepare-hook.
818
819         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
820         the beginning of lines.
821         (gnus-complex-form-to-spec): Ditto.
822
823 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
824
825         * message.el (message-make-mft): Fix the m-s-a-file regexp.
826         From Paul Jarc <prj@po.cwru.edu>.
827
828 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
829
830         * message.el: New variable message-subscribed-address-file;
831         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
832
833 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
834
835         * message.el (message-tab-body-function): Set to nil.
836         (message-tab): Use text-mode-map or global-map.
837         Suggested by Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
838
839 2001-11-30  Simon Josefsson  <jas@extundo.com>
840
841         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
842         instead of gnus-union, for speed.  Suggested by Christoph Conrad
843         <christoph.conrad@gmx.de>.
844         (gnus-agent-fetch-group-1): Add verbose message.
845
846 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
847
848         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
849         of integers.
850
851 2001-11-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
852
853         * message.el (message-newgroups-header-regexp)
854         (message-completion-alist, message-tab-body-function): Use
855         defcustom rather than defvar.
856         (message-tab): Mention `message-tab-body-function' in doc.
857         Suggested by Karl Eichwalder.
858
859 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
860
861         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
862
863 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
864
865         * nnheader.el (nnheader-find-nov-line): Don't use macro
866         gnus-delete-line.
867
868         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
869         (gnus-group-name-charset): Ditto.
870
871         * gnus-util.el (gnus-buffer-live-p): Ditto.
872
873 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
874
875         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
876         open parenthesis in doc.
877         (sieve-manage-authenticator-alist): Typo in doc.
878         * imap.el (imap-authenticator-alist): Typo in doc.
879         (imap-stream-alist): Backslash.
880
881         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
882           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
883
884 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
885
886         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
887
888         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
889
890         * gnus-msg.el (gnus-configure-posting-styles): use
891         make-local-hook. Add LOCAL for add-hook.
892
893 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
894
895         * message.el (message-mode): Use `make-local-hook' unless
896         obsolete.
897         Patch by Katsumi Yamaoka  <yamaoka@jpl.org>.
898
899 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
900
901         * canlock.el: Remove sha1.el and base64.el stuff.
902
903 2001-11-26  Didier Verna  <didier@xemacs.org>
904
905         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
906         if needed.
907
908 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
909
910         * message.el (message-tamago-not-in-use-p): New function.
911         (message-strip-forbidden-properties): Use it.
912
913 2001-11-26  Didier Verna  <didier@xemacs.org>
914
915         * gnus-start.el (gnus-check-first-time-used): only check for
916         existence of .el[d] files.
917
918 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
919
920         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
921
922         * message.el (message-setup-1): Clean up mc-*.
923
924 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
925
926         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
927         * gnus-score.el (gnus-score-find-bnews): Use it.
928
929         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
930         (gnus-summary-limit-to-author): Ditto.
931         (gnus-summary-limit-to-extra): Ditto.
932         (gnus-summary-find-matching): Support not-matching argument.
933
934 2001-11-25  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
935
936         * message.el (message-wash-subject): Use `insert' rather than
937         `insert-string', which is deprecated.
938
939 2001-11-24  Simon Josefsson  <jas@extundo.com>
940
941         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
942         message. (Gnus does not "default" to using 8bit for the message,
943         it default to use 8bit encoding and the user-supplied CTE
944         value. Calling this behaviour "treating it as 8bit" is perhaps
945         better.)
946
947         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
948         (compare mm-charset-to-coding-system).
949
950 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
951
952         * canlock.el (canlock-sha1-with-openssl): Use unibyte
953         buffer. Correctly decode hex.
954
955 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
956
957         * gnus-agent.el (gnus-category-insert-line): Convert category
958         names to strings.
959
960 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
961
962         * message.el (sha1): eval-and-compile.
963
964 2001-11-20  Simon Josefsson  <jas@extundo.com>
965
966         * message.el (message-allow-no-recipients): New variable.
967         (message-send): Use it, customize the prompting when posting to
968         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
969
970 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
971
972         * mm-util.el (mm-coding-system-priorities): New variable.
973         (mm-sort-coding-systems-predicate): New function.
974         (mm-find-mime-charset-region): Resort coding systems if needed.
975         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
976
977 2001-11-20  Didier Verna  <didier@xemacs.org>
978
979         * gnus-group.el (gnus-group-make-help-group): new optional
980         argument to control the error behavior.
981         * gnus-start.el (gnus-check-first-time-used): use it to avoid
982         erroring.
983
984 2001-11-19  Simon Josefsson  <jas@extundo.com>
985
986         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
987         instead of C-c C-u.  Suggested by Per Abrahamsen
988         <abraham@dina.kvl.dk>.
989
990 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
991
992         * nnfolder.el (nnfolder-read-folder): Use group instead of
993         nnfolder-current-group.
994         Suggested by Lorentey Karoly <lorentey@elte.hu>.
995
996 2001-11-17  Simon Josefsson  <jas@extundo.com>
997
998         * message.el (message-send): Ask user if Fcc/Gcc should be
999         performed when no other sender was specified.
1000         Suggested by prj@po.cwru.edu (Paul Jarc).
1001
1002 2001-11-17  Simon Josefsson  <jas@extundo.com>
1003
1004         * message.el (message-mode, message-mode-map): Use C-c C-u for
1005         Importance: instead of C-c C-p (used by SC).
1006
1007 2001-11-16  Simon Josefsson  <jas@extundo.com>
1008
1009         * message.el (message-insert-importance-high)
1010         (message-insert-importance-low): Save point.
1011
1012         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
1013         value.
1014
1015 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
1016
1017         * message.el (message-strip-special-text-properties): New option.
1018         (message-strip-forbidden-properties): Obey it.
1019
1020 2001-11-14  Sam Steingold  <sds@gnu.org>
1021
1022         * gnus-score.el: Fixed some doc strings to properly quote symbols.
1023
1024 2001-11-15  Simon Josefsson  <jas@extundo.com>
1025
1026         Support "Importance:" header in Message.
1027
1028         * message.el (message-mode-map): Bind C-c C-p to
1029         `message-insert-or-toggle-importance'
1030         (message-mode-menu): Add message-insert-importance-{high,low}.
1031         (message-insert-importance-high, message-insert-importance-low)
1032         (message-insert-or-toggle-importance): New functions.
1033         (message-tool-bar-map): Add {un,}important.
1034         (message-mode): Doc fix.
1035
1036 2001-11-15  Simon Josefsson  <jas@extundo.com>
1037
1038         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
1039
1040         * mml.el (mml-menu): Fix toolbar tooltip.
1041
1042 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1043
1044         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
1045         * nnml.el (nnml-save-marks): Ditto.
1046
1047         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
1048
1049 2001-11-15  Simon Josefsson  <jas@extundo.com>
1050
1051         * nnml.el (nnml-save-marks):
1052         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
1053         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
1054
1055 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
1056
1057         * gnus-art.el (gnus-article-wash-status-strings): Use
1058         `copy-sequence', not `copy-seq'.
1059
1060 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
1061
1062         * gnus-art.el (gnus-article-wash-status-strings): New constant.
1063         (gnus-gnus-article-wash-status-entry): New function.
1064         (gnus-article-wash-status): Use it.
1065
1066 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1067
1068         * mml1991.el: Add coding header.
1069
1070 2001-11-12  Simon Josefsson  <jas@extundo.com>
1071
1072         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
1073         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
1074         `mml1991-sign' and `mml1991-encrypt'.
1075         (mml1991-encrypt, mml1991-sign): New glue functions.
1076         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
1077
1078         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
1079         (mml-menu): Add PGP to menu.
1080
1081         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
1082         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
1083         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
1084         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
1085
1086         * mml2015.el: Mention RFC 3156.
1087
1088         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
1089
1090 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1091
1092         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
1093
1094         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
1095           From <Michael.Cook@cisco.com>
1096
1097 2001-11-11  Simon Josefsson  <jas@extundo.com>
1098
1099         * message.el (top-level): Autoload sha1.
1100         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
1101         canlock, no need to require two different hash algs).  Suggested
1102         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
1103
1104 2001-11-09  Simon Josefsson  <jas@extundo.com>
1105
1106         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Bm\e(Bk
1107         <Pavel@Janik.cz>.
1108
1109 2001-11-09  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1110
1111         * message.el (message-point-in-header-p): New function.
1112         (message-do-auto-fill): Use it.
1113         (message-beginning-of-line): New function.  Goes to beginning of
1114         header value (i.e., end of header name), or to beginning of line
1115         if already at beginning of value.  Behaves like
1116         `beginning-of-line' when in message body.
1117         (message-mode-map): Bind it.
1118
1119 2001-11-08  Simon Josefsson  <jas@extundo.com>
1120
1121         * gnus-msg.el (gnus-posting-styles): Add doc.
1122
1123 2001-11-07  Simon Josefsson  <jas@extundo.com>
1124
1125         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
1126
1127         * sieve-mode.el (sieve-control-commands-face)
1128         (sieve-control-commands-face, sieve-action-commands-face)
1129         (sieve-test-commands-face, sieve-tagged-arguments-face): New
1130         faces.
1131         (sieve-font-lock-keywords): Use them.
1132         (sieve-mode): Only set font-lock-defaults in emacs.
1133
1134         * gnus-art.el (gnus-default-article-saver): Add
1135         gnus-summary-save-body-in-file.
1136         (gnus-summary-write-to-file): Fix doc.
1137
1138 2001-11-07  Simon Josefsson  <jas@extundo.com>
1139
1140         * gnus-art.el (gnus-treat-highlight-signature): Add cross
1141         reference to the correct chapter in the manual.
1142
1143         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
1144         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
1145
1146 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1147
1148         * mml.el (mml-preview): Bind mail-header-separator.
1149
1150 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1151
1152         * message.el: Always require canlock.
1153         (message-ignored-supersedes-headers): Include Cancel-Lock and
1154         Cancel-Key.
1155         (message-insert-canlock): Don't require canlock.
1156         (message-cancel-news): Don't check whether canlock is available.
1157         (message-supersede): Support cancel-locks.
1158
1159         * gnus-art.el: Don't autoload canlock.
1160
1161 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1162
1163         * mail-source.el (mail-source-fetch-imap): ASYNC param.
1164         From: <andre@slamdunknetworks.com>
1165
1166 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1167
1168         * many files: Fix copyright lines.
1169
1170 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1171
1172         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
1173         Suggested by Dave Love  <fx@gnu.org>.
1174
1175 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1176
1177         * message.el (message-kill-buffer): Remove auto-save file after
1178         confirm.
1179
1180         * message.el (message-send-mail): Call message-generate-headers
1181         once.  Suggested by Matt Armstrong <matt@lickey.com>.
1182
1183         * gnus-topic.el (gnus-topic-rename): Initial-input.
1184         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
1185
1186 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
1187
1188         * message.el (message-forbidden-properties): New constant.
1189         (message-strip-forbidden-properties): New function.
1190         (message-mode): Activate it.
1191
1192 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1193
1194         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
1195         (mm-hack-charsets): Fix doc.
1196
1197 2001-11-02  Simon Josefsson  <jas@extundo.com>
1198
1199         * gnus-int.el (gnus-check-server): Message "...done" when done.
1200
1201         * imap.el (imap-close): Don't message (imap-send-command-wait
1202         returns if the connection is dropped).
1203         (imap-wait-for-tag): Nix out message only when necessary.
1204
1205         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
1206         for non-crossposting.
1207         (gnus-sieve-crosspost): Default to t to be consistent with other
1208         parts of Gnus.
1209
1210 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1211
1212         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
1213         (mm-iso-8859-x-to-15-table): Ditto.
1214         (mm-iso-8859-x-to-15-region): Ditto.
1215         (mm-find-mime-charset-region): Ditto.
1216
1217 2001-11-01  Simon Josefsson  <jas@extundo.com>
1218
1219         * nnimap.el (nnimap-close-asynchronous): New variable.
1220         (nnimap-close-group): Use it.
1221         (nnimap-expunge): Don't use it.
1222
1223         * imap.el (imap-callbacks): New variable.
1224         (imap-remassoc): Copied from `gnus-remassoc'.
1225         (imap-add-callback): New function.
1226         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
1227         behaviour.
1228         (imap-parse-response): Call the callback.
1229
1230         * message.el (message-insert-canlock): New variable.
1231         (message-canlock-generate, message-canlock-password)
1232         (message-insert-canlock): New functions.
1233         (message-send-news): Call `message-insert-canlock'.
1234         (top-level): Require canlock when compiling.
1235         (message-insert-canlock): Require canlock before we need it.
1236
1237 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1238
1239         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
1240
1241 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1242
1243         * dgnushack.el (dgnushack-make-load): A workaround for
1244         custom-add-loads bug in some versions of XEmacs.
1245
1246 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1247
1248         * mm-util.el (mm-charset-synonym-alist): Revert (some).
1249
1250 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1251
1252         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
1253         (mm-hack-charsets): New variable.
1254         (mm-iso-8859-15-compatible): New variable.
1255         (mm-iso-8859-x-to-15-table): New variable.
1256         (mm-find-mime-charset-region): Add parameter hack-charsets.
1257
1258         * mm-bodies.el (mm-encode-body): Use it.
1259         * mml.el (mml-parse-1): Ditto.
1260
1261 2001-11-01  Simon Josefsson  <jas@extundo.com>
1262
1263         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
1264
1265 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1266
1267         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
1268         is nil.
1269
1270 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1271
1272         * smiley-ems.el (smiley-update-cache): Auto detect file type.
1273
1274         * message.el (message-forward-rmail-make-body): Use
1275         save-window-excursion.
1276         (message-encode-message-body): Search with noerror.
1277         (message-setup-1): Convert compose-mail send-actions to
1278         message-send-actions.
1279
1280 2001-11-01  Simon Josefsson  <jas@extundo.com>
1281
1282         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
1283         <yamaoka@jpl.org>.
1284
1285 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1286
1287         * sieve-manage.el (sieve-string-bytes): No complain.
1288
1289 2001-11-01  Simon Josefsson  <jas@extundo.com>
1290
1291         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
1292         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
1293         has autoload cookies, so no `require' should be necessary.)
1294
1295         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
1296         files.
1297
1298 2001-10-31  Simon Josefsson  <jas@extundo.com>
1299
1300         * gnus-cus.el (gnus-group-parameters): Support integer `display'
1301         parameter.
1302
1303         * gnus-sum.el (gnus-select-newsgroup): If group parameter
1304         `display' is a number (and C-u wasn't used to enter group), only
1305         fetch that number of articles.
1306
1307 2001-10-31  Matt Armstrong  <matt@lickey.com>
1308
1309         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
1310         not-subscribed -> subscribed.
1311
1312 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1313         From: Josh Huber <huber@alum.wpi.edu>
1314
1315         * message.el (message-subscribed-address-functions): New variable.
1316         (message-subscribed-addresses): New variable.
1317         (message-subscribed-regexps): New variable.
1318         (message-goto-mail-followup-to): New function.
1319         (message-send-mail): Add Mail-Followup-To.
1320         (message-make-mft): New function.
1321
1322         * gnus.el (gnus-find-subscribed-addresses): New function.
1323
1324 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1325
1326         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
1327         (mail-source-fetch-pop): Ditto.
1328         (mail-source-check-pop): Ditto.
1329
1330         * gnus-start.el (gnus-read-init-file): Ditto.
1331         (gnus-activate-group): Ditto.
1332         (gnus-read-newsrc-el-file): Ditto.
1333
1334 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1335
1336         * message.el (message-get-reply-headers): Make sure there is ", ".
1337
1338         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
1339         mm-coding-system-p. Don't correct it only in XEmacs.
1340         (mm-charset-to-coding-system): Use mm-coding-system-p and
1341         mm-get-coding-system-list.
1342         (mm-emacs-mule, mm-mule4-p): New variables.
1343         (mm-enable-multibyte, mm-disable-multibyte,
1344         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
1345         mm-with-unibyte-current-buffer,
1346         mm-with-unibyte-current-buffer-mule4): Use them.
1347         (mm-find-mime-charset-region): Treat iso-2022-jp.
1348
1349         From  Dave Love  <fx@gnu.org>:
1350
1351         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
1352         construction.
1353         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
1354         entries conditional on not having a coding system defined for
1355         them.
1356         (mm-mule-charset-to-mime-charset): Use
1357         find-coding-systems-for-charsets if defined.
1358         (mm-charset-to-coding-system): Don't use
1359         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
1360         later.  Add last resort search of coding systems.
1361         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
1362         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
1363         Mule 4.
1364         (mm-find-mime-charset-region): Re-write.
1365         (mm-with-unibyte-current-buffer): Restore buffer as well as
1366         multibyteness.
1367
1368 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1369
1370         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
1371         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
1372         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
1373
1374 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1375
1376         * gnus-art.el (article-display-x-face): Nix buffer-read-only
1377         again.
1378
1379         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
1380
1381 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1382
1383         * gnus-spec.el (gnus-parse-simple-format): Use
1384           buffer-substring-no-properties.
1385
1386 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1387
1388         * gnus-art.el (article-verify-cancel-lock): New function.
1389
1390         * nnheader.el (nntp-process-response): New variable.
1391         (nnheader-init-server-buffer): Make `nntp-process-response'
1392         buffer-local in `nntp-server-buffer'.
1393
1394         * nntp.el (nntp-prepare-post-hook): New hook.
1395         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
1396         (nntp-async-trigger): Ditto.
1397         (nntp-request-post): Insert a server's ID if there's no Message-ID
1398         header; run `nntp-prepare-post-hook'.
1399
1400 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1401
1402         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
1403         instead.
1404
1405         * message.el (message-forward-subject-author-subject): Don't use
1406         message-news-p, which widens the buffer.
1407         (message-forward-make-body): New function.
1408         (message-forward): Use it.
1409         (message-insinuate-rmail): New function.
1410         (message-forward-rmail-make-body): New function.
1411
1412 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1413
1414         * mm-extern.el (mm-extern): Provide it.
1415
1416         * mm-partial.el (mm-partial): Provide it.
1417
1418 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1419
1420         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
1421
1422 2001-10-29  Simon Josefsson  <jas@extundo.com>
1423
1424         * mml.el (mml-preview): Bind message-this-is-news if it is
1425         news. From Jesper Harder <harder@myrealbox.com>.
1426
1427 2001-10-28  Simon Josefsson  <jas@extundo.com>
1428
1429         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
1430
1431 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
1432
1433         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
1434         ironic smilies.
1435
1436 2001-10-27  Simon Josefsson  <jas@extundo.com>
1437
1438         * message.el (message-indent-citation): Don't add trailing
1439         whitespace when citing text.
1440
1441         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
1442         <harder@ifa.au.dk>.
1443
1444 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1445
1446         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
1447         not available.
1448         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
1449         (nnweb-type-definition): Add google as alias of dejanews.
1450         (nnweb-google-parse-1): Forward 1 line.
1451
1452 2001-10-26  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1453
1454         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
1455         variable `message-forward-ignored-headers'.
1456
1457 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
1458
1459         * gnus.el (gnus-expand-group-parameter): New function.
1460         (gnus-expand-group-parameters): Call it.
1461         (gnus-group-fast-parameter): New function.
1462         (gnus-group-find-parameter): Call it.
1463
1464 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
1465
1466         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
1467         vector (it didn't before because of a bug).
1468         * gnus-msg.el (gnus-post-news): Use header vector directly, if
1469         available.  Before it converted it to an article number.
1470
1471         This makes followup to news articles with negative numbers in
1472         nnvirtual groups use news instead of mail.
1473
1474 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
1475
1476         * gnus.el (post-method): Use `native' instead of `nil'.
1477
1478         * gnus-msg.el (gnus-post-method): Ditto.
1479
1480 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
1481
1482         * gnus.el (gnus-define-group-parameter): Grammar fix.
1483
1484 2001-10-22  Simon Josefsson  <jas@extundo.com>
1485
1486         * gnus-msg.el (gnus-extended-version): Include
1487         system-configuration.
1488         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,A_\e(Bjohann).
1489
1490 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
1491
1492         * gnus.el (post-method): Customization fix: `native' is not a
1493         valid value.
1494         * gnus-msg.el (gnus-post-method): Doc and customization fix:
1495         `native' is not a valid value.
1496
1497 2001-10-21  Simon Josefsson  <jas@extundo.com>
1498
1499         * nnimap.el (nnimap): Defgroup
1500         (nnimap-strict-function, nnimap-strict-function-match): New
1501         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
1502         (nnimap-split-crosspost, nnimap-split-inbox)
1503         (nnimap-split-rule, nnimap-split-predicate)
1504         (nnimap-split-predicate): Defcustom.
1505         (nnimap-split-inbox, nnimap-expunge-search-string)
1506         (nnimap-importantize-dormant): Remove "*" from doc.
1507
1508 2001-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1509
1510         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
1511         not supplied via prefix arg.  From Lisp, make arg mandatory.
1512         Suggested by Frank Schmitt.
1513
1514 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
1515
1516         * message.el (message-do-auto-fill): Avoid calling
1517         'rfc822-goto-eoh'.
1518
1519 2001-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1520         From Paul Jarc <prj@po.cwru.edu>.
1521
1522         * message.el (message-get-reply-headers): Restructure the logic
1523         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
1524
1525 2001-10-20  Simon Josefsson  <jas@extundo.com>
1526
1527         * message.el (message-cancel-news): Support cancel-locks.
1528         Suggested by Per Abrahamsson.
1529
1530         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
1531         conses.  From David Z Maze <dmaze@MIT.EDU>.
1532
1533         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
1534
1535 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
1536
1537         * mm-decode.el (mm-default-directory): Fix customize type.
1538
1539         * message.el (message-setup-fill-variables): Kludge to use
1540         normal-auto-fill-function even if auto fill is already activated.
1541
1542 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
1543
1544         * message.el (message-do-auto-fill): New version that does not
1545         rely on text properties, by Simon Josefsson <jas@extundo.com>.
1546         (message-setup-1): Removed the `message-field' property.
1547
1548         * gnus-draft.el (gnus-draft-edit-message): Removed the
1549         `message-field' property.
1550
1551 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
1552
1553         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
1554         `message-field'.  The `field' property has a special significance in
1555         Emacs 21.
1556
1557         * message.el (message-send, message-setup-1): Ditto.
1558
1559 2001-10-18  Simon Josefsson  <jas@extundo.com>
1560
1561         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
1562         when undoing.
1563
1564 2001-10-18  Simon Josefsson  <jas@extundo.com>
1565         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
1566
1567         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
1568         (gnus-summary-make-menu-bar): Ditto.
1569
1570 2001-10-17  Simon Josefsson  <jas@extundo.com>
1571
1572         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
1573         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
1574
1575 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1576
1577         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
1578         * gnus-util.el (gnus-user-date): New function.
1579         From Frank Schmitt <usenet@Frank-Schmitt.net>.
1580
1581 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
1582
1583         * message.el (message-check-news-header-syntax): Special case
1584         nnvirtual groups.
1585
1586         * gnus-sum.el (gnus-summary-respool-default-method): Changed
1587         customize type to `symbol'.
1588
1589 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1590
1591         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
1592         %&foo;.
1593         (gnus-parse-simple-format): Support user extended spec too.
1594         %u&foo; invokes gnus-user-format-function-foo.
1595
1596 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1597
1598         * nnml.el (nnml-request-expire-articles): Make sure it is back to
1599         the server.
1600         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
1601         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
1602         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
1603         * nndiary.el (nndiary-request-expire-articles): Ditto.
1604         (nndiary-schedule): Defsubst it before use it.
1605         (nndiary-error): eval-and-compile.
1606
1607 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
1608
1609         * gnus-msg.el (gnus-post-method): Changed two instances of
1610         `active' to `current' and one `null' to `not'.
1611
1612 2001-10-16  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1613         From Katsumi Yamaoka  <yamaoka@jpl.org>.
1614
1615         * message.el (message-setup-fill-variables): Use
1616         `normal-auto-fill-function' instead of `auto-fill-function'.
1617
1618 2001-10-16  Simon Josefsson  <jas@extundo.com>
1619
1620         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
1621         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
1622         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
1623
1624 2001-10-16  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1625         Patch by Oliver Scholz <oscholz@my.gnus.org>.
1626
1627         * gnus-draft.el (gnus-draft-edit-message): Add text property
1628         `field' with value `header' to message headers.
1629         * message.el (message-setup-1): Really add text property to all of
1630         the header, not just part of it.
1631
1632 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1633
1634         * gnus-group.el (gnus-group-sort-by-server): Use it.
1635
1636         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
1637
1638         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
1639         and keystroke.
1640
1641 2001-10-14  Simon Josefsson  <jas@extundo.com>
1642
1643         * dig.el: Doc fix.
1644
1645         * smime.el: Doc fix.
1646
1647         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
1648         charset magic from message.el.
1649
1650 2001-10-12  Simon Josefsson  <jas@extundo.com>
1651         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
1652
1653         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
1654         'cite from g-a-wash-types.
1655         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
1656         (gnus-article-hide-citation): Fix.
1657
1658         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
1659         character.
1660         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
1661
1662         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
1663         definition.
1664         (gnus-signature-toggle): Toggle `s' mode line character.
1665
1666         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
1667         doing stuff that clears it.
1668
1669 2001-10-12  Simon Josefsson  <jas@extundo.com>
1670
1671         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
1672         From Eric Marsden <emarsden@laas.fr>.
1673
1674 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1675
1676         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
1677         (autoload): Add some autoloads.
1678
1679 2001-10-12  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1680         Suggested by Oliver Scholz <epameinondas@gmx.de>.
1681
1682         * message.el (message-do-auto-fill): New function.  Like
1683         `do-auto-fill' but don't fill when in the message header.
1684         (message-setup-1): Put a text property on the message header.
1685         (message-setup-fill-variables): Use `message-do-auto-fill'.
1686
1687 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1688
1689         * message.el (message-send-mail-partially): Insert an empty line
1690         first, because of the change of message-make-lines.
1691
1692 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
1693
1694         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
1695         iso-8859-15, make it an alias for iso-8859-1.
1696
1697 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1698
1699         * message.el (message-send-news): Don't modify the value of
1700         `message-syntax-checks' if it is not a list (possibly it is
1701         `dont-check-for-anything-just-trust-me').
1702
1703 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1704
1705         * gnus-group.el (gnus-group-name-charset-group-alist): Use
1706         `find-coding-system' for XEmacs to check whether the coding-system
1707         `utf-8' is available.
1708
1709 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1710
1711         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
1712
1713 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
1714
1715         * message.el (message-send-news): Oops, missed case with no
1716         "Followup-To" header...
1717
1718 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
1719
1720         * message.el (message-send-news): Allow
1721         `gnus-group-name-charset-group-alist' to affect encoding of the
1722         "Newsgroups" and "Followup-To" headers.
1723
1724 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1725
1726         * Makefile.in (install-el): Depend on gnus-load.el.
1727
1728 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1729
1730         * Makefile.in (install-el): Use -f.
1731         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
1732
1733 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
1734
1735         * message.el (message-send-news): Don't encode Followups-To when
1736         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
1737
1738         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
1739         header.
1740
1741         * gnus-art.el (article-decode-group-name): Also decode
1742         "Followup-To".
1743
1744         * rfc2047.el (rfc2047-encode-message-header): Encode without
1745         asking for null methods.
1746
1747         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
1748         default charset for newsgroup names in accordance with USEFOR.
1749
1750         * gnus-group.el (gnus-group-name-charset-method-alist,
1751         gnus-group-name-charset-group-alist): Removed "*" from doc
1752         strings, "*" should not be used for complex variables.
1753
1754 2001-10-06  Simon Josefsson  <jas@extundo.com>
1755
1756         Support UTF-8 group names better.
1757
1758         * message.el (message-check-news-header-syntax): Encode group
1759         names before comparison.
1760
1761         * gnus-msg.el (gnus-copy-article-buffer): Run all
1762         `gnus-article-decode-hook's except `article-decode-charset'
1763         instead of hardcoding call to one of them.
1764
1765         * gnus-art.el (gnus-article-decode-hook): Add
1766         `article-decode-group-name'.
1767         (article-decode-group-name): New function, use `g-d-n'.
1768
1769         * gnus-group.el (gnus-group-insert-group-line): Decode
1770         gnus-tmp-group using `g-d-n'.
1771
1772         * gnus-util.el (gnus-decode-newsgroups): New function.
1773
1774 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
1775
1776         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
1777         `gnus-group-name-charset-group-alist'.
1778
1779 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1780
1781         * Makefile.in: Install el in install. Add uninstall.
1782
1783 2001-10-05  Simon Josefsson  <jas@extundo.com>
1784
1785         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
1786
1787         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
1788
1789         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
1790         empty folders.
1791
1792         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
1793         limiting if read-all (C-u RET) was used.
1794
1795 2001-10-04  Simon Josefsson  <jas@extundo.com>
1796
1797         * mail-source.el (mail-source-movemail-program): New variable.
1798         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
1799         <thutt@thutt.vmware.com>.
1800
1801 2001-10-03  Simon Josefsson  <jas@extundo.com>
1802
1803         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
1804         (gnus-summary-line-format-alist): Fix param.
1805
1806 2001-10-02  Simon Josefsson  <jas@extundo.com>
1807
1808         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
1809         don't go through `nnimap-request-expire-articles' to delete the
1810         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
1811
1812 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1813
1814         * gnus-agent.el (gnus-agent-write-active): The min in the
1815         agent/active may be larger than that in the server/active.
1816
1817 2001-10-01  Simon Josefsson  <jas@extundo.com>
1818
1819         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
1820         is IMAP4rev1.
1821
1822         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
1823
1824         * nnfolder.el: Ditto.
1825
1826 2001-09-30  Dan Christensen <jdc+news@uwo.ca>
1827
1828         * gnus-sum.el (gnus-summary-extract-address-component): New function.
1829         (gnus-summary-from-or-to-or-newsgroups): Optimize.
1830
1831 2001-09-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1832
1833         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
1834         (message-mode-menu): Menu item for same.
1835
1836         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
1837         delayed articles.
1838
1839         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
1840         nndraft:delayed does not exist.
1841         (gnus-delay-initialize): Don't set up keymap, that's done from
1842         message.el now.
1843         (gnus-delay, gnus-delay-group, gnus-delay-header)
1844         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
1845
1846 2001-09-29  Simon Josefsson  <jas@extundo.com>
1847
1848         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
1849         utf-8, not eight-bit-control.
1850
1851         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
1852         (imap-log, imap-debug): Custom.
1853         (imap-log-buffer, imap-debug-buffer): New constants.
1854         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
1855         (imap-network-open, imap-shell-open, imap-starttls-open)
1856         (imap-send-command-1, imap-send-command, imap-arrival-filter)
1857         (imap-debug): Use imap-*-buffer.
1858
1859         * nndoc.el (nndoc-article-type): Add mailman.
1860         (nndoc-type-alist): Ditto.
1861         (nndoc-mailman-type-p): New function.
1862
1863 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1864
1865         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
1866         gnus-art.el.
1867
1868 2001-09-27  Simon Josefsson  <jas@extundo.com>
1869
1870         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
1871         (gnus-topic-catchup-articles): New function. Suggested by Robin
1872         S. Socha <robin-dated-1001857693.185e29@socha.net>.
1873
1874 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1875         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
1876
1877         * gnus-ems.el (gnus-article-display-xface): Insert xface after
1878         previous ones.
1879
1880 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1881         From Daiki Ueno  <ueno@unixuser.org>
1882
1883         * gnus-sum.el (gnus-summary-show-article): The arglist of
1884         detect-coding-region is incompatible.
1885
1886 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1887         From Katsuhiro Hermit Endo <hermit@koka-in.org>
1888
1889         * gnus-group.el (gnus-group-delete-group): Typo.
1890
1891 2001-09-26  Simon Josefsson  <jas@extundo.com>
1892
1893         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
1894
1895         * nnimap.el (nnimap-expiry-target): Use temp buffer.
1896
1897 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1898
1899         * gnus-cus.el (gnus-group-parameters): Display as sexp.
1900
1901 2001-09-22  Simon Josefsson  <jas@extundo.com>
1902
1903         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
1904
1905         * nnfolder.el (nnfolder-open-marks): Ditto.
1906
1907         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
1908         (gnus-update-marks): Use it.
1909         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
1910         hardcoded list.
1911
1912         * gnus.el (gnus-article-special-mark-lists): Add killed.
1913         (gnus-article-unpropagated-mark-lists): New constant.
1914
1915 2001-09-22  Simon Josefsson  <jas@extundo.com>
1916
1917         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
1918         custom option.
1919
1920 2001-09-23  Simon Josefsson  <jas@extundo.com>
1921
1922         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
1923
1924 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1925
1926         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
1927
1928 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
1929
1930         * gnus-group.el (gnus-group-sort-function): Fix customize type to
1931         accept lists of functions.
1932
1933 2001-09-20  Simon Josefsson  <jas@extundo.com>
1934
1935         * gnus-group.el (gnus-group-catchup): Update expire marks in
1936         backend.  Also, if ALL also set expire marks on tick/dormant.
1937
1938 2001-09-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1939
1940         * message.el (message-tab-body-function): New variable.
1941         * message.el (message-tab): Use it.
1942
1943 2001-09-19  Sam Steingold  <sds@gnu.org>
1944
1945         * gnus-win.el (gnus-buffer-configuration): Respect
1946         `gnus-bug-create-help-buffer'.
1947
1948 2001-09-18  Simon Josefsson  <jas@extundo.com>
1949
1950         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
1951         (gnus-parse-simple-format): Re-revert.
1952
1953 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
1954
1955         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
1956         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
1957
1958 2001-09-18  Simon Josefsson  <jas@extundo.com>
1959
1960         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
1961         signed.
1962         (gnus-parse-simple-format): Don't use it.
1963
1964 2001-09-17  Miles Bader  <miles@gnu.org>
1965
1966         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
1967         error querying a backend abort the whole process.
1968
1969 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1970
1971         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
1972         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
1973
1974 2001-09-17  Didier Verna  <didier@xemacs.org>
1975
1976         * nndiary.el: version 0.2-b14.
1977         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
1978         compatibility problem with XEmacs 21.1.
1979
1980 2001-09-15  Simon Josefsson  <jas@extundo.com>
1981
1982         * gnus-group.el (gnus-group-line-format): Document %c.
1983
1984         * nnml.el (nnml-parse-head): Handle CRLF files.
1985         (nnml-generate-nov-file): Ditto.
1986         (nnml-retrieve-headers): Ditto.
1987
1988 2001-09-15  Michael Welsh Duggan <md5i@cs.cmu.edu>
1989
1990         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
1991
1992 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
1993
1994         * gnus-spec.el (gnus-correct-substring): Still stopped one
1995         character before we wanted (never included last character).
1996         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
1997         add missing "," (once per function)
1998
1999 2001-09-14  Simon Josefsson  <jas@extundo.com>
2000
2001         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
2002         (otherwise e.g. gnus-agentize in .gnus overrides the customized
2003         default before gnus-group is loaded and the variable set.)
2004
2005         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
2006         killed or unsent marks.
2007
2008         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
2009         isn't an article to set it on (e.g. when you `a' in a group).
2010
2011 2001-09-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2012
2013         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
2014         can read e-mails from Microsoft Outlook users not using ISO
2015         8859-2 character set.
2016
2017 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2018
2019         * gnus-diary.el: Minor modifications to avoid warnings.
2020         (gnus-summary-misc-menu): defvar.
2021         (gnus-diary-check-message): Use gnus-point-at-eol.
2022         (gnus-diary-kill-entire-line): eval-and-compile.
2023
2024 2001-09-12  Didier Verna  <didier@xemacs.org>
2025
2026         * nndiary.el: new version (0.2-b13).
2027         * nndiary.el (nndiary-mail-sources): doc update.
2028         * nndiary.el (nndiary-split-methods): ditto.
2029         * nndiary.el (nndiary-request-accept-article-hooks): New.
2030         * nndiary.el (nndiary-request-accept-article): use it, check
2031         message validity.
2032         * nndiary.el (nndiary-get-new-mail): changed default to nil.
2033         * nndiary.el (nndiary-schedule): fix bug (misplaced
2034         condition-case): it didn't return nil on error.
2035         * gnus-diary.el: new version.
2036         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
2037         * gnus-diary.el (gnus-diary-header-value-history): New.
2038         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
2039         * gnus-diary.el (gnus-diary-add-header): New.
2040         * gnus-diary.el (gnus-diary-check-message): New.
2041         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
2042         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
2043
2044 2001-09-10 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
2045
2046         * gnus-sum.el (gnus-select-newsgroup): Make
2047         `gnus-current-select-method' buffer-local.
2048
2049         * gnus-art.el (gnus-request-article-this-buffer): Refer
2050         `gnus-current-select-method' in the current summary buffer.
2051
2052 2001-09-10  Simon Josefsson  <jas@extundo.com>
2053         From Daniel Pittman <daniel@rimspace.net>
2054
2055         * gnus-spec.el (gnus-correct-pad-form): Fix.
2056
2057 2001-09-09  Simon Josefsson  <jas@extundo.com>
2058
2059         * mm-decode.el (mm-inline-media-tests): Add
2060         application/x-emacs-lisp.
2061         (mm-attachment-override-types): Add
2062         application/{x-,}pkcs7-signature.
2063
2064         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
2065         (gnus-server-line-format, gnus-server-mode-line-format)
2066         (gnus-server-browse-in-group-buffer): Customize.
2067
2068 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2069
2070         * nnml.el (nnml-marks-changed-p): Typo.
2071         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
2072         (nnml-marks-changed-p): Use gnus-gethash.
2073         (nnml-marks-modtime): Use gnus-make-hashtable.
2074
2075         * nnfolder.el (nnfolder-marks-changed-p): Typo.
2076         (nnfolder-request-expire-articles, nnfolder-save-marks)
2077         (nnfolder-open-marks): Typo.
2078         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
2079         (nnfolder-marks-changed-p): Use gnus-gethash.
2080         (nnfolder-marks-modtime): Use gnus-make-hashtable.
2081
2082 2001-09-08  Simon Josefsson  <jas@extundo.com>
2083
2084         * nnfolder.el (nnfolder-marks-modtime): New variable.
2085         (nnfolder-marks-changed-p): New function.
2086         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
2087         (nnfolder-request-update-info): Don't update if marks didn't change.
2088
2089         * nnml.el (nnml-marks-modtime): New variable.
2090         (nnml-marks-changed-p): New function.
2091         (nnml-save-marks, nnml-open-marks): Save modtime.
2092         (nnml-request-update-info): Don't update if marks didn't change.
2093
2094         * gnus-agent.el (gnus-agent-any-covered-gcc)
2095         (gnus-agent-add-server, gnus-agent-remove-server): Use
2096         gnus-agent-method-p.
2097
2098         * gnus-art.el (gnus-buttonized-mime-types): New variable.
2099         (gnus-unbuttonized-mime-type-p): Use it.
2100
2101         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
2102         fetch group.
2103
2104 2001-09-08  Simon Josefsson  <jas@extundo.com>
2105         From Daniel Pittman <daniel@rimspace.net>
2106
2107         * gnus-spec.el (gnus-correct-pad-form): New function.
2108         (gnus-parse-simple-format): Use it.
2109
2110 2001-09-07  Simon Josefsson  <jas@extundo.com>
2111
2112         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
2113         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
2114         Putnam <reader@newsguy.com>.
2115         (gnus-group-sort-selected-groups): Touch dribble file.
2116
2117 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
2118
2119         * nnml.el (nnml-filenames-are-evil): New variable.
2120         (nnml-article-to-file-alist): Rename to ...
2121         (nnml-current-group-article-to-file-alist): ... this.
2122         Respect `nnml-filenames-are-evil'.
2123         (nnml-active-number): Update.
2124         (nnml-update-file-alist): Update.
2125         (nnml-request-article): Use nnheader-article-to-file-alist.
2126         (nnml-request-rename-group): Likewise.
2127
2128 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2129
2130         * gnus-sum.el (gnus-summary-insert-line): Fix.
2131
2132 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
2133
2134         * gnus-sum.el: Bind g-s-t-s to "W g".
2135         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
2136         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
2137         display of graphical smilies.
2138
2139 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2140
2141         * gnus-start.el (gnus-setup-news): A typo.
2142         From Bill White <billw@wolfram.com>.
2143
2144 2001-09-06  Simon Josefsson  <jas@extundo.com>
2145
2146         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
2147         and unseen marks.
2148
2149 2001-09-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2150
2151         * nnmail.el (nnmail-split-fancy): Document `junk'.
2152
2153 2001-09-04  Simon Josefsson  <jas@extundo.com>
2154
2155         * imap.el (imap-search): Don't error if server is broken.
2156
2157 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
2158
2159         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
2160         searching for an article that isn't in the mbox.
2161
2162 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2163
2164         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
2165         right, and get all the comments.
2166
2167 2001-09-02  Simon Josefsson  <jas@extundo.com>
2168         Suggested by Dan Christensen <jdc+news@uwo.ca>
2169
2170         * nnfolder.el (nnfolder-request-update-info): Fix message.
2171
2172         * nnml.el (nnml-request-update-info): Ditto.
2173
2174 2001-09-01  Simon Josefsson  <jas@extundo.com>
2175
2176         * nnml.el (nnml-request-expire-articles): Also bind
2177         `nnml-current-group' and `nnml-article-file-alist' when using
2178         expiry-target. (Otherwise nnml will be in a inconsistent internal
2179         state causing all kind of problems.)
2180         (nnml-request-expire-articles): If `nnml-article-to-file' or
2181         `file-attributes' failes, return article as un-expirable instead
2182         of treating it as expired.
2183
2184 2001-08-31  Sam Steingold  <sds@gnu.org>
2185
2186         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
2187         typo: `exmine' --> `examine'.
2188
2189 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2190
2191         * nndoc.el (nndoc-forward-type-p): It is not a digest.
2192
2193 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2194
2195         * nnml.el (nnml-check-directory-twice): Remove.
2196         (nnml-retrieve-headers): Ditto.
2197         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
2198
2199 2001-08-30  Andrew Innes  <andrewi@gnu.org>
2200
2201         * nnheader.el (nnheader-directory-files-is-safe): No need to read
2202         directory twice on Windows, or on GNU Emacs-21.
2203
2204 2001-08-30  Andrew Innes  <andrewi@gnu.org>
2205
2206         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
2207         (nnml-request-rename-group): Ditto.
2208         (nnml-active-number): Ditto.
2209         (nnml-request-create-group): Use nnml-directory-articles.
2210         (nnml-request-expire-articles): Use nnml-directory-articles, which
2211         gets list from nov database if available.
2212         (nnml-get-nov-buffer): New function.
2213         (nnml-open-nov): Use it.
2214         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
2215         gets alist from nov database if available.
2216         (nnml-directory-articles): New function.
2217         (nnml-article-to-file-alist): New function.
2218
2219 2001-08-30  Andrew Innes  <andrewi@gnu.org>
2220
2221         * mm-decode.el (mm-display-external): Use `name' as filename, if
2222         `filename' attribute is not present.
2223
2224 2001-08-30  Andrew Innes  <andrewi@gnu.org>
2225
2226         * mail-source.el (mail-source-flash): New defcustom.
2227         (mail-source-new-mail-p): Ring visible bell if appropriate.
2228         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
2229         timer is cleared even if mail check signals an error.
2230
2231 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2232
2233         * gnus-sum.el (gnus-summary-move-article): Only update marks of
2234         type 'list.
2235
2236 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2237
2238         * flow-fill.el (fill-flowed): eol might be point-max.
2239
2240 2001-08-27  Simon Josefsson  <jas@extundo.com>
2241
2242         * nnml.el (nnml-request-update-info): Fix message.
2243         (nnml-open-marks): Ditto.
2244
2245         * nnfolder.el (nnfolder-request-update-info):
2246         (nnfolder-open-marks): Fix message.
2247
2248 2001-08-25  Simon Josefsson  <jas@extundo.com>
2249
2250         * nnfolder.el (nnfolder-save-marks): Don't create directory named
2251         after group in ~/.
2252
2253 2001-08-25  Simon Josefsson  <jas@extundo.com>
2254         From Andreas Jaeger  <aj@suse.de>
2255
2256         * nnfolder.el (nnfolder-open-marks): Fix typo.
2257         * nnml.el (nnml-open-marks): Likewise.
2258
2259 2001-08-25  Simon Josefsson  <jas@extundo.com>
2260
2261         Make nnfolder groups self-contained as far as marks are concerned.
2262
2263         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
2264         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
2265         (nnfolder-open-server): Make marks directory.
2266         (nnfolder-request-delete-group): Delete marks file.
2267         (nnfolder-request-delete-group): Check of nov/marks file exist
2268         before deleting.
2269         (nnfolder-request-rename-group): Rename marks file.
2270         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
2271         (nnfolder-request-set-mark, nnfolder-request-update-info)
2272         (nnfolder-group-marks-pathname, nnfolder-save-marks)
2273         (nnfolder-open-marks): New functions.
2274         (top-level): Require gnus.
2275
2276 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2277
2278         * nnweb.el (nnweb-type-definition): Use google raw file.
2279         (nnweb-google-parse-1): Ditto.
2280         (nnweb-google-identity): Ditto.
2281         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
2282         (nnweb-altavista-wash-article): Ditto.
2283         (nnweb-request-article): Remove nnweb-decode-entities.
2284
2285         * nnml.el: Require 'gnus.
2286
2287 2001-08-25  Simon Josefsson  <jas@extundo.com>
2288
2289         * nnml.el (nnml-marks-is-evil): Add doc.
2290
2291 2001-08-25  Simon Josefsson  <jas@extundo.com>
2292
2293         * nnml.el (nnml-save-marks): Wrap saving marks in a
2294         condition-case, to allow user to start Gnus if saving marks failed
2295         for some reason.
2296
2297 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2298
2299         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
2300
2301         * gnus-group.el (gnus-update-group-mark-positions): Bind
2302         gnus-group-update-hook to nil.
2303
2304 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2305
2306         * mml.el (mml-generate-mime-1): Force as multibyte string.
2307
2308 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2309
2310         * gnus-sum.el (gnus-summary-insert-line)
2311         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
2312         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
2313
2314         * gnus-spec.el (gnus-correct-substring): Take optional END.
2315
2316         * nnrss.el (nnrss-request-article): Remove \n.
2317         (nnrss-retrieve-headers): Lines number is -1.
2318
2319 2001-08-24  Simon Josefsson  <jas@extundo.com>
2320
2321         * gnus-group.el (gnus-info-clear-data): Call
2322         nnfoo-request-set-mark to propagate marks.  Fix bug:
2323         `gnus-group-update-line' doesn't update read range unless we call
2324         `gnus-get-unread-articles-in-group' first.
2325
2326         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
2327         to server.
2328
2329 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2330
2331         * gnus-util.el (gnus-create-info-command): Return an interactive
2332         function.
2333
2334 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2335         From Katsumi Yamaoka <yamaoka@jpl.org>
2336
2337         * gnus-spec.el (gnus-parse-complex-format): Use equal.
2338
2339 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2340
2341         * gnus-sum.el (gnus-select-newsgroup): Use it.
2342
2343         * gnus-util.el (gnus-not-ignore): New function.
2344
2345         * lpath.el (featurep): Don't fbind char-int.
2346
2347         * gnus-util.el (gnus-create-info-command): New function.
2348
2349         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
2350         right node.
2351
2352         * gnus-sum.el (gnus-select-newsgroup): Clean up.
2353         (gnus-summary-limit-children): Use 'identity instead of `all'.
2354         (gnus-summary-limit-to-display-predicate): New command and
2355         keystroke.
2356
2357 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2358
2359         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
2360
2361         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
2362
2363 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2364
2365         * gnus-spec.el: Add the Gnus version.
2366         (gnus-update-format-specifications): If the Gnus version changes,
2367         nix out the format spec cache.
2368
2369         * gnus.el (gnus-continuum-version): Made into a command and
2370         optionalize the VERSION.
2371
2372         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
2373         the start of the lines.
2374
2375 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2376
2377         * gnus.el (gnus-visual-p): Define function before use of
2378         function.
2379
2380 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2381
2382         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
2383         (gnus-article-mark-to-type): New function.
2384         (gnus-update-missing-marks): Only update marks of type 'list.
2385
2386         * gnus.el (gnus-article-special-mark-lists): New variable.
2387
2388 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2389
2390         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
2391         (gnus-select-newsgroup): Still use 'all.
2392         (gnus-summary-initial-limit): Comparing with 'all.
2393
2394 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2395
2396         * gnus-start.el (gnus-activate-group): If dont-check, don't update
2397         active.
2398
2399 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2400
2401         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
2402         nnslashdot-*-retrieve-headers.
2403         (nnslashdot-request-article): Fix for slashcode 2.2.
2404         (nnslashdot-make-tuple): New function.
2405         (nnslashdot-read-groups): Use it.
2406
2407 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2408
2409         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
2410         list.
2411
2412         * gnus-sum.el (gnus-summary-move-article): Don't select article.
2413
2414 2001-08-20  Simon Josefsson  <jas@extundo.com>
2415
2416         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
2417         opened, error instead of continuing (and exploding later).
2418
2419 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2420
2421         * gnus.el (gnus-expand-group-parameters): Return the parameter
2422         list.
2423
2424         * gnus-sum.el (gnus-summary-show-article): Doc fix.
2425         (gnus-summary-show-article): Guess at charset if required.
2426
2427         * gnus-spec.el (gnus-correct-substring): Stopped one character
2428         before we wanted.
2429
2430 2001-08-19  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2431
2432         * earcon.el (earcon-auto-play): Remove unused option.
2433
2434 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2435
2436         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
2437         message down in levels, since it happens very fast.
2438
2439         * smiley-ems.el (smiley-update-cache): Respect the symbol version
2440         of smiley-regexp-alist.
2441
2442         * mm-view.el (mm-inline-text): Ignore vcard errors.
2443
2444         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
2445
2446         * gnus-score.el (gnus-all-score-files): Use append instead of
2447         nconc.
2448
2449         * gnus.el (gnus-splash-face): Doc fix.
2450
2451         * mm-decode.el (mm-mailcap-command): Use
2452         mm-path-name-rewrite-functions.
2453         (mm-path-name-rewrite-functions): New variable.
2454
2455         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
2456         (gnus-complex-form-to-spec): Insert tab.
2457         (gnus-spec-tab): New function.
2458
2459         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
2460         entering the group.
2461
2462         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
2463         the positional spec.
2464         (gnus-parse-complex-format): React to %C.
2465
2466         * gnus-ems.el (gnus-char-width): Moved here.
2467
2468         * gnus-sum.el (gnus-select-newsgroup): Set
2469         gnus-newsgroup-articles.
2470         (gnus-unseen-mark): New variable.
2471         (gnus-newsgroup-unseen): Ditto.
2472         (gnus-newsgroup-seen): Ditto.
2473         (gnus-adjust-marked-articles): Use them.
2474         (gnus-update-marks): Use them.
2475         (gnus-summary-update-secondary-mark): Display.
2476         (gnus-summary-prepare-threads): Display.
2477
2478         * gnus-msg.el (gnus-inews-group-method): Use and return the
2479         method, not the server.
2480
2481 2001-08-19  Simon Josefsson  <jas@extundo.com>
2482
2483         * gnus-srvr.el (gnus-server-agent-face): New.
2484         (gnus-server-agent-face): New.
2485         (gnus-server-mode): Turn on font-lock-mode.
2486
2487         * gnus.el (gnus-server-visual): Add defgroup.
2488
2489 2001-08-19  Simon Josefsson  <jas@extundo.com>
2490         From Joe Casadonte <jcasadonte@northbound-train.com>
2491
2492         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
2493         gnus-server-denied-face): New.
2494         (gnus-server-opened-face, gnus-server-closed-face,
2495         gnus-server-denied-face): New.
2496         (gnus-server-font-lock-keywords): Add.
2497
2498 2001-08-19  Simon Josefsson  <jas@extundo.com>
2499
2500         * nnml.el (nnml-request-set-mark): Return nil.
2501         (nnml-save-marks): Use nnml-possibly-create-directory.
2502         (nnml-open-marks): Only work in temp buffer when inserting/reading
2503         .marks file.
2504
2505 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2506
2507         * gnus.el (gnus-expand-group-parameters): Fix.
2508
2509         * gnus-spec.el (gnus-char-width): New function.
2510         (gnus-correct-substring, gnus-correct-length): Use it.
2511
2512         * message.el (message-required-mail-headers): Fix doc.
2513
2514 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2515
2516         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
2517
2518         * mm-decode.el (mm-save-part-to-file): Insert the handle.
2519
2520 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2521
2522         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
2523         slashdot 2.2 (not fully fixed yet).
2524         (nnslashdot-request-article): Ditto.
2525
2526 2001-08-18  Simon Josefsson  <jas@extundo.com>
2527
2528         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
2529         nnimap.
2530
2531         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
2532         gnus-util.
2533         (nnimap-request-update-info-internal): Use new functions.
2534
2535         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
2536         new functions.
2537
2538 2001-08-18  Simon Josefsson  <jas@extundo.com>
2539
2540         Make nnml groups self-contained as far as marks are concerned.
2541
2542         * nnml.el (nnml-request-delete-group): Delete marks file.
2543         (nnml-request-rename-group): Move marks file.
2544         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
2545         variables.
2546         (nnml-request-set-mark, nnml-request-update-info): New server
2547         functions.
2548         (nnml-save-marks, nnml-open-marks): New functions.
2549
2550 2001-08-18  Simon Josefsson  <jas@extundo.com>
2551
2552         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
2553         `set' when setting marks.
2554
2555 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2556
2557         * gnus.el (gnus-info-find-node): Take an argument.
2558
2559         * gnus-art.el (gnus-button-handle-info): New function.
2560         (gnus-url-unhex-string): Replace "+" with " ".
2561
2562 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2563
2564         * message.el (message-check-news-header-syntax): Check bad From.
2565
2566 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2567
2568         * gnus-spec.el (gnus-correct-length): New function.
2569         (gnus-correct-substring): New function.
2570         (gnus-tilde-max-form): Use it.
2571
2572 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
2573
2574         * nnmh.el: Docstring changes as below.
2575
2576         * nnml.el: Docstring changes as below.
2577
2578         * nnbabyl.el: Docstring changes as below.
2579
2580         * nnmbox.el: Docstring changes as below.
2581
2582         * nnfolder.el: Added docstrings identifying each virtual server
2583         parameter.
2584
2585 2001-08-18  Simon Josefsson  <jas@extundo.com>
2586
2587         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
2588
2589 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
2590
2591         * message.el: rename "Abort Message" to "Postpone Message".
2592         Remove "Attach file as MIME" from Message menu, it's already in
2593         the MIME menu.
2594
2595 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2596
2597         * smime.el (smime-point-at-eol): eval-and-compile.
2598         (smime-make-temp-file): New function.
2599         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
2600         Use it.
2601
2602 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2603
2604         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
2605         (gnus-agent-summary-fetch-group): New command and keystroke.
2606
2607         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
2608         (gnus-mime-display-security): Make it respect
2609         gnus-unbuttonized-mime-type-p.
2610
2611         * gnus-sum.el (gnus-articles-to-read): Comments.
2612         (gnus-article-marked-p): New function.
2613         (gnus-summary-display-make-predicate): New function.
2614         (gnus-select-newsgroup): Use them.
2615
2616         * mm-decode.el (mm-save-part-to-file): Made it not error.
2617
2618 2001-08-17  Simon Josefsson  <jas@extundo.com>
2619
2620         * imap.el (imap-wait-for-tag): If process-status isn't open or
2621         run, return nil instead of sit-for looping.
2622
2623 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2624
2625         * lpath.el (featurep): fbind xml-parse-region.
2626
2627         * gnus.el (gnus-message-archive-method): Default to "archive".
2628         (gnus-message-archive-method): Doc fix.
2629         (gnus-parameters-get-parameter): Cleaned up.
2630         (gnus-expand-group-parameter): New function.
2631
2632         * gnus-start.el (gnus-setup-news): Push the archive server only
2633         the server list.
2634
2635         * mml.el (mml-menu): Changed name to "Attachments".
2636
2637         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
2638         when there is something to detroy.
2639
2640 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2641
2642         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
2643         nil.
2644
2645 2001-08-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2646
2647         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
2648         which specifies a time today or tomorrow.
2649
2650 2001-08-15  Simon Josefsson  <jas@extundo.com>
2651         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk)
2652
2653         * gnus-agent.el (gnus-agent-make-mode-line-string)
2654         (gnus-agent-toggle-plugged): Use new API.
2655
2656 2001-08-14  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2657
2658         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
2659         deadline has expired.
2660
2661 2001-08-12  Simon Josefsson  <jas@extundo.com>
2662         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
2663
2664         Support `recent' mark indicating newly arrived messages (to
2665         separate from old but unread messages).
2666
2667         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
2668         `nnmail-split-history' if recent is > 0.
2669         (nnimap-request-update-info-internal): Update `recent' marks.
2670         (nnimap-request-set-mark): Never set `recent' marks.
2671         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
2672         recent.
2673
2674         * gnus-sum.el (gnus-recent-mark): New mark.
2675         (gnus-newsgroup-recent): New variable.
2676         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
2677         (gnus-summary-prepare-threads): Mark recent articles.
2678         (gnus-summary-add-mark): Support recent.
2679         (gnus-summary-update-secondary-mark): Support recent.
2680
2681         * gnus.el (gnus-article-mark-lists): Add recent.
2682
2683 2001-08-12  Simon Josefsson  <jas@extundo.com>
2684
2685         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
2686         whether successful decoding took place.  Add doc.
2687
2688 2001-08-12  Simon Josefsson  <jas@extundo.com>
2689         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
2690
2691         * gnus.el (gnus-summary-line-format, gnus-parameters):
2692         * gnus-gl.el (gnus-summary-grouplens-line-format):
2693         * gnus-salt.el (gnus-summary-pick-line-format):
2694         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
2695
2696 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
2697         Committed by Kai Gro\e,A_\e(Bjohann.
2698
2699         * gnus-score.el (gnus-score-string): Fix `match' regexp
2700         for `extra' header case.
2701
2702 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2703
2704         * nnmbox.el (nnmbox-read-mbox): No warning.
2705
2706 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2707
2708         * nndoc.el (nndoc-article-type): Fix doc.
2709         (nndoc-generate-article-function): New variable.
2710         (nndoc-dissection-function): New variable.
2711         (nndoc-type-alist): Add oe-dbx.
2712         (nndoc-oe-dbx-type-p): New function.
2713         (nndoc-oe-dbx-dissection): New function.
2714         (nndoc-oe-dbx-generate-article): New function.
2715
2716 2001-08-11  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2717
2718         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
2719         whether deadline has been reached.  Patch from Dan Nicolaescu
2720         <dann@godzilla.ics.uci.edu>.
2721
2722 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2723
2724         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
2725         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
2726         <rintaman@cs.Helsinki.FI>.
2727
2728         * mail-source.el (mail-source-movemail): The error buffer is
2729         modified, but nothing in it.
2730
2731 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2732
2733         * message.el (message-bogus-system-names): New variable.
2734         (message-make-fqdn): Use it.
2735
2736 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2737
2738         * nndraft.el (nndraft-request-group): Use
2739         nndraft-auto-save-file-name.
2740
2741 2001-08-09  Simon Josefsson  <jas@extundo.com>
2742
2743         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
2744         Don't ask whether to decrypt.  Just leave result in buffer (don't
2745         call mm).
2746
2747         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
2748         parts as well.
2749         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
2750         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
2751
2752 2001-08-09  Simon Josefsson  <jas@extundo.com>
2753
2754         * mm-decode.el (mm-insert-part): Return decoding success status.
2755         (mm-save-part-to-file): Error if decoding failed.
2756
2757 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2758
2759         * message.el (message-tab): Use indent-relative.
2760         (message-mode): Don't bind indent-line-function to indent-relative.
2761
2762 2001-08-09  Simon Josefsson  <jas@extundo.com>
2763
2764         * message.el (message-get-reply-headers): Fix string. Suggested by
2765         Christoph Conrad <cc@cli.de>.
2766
2767 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2768
2769         * message.el (message-tab): Use the current value of
2770         indent-line-function.
2771         (message-mode): Bind indent-line-function to indent-relative.
2772
2773 2001-08-08  Simon Josefsson  <jas@extundo.com>
2774
2775         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
2776         whether `imtest' is installed.
2777
2778 2001-08-04  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
2779         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
2780
2781         * gnus-sum.el (gnus-summary-show-article): Call
2782         gnus-summary-update-secondary-secondary-mark.
2783         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
2784         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
2785
2786 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2787
2788         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
2789
2790         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
2791
2792         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
2793         <gerd@gnu.org>.
2794
2795         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
2796
2797         * gnus-util.el (gnus-output-to-rmail): Ditto.
2798         (gnus-output-to-mail): Ditto.
2799
2800         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
2801
2802 2001-08-06  Florian Weimer   <fw@deneb.enyo.de>
2803
2804         * message.el (message-indent-citation): Use
2805         `message-yank-cited-prefix' for empty lines.
2806
2807 2001-08-05  Florian Weimer   <fw@deneb.enyo.de>
2808
2809         * message.el (message-indent-citation): Quote only lines starting
2810         with ">" using `message-yank-cited-prefix'.
2811
2812 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
2813
2814         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
2815         gnus-cache-fully-p.
2816
2817 2001-08-04  Simon Josefsson  <jas@extundo.com>
2818
2819         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
2820         file if it doesn't exist (by calling gnus-cache-read-active).
2821
2822 2001-08-04  Simon Josefsson  <jas@extundo.com>
2823
2824         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
2825         (gnus-cache-passively-or-fully-p): Removed.
2826         (gnus-cache-fully-p): Fix it.
2827
2828         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
2829
2830 2001-08-04  Simon Josefsson  <jas@extundo.com>
2831
2832         * gnus-cache.el (gnus-cache-fully-p)
2833         (gnus-cache-passively-or-fully-p): New functions.
2834         (gnus-cache-possibly-enter-article): Cosmetic change, use
2835         `g-c-p-o-f-p'.
2836         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
2837         was bogus (`g-c-p-a-a' does not change active info, just change
2838         the functions parameters).
2839         (gnus-cache-possibly-remove-articles-1): Make sure articles are
2840         not removed in groups that match `gnus-uncacheable-groups'.
2841
2842         Reported and modifications based on discussions with Nuutti
2843         Kotivuori <nuutti.kotivuori@smarttrust.com>.
2844
2845 2001-08-04  Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
2846         Committed by Simon Josefsson  <jas@extundo.com>
2847
2848         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
2849         calls `gnus-cache-update-active' if bounds has been extended.
2850
2851 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2852
2853         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
2854         before remove.
2855         (gnus-mime-security-show-details): Ditto.
2856
2857 2001-08-04  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2858
2859         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
2860         syntax.  Protect string-match against nil string and regexp.
2861
2862 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2863
2864         * mm-util.el (mm-find-charset-region): Remove control-1.
2865
2866 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2867
2868         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
2869
2870 2001-08-04  Simon Josefsson  <jas@extundo.com>
2871
2872         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
2873         buffer.  Delete MIME-Version header.
2874
2875 2001-08-03  Simon Josefsson  <jas@extundo.com>
2876
2877         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
2878         that is entered does not necessarily have the highest article
2879         number in the group, so use `gnus-cache-possibly-alter-active'
2880         instead of `gnus-cache-update-active'.
2881
2882 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2883
2884         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
2885
2886 2001-08-03  Simon Josefsson  <jas@extundo.com>
2887
2888         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
2889         menu.
2890
2891 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2892
2893         * gnus.el (post-method): New group parameter.  It also provides
2894         the user option `gnus-post-method-alist' and the internal function
2895         `gnus-parameter-post-method'.
2896
2897         * gnus-msg.el (gnus-post-method): Bind the value of
2898         `gnus-post-method' to the group parameter if it is defined.
2899
2900 2001-08-02  Simon Josefsson  <jas@extundo.com>
2901
2902         * smime.el (smime-extra-arguments): Removed.
2903         (smime-call-openssl-region): Don't use it.
2904
2905 2001-08-02  Simon Josefsson  <jas@extundo.com>
2906
2907         * smime.el (smime-sign-region): Handle stderr.
2908         (smime-encrypt-region): Ditto.
2909
2910         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
2911         match the ASN.1 length bytes.
2912         (mm-pkcs7-enveloped-magic): Ditto.
2913         (mm-view-pkcs7-get-type): Don't regexp quote.
2914
2915 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2916         From Andreas Fuchs <asf@void.at>
2917
2918         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
2919
2920 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2921
2922         * gnus-art.el (gnus-header-button-alist): References regexp.
2923
2924 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
2925
2926         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
2927         already fboundp.  Add INTERACTIVE arg to autoload form.
2928
2929 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2930
2931         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
2932
2933         * nnmail.el (nnmail-cache-open): Ditto.
2934
2935 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2936
2937         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
2938
2939 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2940
2941         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
2942
2943 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2944         Originally from Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2945
2946         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
2947         (gnus-agent-toggle-plugged): Use it.
2948
2949 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
2950
2951         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
2952         (gnus-ding-file-coding-system): New variable.
2953         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
2954         (gnus-slave-save-newsrc): Use it.
2955
2956 2001-07-31  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2957
2958         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
2959         syntax.
2960
2961 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2962         Originally from Andreas Fuchs <asf@void.at>
2963
2964         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
2965         (mml2015-gpg-pretty-print-fpr): New function.
2966         (mml2015-gpg-extract-signature-details): More details, rename from
2967         `m-g-e-from'.
2968         (mml2015-gpg-verify): Use them.
2969         (mml2015-gpg-clear-verify): Use them.
2970
2971 2001-07-31  Simon Josefsson  <jas@extundo.com>
2972
2973         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
2974         buffer when done.
2975
2976 2001-07-30  Simon Josefsson  <jas@extundo.com>
2977
2978         * smime.el (smime-call-openssl-region): Revert previous change,
2979         just pass on buf to `call-process-region'.
2980         (smime-verify-region): Doc fix.  Don't message stuff.  Use
2981         `smime-new-details-buffer'.  Inserts error messages into buffer.
2982         (smime-noverify-region): Ditto.
2983         (smime-decrypt-region): Ditto.  Handles stderr separately.
2984         (smime-verify-buffer, smime-noverify-buffer)
2985         (smime-decrypt-buffer): Doc fix.
2986         (smime-new-details-buffer): New function.
2987         (smime-pkcs7-region, smime-pkcs7-certificates-region)
2988         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
2989         (smime-sign-region, smime-encrypt-region): Don't use
2990         `insert-buffer'.
2991
2992         * mml-smime.el (mml-smime-verify): Fix security button strings.
2993
2994 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2995
2996         * gnus-art.el (gnus-mime-save-part-and-strip): Save
2997         gnus-article-mime-handles.
2998
2999 2001-07-29  Simon Josefsson  <jas@extundo.com>
3000
3001         * mail-source.el (top-level): Require message for message-directory.
3002         (mail-source-directory): Change default to message-directory.
3003
3004         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
3005         (smime-certificate-directory, smime-openssl-program)
3006         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
3007         (smime-extra-arguments): New variable.
3008         (smime-dns-server): Fix customize group.
3009         (smime-call-openssl-region): Use `smime-extra-arguments'.
3010
3011 2001-07-29  Simon Josefsson  <jas@extundo.com>
3012         From Vladimir Volovich <vvv@vsu.ru>
3013
3014         * smime.el (smime-call-openssl-region): Ignore stderr.
3015
3016 2001-07-29  Simon Josefsson  <jas@extundo.com>
3017         From Christoph Conrad <christoph.conrad@gmx.de>
3018
3019         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
3020         file.
3021
3022 2001-07-29  Simon Josefsson  <jas@extundo.com>
3023
3024         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
3025
3026         Support S/MIME decryption.
3027
3028         * mm-decode.el (mm-inline-media-tests):
3029         (mm-inlined-types):
3030         (mm-automatic-display):
3031         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
3032
3033         * mm-view.el (mm-pkcs7-signed-magic):
3034         (mm-pkcs7-enveloped-magic): New variables.
3035         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
3036         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
3037         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
3038         PKCS#7 blobs.
3039
3040         * smime.el (smime-decrypt-region): Expand keyfile.
3041
3042 2001-07-29  Simon Josefsson  <jas@extundo.com>
3043
3044         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
3045         `ssl.el' variables.
3046
3047         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
3048         but line instead of narrowing to it, because `nnmail-parse-active'
3049         calls widen.  Thanks to Christoph Conrad
3050         <christoph.conrad@gmx.de>.
3051
3052 2001-07-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3053
3054         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
3055         for %B spec.
3056
3057         * gnus-sum.el (gnus-summary-prepare-threads): If
3058         gnus-sum-thread-tree-root is nil, use subject instead.
3059         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
3060         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
3061         (gnus-sum-thread-tree-leaf-with-other)
3062         (gnus-sum-thread-tree-single-leaf): Documentation.
3063         (gnus-sum-thread-tree-single-indent): Allow nil.
3064
3065 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3066
3067         * message.el (message-fill-paragraph): Do nothing if the user
3068         wants filladapt-mode.
3069
3070 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3071
3072         * mm-decode.el (mm-image-type-from-buffer): New function.
3073         (mm-get-image): Use it.
3074
3075 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3076
3077         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
3078
3079         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
3080         mm-display-parts too.
3081
3082 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3083
3084         * nnfolder.el (nnfolder-request-accept-article): Bind
3085         nntp-server-buffer.
3086
3087         * nnmail.el (nnmail-parse-active): Read from buffer instead of
3088         nntp-server-buffer.
3089
3090 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3091
3092         * message.el (message-check-news-header-syntax): Use
3093         message-post-method.
3094         (message-send-news): Bind message-post-method.
3095
3096 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3097
3098         * mml.el (mml-tweak-type-alist): New variable.
3099         (mml-tweak-function-alist): New variable.
3100         (mml-tweak-part): New function.
3101         (mml-generate-mime-1): Use it.
3102
3103 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3104
3105         * nnfolder.el (nnfolder-request-accept-article): Replace
3106         nnfolder-request-list.
3107
3108 2001-07-27  Simon Josefsson  <jas@extundo.com>
3109
3110         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
3111         nnoo-change-server failed to do it.
3112
3113 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3114
3115         * gnus.el (gnus-parameters): Make it customizable.
3116
3117 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3118
3119         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
3120
3121         * message.el (message-set-auto-save-file-name): More
3122         poor-system-types.
3123
3124         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
3125
3126         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
3127         supports +.
3128
3129 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3130
3131         * mm-decode.el (mm-readable-p): New function.
3132         (mm-inline-media-tests): Fix the default testers.
3133
3134 2001-07-26  Simon Josefsson  <jas@extundo.com>
3135
3136         * nnimap.el (nnimap-version): Bump version number.
3137
3138 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3139         From Steven E. Harris <seh@speakeasy.org>
3140
3141         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
3142         in M$Windows too.
3143
3144 2001-07-26  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3145
3146         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
3147
3148 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3149
3150         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
3151
3152         * mm-decode.el (mm-get-image): Guess then use the type.
3153
3154         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
3155
3156 2001-07-25 12:54:00  Danny Siu <dsiu@adobe.com>
3157
3158         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
3159         display (%B) for threads if threading is off.
3160
3161 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3162         From Henrik Enberg <henrik@enberg.org>
3163
3164         * gnus-msg.el: Customization patch.
3165
3166 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
3167
3168         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
3169         variable.
3170         (nnmail-split-fancy-with-parent): Ignore certain groups.
3171
3172 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3173
3174         * gnus-util.el (gnus-byte-compile): New function.
3175         (gnus-use-byte-compile): New variable.
3176         (gnus-make-sort-function): Use it.
3177
3178         * nnmail.el (nnmail-get-new-mail): Use it.
3179
3180         * gnus-agent.el (gnus-category-make-function): Simple function or
3181         compiled function.
3182         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
3183
3184         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
3185         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
3186         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
3187
3188         * message.el (message-check-news-header-syntax): Remove quote.
3189
3190 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3191
3192         * message.el (message-use-mail-followup-to): `t' is not a
3193         documented value.
3194
3195 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3196
3197         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
3198
3199 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3200
3201         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
3202         there are long lines.
3203
3204 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3205
3206         * dgnushack.el (copy-list): New compiler macro.
3207
3208 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3209
3210         * message.el (message-bounce): If no Return-Path, the whole
3211         content is considered as the original message.
3212
3213         * nnml.el (nnml-check-directory-twice): New variable.
3214         (nnml-article-to-file): Use it.
3215         (nnml-retrieve-headers): Hack it.
3216
3217 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3218
3219         * gnus-win.el (gnus-buffer-configuration): New configure.
3220
3221         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
3222         not alive.
3223
3224         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
3225         (mm-display-external): Use display-term configure.
3226
3227 2001-07-24  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3228
3229         * gnus-delay.el (gnus-delay-default-hour): New variable.
3230         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
3231
3232 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3233         From Karl Kleinpaste <karl@charcoal.com>
3234
3235         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
3236         (gnus-summary-prepare-threads): Ditto.
3237
3238         * gnus.el (gnus-summary-line-format): Add %B.
3239
3240 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3241
3242         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
3243
3244         * mm-util.el (mm-string-as-multibyte): New function.
3245
3246         * nnmh.el (nnmh-request-list-1): Encode, not decode!
3247
3248 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3249
3250         * mm-util.el (mm-universal-coding-system): New variable.
3251
3252         * gnus-start.el (gnus-startup-file-coding-system): Use it.
3253
3254         * score-mode.el (score-mode-coding-system): Use it.
3255
3256 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3257
3258         * gnus-start.el (gnus-setup-news): Call
3259         `gnus-check-bogus-newsgroups' just after the native server is
3260         opened.
3261
3262 2001-07-23  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3263
3264         * nnmail.el (nnmail-do-request-post): Util function to be used by
3265         `nnchoke-request-post' for all nnmail-derived backends.
3266
3267         * nnml.el (nnml-request-post): Use it.
3268
3269         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
3270         backend, for it groks nnml-request-post.
3271
3272         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
3273         Treat `mail-post' backends like `mail' backends, not like `news'
3274         backends.
3275
3276 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3277
3278         * gnus-msg.el (gnus-setup-message): make-local-hook.
3279
3280 2001-07-22  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3281
3282         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
3283         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
3284         <karl@charcoal.com>, slightly changed by Kai.
3285
3286         * message.el (message-check-news-header-syntax): When checking
3287         whether the groups exist, check the right server based on
3288         `gnus-post-method'.
3289
3290 2001-07-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3291
3292         * gnus-delay.el: New file.
3293
3294 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3295
3296         * mm-util.el (mm-read-coding-system): Take two arguments.
3297
3298         * gnus-sum.el (gnus-summary-show-article): Use
3299         mm-read-coding-system.
3300
3301         * gnus-art.el (article-de-quoted-unreadable):
3302         (article-de-base64-unreadable, article-wash-html):
3303         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
3304
3305 2001-07-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3306
3307         * nnml.el (nnml-request-post): New function.  Can be used for
3308         annotations in nnml groups.
3309
3310 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3311
3312         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
3313         command.
3314
3315         * gnus-start.el (gnus-find-new-newsgroups): Use
3316         `message-make-date' instead of `current-time-string'.
3317         (gnus-ask-server-for-new-groups): Ditto.
3318         (gnus-check-first-time-used): Ditto.
3319
3320 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3321
3322         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
3323
3324 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
3325
3326         * message.el (message-shorten-references): Change `maxcount' and
3327         `cut' to obey USEFOR draft 5.
3328
3329 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
3330
3331         * gnus-sum.el (gnus-summary-display-arrow): New variable.
3332         (gnus-summary-set-article-display-arrow): New function.
3333         (gnus-summary-goto-subject): Use it.
3334
3335 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3336
3337         * gnus-sum.el (gnus-summary-import-article): Insert date if
3338         doesn't exist.
3339
3340 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3341
3342         * mml.el (mml-content-type-parameters): New variable.
3343         (mml-content-disposition-parameters): New variable.
3344         (mml-insert-mime-headers): Use them.
3345         (mml-parse-1): Accept charset.
3346
3347 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3348
3349         * gnus-group.el (gnus-group-select-group): Doc fix.
3350
3351         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
3352
3353 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3354
3355         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
3356         to handle `define-derived-mode'.
3357
3358 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3359         From:  Stefan Monnier  <monnier@cs.yale.edu>
3360
3361         * message.el (message-mode): Use define-derived-mode.
3362         (message-tab): message-completion-alist.
3363
3364         * imap.el (imap-interactive-login): Use make-local-variable.
3365         (imap-open): Ditto.
3366         (imap-authenticate): Ditto.
3367
3368         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
3369
3370         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
3371
3372 2001-07-16  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3373
3374         * message.el (message-citation-line-function): Refer to
3375         gnus-cite-attribution-suffix.
3376
3377 2001-07-15  Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3378
3379         * gnus-art.el,...: Error convention changes.
3380
3381 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3382
3383         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
3384
3385 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3386
3387         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
3388         (nnrss-read-server-data): Ditto.
3389
3390 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3391
3392         * gnus-setup.el (gnus-use-installed-gnus): Typo.
3393         * Cleanup files.
3394         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
3395
3396 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3397
3398         * gnus.el (gnus-summary-line-format): Add %o.
3399
3400         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
3401         unless shell outputs something.
3402
3403 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3404
3405         * gnus-art.el (gnus-boring-article-headers): Better doc.
3406         (article-hide-headers): Better regexp.
3407         Suggested by Matt Swift <swift@alum.mit.edu>.
3408
3409         * nnheader.el (nnheader-max-head-length): Better doc.
3410         (nnheader-header-value): Skip spaces.
3411         (nnheader-parse-head): Remove space.
3412         Suggested by Matt Swift <swift@alum.mit.edu>.
3413
3414         * gnus-sum.el (gnus-summary-show-raw-article): New function.
3415         (gnus-get-newsgroup-headers): Remove space.
3416
3417 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3418
3419         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
3420         (gnus-summary-reply): Use it.
3421         (gnus-summary-reply-broken-reply-to): New function.
3422         (gnus-msg-force-broken-reply-to): New function.
3423
3424         * mm-view.el (mm-inline-text): Showing as text/plain when error.
3425
3426 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3427
3428         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
3429
3430 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3431
3432         * mm-decode.el (mm-external-terminal-program): New variable.
3433         (mm-display-external): Use it. Use term to display when no
3434         window-system.
3435
3436 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
3437
3438         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
3439         Browse->Next entries to Browse->Prev
3440
3441 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3442
3443         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
3444
3445 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3446
3447         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
3448         for the default encoding.
3449
3450         * nnrss.el (nnrss-url-field): New field.
3451         (nnrss-request-article): Add newsgroups.
3452
3453         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
3454
3455 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3456
3457         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
3458
3459         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
3460         (gnus-draft-setup): Remove backlog.
3461
3462 2001-07-10  Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3463
3464         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
3465         Cleanup.
3466
3467 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3468
3469         * gnus-msg.el (gnus-bug): Erase buffer.
3470
3471         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
3472
3473 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3474
3475         * mm-decode.el (mm-attachment-override-p): Fix typo.
3476
3477 2001-03-19 05:28:00  Katsumi Yamaoka <yamaoka@jpl.org>
3478
3479         * gnus-kill.el (gnus-execute): Work with the extra headers.
3480         * gnus-sum.el (gnus-summary-execute-command): Ditto.
3481
3482 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3483
3484         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
3485         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
3486
3487         * message.el (message-send-mail-real-function): New variable.
3488         (message-send-mail-partially, message-send-mail):
3489
3490         * nngateway.el (nngateway-request-post): Use it.
3491
3492         * gnus-agent.el (gnus-agentize): Use it.
3493
3494         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
3495         (nnsoup-revert-variables): Use it.
3496
3497 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
3498
3499         * mm-decode.el (mm-inline-media-tests): Default to displaying as
3500         text/plain if the type doesn't match any other media types.
3501         (mm-inlined-types): Doc fix.
3502         (mm-display-inline): Revert previous change (now handled by a
3503         default type in `mm-inline-media-tests'.
3504         (mm-inlinable-p): Revive.
3505         (mm-display-part): Call `mm-inlinable-p'.
3506         (mm-attachment-override-p): Ditto.
3507         (mm-inlined-p): Doc fix.
3508
3509         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
3510         well as `mm-inlined-p'.
3511
3512 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3513
3514         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
3515         (nntp-send-command-and-decode): Use gnus-point-at-bol.
3516
3517 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3518         From  Paul Jarc <prj@po.cwru.edu>
3519
3520         * message.el (message-use-mail-followup-to): New variable.
3521         (message-get-reply-headers): Use it.
3522
3523 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
3524
3525         * nnheader.el (nnheader-init-server-buffer): Make sure the
3526         *nntpd* buffer is made multibyte instead of a random buffer.
3527
3528 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3529
3530         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
3531         when it returns headers.
3532
3533 2001-07-07  Simon Josefsson  <jas@extundo.com>
3534
3535         * rfc2047.el (rfc2047-encode-message-header): Skip header when
3536         trying to fold. Thanks to Colin Walters
3537         <walters@cis.ohio-state.edu>
3538
3539 2001-07-06  Simon Josefsson  <jas@extundo.com>
3540
3541         * imap.el (imap-parse-address-list, imap-parse-flag-list)
3542         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
3543         Add information in `assert's.
3544
3545         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
3546         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
3547         and `nnimap-group-overview-filename', should handle all
3548         change-of-uidvalidity related issues.  But there may be other
3549         problems.)
3550
3551 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
3552
3553         * rfc2047.el (rfc2047-encode-message-header): Don't include the
3554         header name when folding.
3555
3556 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
3557
3558         * mm-decode.el (mm-inlined-types): Document relationship with
3559         `mm-inline-media-tests'.
3560         (mm-display-inline): Default to displaying as plain text if no
3561         inlining handler is available.
3562         (mm-inlinable-p): Remove.
3563         (mm-inlined-p): Don't call `mm-inlinable-p'.
3564         (mm-automatic-display-p): Ditto.
3565         (mm-attachment-override-p): Ditto.
3566
3567 2001-07-04  Simon Josefsson  <jas@extundo.com>
3568
3569         * nnimap.el (nnimap-importantize-dormant): New variable.
3570         (nnimap-request-update-info-internal): Use it.
3571         (nnimap-request-set-mark): Ditto.
3572
3573 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
3574
3575         * nntp.el (nntp-send-command): don't pass a buffer argument to
3576         `point'. Only XEmacs accepts this.
3577         * nntp.el (nntp-send-command-nodelete): ditto.
3578         * nntp.el (nntp-send-command-and-decode): ditto.
3579
3580 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
3581
3582         * nntp.el (nntp-open-connection-function): doc update.
3583         * nntp.el (nntp-pre-command): New.
3584         * nntp.el (nntp-via-rlogin-command): New.
3585         * nntp.el (nntp-via-telnet-command): New.
3586         * nntp.el (nntp-via-telnet-switches): New.
3587         * nntp.el (nntp-via-user-name): New.
3588         * nntp.el (nntp-via-user-password): New.
3589         * nntp.el (nntp-via-address): New.
3590         * nntp.el (nntp-via-envuser): New.
3591         * nntp.el (nntp-via-shell-prompt): New.
3592         * nntp.el (nntp-open-telnet-stream): New.
3593         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
3594         * nntp.el (nntp-open-via-telnet-and-telnet): New.
3595         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
3596         * nntp.el (nntp-send-command): ditto.
3597         * nntp.el (nntp-send-command-nodelete): ditto.
3598         * nntp.el (nntp-send-command-and-decode): ditto.
3599
3600 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
3601
3602         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
3603         `when'.
3604
3605 2001-07-03  Simon Josefsson  <jas@extundo.com>
3606         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
3607
3608         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
3609
3610 2001-07-03  Simon Josefsson  <jas@extundo.com>
3611
3612         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
3613         remove it (workaround XEmacs `fill-region' bug).
3614
3615 2001-07-01  Simon Josefsson  <jas@extundo.com>
3616
3617         * nnimap.el (nnimap-date-days-ago): Defeat locale.
3618
3619 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3620
3621         * mml2015.el (mml2015-format-error): New function.
3622         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
3623         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
3624         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
3625
3626 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3627
3628         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
3629         Suggested by Christoph Conrad <C.Conrad@cli.de>.
3630
3631         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
3632         group variables.
3633
3634 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3635
3636         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
3637
3638         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
3639         (nnrss-save-group-data): Ditto.
3640
3641         * gnus-agent.el (gnus-agent-save-alist): Ditto.
3642
3643 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3644
3645         * message.el (message-do-send-housekeeping): Narrow to headers.
3646
3647 2001-06-24  Simon Josefsson  <jas@extundo.com>
3648
3649         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
3650         insertion when breaking lines looked for " \t" instead of "[ \t]".
3651         (rfc2047-encode-message-header): Fold lines even if
3652         no QP encoding is done.
3653
3654 2001-06-23  Simon Josefsson  <jas@extundo.com>
3655         From Samuel Tardieu <sam@inf.enst.fr>
3656
3657         * smime.el (smime-keys): Support additional certificates.
3658         (smime-make-certfiles): New function.
3659         (smime-sign-region): Use previous variables.
3660         (smime-get-certfiles): New function.
3661         (smime-sign-buffer): Use it.
3662         (smime-verify-region): Support both CAfile and CApath.
3663
3664 2001-06-23  Simon Josefsson  <jas@extundo.com>
3665
3666         * smime.el (smime-decrypt-region): Perhaps work.
3667
3668 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3669
3670         * gnus-msg.el (gnus-copy-article-buffer): Typo.
3671
3672 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
3673
3674         * mm-decode.el (mm-save-part): Rewrite file name.
3675         (mm-file-name-rewrite-functions): New variable.
3676         (mm-file-name-delete-whitespace): New function.
3677         (mm-file-name-trim-whitespace): New function.
3678         (mm-file-name-collapse-whitespace): New function.
3679         (mm-file-name-replace-whitespace): New variable and function.
3680
3681 2001-06-22  Simon Josefsson  <jas@extundo.com>
3682
3683         * message.el (message-make-date): Workaround locale for weekdays.
3684
3685 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3686
3687         * message.el (message-goto-body): Return nil if not found. (revert!)
3688
3689 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3690         From Fremlin <chief@bandits.org>
3691
3692         * message.el (message-goto-body): Some messages have no header.
3693
3694         * gnus-msg.el (gnus-copy-article-buffer): Use it.
3695
3696 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
3697
3698         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
3699
3700 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3701
3702         * message.el (message-make-date): Add week day.
3703         Suggested by Jason R. Mastaler <jason@mastaler.com>.
3704
3705 2001-06-19  Simon Josefsson  <jas@extundo.com>
3706
3707         * message.el (message-yank-prefix): Doc fix.
3708         (message-yank-cited-prefix): Ditto.
3709         (message-delete-not-region): Keep citation prefix on first line,
3710         if possible and appropriate.
3711
3712 2001-06-19  Simon Josefsson  <jas@extundo.com>
3713
3714         * imap.el (imap-process-connection-type): New variable.
3715         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
3716         recent `imtest's work completely (no line length issues), while
3717         making making old `imtest's unusable.  Thanks to NAGY Andras
3718         <nagya@inf.elte.hu> for his work.
3719
3720 2000-12-30  NAGY Andras <nagya@inf.elte.hu>
3721
3722         * imap.el (imap-ssl-program): Add -quiet to shut up
3723         OpenSSL/SSLeay's internal debug talk.
3724
3725 2001-06-19  Matt Armstrong <matt@lickey.com>
3726
3727         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
3728         server.
3729
3730 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3731
3732         * nnmail.el (nnmail-article-buffer): New variable.
3733         (nnmail-split-incoming): Use it.
3734
3735 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
3736
3737         * qp.el (quoted-printable-decode-region): If called interactively,
3738         use coding-system-for-read.
3739
3740 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3741
3742         * message.el (message-check-news-header-syntax): Check Reply-To.
3743
3744 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3745
3746         * mml.el (mml-parse-1): Use message options.
3747
3748         * message.el (message-do-fcc): Don't do anything if there is no
3749         FCC.
3750
3751 2001-06-16  Simon Josefsson  <jas@extundo.com>
3752
3753         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
3754         (nnimap-expunge-search-string): New variable.
3755         (nnimap-request-expire-articles): Use it.
3756
3757 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3758
3759         * message.el (message-send-mail-with-qmail): wrong exit status is
3760         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
3761
3762 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3763
3764         * gnus-art.el (article-strip-multiple-blank-lines): Use
3765         delete-region instead of replace-match.
3766
3767 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3768
3769         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
3770         (nnweb-google-wash-article): Ditto.
3771
3772 2001-06-14 Ferenc Wagner <wferi@bolyai1.elte.hu>
3773
3774         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
3775
3776 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3777
3778         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
3779         specs.
3780
3781 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3782
3783         * gnus.el (gnus-email-address): Move it here.
3784
3785         * gnus-art.el (article-de-quoted-unreadable): Read charset if
3786         requested.
3787         (article-de-base64-unreadable): Ditto.
3788         (article-wash-html): Ditto.
3789
3790 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3791
3792         * message.el (message-options-set-recipient): Don't add ", "
3793         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
3794
3795 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3796
3797         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
3798
3799 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3800
3801         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
3802         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
3803
3804         * nnrss.el (nnrss-node-text): Node might be nil.
3805
3806 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3807
3808         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
3809         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
3810
3811         * nnrss.el (nnrss-group-alist): More items.
3812
3813 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3814
3815         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
3816
3817 2001-06-03  Dale Hagglund  <rdh@best.com>
3818
3819         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
3820        restrict clauses.
3821
3822 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3823
3824         From Benjamin Rutt <brutt+news@bloomington.in.us>
3825
3826         * message.el (message-wide-reply-confirm-recipients): New variable.
3827
3828 2001-06-06  Mark Thomas  <mthomas@edrc.cmu.edu>
3829
3830         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
3831         fix so it works with XEmacs.
3832
3833 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3834
3835         * nnrss.el (nnrss-retrieve-headers): Support description as extra
3836         headers.
3837
3838 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3839
3840         * nnrss.el: Fix a few bugs.
3841
3842 2001-06-05  Simon Josefsson  <jas@extundo.com>
3843
3844         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
3845         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
3846
3847 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
3848
3849         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
3850         binary so that we don't transmit ISO 2022 garbage to the process.
3851         This is needed under XEmacs.
3852
3853 2001-06-03  Simon Josefsson  <simon@josefsson.org>
3854
3855         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
3856         autoloaded incorrectly below because ssl-program-* is bound.)
3857         Thanks to Amos Gouaux for report.
3858
3859 2001-06-02  Simon Josefsson  <simon@josefsson.org>
3860
3861         * imap.el (imap-kerberos4-open):
3862         (imap-gssapi-open):
3863         (imap-ssl-open):
3864         (imap-network-open):
3865         (imap-shell-open):
3866         (imap-starttls-open): Set buffer to workaround spurious
3867         `accept-process-output' buffer changes.  Thanks to Mats Lidell
3868         <Mats.Lidell@contactor.se> for report and partial patch and Jake
3869         Colman <colman@ppllc.com> for report.
3870
3871 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3872
3873         * gnus-sum.el (gnus-summary-catchup): New argument.
3874         (gnus-summary-catchup-from-here): New function.
3875
3876 2001-05-30  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3877
3878         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
3879         back, then insert glyph.  (Before, the glyph was inserted first,
3880         then the newline.)  This works around a behavior in XEmacs where
3881         it is not possible to insert a character after a glyph which is at
3882         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
3883
3884 2001-05-28  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3885
3886         From Jaap-Henk Hoepman (jhh@xs4all.nl).
3887
3888         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
3889         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
3890         mm-destroy-postponed-undisplay-list): New functions.
3891         (mm-display-external): Use them.
3892
3893 2001-05-27  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3894
3895         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
3896         `default-low' when evaluating `gnus-summary-highlight'.
3897         From Raja R Harinath <harinath@cs.umn.edu>.
3898
3899 2001-05-27  Simon Josefsson  <simon@josefsson.org>
3900
3901         * message.el (message-yank-cited-prefix): New variable.
3902         (message-indent-citation): Use it.
3903
3904         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
3905         as details.
3906         (mml2015-mailcrypt-clear-verify): Ditto.
3907
3908 2001-05-24  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3909         From Nevin Kapur <nevin@jhu.edu>.
3910
3911         * gnus-sum.el (gnus-summary-default-high-score,
3912         gnus-summary-default-low-score): New variables.
3913         (gnus-summary-highlight): Use them.
3914
3915 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
3916
3917         * message.el (message-mail): pass the 'send-actions argument to
3918         `message-setup'.
3919
3920 2001-05-16  Simon Josefsson  <simon@josefsson.org>
3921         From Raymond Scholz <ray-2001@zonix.de>
3922
3923         * gnus-art.el (gnus-mime-view-part-as-charset):
3924         (gnus-mime-internalize-part): Doc fixes.
3925
3926 2001-05-11  Simon Josefsson  <simon@josefsson.org>
3927
3928         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
3929         status lines without any text ("^215$").
3930
3931 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3932
3933         * nnrss.el (nnrss-check-group): Reverse.
3934
3935 2001-05-07  Simon Josefsson  <simon@josefsson.org>
3936
3937         * message.el (message-get-reply-headers):
3938         (message-followup): Fix typo, suggested by David Green
3939         <dgreen@uab.edu>
3940
3941 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3942
3943         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
3944
3945         * nnrss.el (nnrss-open-server): Read server data when it is called.
3946         (nnrss-request-expire-articles): Fix.
3947
3948 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3949
3950         * message.el (message-do-send-housekeeping): mail-abbrevs may
3951         rename buffer behind Gnus.
3952
3953 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3954
3955         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
3956         (nnrss-group-alist): Add more resources.
3957         (nnrss-check-group): Ignore errors.
3958
3959 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3960
3961         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
3962
3963         * nnslashdot.el (nnslashdot-request-list): Add time.
3964         (nnslashdot-request-expire-articles): New function.
3965
3966         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
3967         secondary methods too.
3968
3969 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3970
3971         * message.el (message-use-followup-to): Set default value to t.
3972
3973 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
3974
3975         * message.el (message-dont-reply-to-names): Fix documentation.
3976         (message-get-reply-headers): Use Mail-Followup-To only for wide
3977         replies.
3978
3979 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3980
3981         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
3982         correctly.
3983         (nnrss-check-group): Use time.
3984
3985 2001-05-01 19:21:19 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3986
3987         * gnus.el: Oort Gnus v0.03 is released.
3988
3989 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3990
3991         * nnultimate.el (nnultimate-topic-article-to-article): Use the
3992         group.
3993
3994 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3995
3996         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
3997
3998 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3999
4000         * nnultimate.el (nnultimate-retrieve-headers): Return all
4001         available headers.
4002
4003         * gnus-sum.el (gnus-read-all-available-headers): New variable.
4004         (gnus-get-newsgroup-headers-xover): Use it.
4005
4006 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4007
4008         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
4009
4010 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4011
4012         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
4013
4014 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4015
4016         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
4017         disable it.
4018
4019         * gnus.el (gnus-info-nodes): Remove a few The's.
4020
4021 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4022
4023         * mail-source.el (mail-source-movemail): Call-process may return a
4024         signal description string.
4025
4026         * gnus-start.el (gnus-read-newsrc-el-file):
4027         gnus-newsrc-file-version may be nil.
4028
4029         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
4030         Suggested by Michael Sperber [Mr. Preprocessor]
4031         <sperber@informatik.uni-tuebingen.de>.
4032
4033 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
4034
4035         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
4036
4037 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
4038
4039         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
4040         fontify HANDLE.
4041
4042 2001-04-18  Simon Josefsson  <simon@josefsson.org>
4043
4044         * smime.el (smime-ask-passphrase): Rework to return value.
4045         (smime-sign-region): Rework to bind value and use it.
4046         (smime-decrypt-region): Ditto.
4047
4048 2001-04-18  Mathias Herberts <Mathias.Herberts@iroise.net>
4049         Committed by Simon Josefsson  <simon@josefsson.org>
4050
4051         * smime.el (smime-ask-passphrase): New function.
4052         (smime-sign-region): Use it.
4053         (smime-encrypt-cipher): New variable.
4054         (smime-decrypt-region): Ditto.
4055
4056 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
4057         Committed by Simon Josefsson  <simon@josefsson.org>
4058
4059         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
4060         the log.
4061
4062 2001-04-14 01:14:42 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4063
4064         *gnus.el: Oort Gnus v0.02 is released.
4065
4066 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
4067
4068         * gnus.el: Oort Gnus v0.01 is released.
4069
4070 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4071
4072         * gnus-sum.el (gnus-summary-highlight): Highlight read
4073         undownloaded articles as read articles.
4074
4075         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
4076         (gnus-agent-get-undownloaded-list): Mark all undownloaded
4077         articles, even read ones, as such.
4078
4079         * gnus-sum.el (gnus-summary-find-matching): Clean up.
4080         (gnus-find-matching-articles): New function.
4081         (gnus-summary-limit-include-matching-articles): New command.
4082         (gnus-summary-limit-include-thread): Include articles that have
4083         matching subjects.
4084         (gnus-offer-save-summaries): Clean up.
4085
4086 2001-04-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4087
4088         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
4089
4090 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4091         From Jason Merrill <jason_merrill@redhat.com>
4092
4093         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
4094
4095 2001-04-10 08:01:15  Katsumi Yamaoka <yamaoka@jpl.org>
4096         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
4097
4098         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
4099         newsgroup names when the original article is a news message.
4100
4101 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4102
4103         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
4104         supported. Suggest by Jim Meyering <jim@meyering.net>.
4105
4106 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
4107         Committed by Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
4108
4109         * nnmail.el (nnmail-split-it): Added check for .* at the end of
4110         regexp in nnmail-split-fancy.
4111
4112 2001-04-10  Simon Josefsson  <simon@josefsson.org>
4113
4114         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
4115
4116 2001-04-10  Colin Marquardt <colin.marquardt@usa.alcatel.com>
4117
4118         * message.el (message-send-mail): Improve the interaction with the
4119         user.
4120
4121 2001-04-10  Simon Josefsson  <simon@josefsson.org>
4122
4123         * imap.el (imap-message-copy): Work around buggy servers that
4124         doesn't send TRYCREATE tags.
4125
4126 2001-04-09 01:15:54  Katsumi Yamaoka <yamaoka@jpl.org>
4127
4128         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
4129
4130 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4131
4132         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
4133         date.
4134
4135 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4136
4137         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
4138         lives.
4139
4140 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4141
4142         * gnus-art.el (gnus-parse-news-url): New function.
4143         (gnus-button-handle-news): New function.
4144         (gnus-button-alist): Point to new functions.
4145
4146         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
4147
4148         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
4149         gnus-format-specs.
4150
4151         * message.el (message-check-news-header-syntax): Question even
4152         when Gnus doesn't know the group names.
4153         (message-send-news): Clean up.
4154
4155         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
4156         exited on purpose without saving.
4157
4158         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
4159
4160 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4161
4162         * gnus-score.el (gnus-score-orphans): Clean up.
4163
4164         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
4165
4166         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
4167         later.
4168
4169         * gnus-start.el (gnus-close-all-servers): Find the right items to
4170         close.
4171
4172         * qp.el (quoted-printable-decode-region): Just message
4173         malformation; don't quit.
4174
4175 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4176         From Gerd Moellmann <gerd@gnu.org>.
4177
4178         * gnus.el (gnus-interactive): A typo.
4179
4180 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
4181         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
4182
4183         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
4184         `assq-delete-all', if that function exists; otherwise use the old
4185         definition. Documentation changed to match the one in
4186         `assq-delete-all'.
4187
4188 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4189
4190         * gnus-start.el (gnus-close-all-servers): New function.
4191
4192         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
4193         (gnus-server-remove-denials): Clean up.
4194
4195         * gnus-sum.el (gnus-summary-sort-by-original): New command and
4196         keystroke.
4197
4198 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4199
4200         * message.el (message-send-news): Message where we are sending.
4201         (message-send-mail): Ditto.
4202
4203         * gnus.el (gnus-server-string): New function.
4204
4205         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
4206
4207         * mm-decode.el (mm-default-directory): Customized.
4208         (mm-tmp-directory): Ditto.
4209
4210         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
4211         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
4212         or Chars.
4213         (gnus-summary-line-format-alist): ?l is now a string.
4214         (gnus-summary-prepare-threads): Output ? for unknown lines.
4215         (gnus-summary-insert-line): Ditto.
4216         (gnus-summary-print-article): Unbalanced parentheses.
4217
4218         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
4219         out whether new stuff has arrived.
4220
4221 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
4222
4223         * gnus-sum.el: Let printing work on ttys on Emacs.
4224
4225 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4226
4227         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
4228         when forcing news.
4229
4230         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
4231         command.
4232
4233 2001-03-31 01:04:54  Francis Litterio  <franl-removethis@world.omitthis.std.com>
4234
4235         * message.el (message-set-auto-save-file-name): Don't use
4236         asterisks under nt.
4237
4238 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4239
4240         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
4241         lists of articles.
4242
4243         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
4244
4245         * gnus-msg.el (gnus-put-message): Clean up.
4246         (gnus-summary-reply): Mark all replied-to articles as replied to.
4247         (gnus-inews-add-send-actions): Also mark as forwarded.
4248         (gnus-summary-mail-forward): Mark as forwarded.
4249
4250         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
4251         of articles.
4252         (gnus-summary-mark-article-as-forwarded): Ditto.
4253
4254         * gnus-msg.el (gnus-summary-resend-message): Mark article as
4255         forwarded.
4256         (gnus-summary-mail-forward): Clean up.
4257
4258         * gnus.el (gnus-article-mark-lists): Added forward.
4259
4260         * gnus-sum.el (gnus-forwarded-mark): New variable.
4261         (gnus-summary-prepare-threads): Use it.
4262         (gnus-summary-update-secondary-mark): Ditto.
4263         (gnus-newsgroup-forwarded): New variable.
4264
4265 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4266
4267         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
4268         (gnus-summary-very-wide-reply): New command and keystroke.
4269         (gnus-summary-very-wide-reply-with-original): Ditto.
4270
4271         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
4272         (gnus-score-adaptive): Use it.
4273
4274         * gnus-start.el (gnus-get-unread-articles): Clean up.
4275
4276 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4277
4278         * nnultimate.el (nnultimate-retrieve-headers): Work for other
4279         boards.
4280
4281 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
4282
4283         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
4284         * gnus-start.el (gnus-subscribe-newsgroup): use it.
4285
4286 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4287
4288         * nnultimate.el (nnultimate-retrieve-headers): Understand
4289         long-form month names.
4290
4291 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4292
4293         * gnus-sum.el (gnus-summary-show-all-headers):
4294         gnus-article-show-all-headers is broken. Use
4295         gnus-summary-toggle-header instead.
4296
4297         * mml2015.el (mml2015-gpg-extract-from): No error.
4298
4299 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4300         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
4301
4302         * mml2015.el (mml2015-gpg-extract-from): New function.
4303         (mml2015-gpg-verify): Use it.
4304         (mml2015-gpg-clear-verify): Use it.
4305
4306 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4307
4308         * message.el (message-setup-fill-variables): Use
4309         fill-paragraph-function.
4310         (message-fill-paragraph): Take an argument.
4311         (message-newline-and-reformat): Take another argument.
4312
4313 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4314
4315         * message.el (rmail-output): It is in rmailout.el not rmail.el.
4316
4317 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4318
4319         * message.el (message-forward): local-variable-p takes an extra
4320         argument in XEmacs.
4321
4322 2001-03-16  Simon Josefsson  <simon@josefsson.org>
4323
4324         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
4325         `nnimap-use-nov-p' (it really tested the negative).
4326         (nnimap-retrieve-headers): Use it.
4327
4328 2001-03-11  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4329
4330         * message.el (message-generate-headers-first): Update doc.
4331
4332 2001-03-10  Matthias Wiehl <mwiehl@gmx.de>
4333
4334         * gnus.el (gnus-summary-line-format): Typo.
4335
4336 2001-03-11  Simon Josefsson  <simon@josefsson.org>
4337
4338         * mailcap.el (mailcap-mime-data): Add application/sieve.
4339         (mailcap-mime-extensions): Add .siv, .xls.
4340
4341 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4342         From Christoph Conrad <christoph.conrad@gmx.de>
4343
4344         * gnus-score.el (gnus-summary-lower-thread): Typo.
4345
4346 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4347
4348         * message.el (message-forward-decoded-p): New variable.
4349         (message-forward-subject-author-subject): Use it.
4350         (message-make-forward-subject): Use it.
4351         (message-forward): Use it.
4352
4353         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
4354
4355         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
4356         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
4357
4358 ;;Has been fixed -- zsh.
4359 ;;2001-03-05  Dave Love  <fx@gnu.org>
4360 ;;
4361 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
4362 ;;      Move it after definition of mm-coding-system-p.
4363 ;;
4364 2001-03-01  Dave Love  <fx@gnu.org>
4365
4366         * mm-util.el (mm-inhibit-file-name-handlers): Add
4367         image-file-handler.
4368
4369 2001-02-11  Dave Love  <fx@gnu.org>
4370
4371         * message.el (message-signature-file): Fix doc, :type.
4372
4373 2001-02-08  Dave Love  <fx@gnu.org>
4374
4375         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
4376         (message-posting-charset): Defvar when compiling again.
4377         (rfc2047-encodable-p): Require message.
4378
4379         * gnus-sum.el (gnus-alter-articles-to-read-function):
4380         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
4381
4382 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4383
4384         * nnrss.el: New file.
4385
4386 2001-03-08 02:41:36  Katsumi Yamaoka <yamaoka@jpl.org>
4387         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
4388
4389         * rfc2047.el (rfc2047-unfold-region): Fix arg of
4390         `skip-chars-forward'.
4391
4392 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4393
4394         * nndraft.el (nndraft-request-group): Restore auto save files if
4395         the original files do not exist.
4396
4397 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4398
4399         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
4400         SCORE paths.
4401
4402         * mm-decode.el (mm-dissect-buffer): Call
4403         mail-extract-address-components only if necessary.
4404
4405 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4406
4407         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
4408         directory part.
4409         (gnus-score-search-global-directories): Use file-directory-p.
4410
4411         * gnus-score.el (gnus-score-score-files-1): Use
4412         gnus-kill-files-directory.
4413         From Adrian Aichner <adrian@xemacs.org>.
4414
4415 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4416
4417         * gnus.el (charset): Move here from gnus-sum.el.
4418
4419 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4420
4421         * mml.el (mml-preview): Disable local map.
4422
4423         * gnus-sum.el (gnus-summary-make-menu-bar): Make
4424         gnus-article-post-menu here.
4425
4426         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
4427         if it has not been made.
4428
4429 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4430
4431         * gnus-art.el (gnus-article-describe-key): Map key to event.
4432         (gnus-article-describe-key-briefly): Ditto
4433
4434 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4435
4436         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
4437
4438 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4439         From Katsumi Yamaoka <yamaoka@jpl.org>.
4440
4441         * dgnushack.el (coerce, merge, subseq): defmacro.
4442
4443 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4444
4445         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
4446         A fake defalias in nndraft.el results a not-activated bug in
4447         uncompiled versions.
4448
4449 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
4450         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
4451
4452         * gnus-util.el (gnus-split-references): Handle malformed References:.
4453
4454 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4455
4456         * gnus-art.el (gnus-article-mime-part-status): 1 part.
4457
4458 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4459         From NAGY Andras <nagya@inf.elte.hu>.
4460
4461         * gnus.el (gnus-parameters): Typo.
4462
4463 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4464
4465         * gnus.el (gnus-read-method): Remove redundancy.
4466
4467 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4468
4469         * nnslashdot.el (nnslashdot-backslash-url): New variable.
4470         (nnslashdot-request-list): Use it.
4471
4472 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4473
4474         * nnml.el (nnml-generate-active-info): Fix the case when there is
4475         no file.
4476
4477         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
4478         (gnus-summary-create-article): New function.
4479
4480         * gnus-group.el (gnus-group-mark-article-read): New function.
4481
4482         * gnus-msg.el (gnus-inews-do-gcc): Use it.
4483
4484         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
4485
4486 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4487
4488         * gnus-art.el (gnus-article-edit-done): Don't use
4489         gnus-article-edit-exit.
4490         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
4491
4492         * gnus.el (gnus-parameters): New variable.
4493         Suggested by NAGY Andras <nagya@inf.elte.hu>.
4494         (gnus-parameters-get-parameter): New function.
4495         (gnus-group-find-parameter): Use it.
4496
4497 2001-02-23  Simon Josefsson  <simon@josefsson.org>
4498
4499         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
4500         change of default value to `current'.
4501
4502 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4503
4504         * nneething.el (nneething-get-head): Insert unreadable file too.
4505
4506 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4507
4508         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
4509
4510         * webmail.el (webmail-type-definition): Deja is bought by google.
4511
4512 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4513
4514         * gnus-sum.el (gnus-fetch-headers): New function.
4515         (gnus-select-newsgroup): Use it.
4516         (gnus-summary-insert-articles): New function.
4517         (gnus-summary-insert-old-articles): New function.
4518         (gnus-summary-insert-new-articles): New function.
4519
4520         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
4521         (gnus-group-list-active): Ditto.
4522         * gnus-sum.el (gnus-set-mode-line): Ditto.
4523         (gnus-summary-read-group-1): Ditto.
4524
4525 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4526
4527         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
4528         current topic.
4529
4530 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4531
4532         * smiley.el (gnus-smiley-display): Don't do widening.
4533
4534         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
4535         within body.
4536
4537         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
4538
4539         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
4540         New variable.
4541         (gnus-mime-display-multipart-related-as-mixed): New variable.
4542         (gnus-mime-display-part): Use them.
4543
4544 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4545
4546         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
4547         something special.
4548
4549 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4550
4551         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
4552         (nnweb-request-article): Call reference if exists.
4553         (nnweb-type-definition): Dejanews is bought by google.com.
4554         Beta!
4555
4556 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4557
4558         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
4559
4560 2001-02-19  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4561
4562         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
4563         gnus-article-sort-functions.
4564         (gnus-article-sort-functions): Doc fix.  Refer to
4565         gnus-thread-sort-functions.
4566
4567 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4568         From Paul Jarc <prj@po.cwru.edu>.
4569
4570         * message.el (message-get-reply-headers): More fixes.
4571
4572 2001-02-17  Paul Jarc <prj@po.cwru.edu>
4573         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
4574
4575         * message.el (message-get-reply-headers): Fix bug with
4576         Mail-Followup-To/to-address interaction.
4577
4578 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4579
4580         * gnus-msg.el (gnus-configure-posting-styles): Match header in
4581         gnus-article-copy.
4582
4583 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4584
4585         * message.el (message-do-send-housekeeping): Rename to a better
4586         name.
4587
4588 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4589
4590         * message.el (message-cancel-news): Check article first, then ask
4591         yes or no.
4592
4593 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4594
4595         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
4596
4597 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4598
4599         * gnus-range.el (gnus-range-normalize): New function.
4600
4601 2001-02-15  NAGY Andras <nagya@inf.elte.hu>
4602
4603         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
4604
4605 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4606
4607         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
4608
4609         * nnagent.el (nnagent-request-regenerate): New function.
4610
4611         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
4612
4613         * nnml.el (nnml-generate-nov-databases): Accept argument
4614         server. Don't open server if it is opened.
4615         (nnml-request-regenerate): Use it. Change to deffoo.
4616
4617 2001-02-14  Katsumi Yamaoka <yamaoka@jpl.org>
4618         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
4619
4620         * gnus.el (gnus-define-group-parameter): Fix.
4621
4622 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4623
4624         * gnus.el (gnus-define-group-parameter): Improved.
4625
4626         * gnus-sum.el (charset): Define parameter.
4627         (ignored-charsets): Ditto.
4628         (gnus-summary-setup-default-charset): Use them.
4629
4630         * gnus-start.el (gnus-read-descriptions-file): Use them.
4631
4632         * gnus-cus.el (gnus-group-parameters): Remove them.
4633
4634 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4635
4636         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
4637
4638 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4639
4640         * gnus-sum.el (gnus-summary-read-group-1): Remove
4641         gnus-summary-set-local-parameters.
4642         (gnus-summary-setup-buffer): Put it here.
4643
4644 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4645
4646         * gnus.el (to-address): Define parameter.
4647         (to-list): Ditto.
4648         * gnus-art.el (article-hide-boring-headers): Use them.
4649         * gnus-msg.el (gnus-post-news): Ditto.
4650         * gnus-cus.el (gnus-group-parameters): Remove them.
4651
4652 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4653
4654         * gnus-draft.el (gnus-draft-reminder): New function.
4655
4656         * gnus-art.el (gnus-sender-save-name): New function.
4657
4658 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4659
4660         * mm-util.el (mm-mime-charset): Error message.
4661
4662 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4663
4664         * message.el (message-check-news-body-syntax): Don't check mml lines.
4665
4666 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4667
4668         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
4669         subscribe.
4670
4671         * gnus-start.el (gnus-call-subscribe-functions): New function.
4672         (gnus-find-new-newsgroups): Use it.
4673         (gnus-ask-server-for-new-groups): Use it.
4674         (gnus-check-first-time-used): Use it.
4675         (gnus-subscribe-newsgroup-method): Grok a list of functions.
4676         (gnus-subscribe-options-newsgroup-method): Ditto.
4677         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
4678         return .
4679
4680 2001-02-12  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4681
4682         * gnus-cus.el (gnus-score-customize): Doc fix.
4683
4684 2001-02-11  Jesper Harder <harder@ifa.au.dk>
4685
4686         * dgnushack.el (my-getenv): Typo.
4687
4688 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4689
4690         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
4691
4692 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4693
4694         * gnus-group.el (gnus-group-suspend): Offer save summaries.
4695
4696         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
4697         (gnus-treatment-function-alist): Use it.
4698         (article-remove-leading-whitespace): New function.
4699         (gnus-article-make-menu-bar): Use it.
4700
4701         * gnus-sum.el (gnus-summary-wash-empty-map): Add
4702         remove-leading-whitespace.
4703         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
4704         because of conflict.
4705
4706 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4707
4708         * Makefile.in: Hack generating gnus-load.el.
4709         * dgnushack.el: Ditto.
4710         * gnus-load.el: Remove it.
4711
4712 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4713
4714         * dgnushack.el : Add URLDIR.
4715
4716         * Makefile.in (EMACS_COMP): Ditto.
4717
4718 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4719
4720         * gnus-cus.el (gnus-score-customize): Error on no score file.
4721
4722 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4723
4724         * mm-decode.el (mm-merge-handles): New function.
4725
4726         * mm-view.el (mm-inline-message): Use it.
4727         (mm-view-message): Ditto.
4728
4729         * mm-partial.el (mm-inline-partial): Ditto.
4730
4731         * mm-extern.el (mm-inline-external-body): Ditto.
4732
4733         * gnus-art.el (gnus-mime-view-part): Ditto.
4734         (gnus-mime-view-part-as-type): Ditto.
4735         (gnus-mime-save-part-and-strip): Prevent users to strip in some
4736         cases.
4737
4738 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4739
4740         * message.el (message-cancel-news): Allow to shoot foot.
4741         (message-supersede): Ditto.
4742
4743 2001-02-08  Tommi Vainikainen <thv@iki.fi>
4744
4745         * gnus-sum.el (gnus-simplify-subject-re): Use
4746         message-subject-re-regexp.
4747
4748 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4749
4750         * nnmail.el (nnmail-expiry-target-group): Bind
4751         nnmail-cache-accepted-message-ids to nil.
4752
4753         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
4754         coding system.
4755
4756 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4757
4758         * qp.el (quoted-printable-encode-region): Make sure characters are
4759         between 00 and FF.  Don't check charset.
4760
4761         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
4762         in Emacs 20.
4763         * rfc2047.el (rfc2047-q-encode-region): Ditto.
4764
4765 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4766
4767         * message.el (message-make-forward-subject): Argument decoded.
4768         (message-forward): Use it when digest.
4769
4770         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
4771         buffer.
4772
4773 2001-02-07  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4774
4775         * message.el (message-generate-headers-first): Doc fix.
4776
4777 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4778
4779         * gnus-art.el (article-make-date-line): Error proof.
4780
4781 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4782
4783         * gnus-group.el (gnus-group-listing-limit): New variable.
4784         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
4785
4786         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
4787
4788 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4789
4790         * message.el (message-newline-and-reformat): Special case for
4791         breaking at BOL.
4792
4793 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
4794
4795         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
4796         message/rfc822.
4797
4798 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4799
4800         * message.el (message-encode-message-body): Don't insert
4801         Content-Type if it is inside a mail.
4802
4803 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4804
4805         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
4806         gnus-article-commands-menu.
4807
4808         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
4809         in Emacs.
4810
4811         * gnus-start.el (gnus-read-descriptions-file): Use
4812         gnus-group-name-charset and gnus-group-charset-alist.
4813
4814 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4815
4816         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
4817         active region.
4818
4819         * gnus-start.el (gnus-group-change-level): Remove from both
4820         gnus-zombie-list and gnus-killed-list.
4821
4822 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4823
4824         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
4825         gnus-subscribe-topics.
4826
4827         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
4828
4829 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4830
4831         * gnus-art.el (gnus-article-make-menu-bar): Make
4832         gnus-article-post-menu.
4833
4834         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
4835
4836         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
4837
4838         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
4839
4840         * message.el (message-mode-menu): Ditto.
4841
4842         * gnus-art.el (defvar): eval-when-compile.
4843
4844 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4845
4846         * gnus-agent.el (gnus-agentize): Fix doc.
4847
4848 2001-02-02  Karl Kleinpaste <karl@charcoal.com>
4849
4850         * mml.el (mml-preview): Bind `q'.
4851
4852 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4853
4854         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
4855
4856 2001-01-31  Dave Love  <fx@gnu.org>
4857
4858         * mm-util.el (mm-mime-mule-charset-alist)
4859         (mm-find-mime-charset-region): Consider mule-utf-8.
4860
4861 2001-01-31  Dave Love  <fx@gnu.org>
4862
4863         * gnus-art.el (gnus-article-x-face-command)
4864         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
4865         :version.
4866
4867 2001-01-26  Dave Love  <fx@gnu.org>
4868
4869         * mm-util.el (mm-multibyte-string-p): New.
4870
4871 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
4872 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
4873 ;;      string-as-multibyte on class.  Clarify line-folding.
4874         (quoted-printable-encode-string): Make temp buffer inherit
4875         string's multibyteness.
4876
4877 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
4878
4879         * nnheader.el (toplevel): Don't require `gnus-util' at
4880         compile-time; this creates a circular dependency, and prevents
4881         a bootstrap.
4882
4883 2001-01-22  Andreas Schwab  <schwab@suse.de>
4884
4885         * nnheader.el (gnus-delete-line): Autoload it as a macro.
4886
4887 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4888
4889         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
4890
4891         * gnus-art.el (article-hide-list-identifiers): Ditto.
4892
4893         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
4894
4895 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4896
4897         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
4898
4899         * gnus-art.el (article-hide-list-identifiers): Similar.
4900
4901 2001-01-31  Karl Kleinpaste <karl@charcoal.com>
4902
4903         * nnmail.el (nnmail-remove-list-identifiers): Improved.
4904
4905 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4906
4907         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
4908
4909 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4910
4911         * gnus-util.el (gnus-string-equal): New function.
4912
4913         * gnus-art.el (article-hide-boring-headers): Use it.
4914
4915 2001-01-27  Karl Kleinpaste <karl@charcoal.com>
4916
4917         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
4918
4919 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4920
4921         * gnus-msg.el (gnus-msg-mail): Support switch-action.
4922
4923 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4924
4925         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
4926         command if there is not last-saver.
4927
4928 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4929
4930         * nntp.el (nntp-open-connection): 201 is possible.
4931
4932 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4933
4934         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
4935         (rfc2047-charset-encoding-alist): Add big5.
4936
4937 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4938
4939         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
4940         (gnus-agent-remove-server): Ditto.
4941         (autoload): gnus-server-update-server.
4942
4943         * gnus-srvr.el (gnus-server-line-format): Add %a.
4944         (gnus-server-line-format-alist): Add gnus-tmp-agent.
4945         (gnus-server-insert-server-line): Use it.
4946
4947 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4948
4949         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
4950         GB2312 and Big5.
4951
4952 2001-01-24  Simon Josefsson  <sj@extundo.com>
4953
4954         * mail-source.el (mail-sources): Add :program specifier to IMAP
4955         mail source.
4956         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
4957
4958 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4959
4960         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
4961
4962 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4963
4964         * nntp.el (nntp-wait-for): Return the success code.
4965         (nntp-open-connection): Use it.
4966
4967 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4968
4969         * gnus-int.el (gnus-check-server): Allow breaking the opening.
4970
4971 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4972
4973         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
4974
4975 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4976
4977         * gnus-sum.el (gnus-summary-print-article): Take one prefix
4978         argument. Allow to print several articles in one file.
4979
4980 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4981
4982         * webmail.el (webmail-type-definition): netaddress changes.
4983
4984 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4985
4986         * gnus.el: Fix copyright. Remove trailing spaces.
4987
4988         * message.el (message-forward): Use mule4.
4989
4990 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4991
4992         * mm-util.el (mm-string-as-unibyte): New function.
4993
4994         * message.el (message-forward): Use it.
4995
4996 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4997
4998         * message.el (message-cite-original-without-signature): Don't peel
4999         off the blank line.
5000         (message-get-reply-headers): Add Cc if it is not in follow-to.
5001
5002 2001-01-20  Simon Josefsson  <sj@extundo.com>
5003
5004         * mm-decode.el (mm-handle-multipart-from): Add.
5005         (mm-dissect-buffer): Save From: header value.
5006         (mm-security-from): Remove.
5007         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
5008
5009         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
5010         instead of `mml-security-from'.  Protect null from value.
5011
5012 2001-01-20  Simon Josefsson  <sj@extundo.com>
5013
5014         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
5015         application/vnd.ms-excel attachments.
5016
5017 2001-01-19  Simon Josefsson  <sj@extundo.com>
5018
5019         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
5020
5021 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5022
5023         * message.el (message-ignored-mail-headers): Ditto.
5024
5025 2001-01-19  Simon Josefsson  <sj@extundo.com>
5026
5027         * message.el (message-ignored-news-headers): Only search beginning
5028         of line.
5029
5030 2001-01-19  Alberto Lusiani <a.lusiani@noemail.org>
5031
5032         * message.el (message-send-mail): Content-Type may not be there.
5033
5034 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5035
5036         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
5037         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
5038
5039         * gnus-art.el (article-display-x-face): Insert X-Face if there is
5040         not.
5041
5042 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5043
5044         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
5045         non-native groups.
5046
5047 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5048
5049         * message.el (message-yank-original): Understand
5050         universal-argument.
5051
5052 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5053
5054         * gnus-art.el (gnus-boring-article-headers): Add to-address.
5055         (article-hide-boring-headers): Ditto.
5056
5057         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
5058
5059 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5060
5061         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
5062         one.
5063
5064 2001-01-16  Simon Josefsson  <simon@josefsson.org>
5065
5066         * message.el (message-make-in-reply-to): Add comment to message-id
5067         (old syntax, see 2000-08-02 change).
5068
5069 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5070
5071         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
5072         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
5073         (gnus-button-reply): Ditto.
5074
5075 2001-01-16  Katsumi Yamaoka <yamaoka@jpl.org>
5076
5077         * gnus-art.el (article-display-x-face): Fix.
5078
5079 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5080
5081         * gnus-art.el (article-display-x-face): Use
5082         gnus-original-article-buffer.
5083
5084 2001-01-15  Jack Twilley <jmt@tbe.net>
5085
5086         * message.el (message-add-header): Move to point-max.
5087
5088 2001-01-15  Simon Josefsson  <simon@josefsson.org>
5089
5090         * smime.el (smime-CA-directory, smime-CA-file): Change default to
5091         nil, improve documentation.
5092         (smime-certificate-directory): Comment out false hints (until it
5093         is implemented).
5094
5095         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
5096         there aren't any keys.
5097         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
5098         verify certificate.  Default is changed to only check integrity.
5099         Improved security status texts.  If a certificate doesn't contain
5100         a email address, don't fail.
5101
5102         * smime.el (smime-noverify-region):
5103         (smime-noverify-buffer): New functions.  Verifies integrity only.
5104
5105 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5106
5107         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
5108
5109 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5110
5111         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
5112         (gnus-remove-some-windows): Ditto.
5113
5114 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5115
5116         * gnus-art.el (article-make-date-line): 11th.
5117
5118 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5119
5120         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
5121         (mml2015-gpg-sign): Ditto.
5122
5123 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5124
5125         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
5126         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
5127
5128 2001-01-08  Dave Love  <fx@gnu.org>
5129
5130         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
5131         single character.
5132
5133         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
5134
5135         * message.el: Doc and message fixes.
5136         (message-send-rename-function)
5137         (message-make-forward-subject-function)
5138         (message-send-mail-function, message-reply-to-function)
5139         (message-wide-reply-to-function, message-followup-to-function)
5140         (message-distribution-function, message-auto-save-directory): Fix
5141         :type.
5142
5143         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
5144         proceeding after warnings.  Amend multipart warning message.
5145
5146 2001-01-04  Dave Love  <fx@gnu.org>
5147
5148         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
5149         compiling.
5150         (gnus-make-directory): Require nnmail.
5151
5152         * mm-decode.el (mm-inline-media-tests): Add
5153         image/x-portable-bitmap.
5154         (mm-get-image): Grok pbm.
5155
5156 2001-01-10  Paul Stevenson <p.stevenson@surrey.ac.uk>
5157
5158         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
5159
5160 2001-01-09  Didier Verna  <didier@xemacs.org>
5161
5162         * dgnushack.el (dgnushack-compile): give a dummy value to
5163         `gnus-xmas-glyph-directory' for the time of compilation.
5164         * gnus-agent.el: moved some XEmacs specific hook add-ons from
5165         `gnus-xmas-[re]define' to avoid loosing user custom settings.
5166         * gnus-art.el: ditto.
5167         * gnus-group.el: ditto.
5168         * gnus-salt.el: ditto.
5169         * gnus-sum.el: ditto.
5170         * gnus-topic.el: ditto.
5171         * gnus-xmas.el (gnus-xmas-define): see above.
5172         * gnus-xmas.el (gnus-xmas-redefine): see above.
5173         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
5174         non-continuable error when the directory can't be found.
5175
5176 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5177
5178         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
5179         handle.
5180         * gnus-art.el (gnus-mime-view-part): Copy it.
5181         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
5182
5183 2001-01-09  Michael Downes <mjd@ams.org>
5184
5185         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
5186
5187 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5188
5189         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
5190         orig-file. Use ',source.
5191
5192 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5193
5194         * gnus-xmas.el (gnus-xmas-modeline-glyph):
5195         (gnus-xmas-group-startup-message):
5196         Detect gnus-xmas-glyph-directory when it is nil.
5197
5198 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5199
5200         * pop3.el (pop3-get-message-count): Andrew Innes
5201         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
5202
5203 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5204
5205         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
5206
5207         * time-date.el (time-to-number-of-days): New function.
5208
5209 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
5210
5211         * nnslashdot.el (nnslashdot-request-list): Always get the right
5212         sid.
5213
5214 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5215
5216         * message.el (message-minibuffer-local-map): New keymap.
5217         (message-read-from-minibuffer): Use it.
5218         * gnus-msg.el (gnus-summary-resend-message): Use it
5219
5220 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5221
5222         * gnus-start.el (gnus-display-time-event-handler): New function.
5223         (gnus-after-getting-new-news-hook): Use it.
5224
5225 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5226
5227         * message.el (message-ignored-mail-headers): Add draft header.
5228
5229 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5230
5231         * gnus-sum.el (gnus-summary-expire-articles): Don't save
5232         excursion.
5233
5234         * nnslashdot.el (nnslashdot-request-list): Get the right year.
5235
5236 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
5237
5238         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
5239
5240 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5241
5242         * qp.el (quoted-printable-decode-region): Don't backward-char.
5243
5244 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5245
5246         * gnus-draft.el: Mark articles as replied.
5247
5248         * gnus-sum.el (gnus-summary-add-mark): New function.
5249
5250         * gnus-group.el (gnus-add-mark): New function.
5251
5252         * gnus-sum.el (gnus-summary-buffer-name): New function.
5253         (gnus-summary-setup-buffer): Use it.
5254
5255         * gnus-draft.el: Set things up with the right post method and
5256         stuff.
5257
5258         * message.el (message-ignored-news-headers): Remove X-Draft-From.
5259
5260         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
5261
5262         * gnus.el (gnus-draft-meta-information-header): New variable.
5263
5264 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5265
5266         * gnus-art.el (gnus-treatment-function-alist): Move the date
5267         functions before the header sorting functions.
5268
5269         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
5270
5271         * dgnushack.el (dgnushack-compile): Message whether there is w3.
5272         Don't (push "/usr/share/emacs/site-lisp" load-path).
5273
5274         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
5275         to empty fill prefixes.
5276
5277 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5278
5279         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
5280         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
5281
5282 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5283
5284         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
5285
5286         * nnml.el (autoload): Move to nnheader.el.
5287
5288         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
5289         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
5290         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
5291         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
5292
5293 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5294
5295         * gnus-art.el (article-make-date-line): Get the hours right.
5296         (gnus-ignored-headers): More hiding.
5297
5298         * nnmail.el (nnmail-expiry-wait): Not an integer.
5299
5300         * message.el (message-goto-body): Only expand abbrev when called
5301         interactively.
5302         (message-make-lines): Use it.
5303
5304 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5305
5306         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
5307
5308 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5309
5310         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
5311         include the expunged articles.
5312
5313         * gnus-group.el (gnus-group-sort-by-server): New function.
5314
5315         * gnus.el (gnus-method-to-server-name): New function.
5316         (gnus-group-prefixed-name): Use it.
5317
5318         * gnus-group.el (gnus-group-sort-function): Doc fix.
5319         (gnus-group-sort-groups-by-server): New command.
5320
5321 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5322
5323         * gnus-art.el (gnus-treat-date-english): New variable.
5324         (article-date-english): New command.
5325         (gnus-english-month-names): New variable.
5326         (article-make-date-line): Do 'english.
5327
5328         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
5329         after the fill prefix.
5330
5331         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
5332         score...".
5333
5334         * gnus-art.el (gnus-ignored-headers): Hide more headers.
5335
5336         * message.el (message-mode-map): Bind comment-region.
5337
5338         * gnus-art.el (gnus-mime-display-part): Let w3 display
5339         multipart/related.
5340
5341         * mm-bodies.el (mm-long-lines-p): New function.
5342         (mm-body-encoding): Use it.
5343         (mm-body-encoding): Encode articles with lines longer than 1000
5344         characters.
5345
5346 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5347
5348         * mm-util.el (mm-enable-multibyte): Use
5349         default-enable-multibyte-characters.
5350         (mm-enable-multibyte-mule4): Ditto.
5351         (mm-disable-multibyte): Test XEmacs.
5352         (mm-disable-multibyte-mule4): Ditto.
5353         (mm-with-unibyte-current-buffer): Simplified.
5354         (mm-with-unibyte-current-buffer-mule4): Ditto.
5355
5356 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5357
5358         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
5359
5360         * nnheader.el (nnheader-string-as-multibyte): New alias.
5361
5362         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
5363
5364         * gnus-uu.el (gnus-message-process-mark): New function.
5365         (gnus-uu-mark-by-regexp): Use it.
5366         (gnus-new-processable): New function.
5367
5368 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
5369
5370         * gnus-sum.el (gnus-no-mark): New variable.
5371
5372 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5373
5374         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
5375         backslashes.
5376
5377 2000-12-26  Katsumi Yamaoka <yamaoka@jpl.org>
5378
5379         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
5380         definition.
5381
5382 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5383
5384         * dgnushack.el (dgnushack-compile): elc is in the current directory.
5385
5386         * qp.el (quoted-printable-encode-region): Don't check multibyte in
5387         XEmacs.
5388
5389 2000-12-25  Lloyd Zusman <ljz@asfast.com>
5390
5391         * mml.el (mml-read-tag): Save tag location.
5392
5393 2000-12-25  Simon Josefsson  <simon@josefsson.org>
5394
5395         * starttls.el: Sync with Emacs 21.
5396
5397 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5398
5399         * message.el (message-mail): Support yank-action.
5400
5401         * message.el (message-setup): Revoke the last change.
5402
5403 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5404
5405         * message.el (message-setup): Use cons. Suggested by Johan Vromans
5406         <jvromans@squirrel.nl>.
5407
5408 2000-12-24  Simon Josefsson  <sj@extundo.com>
5409
5410         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
5411         mailing list junk at end of part.
5412
5413 2000-12-23  Simon Josefsson  <sj@extundo.com>
5414
5415         * nnimap.el (nnimap-expiry-target): New function.
5416         (nnimap-request-expire-articles): Use it.
5417
5418 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5419
5420         * gnus.el (gnus-group-parameters-more): New variable.
5421         * gnus-cus.el (gnus-group-customize): Use it.
5422
5423         * gnus.el (gnus-define-group-parameter): New macro.
5424         (auto-expire): Use it
5425         (total-expire): Use it.
5426         * gnus-art.el (banner): Use it.
5427
5428         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
5429         <ljz@asfast.com>.
5430
5431 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5432
5433         * gnus-topic.el (gnus-topic-create-topic): Use list.
5434
5435         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
5436         before binding gnus-default-article-saver.
5437
5438         * gnus-sum.el (gnus-summary-save-article):
5439         (gnus-summary-pipe-output):
5440         (gnus-summary-save-article-mail):
5441         (gnus-summary-save-article-rmail):
5442         (gnus-summary-save-article-file):
5443         (gnus-summary-write-article-file):
5444         (gnus-summary-save-article-body-file): Ditto.
5445
5446         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
5447
5448 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5449
5450         * gnus-art.el (gnus-mime-security-button-map):
5451         (gnus-mime-button-map): Add parent.
5452
5453 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5454
5455         * messagexmas.el (message-xmas-redefine): New function.
5456
5457         * message.el: Use it.
5458
5459         * gnus-art.el (gnus-article-check-hidden-text): Return t.
5460
5461         * gnus-util.el (gnus-remove-text-properties-when): Return t.
5462
5463 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5464
5465         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
5466         malformatted messages.
5467
5468 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5469
5470         * mm-util.el (mm-image-load-path): New function.
5471
5472         * gnus-group.el (gnus-group-make-tool-bar): Use it.
5473
5474         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
5475
5476         * message.el (message-tool-bar-map): Use it.
5477
5478         * Makefile.in (install-el): New rule.
5479
5480 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5481
5482         * gnus-art.el (article-treat-dumbquotes): Quote \.
5483
5484 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5485
5486         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
5487         Emacs 20 runs on a terminal.
5488
5489 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5490
5491         * gnus-msg.el (gnus-bug): Revert to save-excursion.
5492
5493         * mml.el (gnus-add-minor-mode): Autoload.
5494
5495         * message.el (message-forward): Save-restriction.
5496
5497 2000-12-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5498
5499         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
5500         Paul Stevenson <p.stevenson@surrey.ac.uk>
5501
5502 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5503
5504         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
5505
5506         * mml.el (gnus-ems): Don't require.
5507
5508         * gnus.el (gnus-decode-rfc1522): Removed.
5509         (gnus-set-text-properties): Define.
5510
5511 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5512
5513         * gnus-art.el (gnus-mime-*): handle may be nil.
5514
5515         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
5516
5517         * gnus.el (gnus-group-remove-excess-properties): Not defined
5518         in gnus-xmas.
5519
5520 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5521
5522         * message.el (message-mail-user-agent): Add :version.
5523
5524 2000-12-21  Miles Bader  <miles@gnu.org>
5525
5526         * message.el (message-mode): Set `comment-start' to the  yank prefix.
5527
5528 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5529
5530         * message.el (message-mail-user-agent): New variable.
5531         (message-setup): Renamed to message-setup-1. Support
5532         mail-user-agent.
5533         (message-mail-user-agent): New function.
5534         (message-mail): Use it.
5535         (message-reply): Use it.
5536         (message-resend): Use it.
5537         (message-mail-other-window): Use it.
5538         (message-mail-other-frame): Use it.
5539
5540         * gnus-msg.el (gnus-bug): Support mail-user-agent.
5541
5542 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5543
5544         * message.el (message-tool-bar-map): Simplify.
5545         (message-narrow-to-head-1): New function.
5546         (message-narrow-to-head): Use it.
5547         (message-reply): Ditto.
5548         (message-cancel-news): Ditto.
5549         (message-supersede): Ditto.
5550         (message-make-forward-subject): Ditto.
5551         (message-bounce): Ditto.
5552
5553 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5554
5555         * uudecode.el (uudecode-decode-region-external): make-temp-file
5556         may not be defined.
5557
5558         * binhex.el (defalias): eval-and-compile.
5559
5560         * message.el (message-tool-bar-map): New function.
5561         (message-mode): Use it.
5562
5563 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5564
5565         * nntp.el (nntp-find-connection): Remove the entry.
5566         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
5567
5568 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5569
5570         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
5571
5572         * message.el (message-forward): Copy buffer in unibyte mode.
5573
5574 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5575
5576         * message.el (message-make-forward-subject): Don't widen. Decode.
5577         (message-forward): Don't decode subject.
5578
5579 2000-12-20  Christoph Conrad <C.Conrad@cli.de>
5580
5581         * qp.el (quoted-printable-encode-region): Upcase QP.
5582
5583 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5584
5585         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
5586         mail-extract-a-c instead. Don't depend on Gnus.
5587
5588         * mml.el (gnus-ems): Require it.
5589
5590         * gnus-msg.el (gnus-summary-mail-forward):
5591
5592         * message.el (message-forward):  Move mime-to-mml here.
5593
5594 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5595
5596         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
5597         * gnus-art.el (gnus-insert-mime-button): Simplify.
5598         (gnus-mime-display-alternative): Ditto.
5599         (gnus-insert-mime-security-button): Ditto.
5600
5601 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5602
5603         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
5604         text-property-not-all doesn't return nil when start=mark(end).
5605         (gnus-remove-text-properties-when): Ditto.
5606
5607 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5608
5609         * gnus-start.el (gnus-group-change-level): Remove group from
5610         gnus-active-hashtb if real killed.
5611
5612 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5613
5614         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
5615         (gnus-mime-display-alternative): Ditto.
5616         (gnus-insert-mime-security-button): Ditto.
5617
5618 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5619
5620         * gnus-start.el (gnus-group-change-level): Don't add it into
5621         killed-list if it was killed.
5622
5623 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5624
5625         * nnmbox.el (nnmbox-file-coding-system): Use binary.
5626         (nnmbox-active-file-coding-system): Ditto.
5627
5628         * gnus-cus.el (gnus-group-parameters): Add posting-style.
5629
5630 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5631
5632         * gnus.el (gnus-version):
5633         (gnus-version-number): Set to Oort Gnus 0.01.
5634
5635         * gnus-art.el (gnus-mime-security-button-map):
5636         (gnus-insert-mime-security-button): Fix for Emacs21.
5637
5638 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5639
5640         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
5641         easymenu, because XEmacs doesn't understand :help.
5642
5643         * mm-uu.el: Require binhex.
5644
5645 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5646
5647         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
5648
5649 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
5650
5651         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
5652
5653 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
5654
5655         * *.xpm, *.pbm: Convert icons icons to size 24x24.
5656
5657 2000-12-18  Dave Love  <fx@gnu.org>
5658
5659         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
5660         (unused).
5661
5662 2000-12-13  Miles Bader  <miles@gnu.org>
5663
5664         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
5665         to t, so that we don't get stuck while trying to smilefy
5666         intangible text.
5667
5668 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
5669
5670         * smiley-ems.el (smiley-regexp-alist): Make regexps match
5671         at the end of the buffer.
5672         (smiley-region): In the loop, move to the end of the submatch
5673         matching the smiley instead of using the end of the match
5674         of the whole regexp.
5675
5676 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
5677
5678         * message.el (message-mode): Doc fix.
5679
5680 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
5681
5682         * smiley-ems.el (smiley-region): Doc fix.
5683
5684 2000-12-11  Miles Bader  <miles@gnu.org>
5685
5686         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
5687         bottom line visible, check to see if it's partially obscured, and
5688         if so, either scroll one more line to make it fully visible, or
5689         revert to showing the second line from the top.
5690
5691 2000-12-07  Dave Love  <fx@gnu.org>
5692
5693         * mailcap.el (mailcap-download-directory)
5694         * gnus-audio.el (gnus-audio-directory)
5695         * smiley-ems.el (smiley-data-directory): Fix :type.
5696
5697 2000-11-30  Dave Love  <fx@gnu.org>
5698
5699         * message.el (message-auto-save-directory): Use
5700         file-name-as-directory.
5701         (message-set-auto-save-file-name): Create
5702         message-auto-save-directory if necessary.
5703         (message-replace-chars-in-string): Removed -- unused.
5704         (message-mail-alias-type): Customize.
5705         (message-headers): Remove duplicate defgroup.
5706
5707 2000-11-29  Dave Love  <fx@gnu.org>
5708
5709         * qp.el (quoted-printable-decode-region): Use error, not message
5710         to report malformed text (like base64).  Amend message.
5711
5712 2000-11-29  Miles Bader  <miles@gnu.org>
5713
5714         * message.el (message-header-lines): Fontify tag.
5715
5716 2000-11-27  Dave Love  <fx@gnu.org>
5717
5718         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
5719         compiler warning.
5720
5721 ;2000-11-26  Dave Love  <fx@gnu.org>
5722 ;
5723 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
5724 ;
5725 2000-11-23  Dave Love  <fx@gnu.org>
5726
5727         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
5728
5729         * mm-uu.el (uudecode): Require.
5730         (uudecode-decode-region, uudecode-decode-region-external): Don't
5731         autoload.
5732         (mm-uu-copy-to-buffer): Doc fix.
5733         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
5734         type fix.
5735
5736         * mailcap.el: Doc fixes.
5737         (mailcap-mime-data): Various adjustments.
5738         (mailcap): New group.
5739         (mailcap-download-directory): Customize.
5740         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
5741         (mailcap-temporary-directory): Deleted (unused).
5742         (mailcap-unescape-mime-test): Simplify slightly.
5743         (mailcap-viewer-passes-test): Use functionp.
5744         (mailcap-command-p): Aliased to executable-find.
5745
5746         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
5747         default-enable-multibyte-characters is nil.
5748
5749 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
5750
5751         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
5752
5753 2000-11-21  Dave Love  <fx@gnu.org>
5754
5755         * gnus-art.el (gnus-mime-button-map): Don't inherit from
5756         gnus-article-mode-map.
5757 ;       (gnus-mime-button-menu): Use mouse-set-point.
5758         (gnus-insert-mime-button, gnus-mime-display-alternative)
5759         (gnus-mime-display-alternative): Don't use local-map property.
5760
5761 2000-11-17  Dave Love  <fx@gnu.org>
5762
5763         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
5764         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
5765         and make-temp-file.
5766         (uudecode-decode-region): Doc fix.
5767
5768 2000-11-14  Dave Love  <fx@gnu.org>
5769
5770         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
5771         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
5772         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
5773         New files, derived from the XPMs.
5774
5775 2000-11-10  Dave Love  <fx@gnu.org>
5776
5777         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
5778         (gnus-agent-lib-file, gnus-agent-load-alist)
5779         (gnus-agent-save-alist, gnus-agent-article-name): Use
5780         expand-file-name.
5781
5782         * gnus-group.el (gnus-group-name-charset-method-alist): Add
5783         :version.
5784         (nnkiboze-score-file): Defvar when compiling.
5785
5786         * gnus-start.el (gnus-read-newsrc-file): Add :version.
5787
5788         * gnus-art.el (gnus-article-banner-alist)
5789         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
5790         (gnus-article-date-lapsed-new-header)
5791         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
5792         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
5793         (gnus-treat-strip-headers-in-body)
5794         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
5795         (gnus-treat-translate): Add :version.
5796         (gnus-article-mime-part-function): Fix defcustom.
5797
5798         * nnmail.el (nnmail-expiry-target)
5799         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
5800         (nnmail-split-header-length-limit): Add :version.
5801
5802         * gnus-sum.el (gnus-auto-expirable-marks)
5803         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
5804         (gnus-extra-headers, gnus-ignored-from-addresses)
5805         (gnus-newsgroup-ignored-charsets)
5806         (gnus-group-highlight-words-alist)
5807         (gnus-summary-show-article-charset-alist): Add :version.
5808
5809         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
5810         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
5811         files, converted from the XPMs.
5812
5813         * gnus-cache.el (gnus-cache-active-file): Don't use
5814         file-name-as-directory on directory.
5815         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
5816         use file-name-as-directory on directory.
5817
5818         * time-date.el (timezone-make-date-arpa-standard): Autoload.
5819         (date-to-time): Use it.
5820
5821 ;       * message.el (message-mode) <adaptive-fill-regexp>:
5822 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
5823 ;       (message-newline-and-reformat): Likewise.
5824         (message-forward-as-mime, message-forward-ignored-headers)
5825         (message-buffer-naming-style, message-default-charset)
5826         (message-dont-reply-to-names, message-send-mail-partially-limit):
5827         Add :version.
5828
5829         * mm-util.el: Doc fixes.
5830         (mm-mime-charset): Don't use the raw result of
5831         mm-preferred-coding-system.
5832         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
5833         (mm-with-unibyte): Simplify.
5834
5835         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
5836         concat.
5837
5838         * pop3.el (pop3-version): Deleted.
5839         (pop3-make-date): New function, avoiding message-make-date.
5840         (pop3-munge-message-separator): Use it.
5841
5842 2000-11-09  Dave Love  <fx@gnu.org>
5843
5844         * gnus-group.el (gnus-group-make-directory-group)
5845         (gnus-group-fetch-faq): Use expand-file-name.
5846         (gnus-group-fetch-faq): Simplify completing-read form.
5847
5848         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
5849         test for Mule.
5850
5851         * message.el (tool-bar-map): Defvar when compiling.
5852
5853         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
5854         (gnus-tm-lisp-directory): Deleted.
5855         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
5856         (featurep 'xemacs).
5857         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
5858         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
5859         version numbers from file names.
5860
5861 2000-11-08  Dave Love  <fx@gnu.org>
5862
5863         * mm-view.el: Use featurep for XEmacs test.
5864         (mm-inline-message): Test for `remove-specifier'; don't use
5865         condition-case.
5866
5867         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
5868
5869         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
5870         (gnus-score-find-bnews): Don't concat "".
5871
5872         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
5873         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
5874         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
5875         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
5876
5877         * gnus-sum.el: Put some defvars in eval-when-compile.
5878         (gnus-summary-mode-hook): Add :options.
5879         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
5880         (gnus-summary-tool-bar-map): New variable.
5881         (gnus-summary-make-tool-bar): New function.
5882         (gnus-summary-mode): Put kill-all-local-variables first.
5883
5884         * gnus-group.el (gnus-group-toolbar-map): New variable.
5885         (gnus-group-make-tool-bar): Rewritten.
5886         (gnus-group-mode): Put kill-all-local-variables first.
5887
5888         * rfc2047.el: Require gnus-util.
5889
5890         * nnml.el (gnus-sorted-intersection): Autoload.
5891
5892         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
5893         Put some defvars in eval-when-compile.
5894         (gnus-intersection, gnus-sorted-complement):  Autoload.
5895
5896         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
5897
5898         * mm-encode.el (mm-body-7-or-8): Autoload.
5899
5900         * mm-decode.el (mm-insert-inline): Autoload.
5901
5902         * mml.el:
5903         * message.el: Put some defvars in eval-when-compile.
5904
5905         * gnus-msg.el: Put some defvars in eval-when-compile.
5906         (gnus-msg-mail): Move after gnus-setup-message.
5907
5908         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
5909
5910 2000-11-07  Dave Love  <fx@gnu.org>
5911
5912         * gnus-util.el (nnheader): Don't require message (recursive
5913         autoload).
5914
5915         * uudecode.el: Avoid compiler warnings.
5916
5917         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
5918         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
5919
5920 2000-11-06  Dave Love  <fx@gnu.org>
5921
5922         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
5923
5924         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
5925         (uudecode-char-int): New alias, replacing char-int.
5926         (uudecode-decode-region): Don't call buffer-disable-undo.
5927
5928 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
5929 ;       (mm-uu-configure-list): Doc fix.
5930 ;
5931 ;       * earcon.el (running-xemacs): Don't define.
5932 ;
5933 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
5934 ;
5935 ;       * message.el (message-font-lock-keywords): Match a final newline
5936 ;       to help font-lock's multiline support.
5937 ;
5938 2000-11-03  Dave Love  <fx@gnu.org>
5939
5940         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
5941
5942         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
5943         name.
5944
5945         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
5946         <banner>: Fix custom type, doc.
5947
5948         * mm-decode.el (mm-display-external): Space-prefix temp buffer
5949         name.  Don't disable undo explicitly.
5950
5951 ;2000-11-02  Dave Love  <fx@gnu.org>
5952 ;
5953 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
5954 ;       cite-prefix.
5955
5956 2000-11-01  Dave Love  <fx@gnu.org>
5957
5958         * rfc2047.el (base64): Require unconditionally.
5959         (message-posting-charset): Defvar when compiling.
5960         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
5961         message.
5962
5963         * gnus-sum.el (nnoo): Require.
5964         (mm-uu-dissect): Autoload.
5965
5966         * mml.el (mml-parse-1): Clarify message.
5967         (mml-minibuffer-read-type): Use mailcap-mime-types.
5968
5969 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
5970
5971         * mml.el: Fix a typo in the requiring of CL.
5972
5973 2000-11-01  Dave Love  <fx@gnu.org>
5974
5975         * utf7.el: Require cl when compiling.
5976
5977         * binhex.el: Use (featurep 'xemacs).
5978         (binhex-char-int): New alias, replacing char-int.  Change callers.
5979         (binhex-decode-region): Simplify work buffer code.
5980         (binhex-decode-region-external): Use expand-file-name, not concat.
5981
5982 2000-10-30  Dave Love  <fx@gnu.org>
5983
5984         * gnus-art.el: Fix 2000-10-27 change properly.
5985
5986 2000-10-28  Miles Bader  <miles@gnu.org>
5987
5988         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
5989
5990 2000-10-27  Dave Love  <fx@gnu.org>
5991
5992         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
5993         strings.
5994         (gnus-group-make-tool-bar): New function.
5995         (gnus-group-mode): Use it.
5996
5997         * message.el (message-mode-menu): Add some :help strings.
5998         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
5999         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
6000
6001         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
6002         * describe-group.xpm, get-news.xpm, kill-group.xpm:
6003         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
6004
6005         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
6006         display-graphic-p here.
6007
6008 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
6009
6010         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
6011         of the `gnus-xemacs' variable, as the latter has been removed.
6012         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
6013         * gnus-art.el (gnus-treat-display-xface)
6014         (gnus-treat-display-smileys, gnus-treat-display-picons)
6015         (gnus-article-read-summary-keys): Likewise.
6016
6017 2000-10-26  Dave Love  <fx@gnu.org>
6018
6019         (defvar): Use rmail-spool-directory unconditionally.
6020
6021 2000-10-18  Dave Love  <fx@gnu.org>
6022
6023         * mm-bodies.el (mm-uu-decode-function)
6024         (mm-uu-binhex-decode-function): Defvar when compiling.
6025
6026         * gnus-nocem.el (gnus-nocem-issuers): Update.
6027         (gnus-nocem-check-from): New option.
6028         (gnus-nocem-scan-groups): Use it.
6029         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
6030         (gnus-nocem-check-article-limit): Add :version.
6031
6032 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
6033
6034         * ietf-drums.el (mm-util): Require CL when compiling.
6035
6036 2000-10-15  Dave Love  <fx@gnu.org>
6037
6038         * qp.el: Require mm-util.
6039
6040 2000-10-13  Dave Love  <fx@gnu.org>
6041
6042         * qp.el (quoted-printable-decode-region): Avoid invalid
6043         coding-systems.
6044
6045 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
6046
6047         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
6048         to a recursive load.
6049
6050 2000-10-12  Dave Love  <fx@gnu.org>
6051
6052         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
6053
6054         * gnus.el (gnus-group-startup-message): Check for PBM image.
6055
6056 2000-10-09  Dave Love  <fx@gnu.org>
6057
6058         * mail-source.el (mail-source-fetch-imap): Bind
6059         default-enable-multibyte-characters rather than using
6060         mm-disable-multibyte.
6061
6062 2000-10-05  Dave Love  <fx@gnu.org>
6063
6064         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
6065         Autoload.
6066         (quoted-printable-decode-region):  Rename arg which confused
6067         charset with coding-system.  Don't use nonascii-insert-offset.
6068         Coding-system encode the region initially.  Don't recognize `=='
6069         as valid QP.  Coding-system decode the region finally.
6070         (quoted-printable-decode-string): Rename arg which confused
6071         charset with coding-system.
6072
6073         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
6074         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
6075         mm-encode-coding-region.
6076         (mm-decode-body, mm-decode-string): Rename variables which
6077         confused charset with coding-system.
6078         (binhex-decode-region): Don't autoload.
6079         (mm-body-encoding): Require message.
6080         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
6081         cond branches.
6082
6083         * gnus-art.el (article-de-quoted-unreadable)
6084         (article-de-base64-unreadable): Fold search case
6085         rather than downcasing string.  Apply mm-charset-to-coding-system
6086         to arg of quoted-printable-decode-region.
6087
6088 2000-10-04  Dave Love  <fx@gnu.org>
6089
6090         * gnus-ems.el: Don't turn off compiler warnings in local vars.
6091         Require ring when compiling.
6092         (gnus-article-compface-xbm): New variable.
6093
6094 2000-10-04  Dave Love  <fx@gnu.org>
6095
6096         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
6097         pbm images.
6098
6099         * frown.pbm, smile.pbm, wry.pbm: New files.
6100
6101         * frown.xbm, smile.xbm, wry.xbm: Deleted.
6102
6103 2000-10-03  Dave Love  <fx@gnu.org>
6104
6105         * mail-source.el (mail-sources): Revert to nil.
6106
6107         * nnmail (nnmail-spool-file): Revert to `((file))'.
6108
6109         * qp.el: Don't require mm-util.
6110         (quoted-printable-decode-region): Rewritten.
6111         (quoted-printable-decode-string, quoted-printable-encode-region):
6112         Doc fix.
6113         (quoted-printable-encode-region): Barf on multibyte characters.
6114         Maybe make the class multibyte.  Upcase chars, not formatted
6115         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
6116         (quoted-printable-encode-string): Don't use
6117         mm-with-unibyte-buffer.
6118
6119 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
6120
6121         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
6122
6123 2000-09-21  Dave Love  <fx@gnu.org>
6124
6125         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
6126         (for Emacs 20).  Tidy somewhat.
6127
6128 2000-09-21  Dave Love  <fx@gnu.org>
6129
6130         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
6131         image processing.  Rationalize logic somewhat.
6132
6133 2000-09-20  Dave Love  <fx@gnu.org>
6134
6135         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
6136         specifically.
6137
6138         * gnus.el (gnus-version-number): Avoid some redundant
6139         autoloads.
6140
6141 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
6142
6143         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
6144         to XBM; we always have PBM support.
6145
6146 2000-09-14  Dave Love  <fx@gnu.org>
6147
6148         * gnus.el (gnus-charset):
6149         * mm-decode.el (mime-display):
6150         * imap.el (imap) <defgroup>: Add :version.
6151
6152 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
6153
6154         * parse-time.el: Fix author's mail address.
6155
6156         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
6157         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
6158         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
6159         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
6160         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
6161         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
6162         * rfc2231.el, uudecode.el: Fix copyright notice.
6163
6164         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
6165         require `w3' at load-time only if not running in batch mode.
6166
6167 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6168
6169         * gnus.el: Before merge with Emacs21.
6170
6171 2000-12-19  Raymond Scholz <ray-2000@zonix.de>
6172
6173         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
6174
6175 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
6176
6177         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
6178         to avoid conflict with the standard `back-to-indentation'
6179         binding.
6180
6181 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6182
6183         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
6184
6185         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
6186         (mm-disable-multibyte-mule4): Ditto.
6187         (mm-with-unibyte-current-buffer-mule4): Ditto.
6188
6189 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6190
6191         * pop3.el (pop3-movemail): Use binary.
6192         (pop3-movemail-file-coding-system): Removed.
6193
6194 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6195
6196         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
6197
6198 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6199
6200         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
6201         exists.
6202
6203 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6204
6205         * gnus-msg.el (gnus-post-method): Use backend name when the
6206         address is "".
6207
6208 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6209
6210         * gnus-art.el (article-verify-x-pgp-sig): Don't test
6211         mm-verify-option.
6212         (gnus-treat-x-pgp-sig): Default value.
6213         (gnus-ignored-headers): Redundant.
6214
6215 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6216
6217         * gnus-win.el (gnus-configure-frame): Save selected window.
6218
6219 2000-02-15  Andrew Innes  <andrewi@gnu.org>
6220
6221         * nnmbox.el: Require gnus-range.
6222         (nnmbox-group-building-active-articles): New variable.
6223         (nnmbox-group-active-articles): New variable; this is a cache of
6224         all active articles by group and number.
6225         (nnmbox-in-header-p): New function.
6226         (nnmbox-find-article): New function.
6227         (nnmbox-record-active-article): New function.
6228         (nnmbox-record-deleted-article): New function.
6229         (nnmbox-is-article-active-p): New function.
6230         (nnmbox-retrieve-headers): Use nnmbox-find-article.
6231         (nnmbox-request-article): Ditto.  Also supply extra arg to
6232         nnmbox-article-group-number.
6233         (nnmbox-request-expire-articles): Ditto.
6234         (nnmbox-request-move-article): Ditto.
6235         (nnmbox-request-replace-article): Ditto.
6236         (nnmbox-request-rename-group): Rename group entry in active
6237         article cache.
6238         (nnmbox-delete-mail): Update active article cache, unless article
6239         is being replaced.
6240         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
6241         than partially duplicating it.
6242         (nnmbox-article-group-number): Add extra `this-line' arg, to
6243         handle articles belonging to multiple groups.
6244         (nnmbox-save-mail): Update active article cache.
6245         (nnmbox-read-mbox): Build active article cache when loading mbox.
6246         Also do some repair work, if we find articles that are missing the
6247         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
6248         reconstruct these from Xref info.
6249
6250 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6251
6252         * mail-source.el (mail-source-report-new-mail): Use
6253         nnheader-run-at-time.
6254
6255 2000-02-15  Andrew Innes  <andrewi@gnu.org>
6256
6257         * mail-source.el (mail-source-fetch-pop): Clear pop password when
6258         an error is thrown, and then rethrow the error.
6259         (mail-source-check-pop): Ditto.
6260         (mail-source-start-idle-timer): Prevent multiple pop checks
6261         running if the check takes a long time.
6262
6263 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6264
6265         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
6266         succeed.
6267
6268 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6269
6270         * gnus-win.el (gnus-configure-windows): Make sure
6271         nntp-server-buffer is live.
6272         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
6273
6274 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
6275
6276         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
6277
6278 2000-12-04  Andreas Jaeger  <aj@suse.de>
6279
6280         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
6281
6282 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6283
6284         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
6285
6286 2000-12-01  Christopher Splinter <chris@splinter.inka.de>
6287
6288         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
6289
6290 2000-12-01  Simon Josefsson  <sj@extundo.com>
6291
6292         * mml-smime.el (mml-smime-verify): Fix address parsing.
6293
6294 2000-12-01  Simon Josefsson  <sj@extundo.com>
6295
6296         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
6297         more than one certificate inside PKCS#7 blob.  Better security
6298         information (clamed / actual sender, openssl output, certificates
6299         inside message).
6300
6301         * smime.el (smime-verify-region): Output to /dev/null.
6302         (smime-buffer-as-string-region): Don't parse empty lines.
6303
6304 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6305
6306         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
6307         ?d and ?D.
6308         (gnus-mime-security-show-details-inline): New variable.
6309         (gnus-mime-security-show-details): Use them.
6310         (gnus-insert-mime-security-button): Ditto.
6311
6312         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
6313         Suggest by Michael Duggan (md5i@cs.cmu.edu).
6314         (mml2015-gpg-clear-verify): Ditto.
6315         (mml2015-gpg-decrypt-1): Ditto.
6316         (mml2015-use): Prefer 'gpg.
6317
6318 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6319
6320         * gnus-util.el (gnus-add-text-properties-when): New function.
6321         (gnus-remove-text-properties-when): Ditto.
6322
6323         * gnus-cite.el (gnus-article-hide-citation): Use them.
6324         (gnus-article-toggle-cited-text): Use them.
6325
6326         * gnus-art.el (gnus-signature-toggle): Use them.
6327         (gnus-article-show-hidden-text): Ditto.
6328         (gnus-article-hide-text): Ditto.
6329
6330 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6331
6332         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
6333
6334 2000-11-30  Simon Josefsson  <sj@extundo.com>
6335
6336         * smime.el (smime-point-at-eol): New alias.
6337         (smime-buffer-as-string-region): Use it.
6338
6339 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6340
6341         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
6342
6343 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6344
6345         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
6346
6347         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
6348
6349         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
6350
6351 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6352
6353         * nnmh.el (nnmh-request-expire-articles): Implemented
6354         expiry-target for nnmh backend.
6355
6356 2000-11-30  Simon Josefsson  <sj@extundo.com>
6357
6358         * mm-decode.el (mm-security-from): New variable.
6359         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
6360
6361         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
6362         than `from'.
6363
6364 2000-11-30  Simon Josefsson  <sj@extundo.com>
6365
6366         * mml-smime.el (mml-smime-verify): Verify that certificate mail
6367         address match sender address.
6368
6369         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
6370
6371         * smime.el (smime-verify-region): Don't copy buffer.
6372         (smime-decrypt-buffer): Use expand-file-name on keyfile.
6373         (smime-pkcs7-region): New function.
6374         (smime-pkcs7-certificates-region): Ditto.
6375         (smime-pkcs7-email-region): Ditto.
6376         (smime-buffer-as-string-region): Ditto.
6377
6378         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
6379         buffer.
6380
6381 2000-11-23  Jens Krinke <j.krinke@gmx.de>
6382
6383         * smime.el (smime-decrypt-region): Fix keyfile argument.
6384
6385 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6386
6387         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
6388
6389 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6390
6391         * message.el (message-shoot-gnksa-feet): New variable.
6392         (message-gnksa-enable-p): New function.
6393         (message-send): Use it.
6394         (message-check-news-body-syntax): Ditto.
6395
6396 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6397
6398         * message.el (message-make-message-id): Remove the redundancy.
6399
6400 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6401
6402         * message.el (message-setup): Discourage using mc-install-*-mode.
6403
6404         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
6405
6406 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6407
6408         * gnus-cite.el (gnus-cite-parse): Guess citation length.
6409
6410 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6411
6412         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
6413
6414 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6415
6416         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
6417
6418 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6419
6420         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
6421         insert-buffer-substring.
6422
6423         * message.el (message-send-mail): Use buffer-substring-no-properties.
6424         (message-send-news): Ditto.
6425
6426 2000-11-22  David Edmondson <dme@dme.org>
6427
6428         * imap.el (imap-wait-for-tag): Message read info.
6429
6430 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6431
6432         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
6433         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
6434         (mml2015-gpg-encrypt): Ditto.
6435
6436 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6437
6438         * mm-decode.el (mm-verify-option): Default value.
6439
6440         * mml-sec.el (mml-secure-part): Error message.
6441
6442 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6443
6444         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
6445
6446 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6447
6448         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
6449
6450 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6451
6452         * gnus-art.el (gnus-article-describe-key): Use prompt.
6453         (gnus-article-describe-key-briefly): Ditto.
6454
6455 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6456
6457         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
6458
6459 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6460
6461         * gnus-art.el (gnus-article-describe-key): New function.
6462         (gnus-article-describe-key-briefly): New function.
6463
6464 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6465
6466         * mm-decode.el (mm-decrypt-option): Doc typo.
6467
6468         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
6469         return a number.
6470
6471 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6472
6473         * message.el (message-newline-and-reformat): Typo.
6474
6475 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6476
6477         * gnus-art.el (article-verify-x-pgp-sig): Check whether
6478         original-article-buffer exists.
6479
6480         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
6481         (rfc2047-header-encoding-alist): Addresses are different from text.
6482         (rfc2047-encode-message-header): Ditto.
6483         (rfc2047-dissect-region): Extra parameter.
6484         (rfc2047-encode-region): Ditto.
6485         (rfc2047-encode-string): Ditto.
6486
6487 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6488
6489         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
6490         (mm-uu-pgp-encrypted-extract): Use it.
6491         (mm-uu-pgp-signed-extract-1): New function.
6492         (mm-uu-pgp-signed-extract): Use it.
6493
6494         * gnus-art.el (gnus-mime-display-security): New function.
6495         (gnus-mime-display-part): Use it.
6496         (gnus-mime-security-verify-or-decrypt): New function.
6497         (gnus-mime-security-press-button): New function.
6498         (gnus-insert-mime-security-button): Use it.
6499
6500         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
6501         (mm-find-raw-part-by-type): Ditto.
6502         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
6503         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
6504         (mm-destroy-parts): Kill nested multibyte buffer.
6505
6506         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
6507         (mml2015-gpg-verify): Ditto.
6508
6509 2000-11-18  Simon Josefsson  <sj@extundo.com>
6510
6511         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
6512         (mml2015-function-alist): Use it.
6513
6514         * mml-sec.el (mml-sign-alist): Update names.
6515         (mml-encrypt-alist): Ditto.
6516         (mml-secure-part-smime-sign): Moved to mml-smime.el
6517         as `mml-smime-sign-query'.
6518         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
6519         `mml-smime-get-file-cert'.
6520         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
6521         `mml-smime-get-dns-cert'.
6522         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
6523         `mml-smime-encrypt-query'.
6524         (mml-smime-sign-buffer): Use mml-smime-sign.
6525         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
6526
6527         * mml-smime.el (mml-smime-sign): New function.
6528         (mml-smime-encrypt):
6529         (mml-smime-sign-query):
6530         (mml-smime-get-file-cert):
6531         (mml-smime-get-dns-cert):
6532         (mml-smime-encrypt-query): Moved from mml-sec.el.
6533
6534 2000-11-16  Simon Josefsson  <sj@extundo.com>
6535
6536         * mml2015.el (mml2015-gpg-clear-verify): New function.
6537         (mml2015-function-alist): Add it.
6538
6539 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
6540
6541         * message.el (message-setup-fill-variables): Use
6542         message-cite-prefix-regexp.
6543         (message-newline-and-reformat): Check the end of citation, leading
6544         WSP, break in the cite prefix.
6545         (message-fill-paragraph): New function.
6546
6547 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
6548
6549         * lpath.el: Shut up.
6550
6551 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
6552
6553         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
6554         raw 8-bit in headers in dk.* newsgroups.
6555
6556 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6557
6558         * message.el (message-newline-and-reformat): Match extra WSPs.
6559
6560 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
6561
6562         * mml.el (mml-generate-mime-1): Ignore ascii.
6563
6564 2000-11-16 Justin Sheehy <justin@iago.org>
6565
6566         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
6567
6568 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6569
6570         * message.el (message-cite-prefix-regexp): Prefix should not end
6571         at space.
6572
6573 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
6574
6575         * message.el (message-mode-syntax-table): Add - as a word
6576         constituent as in articles.
6577         (message-setup-fill-variables): Add -_. as supercite-style prefix.
6578         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
6579         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
6580
6581 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
6582
6583         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
6584
6585 2000-11-12  David Edmondson  <dme@dme.org>
6586
6587         * message.el (message-font-lock-keywords): use
6588         message-cite-prefix-regexp.
6589
6590 2000-11-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6591
6592         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
6593         Stein Arild Str\e,Ax\e(Bmme.
6594         (gnus-group-jump-to-group): Use it.
6595         (gnus-group-jump-to-group-prompt): Customize.
6596
6597 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
6598
6599         * mailcap.el (mailcap-possible-viewers): Match the entire string.
6600
6601 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
6602
6603         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
6604         incompatible.
6605         (mml2015-mailcrypt-sign): Ditto.
6606
6607 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
6608
6609         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
6610         group is open.
6611
6612 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
6613
6614         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
6615         nnvirtual articles.
6616         (gnus-backlog-request-article): Don't request nnvirtual articles.
6617
6618 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
6619
6620         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
6621         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
6622
6623 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
6624
6625         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
6626         * mml.el (mml-generate-mime-1): Use charset attribute.
6627         * mm-bodies.el (mm-encode-body): Add parameter charset.
6628         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
6629
6630 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
6631
6632         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
6633         (mml2015-mailcrypt-clear-decrypt): Ditto.
6634         (mml2015-mailcrypt-verify): Ditto.
6635         (mml2015-mailcrypt-clear-verify): Ditto.
6636         (mml2015-gpg-verify): Ditto.
6637
6638 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
6639
6640         * smime.el (smime-openssl-program): Test the existence of openssl.
6641         * mml-smime.el: Require mm-decode.
6642         (mml-smime-verify-test): New function.
6643         * mm-decode.el (mm-verify-function-alist): Use it.
6644
6645 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
6646
6647         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
6648         anyway.
6649
6650 2000-11-13  Simon Josefsson  <sj@extundo.com>
6651
6652         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
6653         verification doesn't work.
6654
6655 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
6656
6657         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
6658         (gnus-inews-do-gcc): Use it.
6659
6660 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
6661
6662         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
6663         leading space.
6664         * mm-extern.el (mm-inline-external-body): Report error when no
6665         access-type.
6666
6667 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6668
6669         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
6670
6671 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
6672
6673         * gnus-art.el (gnus-mime-button-menu): Use select-window.
6674
6675 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
6676
6677         * gnus-art.el (gnus-mime-display-part): Display multipart/related
6678         as multipart/mixed.
6679
6680 2000-11-12  David Edmondson  <dme@dme.org>
6681
6682         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
6683         and replace `.' with `\w' to allow for different syntax tables
6684         (from Vladimir Volovich).
6685         * message.el (message-newline-and-reformat): use
6686         `message-cite-prefix-regexp'.
6687         * gnus-cite.el (gnus-supercite-regexp): use
6688         `message-cite-prefix-regexp'.
6689         * gnus-cite.el (gnus-cite-parse): use
6690         `message-cite-prefix-regexp'.
6691
6692 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
6693
6694         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
6695         PGP SIGNATURE.  Escape leading "-"'s.
6696         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
6697
6698 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
6699
6700         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
6701
6702 2000-11-11  Simon Josefsson  <sj@extundo.com>
6703
6704         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
6705
6706         * smime.el (smime-details-buffer): New variable.
6707         (smime-sign-region):
6708         (smime-encrypt-region):
6709         (smime-verify-region):
6710         (smime-decrypt-region): Copy OpenSSL output to the buffer.
6711
6712         * mml-smime.el (mml-smime-verify): Support security info.
6713
6714 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
6715
6716         * mm-decode.el (mm-verify-option): Set default to nil.
6717         (mm-decrypt-option): Ditto.
6718         * gnus-art.el (article-verify-x-pgp-sig): New function.
6719
6720 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
6721
6722         * gnus-art.el (gnus-mime-display-alternative): Show button if no
6723         preferred part.
6724
6725 2000-11-07  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6726
6727         * gnus-sum.el (gnus-move-split-methods): Say that
6728         `gnus-split-methods' uses file names, whereas this uses group
6729         names.  (Report from Nevin Kapur)
6730
6731 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
6732
6733         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
6734
6735 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
6736
6737         * nnheader.el (nnheader-directory-files-is-safe): New variable.
6738         (nnheader-directory-articles): Use it.
6739         (nnheader-article-to-file-alist): Ditto.
6740
6741 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
6742
6743         * rfc2047.el (rfc2047-pad-base64): New function.
6744         (rfc2047-decode): Use it.
6745
6746 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
6747
6748         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
6749         select method.
6750
6751 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
6752
6753         * mml2015.el (mml2015-gpg-decrypt-1):
6754         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
6755
6756 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6757
6758         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
6759
6760 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6761
6762         * pop3.el (pop3-munge-message-separator): A message may have an
6763         empty body.
6764
6765 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
6766
6767         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
6768         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
6769         (mm-uu-pgp-signed-extract): Use coding-system.
6770
6771 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
6772
6773         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
6774         (gnus-insert-mime-security-button): New function.
6775         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
6776         * mml2015.el:  Add security info when verify or decrypt.
6777         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
6778         (mm-uu-pgp-encrypted-extract): Ditto.
6779
6780 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
6781
6782         * mm-decode.el (mm-display-parts): New function.
6783         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
6784
6785 2000-02-02 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
6786
6787         * gnus-mlspl.el: Documentation tweaks.
6788
6789 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
6790
6791         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
6792         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
6793         argument.
6794
6795 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
6796
6797         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
6798
6799 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
6800
6801         * gnus-art.el (gnus-article-encrypt): New function.
6802         (gnus-article-encrypt-protocol-alist): New variable.
6803         (gnus-article-encrypt-protocol): New variable.
6804         * mml2015.el (mml2015-self-encrypt): New function.
6805         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
6806
6807 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
6808
6809         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
6810         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
6811         let mailcap do it.
6812         * mml2015.el: Remove snarf code.
6813         * mm-decode.el: Remove snarf code.
6814
6815 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
6816
6817         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
6818         (mml-insert-mime): Understand gnus-decoded.
6819         (mime-to-mml): New parameter handles.
6820         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
6821         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
6822
6823 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
6824
6825         * mm-decode.el (mime-security): New group.
6826         (mm-verify-function-alist): Add test function.
6827         (mm-decrypt-function-alist): Ditto.
6828         (mm-snarf-option): Set default value as nil.
6829         (mm-find-part-by-type): Recursive parameter.
6830         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
6831         * mml2015.el: Support draft-ietf-openpgp-multsig.
6832
6833 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
6834
6835         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
6836         (gnus-article-view-part-as-charset): New function.
6837
6838 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
6839
6840         * mm-decode.el (mm-verify-option): Default value.
6841         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
6842
6843 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
6844
6845         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
6846
6847 2000-11-05  Simon Josefsson  <sj@extundo.com>
6848
6849         * mml-smime.el (mml-smime-verify): Work in original multipart
6850         buffert.
6851
6852         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
6853         (mm-handle-multipart-ctl-parameter): Ditto.
6854         (mm-alist-to-plist): New function.
6855         (mm-dissect-buffer): Store CTL parameters and copy original buffer
6856         for multiparts.
6857         (mm-destroy-parts): Destroy multipart buffert.
6858         (mm-remove-part): Ditto.
6859
6860         * mml-smime.el (mml-smime-sign): Not used.
6861         (mml-smime-encrypt): Ditto.
6862
6863         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
6864
6865         Verify S/MIME signature support.
6866
6867         * mm-decode.el (mm-inline-media-tests): Add
6868         application/{x-,}pkcs7-signature.
6869         (mm-inlined-types): Ditto.
6870         (mm-automatic-display): Ditto.
6871         (mm-verify-function-alist): Ditto.  Add name of method.
6872         (mm-decrypt-function-alist): Add name of method.
6873         (mm-find-part-by-type): Add documentation.
6874         (mm-possibly-verify-or-decrypt): Use new format of
6875         mm-{verify,decrypt}-function-alist.  Use method names.
6876
6877         * mml-smime.el (mml-smime-verify): New function.
6878
6879 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
6880
6881         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
6882
6883 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6884
6885         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
6886         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
6887         * mm-decode.el (mm-snarf-option): New variable.
6888
6889 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6890
6891         * mm-util.el (mm-subst-char-in-string): New function.
6892         (mm-replace-chars-in-string): Use it.
6893         * message.el (message-replace-chars-in-string): Use it.
6894         * nnheader.el (nnheader-replace-chars-in-string): Use it.
6895         * gnus-mh.el (mh-lib-progs): Shut up.
6896
6897 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
6898
6899         * base64.el, md5.el: Moved to contrib directory.
6900
6901 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
6902
6903         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
6904         the last article when search.
6905
6906 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
6907
6908         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
6909         * nnmail.el (nnmail-pathname-coding-system): Ditto.
6910
6911 2000-09-29  David Edmondson  <dme@thus.net>
6912
6913         * message.el (message-newline-and-reformat): Typo.
6914
6915 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
6916
6917         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
6918
6919 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
6920
6921         * nntp.el (nntp-decode-text): Delete bogus status lines.
6922
6923 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
6924
6925         * message.el (message-font-lock-keywords): Match a final newline
6926         to help font-lock's multiline support.
6927
6928 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
6929
6930         * nnoo.el (nnoo-set): New function.
6931
6932 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
6933
6934         * gpg.el, gpg-ring.el: Moved to contrib directory.
6935
6936 2000-11-04  Simon Josefsson  <sj@extundo.com>
6937
6938         * nnimap.el (nnimap-split-inbox): Typo.
6939
6940 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
6941
6942         * gnus-msg.el (gnus-msg-mail): Move it backwards.
6943
6944 2000-11-03  Simon Josefsson  <sj@extundo.com>
6945
6946         * rfc2231.el (rfc2231-parse-qp-string): New function.
6947         (require): rfc2047.
6948
6949         * mail-parse.el (mail-header-parse-content-type):
6950         (mail-header-parse-content-disposition): Support invalid QP
6951         encoded strings, by using `rfc2231-parse-qp-string'.
6952
6953 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6954
6955         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
6956         (rfc2231-decode-encoded-string): Typo "> X 1".
6957         (rfc2231-encode-string): Insert the name of charset.
6958         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
6959
6960 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
6961
6962         * mm-decode.el (mm-save-part): Return the filename.
6963         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
6964         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
6965         (gnus-mime-action-alist): Use it.
6966         (gnus-mime-button-commands): USe it.
6967         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
6968         (mm-inline-external-body): unwind-protect.
6969
6970 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
6971
6972         * gnus-art.el (gnus-insert-mime-button): Show url.
6973
6974 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
6975
6976         * mml.el (mml-generate-mime-1): Support external url.
6977         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
6978
6979 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
6980
6981         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
6982         * mm-decode.el (mm-display-external): Ditto.
6983         * mm-extern.el: New file.
6984         * mm-decode.el (mm-inline-media-tests): Hook it up.
6985         (mm-inlined-types): Inline message/external-body.
6986
6987 2000-11-02  Simon Josefsson  <sj@extundo.com>
6988
6989         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
6990
6991         * message.el (message-get-reply-headers): Better handling when
6992         Mail-Followup-To is very large.
6993
6994 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
6995
6996         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
6997         * gnus-art.el (gnus-article-edit-done):
6998         * gnus-sum.el (gnus-summary-edit-article-done): Move line
6999         counting code here.
7000         * gnus-msg.el (gnus-setup-message): Remove a hack.
7001
7002 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
7003
7004         * gnus-sum.el (gnus-newsgroup-variables): New variable.
7005         (gnus-summary-mode): Make them local variables.
7006         (gnus-set-global-variables): Globalize them.
7007         (gnus-summary-exit): Kill them.
7008
7009 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
7010
7011         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
7012         word.
7013
7014 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
7015
7016         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
7017         gnus-article-wash-types.
7018         * gnus-art.el (gnus-article-wash-status): Use them.
7019
7020 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7021
7022         * mml.el (mml-read-tag): Remove spaces and LF.
7023
7024 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
7025
7026         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
7027         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
7028
7029 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
7030
7031         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
7032
7033 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
7034
7035         * gnus-sum.el (gnus-article-charset): New variable.
7036         (gnus-summary-display-article): Set it.
7037         * gnus-msg.el (gnus-copy-article-buffer): Use it.
7038         * gnus-art.el (gnus-article-mode): Make it local variable.
7039
7040 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7041
7042         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
7043
7044 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7045
7046         * nnwfm.el: New file.
7047
7048         * nnweb.el (nnweb-replace-in-string): New function.
7049
7050 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7051
7052         * mml2015.el: Wrap gpg.el.
7053         * gpg.el (gpg-verify): The last argument of apply is a list.
7054         (gpg-encrypt): Add passphrase as a parameter.
7055
7056 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
7057
7058         * gpg.el: New file.
7059         * gpg-ring.el: New file.
7060
7061 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
7062
7063         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
7064
7065 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7066
7067         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
7068         double-quote charcters.
7069         (gnus-summary-prepare-threads): Ditto.
7070
7071 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
7072
7073         * gnus-art.el (gnus-mime-display-single): Forward line -1.
7074         * mml.el (mml-read-tag): Don't skip the leading space.
7075         * lpath.el (font-lock-set-defaults): Shut up.
7076
7077 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
7078
7079         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
7080
7081 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
7082
7083         * qp.el (quoted-printable-encode-region): Replace leading - when
7084         ultra safe.
7085         * mml.el (mml-generate-mime-postprocess-function): Removed.
7086         (mml-postprocess-alist): Removed.
7087         (mml-generate-mime-1): Use ultra-safe when sign.
7088         * mml2015.el (mml2015-fix-micalg): Uppercase.
7089         (mml2015-verify): Insert LF.
7090         (mml2015-mailcrypt-sign): Downcase; search backward.
7091
7092 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7093
7094         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
7095         restrictive.
7096         (nnultimate-table-regexp): New variable.
7097         (nnultimate-forum-table-p): Use it.
7098
7099 2000-10-30  Ed L Cashin <ecashin@coe.uga.edu>
7100
7101         * gnus-sum.el (gnus-summary-expire-articles): Save point.
7102
7103 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
7104
7105         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
7106         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
7107
7108 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
7109
7110         * mml2015.el: Shut up.
7111
7112 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
7113
7114         * gnus.el (gnus-server-browse-hashtb): Removed.
7115         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
7116         (gnus-group-insert-group-line-info): Use simplified method.
7117         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
7118
7119 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
7120
7121         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
7122         moved here.
7123         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
7124         * gnus-group.el (gnus-group-prepare-flat): Use it.
7125         * gnus-topic.el (gnus-group-prepare-topics): Use it.
7126
7127 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
7128
7129         * mml.el (mml-mode): Show menu in XEmacs.
7130
7131 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
7132
7133         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
7134         (gnus-server-read-server-in-server-buffer): New function.
7135         (gnus-browse-foreign-server): Browse in group buffer.
7136         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
7137         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
7138         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
7139         * gnus.el (gnus-server-browse-hashtb): New variable.
7140
7141 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
7142
7143         * nnfolder.el (nnfolder-open-nov): Use group.
7144
7145 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
7146
7147         * nnfolder.el: Add NOV. Set version to 2.0.
7148         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
7149
7150 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
7151
7152         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
7153
7154 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
7155
7156         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
7157         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
7158
7159 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
7160
7161         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
7162
7163 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
7164
7165         * mm-decode.el (mm-verify-function-alist): New variable.
7166         (mm-verify-option): New variable.
7167         (mm-decrypt-function-alist): Ditto.
7168         (mm-decrypt-option): Ditto.
7169         (mm-find-raw-part-by-type): New function.
7170         (mm-possibly-verify-or-decrypt): New function.
7171         (mm-dissect-multipart): Use it.
7172         * mml2015.el (mml2015-fix-micalg): New function.
7173         (mml2015-decrypt): Use new interface.
7174         (mml2015-verify):  Use new interface.
7175         (mml2015-setup): Make it bogus.
7176
7177 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
7178
7179         * mml.el (mml-generate-mime-postprocess-function): Set to
7180         mml-postprocess.
7181         (autoload): Autoload mml2015 and mml-smime.
7182         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
7183         * mml2015.el (mml2015-encrypt): New function.
7184         (mml2015-sign): New function.
7185         (mml2015-encrypt-function): New variable.
7186         (mml2015-sign-function): New variable.
7187         (mml2015-mailcrypt-encrypt): Use message-recipients.
7188         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
7189         * mml-smime.el (mml-smime-setup): Ditto.
7190
7191 2000-10-28  Simon Josefsson  <sj@extundo.com>
7192
7193         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
7194         Communigate Pro 3.3.1 server.
7195
7196         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
7197         in buffers.
7198         (mml-secure-dns-server): Removed.
7199         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
7200         write certificates to files.
7201
7202         * smime.el (smime-dns-server): New variable.
7203         (smime-mail-to-domain):
7204         (smime-cert-by-dns): New functions.
7205
7206         * dig.el: New file.
7207
7208 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
7209
7210         * message.el (message-options): New variable.
7211         (message-options-set-recipient): New function.
7212         (message-send): Use them.
7213         * gnus-int.el (gnus-request-replace-article): Use them.
7214         (gnus-request-accept-article): Ditto.
7215         * mml.el (mml-preview): Use them.
7216         * gnus-sum.el (gnus-summary-edit-article): Use them.
7217
7218         * message.el (message-options-get): New function.
7219         (message-options-get): New function.
7220         * rfc2047.el (rfc2047-encode-message-header): Use them.
7221         * mm-bodies.el (mm-encode-body): Use them.
7222
7223 2000-10-28  Simon Josefsson  <sj@extundo.com>
7224
7225         * nnimap.el (nnimap-retrieve-which-headers):
7226         (nnimap-request-article-part): Quote message-id.
7227
7228         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
7229         (smime-CA-file): New variable.
7230         (smime-call-openssl-region): Don't error.
7231         (smime-sign-region): Return result value.
7232         (smime-encrypt-region): Ditto.
7233         (smime-verify-region): New function.
7234         (smime-decrypt-region): Ditto.
7235         (smime-verify-buffer): Ditto.
7236         (smime-decrypt-buffer): Ditto.
7237
7238         * mml.el: Require mml-sec.
7239         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
7240         (mml-mode-map): Add "sign" and "encrypt" maps.
7241         (mml-menu): Add security menu.
7242         (mml-preview): Use generate-new-buffer.
7243
7244         * mml-sec.el: New file.
7245
7246 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
7247
7248         * mm-decode.el (mm-find-part-by-type): Move it here.
7249         * mml.el (mml-postprocess): Move it here.
7250         (mml-postprocess-alist): Move it here. Merge them.
7251
7252 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
7253
7254         * rfc2047.el (rfc2047-encode-message-header): Make sure no
7255         unencoded stuff in the header.
7256
7257 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
7258
7259         * gnus-group.el (gnus-group-listed-groups): New variable.
7260         (gnus-group-list-option): New variable.
7261         (gnus-group-list-limit-map): New keymap.
7262         (gnus-group-list-flush-map): New keymap.
7263         (gnus-group-list-plus-map): New keymap.
7264         (gnus-group-prepare-logic): New function.
7265         (gnus-group-prepare-flat): Merge with
7266         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
7267         (gnus-group-prepare-flat-list-dead): Ditto.
7268         (gnus-group-list-matching): Use gnus-group-prepare-function.
7269         (gnus-group-list-dormant): Ditto.
7270         (gnus-group-list-cached): Ditto.
7271         (gnus-group-listed-groups): New function.
7272         (gnus-group-list-limit): New function.
7273         (gnus-group-list-flush): New function.
7274         (gnus-group-list-plus): New function.
7275         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
7276         (gnus-topic-prepare-topic): Ditto.
7277
7278 2000-10-27  Paul Jarc <prj@po.cwru.edu>
7279
7280         * message.el (message-insert-to, message-get-reply-headers):
7281         (message-reply, message-followup): Mail-{Followup,Reply}-To.
7282
7283 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
7284
7285         * mml2015.el: New file.
7286         * smime.el: New file.
7287         * mml-smime.el: New file.
7288
7289 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
7290
7291         * ChangeLog: Moved to ChangeLog.1.
7292
7293 ;; Local Variables:
7294 ;; coding: iso-2022-7bit
7295 ;; End: