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