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