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