* gnus-msg.el (gnus-configure-posting-styles): Sort results.
[gnus] / lisp / ChangeLog
1 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
2
3         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
4
5         * gnus-art.el (gnus-article-reply-with-original): Correct
6         with-current-buffer scope.
7
8         * message.el (message-completion-alist): Add Reply-To, From, etc.
9
10 2002-09-18  Simon Josefsson  <jas@extundo.com>
11
12         * nnimap.el (nnimap-request-expire-articles): Make flag setting
13         conditional.  From Nevin Kapur <nevin@jhu.edu>.
14
15 2002-09-17  Simon Josefsson  <jas@extundo.com>
16
17         * nnimap.el (nnimap-expiry-target): Don't search for which
18         articles exists here.
19         (nnimap-request-expire-articles): Do it here instead.  Only expire
20         when articles are found.  Suggested by Nevin Kapur
21         <nevin@jhu.edu>.
22
23 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
24         From Reiner Steib <reiner.steib@gmx.de>.
25
26         * message.el (message-strip-subject-trailing-was)
27         (message-change-subject, message-add-archive-header)
28         (message-xpost-fup2-header, message-xpost-insert-note)
29         (message-xpost-fup2, message-reduce-to-to-cc): New functions
30         adopted from message-utils.el.  Add functions to the keymap, mode
31         describtion and menu.
32         (message-change-subject,message-xpost-fup2): Signal error if
33         current header is empty.
34         (message-xpost-insert-note): Changed insert position.
35         (message-archive-note): Ensure to insert note in message body (not
36         in head).
37         (message-archive-header, message-archive-note)
38         (message-xpost-default, message-xpost-note, message-fup2-note)
39         (message-xpost-note-function): New variables adopted from
40         message-utils.el.  Changed some doc-strings.
41         (message-mark-insert-{begin,end}): Rename from
42         message-{begin,end}-inserted-text-mark (message-utils.el), changed
43         values.
44         (message-subject-trailing-was-query)
45         (message-subject-trailing-was-ask-regexp)
46         (message-subject-trailing-was-regexp): New variables.
47         (message-to-list-only): Added doc-string and menu entry.
48
49         * message-utils.el: Removed.  Functions are now in message.el.
50
51 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
52
53         * gnus-art.el (gnus-article-reply-with-original,
54         gnus-article-followup-with-original): Switch to
55         gnus-summary-buffer before reply/followup.
56
57 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
58
59         * gnus-sum.el (gnus-summary-toggle-header): The article window may
60         not exist. Toggle it anyway.
61
62 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
63
64         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
65
66         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
67         Trivial patch from Urban Engberg <ue@ccieurope.com>.
68
69         * rfc2047.el (message-posting-charset): Defvar it.
70         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
71         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
72
73         * mail-source.el (mail-source-fetch): Hide password.
74
75         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
76
77 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
78         From John Paul Wallington <jpw@shootybangbang.com>.
79
80         * gnus.el (gnus-visual, gnus-meta): Fix typo.
81
82 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
83
84         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
85
86 2002-09-11  Simon Josefsson  <jas@extundo.com>
87
88         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
89         (nnimap-split-rule): Doc fix.
90         (nnimap-request-expire-articles): Cleanup code.
91
92 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
93         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
94
95         * gnus-art.el (gnus-article-address-banner-alist): New option.
96         (article-strip-banner): Refer the above option to split banners of
97         free mail servers, when no group parameter is specified.
98
99 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
100
101         * nntp.el (nntp-wait-for-string): Check for a process in the
102         current buffer instead of `nntp-server-buffer'.
103
104 2002-09-09  Simon Josefsson  <jas@extundo.com>
105
106         * gnus-art.el (gnus-button-man-handler): New variable.
107         (gnus-button-alist): Use g-b-handle-man.
108         (gnus-button-handle-man): New, call g-b-man-handler.
109
110 2002-09-08  Simon Josefsson  <jas@extundo.com>
111
112         * gnus-art.el (gnus-button-alist): Buttonize man page links.
113
114 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
115
116         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
117
118 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
119
120         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
121
122         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
123         keystroke.
124
125         * gnus-srvr.el (gnus-browse-describe-group): New command and
126         keystroke.
127
128 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
129
130         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
131         value for gnus-decoration property.
132
133 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
134
135         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
136         string) as group name in case we have a CRLF in the file.
137
138 2002-09-04  Jesper harder  <harder@ifa.au.dk>
139
140         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
141         group.
142         (rfc1843-decode-hzp): do.
143         (rfc1843-newsgroups-regexp): do.
144
145 2002-09-04  Simon Josefsson  <jas@extundo.com>
146
147         * message.el (message-canlock-generate): Make sure sha1 doesn't
148         call external programs.
149
150 2002-09-03  Simon Josefsson  <jas@extundo.com>
151
152         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
153
154         * gnus-agent.el (gnus-agent-batch): Add doc.
155
156 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
157
158         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
159         check for signed and encrypted parts.
160         * mml.el (mml-parse-1): Correct small typo which preventing
161         setting recipients in a secure tag.
162
163 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
164
165         * mm-util.el (mm-coding-system-priorities): Default to a list of
166         iso-2022-jp and others for the Japanese environment.
167
168 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
169
170         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
171         invalid display names.
172
173 2002-08-30  Simon Josefsson  <jas@extundo.com>
174
175         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
176         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
177
178 2002-08-26  Jesper harder  <harder@ifa.au.dk>
179
180         * gnus.el (gnus-group-charter-alist): New option.
181         (gnus-group-fetch-control-use-browse-url): New option.
182
183         * gnus-group.el (gnus-group-fetch-charter): New function.
184         (gnus-group-fetch-control): New function.
185         Add them to the keymap and menu. Require mm-url.
186
187 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
188
189         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
190         From Alex Schroeder <alex@emacswiki.org>.
191
192 2002-08-29  Jesper harder  <harder@ifa.au.dk>
193
194         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
195         items expecting user interaction.
196
197         * gnus-topic.el (gnus-topic-make-menu-bar): do.
198
199         * gnus-sum.el (gnus-summary-make-menu-bar): do.
200
201         * gnus-srvr.el (gnus-server-make-menu-bar): do.
202
203         * mml.el (mml-menu): do.
204
205 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
206
207         * mail-source.el (mail-source-touch-pop): New function.
208
209         * message.el (message-smtpmail-send-it): New function.
210         (message-send-mail-function): Add it for a candidate.
211
212 2002-08-27  Simon Josefsson  <jas@extundo.com>
213
214         * gnus-msg.el (posting-charset-alist): Use
215         gnus-define-group-parameter instead of defcustom.
216         (gnus-put-message): Handle SPC in GCC.
217         (gnus-inews-insert-gcc): Ditto.
218         (gnus-inews-insert-archive-gcc): Ditto.
219
220 2002-08-26  Simon Josefsson  <jas@extundo.com>
221
222         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
223         (gnus-agentize): Auto agentize all nntp and nnimap groups.
224         (gnus-agent-possibly-save-gcc): Autoload.
225         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
226
227 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
228
229         * gnus.el (gnus-other-frame-function): New user option.
230         (gnus-other-frame): Use it; add a doc-string; make it work with
231         the gnuclient program.
232
233         * gnus-util.el (gnus-frame-or-window-display-name): New function.
234
235         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
236         `device-connection' and `dfw-device'.
237
238 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
239
240         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
241         positives, make it stricter.  From Jochen Hein (trivial change).
242
243 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
244
245         * gnus.el (gnus-other-frame): Trivial fix.
246
247 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
248
249         * gnus.el (gnus-other-frame-parameters): New user option.
250         (gnus-other-frame-object): New variable.
251         (gnus-other-frame): Make it search for existing Gnus frame; don't
252         read new news; delete frame on exit.
253
254         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
255
256         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
257
258 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
259         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
260
261         * message.el (message-set-auto-save-file-name): Add support for
262         the Cygwin Emacs; the system-type is `cygwin'.
263         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
264
265 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
266
267         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
268
269         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
270         avoid arithmetic errors.
271
272 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
273
274         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
275
276 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
277
278         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
279         (message-ignored-resent-headers): Add envelope From.
280
281 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
282
283         * gnus.el (gnus-summary-line-format): Document %k specifier.
284
285 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
286
287         * gnus-sum.el (gnus-summary-line-message-size): New function.
288         (gnus-summary-line-format-alist): Use it.
289
290 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
291
292         * gnus-art.el (article-make-date-line): Refer to the value for
293         `gnus-article-time-format' in the summary buffer.
294
295         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
296
297 2002-08-14  Simon Josefsson  <jas@extundo.com>
298
299         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
300         quoting.
301         (gnus-button-alist): Fix doc.
302         (gnus-header-button-alist): Use ' not ` for default value quoting.
303         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
304         rationale similar to 2002-05-01 change.
305         (gnus-article-add-buttons-to-head): Evaluate expression.
306
307         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
308
309 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
310
311         * message.el (message-font-lock-keywords): Refer to the value for
312         `message-cite-prefix-regexp' dynamically.
313
314 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
315
316         * gnus-art.el (gnus-decode-header-methods): Doc fix.
317
318 2002-08-12  Simon Josefsson  <jas@extundo.com>
319
320         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
321         (imap-shell-open): Skip initial junk before IMAP greeting.
322
323 2002-08-11  Simon Josefsson  <jas@extundo.com>
324
325         * message-utils.el (message-xpost-default,
326         message-xpost-fup2-header, message-xpost-fup2): Fixed
327         Typos.  Trivial changes from Reiner Steib
328         <4uce.02.r.steib@gmx.net>.
329
330 2002-08-09  Simon Josefsson  <jas@extundo.com>
331
332         * message.el (message-canlock-password): Set
333         canlock-password-for-verify to newly generated canlock-password.
334         When Emacs is restarted, Custom makes sure this is set, but during
335         the same session we must set it manually.
336
337 2002-08-07  Jesper harder  <harder@ifa.au.dk>
338
339         * yenc.el: New file.
340
341         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
342         (mm-uu-type-alist): Add yenc.
343         (mm-uu-yenc-filename): New function.
344         (mm-uu-yenc-extract): New function.
345
346         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
347
348 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
349
350         * dgnushack.el (merge): Don't use coerce.
351
352 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
353
354         * mailcap.el (mailcap-mime-data): Test window-system rather than
355         mm-device-type.
356         (mailcap-mime-data): Call xdvi and gv with "-safer".
357
358         * mm-util.el: Don't define mm-device-type.
359
360 2002-08-05  Simon Josefsson  <jas@extundo.com>
361
362         * mm-util.el (mm-coding-system-priorities): coding-system type not
363         supported everywhere.
364
365 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
366
367         * gnus.el (gnus-version-number): Bumped version number.
368
369 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
370
371         * gnus.el: Oort Gnus v0.07 is released.
372
373 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
374
375         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
376         (gnus-article-sort-functions): Doc fix.
377         (t): New keystroke.
378         (gnus-article-sort-by-random): New function.
379         (gnus-thread-sort-by-random): New function.
380
381 2002-08-02  Simon Josefsson  <jas@extundo.com>
382
383         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
384         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
385
386 2002-07-31  Danny Siu  <dsiu@adobe.com>
387
388         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
389         when splitting malformed messages without message-id
390
391 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
392         From Niklas Morberg <niklas.morberg@axis.com>.
393
394         * nnweb.el (nnweb-type, nnweb-type-definition)
395         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
396         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
397         functionality.
398         * nnweb.el: Removed old non-functioning search engines.
399
400 2002-07-27  Simon Josefsson  <jas@extundo.com>
401
402         * message.el (message-forward-make-body): Don't use
403         `message-forward-ignored-headers' when doing a "raw" followup (it
404         is important to preserve e.g. CTE).
405
406         * flow-fill.el (fill-flowed): Disable filladapt-mode.
407
408         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
409         regexp-quote, Cyrus Sieve is fixed.
410
411         * sieve-manage.el (sieve-manage-deletescript): New function.
412
413         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
414         (sieve-manage-mode): Fix menubar.
415         (sieve-activate): Change some messages.
416         (sieve-deactivate-all): New function.
417         (sieve-deactivate): New alias.
418         (sieve-remove): New function.
419         (sieve-help): Fix help.
420         All suggested by Ned Ludd.
421
422 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
423
424         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
425         (mm-w3m-safe-url-regexp): New user option.
426
427         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
428         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
429
430 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
431
432         * gnus-sum.el (gnus-summary-delete-article): Force
433         nnmail-expiry-target to 'delete, so that absolute deletion
434         happens when absolute deletion is requested.
435
436 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
437         From Nevin Kapur <nevin@jhu.edu>.
438
439         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
440         headers as empty headers.
441
442 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
443         From Jochen Hein <jochen@jochen.org>.
444
445         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
446         correct typo.
447         (gnus-emphasis-strikethru): New face.
448
449 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
450         From Jason Merrill <jason@redhat.com>.
451
452         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
453         entire file for each of a sequence of missing articles.
454
455         * gnus-salt.el (gnus-binary-display-article): Respect an existing
456         value for gnus-view-pseudos.
457
458         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
459         avoid nreverse.
460
461 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
462         From Ted Zlatanov <teodor.zlatanov@divine.com>.
463
464         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
465         (gnus-summary-mode-line-format-alist): Add %h for number of
466         spams.
467         (gnus-newsgroup-spam-marked): New variable.
468         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
469         (gnus-article-read-p, gnus-article-mark)
470         (gnus-set-global-variables, gnus-set-global-variables)
471         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
472         (gnus-summary-mark-article-as-unread)
473         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
474         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
475         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
476
477 2002-07-10  Simon Josefsson  <jas@extundo.com>
478
479         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
480         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
481
482 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
483
484         * gnus-sum.el (gnus-summary-delete-article): Respect group
485         parameters while expiring.
486
487 2002-07-08  Simon Josefsson  <jas@extundo.com>
488
489         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
490         Enberg.
491
492 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
493
494         * gnus-art.el (article-unsplit-urls): Only display MIME when this
495         function is called interactively.  From Niklas Morberg.
496
497 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
498
499         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
500         cdaar to cdar and car.
501
502         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
503         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
504
505 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
506
507         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
508         don't break a narrowed article.
509
510         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
511         (nntp-open-via-rlogin-and-telnet): Ditto.
512
513 2002-07-02  Didier Verna  <didier@xemacs.org>
514
515         * nnmail.el (nnmail-split-methods): fix custom type.
516
517 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
518
519         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
520         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
521
522 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
523
524         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
525         (gnus-summary-resend-message): Use it.
526
527 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
528
529         * nntp.el (nntp-via-rlogin-command-switches): New variable.
530         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
531
532 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
533
534         * message.el (message-font-lock-keywords): Don't fontify
535         headers in the message body, only in the header.
536         (message-font-lock-make-header-matcher): New function, used by
537         message-font-lock-keywords.
538         From Katsumi Yamaoka <yamaoka@jpl.org>.
539
540 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
541
542         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
543
544 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
545
546         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
547
548 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
549
550         * message.el (message-font-lock-keywords): Revert 2002-06-22
551         change.
552
553 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
554
555         * message.el (message-font-lock-keywords): Put colon in header
556         name match.
557
558 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
559
560         * message.el (message-font-lock-keywords): Don't use header faces
561         in the body.  Thanks to Stefan Monnier for the hint on the
562         implementation.
563
564 2002-05-09  Miles Bader  <miles@gnu.org>
565
566         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
567         (gnus-article-hide-citation): Respect it.
568
569 2002-04-12  Juanma Barranquero  <lektu@terra.es>
570
571         * pop3.el (pop3-open-server): Fix typo.
572
573 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
574
575         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
576         instead of push to ignore duplicate to-(list|address) values.
577         * nnmail.el (nnmail-cache-ignore-groups): New.
578         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
579
580 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
581
582         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
583         before sending.  Suggested by Jan Rychter.
584
585 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
586
587         * dgnushack.el (remove): New compiler macro.
588         (last, coerce, subseq): Remove compiler macros for those built-in
589         or unused functions.
590
591 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
592
593         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
594         sure to write byte-compiled versions of gnus-*-format-alist to
595         .newsrc.eld.  From Simon Josefsson.
596
597 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
598
599         * gnus-agent.el (gnus-agent-read-servers)
600         (gnus-agent-write-servers): Put server name (string like
601         "nnchoke:frumple") in the file instead of a server specification
602         (Lisp expression like (nnchoke "frumple" ...parameters...)).
603         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
604
605 2002-06-16  Simon Josefsson  <jas@extundo.com>
606
607         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
608         Reiner Steib <4uce.02.r.steib@gmx.net>.
609
610 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
611
612         * nnheader.el (nnheader-file-name-translation-alist): Set the
613         default value for MS Windows systems.
614
615         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
616
617 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
618
619         * message.el (message-beginning-of-line): Keep the region active
620         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
621
622 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
623
624         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
625         * gnus-msg.el (gnus-summary-reply): Ditto.
626         * gnus-msg.el (gnus-summary-handle-replysign): New.
627
628 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
629
630         * message.el (message-send-mail-with-sendmail): Kill errbuf even
631         if sending failed.
632
633 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
634
635         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
636         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
637         to sign while encrypting.
638
639 2002-06-11  Simon Josefsson  <jas@extundo.com>
640
641         * gnus-int.el (gnus-request-move-article): Agent expire article if
642         successfuly moved.
643
644         * nnweb.el (nnweb-google-create-mapping): Honors the value of
645         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
646
647 2002-06-10  Simon Josefsson  <jas@extundo.com>
648
649         * gnus-int.el (gnus-request-expire-articles): Fix last change?
650
651 2002-06-09  Simon Josefsson  <jas@extundo.com>
652
653         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
654
655         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
656
657 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
658
659         * flow-fill.el (fill-flowed): Ignore errors.
660
661 2002-06-06  Simon Josefsson  <jas@extundo.com>
662
663         * message.el (message-send-mail-with-sendmail): Improve error message.
664
665 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
666
667         * message.el (message-interactive): Change default from nil to t.
668         Better to be safe than to be fast.
669
670 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
671
672         * message.el (message-send-mail-with-sendmail): Check return value
673         from call-process-region.
674
675 2002-06-04  Simon Josefsson  <jas@extundo.com>
676
677         * gnus-msg.el (gnus-group-mail, gnus-group-news)
678         (gnus-group-post-news, gnus-summary-mail-other-window)
679         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
680         gnus-article-copy to nil, thereby inhibiting the `header' posting
681         style match to use data from last viewed article.
682         Suggested by Hrvoje Niksic.
683
684 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
685
686         * spam.el (spam-point-at-eol): New alias.
687         (spam-parse-whitelist): Use it.
688
689 2002-06-03  Simon Josefsson  <jas@extundo.com>
690
691         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
692         (nnmail-article-group): Use it.
693
694 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
695
696         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
697         so that code reading them won't be surprised.  From Jesper Harder
698         <harder@ifa.au.dk>.
699
700 2002-05-29  Simon Josefsson  <jas@extundo.com>
701
702         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
703         articles.
704
705         * gnus.el (gnus-agent-cache): Doc fix.
706         (gnus-agent): Change default to t.
707
708         * gnus-agent.el (gnus-agent-expire): Make it accept optional
709         ARTICLES, GROUP and FORCE parameters.
710
711 2002-05-28  Simon Josefsson  <jas@extundo.com>
712
713         * gnus-group.el (gnus-group-line-format): Doc fix.
714
715 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
716
717         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
718         original article before yanking.  From Jesper Harder
719         <harder@ifa.au.dk>.
720
721 2002-05-26  Simon Josefsson  <jas@extundo.com>
722
723         * gnus-sum.el (gnus-summary-menu-split): New function.
724         (gnus-summary-make-menu-bar): Split charset submenu.
725         (gnus-summary-menu-maxlen): New variable.
726         (gnus-summary-menu-split): Use it.
727
728 2002-05-25  Simon Josefsson  <jas@extundo.com>
729
730         * mml.el (mml-preview): Generate some headers.
731
732         * gnus.el (gnus-large-newsgroup): Fix :type.
733
734         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
735         Agent cache NOV's by default now).
736         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
737
738 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
739
740         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
741         call to gnus-parent-id when we check for References loops.
742         (gnus-summary-prepare-threads): Avoid simplifying every Subject
743         twice by saving the simplified subject string in simp-subject.
744
745 2002-05-23  Simon Josefsson  <jas@extundo.com>
746
747         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
748         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
749
750         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
751         Niklas Morberg <niklas.morberg@axis.com>.
752
753 2002-05-22  Simon Josefsson  <jas@extundo.com>
754
755         * sieve.el (sieve-change-region): Define it before it is used.
756
757         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
758         (gnus-summary-reply): Ask for confirmation when replying to news.
759         Defaults to not ask.  From Benjamin Rutt
760         <rutt+news@cis.ohio-state.edu>.
761
762         * nnimap.el (nnimap-nov-is-evil): Improve doc.
763
764 2002-05-21  Simon Josefsson  <jas@extundo.com>
765
766         * sieve-mode.el (sieve-manage): Fix autoloads.
767
768         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
769         name (makes it work with recent Cyrus timsieved).
770
771 2002-05-20  Jason  <jbaker@cs.utah.edu>
772
773         * gnus-art.el (gnus-request-article-this-buffer): Try
774         reconnecting if you don't get the message.
775
776 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
777
778         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
779         Reply-To headers from the headers.
780
781 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
782
783         * mm-url.el (mm-url-insert): Remove junk message.
784
785 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
786
787         * nnslashdot.el (nnslashdot-request-list): Parse new html.
788         (nnslashdot-use-front-page): New variable.
789         (nnslashdot-request-list): Use it.
790
791         * mm-url.el (mm-url-timeout): New variable.
792         (mm-url-retries): Ditto.
793         (mm-url-insert): Use it.
794
795 2002-05-16  Simon Josefsson  <jas@extundo.com>
796
797         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
798         (gnus-simplify-subject-functions): Mention g-s-a-w.
799
800 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
801
802         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
803         nnmail-cache-insert.
804         * nndiary.el (nndiary-request-accept-article): Ditto.
805         * nnfolder.el (nnfolder-request-accept-article): Ditto.
806         * nnimap.el (nnimap-request-accept-article): Ditto.
807         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
808         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
809         * nnmbox.el (nnmbox-request-accept-article): Ditto.
810         * nnmh.el (nnmh-request-accept-article): Ditto.
811         * nnmail.el (nnmail-cache-insert): Change group to required,
812         removed code which tried to figure out the group.
813
814 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
815
816         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
817         messages. From Hans de Graaff <hans@degraaff.org>.
818         * nnml.el (nnml-request-accept-article): Pass in the group name to
819         nnmail-cache-insert, since it's available.
820
821 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
822
823         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
824
825 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
826         From Florian Weimer <fw@deneb.enyo.de>.
827
828         * gnus.el (subscribed): New group parameter.
829         (gnus-find-subscribed-addresses): Use it.
830
831 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
832
833         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
834         the default for pgpmime to support pgp v2.
835         * mml-sec.el (mml-signencrypt-style): New accessor function to
836         allow users to get/set the signencrypt style more easily without
837         frobbing the alist directly.
838         * mml.el (mml-generate-mime-1): Use accessor function.
839
840 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
841
842         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
843         parenthesis for "<" and ">".  Suggested by Andreas Schwab
844         <schwab@suse.de>.
845
846 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
847
848         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
849         when intuiting the group the message is written to.  From Josh
850         Huber <huber@alum.wpi.edu>.
851
852 2002-05-06  Simon Josefsson  <jas@extundo.com>
853
854         * gnus-topic.el (gnus-group-topic-parameters): Work when group
855         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
856
857 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
858
859         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
860         argument, and fixed compiler warning. (added autoload for
861         gpg-encrypt).
862
863 2002-05-04  Simon Josefsson  <jas@extundo.com>
864
865         * mml1991.el (mml1991-function-alist): Doc fix.
866
867         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
868         doesn't exist (for previewing messages without having Gnus
869         started).
870
871         * mm-util.el (mm-coding-system-priorities): Defcustom.
872
873         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
874
875 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
876
877         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
878         default.
879         * mml-sec.el:
880         * mml-sec.el (mml-signencrypt-style): New.
881         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
882         argument `sign'.
883         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
884         signencrypt.
885         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
886         * mml.el (mml-generate-mime-1): Changed logic so a part which is
887         both signed & encryped is processed in one operation. (rather than
888         two separate ops: sign, then encrypt)
889         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
890         indication if a message is signed by an expired key.
891         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
892         enables combined sign & encrypt operation. (this was always on
893         before).
894         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
895
896 2002-05-01  Simon Josefsson  <jas@extundo.com>
897
898         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
899         server.
900         (nnimap-mailbox-info): defvar instead of defvoo.
901
902 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
903
904         * gnus.el: Oort Gnus v0.06 is released.
905
906 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
907
908         * lpath.el: Bind url-package-version.
909
910 2002-05-01  Simon Josefsson  <jas@extundo.com>
911
912         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
913         filename before deleting the group itself, because the presence of
914         a group filename decides if long filenames are used or not.
915
916         * gnus-art.el (gnus-button-alist): Don't inline
917         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
918         without also modifying g-button-alist.
919         (gnus-button-alist): Fix type to allow variable as well as regexp.
920         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
921         themselves, variables to its contents.
922         (gnus-button-entry): Ditto.
923
924 2002-05-01  Simon Josefsson  <jas@extundo.com>
925
926         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
927         UIDNEXT as a string.
928
929         * nnimap.el (nnimap-string-lessp-numerical): New function.
930         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
931         integers.
932
933 2002-04-29  Simon Josefsson  <jas@extundo.com>
934
935         * nnmail.el (nnmail-cache-insert): Accept optional group
936         parameter.
937
938         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
939         n-r-g-a is disabled.
940
941 2002-04-29  Simon Josefsson  <jas@extundo.com>
942
943         * nnimap.el (nnimap-split-fancy): Fix doc.
944         (nnimap-split-fancy): Fix doc.
945
946         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
947         (nnimap-mailbox-info): New internal variable.
948         (nnimap-retrieve-groups): Implement faster new mail check.
949
950         * nnimap.el (nnimap-split-articles): Support
951         nnmail-cache-accepted-message-ids.
952         (nnimap-request-accept-article): Ditto.
953
954         * imap.el (imap-mailbox-status-asynch): New command.
955
956 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
957
958         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
959         are no subscribed mail groups.
960         - Strip quoted names when comparing addresses
961
962 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
963
964         * mm-decode.el (mm-text-html-renderer): Change customize type to
965         const.
966
967         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
968         (gnus-debug-exclude-variables): do.
969
970 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
971
972         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
973         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
974
975 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
976
977         * dns.el (dns-make-network-process): New macro.
978         (query-dns): Use it.
979
980 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
981
982         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
983         article-buffer.
984
985         * mm-url.el (mm-url-package-name): New variable.
986         (mm-url-package-version): New variable.
987         (mm-url-insert-file-contents): Bind url-package-name and
988         url-package-version here.
989         * nnrss.el (nnrss-insert-w3): Move the bindings.
990
991         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
992         url-package-version. Trivial change from Andrew J Cosgriff
993         <ajc@polydistortion.net>
994
995         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
996         attachments. Trivial change from Peter 'Luna' Runestig
997         <peter@runestig.com>.
998
999 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
1000
1001         * nnkiboze.el (nnkiboze-request-scan): Call
1002         nnkiboze-possibly-change-group.
1003         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
1004         problems.
1005         (nnkiboze-generate-group): Set newsrc to the *highest* article
1006         number kibozed, not the lowest.
1007
1008 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
1009
1010         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
1011
1012 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1013         From Dan Christensen <jdc+news@uwo.ca>.
1014
1015         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
1016         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
1017         Recognize math postings.  Extract Date (now ignores "(15kb)").
1018         Extract email address using gnus-extract-address-components
1019         instead of just taking the first word.  Create Date and From
1020         headers for message which are missing these headers.  Get rid
1021         of spurious \\ lines (purely cosmetic).  Extend body-end and
1022         file-end regexps, to exclude more garbage from the message.
1023         Make URL rephrasing regexp more flexible, to match current
1024         format.
1025
1026 2002-04-23  Simon Josefsson  <jas@extundo.com>
1027
1028         * netrc.el: New file, functions copied from gnus-util.el by Ted
1029         Zlatanov <tzz@lifelogs.com>.
1030
1031         * gnus-util.el: Require netrc.
1032         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
1033         new code in netrc.el.
1034
1035 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1036
1037         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
1038         message-ignored-resent-headers, too.  From Matthieu Moy
1039         <Matthieu.Moy@imag.fr>.
1040
1041 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
1042
1043         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
1044         boolean not a string
1045         * gnus-group.el (gnus-group-line-format): add description of %C
1046         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
1047           as %C
1048         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
1049
1050 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
1051
1052         * nnmaildir.el (nnmaildir-request-scan): typo: set
1053         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
1054         nnmail-get-new-mail for 'find-new-groups.
1055
1056 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
1057
1058         * nnmaildir.el (nnmaildir-request-update-info,
1059         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
1060         unnecessary calls to nnmaildir-request-scan.
1061
1062 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
1063
1064         * gnus-msg.el:
1065         * gnus-msg.el (gnus-message-replysign): New.
1066         * gnus-msg.el (gnus-message-replyencrypt): New.
1067         * gnus-msg.el (gnus-message-replysignencrypted): New.
1068         * gnus-msg.el (gnus-summary-reply): Use the three new variables
1069         (above) to automatically encrypt/sign to encrypted/signed
1070         messages.
1071         * message.el:
1072         * message.el (message-mode-map): Add keybinding for
1073         `message-to-list-only'
1074         * message.el (message-mode): Add description for
1075         `message-to-list-only'
1076         * message.el (message-to-list-only): New.
1077         * message.el (message-make-mft): Changed to use the cl loop macro,
1078         and added optional flag to return only the matched list. (for use
1079         in new message-to-list-only function)
1080
1081 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
1082
1083         * gnus-msg.el:
1084         * gnus-msg.el (gnus-message-replysign):
1085         * gnus-msg.el (gnus-replysign): New.
1086         * gnus-msg.el (gnus-replyencrypt): New.
1087         * gnus-msg.el (gnus-replysignencrypted): New.
1088         * gnus-msg.el (gnus-summary-reply):
1089         * message.el:
1090         * message.el (message-mode-map):
1091         * message.el (message-mode):
1092         * message.el (message-to-list-only): New.
1093         * message.el (message-make-mft):
1094
1095 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
1096
1097         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
1098
1099 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
1100
1101         * message.el (message-gen-unsubscribed-mft): accept a prefix
1102         argument so CC can be included with C-u C-c C-f C-a
1103
1104 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1105         From Ted Zlatanov <teodor.zlatanov@divine.com>.
1106
1107         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
1108         Improve docstring.
1109         (spam-enter-blacklist): New command.
1110
1111         * gnus-sum.el (gnus-spam-mark): New mark.
1112         (gnus-auto-expirable-marks): Add gnus-spam-mark.
1113         (gnus-summary-make-tool-bar): Correct conditional.
1114         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
1115         (gnus-summary-mark-as-spam): New command.
1116
1117 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
1118
1119         * mml-sec.el (mml-secure-message): changed to support arbritrary
1120         modes.
1121         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
1122         changed to support "signencrypt" mode.
1123         * mml.el (mml-parse-1): changed to support different secure modes
1124         more easily. (for signencrypt)
1125
1126 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
1127
1128         * gnus-sum.el (gnus-update-summary-mark-positions)
1129         (gnus-summary-toggle-header):
1130         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
1131         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
1132         (gnus-uu-post-encoded):
1133         * nnfolder.el (nnfolder-possibly-change-group):
1134         * nnimap.el (nnimap-retrieve-headers):
1135         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
1136
1137 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
1138
1139         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
1140         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
1141
1142 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1143
1144         * gnus-srvr.el (gnus-server-set-info): Clear
1145         `gnus-server-method-cache' when `gnus-server-alist' is changed.
1146         From Daiki Ueno <ueno@unixuser.org>.
1147
1148 2002-04-11  Simon Josefsson  <jas@extundo.com>
1149
1150         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
1151         viewing of security buttons.  Thanks to Nicolas Kowalski
1152         <Nicolas.Kowalski@imag.fr>.
1153
1154         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
1155         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
1156         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
1157         <Nicolas.Kowalski@imag.fr>.
1158         (smime-decrypt-buffer): Ditto.
1159
1160 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1161
1162         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
1163         header line.
1164
1165 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
1166
1167         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
1168
1169 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
1170
1171         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
1172
1173 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
1174
1175         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
1176         errors when debug.
1177
1178 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
1179
1180         * message.el (message-make-mft): Changed MFT code from using
1181         message-recipients (which included Bcc) to use only the To and CC
1182         headers.
1183
1184 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
1185
1186         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
1187         add link.
1188         (gnus-treat-mail-picon): Ditto.
1189         (gnus-treat-newsgroups-picon): Ditto.
1190         (gnus-picon-databases): Fix custom type.
1191         (gnus-picon-databases): Add link.
1192         (gnus-article-x-face-command): Add to gnus-picon group.
1193
1194 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
1195
1196         * message.el (message-buffer-naming-style): Remove.
1197
1198 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
1199
1200         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
1201
1202         * message.el (message-tool-bar-map): Ditto.
1203
1204         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
1205
1206 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
1207
1208         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
1209
1210 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
1211
1212         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
1213
1214 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
1215
1216         * dns.el: open-network-stream under XEmacs does udp.
1217
1218 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
1219
1220         * spam.el (spam-enter-whitelist): New function.
1221         (spam-parse-whitelist): Ditto.
1222         (spam-refresh-list-cache): Ditto.
1223         (spam-address-whitelisted-p): New function.
1224
1225         * dns.el (query-dns): Use TCP when make-network-process isn't
1226         available.
1227         (dns-servers): New variable.
1228         (dns-parse-resolv-conf): New function.
1229         (query-dns): Use it.
1230
1231         * spam.el: New file.
1232
1233         * dns.el (query-dns): Test.
1234
1235 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1236
1237         * lpath.el (featurep): Bind make-network-process.
1238
1239 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
1240
1241         * nnmaildir.el: Use defstruct.  Use a single copy of
1242         nnmail-extra-headers to save memory.  Store server's group name
1243         prefix instead of each group's prefixed name.
1244         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
1245         nntp-server-buffer.
1246
1247 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1248
1249         * dns.el: New file.
1250
1251 2002-03-28  Simon Josefsson  <jas@extundo.com>
1252
1253         * gnus-sum.el (gnus-summary-dummy-line-format):
1254         * gnus.el (gnus-summary-line-format): Fixing links to Info.
1255         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
1256
1257 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1258
1259         * gnus-sum.el (gnus-summary-move-article)
1260         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
1261         the doc string.
1262
1263 2002-03-28  Simon Josefsson  <jas@extundo.com>
1264
1265         * mml-sec.el (mml-secure-message): Search after
1266         mail-header-separator from top of message.
1267
1268 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
1269
1270         * nnmaildir.el: Cosmetic changes.
1271         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
1272         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
1273         nnmaildir--group-ls): New macros/functions.  Use them.
1274         (nnmaildir--unlink): Evalutate argument only once.
1275
1276 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
1277
1278         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
1279         symbols.
1280         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
1281         `gnus-point-at-eol'.
1282
1283 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
1284
1285         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
1286         nnmaildir--marks-dir): New macros.  Use them.
1287         Use inhibit-quit for atomicity instead of in-memory journaling.
1288         (nnmaildir--edit-prep): New function.
1289         (Local Variables): Use it.
1290
1291 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
1292
1293         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
1294
1295 2002-03-25  Simon Josefsson  <jas@extundo.com>
1296
1297         * message.el (message-mode): Fix doc.
1298
1299 2002-03-25  Simon Josefsson  <jas@extundo.com>
1300
1301         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
1302         Matthieu Moy <Matthieu.Moy@imag.fr>.
1303
1304 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
1305
1306         * mml-sec.el (mml-unsecure-message): Add docstring.
1307
1308 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
1309
1310         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
1311         value.
1312         Trivial change from andre@slamdunknetworks.com
1313
1314 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
1315
1316         * mml.el (mml-mode-map): Added a keybinding for
1317         `mml-unsecure-message'.  Also, added a menu entry for said
1318         function in the Attachments menu.
1319
1320 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1321
1322         * canlock.el (canlock-version): Remove.
1323         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
1324         here; simplify \x insertions.
1325         (canlock-sha1): New function, always return a unibyte string.
1326         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
1327         of a password.
1328         (canlock-insert-header): Use `canlock-sha1'.
1329         (canlock-verify): Ditto.
1330
1331 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
1332
1333         * message.el (message-fix-before-sending): Add an option that
1334         ignores illegible text.
1335         Trivial change from Mark Milhollan <mlm@attglobal.net>
1336
1337         * message.el (message-font-lock-keywords): Support multi-line MML
1338         tags.
1339
1340         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
1341         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
1342
1343 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1344
1345         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
1346         symbols for "View as different encoding" submenu.
1347
1348 2002-03-19  Simon Josefsson  <jas@extundo.com>
1349
1350         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
1351         encoding" submenu.
1352
1353 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
1354
1355         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
1356
1357 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1358
1359         * gnus-sum.el (gnus-sum-thread-tree-root)
1360         (gnus-sum-thread-tree-single-indent)
1361         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
1362         (gnus-sum-thread-tree-leaf-with-other)
1363         (gnus-sum-thread-tree-single-leaf): Make customizable.
1364
1365 2002-03-16  Simon Josefsson  <jas@extundo.com>
1366
1367         * gnus-util.el (gnus-extract-address-components): Don't break on
1368         names such as James "Kibo" Parry.  From Francis Litterio
1369         <franl@world.std.com>.
1370
1371 2002-03-13  Simon Josefsson  <jas@extundo.com>
1372
1373         * pop3.el (pop3-open-server): Revert multibyte change.  From
1374         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
1375
1376         * message.el (message-send-mail-with-qmail): Make it work.  From
1377         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
1378
1379 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
1380
1381         * message.el (message-make-mft): Set case-fold-search while
1382         generating the MFT.  Also, a little cleanup in the MFT code.
1383
1384 2002-03-12  Simon Josefsson  <jas@extundo.com>
1385
1386         * message.el (message-qmail-inject-args): May be function.
1387         (message-send-mail-with-qmail): Call function if m-q-i-a is
1388         function.  From fn@hungry.org (Faried Nawaz).
1389
1390 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
1391
1392         * message.el (message-abbrevs-loaded): Remove.
1393         (mailabbrev): Require it.
1394
1395         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
1396
1397 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1398
1399         * pop3.el (pop3-open-server): Set process buffer unibyte.
1400
1401 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1402
1403         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
1404
1405 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
1406
1407         * nnslashdot.el (nnslashdot-request-article): Remove javascript
1408         too.
1409
1410 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
1411
1412         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
1413         duplication.
1414         (gnus-summary-save-parts-type-history): Ditto.
1415         (gnus-summary-save-parts-last-directory): Ditto.
1416         Trivial change from andre@slamdunknetworks.com
1417
1418 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
1419
1420         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
1421
1422 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1423
1424         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
1425         -->" as the end of the first article.
1426
1427         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
1428         From Matthieu Moy <Matthieu.Moy@imag.fr>
1429
1430         * message.el (message-add-action): Use add-to-list.
1431         (message-delete-action): New function.
1432
1433         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
1434         pieces.
1435
1436 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
1437
1438         * nnnil.el: New file.
1439         * gnus.el (gnus-valid-select-methods): Include nnnil.
1440
1441 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
1442
1443         * message.el (message-syntax-checks): Because canlock is
1444         supported, we disable sender syntax check.
1445         (message-shoot-gnksa-feet): Add cancel-messages option doc.
1446
1447         * gnus-draft.el (gnus-draft-send): If interactive, use its default
1448         value of message-syntax-checks.
1449
1450         * qp.el (quoted-printable-decode-region): Doc addition.
1451         From: Eli Zaretskii <eliz@is.elta.co.il>
1452
1453         * mail-source.el (make-source-make-complex-temp-name): Use
1454         make-temp-file.
1455
1456         * mm-util.el (mm-make-temp-file): New function.
1457         * nneething.el (nneething-file-name): Use it.
1458         * mml-smime.el (mml-smime-encrypt): Ditto.
1459         * mm-view.el (mm-inline-wash-with-file): Ditto.
1460         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
1461         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
1462         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
1463         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
1464         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
1465         * gnus-art.el (gnus-mime-print-part): Ditto.
1466
1467 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
1468
1469         * message.el (nnmaildir-article-number-to-base-name): New
1470         function.
1471         (nnmaildir-base-name-to-article-number): New function.
1472
1473 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1474
1475         * smime.el (smime-make-temp-file): Don't quote
1476         `temporary-file-directory'.
1477
1478 2002-03-04  Simon Josefsson  <jas@extundo.com>
1479
1480         * smime.el (smime-sign-region): Rename argument keyfiles to
1481         keyfile. You only sign something with one key.
1482         (smime-sign-buffer): Better completing-read prompt.
1483         (smime-decrypt-buffer): Ditto.
1484
1485         * smime.el (smime-make-temp-file): Make it work under XEmacs.
1486
1487         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
1488         completing-read.
1489         (mm-view-pkcs7-decrypt): CRLF->LF.
1490
1491 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
1492
1493         * message.el (message-hierarchical-addresses): New variable.
1494         (message-get-reply-headers): Use it.
1495         From Ted Zlatanov <teodor.zlatanov@divine.com>
1496
1497 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
1498
1499         * message.el (message-mode): If buffer-file-name, don't set auto
1500         save file name.
1501         Trivial change from Geoff Greene <ggreene@wpi.edu>
1502
1503 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
1504
1505         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
1506         takes one argument in read-char.
1507
1508         * message.el (message-fix-before-sending): Forward a char.
1509         Check mmu-multibyte-p, add control-1.
1510
1511 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
1512
1513         * gnus-start.el (gnus-read-init-file): Ditto.
1514
1515         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
1516
1517         * dgnushack.el (dgnushack-make-load): Ditto.
1518
1519         * mail-source.el (mail-source-fetch): Extract the right error
1520         code.
1521
1522         * message.el (message-fix-before-sending): Check illegible text.
1523
1524         * gnus-util.el (gnus-multiple-choice): New function.
1525
1526         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
1527         also defined in gnus-score.el.
1528
1529 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
1530
1531         * message.el (message-get-reply-headers): downcase email addresses
1532         for comaparisons for duplicate removal.
1533
1534 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
1535
1536         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
1537         implementation of PKCS#7, which just allows users read the
1538         message.
1539         (mm-view-pkcs7): Use it.
1540
1541 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
1542
1543         * gnus.el (large-newsgroup-initial): New parameter.
1544
1545         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
1546         (gnus-summary-insert-old-articles): Ditto.
1547
1548 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
1549
1550         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
1551         used as the default answer of the question, "How many articles?".
1552         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
1553
1554         * nnagent.el (nnagent-retrieve-headers): Remove articles with
1555         small numbers.
1556
1557 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
1558
1559         * deuglify.el: Fix comments.
1560
1561 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
1562
1563         * html2text.el (html2text-clean-anchor): If there is no HREF,
1564         insert nothing.
1565
1566         * mml.el (mml-generate-mime-1): Add cdr.
1567         From: andre@slamdunknetworks.com
1568
1569         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
1570         (mm-text-html-washer-alist): Ditto.
1571
1572         * mm-decode.el (mm-text-html-renderer): Add html2text.
1573
1574         * html2text.el: Face lift.
1575
1576         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
1577
1578 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
1579
1580         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
1581
1582         * deuglify.el: Change copy right. Add autoload. Add coding-system.
1583
1584         * deuglify.el: New file. The original file name is
1585         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
1586
1587         * mm-decode.el (mm-display-external): Use
1588         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
1589
1590 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
1591
1592         * nnmaildir.el (nnmaildir-request-list): Report the highest
1593         article number, not the total number of articles.
1594
1595 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
1596
1597         * gnus-sum.el: Move uu key map here.
1598         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
1599
1600 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
1601
1602         * nnmaildir.el (nnmaildir-request-expire-articles): Use
1603         nnmail-expiry-wait* if expire-age parameter is not set.
1604
1605 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
1606
1607         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
1608         function.
1609         (gnus-group-sort-selected-groups-by-real-name): New function.
1610         (gnus-group-make-menu-bar): Add sort by real name.
1611
1612         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
1613         rebuild.
1614         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
1615         nil as dependencies as well.
1616
1617 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
1618
1619         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
1620         for mime-parts.
1621
1622         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
1623
1624         * gnus-group.el (gnus-group-name-decode): Don't test
1625         multibyte-string, because it breaks XEmacs.
1626         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
1627
1628         * message.el (message-send-mail): Be talkative.
1629
1630         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
1631         (mm-automatic-display): Ditto.
1632
1633         * mailcap.el (mailcap-mime-data): Ditto.
1634         From: Reiner Steib <4uce.02.r.steib@gmx.net>
1635
1636 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1637
1638         * many files: Remove trailing whitespaces, replace spc+tab with
1639         tab, replace leading whitespaces with tabs.
1640
1641 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
1642
1643         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
1644         articles with no body and no blank line after the header.
1645
1646 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
1647
1648         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
1649         parts.
1650
1651         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
1652         non-ascii chars.
1653
1654         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
1655
1656         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
1657         w3-delay-image-loads.
1658         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
1659         (mm-w3-prepare-buffer): Ditto.
1660
1661         * mail-source.el (mail-source-fetch-directory): Run scripts.
1662
1663 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1664
1665         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
1666         for Majordomo confirmations.
1667
1668 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1669
1670         * gnus-fun.el (gnus-respond-to-confirmation): New command.
1671
1672 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1673
1674         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
1675
1676 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
1677
1678         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
1679         References header field.  From Mark Thomas <mthomas@cmu.edu>.
1680
1681 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
1682
1683         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
1684         (mm-inline-render-with-stdin): Ditto.
1685         (mm-inline-render-with-function): Ditto.
1686         (mm-inline-wash-with-file): Bind coding-system-for-write.
1687         (mm-inline-wash-with-stdin): Ditto.
1688
1689 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
1690
1691         Suggested by Felix Natter <fnatter@gmx.net>
1692
1693         * gnus-art.el (gnus-mime-view-part-externally): Rename from
1694         gnus-mime-externalize-view.
1695         (gnus-mime-view-part-internally): Rename from
1696         gnus-mime-internalize-view.
1697         (gnus-article-view-part-externally): Rename from
1698         gnus-article-externalize-part.
1699         (gnus-mime-action-alist): Change correspondingly.
1700         (gnus-mime-button-commands): Ditto.
1701         (gnus-mime-action-alist): Remove duplication.
1702
1703         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
1704
1705 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
1706
1707         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
1708
1709         * gnus-art.el (gnus-display-mime): Use it.
1710
1711         * mm-partial.el (mm-partial-find-parts): Use it.
1712
1713         * gnus-sum.el (gnus-article-loose-mime): Rename from
1714         gnus-article-no-strict-mime.
1715         (gnus-summary-save-parts): Use it.
1716
1717 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1718
1719         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
1720         local variable.
1721
1722         * gnus-art.el (article-display-x-face): Don't sort multiple
1723         X-Faces.
1724
1725 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1726
1727         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
1728         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
1729
1730         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
1731
1732 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
1733
1734         Some ideas is inspired by code from Hrvoje Niksic
1735         <hniksic@arsdigita.com>
1736
1737         * gnus-art.el (gnus-article-wash-function): Set the default to
1738         nil, so that we use mm-text-html-renderer instead.
1739         (article-wash-html): Use mm-text-html-renderer.
1740
1741         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
1742         (mm-text-html-renderer): New variable.
1743         (mm-inline-text-html-renderer): Set the default to nil, so that we
1744         use mm-text-html-renderer instead.
1745
1746         * mm-view.el (mm-inline-text-html): New function.
1747         (mm-text-html-renderer-alist): New variable.
1748         (mm-inline-text-vcard): New function.
1749         (mm-inline-text): Split.
1750         (mm-links-remove-leading-blank): New function.
1751         (mm-inline-render-with-file): New function.
1752         (mm-inline-render-with-stdin): New function.
1753         (mm-inline-render-with-function): New function.
1754         (mm-text-html-washer-alist): New variable.
1755         (mm-inline-wash-with-file): New function.
1756         (mm-inline-wash-with-stdin): New function.
1757
1758 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
1759
1760         * message-utils.el: Fix installation doc.
1761         From: Reiner Steib <4uce.02.r.steib@gmx.net>
1762
1763 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
1764
1765         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
1766         (gnus-post-method): Use it.
1767         (gnus-summary-cancel-article): Find the correct post-method.
1768
1769         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
1770         * message.el (message-send-news): Ditto.
1771         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
1772         <ipmonger@delamancha.org>
1773
1774         * gnus.el (gnus-select-method): Fix doc.
1775         (gnus-server-string): Use 'using nntp'.
1776
1777         * gnus-agent.el (gnus-slave-unplugged): New command.
1778         From: Felix Natter <fnatter@gmx.net>
1779
1780 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
1781
1782         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
1783         Call edit-done-function first, then change the window
1784         configuration.
1785         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
1786         (gnus-article-edit-mode): mml-mode.
1787
1788         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
1789         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
1790
1791         * message-utils.el: Adopt the file.
1792
1793         * message-utils.el: New file.
1794         From Holger Schauer <Holger.Schauer@gmx.de>
1795
1796 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
1797
1798         * gnus-sum.el (gnus-summary-move-article): Select-article only
1799         when gnus-move-split-methods is non-nil. And we don't render or
1800         mark the article.
1801
1802         * gnus-fun.el (gnus-shell-command-to-string): New function.
1803         (gnus-shell-command-on-region): New function.
1804         (gnus-random-x-face): Use them.
1805         (gnus-x-face-from-file): Ditto.
1806         (gnus-convert-image-to-gray-x-face): Ditto.
1807         (gnus-convert-gray-x-face-to-xpm): Ditto.
1808         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
1809
1810 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1811
1812         * gnus-art.el (gnus-treat-display-xface): Don't use
1813         `shell-command-to-string' when compiling.
1814         (gnus-treat-display-grey-xface): Ditto.
1815
1816 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
1817
1818         * nnmaildir.el (nnmaildir--article-count): If the group is
1819         completely empty, report minimum article number as 1 instead of 0.
1820
1821 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
1822
1823         * gnus-agent.el (gnus-get-predicate): Use nconc.
1824
1825         * gnus-sum.el (gnus-summary-display-make-predicate): Use
1826         gnus-summary-display-cache as cache.
1827
1828         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
1829         (nndoc-mail-in-mail-type-p): New function.
1830         (nndoc-mail-in-mail-article-begin): New function.
1831
1832 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
1833
1834         * mailcap.el (mailcap-mime-data): Use enriched-decode.
1835
1836         * gnus-cite.el (gnus-article-fill-cited-article): Bind
1837         use-hard-newlines to nil.
1838
1839         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
1840         image is not available if window-system is not available.
1841
1842         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
1843
1844 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
1845
1846         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
1847         bookmark, because update-mark doesn't handle it correctly.
1848
1849 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
1850
1851         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
1852         directly instead of calling message-send-mail.
1853
1854         * gnus-start.el (gnus-read-descriptions-file): Use
1855         gnus-default-charset.
1856
1857         * mm-util.el (mm-guess-mime-charset): New function.
1858
1859         * gnus.el (gnus-default-charset): Use it.
1860         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
1861         the default.
1862
1863 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
1864
1865         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
1866         (article-display-x-face): Use it.  Disable grey xface, if
1867         uncompface is not found.
1868
1869         * message.el (message-mode): Don't enable multibyte on an indirect
1870         buffer.
1871
1872         * nnrss.el (nnrss-content-function): New variable.
1873         (nnrss-request-article): Use it.
1874
1875 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
1876
1877         * gnus.el: Add article-unsplit-urls.
1878         * gnus-sum.el: Ditto.
1879         * gnus-art.el (gnus-treat-strip-cr): New variable.
1880         (gnus-treatment-function-alist): Use it.
1881         (article-unsplit-urls): New function.
1882         (gnus-article-make-menu-bar): Use it.
1883         From: Michael Cook <michael.cook@cisco.com>
1884
1885 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
1886
1887         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
1888         copy.
1889
1890 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
1891
1892         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
1893         with internal whitespace.
1894         (gnus-parent-id): Ditto.
1895
1896 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
1897
1898         * gnus-art.el (gnus-article-treat-body-boundary): Add
1899         gnus-decoration property.
1900         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
1901
1902         * message.el (message-mode): Set local-abbrev-table.
1903         From Matt Armstrong <matt@lickey.com>.
1904
1905         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
1906         too many spaces.
1907
1908         * rfc2047.el (rfc2047-unfold-region): Ditto.
1909         (rfc2047-decode-region): Don't unfold. Let
1910         gnus-article-treat-unfold-headers do it.
1911
1912         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
1913         From: Jesper Harder <harder@ifa.au.dk>
1914
1915 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1916
1917         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
1918         (gnus-configure-posting-styles): Use it.
1919         (gnus-configure-posting-styles): Remove trailing newspaces.
1920
1921 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1922
1923         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
1924         is non-nil.
1925
1926         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
1927
1928         * gnus.el (gnus-server-to-method): Switch position with
1929         gnus-server-get-method.
1930         (gnus-agent): Add doc.
1931
1932         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
1933         (gnus-summary-save-parts): Use it.
1934
1935         * gnus-art.el (gnus-display-mime): Use it.
1936         * mm-partial.el (mm-partial-find-parts): Use it.
1937
1938         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
1939
1940         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
1941         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
1942
1943         * nnagent.el (nnagent-request-expire-articles): Don't delete
1944         files.
1945
1946 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
1947
1948         * message.el (message-gen-unsubscribed-mft): New function.
1949         From Sriram Karra <karra@cs.utah.edu>.
1950
1951         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
1952         open parenthesis.
1953
1954         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
1955         (mm-inline-text-html-render-with-w3): Ditto.
1956         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
1957         Suggested by Dave Love  <d.love@dl.ac.uk>.
1958
1959         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
1960
1961         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
1962         * nntp.el (nntp-send-command): Ditto.
1963         * nntp.el (nntp-send-command-nodelete): Ditto.
1964
1965 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
1966
1967         * mm-url.el (mm-url-load-url): New function.
1968         (mm-url-insert-file-contents): Use it.
1969
1970         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
1971
1972         * message.el (message-forward-make-body): Correctly copy
1973         forward-buffer.
1974
1975         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
1976
1977 2002-02-04  Simon Josefsson  <jas@extundo.com>
1978
1979         * gnus-art.el (gnus-article-followup-with-original): Mark with
1980         force, prevent errors when following up from article buffer.
1981         (gnus-article-reply-with-original): Ditto.
1982
1983         * binhex.el (binhex-decoder-switches): Fix doc.  From
1984         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
1985
1986 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
1987
1988         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
1989         highlight-citation after emphasize.
1990
1991 2002-02-04  Simon Josefsson  <jas@extundo.com>
1992
1993         * nnfolder.el (nnfolder-open-marks):
1994
1995         * nnml.el (nnml-open-marks): Message when done.  From David
1996         Edmondson <dme@sun.com>.
1997
1998 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
1999
2000         * imap.el (imap-anonymous-auth): Fix typo.
2001         From: Steinar Bang <sb@dod.no>
2002
2003         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
2004         save-excursion.
2005         (gnus-cache-braid-heads): Ditto.
2006
2007         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
2008         line, because there are extra articles in the overview buffer.
2009
2010         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
2011
2012         * message.el (message-forward-rmail-make-body): Directly use
2013         rmail-msg-restore-non-pruned-header to avoid calling
2014         vertical-motion.
2015
2016 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
2017
2018         * gnus-cache.el (gnus-summary-insert-cached-articles):
2019         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
2020
2021         * gnus-group.el (gnus-group-mark-article-read): Nreverse
2022         gnus-newsgroups-unselected.
2023
2024         * gnus-agent.el (gnus-summary-set-agent-mark): Use
2025         gnus-add-to-sorted-list.
2026
2027         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
2028         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
2029         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
2030         (gnus-update-read-articles): UNREAD is sorted.
2031         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
2032         (gnus-newsgroup-marked, gnus-newsgroup-cached)
2033         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
2034         (gnus-newsgroup-dormant): Require sorted.
2035
2036         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
2037         directories.
2038         (gnus-dired-print): New function.
2039
2040         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
2041         ps-despool.
2042
2043 2002-02-02  Simon Josefsson  <jas@extundo.com>
2044
2045         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
2046
2047 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
2048
2049         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
2050         t. This makes gnus-agent customizable without putting
2051         gnus-agentize into .gnus.
2052
2053         * gnus.el (gnus-agent): Make it customizable.
2054
2055         * gnus-dired.el: New file.
2056         From Benjamin Rutt <brutt@bloomington.in.us>
2057
2058         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
2059         if no article.
2060         (gnus-cache-possibly-remove-article): Ditto.
2061         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
2062
2063 2002-02-01  Simon Josefsson  <jas@extundo.com>
2064
2065         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
2066
2067 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2068
2069         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
2070         (mm-setup-w3m): Don't bind keys listed in the above.
2071
2072 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2073
2074         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
2075         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
2076         is non-nil; bind `w3m-force-redisplay' with nil.
2077
2078         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2079
2080         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
2081
2082 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
2083
2084         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
2085         use mail-header-unfold-field.
2086
2087         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
2088         gnus-summary-limit.
2089
2090         * gnus-range.el (gnus-add-to-sorted-list): New function.
2091         * gnus-sum.el (gnus-mark-article-as-read): Use it.
2092         (gnus-mark-article-as-unread): Ditto.
2093         (gnus-summary-mark-article-as-unread): Ditto.
2094         (gnus-build-get-header): Ditto.
2095         (gnus-summary-prepare-threads): Ditto.
2096         (gnus-summary-insert-pseudos): Ditto.
2097         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
2098         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
2099         (gnus-summary-insert-old-articles): Ditto.
2100
2101         * gnus-msg.el (gnus-posting-styles): Add new format of header.
2102         (gnus-configure-posting-styles): Support the new format.
2103
2104         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
2105         edebug-form-spec to (sexp body).
2106         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
2107
2108         * message.el (message-reply-headers): Add doc.
2109
2110 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
2111
2112         * gnus-group.el (gnus-group-delete-group): Nix the entry in
2113         gnus-cache-active-hashtb.
2114
2115         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
2116         (gnus-agent-summary-fetch-group): Use it.
2117
2118         * gnus-msg.el (gnus-debug-files): New variable.
2119         (gnus-debug-exclude-variables): New variable.
2120         (gnus-debug): Use them.
2121
2122         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
2123
2124 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
2125
2126         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
2127         (message-mode-syntax-table): Move back the previous position.
2128
2129         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
2130
2131         * gnus-agent.el (gnus-agent-retrieve-headers): Use
2132         gnus-sorted-difference.
2133
2134         * nnsoup.el (nnsoup-request-expire-articles): Use
2135         gnus-sorted-difference.
2136
2137         * nnheader.el: Autoload gnus-sorted-difference.
2138
2139         * nnfolder.el (nnfolder-request-expire-articles): Use
2140         gnus-sorted-difference.
2141
2142         * gnus-cache.el (gnus-cache-retrieve-headers): Use
2143         gnus-sorted-difference.
2144
2145         * gnus-range.el: Autoload cookies.
2146         (gnus-sorted-difference): New function.
2147         (gnus-sorted-ndifference): New function.
2148         (gnus-sorted-nintersection): Rename from
2149         gnus-set-sorted-intersection.
2150         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
2151         (gnus-list-range-difference): Rename from
2152         gnus-inverse-list-range-intersection.
2153         (gnus-inverse-list-range-intersection): Use defalias.
2154
2155         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
2156         gnus-sorted-ndifference, and gnus-sorted-nintersection.
2157         (gnus-articles-to-read): Use gnus-sorted-difference.
2158         (gnus-summary-limit-mark-excluded-as-read): Use
2159         gnus-sorted-intersection and gnus-sorted-ndifference.
2160         (gnus-list-of-read-articles): Use gnus-list-range-difference.
2161         (gnus-summary-insert-articles): Use gnus-sorted-difference.
2162
2163         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
2164
2165 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2166
2167         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
2168         property to the buffer for using emacs-w3m command keys.
2169
2170         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
2171         option.
2172
2173         * mm-view.el (mm-w3m-mode-map): New variable.
2174         (mm-w3m-mode-command-alist): New variable.
2175         (mm-w3m-minor-mode): Removed.
2176         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
2177         (mm-inline-text-html-render-with-w3m): Add keymap property to the
2178         buffer for using emacs-w3m command keys.
2179
2180 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
2181
2182         * message.el (message-mode-syntax-table): Move forward.
2183         (message-cite-prefix-regexp): Auto detect non word constituents.
2184         (message-cite-prefix-regexp): Don't use with-syntax-table.
2185
2186         * gnus-sum.el (gnus-summary-update-info): Use
2187         gnus-list-range-intersection.
2188
2189         * gnus-agent.el (gnus-agent-fetch-headers): Use
2190         gnus-list-range-intersection.
2191
2192         * gnus-range.el (gnus-range-normalize): Use correct predicate.
2193         (gnus-list-range-intersection): Use it.
2194         (gnus-inverse-list-range-intersection): Ditto.
2195         (gnus-sorted-intersection): Add doc.
2196         (gnus-set-sorted-intersection): Add doc.
2197         (gnus-sorted-union): New function.
2198         (gnus-set-sorted-union): New function.
2199
2200         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
2201         (gnus-inverse-list-range-intersection): Ditto.
2202
2203 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
2204
2205         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
2206
2207         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
2208         and permit `:' and `\' in order to handle full Windows pathnames.
2209         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
2210         technically not correct per standard, but seems to have common use.
2211
2212 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
2213
2214         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
2215         replacing numbers.
2216
2217 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
2218
2219         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
2220
2221         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
2222         Don't split when the window is small, e.g. when a small *BBDB*
2223         window is the lowest one.
2224
2225         * gnus-agent.el (gnus-agent-retrieve-headers): Use
2226         nnheader-find-nov-line to speed up. Use nreverse, because it is
2227         sorted. Use nnheader-insert-nov-file.
2228
2229 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2230
2231         * mm-decode.el (mm-inline-text-html-with-images): New user option.
2232
2233         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
2234         of `w3m-display-inline-images' with the value of
2235         `mm-inline-text-html-with-images'.
2236         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
2237
2238         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2239
2240 2002-01-27  Richard M. Stallman  <rms@gnu.org>
2241
2242         * time-date.el: Add autoload cookies.  Many doc fixes.
2243         (time-add): New function.
2244         (time-subtract): Renamed from subtract-time.
2245         (subtract-time): New alias for time-subtract.
2246
2247 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2248
2249         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
2250         emacs-w3m in doc-string.
2251
2252         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
2253         `w3m-current-buffer'.
2254
2255 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2256
2257         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
2258
2259         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
2260         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
2261         (mm-w3m-cid-retrieve): New function.
2262         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
2263
2264 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
2265
2266         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
2267
2268 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2269
2270         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
2271
2272 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2273
2274         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
2275         32K.
2276
2277         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
2278
2279         * nnmail.el (nnmail-article-group): Decode headers before running
2280         split rules over them.
2281         (nnmail-mail-splitting-charset): New variable.
2282
2283         * smiley.el: Replaced with smiley-ems.el.
2284
2285 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2286
2287         * mm-url.el (mm-url-predefined-programs): Add w3m.
2288         (mm-url-program): Ditto.
2289
2290 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2291
2292         * nnml.el (nnml-use-compressed-files): New variable.
2293         (nnml-filenames-are-evil): Removed.
2294         (nnml-current-group-article-to-file-alist): Don't use.
2295         (nnml-update-file-alist): Inhibit.
2296         (nnml-article-to-file): Use new var.
2297
2298 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2299
2300         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
2301
2302         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
2303
2304 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2305
2306         * gnus-agent.el (gnus-agent-load-alist): Use new caching
2307         function.
2308
2309         * gnus-util.el (gnus-cache-file-contents): New function.
2310
2311         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
2312         (gnus-agent-load-alist): Use it.
2313
2314         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
2315
2316         * nnheader.el (nnheader-insert-nov-file): New function.
2317
2318         * gnus-util.el (gnus-parse-without-error): Correct the loop.
2319
2320         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
2321         there are no references.
2322         (gnus-extract-message-id-from-in-reply-to): New function.
2323         (gnus-nov-parse-line): Use in-reply-to if there are no
2324         references.
2325
2326 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2327
2328         * nnagent.el (nnagent-retrieve-headers): Use new macro.
2329
2330         * gnus-util.el (gnus-parse-without-error): New macro.
2331
2332 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
2333
2334         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
2335         (gnus-article-wash-function): use locate-library to decide which
2336         to use.
2337
2338 2002-01-25  Simon Josefsson  <jas@extundo.com>
2339
2340         * pop3.el (pop3-munge-message-separator): Work if no date.
2341         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
2342
2343 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2344
2345         * gnus-agent.el (gnus-agent-save-alist): Fix.
2346
2347         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
2348         mistake.  Reinstated lost code.
2349
2350 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
2351
2352         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
2353         one exists in the case of an encrypted message with an internal
2354         signature.
2355
2356 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2357
2358         * gnus-agent.el (gnus-agent-save-alist): Optimized.
2359
2360 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2361
2362         * dgnushack.el: Commented out the experimental code.
2363
2364 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2365
2366         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
2367         error.
2368
2369         * gnus.el (gnus-server-to-method): Made into subst.
2370         (gnus-server-method-cache): New variable.
2371         (gnus-server-to-method): Use it.
2372         (gnus-group-method-cache): New variable.
2373         (gnus-find-method-for-group-1): Renamed.
2374         (gnus-find-method-for-group): New function.
2375         (gnus-group-method-cache): Removed.
2376
2377         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
2378         function.
2379
2380         * gnus-range.el (gnus-members-of-range): New function.
2381         (gnus-list-range-intersection): Renamed.
2382         (gnus-inverse-list-range-intersection): New function.
2383
2384         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
2385
2386         * nnagent.el (nnagent-retrieve-headers): New implementation.
2387
2388         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
2389         implementation.
2390
2391 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2392
2393         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
2394         `w3m-meta-content-type-charset-regexp'.
2395
2396         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
2397         charset-encoded html contents.
2398
2399 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
2400
2401         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
2402         an empty file.
2403
2404         * nnweb.el (url): Ignore errors when request url.
2405
2406         * nnrss.el: Clean up the comments.
2407
2408 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2409
2410         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
2411
2412         * mm-decode.el (mm-inline-text-html-renderer): New user option.
2413         (mm-inline-media-tests): Test whether the value of
2414         `mm-inline-text-html-renderer' is a function for text/html.
2415
2416         * mm-view.el (mm-inline-text-html-render-with-w3): New function
2417         separated from `mm-inline-text'.
2418         (mm-w3m-minor-mode): New variable.
2419         (mm-w3m-setup): New variable.
2420         (mm-setup-w3m): New function.
2421         (mm-inline-text-html-render-with-w3m): New function.
2422         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
2423         text/html.
2424
2425 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
2426
2427         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
2428
2429 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2430
2431         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
2432         and `gnus-xmas-completing-read'.
2433
2434 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2435
2436         * nneething.el (nneething-message-id-number): Abolished.
2437         (nneething-encode-file-name): Not encode numerical characters.
2438         (nneething-make-head): `nneething-message-id-number' is not
2439         used to generate message IDs.
2440
2441 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2442
2443         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
2444         characters.
2445
2446 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2447
2448         * gnus-xmas.el (gnus-xmas-completing-read): New function.
2449         (gnus-xmas-redefine): Redefine conditionally.
2450
2451 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
2452
2453         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
2454         tag.
2455
2456 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
2457
2458         * message.el (message-font-lock-keywords): Added the secure tag.
2459         * mml-sec.el: Added functions to generate/modify/remove the secure
2460         tag while in message mode.
2461         * mml-sec.el (mml-secure-message): New.
2462         * mml-sec.el (mml-unsecure-message): New.
2463         * mml-sec.el (mml-secure-message-sign-smime): New.
2464         * mml-sec.el (mml-secure-message-sign-pgp): New.
2465         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
2466         * mml-sec.el (mml-secure-message-encrypt-smime): New.
2467         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
2468         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
2469         * mml.el (mml-parse-1): Added code to recognise the secure tag and
2470         convert it to either a part or multipart depending on if there are
2471         other parts in the message.
2472         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
2473         to use the secure tag, rather than the part tag.
2474         * mml.el (mml-preview): Added a save-excursion to keep cursor
2475         position after doing an MML preview.
2476
2477 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2478
2479         * nnheader.el (nnheader-parse-overview-file): New function.
2480         (nnheader-write-overview-file): New function.
2481
2482 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2483
2484         * gnus.el (gnus-group-fast-parameter): Check better if expansion
2485         in wanted.
2486
2487         * nnweb.el (nnweb-type-definition): Clean up.
2488
2489 2002-01-21  Alastair Burt  <burt@dfki.de>
2490
2491         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
2492         buffer exists before jumping to it.
2493
2494 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2495
2496         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
2497         function.
2498         (article-wash-html): Use it.
2499         (gnus-article-wash-function): New variable.
2500         (gnus-article-wash-html-with-w3m): New function.
2501
2502 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
2503
2504         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
2505         XEmacs.
2506
2507 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
2508
2509         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
2510         command line.
2511
2512 2002-01-21  Simon Josefsson  <jas@extundo.com>
2513
2514         * canlock.el (base64-encode-string): Autoload it from base64.
2515         (canlock-make-cancel-key): Base64 encode unibyte string.
2516
2517 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2518
2519         * nnfolder.el (nnfolder-request-accept-article): Unfold
2520         x-from-line.
2521         (nnfolder-request-replace-article): Ditto.
2522
2523 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
2524
2525         * gnus-group.el (gnus-group-best-unread-group): Use the right
2526         positioning function.
2527
2528 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2529
2530         * smiley-ems.el (smiley-region): Use new function.
2531         (smiley-update-cache): Use general image functions.
2532         (smiley-region): Use general functions.
2533
2534         * gnus-util.el (gnus-graphic-display-p): New function.
2535
2536         * nnmail.el (nnmail-article-group): Allow outputting traces of
2537         non-strings.
2538
2539         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
2540         (nndoc-exim-bounce-type-p): New function.
2541
2542         * message.el (message-dont-send): Doc fix.
2543
2544         * gnus-util.el (gnus-completing-read): Remove
2545         inherit-input-method.
2546
2547         * gnus-art.el (gnus-treat-smiley): Doc fix.
2548
2549         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
2550         articles.
2551
2552 2002-01-19  Simon Josefsson  <jas@extundo.com>
2553
2554         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
2555         (imap-kerberos4-open): Ditto.
2556         (imap-open): Set port correctly, don't set auth.
2557
2558 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2559
2560         * gnus.el (gnus-version-number): Bump version number.
2561
2562 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2563
2564         * gnus.el: Oort Gnus v0.05 is released.
2565
2566 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2567
2568         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
2569         exists.
2570
2571         * gnus-spec.el (gnus-string-width-function): New function.
2572         (gnus-tilde-cut-form): Use it.
2573         (gnus-tilde-max-form): Ditto.
2574         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
2575         (gnus-substring-function): Use it.
2576         (gnus-tilde-cut-form): Ditto.
2577         (gnus-substring-function): New function.
2578
2579         * message.el (message-check-news-header-syntax): New message.
2580
2581         * gnus.el (gnus-slave-no-server): Doc fix.
2582
2583         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
2584
2585 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2586
2587         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
2588         `seen' if it looks like (seen NUM1 . NUM2).  It should be
2589         (seen (NUM1 . NUM2)).
2590
2591 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2592
2593         * gnus-topic.el (gnus-topic-catchup-articles): Update article
2594         number in closed topics.
2595
2596 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
2597
2598         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
2599         functions.
2600
2601 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2602
2603         * gnus.el (gnus-group-find-parameter): Clean up.
2604
2605         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
2606         articles.
2607
2608         * gnus-util.el (gnus-completing-read-with-default): Renamed.
2609
2610         * nnmail.el (nnmail-article-group): Clean up.
2611
2612 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
2613
2614         * gnus-agent.el (gnus-category-name): Intern the category name.
2615
2616 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2617
2618         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
2619
2620         * gnus-util.el (gnus-completing-read): New function.
2621
2622 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
2623
2624         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
2625
2626         * smiley-ems.el (smiley-region): Register smiley.
2627         (smiley-toggle-buffer): Rewrite the function.
2628         (smiley-active): Removed.
2629
2630 2002-01-19  Simon Josefsson  <jas@extundo.com>
2631
2632         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
2633         Jesper Harder <harder@ifa.au.dk>.
2634
2635 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2636
2637         * gnus-art.el (gnus-request-article-this-buffer): Call
2638         `nneething-get-file-name' to extract the file name from the
2639         message id.
2640
2641         * nneething.el (nneething-encode-file-name): New function.
2642         (nneething-decode-file-name): Ditto.
2643         (nneething-get-file-name): Ditto.
2644         (nneething-make-head): Encode the file name and encapsulate it
2645         into the field of the message id.
2646
2647 2002-01-18  Simon Josefsson  <jas@extundo.com>
2648
2649         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
2650         stored in .marks.
2651
2652         * nnfolder.el (nnfolder-request-update-info): Ditto.
2653
2654 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
2655
2656         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
2657
2658 2002-01-18  Simon Josefsson  <jas@extundo.com>
2659
2660         * imap.el (imap-starttls-p): Don't check for binary.
2661         (imap-gssapi-auth-p): Ditto.
2662         (imap-kerberos4-auth-p): Ditto.
2663         (imap-open): Change logic.  Iterate through all possible streams,
2664         instead of bailing out after first failure.  Move authenticator
2665         decision to `imap-authenticate'.
2666         (imap-authenticate): Change logic, now finds the authenticator to
2667         use, was previously in `imap-open'.
2668         (imap-open): Return nil on failure.
2669         (imap-open): Setup temp buffer correctly.
2670         (imap-open): Return buffer only on success.
2671         (imap-interactive-login, imap-interactive-login): Tell the user
2672         which stream/authenticator is used for the queried
2673         username/password.
2674         (imap-open, imap-authenticate): Set variables.
2675         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
2676         (imap-open): Don't assume how `with-temp-buffer' is implemented.
2677
2678 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2679
2680         * gnus-fun.el (gnus-grab-cam-x-face): New function.
2681
2682 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2683
2684         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
2685
2686 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
2687
2688         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
2689         (gnus-agent-group-mode-map): Bind it to "Jo".
2690         (gnus-agent-group-make-menu-bar): Add it into menu bar.
2691
2692 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
2693
2694         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
2695         (gnus-summary-mail-toolbar): Add mail article deletion button.
2696
2697         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
2698         false positives for lines of "^^^^".
2699
2700         * gnus-picon.el (gnus-picon-find-face): faces database is all
2701         lowercase.
2702
2703 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
2704
2705         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
2706         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
2707         duplications.
2708         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
2709
2710 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2711
2712         * gnus-sum.el (gnus-summary-initial-limit): Inline
2713         gnus-summary-limit-children.
2714         (gnus-summary-initial-limit): Don't limit if
2715         gnus-newsgroup-display is nil.
2716         (gnus-summary-initial-limit): No, don't.
2717
2718         * gnus-util.el
2719         (gnus-put-text-property-excluding-characters-with-faces): Inline
2720         gnus-put-text-property.
2721
2722         * gnus-spec.el (gnus-default-format-specs): New variable.
2723
2724         * gnus-start.el (gnus-read-newsrc-file): Don't clear
2725         gnus-format-specs.
2726         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
2727
2728         * gnus-spec.el (gnus-update-format-specifications): Really check
2729         the Gnus version of the .newsrc.eld file.
2730         (gnus-format-specs): Save the new default summary format.
2731
2732         * gnus-util.el (gnus-parent-id): Check whether references is empty
2733         before splitting.
2734
2735         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
2736         functions.
2737         (gnus-gather-threads-by-references): Inline
2738         `gnus-split-references'.
2739
2740         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
2741         default value of gnus-summary-line-format-spec.
2742
2743 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
2744
2745         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
2746         message.
2747         (nnslashdot-request-list): Ditto.
2748         (nnslashdot-sid-strip): Removed.
2749
2750 2002-01-15  Simon Josefsson  <jas@extundo.com>
2751
2752         * nnimap.el (nnimap-close-asynchronous): Enable.
2753         (nnimap-close-group): Expunge.
2754
2755 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
2756
2757         * gnus-util.el (gnus-user-date-format-alist): Typo.
2758         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
2759
2760 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2761
2762         * nneething.el (nneething-request-article): Set
2763         `nnmail-file-coding-system' to `binary' locally, in order to read
2764         files without any conversion.
2765
2766 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
2767
2768         * gnus-agent.el (gnus-agent-retrieve-headers): Use
2769         nnheader-file-coding-system and nnmail-active-file-coding-system.
2770         (gnus-agent-regenerate-group): Ditto.
2771         (gnus-agent-regenerate): Ditto.
2772         (gnus-agent-write-active): Ditto.
2773         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
2774
2775 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
2776
2777         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
2778         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
2779
2780 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
2781
2782         * gnus.el: We don't need gnus-article-show-all-headers.
2783
2784         * gnus-art.el (article-show-all, gnus-article-show-all-header):
2785         Ditto.
2786
2787         * gnus-sum.el (gnus-summary-select-article): Don't call
2788         show-all-headers, because hidden headers are not hidden text any
2789         more.
2790
2791 2002-01-13  Simon Josefsson  <jas@extundo.com>
2792
2793         * message.el (message-newline-and-reformat): Use `newline' instead
2794         of inserting \n, so that the newline is marked as hard.
2795
2796         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
2797         From Jesper Harder <harder@ifa.au.dk>.
2798
2799 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
2800
2801         * imap.el (imap-close): Keep going if quit.
2802
2803         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
2804         nntp-server-buffer.
2805
2806 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2807
2808         * mm-view.el (mm-display-inline-fontify): Require font-lock to
2809         avoid unbinding shadowed variables.
2810
2811         * gnus-art.el (gnus-picon-databases): Moved here.
2812         (gnus-picons-installed-p): Moved here.
2813         (gnus-article-reply-with-original): Use `mark'.
2814
2815         * gnus.el (gnus-picon): Moved here and renamed.
2816
2817         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
2818         installed.
2819         (gnus-treat-mail-picon): Ditto.
2820         (gnus-treat-newsgroups-picon): Ditto.
2821
2822         * gnus-picon.el (gnus-picons-installed-p): New function.
2823
2824 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
2825
2826         * gnus-agent.el (gnus-agent-go-online): Fix doc.
2827
2828 2002-01-12  Simon Josefsson  <jas@extundo.com>
2829
2830         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
2831         (nnimap-before-find-minmax-bugworkaround): Use it.
2832         (nnimap-find-minmax-uid): Don't reselect current mailbox.
2833         (nnimap-dont-close): New variable.
2834         (nnimap-close-group): Use it.
2835
2836 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2837
2838         * gnus-art.el (gnus-article-reply-with-original): Use
2839         `mark-active'.
2840
2841         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
2842
2843         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
2844         (gnus-score-advanced): Clean up.
2845         (gnus-score-advanced): Accept a multiple of the score.
2846
2847 2002-01-12  Simon Josefsson  <jas@extundo.com>
2848
2849         * flow-fill.el (fill-flowed-display-column)
2850         (fill-flowed-encode-columnq): New variables.  Suggested by
2851         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
2852         (fill-flowed-encode, fill-flowed): Use them.
2853
2854         * message.el (message-send-news, message-send-mail): Use
2855         m-b-s-n-p-e-h-n.
2856
2857         * mml.el (autoload): Autoload fill-flowed-encode.
2858         (mml-buffer-substring-no-properties-except-hard-newlines): New
2859         function.
2860         (mml-read-part): Use it.
2861         (mml-generate-mime-1): Encode format=flowed if appropriate.
2862         (mml-insert-mime-headers): Insert format=flowed.
2863
2864         * flow-fill.el (fill-flowed-encode): New function.
2865         (fill-flowed): Bind fill-column to window width.
2866
2867 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2868
2869         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
2870         it exists.
2871         (gnus-summary-setup-buffer): Wake up dead summary buffers.
2872         (gnus-summary-buffer-name): Don't return the dead name after all.
2873         (gnus-summary-setup-buffer): Kill the dead buffer.
2874
2875         * gnus-art.el (gnus-article-followup-with-original): Store the
2876         value of the mark before deactivating it.
2877
2878 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
2879
2880         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
2881         From: Karl Kleinpaste <karl@charcoal.com>
2882
2883         * gnus-art.el (article-display-x-face): Ditto.
2884         (gnus-article-reply-with-original): Use gnus-region-active-p.
2885         (gnus-article-followup-with-original): Ditto.
2886
2887         * gnus-sum.el (gnus-summary-read-group-1): Don't select
2888         downloadable article either.
2889
2890 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
2891
2892         * gnus-art.el (article-display-x-face): Insert From:.
2893
2894         * gnus-sum.el (gnus-summary-move-article): Don't draw the
2895         article. Bind gnus-display-mime-function and
2896         gnus-article-prepare-hook.
2897
2898         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
2899         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
2900         gnus-agent-possibly-synchronize-flags to the last.
2901         (gnus-agent-go-online): New function. New variable.
2902
2903 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
2904
2905         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
2906         (gnus-agent-regenerate): Ditto.
2907
2908 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
2909
2910         * message.el (message-ignored-news-headers)
2911         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
2912         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
2913
2914         * gnus.el (gnus-gethash-safe): New macro.
2915
2916         * gnus-agent.el (gnus-agent-regenerate-history): New function.
2917         (gnus-agent-regenerate): Show messages.
2918
2919 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
2920
2921         * gnus-agent.el (gnus-agent-regenerate-group): New function.
2922         (gnus-agent-regenerate): New function.
2923         (gnus-agent-save-alist): Sort.
2924         (gnus-agent-copy-nov-line): Test eobp.
2925         (gnus-agent-retrieve-headers): Erase buffer.
2926
2927 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
2928
2929         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
2930         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
2931
2932         * gnus.el (gnus-agent-covered-methods): Move here.
2933         (gnus-online): New function.
2934         (gnus-agent-method-p): Move here.
2935
2936         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
2937         nil. Remove articles-alist.
2938
2939         * gnus-start.el (gnus-get-unread-articles): Check online.
2940         (gnus-groups-to-gnus-format): Ditto.
2941         (gnus-active-to-gnus-format): Ditto.
2942
2943         * gnus-agent.el (gnus-agent-get-function): Use it.
2944         (gnus-agent-get-undownloaded-list): Ditto.
2945         (gnus-agent-fetch-session): Only fetch online methods.
2946
2947         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
2948         (gnus-server-mode-map): Ditto.
2949         (gnus-server-offline-face): New face.
2950         (gnus-server-offline-face): New variable.
2951         (gnus-server-font-lock-keywords): Add offline.
2952         (gnus-server-insert-server-line): Ditto.
2953         (gnus-server-offline-server): New function.
2954
2955         * gnus-int.el (gnus-open-server): Turn to offline.
2956         (gnus-server-unopen-status): New variable.
2957
2958 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
2959
2960         * nnkiboze.el (nnkiboze-request-article): Use
2961         gnus-agent-request-article.
2962
2963         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
2964         function. Insert undownloaded NOV.
2965
2966         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
2967         (gnus-agent-request-article): New function.
2968
2969         * gnus.el (gnus-agent-cache): New variable.
2970
2971         * gnus-int.el (gnus-retrieve-headers): Use
2972         gnus-agent-retrieve-headers.
2973         (gnus-request-head): Use gnus-agent-request-article.
2974         (gnus-request-body): Ditto.
2975
2976         * gnus-art.el (gnus-request-article-this-buffer): Use
2977         gnus-agent-request-article.
2978
2979         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
2980         article if it is undownloaded.
2981
2982 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2983
2984         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
2985
2986 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2987
2988         * canlock.el (canlock-string-as-unibyte): New macro.
2989         (canlock-sha1-with-openssl): Return a unibyte string.
2990         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
2991
2992 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
2993
2994         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
2995
2996 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2997
2998         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
2999         application/x-emacs-lisp.
3000
3001         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
3002
3003         * nntp.el (nntp-request-article): Add group parameter.
3004         (nntp-request-head): Ditto.
3005         (nntp-find-group-and-number): Add parameter group. Figure out
3006         number if the status line doesn't give (e.g. quimby.gnus.org).
3007
3008 2002-01-08  Simon Josefsson  <jas@extundo.com>
3009
3010         * mml.el (mml-generate-mime-1): Set recipient correctly.
3011
3012 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3013
3014         * message.el (message-read-from-minibuffer): Add parameter
3015         initial-contents.
3016         * gnus-msg.el (gnus-summary-resend-message): Use it.
3017
3018         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
3019         behavior of quit-config.
3020
3021         * message.el (message-make-from): Don't quote fullname.
3022         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
3023
3024         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
3025         From: <andre@slamdunknetworks.com>
3026
3027 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
3028
3029         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
3030
3031         * gnus-art.el (gnus-header-button-alist): Handle mailto.
3032
3033         * mml.el (mml-preview): Bind gnus-original-article-buffer because
3034         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
3035         because bbdb may use it.
3036
3037 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3038
3039         * nneething.el (nneething-request-article): When a non-text file
3040         is converted to an article, its data is encoded in base64.  Call
3041         `nneething-make-head' with options to specify MIME types.
3042         (nneething-make-head): Add optional arguments to specify MIME
3043         types.
3044
3045 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3046
3047         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
3048         header if there is not.
3049
3050         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
3051
3052         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
3053         (gnus-inews-mark-gcc-as-read): Obsolete variable.
3054         (gnus-inews-do-gcc): Use them.
3055
3056         * gnus-group.el (gnus-group-mark-article-read): Put holes into
3057         gnus-newsgroup-unselected.
3058
3059 2002-01-06  Simon Josefsson  <jas@extundo.com>
3060
3061         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
3062         condition-case, not ignore-errors.
3063
3064 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3065
3066         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
3067         gnus-fetch-old-headers.
3068
3069         * gnus-art.el (article-display-x-face): Use the current buffer
3070         unless `W f'. Otherwise, X-Face may be shown in the header of a
3071         forwarded part.
3072         (gnus-treatment-function-alist): Treat xface before hiding
3073         headers.
3074
3075 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3076
3077         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
3078         parameters.
3079
3080 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3081
3082         * mm-util.el (mm-multibyte-p): Define conditionally when load.
3083         (mm-guess-charset): New function.
3084         (mm-charset-after): Use it.
3085         (mm-detect-coding-region): New function.
3086         (mm-detect-mime-charset-region): New function.
3087
3088         * gnus-sum.el (gnus-summary-show-article): Use
3089         mm-detect-coding-region.
3090
3091 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3092
3093         * message.el (message-make-fqdn): Be less violent.
3094
3095         * gnus.el (gnus-logo-color-style): Compute custom form
3096         automatically.
3097
3098         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
3099         score file of the parent to the document group.
3100
3101         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
3102         parameters parameter.
3103
3104         * gnus-score.el (gnus-score-load-file): Clean up.
3105
3106 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3107
3108         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
3109         From: Damien Wyart <damien.wyart@free.fr>
3110
3111         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
3112
3113 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
3114
3115         * gnus-sum.el (gnus-select-group-hook): Typo.
3116
3117         * rfc2047.el (rfc2047-decode-string): Return immediately if there
3118         is no quoted-printable-encoded STRING.
3119         From: Jesper Harder <harder@ifa.au.dk>
3120
3121         (rfc2047-decode-string): Decode it.
3122
3123 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3124
3125         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
3126
3127 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
3128
3129         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
3130         buffer to get rid of junk line.
3131
3132 2002-01-05  Simon Josefsson  <jas@extundo.com>
3133
3134         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
3135         C-o.
3136         (message-mode-map): Bind message-insert-or-toggle-importance to
3137         C-c C-u.
3138         (message-mode-map): Bind message-disposition-notification-to to
3139         C-c M-n.
3140         (message-mode-menu): Add m-d-n-t.
3141         (message-mode-field-menu): Add m-goto-from.
3142         (message-mode): Doc fix.
3143         (message-goto-from): New function.
3144         (message-insert-disposition-notification-to): New function.
3145         (message-tool-bar-map): Add receipt button.
3146
3147 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3148
3149         * gnus-sum.el (gnus-thread-latest-date): New function.
3150         (gnus-thread-sort-by-most-recent-number): Renamed.
3151         (gnus-thread-sort-functions): Doc fix.
3152         (gnus-select-group-hook): Don't use setq on a hook.
3153         (gnus-thread-latest-date): Use date, not number
3154
3155         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
3156         (gnus-agent-expire): Allow regexp of expire-days.
3157
3158         * gnus-art.el (gnus-article-reply-with-original): Deactivate
3159         region.
3160         (gnus-article-followup-with-original): Ditto.
3161
3162         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
3163
3164         * gnus-art.el (gnus-mime-display-alternative): Use
3165         gnus-local-map-property.
3166         (gnus-mime-display-alternative): Ditto.
3167         (gnus-insert-mime-security-button): Ditto.
3168         (gnus-insert-next-page-button): Ditto.
3169         (gnus-button-prev-page): Take optional args.
3170         (gnus-insert-prev-page-button): widget-convert.
3171
3172         * gnus-util.el (gnus-local-map-property): New function.
3173
3174         * gnus-art.el (gnus-prev-page-map): Use parent map.
3175         (gnus-next-page-map): Ditto.
3176
3177         * gnus-spec.el (gnus-parse-format): Clean up.
3178         (gnus-parse-format): Do complex formatting for %=.
3179
3180         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
3181         "X-Face: " to the data in the built-in scenario.
3182
3183         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
3184         (gnus-correct-pad-form): Renamed.
3185         (gnus-tilde-max-form): Clean up.
3186         (gnus-pad-form): Use gnus-use-correct-string-widths.
3187
3188         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
3189         support if that is available.
3190
3191         * gnus-sum.el (gnus-thread-highest-number): New function.
3192         (gnus-thread-sort-by-most-recent-thread): New function.
3193         (gnus-thread-sort-functions): Doc fix.
3194
3195 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
3196
3197         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
3198         all cases.
3199         (gnus-summary-mode): Enable it in all cases.
3200         (gnus-summary-display-article): Ditto.
3201         (gnus-summary-edit-article): Ditto.
3202
3203         * gnus-ems.el (gnus-put-image): Really return glyph.
3204
3205         * gnus-art.el (gnus-article-x-face-command): Fix :type.
3206         (gnus-treat-smiley): Don't take "P" in the interactive form.
3207
3208 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3209
3210         * compface.el (uncompface): XEmacs and Emacs have differing
3211         capabilities.
3212
3213         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
3214
3215         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
3216         (gnus-article-xface-ring-size): Removed.
3217         (gnus-article-display-xface): Removed.
3218         (gnus-remove-image): Cleaned up.
3219
3220         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
3221         (gnus-xmas-create-image): Take pbm files.
3222         (gnus-x-face): Removed.
3223         (gnus-xmas-article-display-xface): Removed.
3224
3225         * gnus-fun.el (gnus-display-x-face-in-from): Bind
3226         default-enable-multibyte-characters.
3227
3228         * compface.el (uncompface): Doc fix.
3229
3230         * gnus-art.el (gnus-article-x-face-command): Use
3231         gnus-display-x-face-in-from.
3232
3233         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
3234
3235         * gnus-ems.el (gnus-put-image): Return the image.
3236
3237         * gnus-fun.el (gnus-display-x-face-in-from): New function.
3238         (gnus-x-face): Moved here.
3239
3240 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
3241
3242         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
3243         invisible if string is nil.
3244         (gnus-xmas-article-display-xface): Use it.
3245
3246         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
3247         property when string is nil.
3248         (gnus-article-display-xface): Use it.
3249
3250 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3251
3252         * gnus-art.el (article-display-x-face): Check whether valid grey
3253         face was returned.
3254         (article-display-x-face): Place image in the right spot.
3255
3256         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
3257         stderr.
3258         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
3259
3260 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3261
3262         * gnus-xmas.el (gnus-xmas-create-image): Take optional
3263         parameters.
3264         (gnus-xmas-put-image): Allow non-strings to be passed.
3265
3266         * gnus-art.el (article-display-x-face): Use optional parameters.
3267
3268         * gnus-ems.el (gnus-create-image): Take optional parameters.
3269
3270         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
3271
3272         * compface.el (compface-xbm-p): Removed.
3273
3274         * gnus-ems.el (gnus-article-compface-xbm): Removed.
3275         (gnus-article-display-xface): Use compface.
3276
3277         * compface.el: New file.
3278
3279         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
3280         (gnus-convert-image-to-x-face-command): Ditto.
3281         (gnus-random-x-face): Quote argument.
3282         (gnus-x-face-from-file): Ditto.
3283
3284 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
3285
3286         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
3287         the expire-group parameter once per article rather than once
3288         per group; bind `nnmaildir-article-file-name' and `article'
3289         for convenience.  Leave article alone when expire-group
3290         specifies the current group.
3291         (nnmaildir--update-nov): be more concurrency-friendly with
3292         temp file names.
3293
3294 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3295
3296         * gnus-start.el (gnus-read-init-file): Cleaned up.
3297
3298 2002-01-03  Dave Love  <d.love@dl.ac.uk>
3299
3300         * gnus-start.el (gnus-startup-file-coding-system): Removed.
3301         (gnus-read-init-file): Don't use it.
3302
3303 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3304
3305         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
3306
3307 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3308
3309         * gnus-start.el (gnus-read-init-file): Don't force coding system
3310         for ~/.gnus.  From Dave Love <fx@gnu.org>.
3311
3312 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
3313
3314         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
3315         * nnspool.el (nnspool-request-post): Ditto.
3316
3317         * mm-util.el (mm-use-find-coding-systems-region): New variable.
3318         (mm-find-mime-charset-region): Use it.
3319
3320 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
3321
3322         * gnus.el (gnus-summary-line-format): Added :link.
3323         * gnus-topic.el (gnus-topic-line-format): Ditto.
3324         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
3325         * gnus-srvr.el (gnus-server-line-format): Ditto.
3326         * gnus-group.el (gnus-group-line-format): Ditto.
3327
3328         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
3329         :keys, it works on both Emacsen.
3330
3331 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
3332
3333         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
3334
3335 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3336
3337         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
3338
3339 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
3340
3341         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
3342         very wide reply.
3343
3344 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3345
3346         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
3347         (gnus-picon-cache): New variable.
3348         (gnus-picon-transform-newsgroups): Cache stuff.
3349
3350         * gnus-art.el (gnus-article-reply-with-original): New command.
3351         (gnus-article-followup-with-original): New command.
3352
3353         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
3354         END parameters.
3355         (gnus-summary-followup): Take a list of list of articles.
3356         (gnus-inews-yank-articles): Allow lists of article/regions.
3357
3358         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
3359         longer the usual commands.
3360
3361         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
3362         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
3363         shell-command-on-region.
3364
3365 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3366
3367         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
3368           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
3369
3370 2002-01-03  Steve Youngs  <youngs@xemacs.org>
3371
3372         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
3373         understand ':keys', wrap it in an featurep 'xemacs.
3374
3375 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3376
3377         * gnus-ems.el (gnus-article-display-xface): Show xface in the
3378         order of headers (Actually, it is called in a reversed order). Add
3379         'gnus-image-text-deletable property.
3380         (gnus-remove-image): Remove text with such a property.
3381
3382         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
3383         gnus-put-image.
3384
3385         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
3386         with ", "
3387
3388 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3389
3390         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
3391
3392         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
3393         (article-display-x-face): Display grey X-Faces.
3394
3395         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
3396         (gnus-convert-gray-x-face-to-ppm): Ditto.
3397         (gnus-convert-image-to-gray-x-face): Ditto.
3398
3399         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
3400         gnus-summary-show-raw-article.
3401
3402 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3403
3404         Display picons in XEmacs without showing text.
3405
3406         * gnus-xmas.el (gnus-xmas-create-image): Don't use
3407         mm-create-image-xemacs to create xbm glyph, because it deletes
3408         temporary files.
3409         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
3410         (gnus-xmas-remove-image): Make text visible, remove glyph.
3411
3412         * gnus-picon.el (gnus-picon-transform-newsgroups)
3413         (gnus-picon-transform-address): Insert spec backward, due to the
3414         incompatibility of gnus-xmas-put-image.
3415
3416 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
3417
3418         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
3419
3420 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3421
3422         * gnus.el: Doc fix.
3423
3424         * gnus-art.el: Doc fix.
3425
3426         * gnus-agent.el: Doc fix.
3427
3428 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3429
3430         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
3431
3432 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
3433
3434         * nnmaildir.el (nnmaildir--update-nov): automatically parse
3435         NOV data out of the message again if nnmail-extra-headers has
3436         changed.
3437
3438 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3439
3440         * gnus-fun.el: New file.
3441         (gnus-convert-image-to-x-face-command): New variable.
3442         (gnus-insert-x-face): New function.
3443         (gnus-random-x-face): Renamed.
3444         (gnus-x-face-from-file): Renamed.
3445
3446         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
3447         "_".
3448         (gnus-body-boundary-delimiter): Typo fix.
3449
3450 2002-01-02  Simon Josefsson  <jas@extundo.com>
3451
3452         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
3453         (gnus-body-boundary-delimiter): Fix type.
3454
3455 2002-01-01  Simon Josefsson  <jas@extundo.com>
3456
3457         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
3458         (gnus-treat-emphasize, gnus-treat-strip-cr)
3459         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
3460         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
3461         (gnus-treat-fill-article, gnus-treat-hide-citation)
3462         (gnus-treat-hide-citation-maybe)
3463         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
3464         (gnus-treat-strip-pem, gnus-treat-strip-banner)
3465         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
3466         (gnus-treat-date-ut, gnus-treat-date-local)
3467         (gnus-treat-date-english, gnus-treat-date-lapsed)
3468         (gnus-treat-date-original, gnus-treat-date-iso8601)
3469         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
3470         (gnus-treat-strip-trailing-blank-lines)
3471         (gnus-treat-strip-leading-blank-lines)
3472         (gnus-treat-strip-multiple-blank-lines)
3473         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
3474         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
3475         (gnus-treat-display-xface, gnus-treat-display-smileys)
3476         (gnus-treat-from-picon, gnus-treat-mail-picon)
3477         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
3478         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
3479         (gnus-treat-play-sounds, gnus-treat-translate)
3480         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
3481
3482         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
3483         (gnus-article-treat-body-boundary): Use it.
3484
3485         * message.el (message-mode): Fix doc.
3486         (message-mode-menu): Fix names.
3487
3488 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3489
3490         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
3491         articles.
3492
3493         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
3494         (gnus-picon-transform-address): Search for unknown faces as well.
3495         (gnus-picon-find-face): Don't search "news" for MISC.
3496         (gnus-picon-user-directories): Changed default back to exclude
3497         "unknown".
3498
3499         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
3500
3501         * gnus-picon.el (gnus-picon-find-face): Search through all
3502         databases.
3503         (gnus-picon-find-face): New implementation.
3504
3505         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
3506         keystroke.
3507         (gnus-topic-goto-next-topic): Ditto.
3508
3509         * gnus.el (gnus-summary-line-format): Changed default.
3510
3511         * nnmail.el (nnmail-extra-headers): Change default.
3512
3513         * gnus-sum.el (gnus-extra-headers): Change default.
3514
3515         * message.el (message-news-other-window): Changed "news" to
3516         "posting".
3517         (message-news-other-frame): Ditto.
3518         (message-do-send-housekeeping): Ditto.
3519
3520         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
3521         function.
3522         (gnus-article-unread-p): New function.
3523         (gnus-article-unseen-p): New function.
3524         (gnus-dead-summary-mode-map): Typo.
3525
3526         * gnus-util.el (gnus-make-predicate): New function.
3527         (gnus-make-predicate-1): New function.
3528
3529         * gnus-sum.el: New function.
3530         (gnus-map-articles): New function.
3531
3532         * gnus-art.el (gnus-treat-fold-headers): New variable.
3533         (gnus-article-treat-fold-headers): New command and keystroke.
3534
3535         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
3536         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
3537
3538 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3539
3540         * message.el (message-fcc-externalize-attachments): New variable.
3541         (message-do-fcc): Use it.
3542
3543         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
3544         (gnus-inews-do-gcc): Use it.
3545
3546         * mml.el (mml-tweak-sexp-alist): New variable.
3547         (mml-externalize-attachments): New variable.
3548         (mml-tweak-part): Use mml-tweak-sexp-alist.
3549         (mml-tweak-externalize-attachments): New function.
3550
3551 2002-01-01  Steve Youngs  <youngs@xemacs.org>
3552
3553         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
3554         'set-glyph-face' so x-face back/foreground can be set.
3555
3556 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
3557
3558         * message.el (message-fix-before-sending): Fix a typo.
3559
3560 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3561
3562         * gnus-art.el (gnus-treat-smiley): Renamed command.
3563         (gnus-article-remove-images): New command and keystroke.
3564
3565         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
3566
3567         * smiley-ems.el (gnus-smiley-display): Removed.
3568
3569         * gnus.el (gnus-version-number): Update version.
3570
3571         * message.el (message-text-with-property): Renamed and moved
3572         here.
3573         (message-fix-before-sending): Highlight invisible text and place
3574         point there.
3575
3576 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3577
3578         * gnus.el: Oort Gnus v0.04 is released.
3579
3580 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3581
3582         * gnus-delay.el (gnus-delay-send-queue): Renamed.
3583
3584         * gnus-art.el (gnus-ignored-headers): More headers,
3585
3586         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
3587         of `scan-error', since XEmacs doesn't seem to support that.
3588
3589 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3590
3591         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
3592         arg.
3593         (gnus-summary-best-unread-subject): Ditto.
3594         (gnus-summary-best-unread-subject): No, don't.
3595         (gnus-summary-better-unread-subject): New command.
3596
3597         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
3598
3599         * lpath.el ((featurep 'xemacs)): fbind url function.
3600
3601         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
3602         buffer.
3603         (gnus-xmas-remove-image): Implementation that does something.
3604         (gnus-xmas-article-display-xface): Mark images properly.
3605
3606         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
3607
3608 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
3609
3610         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
3611
3612 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3613
3614         * gnus-group.el (gnus-group-line-format): Added %O to the default
3615         value.
3616
3617         * gnus-util.el (gnus-text-with-property): The smallest point is
3618         point-min.
3619
3620         * smiley-ems.el (smiley-region): Return images.
3621         (gnus-smiley-display): Allow toggling.
3622         (smiley-region): Use text properties, not overlays.
3623
3624         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
3625         implemented yet.
3626
3627         * smiley-ems.el (smiley-update-cache): Check for valid types.
3628
3629         * gnus-art.el (gnus-with-article-buffer): New macro.
3630
3631         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
3632         strings as well as the glyphs.
3633         (gnus-picon-transform-address): Ditto.
3634         (gnus-picon-insert-glyph): Ditto.
3635         (gnus-picon-transform-newsgroups): Toggle.
3636         (gnus-picon-transform-address): Toggle.
3637
3638         * gnus-ems.el (gnus-remove-image): New function.
3639         (gnus-put-image): Take an optional string.
3640
3641         * gnus-util.el (gnus-text-with-property): New function.
3642
3643         * gnus-art.el (gnus-delete-images): New function.
3644
3645         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
3646
3647         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
3648         (gnus-article-wash-status): Use it.
3649         (gnus-signature-toggle): Clean up.
3650         (gnus-add-wash-status): New function.
3651         (gnus-delete-wash-status): New function.
3652         (gnus-article-hide-text-type): Use them throughout.
3653         (gnus-add-image): New function.
3654
3655         * gnus-ems.el (gnus-article-display-xface): Use new interface.
3656
3657         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
3658         interface.
3659
3660         * gnus-art.el (article-display-x-face): Cleaned up.
3661
3662         * rfc2047.el (rfc2047-field-value): New function.
3663
3664         * mail-parse.el (mail-header-field-value): New alias.
3665
3666         * gnus-art.el (gnus-mime-print-part): Fix typos.
3667
3668         * smiley-ems.el (gnus-smiley-file-types): New variable.
3669         (smiley-update-cache): Use it.
3670         (smiley-regexp-alist): Suffix-less smiley names.
3671         (smiley-regexp-alist): Added more smileys.
3672
3673         * gnus-sum.el (gnus-print-buffer): Made into own function.
3674         (gnus-summary-print-article): Use it.
3675
3676         * mailcap.el (mailcap-mime-info): Actually return the bit that we
3677         looked for when REQUEST is a string.
3678
3679         * gnus-art.el (gnus-mime-button-commands): Add printing
3680         keystroke.
3681         (gnus-mime-copy-part): Doc fix.
3682         (gnus-mime-print-part): New command.
3683
3684 2001-12-31  Simon Josefsson  <jas@extundo.com>
3685
3686         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
3687         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
3688
3689 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
3690
3691         * gnus-picon.el (gnus-treat-from-picon): Autoload.
3692         (picon): Fix doc.
3693
3694         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
3695         longer exists. Remove those codes.
3696         * gnus.el (gnus-use-picons): Ditto.
3697
3698 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3699
3700         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
3701         infloop.
3702
3703         * gnus-sum.el (t): New `W D' map.
3704
3705         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
3706         (gnus-article-treat-body-boundary): Clean up.
3707         (gnus-body-boundary-face): Removed.
3708         (gnus-article-goto-header): Moved here.
3709         (gnus-article-goto-header): Allow better regexps.
3710         (gnus-article-treat-fold-newsgroups): New command.
3711
3712         * gnus-sum.el (gnus-summary-move-article): We have to select an
3713         article to give `gnus-read-move-group-name' an opportunity to
3714         suggest an appropriate default.
3715
3716         * rfc2047.el (rfc2047-fold-line): New function.
3717         (rfc2047-unfold-line): Ditto.
3718         (rfc2047-fold-region): Don't fold just after the header name.
3719
3720         * mail-parse.el (mail-header-fold-line): New alias.
3721         (mail-header-unfold-line): Ditto.
3722
3723         * gnus-art.el (gnus-body-boundary-face): Renamed.
3724         (gnus-article-treat-body-boundary): Use it.
3725         (gnus-article-treat-body-boundary): Use an invisible header and a
3726         line of underline characters.
3727
3728 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
3729
3730         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
3731
3732         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
3733         (gnus-picon-split-address): New function.
3734         (gnus-picon-find-face): Use it.
3735         (gnus-picon-transform-address): Use it. Set first to t for each
3736         address.
3737
3738         * gnus-art.el (gnus-with-article-headers): Move to here. Define
3739         the macro then use it.
3740         (gnus-treatment-function-alist): Treat picons earlier.
3741
3742 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3743
3744         * gnus-art.el (gnus-body-separator-face): New variable.
3745         (gnus-article-treat-body-boundary): Use a blank, colored line.
3746
3747         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
3748         well.
3749
3750         * gnus-art.el (gnus-treat-body-boundary): New variable.
3751         (gnus-article-treat-unfold-headers): Use helper macro.
3752         (gnus-article-treat-body-boundary): New command.
3753
3754         * gnus.el (gnus-logo-color-style): Change the default color.
3755         (gnus-splash-face): Gray, gray.
3756
3757         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
3758         colors.
3759
3760         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
3761         (gnus-logo-color-style): Ditto.
3762         (gnus-logo-colors): Ditto.
3763
3764         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
3765
3766         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
3767
3768         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
3769         (gnus-picon-transform-newsgroups): New function.
3770
3771         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
3772         string.
3773
3774         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
3775
3776         * gnus-art.el (gnus-treat-cc-picon): New variable.
3777         (gnus-treat-mail-picon): Renamed.
3778
3779         * gnus-picon.el: New implementation.
3780         (gnus-picon-find-face): Renamed.
3781         (gnus-treat-from-picon): Use it.
3782         (gnus-picon-transform-address): Renamed.
3783         (gnus-treat-from-picon): Use it.
3784         (gnus-picon-create-glyph): Renamed.
3785         (gnus-picon-transform-address): Use it.
3786         (gnus-treat-cc-picon): New command.
3787
3788         * mm-decode.el (mm-create-image-xemacs): Separated out into
3789         function.
3790         (mm-get-image): Use it.
3791
3792         * gnus-art.el (gnus-treat-display-picons): Simplify.
3793         (gnus-treat-from-picon): Renamed.
3794
3795         * gnus-ems.el (gnus-create-image): New function.
3796         (gnus-put-image): New function.
3797
3798         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
3799         (gnus-with-article-headers): New macro.
3800         (gnus-article-goto-header): New function.
3801
3802         * gnus-xmas.el (gnus-image-type-available-p): New function.
3803
3804         * gnus-ems.el (gnus-image-type-available-p): New function.
3805
3806 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
3807
3808         * nnrss.el (nnrss-check-group): Find the correct tag, because
3809         xml.el is changed.
3810
3811 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3812
3813         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
3814         lines are shorter than the window width.
3815         (gnus-ignored-headers): More headers.
3816
3817 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3818
3819         * gnus-art.el (gnus-treat-unfold-lines): New variable.
3820         (gnus-treat-unfold-headers): Renamed.
3821         (gnus-article-treat-unfold-headers): New command and keystroke.
3822
3823         * rfc2047.el (rfc2047-encode-message-header): Clean up.
3824
3825         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
3826
3827 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
3828
3829         * sha1-el.el (sha1-use-external): New variable.
3830         (sha1-region): Use it.
3831         (sha1-string): Ditto.
3832
3833         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
3834         * gnus-picon.el: Less warnings when compile.
3835
3836 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3837
3838         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
3839         alias.
3840         (gnus-picons-database): Default to list.
3841         (gnus-picons-lookup-internal): Use it.
3842
3843         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
3844         to "bogus".
3845
3846         * gnus-win.el (gnus-configure-windows-hook): New hook.
3847
3848 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
3849
3850         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
3851
3852 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3853
3854         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
3855         lists.
3856         (gnus-select-newsgroup): Don't append; push.
3857         (gnus-adjust-marked-articles): Remove obsolete ranges from
3858         `seen'.
3859         (gnus-update-marks): Clean up.
3860         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
3861
3862 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
3863
3864         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
3865
3866 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3867
3868         * gnus-sum.el (gnus-auto-select-subject): New variable.
3869         (gnus-summary-best-unread-subject): New function.
3870         (gnus-summary-best-unread-article): Use it.
3871         (gnus-summary-first-unseen-subject): New function and command.
3872
3873         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
3874         other treatments.
3875
3876         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
3877         function.
3878
3879         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
3880         from the list of hidden types.
3881
3882         * mm-view.el (mm-inline-text): Ditto.
3883         (mm-inline-text): Ditto.
3884         (mm-w3-prepare-buffer): Ditto.
3885
3886         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
3887
3888 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3889
3890         * gnus-art.el (gnus-ignored-headers): Added more headers.
3891
3892 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
3893
3894         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
3895         once.
3896
3897 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3898
3899         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
3900
3901 2001-12-28  Simon Josefsson  <jas@extundo.com>
3902
3903         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
3904         Jesper Harder <harder@ifa.au.dk>.
3905
3906 2001-12-27  Simon Josefsson  <jas@extundo.com>
3907
3908         * gnus-sum.el (gnus-select-newsgroup): Make
3909         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
3910         contain all articles (instead of none) when no seen marks have
3911         been set for the group.
3912         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
3913         instead, it seems to result in shorter ranges.
3914
3915 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3916
3917         * mm-util.el (mm-iso-8859-x-to-15-region): Use
3918         insert-before-markers.
3919         From Jesper Harder <harder@ifa.au.dk>
3920
3921 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
3922
3923         * nnmaildir.el (nnmaildir-save-mail): create the destination
3924         groups if they do not exist.
3925
3926 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3927
3928         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
3929
3930 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3931
3932         * gnus-group.el (gnus-group-read-ephemeral-group): Call
3933         gnus-group-real-name.
3934
3935         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
3936         (gnus-newsgroup-variables): Ditto.
3937
3938         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
3939         return it.
3940
3941 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
3942
3943         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
3944         * nnmaildir.el (top-level): Add commentary.
3945         (nnmaildir-version): Indicate that nnmaildir is now a standard
3946         part of Gnus, not separately released.
3947
3948 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3949
3950         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
3951         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
3952         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
3953         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
3954
3955 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3956
3957         * nnmaildir.el: Copyright changes. Require cl only at compile time.
3958
3959 2001-12-20  Simon Josefsson  <jas@extundo.com>
3960
3961         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
3962         ZHU <zsh@cs.rochester.edu>.
3963         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
3964         Brian P Templeton <bpt@tunes.org>.
3965
3966 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3967
3968         * nnmaildir.el: New file.
3969         From Paul Jarc <prj@po.cwru.edu>.
3970
3971 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3972
3973         * nndoc.el (nndoc-type-alist): Move forward to the end.
3974
3975 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3976
3977         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
3978         `dolist'.
3979
3980 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3981
3982         * gnus-win.el (gnus-frames-on-display-list): New function.
3983         (gnus-get-buffer-window): Use it.
3984
3985 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3986
3987         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
3988
3989 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3990
3991         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
3992
3993 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3994            From Harald Meland <Harald.Meland@usit.uio.no>
3995
3996         * gnus-win.el (gnus-get-buffer-window): New function.
3997         (gnus-all-windows-visible-p): Use it.
3998
3999         * gnus-util.el (gnus-horizontal-recenter)
4000         (gnus-horizontal-recenter, gnus-horizontal-recenter)
4001         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
4002
4003         * gnus-score.el (gnus-score-insert-help): Use it.
4004
4005         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
4006         (gnus-generate-tree, gnus-highlight-selected-tree)
4007         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
4008         it.
4009
4010         * gnus-art.el (gnus-article-set-window-start)
4011         (gnus-mm-display-part, gnus-request-article-this-buffer)
4012         (gnus-button-next-page, gnus-button-prev-page)
4013         (gnus-article-button-next-page, gnus-article-button-prev-page):
4014         Use it.
4015
4016 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
4017
4018         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
4019         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
4020         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
4021
4022 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4023
4024         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
4025         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
4026         * mml1991.el, nnultimate.el: Add `coding'.
4027
4028 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
4029
4030         * ChangeLog: changed coding to buffer-file-coding-system
4031         * ChangeLog.1: same
4032         * nnwfm.el: same
4033         * gnus-smiley.el: same
4034         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
4035         * gnus-delay.el: same
4036         * gnus-spec.el: same
4037         * message.el: same
4038         * mml1991.el: same
4039         * nnultimate.el: same
4040
4041 2001-12-16  Simon Josefsson  <jas@extundo.com>
4042         Inspired by code by Dirk Meyer <dischi@tzi.de>.
4043
4044         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
4045         (gnus-summary-save-map): Add muttprint.
4046         (gnus-summary-make-menu-bar): Ditto.
4047         (gnus-summary-muttprint): New function.
4048
4049         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
4050
4051 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4052
4053         * uudecode.el (uudecode-decode-region-internal): Speedup by using
4054         temporary list instead of buffer.
4055
4056         * mm-url.el (executable-find): autoload.
4057
4058 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4059
4060         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
4061         to variable, follow doc-string conventions).
4062
4063 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
4064
4065         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
4066         subscribe-level
4067         * gnus-topic.el (gnus-subscribe-topics): use it.
4068
4069 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4070
4071         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
4072         messages. (A small patch with indentation)
4073         From Sean Neakums <sneakums@zork.net>.
4074
4075         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
4076         nil after shooting down the gnus-original-article-buffer.
4077
4078 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4079
4080         * uudecode.el (uudecode-use-external): New variable.
4081         (uudecode-decode-region): Automatically detect external program.
4082
4083         * binhex.el (binhex-use-external): New variable.
4084         (binhex-decode-region-internal): New function.
4085         (binhex-decode-region): Automatically detect external program.
4086
4087         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
4088         Use them.
4089
4090 2001-12-12  Simon Josefsson  <jas@extundo.com>
4091
4092         * nnvirtual.el (nnvirtual-always-rescan)
4093         (nnvirtual-component-regexp): Fix doc.
4094
4095         * nnoo.el (defvoo): Add doc to defvoo variables.
4096
4097         * nnml.el (nnml-directory, nnml-active-file)
4098         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
4099         (nnml-marks-is-evil, nnml-filenames-are-evil)
4100         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
4101
4102         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
4103         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
4104         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
4105         `error'.
4106
4107         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
4108         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
4109
4110         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
4111         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
4112         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
4113         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
4114
4115         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
4116         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
4117
4118         * imap.el, nnimap.el: Fix indentation.
4119
4120         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
4121
4122 2001-12-12  Didier Verna  <didier@xemacs.org>
4123
4124         * gnus-msg.el (gnus-group-news): New function.
4125         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
4126         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
4127         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
4128         for it.
4129         * gnus-msg.el (gnus-summary-news-other-window): New function.
4130         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
4131         bind it to `i'.
4132         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
4133         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
4134         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
4135         for it (called with a prefix).
4136         * gnus-msg.el (gnus-configure-posting-styles): add an optional
4137         group-name argument.
4138         * gnus-msg.el (gnus-setup-message): use it.
4139
4140 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4141
4142         * gnus-sum.el (gnus-summary-show-article): Fix doc.
4143
4144 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4145
4146         * mml.el (mime-to-mml): Remove Content-Disposition too.
4147
4148 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4149
4150         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
4151         * gnus-group.el (gnus-group-name-decode): Decode unibyte
4152         strings only.
4153         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
4154
4155 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
4156
4157         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
4158         (nnmail-fancy-expiry-target): Use it.
4159         Suggestions from Simon Josefsson <jas@extundo.com>.
4160
4161 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4162
4163         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
4164
4165 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4166
4167         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
4168
4169         * gnus-util.el (gnus-url-unhex-string): Move here.
4170
4171 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4172
4173         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
4174         mm-url-decode-entities-nbsp.
4175
4176         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
4177         * webmail.el, nnwfm.el: Use mm-url.
4178
4179         * mm-url.el (mm-url-fetch-form): Move from nnweb.
4180         (mm-url-remove-markup): Move from nnweb.
4181         (mm-url-fetch-simple): Move from webmail.
4182
4183         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
4184
4185 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4186
4187         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
4188         (gnus-summary-print-article): Use it.
4189
4190         * gnus-util.el (gnus-replace-in-string): Typo.
4191
4192 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4193
4194         * nnweb.el (nnweb-replace-in-string): Removed.
4195
4196         * gnus-util.el (gnus-replace-in-string): New function.
4197         (gnus-mode-string-quote): Use it.
4198
4199         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
4200         * nnwfm.el (nnwfm-create-mapping): Ditto.
4201
4202 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4203
4204         * dgnushack.el (dgnushack-compile): nnrss.el and
4205         nnslashdot.el don't depend on nnweb, url, w3.
4206
4207         * nnrss.el: Use mm-url.
4208
4209 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4210
4211         * mm-url.el (mm-url-insert-file-contents): Support file:.
4212
4213 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4214
4215         * mm-view.el: Lower case for the description line. Sync from the
4216         Emacs CVS.
4217
4218 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4219
4220         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
4221         From:  Stefan Monnier  <monnier@cs.yale.edu>
4222
4223 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4224
4225         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
4226
4227 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4228
4229         * mm-url.el: Require executable.
4230         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
4231
4232 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4233
4234         * pop3.el (pop3-munge-message-separator): Only use valid date.
4235         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
4236
4237         * Makefile.in: gnus-load.elc may not be generated.
4238
4239 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4240
4241         * mm-url.el: New file.
4242         * nnslashdot.el: Use it.
4243         * mm-extern.el (mm-extern-url): Use it.
4244
4245 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4246
4247         * gnus-sum.el (gnus-summary-save-article): Nix
4248         gnus-display-mime-function and gnus-article-prepare-hook.
4249
4250         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
4251         the beginning of lines.
4252         (gnus-complex-form-to-spec): Ditto.
4253
4254 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4255
4256         * message.el (message-make-mft): Fix the m-s-a-file regexp.
4257         From Paul Jarc <prj@po.cwru.edu>.
4258
4259 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4260
4261         * message.el: New variable message-subscribed-address-file;
4262         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
4263
4264 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4265
4266         * message.el (message-tab-body-function): Set to nil.
4267         (message-tab): Use text-mode-map or global-map.
4268         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
4269
4270 2001-11-30  Simon Josefsson  <jas@extundo.com>
4271
4272         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
4273         instead of gnus-union, for speed.  Suggested by Christoph Conrad
4274         <christoph.conrad@gmx.de>.
4275         (gnus-agent-fetch-group-1): Add verbose message.
4276
4277 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4278
4279         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
4280         of integers.
4281
4282 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4283
4284         * message.el (message-newgroups-header-regexp)
4285         (message-completion-alist, message-tab-body-function): Use
4286         defcustom rather than defvar.
4287         (message-tab): Mention `message-tab-body-function' in doc.
4288         Suggested by Karl Eichwalder.
4289
4290 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4291
4292         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
4293
4294 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4295
4296         * nnheader.el (nnheader-find-nov-line): Don't use macro
4297         gnus-delete-line.
4298
4299         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
4300         (gnus-group-name-charset): Ditto.
4301
4302         * gnus-util.el (gnus-buffer-live-p): Ditto.
4303
4304 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4305
4306         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
4307         open parenthesis in doc.
4308         (sieve-manage-authenticator-alist): Typo in doc.
4309         * imap.el (imap-authenticator-alist): Typo in doc.
4310         (imap-stream-alist): Backslash.
4311
4312         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
4313           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
4314
4315 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4316
4317         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
4318
4319         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
4320
4321         * gnus-msg.el (gnus-configure-posting-styles): use
4322         make-local-hook. Add LOCAL for add-hook.
4323
4324 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
4325
4326         * message.el (message-mode): Use `make-local-hook' unless
4327         obsolete.
4328         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
4329
4330 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4331
4332         * canlock.el: Remove sha1.el and base64.el stuff.
4333
4334 2001-11-26  Didier Verna  <didier@xemacs.org>
4335
4336         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
4337         if needed.
4338
4339 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4340
4341         * message.el (message-tamago-not-in-use-p): New function.
4342         (message-strip-forbidden-properties): Use it.
4343
4344 2001-11-26  Didier Verna  <didier@xemacs.org>
4345
4346         * gnus-start.el (gnus-check-first-time-used): only check for
4347         existence of .el[d] files.
4348
4349 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4350
4351         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
4352
4353         * message.el (message-setup-1): Clean up mc-*.
4354
4355 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4356
4357         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
4358         * gnus-score.el (gnus-score-find-bnews): Use it.
4359
4360         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
4361         (gnus-summary-limit-to-author): Ditto.
4362         (gnus-summary-limit-to-extra): Ditto.
4363         (gnus-summary-find-matching): Support not-matching argument.
4364
4365 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4366
4367         * message.el (message-wash-subject): Use `insert' rather than
4368         `insert-string', which is deprecated.
4369
4370 2001-11-24  Simon Josefsson  <jas@extundo.com>
4371
4372         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
4373         message. (Gnus does not "default" to using 8bit for the message,
4374         it default to use 8bit encoding and the user-supplied CTE
4375         value. Calling this behaviour "treating it as 8bit" is perhaps
4376         better.)
4377
4378         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
4379         (compare mm-charset-to-coding-system).
4380
4381 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4382
4383         * canlock.el (canlock-sha1-with-openssl): Use unibyte
4384         buffer. Correctly decode hex.
4385
4386 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4387
4388         * gnus-agent.el (gnus-category-insert-line): Convert category
4389         names to strings.
4390
4391 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4392
4393         * message.el (sha1): eval-and-compile.
4394
4395 2001-11-20  Simon Josefsson  <jas@extundo.com>
4396
4397         * message.el (message-allow-no-recipients): New variable.
4398         (message-send): Use it, customize the prompting when posting to
4399         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
4400
4401 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4402
4403         * mm-util.el (mm-coding-system-priorities): New variable.
4404         (mm-sort-coding-systems-predicate): New function.
4405         (mm-find-mime-charset-region): Resort coding systems if needed.
4406         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
4407
4408 2001-11-20  Didier Verna  <didier@xemacs.org>
4409
4410         * gnus-group.el (gnus-group-make-help-group): new optional
4411         argument to control the error behavior.
4412         * gnus-start.el (gnus-check-first-time-used): use it to avoid
4413         erroring.
4414
4415 2001-11-19  Simon Josefsson  <jas@extundo.com>
4416
4417         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
4418         instead of C-c C-u.  Suggested by Per Abrahamsen
4419         <abraham@dina.kvl.dk>.
4420
4421 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4422
4423         * nnfolder.el (nnfolder-read-folder): Use group instead of
4424         nnfolder-current-group.
4425         Suggested by Lorentey Karoly <lorentey@elte.hu>.
4426
4427 2001-11-17  Simon Josefsson  <jas@extundo.com>
4428
4429         * message.el (message-send): Ask user if Fcc/Gcc should be
4430         performed when no other sender was specified.
4431         Suggested by prj@po.cwru.edu (Paul Jarc).
4432
4433 2001-11-17  Simon Josefsson  <jas@extundo.com>
4434
4435         * message.el (message-mode, message-mode-map): Use C-c C-u for
4436         Importance: instead of C-c C-p (used by SC).
4437
4438 2001-11-16  Simon Josefsson  <jas@extundo.com>
4439
4440         * message.el (message-insert-importance-high)
4441         (message-insert-importance-low): Save point.
4442
4443         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
4444         value.
4445
4446 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
4447
4448         * message.el (message-strip-special-text-properties): New option.
4449         (message-strip-forbidden-properties): Obey it.
4450
4451 2001-11-14  Sam Steingold  <sds@gnu.org>
4452
4453         * gnus-score.el: Fixed some doc strings to properly quote symbols.
4454
4455 2001-11-15  Simon Josefsson  <jas@extundo.com>
4456
4457         Support "Importance:" header in Message.
4458
4459         * message.el (message-mode-map): Bind C-c C-p to
4460         `message-insert-or-toggle-importance'
4461         (message-mode-menu): Add message-insert-importance-{high,low}.
4462         (message-insert-importance-high, message-insert-importance-low)
4463         (message-insert-or-toggle-importance): New functions.
4464         (message-tool-bar-map): Add {un,}important.
4465         (message-mode): Doc fix.
4466
4467 2001-11-15  Simon Josefsson  <jas@extundo.com>
4468
4469         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
4470
4471         * mml.el (mml-menu): Fix toolbar tooltip.
4472
4473 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4474
4475         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
4476         * nnml.el (nnml-save-marks): Ditto.
4477
4478         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
4479
4480 2001-11-15  Simon Josefsson  <jas@extundo.com>
4481
4482         * nnml.el (nnml-save-marks):
4483         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
4484         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
4485
4486 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
4487
4488         * gnus-art.el (gnus-article-wash-status-strings): Use
4489         `copy-sequence', not `copy-seq'.
4490
4491 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
4492
4493         * gnus-art.el (gnus-article-wash-status-strings): New constant.
4494         (gnus-gnus-article-wash-status-entry): New function.
4495         (gnus-article-wash-status): Use it.
4496
4497 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4498
4499         * mml1991.el: Add coding header.
4500
4501 2001-11-12  Simon Josefsson  <jas@extundo.com>
4502
4503         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
4504         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
4505         `mml1991-sign' and `mml1991-encrypt'.
4506         (mml1991-encrypt, mml1991-sign): New glue functions.
4507         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
4508
4509         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
4510         (mml-menu): Add PGP to menu.
4511
4512         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
4513         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
4514         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
4515         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
4516
4517         * mml2015.el: Mention RFC 3156.
4518
4519         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
4520
4521 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4522
4523         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
4524
4525         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
4526           From <Michael.Cook@cisco.com>
4527
4528 2001-11-11  Simon Josefsson  <jas@extundo.com>
4529
4530         * message.el (top-level): Autoload sha1.
4531         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
4532         canlock, no need to require two different hash algs).  Suggested
4533         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
4534
4535 2001-11-09  Simon Josefsson  <jas@extundo.com>
4536
4537         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
4538         <Pavel@Janik.cz>.
4539
4540 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4541
4542         * message.el (message-point-in-header-p): New function.
4543         (message-do-auto-fill): Use it.
4544         (message-beginning-of-line): New function.  Goes to beginning of
4545         header value (i.e., end of header name), or to beginning of line
4546         if already at beginning of value.  Behaves like
4547         `beginning-of-line' when in message body.
4548         (message-mode-map): Bind it.
4549
4550 2001-11-08  Simon Josefsson  <jas@extundo.com>
4551
4552         * gnus-msg.el (gnus-posting-styles): Add doc.
4553
4554 2001-11-07  Simon Josefsson  <jas@extundo.com>
4555
4556         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
4557
4558         * sieve-mode.el (sieve-control-commands-face)
4559         (sieve-control-commands-face, sieve-action-commands-face)
4560         (sieve-test-commands-face, sieve-tagged-arguments-face): New
4561         faces.
4562         (sieve-font-lock-keywords): Use them.
4563         (sieve-mode): Only set font-lock-defaults in emacs.
4564
4565         * gnus-art.el (gnus-default-article-saver): Add
4566         gnus-summary-save-body-in-file.
4567         (gnus-summary-write-to-file): Fix doc.
4568
4569 2001-11-07  Simon Josefsson  <jas@extundo.com>
4570
4571         * gnus-art.el (gnus-treat-highlight-signature): Add cross
4572         reference to the correct chapter in the manual.
4573
4574         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
4575         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
4576
4577 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4578
4579         * mml.el (mml-preview): Bind mail-header-separator.
4580
4581 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4582
4583         * message.el: Always require canlock.
4584         (message-ignored-supersedes-headers): Include Cancel-Lock and
4585         Cancel-Key.
4586         (message-insert-canlock): Don't require canlock.
4587         (message-cancel-news): Don't check whether canlock is available.
4588         (message-supersede): Support cancel-locks.
4589
4590         * gnus-art.el: Don't autoload canlock.
4591
4592 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4593
4594         * mail-source.el (mail-source-fetch-imap): ASYNC param.
4595         From: <andre@slamdunknetworks.com>
4596
4597 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4598
4599         * many files: Fix copyright lines.
4600
4601 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4602
4603         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
4604         Suggested by Dave Love  <fx@gnu.org>.
4605
4606 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4607
4608         * message.el (message-kill-buffer): Remove auto-save file after
4609         confirm.
4610
4611         * message.el (message-send-mail): Call message-generate-headers
4612         once.  Suggested by Matt Armstrong <matt@lickey.com>.
4613
4614         * gnus-topic.el (gnus-topic-rename): Initial-input.
4615         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
4616
4617 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
4618
4619         * message.el (message-forbidden-properties): New constant.
4620         (message-strip-forbidden-properties): New function.
4621         (message-mode): Activate it.
4622
4623 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4624
4625         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
4626         (mm-hack-charsets): Fix doc.
4627
4628 2001-11-02  Simon Josefsson  <jas@extundo.com>
4629
4630         * gnus-int.el (gnus-check-server): Message "...done" when done.
4631
4632         * imap.el (imap-close): Don't message (imap-send-command-wait
4633         returns if the connection is dropped).
4634         (imap-wait-for-tag): Nix out message only when necessary.
4635
4636         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
4637         for non-crossposting.
4638         (gnus-sieve-crosspost): Default to t to be consistent with other
4639         parts of Gnus.
4640
4641 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4642
4643         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
4644         (mm-iso-8859-x-to-15-table): Ditto.
4645         (mm-iso-8859-x-to-15-region): Ditto.
4646         (mm-find-mime-charset-region): Ditto.
4647
4648 2001-11-01  Simon Josefsson  <jas@extundo.com>
4649
4650         * nnimap.el (nnimap-close-asynchronous): New variable.
4651         (nnimap-close-group): Use it.
4652         (nnimap-expunge): Don't use it.
4653
4654         * imap.el (imap-callbacks): New variable.
4655         (imap-remassoc): Copied from `gnus-remassoc'.
4656         (imap-add-callback): New function.
4657         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
4658         behaviour.
4659         (imap-parse-response): Call the callback.
4660
4661         * message.el (message-insert-canlock): New variable.
4662         (message-canlock-generate, message-canlock-password)
4663         (message-insert-canlock): New functions.
4664         (message-send-news): Call `message-insert-canlock'.
4665         (top-level): Require canlock when compiling.
4666         (message-insert-canlock): Require canlock before we need it.
4667
4668 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4669
4670         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
4671
4672 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4673
4674         * dgnushack.el (dgnushack-make-load): A workaround for
4675         custom-add-loads bug in some versions of XEmacs.
4676
4677 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4678
4679         * mm-util.el (mm-charset-synonym-alist): Revert (some).
4680
4681 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4682
4683         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
4684         (mm-hack-charsets): New variable.
4685         (mm-iso-8859-15-compatible): New variable.
4686         (mm-iso-8859-x-to-15-table): New variable.
4687         (mm-find-mime-charset-region): Add parameter hack-charsets.
4688
4689         * mm-bodies.el (mm-encode-body): Use it.
4690         * mml.el (mml-parse-1): Ditto.
4691
4692 2001-11-01  Simon Josefsson  <jas@extundo.com>
4693
4694         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
4695
4696 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4697
4698         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
4699         is nil.
4700
4701 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4702
4703         * smiley-ems.el (smiley-update-cache): Auto detect file type.
4704
4705         * message.el (message-forward-rmail-make-body): Use
4706         save-window-excursion.
4707         (message-encode-message-body): Search with noerror.
4708         (message-setup-1): Convert compose-mail send-actions to
4709         message-send-actions.
4710
4711 2001-11-01  Simon Josefsson  <jas@extundo.com>
4712
4713         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
4714         <yamaoka@jpl.org>.
4715
4716 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4717
4718         * sieve-manage.el (sieve-string-bytes): No complain.
4719
4720 2001-11-01  Simon Josefsson  <jas@extundo.com>
4721
4722         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
4723         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
4724         has autoload cookies, so no `require' should be necessary.)
4725
4726         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
4727         files.
4728
4729 2001-10-31  Simon Josefsson  <jas@extundo.com>
4730
4731         * gnus-cus.el (gnus-group-parameters): Support integer `display'
4732         parameter.
4733
4734         * gnus-sum.el (gnus-select-newsgroup): If group parameter
4735         `display' is a number (and C-u wasn't used to enter group), only
4736         fetch that number of articles.
4737
4738 2001-10-31  Matt Armstrong  <matt@lickey.com>
4739
4740         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
4741         not-subscribed -> subscribed.
4742
4743 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4744         From: Josh Huber <huber@alum.wpi.edu>
4745
4746         * message.el (message-subscribed-address-functions): New variable.
4747         (message-subscribed-addresses): New variable.
4748         (message-subscribed-regexps): New variable.
4749         (message-goto-mail-followup-to): New function.
4750         (message-send-mail): Add Mail-Followup-To.
4751         (message-make-mft): New function.
4752
4753         * gnus.el (gnus-find-subscribed-addresses): New function.
4754
4755 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4756
4757         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
4758         (mail-source-fetch-pop): Ditto.
4759         (mail-source-check-pop): Ditto.
4760
4761         * gnus-start.el (gnus-read-init-file): Ditto.
4762         (gnus-activate-group): Ditto.
4763         (gnus-read-newsrc-el-file): Ditto.
4764
4765 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4766
4767         * message.el (message-get-reply-headers): Make sure there is ", ".
4768
4769         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
4770         mm-coding-system-p. Don't correct it only in XEmacs.
4771         (mm-charset-to-coding-system): Use mm-coding-system-p and
4772         mm-get-coding-system-list.
4773         (mm-emacs-mule, mm-mule4-p): New variables.
4774         (mm-enable-multibyte, mm-disable-multibyte,
4775         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
4776         mm-with-unibyte-current-buffer,
4777         mm-with-unibyte-current-buffer-mule4): Use them.
4778         (mm-find-mime-charset-region): Treat iso-2022-jp.
4779
4780         From  Dave Love  <fx@gnu.org>:
4781
4782         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
4783         construction.
4784         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
4785         entries conditional on not having a coding system defined for
4786         them.
4787         (mm-mule-charset-to-mime-charset): Use
4788         find-coding-systems-for-charsets if defined.
4789         (mm-charset-to-coding-system): Don't use
4790         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
4791         later.  Add last resort search of coding systems.
4792         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
4793         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
4794         Mule 4.
4795         (mm-find-mime-charset-region): Re-write.
4796         (mm-with-unibyte-current-buffer): Restore buffer as well as
4797         multibyteness.
4798
4799 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4800
4801         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
4802         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
4803         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
4804
4805 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4806
4807         * gnus-art.el (article-display-x-face): Nix buffer-read-only
4808         again.
4809
4810         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
4811
4812 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4813
4814         * gnus-spec.el (gnus-parse-simple-format): Use
4815           buffer-substring-no-properties.
4816
4817 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4818
4819         * gnus-art.el (article-verify-cancel-lock): New function.
4820
4821         * nnheader.el (nntp-process-response): New variable.
4822         (nnheader-init-server-buffer): Make `nntp-process-response'
4823         buffer-local in `nntp-server-buffer'.
4824
4825         * nntp.el (nntp-prepare-post-hook): New hook.
4826         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
4827         (nntp-async-trigger): Ditto.
4828         (nntp-request-post): Insert a server's ID if there's no Message-ID
4829         header; run `nntp-prepare-post-hook'.
4830
4831 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4832
4833         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
4834         instead.
4835
4836         * message.el (message-forward-subject-author-subject): Don't use
4837         message-news-p, which widens the buffer.
4838         (message-forward-make-body): New function.
4839         (message-forward): Use it.
4840         (message-insinuate-rmail): New function.
4841         (message-forward-rmail-make-body): New function.
4842
4843 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4844
4845         * mm-extern.el (mm-extern): Provide it.
4846
4847         * mm-partial.el (mm-partial): Provide it.
4848
4849 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4850
4851         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
4852
4853 2001-10-29  Simon Josefsson  <jas@extundo.com>
4854
4855         * mml.el (mml-preview): Bind message-this-is-news if it is
4856         news. From Jesper Harder <harder@myrealbox.com>.
4857
4858 2001-10-28  Simon Josefsson  <jas@extundo.com>
4859
4860         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
4861
4862 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
4863
4864         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
4865         ironic smilies.
4866
4867 2001-10-27  Simon Josefsson  <jas@extundo.com>
4868
4869         * message.el (message-indent-citation): Don't add trailing
4870         whitespace when citing text.
4871
4872         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
4873         <harder@ifa.au.dk>.
4874
4875 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4876
4877         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
4878         not available.
4879         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
4880         (nnweb-type-definition): Add google as alias of dejanews.
4881         (nnweb-google-parse-1): Forward 1 line.
4882
4883 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4884
4885         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
4886         variable `message-forward-ignored-headers'.
4887
4888 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
4889
4890         * gnus.el (gnus-expand-group-parameter): New function.
4891         (gnus-expand-group-parameters): Call it.
4892         (gnus-group-fast-parameter): New function.
4893         (gnus-group-find-parameter): Call it.
4894
4895 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
4896
4897         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
4898         vector (it didn't before because of a bug).
4899         * gnus-msg.el (gnus-post-news): Use header vector directly, if
4900         available.  Before it converted it to an article number.
4901
4902         This makes followup to news articles with negative numbers in
4903         nnvirtual groups use news instead of mail.
4904
4905 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
4906
4907         * gnus.el (post-method): Use `native' instead of `nil'.
4908
4909         * gnus-msg.el (gnus-post-method): Ditto.
4910
4911 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
4912
4913         * gnus.el (gnus-define-group-parameter): Grammar fix.
4914
4915 2001-10-22  Simon Josefsson  <jas@extundo.com>
4916
4917         * gnus-msg.el (gnus-extended-version): Include
4918         system-configuration.
4919         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
4920
4921 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
4922
4923         * gnus.el (post-method): Customization fix: `native' is not a
4924         valid value.
4925         * gnus-msg.el (gnus-post-method): Doc and customization fix:
4926         `native' is not a valid value.
4927
4928 2001-10-21  Simon Josefsson  <jas@extundo.com>
4929
4930         * nnimap.el (nnimap): Defgroup
4931         (nnimap-strict-function, nnimap-strict-function-match): New
4932         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
4933         (nnimap-split-crosspost, nnimap-split-inbox)
4934         (nnimap-split-rule, nnimap-split-predicate)
4935         (nnimap-split-predicate): Defcustom.
4936         (nnimap-split-inbox, nnimap-expunge-search-string)
4937         (nnimap-importantize-dormant): Remove "*" from doc.
4938
4939 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4940
4941         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
4942         not supplied via prefix arg.  From Lisp, make arg mandatory.
4943         Suggested by Frank Schmitt.
4944
4945 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
4946
4947         * message.el (message-do-auto-fill): Avoid calling
4948         'rfc822-goto-eoh'.
4949
4950 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4951         From Paul Jarc <prj@po.cwru.edu>.
4952
4953         * message.el (message-get-reply-headers): Restructure the logic
4954         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
4955
4956 2001-10-20  Simon Josefsson  <jas@extundo.com>
4957
4958         * message.el (message-cancel-news): Support cancel-locks.
4959         Suggested by Per Abrahamsson.
4960
4961         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
4962         conses.  From David Z Maze <dmaze@MIT.EDU>.
4963
4964         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
4965
4966 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
4967
4968         * mm-decode.el (mm-default-directory): Fix customize type.
4969
4970         * message.el (message-setup-fill-variables): Kludge to use
4971         normal-auto-fill-function even if auto fill is already activated.
4972
4973 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
4974
4975         * message.el (message-do-auto-fill): New version that does not
4976         rely on text properties, by Simon Josefsson <jas@extundo.com>.
4977         (message-setup-1): Removed the `message-field' property.
4978
4979         * gnus-draft.el (gnus-draft-edit-message): Removed the
4980         `message-field' property.
4981
4982 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
4983
4984         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
4985         `message-field'.  The `field' property has a special significance in
4986         Emacs 21.
4987
4988         * message.el (message-send, message-setup-1): Ditto.
4989
4990 2001-10-18  Simon Josefsson  <jas@extundo.com>
4991
4992         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
4993         when undoing.
4994
4995 2001-10-18  Simon Josefsson  <jas@extundo.com>
4996         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
4997
4998         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
4999         (gnus-summary-make-menu-bar): Ditto.
5000
5001 2001-10-17  Simon Josefsson  <jas@extundo.com>
5002
5003         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
5004         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
5005
5006 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5007
5008         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
5009         * gnus-util.el (gnus-user-date): New function.
5010         From Frank Schmitt <usenet@Frank-Schmitt.net>.
5011
5012 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
5013
5014         * message.el (message-check-news-header-syntax): Special case
5015         nnvirtual groups.
5016
5017         * gnus-sum.el (gnus-summary-respool-default-method): Changed
5018         customize type to `symbol'.
5019
5020 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5021
5022         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
5023         %&foo;.
5024         (gnus-parse-simple-format): Support user extended spec too.
5025         %u&foo; invokes gnus-user-format-function-foo.
5026
5027 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5028
5029         * nnml.el (nnml-request-expire-articles): Make sure it is back to
5030         the server.
5031         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
5032         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5033         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
5034         * nndiary.el (nndiary-request-expire-articles): Ditto.
5035         (nndiary-schedule): Defsubst it before use it.
5036         (nndiary-error): eval-and-compile.
5037
5038 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
5039
5040         * gnus-msg.el (gnus-post-method): Changed two instances of
5041         `active' to `current' and one `null' to `not'.
5042
5043 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5044         From Katsumi Yamaoka <yamaoka@jpl.org>.
5045
5046         * message.el (message-setup-fill-variables): Use
5047         `normal-auto-fill-function' instead of `auto-fill-function'.
5048
5049 2001-10-16  Simon Josefsson  <jas@extundo.com>
5050
5051         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
5052         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
5053         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
5054
5055 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5056         Patch by Oliver Scholz <oscholz@my.gnus.org>.
5057
5058         * gnus-draft.el (gnus-draft-edit-message): Add text property
5059         `field' with value `header' to message headers.
5060         * message.el (message-setup-1): Really add text property to all of
5061         the header, not just part of it.
5062
5063 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5064
5065         * gnus-group.el (gnus-group-sort-by-server): Use it.
5066
5067         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
5068
5069         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
5070         and keystroke.
5071
5072 2001-10-14  Simon Josefsson  <jas@extundo.com>
5073
5074         * dig.el: Doc fix.
5075
5076         * smime.el: Doc fix.
5077
5078         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
5079         charset magic from message.el.
5080
5081 2001-10-12  Simon Josefsson  <jas@extundo.com>
5082         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
5083
5084         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
5085         'cite from g-a-wash-types.
5086         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
5087         (gnus-article-hide-citation): Fix.
5088
5089         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
5090         character.
5091         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
5092
5093         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
5094         definition.
5095         (gnus-signature-toggle): Toggle `s' mode line character.
5096
5097         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
5098         doing stuff that clears it.
5099
5100 2001-10-12  Simon Josefsson  <jas@extundo.com>
5101
5102         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
5103         From Eric Marsden <emarsden@laas.fr>.
5104
5105 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5106
5107         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
5108         (autoload): Add some autoloads.
5109
5110 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5111         Suggested by Oliver Scholz <epameinondas@gmx.de>.
5112
5113         * message.el (message-do-auto-fill): New function.  Like
5114         `do-auto-fill' but don't fill when in the message header.
5115         (message-setup-1): Put a text property on the message header.
5116         (message-setup-fill-variables): Use `message-do-auto-fill'.
5117
5118 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5119
5120         * message.el (message-send-mail-partially): Insert an empty line
5121         first, because of the change of message-make-lines.
5122
5123 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
5124
5125         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
5126         iso-8859-15, make it an alias for iso-8859-1.
5127
5128 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5129
5130         * message.el (message-send-news): Don't modify the value of
5131         `message-syntax-checks' if it is not a list (possibly it is
5132         `dont-check-for-anything-just-trust-me').
5133
5134 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5135
5136         * gnus-group.el (gnus-group-name-charset-group-alist): Use
5137         `find-coding-system' for XEmacs to check whether the coding-system
5138         `utf-8' is available.
5139
5140 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5141
5142         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
5143
5144 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
5145
5146         * message.el (message-send-news): Oops, missed case with no
5147         "Followup-To" header...
5148
5149 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
5150
5151         * message.el (message-send-news): Allow
5152         `gnus-group-name-charset-group-alist' to affect encoding of the
5153         "Newsgroups" and "Followup-To" headers.
5154
5155 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5156
5157         * Makefile.in (install-el): Depend on gnus-load.el.
5158
5159 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5160
5161         * Makefile.in (install-el): Use -f.
5162         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
5163
5164 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
5165
5166         * message.el (message-send-news): Don't encode Followups-To when
5167         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
5168
5169         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
5170         header.
5171
5172         * gnus-art.el (article-decode-group-name): Also decode
5173         "Followup-To".
5174
5175         * rfc2047.el (rfc2047-encode-message-header): Encode without
5176         asking for null methods.
5177
5178         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
5179         default charset for newsgroup names in accordance with USEFOR.
5180
5181         * gnus-group.el (gnus-group-name-charset-method-alist,
5182         gnus-group-name-charset-group-alist): Removed "*" from doc
5183         strings, "*" should not be used for complex variables.
5184
5185 2001-10-06  Simon Josefsson  <jas@extundo.com>
5186
5187         Support UTF-8 group names better.
5188
5189         * message.el (message-check-news-header-syntax): Encode group
5190         names before comparison.
5191
5192         * gnus-msg.el (gnus-copy-article-buffer): Run all
5193         `gnus-article-decode-hook's except `article-decode-charset'
5194         instead of hardcoding call to one of them.
5195
5196         * gnus-art.el (gnus-article-decode-hook): Add
5197         `article-decode-group-name'.
5198         (article-decode-group-name): New function, use `g-d-n'.
5199
5200         * gnus-group.el (gnus-group-insert-group-line): Decode
5201         gnus-tmp-group using `g-d-n'.
5202
5203         * gnus-util.el (gnus-decode-newsgroups): New function.
5204
5205 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
5206
5207         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
5208         `gnus-group-name-charset-group-alist'.
5209
5210 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5211
5212         * Makefile.in: Install el in install. Add uninstall.
5213
5214 2001-10-05  Simon Josefsson  <jas@extundo.com>
5215
5216         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
5217
5218         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
5219
5220         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
5221         empty folders.
5222
5223         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
5224         limiting if read-all (C-u RET) was used.
5225
5226 2001-10-04  Simon Josefsson  <jas@extundo.com>
5227
5228         * mail-source.el (mail-source-movemail-program): New variable.
5229         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
5230         <thutt@thutt.vmware.com>.
5231
5232 2001-10-03  Simon Josefsson  <jas@extundo.com>
5233
5234         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
5235         (gnus-summary-line-format-alist): Fix param.
5236
5237 2001-10-02  Simon Josefsson  <jas@extundo.com>
5238
5239         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
5240         don't go through `nnimap-request-expire-articles' to delete the
5241         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
5242
5243 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5244
5245         * gnus-agent.el (gnus-agent-write-active): The min in the
5246         agent/active may be larger than that in the server/active.
5247
5248 2001-10-01  Simon Josefsson  <jas@extundo.com>
5249
5250         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
5251         is IMAP4rev1.
5252
5253         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
5254
5255         * nnfolder.el: Ditto.
5256
5257 2001-09-30  Dan Christensen  <jdc@uwo.ca>
5258
5259         * gnus-sum.el (gnus-summary-extract-address-component): New function.
5260         (gnus-summary-from-or-to-or-newsgroups): Optimize.
5261
5262 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5263
5264         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
5265         (message-mode-menu): Menu item for same.
5266
5267         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
5268         delayed articles.
5269
5270         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
5271         nndraft:delayed does not exist.
5272         (gnus-delay-initialize): Don't set up keymap, that's done from
5273         message.el now.
5274         (gnus-delay, gnus-delay-group, gnus-delay-header)
5275         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
5276
5277 2001-09-29  Simon Josefsson  <jas@extundo.com>
5278
5279         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
5280         utf-8, not eight-bit-control.
5281
5282         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
5283         (imap-log, imap-debug): Custom.
5284         (imap-log-buffer, imap-debug-buffer): New constants.
5285         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
5286         (imap-network-open, imap-shell-open, imap-starttls-open)
5287         (imap-send-command-1, imap-send-command, imap-arrival-filter)
5288         (imap-debug): Use imap-*-buffer.
5289
5290         * nndoc.el (nndoc-article-type): Add mailman.
5291         (nndoc-type-alist): Ditto.
5292         (nndoc-mailman-type-p): New function.
5293
5294 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5295
5296         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
5297         gnus-art.el.
5298
5299 2001-09-27  Simon Josefsson  <jas@extundo.com>
5300
5301         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
5302         (gnus-topic-catchup-articles): New function. Suggested by Robin
5303         S. Socha <robin-dated-1001857693.185e29@socha.net>.
5304
5305 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5306         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
5307
5308         * gnus-ems.el (gnus-article-display-xface): Insert xface after
5309         previous ones.
5310
5311 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5312         From Daiki Ueno  <ueno@unixuser.org>
5313
5314         * gnus-sum.el (gnus-summary-show-article): The arglist of
5315         detect-coding-region is incompatible.
5316
5317 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5318         From Katsuhiro Hermit Endo <hermit@koka-in.org>
5319
5320         * gnus-group.el (gnus-group-delete-group): Typo.
5321
5322 2001-09-26  Simon Josefsson  <jas@extundo.com>
5323
5324         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
5325
5326         * nnimap.el (nnimap-expiry-target): Use temp buffer.
5327
5328 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5329
5330         * gnus-cus.el (gnus-group-parameters): Display as sexp.
5331
5332 2001-09-22  Simon Josefsson  <jas@extundo.com>
5333
5334         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
5335
5336         * nnfolder.el (nnfolder-open-marks): Ditto.
5337
5338         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
5339         (gnus-update-marks): Use it.
5340         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
5341         hardcoded list.
5342
5343         * gnus.el (gnus-article-special-mark-lists): Add killed.
5344         (gnus-article-unpropagated-mark-lists): New constant.
5345
5346 2001-09-22  Simon Josefsson  <jas@extundo.com>
5347
5348         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
5349         custom option.
5350
5351 2001-09-23  Simon Josefsson  <jas@extundo.com>
5352
5353         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
5354
5355 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5356
5357         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
5358
5359 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
5360
5361         * gnus-group.el (gnus-group-sort-function): Fix customize type to
5362         accept lists of functions.
5363
5364 2001-09-20  Simon Josefsson  <jas@extundo.com>
5365
5366         * gnus-group.el (gnus-group-catchup): Update expire marks in
5367         backend.  Also, if ALL also set expire marks on tick/dormant.
5368
5369 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5370
5371         * message.el (message-tab-body-function): New variable.
5372         * message.el (message-tab): Use it.
5373
5374 2001-09-19  Sam Steingold  <sds@gnu.org>
5375
5376         * gnus-win.el (gnus-buffer-configuration): Respect
5377         `gnus-bug-create-help-buffer'.
5378
5379 2001-09-18  Simon Josefsson  <jas@extundo.com>
5380
5381         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
5382         (gnus-parse-simple-format): Re-revert.
5383
5384 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
5385
5386         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
5387         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
5388
5389 2001-09-18  Simon Josefsson  <jas@extundo.com>
5390
5391         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
5392         signed.
5393         (gnus-parse-simple-format): Don't use it.
5394
5395 2001-09-17  Miles Bader  <miles@gnu.org>
5396
5397         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
5398         error querying a backend abort the whole process.
5399
5400 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5401
5402         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
5403         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
5404
5405 2001-09-17  Didier Verna  <didier@xemacs.org>
5406
5407         * nndiary.el: version 0.2-b14.
5408         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
5409         compatibility problem with XEmacs 21.1.
5410
5411 2001-09-15  Simon Josefsson  <jas@extundo.com>
5412
5413         * gnus-group.el (gnus-group-line-format): Document %c.
5414
5415         * nnml.el (nnml-parse-head): Handle CRLF files.
5416         (nnml-generate-nov-file): Ditto.
5417         (nnml-retrieve-headers): Ditto.
5418
5419 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
5420
5421         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
5422
5423 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
5424
5425         * gnus-spec.el (gnus-correct-substring): Still stopped one
5426         character before we wanted (never included last character).
5427         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
5428         add missing "," (once per function)
5429
5430 2001-09-14  Simon Josefsson  <jas@extundo.com>
5431
5432         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
5433         (otherwise e.g. gnus-agentize in .gnus overrides the customized
5434         default before gnus-group is loaded and the variable set.)
5435
5436         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
5437         killed or unsent marks.
5438
5439         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
5440         isn't an article to set it on (e.g. when you `a' in a group).
5441
5442 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5443
5444         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
5445         can read e-mails from Microsoft Outlook users not using ISO
5446         8859-2 character set.
5447
5448 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5449
5450         * gnus-diary.el: Minor modifications to avoid warnings.
5451         (gnus-summary-misc-menu): defvar.
5452         (gnus-diary-check-message): Use gnus-point-at-eol.
5453         (gnus-diary-kill-entire-line): eval-and-compile.
5454
5455 2001-09-12  Didier Verna  <didier@xemacs.org>
5456
5457         * nndiary.el: new version (0.2-b13).
5458         * nndiary.el (nndiary-mail-sources): doc update.
5459         * nndiary.el (nndiary-split-methods): ditto.
5460         * nndiary.el (nndiary-request-accept-article-hooks): New.
5461         * nndiary.el (nndiary-request-accept-article): use it, check
5462         message validity.
5463         * nndiary.el (nndiary-get-new-mail): changed default to nil.
5464         * nndiary.el (nndiary-schedule): fix bug (misplaced
5465         condition-case): it didn't return nil on error.
5466         * gnus-diary.el: new version.
5467         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
5468         * gnus-diary.el (gnus-diary-header-value-history): New.
5469         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
5470         * gnus-diary.el (gnus-diary-add-header): New.
5471         * gnus-diary.el (gnus-diary-check-message): New.
5472         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
5473         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
5474
5475 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5476
5477         * gnus-sum.el (gnus-select-newsgroup): Make
5478         `gnus-current-select-method' buffer-local.
5479
5480         * gnus-art.el (gnus-request-article-this-buffer): Refer
5481         `gnus-current-select-method' in the current summary buffer.
5482
5483 2001-09-10  Simon Josefsson  <jas@extundo.com>
5484         From Daniel Pittman <daniel@rimspace.net>
5485
5486         * gnus-spec.el (gnus-correct-pad-form): Fix.
5487
5488 2001-09-09  Simon Josefsson  <jas@extundo.com>
5489
5490         * mm-decode.el (mm-inline-media-tests): Add
5491         application/x-emacs-lisp.
5492         (mm-attachment-override-types): Add
5493         application/{x-,}pkcs7-signature.
5494
5495         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
5496         (gnus-server-line-format, gnus-server-mode-line-format)
5497         (gnus-server-browse-in-group-buffer): Customize.
5498
5499 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5500
5501         * nnml.el (nnml-marks-changed-p): Typo.
5502         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
5503         (nnml-marks-changed-p): Use gnus-gethash.
5504         (nnml-marks-modtime): Use gnus-make-hashtable.
5505
5506         * nnfolder.el (nnfolder-marks-changed-p): Typo.
5507         (nnfolder-request-expire-articles, nnfolder-save-marks)
5508         (nnfolder-open-marks): Typo.
5509         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
5510         (nnfolder-marks-changed-p): Use gnus-gethash.
5511         (nnfolder-marks-modtime): Use gnus-make-hashtable.
5512
5513 2001-09-08  Simon Josefsson  <jas@extundo.com>
5514
5515         * nnfolder.el (nnfolder-marks-modtime): New variable.
5516         (nnfolder-marks-changed-p): New function.
5517         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
5518         (nnfolder-request-update-info): Don't update if marks didn't change.
5519
5520         * nnml.el (nnml-marks-modtime): New variable.
5521         (nnml-marks-changed-p): New function.
5522         (nnml-save-marks, nnml-open-marks): Save modtime.
5523         (nnml-request-update-info): Don't update if marks didn't change.
5524
5525         * gnus-agent.el (gnus-agent-any-covered-gcc)
5526         (gnus-agent-add-server, gnus-agent-remove-server): Use
5527         gnus-agent-method-p.
5528
5529         * gnus-art.el (gnus-buttonized-mime-types): New variable.
5530         (gnus-unbuttonized-mime-type-p): Use it.
5531
5532         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
5533         fetch group.
5534
5535 2001-09-08  Simon Josefsson  <jas@extundo.com>
5536         From Daniel Pittman <daniel@rimspace.net>
5537
5538         * gnus-spec.el (gnus-correct-pad-form): New function.
5539         (gnus-parse-simple-format): Use it.
5540
5541 2001-09-07  Simon Josefsson  <jas@extundo.com>
5542
5543         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
5544         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
5545         Putnam <reader@newsguy.com>.
5546         (gnus-group-sort-selected-groups): Touch dribble file.
5547
5548 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
5549
5550         * nnml.el (nnml-filenames-are-evil): New variable.
5551         (nnml-article-to-file-alist): Rename to ...
5552         (nnml-current-group-article-to-file-alist): ... this.
5553         Respect `nnml-filenames-are-evil'.
5554         (nnml-active-number): Update.
5555         (nnml-update-file-alist): Update.
5556         (nnml-request-article): Use nnheader-article-to-file-alist.
5557         (nnml-request-rename-group): Likewise.
5558
5559 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5560
5561         * gnus-sum.el (gnus-summary-insert-line): Fix.
5562
5563 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
5564
5565         * gnus-sum.el: Bind g-s-t-s to "W g".
5566         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
5567         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
5568         display of graphical smilies.
5569
5570 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5571
5572         * gnus-start.el (gnus-setup-news): A typo.
5573         From Bill White <billw@wolfram.com>.
5574
5575 2001-09-06  Simon Josefsson  <jas@extundo.com>
5576
5577         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
5578         and unseen marks.
5579
5580 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5581
5582         * nnmail.el (nnmail-split-fancy): Document `junk'.
5583
5584 2001-09-04  Simon Josefsson  <jas@extundo.com>
5585
5586         * imap.el (imap-search): Don't error if server is broken.
5587
5588 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
5589
5590         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
5591         searching for an article that isn't in the mbox.
5592
5593 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5594
5595         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
5596         right, and get all the comments.
5597
5598 2001-09-02  Simon Josefsson  <jas@extundo.com>
5599         Suggested by Dan Christensen <jdc+news@uwo.ca>
5600
5601         * nnfolder.el (nnfolder-request-update-info): Fix message.
5602
5603         * nnml.el (nnml-request-update-info): Ditto.
5604
5605 2001-09-01  Simon Josefsson  <jas@extundo.com>
5606
5607         * nnml.el (nnml-request-expire-articles): Also bind
5608         `nnml-current-group' and `nnml-article-file-alist' when using
5609         expiry-target. (Otherwise nnml will be in a inconsistent internal
5610         state causing all kind of problems.)
5611         (nnml-request-expire-articles): If `nnml-article-to-file' or
5612         `file-attributes' failes, return article as un-expirable instead
5613         of treating it as expired.
5614
5615 2001-08-31  Sam Steingold  <sds@gnu.org>
5616
5617         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
5618         typo: `exmine' --> `examine'.
5619
5620 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5621
5622         * nndoc.el (nndoc-forward-type-p): It is not a digest.
5623
5624 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5625
5626         * nnml.el (nnml-check-directory-twice): Remove.
5627         (nnml-retrieve-headers): Ditto.
5628         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
5629
5630 2001-08-30  Andrew Innes  <andrewi@gnu.org>
5631
5632         * nnheader.el (nnheader-directory-files-is-safe): No need to read
5633         directory twice on Windows, or on GNU Emacs-21.
5634
5635 2001-08-30  Andrew Innes  <andrewi@gnu.org>
5636
5637         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
5638         (nnml-request-rename-group): Ditto.
5639         (nnml-active-number): Ditto.
5640         (nnml-request-create-group): Use nnml-directory-articles.
5641         (nnml-request-expire-articles): Use nnml-directory-articles, which
5642         gets list from nov database if available.
5643         (nnml-get-nov-buffer): New function.
5644         (nnml-open-nov): Use it.
5645         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
5646         gets alist from nov database if available.
5647         (nnml-directory-articles): New function.
5648         (nnml-article-to-file-alist): New function.
5649
5650 2001-08-30  Andrew Innes  <andrewi@gnu.org>
5651
5652         * mm-decode.el (mm-display-external): Use `name' as filename, if
5653         `filename' attribute is not present.
5654
5655 2001-08-30  Andrew Innes  <andrewi@gnu.org>
5656
5657         * mail-source.el (mail-source-flash): New defcustom.
5658         (mail-source-new-mail-p): Ring visible bell if appropriate.
5659         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
5660         timer is cleared even if mail check signals an error.
5661
5662 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5663
5664         * gnus-sum.el (gnus-summary-move-article): Only update marks of
5665         type 'list.
5666
5667 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5668
5669         * flow-fill.el (fill-flowed): eol might be point-max.
5670
5671 2001-08-27  Simon Josefsson  <jas@extundo.com>
5672
5673         * nnml.el (nnml-request-update-info): Fix message.
5674         (nnml-open-marks): Ditto.
5675
5676         * nnfolder.el (nnfolder-request-update-info):
5677         (nnfolder-open-marks): Fix message.
5678
5679 2001-08-25  Simon Josefsson  <jas@extundo.com>
5680
5681         * nnfolder.el (nnfolder-save-marks): Don't create directory named
5682         after group in ~/.
5683
5684 2001-08-25  Simon Josefsson  <jas@extundo.com>
5685         From Andreas Jaeger  <aj@suse.de>
5686
5687         * nnfolder.el (nnfolder-open-marks): Fix typo.
5688         * nnml.el (nnml-open-marks): Likewise.
5689
5690 2001-08-25  Simon Josefsson  <jas@extundo.com>
5691
5692         Make nnfolder groups self-contained as far as marks are concerned.
5693
5694         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
5695         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
5696         (nnfolder-open-server): Make marks directory.
5697         (nnfolder-request-delete-group): Delete marks file.
5698         (nnfolder-request-delete-group): Check of nov/marks file exist
5699         before deleting.
5700         (nnfolder-request-rename-group): Rename marks file.
5701         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
5702         (nnfolder-request-set-mark, nnfolder-request-update-info)
5703         (nnfolder-group-marks-pathname, nnfolder-save-marks)
5704         (nnfolder-open-marks): New functions.
5705         (top-level): Require gnus.
5706
5707 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5708
5709         * nnweb.el (nnweb-type-definition): Use google raw file.
5710         (nnweb-google-parse-1): Ditto.
5711         (nnweb-google-identity): Ditto.
5712         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
5713         (nnweb-altavista-wash-article): Ditto.
5714         (nnweb-request-article): Remove nnweb-decode-entities.
5715
5716         * nnml.el: Require 'gnus.
5717
5718 2001-08-25  Simon Josefsson  <jas@extundo.com>
5719
5720         * nnml.el (nnml-marks-is-evil): Add doc.
5721
5722 2001-08-25  Simon Josefsson  <jas@extundo.com>
5723
5724         * nnml.el (nnml-save-marks): Wrap saving marks in a
5725         condition-case, to allow user to start Gnus if saving marks failed
5726         for some reason.
5727
5728 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5729
5730         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
5731
5732         * gnus-group.el (gnus-update-group-mark-positions): Bind
5733         gnus-group-update-hook to nil.
5734
5735 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5736
5737         * mml.el (mml-generate-mime-1): Force as multibyte string.
5738
5739 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5740
5741         * gnus-sum.el (gnus-summary-insert-line)
5742         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
5743         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
5744
5745         * gnus-spec.el (gnus-correct-substring): Take optional END.
5746
5747         * nnrss.el (nnrss-request-article): Remove \n.
5748         (nnrss-retrieve-headers): Lines number is -1.
5749
5750 2001-08-24  Simon Josefsson  <jas@extundo.com>
5751
5752         * gnus-group.el (gnus-info-clear-data): Call
5753         nnfoo-request-set-mark to propagate marks.  Fix bug:
5754         `gnus-group-update-line' doesn't update read range unless we call
5755         `gnus-get-unread-articles-in-group' first.
5756
5757         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
5758         to server.
5759
5760 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5761
5762         * gnus-util.el (gnus-create-info-command): Return an interactive
5763         function.
5764
5765 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5766         From Katsumi Yamaoka <yamaoka@jpl.org>
5767
5768         * gnus-spec.el (gnus-parse-complex-format): Use equal.
5769
5770 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5771
5772         * gnus-sum.el (gnus-select-newsgroup): Use it.
5773
5774         * gnus-util.el (gnus-not-ignore): New function.
5775
5776         * lpath.el (featurep): Don't fbind char-int.
5777
5778         * gnus-util.el (gnus-create-info-command): New function.
5779
5780         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
5781         right node.
5782
5783         * gnus-sum.el (gnus-select-newsgroup): Clean up.
5784         (gnus-summary-limit-children): Use 'identity instead of `all'.
5785         (gnus-summary-limit-to-display-predicate): New command and
5786         keystroke.
5787
5788 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5789
5790         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
5791
5792         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
5793
5794 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5795
5796         * gnus-spec.el: Add the Gnus version.
5797         (gnus-update-format-specifications): If the Gnus version changes,
5798         nix out the format spec cache.
5799
5800         * gnus.el (gnus-continuum-version): Made into a command and
5801         optionalize the VERSION.
5802
5803         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
5804         the start of the lines.
5805
5806 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5807
5808         * gnus.el (gnus-visual-p): Define function before use of
5809         function.
5810
5811 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5812
5813         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
5814         (gnus-article-mark-to-type): New function.
5815         (gnus-update-missing-marks): Only update marks of type 'list.
5816
5817         * gnus.el (gnus-article-special-mark-lists): New variable.
5818
5819 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5820
5821         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
5822         (gnus-select-newsgroup): Still use 'all.
5823         (gnus-summary-initial-limit): Comparing with 'all.
5824
5825 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5826
5827         * gnus-start.el (gnus-activate-group): If dont-check, don't update
5828         active.
5829
5830 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5831
5832         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
5833         nnslashdot-*-retrieve-headers.
5834         (nnslashdot-request-article): Fix for slashcode 2.2.
5835         (nnslashdot-make-tuple): New function.
5836         (nnslashdot-read-groups): Use it.
5837
5838 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5839
5840         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
5841         list.
5842
5843         * gnus-sum.el (gnus-summary-move-article): Don't select article.
5844
5845 2001-08-20  Simon Josefsson  <jas@extundo.com>
5846
5847         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
5848         opened, error instead of continuing (and exploding later).
5849
5850 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5851
5852         * gnus.el (gnus-expand-group-parameters): Return the parameter
5853         list.
5854
5855         * gnus-sum.el (gnus-summary-show-article): Doc fix.
5856         (gnus-summary-show-article): Guess at charset if required.
5857
5858         * gnus-spec.el (gnus-correct-substring): Stopped one character
5859         before we wanted.
5860
5861 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5862
5863         * earcon.el (earcon-auto-play): Remove unused option.
5864
5865 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5866
5867         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
5868         message down in levels, since it happens very fast.
5869
5870         * smiley-ems.el (smiley-update-cache): Respect the symbol version
5871         of smiley-regexp-alist.
5872
5873         * mm-view.el (mm-inline-text): Ignore vcard errors.
5874
5875         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
5876
5877         * gnus-score.el (gnus-all-score-files): Use append instead of
5878         nconc.
5879
5880         * gnus.el (gnus-splash-face): Doc fix.
5881
5882         * mm-decode.el (mm-mailcap-command): Use
5883         mm-path-name-rewrite-functions.
5884         (mm-path-name-rewrite-functions): New variable.
5885
5886         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
5887         (gnus-complex-form-to-spec): Insert tab.
5888         (gnus-spec-tab): New function.
5889
5890         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
5891         entering the group.
5892
5893         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
5894         the positional spec.
5895         (gnus-parse-complex-format): React to %C.
5896
5897         * gnus-ems.el (gnus-char-width): Moved here.
5898
5899         * gnus-sum.el (gnus-select-newsgroup): Set
5900         gnus-newsgroup-articles.
5901         (gnus-unseen-mark): New variable.
5902         (gnus-newsgroup-unseen): Ditto.
5903         (gnus-newsgroup-seen): Ditto.
5904         (gnus-adjust-marked-articles): Use them.
5905         (gnus-update-marks): Use them.
5906         (gnus-summary-update-secondary-mark): Display.
5907         (gnus-summary-prepare-threads): Display.
5908
5909         * gnus-msg.el (gnus-inews-group-method): Use and return the
5910         method, not the server.
5911
5912 2001-08-19  Simon Josefsson  <jas@extundo.com>
5913
5914         * gnus-srvr.el (gnus-server-agent-face): New.
5915         (gnus-server-agent-face): New.
5916         (gnus-server-mode): Turn on font-lock-mode.
5917
5918         * gnus.el (gnus-server-visual): Add defgroup.
5919
5920 2001-08-19  Simon Josefsson  <jas@extundo.com>
5921         From Joe Casadonte <jcasadonte@northbound-train.com>
5922
5923         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
5924         gnus-server-denied-face): New.
5925         (gnus-server-opened-face, gnus-server-closed-face,
5926         gnus-server-denied-face): New.
5927         (gnus-server-font-lock-keywords): Add.
5928
5929 2001-08-19  Simon Josefsson  <jas@extundo.com>
5930
5931         * nnml.el (nnml-request-set-mark): Return nil.
5932         (nnml-save-marks): Use nnml-possibly-create-directory.
5933         (nnml-open-marks): Only work in temp buffer when inserting/reading
5934         .marks file.
5935
5936 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5937
5938         * gnus.el (gnus-expand-group-parameters): Fix.
5939
5940         * gnus-spec.el (gnus-char-width): New function.
5941         (gnus-correct-substring, gnus-correct-length): Use it.
5942
5943         * message.el (message-required-mail-headers): Fix doc.
5944
5945 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5946
5947         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
5948
5949         * mm-decode.el (mm-save-part-to-file): Insert the handle.
5950
5951 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5952
5953         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
5954         slashdot 2.2 (not fully fixed yet).
5955         (nnslashdot-request-article): Ditto.
5956
5957 2001-08-18  Simon Josefsson  <jas@extundo.com>
5958
5959         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
5960         nnimap.
5961
5962         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
5963         gnus-util.
5964         (nnimap-request-update-info-internal): Use new functions.
5965
5966         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
5967         new functions.
5968
5969 2001-08-18  Simon Josefsson  <jas@extundo.com>
5970
5971         Make nnml groups self-contained as far as marks are concerned.
5972
5973         * nnml.el (nnml-request-delete-group): Delete marks file.
5974         (nnml-request-rename-group): Move marks file.
5975         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
5976         variables.
5977         (nnml-request-set-mark, nnml-request-update-info): New server
5978         functions.
5979         (nnml-save-marks, nnml-open-marks): New functions.
5980
5981 2001-08-18  Simon Josefsson  <jas@extundo.com>
5982
5983         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
5984         `set' when setting marks.
5985
5986 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5987
5988         * gnus.el (gnus-info-find-node): Take an argument.
5989
5990         * gnus-art.el (gnus-button-handle-info): New function.
5991         (gnus-url-unhex-string): Replace "+" with " ".
5992
5993 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5994
5995         * message.el (message-check-news-header-syntax): Check bad From.
5996
5997 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5998
5999         * gnus-spec.el (gnus-correct-length): New function.
6000         (gnus-correct-substring): New function.
6001         (gnus-tilde-max-form): Use it.
6002
6003 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
6004
6005         * nnmh.el: Docstring changes as below.
6006
6007         * nnml.el: Docstring changes as below.
6008
6009         * nnbabyl.el: Docstring changes as below.
6010
6011         * nnmbox.el: Docstring changes as below.
6012
6013         * nnfolder.el: Added docstrings identifying each virtual server
6014         parameter.
6015
6016 2001-08-18  Simon Josefsson  <jas@extundo.com>
6017
6018         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
6019
6020 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
6021
6022         * message.el: rename "Abort Message" to "Postpone Message".
6023         Remove "Attach file as MIME" from Message menu, it's already in
6024         the MIME menu.
6025
6026 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6027
6028         * smime.el (smime-point-at-eol): eval-and-compile.
6029         (smime-make-temp-file): New function.
6030         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
6031         Use it.
6032
6033 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6034
6035         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
6036         (gnus-agent-summary-fetch-group): New command and keystroke.
6037
6038         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
6039         (gnus-mime-display-security): Make it respect
6040         gnus-unbuttonized-mime-type-p.
6041
6042         * gnus-sum.el (gnus-articles-to-read): Comments.
6043         (gnus-article-marked-p): New function.
6044         (gnus-summary-display-make-predicate): New function.
6045         (gnus-select-newsgroup): Use them.
6046
6047         * mm-decode.el (mm-save-part-to-file): Made it not error.
6048
6049 2001-08-17  Simon Josefsson  <jas@extundo.com>
6050
6051         * imap.el (imap-wait-for-tag): If process-status isn't open or
6052         run, return nil instead of sit-for looping.
6053
6054 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6055
6056         * lpath.el (featurep): fbind xml-parse-region.
6057
6058         * gnus.el (gnus-message-archive-method): Default to "archive".
6059         (gnus-message-archive-method): Doc fix.
6060         (gnus-parameters-get-parameter): Cleaned up.
6061         (gnus-expand-group-parameter): New function.
6062
6063         * gnus-start.el (gnus-setup-news): Push the archive server only
6064         the server list.
6065
6066         * mml.el (mml-menu): Changed name to "Attachments".
6067
6068         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
6069         when there is something to detroy.
6070
6071 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6072
6073         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
6074         nil.
6075
6076 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6077
6078         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
6079         which specifies a time today or tomorrow.
6080
6081 2001-08-15  Simon Josefsson  <jas@extundo.com>
6082         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
6083
6084         * gnus-agent.el (gnus-agent-make-mode-line-string)
6085         (gnus-agent-toggle-plugged): Use new API.
6086
6087 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6088
6089         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
6090         deadline has expired.
6091
6092 2001-08-12  Simon Josefsson  <jas@extundo.com>
6093         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
6094
6095         Support `recent' mark indicating newly arrived messages (to
6096         separate from old but unread messages).
6097
6098         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
6099         `nnmail-split-history' if recent is > 0.
6100         (nnimap-request-update-info-internal): Update `recent' marks.
6101         (nnimap-request-set-mark): Never set `recent' marks.
6102         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
6103         recent.
6104
6105         * gnus-sum.el (gnus-recent-mark): New mark.
6106         (gnus-newsgroup-recent): New variable.
6107         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
6108         (gnus-summary-prepare-threads): Mark recent articles.
6109         (gnus-summary-add-mark): Support recent.
6110         (gnus-summary-update-secondary-mark): Support recent.
6111
6112         * gnus.el (gnus-article-mark-lists): Add recent.
6113
6114 2001-08-12  Simon Josefsson  <jas@extundo.com>
6115
6116         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
6117         whether successful decoding took place.  Add doc.
6118
6119 2001-08-12  Simon Josefsson  <jas@extundo.com>
6120         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
6121
6122         * gnus.el (gnus-summary-line-format, gnus-parameters):
6123         * gnus-gl.el (gnus-summary-grouplens-line-format):
6124         * gnus-salt.el (gnus-summary-pick-line-format):
6125         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
6126
6127 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
6128         Committed by Kai Gro\e,b_\e(Bjohann.
6129
6130         * gnus-score.el (gnus-score-string): Fix `match' regexp
6131         for `extra' header case.
6132
6133 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6134
6135         * nnmbox.el (nnmbox-read-mbox): No warning.
6136
6137 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6138
6139         * nndoc.el (nndoc-article-type): Fix doc.
6140         (nndoc-generate-article-function): New variable.
6141         (nndoc-dissection-function): New variable.
6142         (nndoc-type-alist): Add oe-dbx.
6143         (nndoc-oe-dbx-type-p): New function.
6144         (nndoc-oe-dbx-dissection): New function.
6145         (nndoc-oe-dbx-generate-article): New function.
6146
6147 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6148
6149         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
6150         whether deadline has been reached.  Patch from Dan Nicolaescu
6151         <dann@godzilla.ics.uci.edu>.
6152
6153 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6154
6155         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
6156         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
6157         <rintaman@cs.Helsinki.FI>.
6158
6159         * mail-source.el (mail-source-movemail): The error buffer is
6160         modified, but nothing in it.
6161
6162 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6163
6164         * message.el (message-bogus-system-names): New variable.
6165         (message-make-fqdn): Use it.
6166
6167 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6168
6169         * nndraft.el (nndraft-request-group): Use
6170         nndraft-auto-save-file-name.
6171
6172 2001-08-09  Simon Josefsson  <jas@extundo.com>
6173
6174         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
6175         Don't ask whether to decrypt.  Just leave result in buffer (don't
6176         call mm).
6177
6178         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
6179         parts as well.
6180         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
6181         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
6182
6183 2001-08-09  Simon Josefsson  <jas@extundo.com>
6184
6185         * mm-decode.el (mm-insert-part): Return decoding success status.
6186         (mm-save-part-to-file): Error if decoding failed.
6187
6188 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6189
6190         * message.el (message-tab): Use indent-relative.
6191         (message-mode): Don't bind indent-line-function to indent-relative.
6192
6193 2001-08-09  Simon Josefsson  <jas@extundo.com>
6194
6195         * message.el (message-get-reply-headers): Fix string. Suggested by
6196         Christoph Conrad <cc@cli.de>.
6197
6198 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6199
6200         * message.el (message-tab): Use the current value of
6201         indent-line-function.
6202         (message-mode): Bind indent-line-function to indent-relative.
6203
6204 2001-08-08  Simon Josefsson  <jas@extundo.com>
6205
6206         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
6207         whether `imtest' is installed.
6208
6209 2001-08-04  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
6210         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
6211
6212         * gnus-sum.el (gnus-summary-show-article): Call
6213         gnus-summary-update-secondary-secondary-mark.
6214         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
6215         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
6216
6217 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6218
6219         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
6220
6221         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
6222
6223         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
6224         <gerd@gnu.org>.
6225
6226         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
6227
6228         * gnus-util.el (gnus-output-to-rmail): Ditto.
6229         (gnus-output-to-mail): Ditto.
6230
6231         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
6232
6233 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
6234
6235         * message.el (message-indent-citation): Use
6236         `message-yank-cited-prefix' for empty lines.
6237
6238 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
6239
6240         * message.el (message-indent-citation): Quote only lines starting
6241         with ">" using `message-yank-cited-prefix'.
6242
6243 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
6244
6245         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
6246         gnus-cache-fully-p.
6247
6248 2001-08-04  Simon Josefsson  <jas@extundo.com>
6249
6250         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
6251         file if it doesn't exist (by calling gnus-cache-read-active).
6252
6253 2001-08-04  Simon Josefsson  <jas@extundo.com>
6254
6255         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
6256         (gnus-cache-passively-or-fully-p): Removed.
6257         (gnus-cache-fully-p): Fix it.
6258
6259         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
6260
6261 2001-08-04  Simon Josefsson  <jas@extundo.com>
6262
6263         * gnus-cache.el (gnus-cache-fully-p)
6264         (gnus-cache-passively-or-fully-p): New functions.
6265         (gnus-cache-possibly-enter-article): Cosmetic change, use
6266         `g-c-p-o-f-p'.
6267         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
6268         was bogus (`g-c-p-a-a' does not change active info, just change
6269         the functions parameters).
6270         (gnus-cache-possibly-remove-articles-1): Make sure articles are
6271         not removed in groups that match `gnus-uncacheable-groups'.
6272
6273         Reported and modifications based on discussions with Nuutti
6274         Kotivuori <nuutti.kotivuori@smarttrust.com>.
6275
6276 2001-08-04  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
6277         Committed by Simon Josefsson  <jas@extundo.com>
6278
6279         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
6280         calls `gnus-cache-update-active' if bounds has been extended.
6281
6282 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6283
6284         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
6285         before remove.
6286         (gnus-mime-security-show-details): Ditto.
6287
6288 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6289
6290         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
6291         syntax.  Protect string-match against nil string and regexp.
6292
6293 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6294
6295         * mm-util.el (mm-find-charset-region): Remove control-1.
6296
6297 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6298
6299         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
6300
6301 2001-08-04  Simon Josefsson  <jas@extundo.com>
6302
6303         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
6304         buffer.  Delete MIME-Version header.
6305
6306 2001-08-03  Simon Josefsson  <jas@extundo.com>
6307
6308         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
6309         that is entered does not necessarily have the highest article
6310         number in the group, so use `gnus-cache-possibly-alter-active'
6311         instead of `gnus-cache-update-active'.
6312
6313 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6314
6315         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
6316
6317 2001-08-03  Simon Josefsson  <jas@extundo.com>
6318
6319         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
6320         menu.
6321
6322 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6323
6324         * gnus.el (post-method): New group parameter.  It also provides
6325         the user option `gnus-post-method-alist' and the internal function
6326         `gnus-parameter-post-method'.
6327
6328         * gnus-msg.el (gnus-post-method): Bind the value of
6329         `gnus-post-method' to the group parameter if it is defined.
6330
6331 2001-08-02  Simon Josefsson  <jas@extundo.com>
6332
6333         * smime.el (smime-extra-arguments): Removed.
6334         (smime-call-openssl-region): Don't use it.
6335
6336 2001-08-02  Simon Josefsson  <jas@extundo.com>
6337
6338         * smime.el (smime-sign-region): Handle stderr.
6339         (smime-encrypt-region): Ditto.
6340
6341         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
6342         match the ASN.1 length bytes.
6343         (mm-pkcs7-enveloped-magic): Ditto.
6344         (mm-view-pkcs7-get-type): Don't regexp quote.
6345
6346 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6347         From Andreas Fuchs <asf@void.at>
6348
6349         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
6350
6351 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6352
6353         * gnus-art.el (gnus-header-button-alist): References regexp.
6354
6355 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
6356
6357         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
6358         already fboundp.  Add INTERACTIVE arg to autoload form.
6359
6360 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6361
6362         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
6363
6364         * nnmail.el (nnmail-cache-open): Ditto.
6365
6366 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6367
6368         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
6369
6370 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6371
6372         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
6373
6374 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6375         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
6376
6377         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
6378         (gnus-agent-toggle-plugged): Use it.
6379
6380 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
6381
6382         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
6383         (gnus-ding-file-coding-system): New variable.
6384         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
6385         (gnus-slave-save-newsrc): Use it.
6386
6387 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6388
6389         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
6390         syntax.
6391
6392 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6393         Originally from Andreas Fuchs <asf@void.at>
6394
6395         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
6396         (mml2015-gpg-pretty-print-fpr): New function.
6397         (mml2015-gpg-extract-signature-details): More details, rename from
6398         `m-g-e-from'.
6399         (mml2015-gpg-verify): Use them.
6400         (mml2015-gpg-clear-verify): Use them.
6401
6402 2001-07-31  Simon Josefsson  <jas@extundo.com>
6403
6404         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
6405         buffer when done.
6406
6407 2001-07-30  Simon Josefsson  <jas@extundo.com>
6408
6409         * smime.el (smime-call-openssl-region): Revert previous change,
6410         just pass on buf to `call-process-region'.
6411         (smime-verify-region): Doc fix.  Don't message stuff.  Use
6412         `smime-new-details-buffer'.  Inserts error messages into buffer.
6413         (smime-noverify-region): Ditto.
6414         (smime-decrypt-region): Ditto.  Handles stderr separately.
6415         (smime-verify-buffer, smime-noverify-buffer)
6416         (smime-decrypt-buffer): Doc fix.
6417         (smime-new-details-buffer): New function.
6418         (smime-pkcs7-region, smime-pkcs7-certificates-region)
6419         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
6420         (smime-sign-region, smime-encrypt-region): Don't use
6421         `insert-buffer'.
6422
6423         * mml-smime.el (mml-smime-verify): Fix security button strings.
6424
6425 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6426
6427         * gnus-art.el (gnus-mime-save-part-and-strip): Save
6428         gnus-article-mime-handles.
6429
6430 2001-07-29  Simon Josefsson  <jas@extundo.com>
6431
6432         * mail-source.el (top-level): Require message for message-directory.
6433         (mail-source-directory): Change default to message-directory.
6434
6435         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
6436         (smime-certificate-directory, smime-openssl-program)
6437         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
6438         (smime-extra-arguments): New variable.
6439         (smime-dns-server): Fix customize group.
6440         (smime-call-openssl-region): Use `smime-extra-arguments'.
6441
6442 2001-07-29  Simon Josefsson  <jas@extundo.com>
6443         From Vladimir Volovich <vvv@vsu.ru>
6444
6445         * smime.el (smime-call-openssl-region): Ignore stderr.
6446
6447 2001-07-29  Simon Josefsson  <jas@extundo.com>
6448         From Christoph Conrad <christoph.conrad@gmx.de>
6449
6450         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
6451         file.
6452
6453 2001-07-29  Simon Josefsson  <jas@extundo.com>
6454
6455         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
6456
6457         Support S/MIME decryption.
6458
6459         * mm-decode.el (mm-inline-media-tests):
6460         (mm-inlined-types):
6461         (mm-automatic-display):
6462         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
6463
6464         * mm-view.el (mm-pkcs7-signed-magic):
6465         (mm-pkcs7-enveloped-magic): New variables.
6466         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
6467         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
6468         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
6469         PKCS#7 blobs.
6470
6471         * smime.el (smime-decrypt-region): Expand keyfile.
6472
6473 2001-07-29  Simon Josefsson  <jas@extundo.com>
6474
6475         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
6476         `ssl.el' variables.
6477
6478         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
6479         but line instead of narrowing to it, because `nnmail-parse-active'
6480         calls widen.  Thanks to Christoph Conrad
6481         <christoph.conrad@gmx.de>.
6482
6483 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6484
6485         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
6486         for %B spec.
6487
6488         * gnus-sum.el (gnus-summary-prepare-threads): If
6489         gnus-sum-thread-tree-root is nil, use subject instead.
6490         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
6491         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
6492         (gnus-sum-thread-tree-leaf-with-other)
6493         (gnus-sum-thread-tree-single-leaf): Documentation.
6494         (gnus-sum-thread-tree-single-indent): Allow nil.
6495
6496 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6497
6498         * message.el (message-fill-paragraph): Do nothing if the user
6499         wants filladapt-mode.
6500
6501 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6502
6503         * mm-decode.el (mm-image-type-from-buffer): New function.
6504         (mm-get-image): Use it.
6505
6506 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6507
6508         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
6509
6510         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
6511         mm-display-parts too.
6512
6513 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6514
6515         * nnfolder.el (nnfolder-request-accept-article): Bind
6516         nntp-server-buffer.
6517
6518         * nnmail.el (nnmail-parse-active): Read from buffer instead of
6519         nntp-server-buffer.
6520
6521 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6522
6523         * message.el (message-check-news-header-syntax): Use
6524         message-post-method.
6525         (message-send-news): Bind message-post-method.
6526
6527 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6528
6529         * mml.el (mml-tweak-type-alist): New variable.
6530         (mml-tweak-function-alist): New variable.
6531         (mml-tweak-part): New function.
6532         (mml-generate-mime-1): Use it.
6533
6534 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6535
6536         * nnfolder.el (nnfolder-request-accept-article): Replace
6537         nnfolder-request-list.
6538
6539 2001-07-27  Simon Josefsson  <jas@extundo.com>
6540
6541         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
6542         nnoo-change-server failed to do it.
6543
6544 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6545
6546         * gnus.el (gnus-parameters): Make it customizable.
6547
6548 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6549
6550         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
6551
6552         * message.el (message-set-auto-save-file-name): More
6553         poor-system-types.
6554
6555         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
6556
6557         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
6558         supports +.
6559
6560 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6561
6562         * mm-decode.el (mm-readable-p): New function.
6563         (mm-inline-media-tests): Fix the default testers.
6564
6565 2001-07-26  Simon Josefsson  <jas@extundo.com>
6566
6567         * nnimap.el (nnimap-version): Bump version number.
6568
6569 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6570         From Steven E. Harris <seh@speakeasy.org>
6571
6572         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
6573         in M$Windows too.
6574
6575 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6576
6577         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
6578
6579 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6580
6581         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
6582
6583         * mm-decode.el (mm-get-image): Guess then use the type.
6584
6585         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
6586
6587 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
6588
6589         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
6590         display (%B) for threads if threading is off.
6591
6592 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6593         From Henrik Enberg <henrik@enberg.org>
6594
6595         * gnus-msg.el: Customization patch.
6596
6597 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
6598
6599         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
6600         variable.
6601         (nnmail-split-fancy-with-parent): Ignore certain groups.
6602
6603 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6604
6605         * gnus-util.el (gnus-byte-compile): New function.
6606         (gnus-use-byte-compile): New variable.
6607         (gnus-make-sort-function): Use it.
6608
6609         * nnmail.el (nnmail-get-new-mail): Use it.
6610
6611         * gnus-agent.el (gnus-category-make-function): Simple function or
6612         compiled function.
6613         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
6614
6615         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
6616         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
6617         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
6618
6619         * message.el (message-check-news-header-syntax): Remove quote.
6620
6621 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6622
6623         * message.el (message-use-mail-followup-to): `t' is not a
6624         documented value.
6625
6626 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6627
6628         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
6629
6630 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6631
6632         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
6633         there are long lines.
6634
6635 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6636
6637         * dgnushack.el (copy-list): New compiler macro.
6638
6639 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6640
6641         * message.el (message-bounce): If no Return-Path, the whole
6642         content is considered as the original message.
6643
6644         * nnml.el (nnml-check-directory-twice): New variable.
6645         (nnml-article-to-file): Use it.
6646         (nnml-retrieve-headers): Hack it.
6647
6648 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6649
6650         * gnus-win.el (gnus-buffer-configuration): New configure.
6651
6652         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
6653         not alive.
6654
6655         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
6656         (mm-display-external): Use display-term configure.
6657
6658 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6659
6660         * gnus-delay.el (gnus-delay-default-hour): New variable.
6661         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
6662
6663 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6664         From Karl Kleinpaste <karl@charcoal.com>
6665
6666         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
6667         (gnus-summary-prepare-threads): Ditto.
6668
6669         * gnus.el (gnus-summary-line-format): Add %B.
6670
6671 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6672
6673         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
6674
6675         * mm-util.el (mm-string-as-multibyte): New function.
6676
6677         * nnmh.el (nnmh-request-list-1): Encode, not decode!
6678
6679 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6680
6681         * mm-util.el (mm-universal-coding-system): New variable.
6682
6683         * gnus-start.el (gnus-startup-file-coding-system): Use it.
6684
6685         * score-mode.el (score-mode-coding-system): Use it.
6686
6687 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6688
6689         * gnus-start.el (gnus-setup-news): Call
6690         `gnus-check-bogus-newsgroups' just after the native server is
6691         opened.
6692
6693 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6694
6695         * nnmail.el (nnmail-do-request-post): Util function to be used by
6696         `nnchoke-request-post' for all nnmail-derived backends.
6697
6698         * nnml.el (nnml-request-post): Use it.
6699
6700         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
6701         backend, for it groks nnml-request-post.
6702
6703         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
6704         Treat `mail-post' backends like `mail' backends, not like `news'
6705         backends.
6706
6707 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6708
6709         * gnus-msg.el (gnus-setup-message): make-local-hook.
6710
6711 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6712
6713         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
6714         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
6715         <karl@charcoal.com>, slightly changed by Kai.
6716
6717         * message.el (message-check-news-header-syntax): When checking
6718         whether the groups exist, check the right server based on
6719         `gnus-post-method'.
6720
6721 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6722
6723         * gnus-delay.el: New file.
6724
6725 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6726
6727         * mm-util.el (mm-read-coding-system): Take two arguments.
6728
6729         * gnus-sum.el (gnus-summary-show-article): Use
6730         mm-read-coding-system.
6731
6732         * gnus-art.el (article-de-quoted-unreadable):
6733         (article-de-base64-unreadable, article-wash-html):
6734         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
6735
6736 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6737
6738         * nnml.el (nnml-request-post): New function.  Can be used for
6739         annotations in nnml groups.
6740
6741 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6742
6743         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
6744         command.
6745
6746         * gnus-start.el (gnus-find-new-newsgroups): Use
6747         `message-make-date' instead of `current-time-string'.
6748         (gnus-ask-server-for-new-groups): Ditto.
6749         (gnus-check-first-time-used): Ditto.
6750
6751 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6752
6753         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
6754
6755 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
6756
6757         * message.el (message-shorten-references): Change `maxcount' and
6758         `cut' to obey USEFOR draft 5.
6759
6760 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
6761
6762         * gnus-sum.el (gnus-summary-display-arrow): New variable.
6763         (gnus-summary-set-article-display-arrow): New function.
6764         (gnus-summary-goto-subject): Use it.
6765
6766 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6767
6768         * gnus-sum.el (gnus-summary-import-article): Insert date if
6769         doesn't exist.
6770
6771 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6772
6773         * mml.el (mml-content-type-parameters): New variable.
6774         (mml-content-disposition-parameters): New variable.
6775         (mml-insert-mime-headers): Use them.
6776         (mml-parse-1): Accept charset.
6777
6778 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6779
6780         * gnus-group.el (gnus-group-select-group): Doc fix.
6781
6782         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
6783
6784 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6785
6786         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
6787         to handle `define-derived-mode'.
6788
6789 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6790         From:  Stefan Monnier  <monnier@cs.yale.edu>
6791
6792         * message.el (message-mode): Use define-derived-mode.
6793         (message-tab): message-completion-alist.
6794
6795         * imap.el (imap-interactive-login): Use make-local-variable.
6796         (imap-open): Ditto.
6797         (imap-authenticate): Ditto.
6798
6799         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
6800
6801         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
6802
6803 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6804
6805         * message.el (message-citation-line-function): Refer to
6806         gnus-cite-attribution-suffix.
6807
6808 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6809
6810         * gnus-art.el,...: Error convention changes.
6811
6812 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6813
6814         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
6815
6816 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6817
6818         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
6819         (nnrss-read-server-data): Ditto.
6820
6821 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6822
6823         * gnus-setup.el (gnus-use-installed-gnus): Typo.
6824         * Cleanup files.
6825         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
6826
6827 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6828
6829         * gnus.el (gnus-summary-line-format): Add %o.
6830
6831         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
6832         unless shell outputs something.
6833
6834 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6835
6836         * gnus-art.el (gnus-boring-article-headers): Better doc.
6837         (article-hide-headers): Better regexp.
6838         Suggested by Matt Swift <swift@alum.mit.edu>.
6839
6840         * nnheader.el (nnheader-max-head-length): Better doc.
6841         (nnheader-header-value): Skip spaces.
6842         (nnheader-parse-head): Remove space.
6843         Suggested by Matt Swift <swift@alum.mit.edu>.
6844
6845         * gnus-sum.el (gnus-summary-show-raw-article): New function.
6846         (gnus-get-newsgroup-headers): Remove space.
6847
6848 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6849
6850         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
6851         (gnus-summary-reply): Use it.
6852         (gnus-summary-reply-broken-reply-to): New function.
6853         (gnus-msg-force-broken-reply-to): New function.
6854
6855         * mm-view.el (mm-inline-text): Showing as text/plain when error.
6856
6857 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6858
6859         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
6860
6861 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6862
6863         * mm-decode.el (mm-external-terminal-program): New variable.
6864         (mm-display-external): Use it. Use term to display when no
6865         window-system.
6866
6867 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
6868
6869         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
6870         Browse->Next entries to Browse->Prev
6871
6872 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6873
6874         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
6875
6876 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6877
6878         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
6879         for the default encoding.
6880
6881         * nnrss.el (nnrss-url-field): New field.
6882         (nnrss-request-article): Add newsgroups.
6883
6884         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
6885
6886 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6887
6888         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
6889
6890         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
6891         (gnus-draft-setup): Remove backlog.
6892
6893 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6894
6895         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
6896         Cleanup.
6897
6898 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6899
6900         * gnus-msg.el (gnus-bug): Erase buffer.
6901
6902         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
6903
6904 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6905
6906         * mm-decode.el (mm-attachment-override-p): Fix typo.
6907
6908 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
6909
6910         * gnus-kill.el (gnus-execute): Work with the extra headers.
6911         * gnus-sum.el (gnus-summary-execute-command): Ditto.
6912
6913 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6914
6915         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
6916         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
6917
6918         * message.el (message-send-mail-real-function): New variable.
6919         (message-send-mail-partially, message-send-mail):
6920
6921         * nngateway.el (nngateway-request-post): Use it.
6922
6923         * gnus-agent.el (gnus-agentize): Use it.
6924
6925         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
6926         (nnsoup-revert-variables): Use it.
6927
6928 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
6929
6930         * mm-decode.el (mm-inline-media-tests): Default to displaying as
6931         text/plain if the type doesn't match any other media types.
6932         (mm-inlined-types): Doc fix.
6933         (mm-display-inline): Revert previous change (now handled by a
6934         default type in `mm-inline-media-tests'.
6935         (mm-inlinable-p): Revive.
6936         (mm-display-part): Call `mm-inlinable-p'.
6937         (mm-attachment-override-p): Ditto.
6938         (mm-inlined-p): Doc fix.
6939
6940         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
6941         well as `mm-inlined-p'.
6942
6943 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6944
6945         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
6946         (nntp-send-command-and-decode): Use gnus-point-at-bol.
6947
6948 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6949         From  Paul Jarc <prj@po.cwru.edu>
6950
6951         * message.el (message-use-mail-followup-to): New variable.
6952         (message-get-reply-headers): Use it.
6953
6954 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
6955
6956         * nnheader.el (nnheader-init-server-buffer): Make sure the
6957         *nntpd* buffer is made multibyte instead of a random buffer.
6958
6959 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6960
6961         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
6962         when it returns headers.
6963
6964 2001-07-07  Simon Josefsson  <jas@extundo.com>
6965
6966         * rfc2047.el (rfc2047-encode-message-header): Skip header when
6967         trying to fold. Thanks to Colin Walters
6968         <walters@cis.ohio-state.edu>
6969
6970 2001-07-06  Simon Josefsson  <jas@extundo.com>
6971
6972         * imap.el (imap-parse-address-list, imap-parse-flag-list)
6973         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
6974         Add information in `assert's.
6975
6976         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
6977         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
6978         and `nnimap-group-overview-filename', should handle all
6979         change-of-uidvalidity related issues.  But there may be other
6980         problems.)
6981
6982 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
6983
6984         * rfc2047.el (rfc2047-encode-message-header): Don't include the
6985         header name when folding.
6986
6987 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
6988
6989         * mm-decode.el (mm-inlined-types): Document relationship with
6990         `mm-inline-media-tests'.
6991         (mm-display-inline): Default to displaying as plain text if no
6992         inlining handler is available.
6993         (mm-inlinable-p): Remove.
6994         (mm-inlined-p): Don't call `mm-inlinable-p'.
6995         (mm-automatic-display-p): Ditto.
6996         (mm-attachment-override-p): Ditto.
6997
6998 2001-07-04  Simon Josefsson  <jas@extundo.com>
6999
7000         * nnimap.el (nnimap-importantize-dormant): New variable.
7001         (nnimap-request-update-info-internal): Use it.
7002         (nnimap-request-set-mark): Ditto.
7003
7004 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
7005
7006         * nntp.el (nntp-send-command): don't pass a buffer argument to
7007         `point'. Only XEmacs accepts this.
7008         * nntp.el (nntp-send-command-nodelete): ditto.
7009         * nntp.el (nntp-send-command-and-decode): ditto.
7010
7011 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
7012
7013         * nntp.el (nntp-open-connection-function): doc update.
7014         * nntp.el (nntp-pre-command): New.
7015         * nntp.el (nntp-via-rlogin-command): New.
7016         * nntp.el (nntp-via-telnet-command): New.
7017         * nntp.el (nntp-via-telnet-switches): New.
7018         * nntp.el (nntp-via-user-name): New.
7019         * nntp.el (nntp-via-user-password): New.
7020         * nntp.el (nntp-via-address): New.
7021         * nntp.el (nntp-via-envuser): New.
7022         * nntp.el (nntp-via-shell-prompt): New.
7023         * nntp.el (nntp-open-telnet-stream): New.
7024         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
7025         * nntp.el (nntp-open-via-telnet-and-telnet): New.
7026         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
7027         * nntp.el (nntp-send-command): ditto.
7028         * nntp.el (nntp-send-command-nodelete): ditto.
7029         * nntp.el (nntp-send-command-and-decode): ditto.
7030
7031 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
7032
7033         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
7034         `when'.
7035
7036 2001-07-03  Simon Josefsson  <jas@extundo.com>
7037         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
7038
7039         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
7040
7041 2001-07-03  Simon Josefsson  <jas@extundo.com>
7042
7043         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
7044         remove it (workaround XEmacs `fill-region' bug).
7045
7046 2001-07-01  Simon Josefsson  <jas@extundo.com>
7047
7048         * nnimap.el (nnimap-date-days-ago): Defeat locale.
7049
7050 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7051
7052         * mml2015.el (mml2015-format-error): New function.
7053         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
7054         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
7055         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
7056
7057 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7058
7059         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
7060         Suggested by Christoph Conrad <C.Conrad@cli.de>.
7061
7062         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
7063         group variables.
7064
7065 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7066
7067         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
7068
7069         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
7070         (nnrss-save-group-data): Ditto.
7071
7072         * gnus-agent.el (gnus-agent-save-alist): Ditto.
7073
7074 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7075
7076         * message.el (message-do-send-housekeeping): Narrow to headers.
7077
7078 2001-06-24  Simon Josefsson  <jas@extundo.com>
7079
7080         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
7081         insertion when breaking lines looked for " \t" instead of "[ \t]".
7082         (rfc2047-encode-message-header): Fold lines even if
7083         no QP encoding is done.
7084
7085 2001-06-23  Simon Josefsson  <jas@extundo.com>
7086         From Samuel Tardieu <sam@inf.enst.fr>
7087
7088         * smime.el (smime-keys): Support additional certificates.
7089         (smime-make-certfiles): New function.
7090         (smime-sign-region): Use previous variables.
7091         (smime-get-certfiles): New function.
7092         (smime-sign-buffer): Use it.
7093         (smime-verify-region): Support both CAfile and CApath.
7094
7095 2001-06-23  Simon Josefsson  <jas@extundo.com>
7096
7097         * smime.el (smime-decrypt-region): Perhaps work.
7098
7099 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7100
7101         * gnus-msg.el (gnus-copy-article-buffer): Typo.
7102
7103 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
7104
7105         * mm-decode.el (mm-save-part): Rewrite file name.
7106         (mm-file-name-rewrite-functions): New variable.
7107         (mm-file-name-delete-whitespace): New function.
7108         (mm-file-name-trim-whitespace): New function.
7109         (mm-file-name-collapse-whitespace): New function.
7110         (mm-file-name-replace-whitespace): New variable and function.
7111
7112 2001-06-22  Simon Josefsson  <jas@extundo.com>
7113
7114         * message.el (message-make-date): Workaround locale for weekdays.
7115
7116 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7117
7118         * message.el (message-goto-body): Return nil if not found. (revert!)
7119
7120 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7121         From Fremlin <chief@bandits.org>
7122
7123         * message.el (message-goto-body): Some messages have no header.
7124
7125         * gnus-msg.el (gnus-copy-article-buffer): Use it.
7126
7127 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
7128
7129         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
7130
7131 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7132
7133         * message.el (message-make-date): Add week day.
7134         Suggested by Jason R. Mastaler <jason@mastaler.com>.
7135
7136 2001-06-19  Simon Josefsson  <jas@extundo.com>
7137
7138         * message.el (message-yank-prefix): Doc fix.
7139         (message-yank-cited-prefix): Ditto.
7140         (message-delete-not-region): Keep citation prefix on first line,
7141         if possible and appropriate.
7142
7143 2001-06-19  Simon Josefsson  <jas@extundo.com>
7144
7145         * imap.el (imap-process-connection-type): New variable.
7146         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
7147         recent `imtest's work completely (no line length issues), while
7148         making making old `imtest's unusable.  Thanks to NAGY Andras
7149         <nagya@inf.elte.hu> for his work.
7150
7151 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
7152
7153         * imap.el (imap-ssl-program): Add -quiet to shut up
7154         OpenSSL/SSLeay's internal debug talk.
7155
7156 2001-06-19  Matt Armstrong  <matt@lickey.com>
7157
7158         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
7159         server.
7160
7161 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7162
7163         * nnmail.el (nnmail-article-buffer): New variable.
7164         (nnmail-split-incoming): Use it.
7165
7166 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
7167
7168         * qp.el (quoted-printable-decode-region): If called interactively,
7169         use coding-system-for-read.
7170
7171 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7172
7173         * message.el (message-check-news-header-syntax): Check Reply-To.
7174
7175 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7176
7177         * mml.el (mml-parse-1): Use message options.
7178
7179         * message.el (message-do-fcc): Don't do anything if there is no
7180         FCC.
7181
7182 2001-06-16  Simon Josefsson  <jas@extundo.com>
7183
7184         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
7185         (nnimap-expunge-search-string): New variable.
7186         (nnimap-request-expire-articles): Use it.
7187
7188 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7189
7190         * message.el (message-send-mail-with-qmail): wrong exit status is
7191         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
7192
7193 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7194
7195         * gnus-art.el (article-strip-multiple-blank-lines): Use
7196         delete-region instead of replace-match.
7197
7198 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7199
7200         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
7201         (nnweb-google-wash-article): Ditto.
7202
7203 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
7204
7205         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
7206
7207 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7208
7209         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
7210         specs.
7211
7212 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7213
7214         * gnus.el (gnus-email-address): Move it here.
7215
7216         * gnus-art.el (article-de-quoted-unreadable): Read charset if
7217         requested.
7218         (article-de-base64-unreadable): Ditto.
7219         (article-wash-html): Ditto.
7220
7221 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7222
7223         * message.el (message-options-set-recipient): Don't add ", "
7224         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
7225
7226 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7227
7228         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
7229
7230 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7231
7232         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
7233         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
7234
7235         * nnrss.el (nnrss-node-text): Node might be nil.
7236
7237 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7238
7239         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
7240         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
7241
7242         * nnrss.el (nnrss-group-alist): More items.
7243
7244 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7245
7246         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
7247
7248 2001-06-03  Dale Hagglund  <rdh@best.com>
7249
7250         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
7251         restrict clauses.
7252
7253 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7254
7255         From Benjamin Rutt <brutt+news@bloomington.in.us>
7256
7257         * message.el (message-wide-reply-confirm-recipients): New variable.
7258
7259 2001-06-06  Mark Thomas  <mthomas@edrc.cmu.edu>
7260
7261         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
7262         fix so it works with XEmacs.
7263
7264 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7265
7266         * nnrss.el (nnrss-retrieve-headers): Support description as extra
7267         headers.
7268
7269 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7270
7271         * nnrss.el: Fix a few bugs.
7272
7273 2001-06-05  Simon Josefsson  <jas@extundo.com>
7274
7275         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
7276         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
7277
7278 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
7279
7280         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
7281         binary so that we don't transmit ISO 2022 garbage to the process.
7282         This is needed under XEmacs.
7283
7284 2001-06-03  Simon Josefsson  <simon@josefsson.org>
7285
7286         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
7287         autoloaded incorrectly below because ssl-program-* is bound.)
7288         Thanks to Amos Gouaux for report.
7289
7290 2001-06-02  Simon Josefsson  <simon@josefsson.org>
7291
7292         * imap.el (imap-kerberos4-open):
7293         (imap-gssapi-open):
7294         (imap-ssl-open):
7295         (imap-network-open):
7296         (imap-shell-open):
7297         (imap-starttls-open): Set buffer to workaround spurious
7298         `accept-process-output' buffer changes.  Thanks to Mats Lidell
7299         <Mats.Lidell@contactor.se> for report and partial patch and Jake
7300         Colman <colman@ppllc.com> for report.
7301
7302 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7303
7304         * gnus-sum.el (gnus-summary-catchup): New argument.
7305         (gnus-summary-catchup-from-here): New function.
7306
7307 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7308
7309         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
7310         back, then insert glyph.  (Before, the glyph was inserted first,
7311         then the newline.)  This works around a behavior in XEmacs where
7312         it is not possible to insert a character after a glyph which is at
7313         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
7314
7315 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7316
7317         From Jaap-Henk Hoepman (jhh@xs4all.nl).
7318
7319         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
7320         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
7321         mm-destroy-postponed-undisplay-list): New functions.
7322         (mm-display-external): Use them.
7323
7324 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7325
7326         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
7327         `default-low' when evaluating `gnus-summary-highlight'.
7328         From Raja R Harinath <harinath@cs.umn.edu>.
7329
7330 2001-05-27  Simon Josefsson  <simon@josefsson.org>
7331
7332         * message.el (message-yank-cited-prefix): New variable.
7333         (message-indent-citation): Use it.
7334
7335         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
7336         as details.
7337         (mml2015-mailcrypt-clear-verify): Ditto.
7338
7339 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7340         From Nevin Kapur <nevin@jhu.edu>.
7341
7342         * gnus-sum.el (gnus-summary-default-high-score,
7343         gnus-summary-default-low-score): New variables.
7344         (gnus-summary-highlight): Use them.
7345
7346 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
7347
7348         * message.el (message-mail): pass the 'send-actions argument to
7349         `message-setup'.
7350
7351 2001-05-16  Simon Josefsson  <simon@josefsson.org>
7352         From Raymond Scholz <ray-2001@zonix.de>
7353
7354         * gnus-art.el (gnus-mime-view-part-as-charset):
7355         (gnus-mime-internalize-part): Doc fixes.
7356
7357 2001-05-11  Simon Josefsson  <simon@josefsson.org>
7358
7359         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
7360         status lines without any text ("^215$").
7361
7362 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7363
7364         * nnrss.el (nnrss-check-group): Reverse.
7365
7366 2001-05-07  Simon Josefsson  <simon@josefsson.org>
7367
7368         * message.el (message-get-reply-headers):
7369         (message-followup): Fix typo, suggested by David Green
7370         <dgreen@uab.edu>
7371
7372 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7373
7374         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
7375
7376         * nnrss.el (nnrss-open-server): Read server data when it is called.
7377         (nnrss-request-expire-articles): Fix.
7378
7379 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7380
7381         * message.el (message-do-send-housekeeping): mail-abbrevs may
7382         rename buffer behind Gnus.
7383
7384 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7385
7386         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
7387         (nnrss-group-alist): Add more resources.
7388         (nnrss-check-group): Ignore errors.
7389
7390 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7391
7392         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
7393
7394         * nnslashdot.el (nnslashdot-request-list): Add time.
7395         (nnslashdot-request-expire-articles): New function.
7396
7397         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
7398         secondary methods too.
7399
7400 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7401
7402         * message.el (message-use-followup-to): Set default value to t.
7403
7404 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
7405
7406         * message.el (message-dont-reply-to-names): Fix documentation.
7407         (message-get-reply-headers): Use Mail-Followup-To only for wide
7408         replies.
7409
7410 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7411
7412         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
7413         correctly.
7414         (nnrss-check-group): Use time.
7415
7416 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7417
7418         * gnus.el: Oort Gnus v0.03 is released.
7419
7420 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7421
7422         * nnultimate.el (nnultimate-topic-article-to-article): Use the
7423         group.
7424
7425 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7426
7427         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
7428
7429 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7430
7431         * nnultimate.el (nnultimate-retrieve-headers): Return all
7432         available headers.
7433
7434         * gnus-sum.el (gnus-read-all-available-headers): New variable.
7435         (gnus-get-newsgroup-headers-xover): Use it.
7436
7437 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7438
7439         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
7440
7441 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7442
7443         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
7444
7445 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7446
7447         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
7448         disable it.
7449
7450         * gnus.el (gnus-info-nodes): Remove a few The's.
7451
7452 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7453
7454         * mail-source.el (mail-source-movemail): Call-process may return a
7455         signal description string.
7456
7457         * gnus-start.el (gnus-read-newsrc-el-file):
7458         gnus-newsrc-file-version may be nil.
7459
7460         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
7461         Suggested by Michael Sperber [Mr. Preprocessor]
7462         <sperber@informatik.uni-tuebingen.de>.
7463
7464 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
7465
7466         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
7467
7468 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
7469
7470         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
7471         fontify HANDLE.
7472
7473 2001-04-18  Simon Josefsson  <simon@josefsson.org>
7474
7475         * smime.el (smime-ask-passphrase): Rework to return value.
7476         (smime-sign-region): Rework to bind value and use it.
7477         (smime-decrypt-region): Ditto.
7478
7479 2001-04-18  Mathias Herberts  <Mathias.Herberts@iroise.net>
7480         Committed by Simon Josefsson  <simon@josefsson.org>
7481
7482         * smime.el (smime-ask-passphrase): New function.
7483         (smime-sign-region): Use it.
7484         (smime-encrypt-cipher): New variable.
7485         (smime-decrypt-region): Ditto.
7486
7487 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
7488         Committed by Simon Josefsson  <simon@josefsson.org>
7489
7490         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
7491         the log.
7492
7493 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7494
7495         *gnus.el: Oort Gnus v0.02 is released.
7496
7497 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
7498
7499         * gnus.el: Oort Gnus v0.01 is released.
7500
7501 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7502
7503         * gnus-sum.el (gnus-summary-highlight): Highlight read
7504         undownloaded articles as read articles.
7505
7506         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
7507         (gnus-agent-get-undownloaded-list): Mark all undownloaded
7508         articles, even read ones, as such.
7509
7510         * gnus-sum.el (gnus-summary-find-matching): Clean up.
7511         (gnus-find-matching-articles): New function.
7512         (gnus-summary-limit-include-matching-articles): New command.
7513         (gnus-summary-limit-include-thread): Include articles that have
7514         matching subjects.
7515         (gnus-offer-save-summaries): Clean up.
7516
7517 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7518
7519         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
7520
7521 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7522         From Jason Merrill <jason_merrill@redhat.com>
7523
7524         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
7525
7526 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
7527         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
7528
7529         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
7530         newsgroup names when the original article is a news message.
7531
7532 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7533
7534         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
7535         supported. Suggest by Jim Meyering <jim@meyering.net>.
7536
7537 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
7538         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
7539
7540         * nnmail.el (nnmail-split-it): Added check for .* at the end of
7541         regexp in nnmail-split-fancy.
7542
7543 2001-04-10  Simon Josefsson  <simon@josefsson.org>
7544
7545         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
7546
7547 2001-04-10  Colin Marquardt  <colin.marquardt@usa.alcatel.com>
7548
7549         * message.el (message-send-mail): Improve the interaction with the
7550         user.
7551
7552 2001-04-10  Simon Josefsson  <simon@josefsson.org>
7553
7554         * imap.el (imap-message-copy): Work around buggy servers that
7555         doesn't send TRYCREATE tags.
7556
7557 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
7558
7559         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
7560
7561 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7562
7563         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
7564         date.
7565
7566 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7567
7568         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
7569         lives.
7570
7571 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7572
7573         * gnus-art.el (gnus-parse-news-url): New function.
7574         (gnus-button-handle-news): New function.
7575         (gnus-button-alist): Point to new functions.
7576
7577         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
7578
7579         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
7580         gnus-format-specs.
7581
7582         * message.el (message-check-news-header-syntax): Question even
7583         when Gnus doesn't know the group names.
7584         (message-send-news): Clean up.
7585
7586         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
7587         exited on purpose without saving.
7588
7589         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
7590
7591 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7592
7593         * gnus-score.el (gnus-score-orphans): Clean up.
7594
7595         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
7596
7597         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
7598         later.
7599
7600         * gnus-start.el (gnus-close-all-servers): Find the right items to
7601         close.
7602
7603         * qp.el (quoted-printable-decode-region): Just message
7604         malformation; don't quit.
7605
7606 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7607         From Gerd Moellmann <gerd@gnu.org>.
7608
7609         * gnus.el (gnus-interactive): A typo.
7610
7611 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
7612         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
7613
7614         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
7615         `assq-delete-all', if that function exists; otherwise use the old
7616         definition. Documentation changed to match the one in
7617         `assq-delete-all'.
7618
7619 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7620
7621         * gnus-start.el (gnus-close-all-servers): New function.
7622
7623         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
7624         (gnus-server-remove-denials): Clean up.
7625
7626         * gnus-sum.el (gnus-summary-sort-by-original): New command and
7627         keystroke.
7628
7629 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7630
7631         * message.el (message-send-news): Message where we are sending.
7632         (message-send-mail): Ditto.
7633
7634         * gnus.el (gnus-server-string): New function.
7635
7636         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
7637
7638         * mm-decode.el (mm-default-directory): Customized.
7639         (mm-tmp-directory): Ditto.
7640
7641         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
7642         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
7643         or Chars.
7644         (gnus-summary-line-format-alist): ?l is now a string.
7645         (gnus-summary-prepare-threads): Output ? for unknown lines.
7646         (gnus-summary-insert-line): Ditto.
7647         (gnus-summary-print-article): Unbalanced parentheses.
7648
7649         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
7650         out whether new stuff has arrived.
7651
7652 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
7653
7654         * gnus-sum.el: Let printing work on ttys on Emacs.
7655
7656 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7657
7658         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
7659         when forcing news.
7660
7661         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
7662         command.
7663
7664 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
7665
7666         * message.el (message-set-auto-save-file-name): Don't use
7667         asterisks under nt.
7668
7669 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7670
7671         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
7672         lists of articles.
7673
7674         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
7675
7676         * gnus-msg.el (gnus-put-message): Clean up.
7677         (gnus-summary-reply): Mark all replied-to articles as replied to.
7678         (gnus-inews-add-send-actions): Also mark as forwarded.
7679         (gnus-summary-mail-forward): Mark as forwarded.
7680
7681         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
7682         of articles.
7683         (gnus-summary-mark-article-as-forwarded): Ditto.
7684
7685         * gnus-msg.el (gnus-summary-resend-message): Mark article as
7686         forwarded.
7687         (gnus-summary-mail-forward): Clean up.
7688
7689         * gnus.el (gnus-article-mark-lists): Added forward.
7690
7691         * gnus-sum.el (gnus-forwarded-mark): New variable.
7692         (gnus-summary-prepare-threads): Use it.
7693         (gnus-summary-update-secondary-mark): Ditto.
7694         (gnus-newsgroup-forwarded): New variable.
7695
7696 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7697
7698         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
7699         (gnus-summary-very-wide-reply): New command and keystroke.
7700         (gnus-summary-very-wide-reply-with-original): Ditto.
7701
7702         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
7703         (gnus-score-adaptive): Use it.
7704
7705         * gnus-start.el (gnus-get-unread-articles): Clean up.
7706
7707 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7708
7709         * nnultimate.el (nnultimate-retrieve-headers): Work for other
7710         boards.
7711
7712 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
7713
7714         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
7715         * gnus-start.el (gnus-subscribe-newsgroup): use it.
7716
7717 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7718
7719         * nnultimate.el (nnultimate-retrieve-headers): Understand
7720         long-form month names.
7721
7722 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7723
7724         * gnus-sum.el (gnus-summary-show-all-headers):
7725         gnus-article-show-all-headers is broken. Use
7726         gnus-summary-toggle-header instead.
7727
7728         * mml2015.el (mml2015-gpg-extract-from): No error.
7729
7730 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7731         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
7732
7733         * mml2015.el (mml2015-gpg-extract-from): New function.
7734         (mml2015-gpg-verify): Use it.
7735         (mml2015-gpg-clear-verify): Use it.
7736
7737 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7738
7739         * message.el (message-setup-fill-variables): Use
7740         fill-paragraph-function.
7741         (message-fill-paragraph): Take an argument.
7742         (message-newline-and-reformat): Take another argument.
7743
7744 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7745
7746         * message.el (rmail-output): It is in rmailout.el not rmail.el.
7747
7748 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7749
7750         * message.el (message-forward): local-variable-p takes an extra
7751         argument in XEmacs.
7752
7753 2001-03-16  Simon Josefsson  <simon@josefsson.org>
7754
7755         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
7756         `nnimap-use-nov-p' (it really tested the negative).
7757         (nnimap-retrieve-headers): Use it.
7758
7759 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7760
7761         * message.el (message-generate-headers-first): Update doc.
7762
7763 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
7764
7765         * gnus.el (gnus-summary-line-format): Typo.
7766
7767 2001-03-11  Simon Josefsson  <simon@josefsson.org>
7768
7769         * mailcap.el (mailcap-mime-data): Add application/sieve.
7770         (mailcap-mime-extensions): Add .siv, .xls.
7771
7772 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7773         From Christoph Conrad <christoph.conrad@gmx.de>
7774
7775         * gnus-score.el (gnus-summary-lower-thread): Typo.
7776
7777 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7778
7779         * message.el (message-forward-decoded-p): New variable.
7780         (message-forward-subject-author-subject): Use it.
7781         (message-make-forward-subject): Use it.
7782         (message-forward): Use it.
7783
7784         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
7785
7786         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
7787         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
7788
7789 ;;Has been fixed -- zsh.
7790 ;;2001-03-05  Dave Love  <fx@gnu.org>
7791 ;;
7792 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
7793 ;;      Move it after definition of mm-coding-system-p.
7794 ;;
7795 2001-03-01  Dave Love  <fx@gnu.org>
7796
7797         * mm-util.el (mm-inhibit-file-name-handlers): Add
7798         image-file-handler.
7799
7800 2001-02-11  Dave Love  <fx@gnu.org>
7801
7802         * message.el (message-signature-file): Fix doc, :type.
7803
7804 2001-02-08  Dave Love  <fx@gnu.org>
7805
7806         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
7807         (message-posting-charset): Defvar when compiling again.
7808         (rfc2047-encodable-p): Require message.
7809
7810         * gnus-sum.el (gnus-alter-articles-to-read-function):
7811         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
7812
7813 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7814
7815         * nnrss.el: New file.
7816
7817 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
7818         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
7819
7820         * rfc2047.el (rfc2047-unfold-region): Fix arg of
7821         `skip-chars-forward'.
7822
7823 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7824
7825         * nndraft.el (nndraft-request-group): Restore auto save files if
7826         the original files do not exist.
7827
7828 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7829
7830         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
7831         SCORE paths.
7832
7833         * mm-decode.el (mm-dissect-buffer): Call
7834         mail-extract-address-components only if necessary.
7835
7836 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7837
7838         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
7839         directory part.
7840         (gnus-score-search-global-directories): Use file-directory-p.
7841
7842         * gnus-score.el (gnus-score-score-files-1): Use
7843         gnus-kill-files-directory.
7844         From Adrian Aichner <adrian@xemacs.org>.
7845
7846 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7847
7848         * gnus.el (charset): Move here from gnus-sum.el.
7849
7850 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7851
7852         * mml.el (mml-preview): Disable local map.
7853
7854         * gnus-sum.el (gnus-summary-make-menu-bar): Make
7855         gnus-article-post-menu here.
7856
7857         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
7858         if it has not been made.
7859
7860 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7861
7862         * gnus-art.el (gnus-article-describe-key): Map key to event.
7863         (gnus-article-describe-key-briefly): Ditto
7864
7865 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7866
7867         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
7868
7869 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7870         From Katsumi Yamaoka <yamaoka@jpl.org>.
7871
7872         * dgnushack.el (coerce, merge, subseq): defmacro.
7873
7874 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7875
7876         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
7877         A fake defalias in nndraft.el results a not-activated bug in
7878         uncompiled versions.
7879
7880 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
7881         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
7882
7883         * gnus-util.el (gnus-split-references): Handle malformed References:.
7884
7885 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7886
7887         * gnus-art.el (gnus-article-mime-part-status): 1 part.
7888
7889 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7890         From NAGY Andras <nagya@inf.elte.hu>.
7891
7892         * gnus.el (gnus-parameters): Typo.
7893
7894 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7895
7896         * gnus.el (gnus-read-method): Remove redundancy.
7897
7898 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7899
7900         * nnslashdot.el (nnslashdot-backslash-url): New variable.
7901         (nnslashdot-request-list): Use it.
7902
7903 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7904
7905         * nnml.el (nnml-generate-active-info): Fix the case when there is
7906         no file.
7907
7908         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
7909         (gnus-summary-create-article): New function.
7910
7911         * gnus-group.el (gnus-group-mark-article-read): New function.
7912
7913         * gnus-msg.el (gnus-inews-do-gcc): Use it.
7914
7915         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
7916
7917 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7918
7919         * gnus-art.el (gnus-article-edit-done): Don't use
7920         gnus-article-edit-exit.
7921         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
7922
7923         * gnus.el (gnus-parameters): New variable.
7924         Suggested by NAGY Andras <nagya@inf.elte.hu>.
7925         (gnus-parameters-get-parameter): New function.
7926         (gnus-group-find-parameter): Use it.
7927
7928 2001-02-23  Simon Josefsson  <simon@josefsson.org>
7929
7930         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
7931         change of default value to `current'.
7932
7933 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7934
7935         * nneething.el (nneething-get-head): Insert unreadable file too.
7936
7937 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7938
7939         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
7940
7941         * webmail.el (webmail-type-definition): Deja is bought by google.
7942
7943 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7944
7945         * gnus-sum.el (gnus-fetch-headers): New function.
7946         (gnus-select-newsgroup): Use it.
7947         (gnus-summary-insert-articles): New function.
7948         (gnus-summary-insert-old-articles): New function.
7949         (gnus-summary-insert-new-articles): New function.
7950
7951         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
7952         (gnus-group-list-active): Ditto.
7953         * gnus-sum.el (gnus-set-mode-line): Ditto.
7954         (gnus-summary-read-group-1): Ditto.
7955
7956 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7957
7958         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
7959         current topic.
7960
7961 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7962
7963         * smiley.el (gnus-smiley-display): Don't do widening.
7964
7965         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
7966         within body.
7967
7968         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
7969
7970         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
7971         New variable.
7972         (gnus-mime-display-multipart-related-as-mixed): New variable.
7973         (gnus-mime-display-part): Use them.
7974
7975 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7976
7977         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
7978         something special.
7979
7980 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7981
7982         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
7983         (nnweb-request-article): Call reference if exists.
7984         (nnweb-type-definition): Dejanews is bought by google.com.
7985         Beta!
7986
7987 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7988
7989         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
7990
7991 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7992
7993         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
7994         gnus-article-sort-functions.
7995         (gnus-article-sort-functions): Doc fix.  Refer to
7996         gnus-thread-sort-functions.
7997
7998 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7999         From Paul Jarc <prj@po.cwru.edu>.
8000
8001         * message.el (message-get-reply-headers): More fixes.
8002
8003 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
8004         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8005
8006         * message.el (message-get-reply-headers): Fix bug with
8007         Mail-Followup-To/to-address interaction.
8008
8009 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8010
8011         * gnus-msg.el (gnus-configure-posting-styles): Match header in
8012         gnus-article-copy.
8013
8014 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8015
8016         * message.el (message-do-send-housekeeping): Rename to a better
8017         name.
8018
8019 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8020
8021         * message.el (message-cancel-news): Check article first, then ask
8022         yes or no.
8023
8024 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8025
8026         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
8027
8028 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8029
8030         * gnus-range.el (gnus-range-normalize): New function.
8031
8032 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
8033
8034         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
8035
8036 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8037
8038         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
8039
8040         * nnagent.el (nnagent-request-regenerate): New function.
8041
8042         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
8043
8044         * nnml.el (nnml-generate-nov-databases): Accept argument
8045         server. Don't open server if it is opened.
8046         (nnml-request-regenerate): Use it. Change to deffoo.
8047
8048 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8049         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8050
8051         * gnus.el (gnus-define-group-parameter): Fix.
8052
8053 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8054
8055         * gnus.el (gnus-define-group-parameter): Improved.
8056
8057         * gnus-sum.el (charset): Define parameter.
8058         (ignored-charsets): Ditto.
8059         (gnus-summary-setup-default-charset): Use them.
8060
8061         * gnus-start.el (gnus-read-descriptions-file): Use them.
8062
8063         * gnus-cus.el (gnus-group-parameters): Remove them.
8064
8065 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8066
8067         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
8068
8069 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8070
8071         * gnus-sum.el (gnus-summary-read-group-1): Remove
8072         gnus-summary-set-local-parameters.
8073         (gnus-summary-setup-buffer): Put it here.
8074
8075 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8076
8077         * gnus.el (to-address): Define parameter.
8078         (to-list): Ditto.
8079         * gnus-art.el (article-hide-boring-headers): Use them.
8080         * gnus-msg.el (gnus-post-news): Ditto.
8081         * gnus-cus.el (gnus-group-parameters): Remove them.
8082
8083 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8084
8085         * gnus-draft.el (gnus-draft-reminder): New function.
8086
8087         * gnus-art.el (gnus-sender-save-name): New function.
8088
8089 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8090
8091         * mm-util.el (mm-mime-charset): Error message.
8092
8093 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8094
8095         * message.el (message-check-news-body-syntax): Don't check mml lines.
8096
8097 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8098
8099         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
8100         subscribe.
8101
8102         * gnus-start.el (gnus-call-subscribe-functions): New function.
8103         (gnus-find-new-newsgroups): Use it.
8104         (gnus-ask-server-for-new-groups): Use it.
8105         (gnus-check-first-time-used): Use it.
8106         (gnus-subscribe-newsgroup-method): Grok a list of functions.
8107         (gnus-subscribe-options-newsgroup-method): Ditto.
8108         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
8109         return .
8110
8111 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8112
8113         * gnus-cus.el (gnus-score-customize): Doc fix.
8114
8115 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
8116
8117         * dgnushack.el (my-getenv): Typo.
8118
8119 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8120
8121         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
8122
8123 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8124
8125         * gnus-group.el (gnus-group-suspend): Offer save summaries.
8126
8127         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
8128         (gnus-treatment-function-alist): Use it.
8129         (article-remove-leading-whitespace): New function.
8130         (gnus-article-make-menu-bar): Use it.
8131
8132         * gnus-sum.el (gnus-summary-wash-empty-map): Add
8133         remove-leading-whitespace.
8134         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
8135         because of conflict.
8136
8137 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8138
8139         * Makefile.in: Hack generating gnus-load.el.
8140         * dgnushack.el: Ditto.
8141         * gnus-load.el: Remove it.
8142
8143 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8144
8145         * dgnushack.el : Add URLDIR.
8146
8147         * Makefile.in (EMACS_COMP): Ditto.
8148
8149 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8150
8151         * gnus-cus.el (gnus-score-customize): Error on no score file.
8152
8153 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8154
8155         * mm-decode.el (mm-merge-handles): New function.
8156
8157         * mm-view.el (mm-inline-message): Use it.
8158         (mm-view-message): Ditto.
8159
8160         * mm-partial.el (mm-inline-partial): Ditto.
8161
8162         * mm-extern.el (mm-inline-external-body): Ditto.
8163
8164         * gnus-art.el (gnus-mime-view-part): Ditto.
8165         (gnus-mime-view-part-as-type): Ditto.
8166         (gnus-mime-save-part-and-strip): Prevent users to strip in some
8167         cases.
8168
8169 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8170
8171         * message.el (message-cancel-news): Allow to shoot foot.
8172         (message-supersede): Ditto.
8173
8174 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
8175
8176         * gnus-sum.el (gnus-simplify-subject-re): Use
8177         message-subject-re-regexp.
8178
8179 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8180
8181         * nnmail.el (nnmail-expiry-target-group): Bind
8182         nnmail-cache-accepted-message-ids to nil.
8183
8184         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
8185         coding system.
8186
8187 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8188
8189         * qp.el (quoted-printable-encode-region): Make sure characters are
8190         between 00 and FF.  Don't check charset.
8191
8192         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
8193         in Emacs 20.
8194         * rfc2047.el (rfc2047-q-encode-region): Ditto.
8195
8196 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8197
8198         * message.el (message-make-forward-subject): Argument decoded.
8199         (message-forward): Use it when digest.
8200
8201         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
8202         buffer.
8203
8204 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8205
8206         * message.el (message-generate-headers-first): Doc fix.
8207
8208 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8209
8210         * gnus-art.el (article-make-date-line): Error proof.
8211
8212 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8213
8214         * gnus-group.el (gnus-group-listing-limit): New variable.
8215         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
8216
8217         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
8218
8219 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8220
8221         * message.el (message-newline-and-reformat): Special case for
8222         breaking at BOL.
8223
8224 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
8225
8226         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
8227         message/rfc822.
8228
8229 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8230
8231         * message.el (message-encode-message-body): Don't insert
8232         Content-Type if it is inside a mail.
8233
8234 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8235
8236         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
8237         gnus-article-commands-menu.
8238
8239         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
8240         in Emacs.
8241
8242         * gnus-start.el (gnus-read-descriptions-file): Use
8243         gnus-group-name-charset and gnus-group-charset-alist.
8244
8245 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8246
8247         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
8248         active region.
8249
8250         * gnus-start.el (gnus-group-change-level): Remove from both
8251         gnus-zombie-list and gnus-killed-list.
8252
8253 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8254
8255         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
8256         gnus-subscribe-topics.
8257
8258         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
8259
8260 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8261
8262         * gnus-art.el (gnus-article-make-menu-bar): Make
8263         gnus-article-post-menu.
8264
8265         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
8266
8267         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
8268
8269         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
8270
8271         * message.el (message-mode-menu): Ditto.
8272
8273         * gnus-art.el (defvar): eval-when-compile.
8274
8275 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8276
8277         * gnus-agent.el (gnus-agentize): Fix doc.
8278
8279 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
8280
8281         * mml.el (mml-preview): Bind `q'.
8282
8283 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8284
8285         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
8286
8287 2001-01-31  Dave Love  <fx@gnu.org>
8288
8289         * mm-util.el (mm-mime-mule-charset-alist)
8290         (mm-find-mime-charset-region): Consider mule-utf-8.
8291
8292 2001-01-31  Dave Love  <fx@gnu.org>
8293
8294         * gnus-art.el (gnus-article-x-face-command)
8295         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
8296         :version.
8297
8298 2001-01-26  Dave Love  <fx@gnu.org>
8299
8300         * mm-util.el (mm-multibyte-string-p): New.
8301
8302 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
8303 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
8304 ;;      string-as-multibyte on class.  Clarify line-folding.
8305         (quoted-printable-encode-string): Make temp buffer inherit
8306         string's multibyteness.
8307
8308 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
8309
8310         * nnheader.el (toplevel): Don't require `gnus-util' at
8311         compile-time; this creates a circular dependency, and prevents
8312         a bootstrap.
8313
8314 2001-01-22  Andreas Schwab  <schwab@suse.de>
8315
8316         * nnheader.el (gnus-delete-line): Autoload it as a macro.
8317
8318 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8319
8320         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
8321
8322         * gnus-art.el (article-hide-list-identifiers): Ditto.
8323
8324         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
8325
8326 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8327
8328         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
8329
8330         * gnus-art.el (article-hide-list-identifiers): Similar.
8331
8332 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
8333
8334         * nnmail.el (nnmail-remove-list-identifiers): Improved.
8335
8336 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8337
8338         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
8339
8340 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8341
8342         * gnus-util.el (gnus-string-equal): New function.
8343
8344         * gnus-art.el (article-hide-boring-headers): Use it.
8345
8346 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
8347
8348         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
8349
8350 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8351
8352         * gnus-msg.el (gnus-msg-mail): Support switch-action.
8353
8354 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8355
8356         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
8357         command if there is not last-saver.
8358
8359 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8360
8361         * nntp.el (nntp-open-connection): 201 is possible.
8362
8363 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8364
8365         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
8366         (rfc2047-charset-encoding-alist): Add big5.
8367
8368 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8369
8370         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
8371         (gnus-agent-remove-server): Ditto.
8372         (autoload): gnus-server-update-server.
8373
8374         * gnus-srvr.el (gnus-server-line-format): Add %a.
8375         (gnus-server-line-format-alist): Add gnus-tmp-agent.
8376         (gnus-server-insert-server-line): Use it.
8377
8378 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8379
8380         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
8381         GB2312 and Big5.
8382
8383 2001-01-24  Simon Josefsson  <sj@extundo.com>
8384
8385         * mail-source.el (mail-sources): Add :program specifier to IMAP
8386         mail source.
8387         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
8388
8389 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8390
8391         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
8392
8393 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8394
8395         * nntp.el (nntp-wait-for): Return the success code.
8396         (nntp-open-connection): Use it.
8397
8398 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8399
8400         * gnus-int.el (gnus-check-server): Allow breaking the opening.
8401
8402 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8403
8404         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
8405
8406 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8407
8408         * gnus-sum.el (gnus-summary-print-article): Take one prefix
8409         argument. Allow to print several articles in one file.
8410
8411 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8412
8413         * webmail.el (webmail-type-definition): netaddress changes.
8414
8415 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8416
8417         * gnus.el: Fix copyright. Remove trailing spaces.
8418
8419         * message.el (message-forward): Use mule4.
8420
8421 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8422
8423         * mm-util.el (mm-string-as-unibyte): New function.
8424
8425         * message.el (message-forward): Use it.
8426
8427 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8428
8429         * message.el (message-cite-original-without-signature): Don't peel
8430         off the blank line.
8431         (message-get-reply-headers): Add Cc if it is not in follow-to.
8432
8433 2001-01-20  Simon Josefsson  <sj@extundo.com>
8434
8435         * mm-decode.el (mm-handle-multipart-from): Add.
8436         (mm-dissect-buffer): Save From: header value.
8437         (mm-security-from): Remove.
8438         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
8439
8440         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
8441         instead of `mml-security-from'.  Protect null from value.
8442
8443 2001-01-20  Simon Josefsson  <sj@extundo.com>
8444
8445         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
8446         application/vnd.ms-excel attachments.
8447
8448 2001-01-19  Simon Josefsson  <sj@extundo.com>
8449
8450         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
8451
8452 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8453
8454         * message.el (message-ignored-mail-headers): Ditto.
8455
8456 2001-01-19  Simon Josefsson  <sj@extundo.com>
8457
8458         * message.el (message-ignored-news-headers): Only search beginning
8459         of line.
8460
8461 2001-01-19  Alberto Lusiani  <a.lusiani@noemail.org>
8462
8463         * message.el (message-send-mail): Content-Type may not be there.
8464
8465 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8466
8467         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
8468         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
8469
8470         * gnus-art.el (article-display-x-face): Insert X-Face if there is
8471         not.
8472
8473 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8474
8475         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
8476         non-native groups.
8477
8478 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8479
8480         * message.el (message-yank-original): Understand
8481         universal-argument.
8482
8483 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8484
8485         * gnus-art.el (gnus-boring-article-headers): Add to-address.
8486         (article-hide-boring-headers): Ditto.
8487
8488         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
8489
8490 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8491
8492         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
8493         one.
8494
8495 2001-01-16  Simon Josefsson  <simon@josefsson.org>
8496
8497         * message.el (message-make-in-reply-to): Add comment to message-id
8498         (old syntax, see 2000-08-02 change).
8499
8500 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8501
8502         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
8503         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
8504         (gnus-button-reply): Ditto.
8505
8506 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8507
8508         * gnus-art.el (article-display-x-face): Fix.
8509
8510 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8511
8512         * gnus-art.el (article-display-x-face): Use
8513         gnus-original-article-buffer.
8514
8515 2001-01-15  Jack Twilley  <jmt@tbe.net>
8516
8517         * message.el (message-add-header): Move to point-max.
8518
8519 2001-01-15  Simon Josefsson  <simon@josefsson.org>
8520
8521         * smime.el (smime-CA-directory, smime-CA-file): Change default to
8522         nil, improve documentation.
8523         (smime-certificate-directory): Comment out false hints (until it
8524         is implemented).
8525
8526         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
8527         there aren't any keys.
8528         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
8529         verify certificate.  Default is changed to only check integrity.
8530         Improved security status texts.  If a certificate doesn't contain
8531         a email address, don't fail.
8532
8533         * smime.el (smime-noverify-region):
8534         (smime-noverify-buffer): New functions.  Verifies integrity only.
8535
8536 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8537
8538         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
8539
8540 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8541
8542         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
8543         (gnus-remove-some-windows): Ditto.
8544
8545 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8546
8547         * gnus-art.el (article-make-date-line): 11th.
8548
8549 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8550
8551         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
8552         (mml2015-gpg-sign): Ditto.
8553
8554 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8555
8556         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
8557         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
8558
8559 2001-01-08  Dave Love  <fx@gnu.org>
8560
8561         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
8562         single character.
8563
8564         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
8565
8566         * message.el: Doc and message fixes.
8567         (message-send-rename-function)
8568         (message-make-forward-subject-function)
8569         (message-send-mail-function, message-reply-to-function)
8570         (message-wide-reply-to-function, message-followup-to-function)
8571         (message-distribution-function, message-auto-save-directory): Fix
8572         :type.
8573
8574         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
8575         proceeding after warnings.  Amend multipart warning message.
8576
8577 2001-01-04  Dave Love  <fx@gnu.org>
8578
8579         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
8580         compiling.
8581         (gnus-make-directory): Require nnmail.
8582
8583         * mm-decode.el (mm-inline-media-tests): Add
8584         image/x-portable-bitmap.
8585         (mm-get-image): Grok pbm.
8586
8587 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
8588
8589         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
8590
8591 2001-01-09  Didier Verna  <didier@xemacs.org>
8592
8593         * dgnushack.el (dgnushack-compile): give a dummy value to
8594         `gnus-xmas-glyph-directory' for the time of compilation.
8595         * gnus-agent.el: moved some XEmacs specific hook add-ons from
8596         `gnus-xmas-[re]define' to avoid loosing user custom settings.
8597         * gnus-art.el: ditto.
8598         * gnus-group.el: ditto.
8599         * gnus-salt.el: ditto.
8600         * gnus-sum.el: ditto.
8601         * gnus-topic.el: ditto.
8602         * gnus-xmas.el (gnus-xmas-define): see above.
8603         * gnus-xmas.el (gnus-xmas-redefine): see above.
8604         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
8605         non-continuable error when the directory can't be found.
8606
8607 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8608
8609         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
8610         handle.
8611         * gnus-art.el (gnus-mime-view-part): Copy it.
8612         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
8613
8614 2001-01-09  Michael Downes  <mjd@ams.org>
8615
8616         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
8617
8618 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8619
8620         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
8621         orig-file. Use ',source.
8622
8623 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8624
8625         * gnus-xmas.el (gnus-xmas-modeline-glyph):
8626         (gnus-xmas-group-startup-message):
8627         Detect gnus-xmas-glyph-directory when it is nil.
8628
8629 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8630
8631         * pop3.el (pop3-get-message-count): Andrew Innes
8632         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
8633
8634 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8635
8636         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
8637
8638         * time-date.el (time-to-number-of-days): New function.
8639
8640 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
8641
8642         * nnslashdot.el (nnslashdot-request-list): Always get the right
8643         sid.
8644
8645 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8646
8647         * message.el (message-minibuffer-local-map): New keymap.
8648         (message-read-from-minibuffer): Use it.
8649         * gnus-msg.el (gnus-summary-resend-message): Use it
8650
8651 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8652
8653         * gnus-start.el (gnus-display-time-event-handler): New function.
8654         (gnus-after-getting-new-news-hook): Use it.
8655
8656 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8657
8658         * message.el (message-ignored-mail-headers): Add draft header.
8659
8660 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8661
8662         * gnus-sum.el (gnus-summary-expire-articles): Don't save
8663         excursion.
8664
8665         * nnslashdot.el (nnslashdot-request-list): Get the right year.
8666
8667 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
8668
8669         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
8670
8671 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8672
8673         * qp.el (quoted-printable-decode-region): Don't backward-char.
8674
8675 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8676
8677         * gnus-draft.el: Mark articles as replied.
8678
8679         * gnus-sum.el (gnus-summary-add-mark): New function.
8680
8681         * gnus-group.el (gnus-add-mark): New function.
8682
8683         * gnus-sum.el (gnus-summary-buffer-name): New function.
8684         (gnus-summary-setup-buffer): Use it.
8685
8686         * gnus-draft.el: Set things up with the right post method and
8687         stuff.
8688
8689         * message.el (message-ignored-news-headers): Remove X-Draft-From.
8690
8691         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
8692
8693         * gnus.el (gnus-draft-meta-information-header): New variable.
8694
8695 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8696
8697         * gnus-art.el (gnus-treatment-function-alist): Move the date
8698         functions before the header sorting functions.
8699
8700         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
8701
8702         * dgnushack.el (dgnushack-compile): Message whether there is w3.
8703         Don't (push "/usr/share/emacs/site-lisp" load-path).
8704
8705         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
8706         to empty fill prefixes.
8707
8708 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8709
8710         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
8711         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
8712
8713 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8714
8715         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
8716
8717         * nnml.el (autoload): Move to nnheader.el.
8718
8719         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
8720         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
8721         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
8722         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
8723
8724 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8725
8726         * gnus-art.el (article-make-date-line): Get the hours right.
8727         (gnus-ignored-headers): More hiding.
8728
8729         * nnmail.el (nnmail-expiry-wait): Not an integer.
8730
8731         * message.el (message-goto-body): Only expand abbrev when called
8732         interactively.
8733         (message-make-lines): Use it.
8734
8735 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8736
8737         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
8738
8739 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8740
8741         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
8742         include the expunged articles.
8743
8744         * gnus-group.el (gnus-group-sort-by-server): New function.
8745
8746         * gnus.el (gnus-method-to-server-name): New function.
8747         (gnus-group-prefixed-name): Use it.
8748
8749         * gnus-group.el (gnus-group-sort-function): Doc fix.
8750         (gnus-group-sort-groups-by-server): New command.
8751
8752 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8753
8754         * gnus-art.el (gnus-treat-date-english): New variable.
8755         (article-date-english): New command.
8756         (gnus-english-month-names): New variable.
8757         (article-make-date-line): Do 'english.
8758
8759         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
8760         after the fill prefix.
8761
8762         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
8763         score...".
8764
8765         * gnus-art.el (gnus-ignored-headers): Hide more headers.
8766
8767         * message.el (message-mode-map): Bind comment-region.
8768
8769         * gnus-art.el (gnus-mime-display-part): Let w3 display
8770         multipart/related.
8771
8772         * mm-bodies.el (mm-long-lines-p): New function.
8773         (mm-body-encoding): Use it.
8774         (mm-body-encoding): Encode articles with lines longer than 1000
8775         characters.
8776
8777 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8778
8779         * mm-util.el (mm-enable-multibyte): Use
8780         default-enable-multibyte-characters.
8781         (mm-enable-multibyte-mule4): Ditto.
8782         (mm-disable-multibyte): Test XEmacs.
8783         (mm-disable-multibyte-mule4): Ditto.
8784         (mm-with-unibyte-current-buffer): Simplified.
8785         (mm-with-unibyte-current-buffer-mule4): Ditto.
8786
8787 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8788
8789         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
8790
8791         * nnheader.el (nnheader-string-as-multibyte): New alias.
8792
8793         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
8794
8795         * gnus-uu.el (gnus-message-process-mark): New function.
8796         (gnus-uu-mark-by-regexp): Use it.
8797         (gnus-new-processable): New function.
8798
8799 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
8800
8801         * gnus-sum.el (gnus-no-mark): New variable.
8802
8803 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8804
8805         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
8806         backslashes.
8807
8808 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8809
8810         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
8811         definition.
8812
8813 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8814
8815         * dgnushack.el (dgnushack-compile): elc is in the current directory.
8816
8817         * qp.el (quoted-printable-encode-region): Don't check multibyte in
8818         XEmacs.
8819
8820 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
8821
8822         * mml.el (mml-read-tag): Save tag location.
8823
8824 2000-12-25  Simon Josefsson  <simon@josefsson.org>
8825
8826         * starttls.el: Sync with Emacs 21.
8827
8828 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8829
8830         * message.el (message-mail): Support yank-action.
8831
8832         * message.el (message-setup): Revoke the last change.
8833
8834 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8835
8836         * message.el (message-setup): Use cons. Suggested by Johan Vromans
8837         <jvromans@squirrel.nl>.
8838
8839 2000-12-24  Simon Josefsson  <sj@extundo.com>
8840
8841         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
8842         mailing list junk at end of part.
8843
8844 2000-12-23  Simon Josefsson  <sj@extundo.com>
8845
8846         * nnimap.el (nnimap-expiry-target): New function.
8847         (nnimap-request-expire-articles): Use it.
8848
8849 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8850
8851         * gnus.el (gnus-group-parameters-more): New variable.
8852         * gnus-cus.el (gnus-group-customize): Use it.
8853
8854         * gnus.el (gnus-define-group-parameter): New macro.
8855         (auto-expire): Use it
8856         (total-expire): Use it.
8857         * gnus-art.el (banner): Use it.
8858
8859         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
8860         <ljz@asfast.com>.
8861
8862 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8863
8864         * gnus-topic.el (gnus-topic-create-topic): Use list.
8865
8866         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
8867         before binding gnus-default-article-saver.
8868
8869         * gnus-sum.el (gnus-summary-save-article):
8870         (gnus-summary-pipe-output):
8871         (gnus-summary-save-article-mail):
8872         (gnus-summary-save-article-rmail):
8873         (gnus-summary-save-article-file):
8874         (gnus-summary-write-article-file):
8875         (gnus-summary-save-article-body-file): Ditto.
8876
8877         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
8878
8879 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8880
8881         * gnus-art.el (gnus-mime-security-button-map):
8882         (gnus-mime-button-map): Add parent.
8883
8884 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8885
8886         * messagexmas.el (message-xmas-redefine): New function.
8887
8888         * message.el: Use it.
8889
8890         * gnus-art.el (gnus-article-check-hidden-text): Return t.
8891
8892         * gnus-util.el (gnus-remove-text-properties-when): Return t.
8893
8894 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8895
8896         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
8897         malformatted messages.
8898
8899 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8900
8901         * mm-util.el (mm-image-load-path): New function.
8902
8903         * gnus-group.el (gnus-group-make-tool-bar): Use it.
8904
8905         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
8906
8907         * message.el (message-tool-bar-map): Use it.
8908
8909         * Makefile.in (install-el): New rule.
8910
8911 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8912
8913         * gnus-art.el (article-treat-dumbquotes): Quote \.
8914
8915 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8916
8917         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
8918         Emacs 20 runs on a terminal.
8919
8920 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8921
8922         * gnus-msg.el (gnus-bug): Revert to save-excursion.
8923
8924         * mml.el (gnus-add-minor-mode): Autoload.
8925
8926         * message.el (message-forward): Save-restriction.
8927
8928 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8929
8930         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
8931         Paul Stevenson <p.stevenson@surrey.ac.uk>
8932
8933 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8934
8935         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
8936
8937         * mml.el (gnus-ems): Don't require.
8938
8939         * gnus.el (gnus-decode-rfc1522): Removed.
8940         (gnus-set-text-properties): Define.
8941
8942 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8943
8944         * gnus-art.el (gnus-mime-*): handle may be nil.
8945
8946         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
8947
8948         * gnus.el (gnus-group-remove-excess-properties): Not defined
8949         in gnus-xmas.
8950
8951 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8952
8953         * message.el (message-mail-user-agent): Add :version.
8954
8955 2000-12-21  Miles Bader  <miles@gnu.org>
8956
8957         * message.el (message-mode): Set `comment-start' to the  yank prefix.
8958
8959 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8960
8961         * message.el (message-mail-user-agent): New variable.
8962         (message-setup): Renamed to message-setup-1. Support
8963         mail-user-agent.
8964         (message-mail-user-agent): New function.
8965         (message-mail): Use it.
8966         (message-reply): Use it.
8967         (message-resend): Use it.
8968         (message-mail-other-window): Use it.
8969         (message-mail-other-frame): Use it.
8970
8971         * gnus-msg.el (gnus-bug): Support mail-user-agent.
8972
8973 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8974
8975         * message.el (message-tool-bar-map): Simplify.
8976         (message-narrow-to-head-1): New function.
8977         (message-narrow-to-head): Use it.
8978         (message-reply): Ditto.
8979         (message-cancel-news): Ditto.
8980         (message-supersede): Ditto.
8981         (message-make-forward-subject): Ditto.
8982         (message-bounce): Ditto.
8983
8984 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8985
8986         * uudecode.el (uudecode-decode-region-external): make-temp-file
8987         may not be defined.
8988
8989         * binhex.el (defalias): eval-and-compile.
8990
8991         * message.el (message-tool-bar-map): New function.
8992         (message-mode): Use it.
8993
8994 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8995
8996         * nntp.el (nntp-find-connection): Remove the entry.
8997         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
8998
8999 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9000
9001         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
9002
9003         * message.el (message-forward): Copy buffer in unibyte mode.
9004
9005 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9006
9007         * message.el (message-make-forward-subject): Don't widen. Decode.
9008         (message-forward): Don't decode subject.
9009
9010 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
9011
9012         * qp.el (quoted-printable-encode-region): Upcase QP.
9013
9014 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9015
9016         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
9017         mail-extract-a-c instead. Don't depend on Gnus.
9018
9019         * mml.el (gnus-ems): Require it.
9020
9021         * gnus-msg.el (gnus-summary-mail-forward):
9022
9023         * message.el (message-forward):  Move mime-to-mml here.
9024
9025 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9026
9027         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
9028         * gnus-art.el (gnus-insert-mime-button): Simplify.
9029         (gnus-mime-display-alternative): Ditto.
9030         (gnus-insert-mime-security-button): Ditto.
9031
9032 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9033
9034         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
9035         text-property-not-all doesn't return nil when start=mark(end).
9036         (gnus-remove-text-properties-when): Ditto.
9037
9038 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9039
9040         * gnus-start.el (gnus-group-change-level): Remove group from
9041         gnus-active-hashtb if real killed.
9042
9043 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9044
9045         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
9046         (gnus-mime-display-alternative): Ditto.
9047         (gnus-insert-mime-security-button): Ditto.
9048
9049 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9050
9051         * gnus-start.el (gnus-group-change-level): Don't add it into
9052         killed-list if it was killed.
9053
9054 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9055
9056         * nnmbox.el (nnmbox-file-coding-system): Use binary.
9057         (nnmbox-active-file-coding-system): Ditto.
9058
9059         * gnus-cus.el (gnus-group-parameters): Add posting-style.
9060
9061 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9062
9063         * gnus.el (gnus-version):
9064         (gnus-version-number): Set to Oort Gnus 0.01.
9065
9066         * gnus-art.el (gnus-mime-security-button-map):
9067         (gnus-insert-mime-security-button): Fix for Emacs21.
9068
9069 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9070
9071         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
9072         easymenu, because XEmacs doesn't understand :help.
9073
9074         * mm-uu.el: Require binhex.
9075
9076 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9077
9078         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
9079
9080 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
9081
9082         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
9083
9084 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
9085
9086         * *.xpm, *.pbm: Convert icons icons to size 24x24.
9087
9088 2000-12-18  Dave Love  <fx@gnu.org>
9089
9090         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
9091         (unused).
9092
9093 2000-12-13  Miles Bader  <miles@gnu.org>
9094
9095         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
9096         to t, so that we don't get stuck while trying to smilefy
9097         intangible text.
9098
9099 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
9100
9101         * smiley-ems.el (smiley-regexp-alist): Make regexps match
9102         at the end of the buffer.
9103         (smiley-region): In the loop, move to the end of the submatch
9104         matching the smiley instead of using the end of the match
9105         of the whole regexp.
9106
9107 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
9108
9109         * message.el (message-mode): Doc fix.
9110
9111 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
9112
9113         * smiley-ems.el (smiley-region): Doc fix.
9114
9115 2000-12-11  Miles Bader  <miles@gnu.org>
9116
9117         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
9118         bottom line visible, check to see if it's partially obscured, and
9119         if so, either scroll one more line to make it fully visible, or
9120         revert to showing the second line from the top.
9121
9122 2000-12-07  Dave Love  <fx@gnu.org>
9123
9124         * mailcap.el (mailcap-download-directory)
9125         * gnus-audio.el (gnus-audio-directory)
9126         * smiley-ems.el (smiley-data-directory): Fix :type.
9127
9128 2000-11-30  Dave Love  <fx@gnu.org>
9129
9130         * message.el (message-auto-save-directory): Use
9131         file-name-as-directory.
9132         (message-set-auto-save-file-name): Create
9133         message-auto-save-directory if necessary.
9134         (message-replace-chars-in-string): Removed -- unused.
9135         (message-mail-alias-type): Customize.
9136         (message-headers): Remove duplicate defgroup.
9137
9138 2000-11-29  Dave Love  <fx@gnu.org>
9139
9140         * qp.el (quoted-printable-decode-region): Use error, not message
9141         to report malformed text (like base64).  Amend message.
9142
9143 2000-11-29  Miles Bader  <miles@gnu.org>
9144
9145         * message.el (message-header-lines): Fontify tag.
9146
9147 2000-11-27  Dave Love  <fx@gnu.org>
9148
9149         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
9150         compiler warning.
9151
9152 ;2000-11-26  Dave Love  <fx@gnu.org>
9153 ;
9154 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
9155 ;
9156 2000-11-23  Dave Love  <fx@gnu.org>
9157
9158         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
9159
9160         * mm-uu.el (uudecode): Require.
9161         (uudecode-decode-region, uudecode-decode-region-external): Don't
9162         autoload.
9163         (mm-uu-copy-to-buffer): Doc fix.
9164         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
9165         type fix.
9166
9167         * mailcap.el: Doc fixes.
9168         (mailcap-mime-data): Various adjustments.
9169         (mailcap): New group.
9170         (mailcap-download-directory): Customize.
9171         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
9172         (mailcap-temporary-directory): Deleted (unused).
9173         (mailcap-unescape-mime-test): Simplify slightly.
9174         (mailcap-viewer-passes-test): Use functionp.
9175         (mailcap-command-p): Aliased to executable-find.
9176
9177         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
9178         default-enable-multibyte-characters is nil.
9179
9180 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
9181
9182         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
9183
9184 2000-11-21  Dave Love  <fx@gnu.org>
9185
9186         * gnus-art.el (gnus-mime-button-map): Don't inherit from
9187         gnus-article-mode-map.
9188 ;       (gnus-mime-button-menu): Use mouse-set-point.
9189         (gnus-insert-mime-button, gnus-mime-display-alternative)
9190         (gnus-mime-display-alternative): Don't use local-map property.
9191
9192 2000-11-17  Dave Love  <fx@gnu.org>
9193
9194         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
9195         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
9196         and make-temp-file.
9197         (uudecode-decode-region): Doc fix.
9198
9199 2000-11-14  Dave Love  <fx@gnu.org>
9200
9201         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
9202         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
9203         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
9204         New files, derived from the XPMs.
9205
9206 2000-11-10  Dave Love  <fx@gnu.org>
9207
9208         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
9209         (gnus-agent-lib-file, gnus-agent-load-alist)
9210         (gnus-agent-save-alist, gnus-agent-article-name): Use
9211         expand-file-name.
9212
9213         * gnus-group.el (gnus-group-name-charset-method-alist): Add
9214         :version.
9215         (nnkiboze-score-file): Defvar when compiling.
9216
9217         * gnus-start.el (gnus-read-newsrc-file): Add :version.
9218
9219         * gnus-art.el (gnus-article-banner-alist)
9220         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
9221         (gnus-article-date-lapsed-new-header)
9222         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
9223         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
9224         (gnus-treat-strip-headers-in-body)
9225         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
9226         (gnus-treat-translate): Add :version.
9227         (gnus-article-mime-part-function): Fix defcustom.
9228
9229         * nnmail.el (nnmail-expiry-target)
9230         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
9231         (nnmail-split-header-length-limit): Add :version.
9232
9233         * gnus-sum.el (gnus-auto-expirable-marks)
9234         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
9235         (gnus-extra-headers, gnus-ignored-from-addresses)
9236         (gnus-newsgroup-ignored-charsets)
9237         (gnus-group-highlight-words-alist)
9238         (gnus-summary-show-article-charset-alist): Add :version.
9239
9240         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
9241         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
9242         files, converted from the XPMs.
9243
9244         * gnus-cache.el (gnus-cache-active-file): Don't use
9245         file-name-as-directory on directory.
9246         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
9247         use file-name-as-directory on directory.
9248
9249         * time-date.el (timezone-make-date-arpa-standard): Autoload.
9250         (date-to-time): Use it.
9251
9252 ;       * message.el (message-mode) <adaptive-fill-regexp>:
9253 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
9254 ;       (message-newline-and-reformat): Likewise.
9255         (message-forward-as-mime, message-forward-ignored-headers)
9256         (message-buffer-naming-style, message-default-charset)
9257         (message-dont-reply-to-names, message-send-mail-partially-limit):
9258         Add :version.
9259
9260         * mm-util.el: Doc fixes.
9261         (mm-mime-charset): Don't use the raw result of
9262         mm-preferred-coding-system.
9263         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
9264         (mm-with-unibyte): Simplify.
9265
9266         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
9267         concat.
9268
9269         * pop3.el (pop3-version): Deleted.
9270         (pop3-make-date): New function, avoiding message-make-date.
9271         (pop3-munge-message-separator): Use it.
9272
9273 2000-11-09  Dave Love  <fx@gnu.org>
9274
9275         * gnus-group.el (gnus-group-make-directory-group)
9276         (gnus-group-fetch-faq): Use expand-file-name.
9277         (gnus-group-fetch-faq): Simplify completing-read form.
9278
9279         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
9280         test for Mule.
9281
9282         * message.el (tool-bar-map): Defvar when compiling.
9283
9284         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
9285         (gnus-tm-lisp-directory): Deleted.
9286         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
9287         (featurep 'xemacs).
9288         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
9289         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
9290         version numbers from file names.
9291
9292 2000-11-08  Dave Love  <fx@gnu.org>
9293
9294         * mm-view.el: Use featurep for XEmacs test.
9295         (mm-inline-message): Test for `remove-specifier'; don't use
9296         condition-case.
9297
9298         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
9299
9300         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
9301         (gnus-score-find-bnews): Don't concat "".
9302
9303         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
9304         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
9305         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
9306         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
9307
9308         * gnus-sum.el: Put some defvars in eval-when-compile.
9309         (gnus-summary-mode-hook): Add :options.
9310         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
9311         (gnus-summary-tool-bar-map): New variable.
9312         (gnus-summary-make-tool-bar): New function.
9313         (gnus-summary-mode): Put kill-all-local-variables first.
9314
9315         * gnus-group.el (gnus-group-toolbar-map): New variable.
9316         (gnus-group-make-tool-bar): Rewritten.
9317         (gnus-group-mode): Put kill-all-local-variables first.
9318
9319         * rfc2047.el: Require gnus-util.
9320
9321         * nnml.el (gnus-sorted-intersection): Autoload.
9322
9323         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
9324         Put some defvars in eval-when-compile.
9325         (gnus-intersection, gnus-sorted-complement):  Autoload.
9326
9327         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
9328
9329         * mm-encode.el (mm-body-7-or-8): Autoload.
9330
9331         * mm-decode.el (mm-insert-inline): Autoload.
9332
9333         * mml.el:
9334         * message.el: Put some defvars in eval-when-compile.
9335
9336         * gnus-msg.el: Put some defvars in eval-when-compile.
9337         (gnus-msg-mail): Move after gnus-setup-message.
9338
9339         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
9340
9341 2000-11-07  Dave Love  <fx@gnu.org>
9342
9343         * gnus-util.el (nnheader): Don't require message (recursive
9344         autoload).
9345
9346         * uudecode.el: Avoid compiler warnings.
9347
9348         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
9349         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
9350
9351 2000-11-06  Dave Love  <fx@gnu.org>
9352
9353         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
9354
9355         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
9356         (uudecode-char-int): New alias, replacing char-int.
9357         (uudecode-decode-region): Don't call buffer-disable-undo.
9358
9359 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
9360 ;       (mm-uu-configure-list): Doc fix.
9361 ;
9362 ;       * earcon.el (running-xemacs): Don't define.
9363 ;
9364 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
9365 ;
9366 ;       * message.el (message-font-lock-keywords): Match a final newline
9367 ;       to help font-lock's multiline support.
9368 ;
9369 2000-11-03  Dave Love  <fx@gnu.org>
9370
9371         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
9372
9373         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
9374         name.
9375
9376         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
9377         <banner>: Fix custom type, doc.
9378
9379         * mm-decode.el (mm-display-external): Space-prefix temp buffer
9380         name.  Don't disable undo explicitly.
9381
9382 ;2000-11-02  Dave Love  <fx@gnu.org>
9383 ;
9384 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
9385 ;       cite-prefix.
9386
9387 2000-11-01  Dave Love  <fx@gnu.org>
9388
9389         * rfc2047.el (base64): Require unconditionally.
9390         (message-posting-charset): Defvar when compiling.
9391         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
9392         message.
9393
9394         * gnus-sum.el (nnoo): Require.
9395         (mm-uu-dissect): Autoload.
9396
9397         * mml.el (mml-parse-1): Clarify message.
9398         (mml-minibuffer-read-type): Use mailcap-mime-types.
9399
9400 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
9401
9402         * mml.el: Fix a typo in the requiring of CL.
9403
9404 2000-11-01  Dave Love  <fx@gnu.org>
9405
9406         * utf7.el: Require cl when compiling.
9407
9408         * binhex.el: Use (featurep 'xemacs).
9409         (binhex-char-int): New alias, replacing char-int.  Change callers.
9410         (binhex-decode-region): Simplify work buffer code.
9411         (binhex-decode-region-external): Use expand-file-name, not concat.
9412
9413 2000-10-30  Dave Love  <fx@gnu.org>
9414
9415         * gnus-art.el: Fix 2000-10-27 change properly.
9416
9417 2000-10-28  Miles Bader  <miles@gnu.org>
9418
9419         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
9420
9421 2000-10-27  Dave Love  <fx@gnu.org>
9422
9423         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
9424         strings.
9425         (gnus-group-make-tool-bar): New function.
9426         (gnus-group-mode): Use it.
9427
9428         * message.el (message-mode-menu): Add some :help strings.
9429         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
9430         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
9431
9432         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
9433         * describe-group.xpm, get-news.xpm, kill-group.xpm:
9434         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
9435
9436         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
9437         display-graphic-p here.
9438
9439 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
9440
9441         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
9442         of the `gnus-xemacs' variable, as the latter has been removed.
9443         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
9444         * gnus-art.el (gnus-treat-display-xface)
9445         (gnus-treat-display-smileys, gnus-treat-display-picons)
9446         (gnus-article-read-summary-keys): Likewise.
9447
9448 2000-10-26  Dave Love  <fx@gnu.org>
9449
9450         (defvar): Use rmail-spool-directory unconditionally.
9451
9452 2000-10-18  Dave Love  <fx@gnu.org>
9453
9454         * mm-bodies.el (mm-uu-decode-function)
9455         (mm-uu-binhex-decode-function): Defvar when compiling.
9456
9457         * gnus-nocem.el (gnus-nocem-issuers): Update.
9458         (gnus-nocem-check-from): New option.
9459         (gnus-nocem-scan-groups): Use it.
9460         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
9461         (gnus-nocem-check-article-limit): Add :version.
9462
9463 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
9464
9465         * ietf-drums.el (mm-util): Require CL when compiling.
9466
9467 2000-10-15  Dave Love  <fx@gnu.org>
9468
9469         * qp.el: Require mm-util.
9470
9471 2000-10-13  Dave Love  <fx@gnu.org>
9472
9473         * qp.el (quoted-printable-decode-region): Avoid invalid
9474         coding-systems.
9475
9476 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
9477
9478         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
9479         to a recursive load.
9480
9481 2000-10-12  Dave Love  <fx@gnu.org>
9482
9483         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
9484
9485         * gnus.el (gnus-group-startup-message): Check for PBM image.
9486
9487 2000-10-09  Dave Love  <fx@gnu.org>
9488
9489         * mail-source.el (mail-source-fetch-imap): Bind
9490         default-enable-multibyte-characters rather than using
9491         mm-disable-multibyte.
9492
9493 2000-10-05  Dave Love  <fx@gnu.org>
9494
9495         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
9496         Autoload.
9497         (quoted-printable-decode-region):  Rename arg which confused
9498         charset with coding-system.  Don't use nonascii-insert-offset.
9499         Coding-system encode the region initially.  Don't recognize `=='
9500         as valid QP.  Coding-system decode the region finally.
9501         (quoted-printable-decode-string): Rename arg which confused
9502         charset with coding-system.
9503
9504         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
9505         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
9506         mm-encode-coding-region.
9507         (mm-decode-body, mm-decode-string): Rename variables which
9508         confused charset with coding-system.
9509         (binhex-decode-region): Don't autoload.
9510         (mm-body-encoding): Require message.
9511         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
9512         cond branches.
9513
9514         * gnus-art.el (article-de-quoted-unreadable)
9515         (article-de-base64-unreadable): Fold search case
9516         rather than downcasing string.  Apply mm-charset-to-coding-system
9517         to arg of quoted-printable-decode-region.
9518
9519 2000-10-04  Dave Love  <fx@gnu.org>
9520
9521         * gnus-ems.el: Don't turn off compiler warnings in local vars.
9522         Require ring when compiling.
9523         (gnus-article-compface-xbm): New variable.
9524
9525 2000-10-04  Dave Love  <fx@gnu.org>
9526
9527         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
9528         pbm images.
9529
9530         * frown.pbm, smile.pbm, wry.pbm: New files.
9531
9532         * frown.xbm, smile.xbm, wry.xbm: Deleted.
9533
9534 2000-10-03  Dave Love  <fx@gnu.org>
9535
9536         * mail-source.el (mail-sources): Revert to nil.
9537
9538         * nnmail (nnmail-spool-file): Revert to `((file))'.
9539
9540         * qp.el: Don't require mm-util.
9541         (quoted-printable-decode-region): Rewritten.
9542         (quoted-printable-decode-string, quoted-printable-encode-region):
9543         Doc fix.
9544         (quoted-printable-encode-region): Barf on multibyte characters.
9545         Maybe make the class multibyte.  Upcase chars, not formatted
9546         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
9547         (quoted-printable-encode-string): Don't use
9548         mm-with-unibyte-buffer.
9549
9550 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
9551
9552         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
9553
9554 2000-09-21  Dave Love  <fx@gnu.org>
9555
9556         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
9557         (for Emacs 20).  Tidy somewhat.
9558
9559 2000-09-21  Dave Love  <fx@gnu.org>
9560
9561         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
9562         image processing.  Rationalize logic somewhat.
9563
9564 2000-09-20  Dave Love  <fx@gnu.org>
9565
9566         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
9567         specifically.
9568
9569         * gnus.el (gnus-version-number): Avoid some redundant
9570         autoloads.
9571
9572 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
9573
9574         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
9575         to XBM; we always have PBM support.
9576
9577 2000-09-14  Dave Love  <fx@gnu.org>
9578
9579         * gnus.el (gnus-charset):
9580         * mm-decode.el (mime-display):
9581         * imap.el (imap) <defgroup>: Add :version.
9582
9583 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
9584
9585         * parse-time.el: Fix author's mail address.
9586
9587         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
9588         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
9589         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
9590         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
9591         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
9592         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
9593         * rfc2231.el, uudecode.el: Fix copyright notice.
9594
9595         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
9596         require `w3' at load-time only if not running in batch mode.
9597
9598 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9599
9600         * gnus.el: Before merge with Emacs21.
9601
9602 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
9603
9604         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
9605
9606 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
9607
9608         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
9609         to avoid conflict with the standard `back-to-indentation'
9610         binding.
9611
9612 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9613
9614         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
9615
9616         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
9617         (mm-disable-multibyte-mule4): Ditto.
9618         (mm-with-unibyte-current-buffer-mule4): Ditto.
9619
9620 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9621
9622         * pop3.el (pop3-movemail): Use binary.
9623         (pop3-movemail-file-coding-system): Removed.
9624
9625 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9626
9627         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
9628
9629 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9630
9631         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
9632         exists.
9633
9634 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9635
9636         * gnus-msg.el (gnus-post-method): Use backend name when the
9637         address is "".
9638
9639 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9640
9641         * gnus-art.el (article-verify-x-pgp-sig): Don't test
9642         mm-verify-option.
9643         (gnus-treat-x-pgp-sig): Default value.
9644         (gnus-ignored-headers): Redundant.
9645
9646 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9647
9648         * gnus-win.el (gnus-configure-frame): Save selected window.
9649
9650 2000-02-15  Andrew Innes  <andrewi@gnu.org>
9651
9652         * nnmbox.el: Require gnus-range.
9653         (nnmbox-group-building-active-articles): New variable.
9654         (nnmbox-group-active-articles): New variable; this is a cache of
9655         all active articles by group and number.
9656         (nnmbox-in-header-p): New function.
9657         (nnmbox-find-article): New function.
9658         (nnmbox-record-active-article): New function.
9659         (nnmbox-record-deleted-article): New function.
9660         (nnmbox-is-article-active-p): New function.
9661         (nnmbox-retrieve-headers): Use nnmbox-find-article.
9662         (nnmbox-request-article): Ditto.  Also supply extra arg to
9663         nnmbox-article-group-number.
9664         (nnmbox-request-expire-articles): Ditto.
9665         (nnmbox-request-move-article): Ditto.
9666         (nnmbox-request-replace-article): Ditto.
9667         (nnmbox-request-rename-group): Rename group entry in active
9668         article cache.
9669         (nnmbox-delete-mail): Update active article cache, unless article
9670         is being replaced.
9671         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
9672         than partially duplicating it.
9673         (nnmbox-article-group-number): Add extra `this-line' arg, to
9674         handle articles belonging to multiple groups.
9675         (nnmbox-save-mail): Update active article cache.
9676         (nnmbox-read-mbox): Build active article cache when loading mbox.
9677         Also do some repair work, if we find articles that are missing the
9678         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
9679         reconstruct these from Xref info.
9680
9681 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9682
9683         * mail-source.el (mail-source-report-new-mail): Use
9684         nnheader-run-at-time.
9685
9686 2000-02-15  Andrew Innes  <andrewi@gnu.org>
9687
9688         * mail-source.el (mail-source-fetch-pop): Clear pop password when
9689         an error is thrown, and then rethrow the error.
9690         (mail-source-check-pop): Ditto.
9691         (mail-source-start-idle-timer): Prevent multiple pop checks
9692         running if the check takes a long time.
9693
9694 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9695
9696         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
9697         succeed.
9698
9699 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9700
9701         * gnus-win.el (gnus-configure-windows): Make sure
9702         nntp-server-buffer is live.
9703         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
9704
9705 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
9706
9707         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
9708
9709 2000-12-04  Andreas Jaeger  <aj@suse.de>
9710
9711         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
9712
9713 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9714
9715         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
9716
9717 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
9718         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
9719
9720         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
9721
9722 2000-12-01  Simon Josefsson  <sj@extundo.com>
9723
9724         * mml-smime.el (mml-smime-verify): Fix address parsing.
9725
9726 2000-12-01  Simon Josefsson  <sj@extundo.com>
9727
9728         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
9729         more than one certificate inside PKCS#7 blob.  Better security
9730         information (clamed / actual sender, openssl output, certificates
9731         inside message).
9732
9733         * smime.el (smime-verify-region): Output to /dev/null.
9734         (smime-buffer-as-string-region): Don't parse empty lines.
9735
9736 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9737
9738         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
9739         ?d and ?D.
9740         (gnus-mime-security-show-details-inline): New variable.
9741         (gnus-mime-security-show-details): Use them.
9742         (gnus-insert-mime-security-button): Ditto.
9743
9744         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
9745         Suggest by Michael Duggan (md5i@cs.cmu.edu).
9746         (mml2015-gpg-clear-verify): Ditto.
9747         (mml2015-gpg-decrypt-1): Ditto.
9748         (mml2015-use): Prefer 'gpg.
9749
9750 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9751
9752         * gnus-util.el (gnus-add-text-properties-when): New function.
9753         (gnus-remove-text-properties-when): Ditto.
9754
9755         * gnus-cite.el (gnus-article-hide-citation): Use them.
9756         (gnus-article-toggle-cited-text): Use them.
9757
9758         * gnus-art.el (gnus-signature-toggle): Use them.
9759         (gnus-article-show-hidden-text): Ditto.
9760         (gnus-article-hide-text): Ditto.
9761
9762 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9763
9764         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
9765
9766 2000-11-30  Simon Josefsson  <sj@extundo.com>
9767
9768         * smime.el (smime-point-at-eol): New alias.
9769         (smime-buffer-as-string-region): Use it.
9770
9771 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9772
9773         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
9774
9775 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9776
9777         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
9778
9779         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
9780
9781         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
9782
9783 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
9784
9785         * nnmh.el (nnmh-request-expire-articles): Implemented
9786         expiry-target for nnmh backend.
9787
9788 2000-11-30  Simon Josefsson  <sj@extundo.com>
9789
9790         * mm-decode.el (mm-security-from): New variable.
9791         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
9792
9793         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
9794         than `from'.
9795
9796 2000-11-30  Simon Josefsson  <sj@extundo.com>
9797
9798         * mml-smime.el (mml-smime-verify): Verify that certificate mail
9799         address match sender address.
9800
9801         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
9802
9803         * smime.el (smime-verify-region): Don't copy buffer.
9804         (smime-decrypt-buffer): Use expand-file-name on keyfile.
9805         (smime-pkcs7-region): New function.
9806         (smime-pkcs7-certificates-region): Ditto.
9807         (smime-pkcs7-email-region): Ditto.
9808         (smime-buffer-as-string-region): Ditto.
9809
9810         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
9811         buffer.
9812
9813 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
9814
9815         * smime.el (smime-decrypt-region): Fix keyfile argument.
9816
9817 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9818
9819         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
9820
9821 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9822
9823         * message.el (message-shoot-gnksa-feet): New variable.
9824         (message-gnksa-enable-p): New function.
9825         (message-send): Use it.
9826         (message-check-news-body-syntax): Ditto.
9827
9828 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9829
9830         * message.el (message-make-message-id): Remove the redundancy.
9831
9832 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9833
9834         * message.el (message-setup): Discourage using mc-install-*-mode.
9835
9836         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
9837
9838 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9839
9840         * gnus-cite.el (gnus-cite-parse): Guess citation length.
9841
9842 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9843
9844         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
9845
9846 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9847
9848         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
9849
9850 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9851
9852         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
9853         insert-buffer-substring.
9854
9855         * message.el (message-send-mail): Use buffer-substring-no-properties.
9856         (message-send-news): Ditto.
9857
9858 2000-11-22  David Edmondson  <dme@dme.org>
9859
9860         * imap.el (imap-wait-for-tag): Message read info.
9861
9862 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9863
9864         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
9865         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
9866         (mml2015-gpg-encrypt): Ditto.
9867
9868 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9869
9870         * mm-decode.el (mm-verify-option): Default value.
9871
9872         * mml-sec.el (mml-secure-part): Error message.
9873
9874 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9875
9876         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
9877
9878 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9879
9880         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
9881
9882 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9883
9884         * gnus-art.el (gnus-article-describe-key): Use prompt.
9885         (gnus-article-describe-key-briefly): Ditto.
9886
9887 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9888
9889         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
9890
9891 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9892
9893         * gnus-art.el (gnus-article-describe-key): New function.
9894         (gnus-article-describe-key-briefly): New function.
9895
9896 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9897
9898         * mm-decode.el (mm-decrypt-option): Doc typo.
9899
9900         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
9901         return a number.
9902
9903 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9904
9905         * message.el (message-newline-and-reformat): Typo.
9906
9907 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9908
9909         * gnus-art.el (article-verify-x-pgp-sig): Check whether
9910         original-article-buffer exists.
9911
9912         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
9913         (rfc2047-header-encoding-alist): Addresses are different from text.
9914         (rfc2047-encode-message-header): Ditto.
9915         (rfc2047-dissect-region): Extra parameter.
9916         (rfc2047-encode-region): Ditto.
9917         (rfc2047-encode-string): Ditto.
9918
9919 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9920
9921         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
9922         (mm-uu-pgp-encrypted-extract): Use it.
9923         (mm-uu-pgp-signed-extract-1): New function.
9924         (mm-uu-pgp-signed-extract): Use it.
9925
9926         * gnus-art.el (gnus-mime-display-security): New function.
9927         (gnus-mime-display-part): Use it.
9928         (gnus-mime-security-verify-or-decrypt): New function.
9929         (gnus-mime-security-press-button): New function.
9930         (gnus-insert-mime-security-button): Use it.
9931
9932         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
9933         (mm-find-raw-part-by-type): Ditto.
9934         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
9935         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
9936         (mm-destroy-parts): Kill nested multibyte buffer.
9937
9938         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
9939         (mml2015-gpg-verify): Ditto.
9940
9941 2000-11-18  Simon Josefsson  <sj@extundo.com>
9942
9943         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
9944         (mml2015-function-alist): Use it.
9945
9946         * mml-sec.el (mml-sign-alist): Update names.
9947         (mml-encrypt-alist): Ditto.
9948         (mml-secure-part-smime-sign): Moved to mml-smime.el
9949         as `mml-smime-sign-query'.
9950         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
9951         `mml-smime-get-file-cert'.
9952         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
9953         `mml-smime-get-dns-cert'.
9954         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
9955         `mml-smime-encrypt-query'.
9956         (mml-smime-sign-buffer): Use mml-smime-sign.
9957         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
9958
9959         * mml-smime.el (mml-smime-sign): New function.
9960         (mml-smime-encrypt):
9961         (mml-smime-sign-query):
9962         (mml-smime-get-file-cert):
9963         (mml-smime-get-dns-cert):
9964         (mml-smime-encrypt-query): Moved from mml-sec.el.
9965
9966 2000-11-16  Simon Josefsson  <sj@extundo.com>
9967
9968         * mml2015.el (mml2015-gpg-clear-verify): New function.
9969         (mml2015-function-alist): Add it.
9970
9971 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
9972
9973         * message.el (message-setup-fill-variables): Use
9974         message-cite-prefix-regexp.
9975         (message-newline-and-reformat): Check the end of citation, leading
9976         WSP, break in the cite prefix.
9977         (message-fill-paragraph): New function.
9978
9979 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
9980
9981         * lpath.el: Shut up.
9982
9983 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
9984
9985         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
9986         raw 8-bit in headers in dk.* newsgroups.
9987
9988 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
9989
9990         * message.el (message-newline-and-reformat): Match extra WSPs.
9991
9992 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
9993
9994         * mml.el (mml-generate-mime-1): Ignore ascii.
9995
9996 2000-11-16 Justin Sheehy  <justin@iago.org>
9997
9998         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
9999
10000 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10001
10002         * message.el (message-cite-prefix-regexp): Prefix should not end
10003         at space.
10004
10005 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
10006
10007         * message.el (message-mode-syntax-table): Add - as a word
10008         constituent as in articles.
10009         (message-setup-fill-variables): Add -_. as supercite-style prefix.
10010         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
10011         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
10012
10013 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
10014
10015         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
10016
10017 2000-11-12  David Edmondson  <dme@dme.org>
10018
10019         * message.el (message-font-lock-keywords): use
10020         message-cite-prefix-regexp.
10021
10022 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10023
10024         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
10025         Stein Arild Str\e,Ax\e(Bmme.
10026         (gnus-group-jump-to-group): Use it.
10027         (gnus-group-jump-to-group-prompt): Customize.
10028
10029 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
10030
10031         * mailcap.el (mailcap-possible-viewers): Match the entire string.
10032
10033 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
10034
10035         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
10036         incompatible.
10037         (mml2015-mailcrypt-sign): Ditto.
10038
10039 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
10040
10041         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
10042         group is open.
10043
10044 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
10045
10046         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
10047         nnvirtual articles.
10048         (gnus-backlog-request-article): Don't request nnvirtual articles.
10049
10050 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
10051
10052         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
10053         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
10054
10055 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
10056
10057         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
10058         * mml.el (mml-generate-mime-1): Use charset attribute.
10059         * mm-bodies.el (mm-encode-body): Add parameter charset.
10060         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
10061
10062 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
10063
10064         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
10065         (mml2015-mailcrypt-clear-decrypt): Ditto.
10066         (mml2015-mailcrypt-verify): Ditto.
10067         (mml2015-mailcrypt-clear-verify): Ditto.
10068         (mml2015-gpg-verify): Ditto.
10069
10070 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
10071
10072         * smime.el (smime-openssl-program): Test the existence of openssl.
10073         * mml-smime.el: Require mm-decode.
10074         (mml-smime-verify-test): New function.
10075         * mm-decode.el (mm-verify-function-alist): Use it.
10076
10077 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
10078
10079         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
10080         anyway.
10081
10082 2000-11-13  Simon Josefsson  <sj@extundo.com>
10083
10084         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
10085         verification doesn't work.
10086
10087 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
10088
10089         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
10090         (gnus-inews-do-gcc): Use it.
10091
10092 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
10093
10094         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
10095         leading space.
10096         * mm-extern.el (mm-inline-external-body): Report error when no
10097         access-type.
10098
10099 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
10100
10101         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
10102
10103 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
10104
10105         * gnus-art.el (gnus-mime-button-menu): Use select-window.
10106
10107 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
10108
10109         * gnus-art.el (gnus-mime-display-part): Display multipart/related
10110         as multipart/mixed.
10111
10112 2000-11-12  David Edmondson  <dme@dme.org>
10113
10114         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
10115         and replace `.' with `\w' to allow for different syntax tables
10116         (from Vladimir Volovich).
10117         * message.el (message-newline-and-reformat): use
10118         `message-cite-prefix-regexp'.
10119         * gnus-cite.el (gnus-supercite-regexp): use
10120         `message-cite-prefix-regexp'.
10121         * gnus-cite.el (gnus-cite-parse): use
10122         `message-cite-prefix-regexp'.
10123
10124 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
10125
10126         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
10127         PGP SIGNATURE.  Escape leading "-"'s.
10128         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
10129
10130 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
10131
10132         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
10133
10134 2000-11-11  Simon Josefsson  <sj@extundo.com>
10135
10136         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
10137
10138         * smime.el (smime-details-buffer): New variable.
10139         (smime-sign-region):
10140         (smime-encrypt-region):
10141         (smime-verify-region):
10142         (smime-decrypt-region): Copy OpenSSL output to the buffer.
10143
10144         * mml-smime.el (mml-smime-verify): Support security info.
10145
10146 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
10147
10148         * mm-decode.el (mm-verify-option): Set default to nil.
10149         (mm-decrypt-option): Ditto.
10150         * gnus-art.el (article-verify-x-pgp-sig): New function.
10151
10152 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
10153
10154         * gnus-art.el (gnus-mime-display-alternative): Show button if no
10155         preferred part.
10156
10157 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10158
10159         * gnus-sum.el (gnus-move-split-methods): Say that
10160         `gnus-split-methods' uses file names, whereas this uses group
10161         names.  (Report from Nevin Kapur)
10162
10163 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
10164
10165         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
10166
10167 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
10168
10169         * nnheader.el (nnheader-directory-files-is-safe): New variable.
10170         (nnheader-directory-articles): Use it.
10171         (nnheader-article-to-file-alist): Ditto.
10172
10173 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
10174
10175         * rfc2047.el (rfc2047-pad-base64): New function.
10176         (rfc2047-decode): Use it.
10177
10178 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
10179
10180         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
10181         select method.
10182
10183 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
10184
10185         * mml2015.el (mml2015-gpg-decrypt-1):
10186         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
10187
10188 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
10189
10190         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
10191
10192 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
10193
10194         * pop3.el (pop3-munge-message-separator): A message may have an
10195         empty body.
10196
10197 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
10198
10199         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
10200         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
10201         (mm-uu-pgp-signed-extract): Use coding-system.
10202
10203 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
10204
10205         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
10206         (gnus-insert-mime-security-button): New function.
10207         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
10208         * mml2015.el:  Add security info when verify or decrypt.
10209         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
10210         (mm-uu-pgp-encrypted-extract): Ditto.
10211
10212 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
10213
10214         * mm-decode.el (mm-display-parts): New function.
10215         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
10216
10217 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10218
10219         * gnus-mlspl.el: Documentation tweaks.
10220
10221 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
10222
10223         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
10224         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
10225         argument.
10226
10227 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
10228
10229         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
10230
10231 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
10232
10233         * gnus-art.el (gnus-article-encrypt): New function.
10234         (gnus-article-encrypt-protocol-alist): New variable.
10235         (gnus-article-encrypt-protocol): New variable.
10236         * mml2015.el (mml2015-self-encrypt): New function.
10237         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
10238
10239 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
10240
10241         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
10242         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
10243         let mailcap do it.
10244         * mml2015.el: Remove snarf code.
10245         * mm-decode.el: Remove snarf code.
10246
10247 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
10248
10249         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
10250         (mml-insert-mime): Understand gnus-decoded.
10251         (mime-to-mml): New parameter handles.
10252         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
10253         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
10254
10255 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
10256
10257         * mm-decode.el (mime-security): New group.
10258         (mm-verify-function-alist): Add test function.
10259         (mm-decrypt-function-alist): Ditto.
10260         (mm-snarf-option): Set default value as nil.
10261         (mm-find-part-by-type): Recursive parameter.
10262         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
10263         * mml2015.el: Support draft-ietf-openpgp-multsig.
10264
10265 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
10266
10267         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
10268         (gnus-article-view-part-as-charset): New function.
10269
10270 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
10271
10272         * mm-decode.el (mm-verify-option): Default value.
10273         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
10274
10275 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
10276
10277         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
10278
10279 2000-11-05  Simon Josefsson  <sj@extundo.com>
10280
10281         * mml-smime.el (mml-smime-verify): Work in original multipart
10282         buffert.
10283
10284         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
10285         (mm-handle-multipart-ctl-parameter): Ditto.
10286         (mm-alist-to-plist): New function.
10287         (mm-dissect-buffer): Store CTL parameters and copy original buffer
10288         for multiparts.
10289         (mm-destroy-parts): Destroy multipart buffert.
10290         (mm-remove-part): Ditto.
10291
10292         * mml-smime.el (mml-smime-sign): Not used.
10293         (mml-smime-encrypt): Ditto.
10294
10295         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
10296
10297         Verify S/MIME signature support.
10298
10299         * mm-decode.el (mm-inline-media-tests): Add
10300         application/{x-,}pkcs7-signature.
10301         (mm-inlined-types): Ditto.
10302         (mm-automatic-display): Ditto.
10303         (mm-verify-function-alist): Ditto.  Add name of method.
10304         (mm-decrypt-function-alist): Add name of method.
10305         (mm-find-part-by-type): Add documentation.
10306         (mm-possibly-verify-or-decrypt): Use new format of
10307         mm-{verify,decrypt}-function-alist.  Use method names.
10308
10309         * mml-smime.el (mml-smime-verify): New function.
10310
10311 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
10312
10313         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
10314
10315 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
10316
10317         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
10318         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
10319         * mm-decode.el (mm-snarf-option): New variable.
10320
10321 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
10322
10323         * mm-util.el (mm-subst-char-in-string): New function.
10324         (mm-replace-chars-in-string): Use it.
10325         * message.el (message-replace-chars-in-string): Use it.
10326         * nnheader.el (nnheader-replace-chars-in-string): Use it.
10327         * gnus-mh.el (mh-lib-progs): Shut up.
10328
10329 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
10330
10331         * base64.el, md5.el: Moved to contrib directory.
10332
10333 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
10334
10335         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
10336         the last article when search.
10337
10338 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
10339
10340         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
10341         * nnmail.el (nnmail-pathname-coding-system): Ditto.
10342
10343 2000-09-29  David Edmondson  <dme@thus.net>
10344
10345         * message.el (message-newline-and-reformat): Typo.
10346
10347 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
10348
10349         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
10350
10351 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
10352
10353         * nntp.el (nntp-decode-text): Delete bogus status lines.
10354
10355 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
10356
10357         * message.el (message-font-lock-keywords): Match a final newline
10358         to help font-lock's multiline support.
10359
10360 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
10361
10362         * nnoo.el (nnoo-set): New function.
10363
10364 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
10365
10366         * gpg.el, gpg-ring.el: Moved to contrib directory.
10367
10368 2000-11-04  Simon Josefsson  <sj@extundo.com>
10369
10370         * nnimap.el (nnimap-split-inbox): Typo.
10371
10372 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
10373
10374         * gnus-msg.el (gnus-msg-mail): Move it backwards.
10375
10376 2000-11-03  Simon Josefsson  <sj@extundo.com>
10377
10378         * rfc2231.el (rfc2231-parse-qp-string): New function.
10379         (require): rfc2047.
10380
10381         * mail-parse.el (mail-header-parse-content-type):
10382         (mail-header-parse-content-disposition): Support invalid QP
10383         encoded strings, by using `rfc2231-parse-qp-string'.
10384
10385 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
10386
10387         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
10388         (rfc2231-decode-encoded-string): Typo "> X 1".
10389         (rfc2231-encode-string): Insert the name of charset.
10390         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
10391
10392 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
10393
10394         * mm-decode.el (mm-save-part): Return the filename.
10395         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
10396         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
10397         (gnus-mime-action-alist): Use it.
10398         (gnus-mime-button-commands): Use it.
10399         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
10400         (mm-inline-external-body): unwind-protect.
10401
10402 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
10403
10404         * gnus-art.el (gnus-insert-mime-button): Show url.
10405
10406 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
10407
10408         * mml.el (mml-generate-mime-1): Support external url.
10409         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
10410
10411 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
10412
10413         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
10414         * mm-decode.el (mm-display-external): Ditto.
10415         * mm-extern.el: New file.
10416         * mm-decode.el (mm-inline-media-tests): Hook it up.
10417         (mm-inlined-types): Inline message/external-body.
10418
10419 2000-11-02  Simon Josefsson  <sj@extundo.com>
10420
10421         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
10422
10423         * message.el (message-get-reply-headers): Better handling when
10424         Mail-Followup-To is very large.
10425
10426 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
10427
10428         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
10429         * gnus-art.el (gnus-article-edit-done):
10430         * gnus-sum.el (gnus-summary-edit-article-done): Move line
10431         counting code here.
10432         * gnus-msg.el (gnus-setup-message): Remove a hack.
10433
10434 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
10435
10436         * gnus-sum.el (gnus-newsgroup-variables): New variable.
10437         (gnus-summary-mode): Make them local variables.
10438         (gnus-set-global-variables): Globalize them.
10439         (gnus-summary-exit): Kill them.
10440
10441 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
10442
10443         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
10444         word.
10445
10446 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
10447
10448         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
10449         gnus-article-wash-types.
10450         * gnus-art.el (gnus-article-wash-status): Use them.
10451
10452 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
10453
10454         * mml.el (mml-read-tag): Remove spaces and LF.
10455
10456 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
10457
10458         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
10459         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
10460
10461 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
10462
10463         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
10464
10465 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
10466
10467         * gnus-sum.el (gnus-article-charset): New variable.
10468         (gnus-summary-display-article): Set it.
10469         * gnus-msg.el (gnus-copy-article-buffer): Use it.
10470         * gnus-art.el (gnus-article-mode): Make it local variable.
10471
10472 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10473
10474         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
10475
10476 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10477
10478         * nnwfm.el: New file.
10479
10480         * nnweb.el (nnweb-replace-in-string): New function.
10481
10482 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
10483
10484         * mml2015.el: Wrap gpg.el.
10485         * gpg.el (gpg-verify): The last argument of apply is a list.
10486         (gpg-encrypt): Add passphrase as a parameter.
10487
10488 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
10489
10490         * gpg.el: New file.
10491         * gpg-ring.el: New file.
10492
10493 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
10494
10495         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
10496
10497 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10498
10499         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
10500         double-quote characters.
10501         (gnus-summary-prepare-threads): Ditto.
10502
10503 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
10504
10505         * gnus-art.el (gnus-mime-display-single): Forward line -1.
10506         * mml.el (mml-read-tag): Don't skip the leading space.
10507         * lpath.el (font-lock-set-defaults): Shut up.
10508
10509 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
10510
10511         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
10512
10513 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
10514
10515         * qp.el (quoted-printable-encode-region): Replace leading - when
10516         ultra safe.
10517         * mml.el (mml-generate-mime-postprocess-function): Removed.
10518         (mml-postprocess-alist): Removed.
10519         (mml-generate-mime-1): Use ultra-safe when sign.
10520         * mml2015.el (mml2015-fix-micalg): Uppercase.
10521         (mml2015-verify): Insert LF.
10522         (mml2015-mailcrypt-sign): Downcase; search backward.
10523
10524 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10525
10526         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
10527         restrictive.
10528         (nnultimate-table-regexp): New variable.
10529         (nnultimate-forum-table-p): Use it.
10530
10531 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
10532
10533         * gnus-sum.el (gnus-summary-expire-articles): Save point.
10534
10535 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
10536
10537         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
10538         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
10539
10540 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
10541
10542         * mml2015.el: Shut up.
10543
10544 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
10545
10546         * gnus.el (gnus-server-browse-hashtb): Removed.
10547         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
10548         (gnus-group-insert-group-line-info): Use simplified method.
10549         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
10550
10551 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
10552
10553         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
10554         moved here.
10555         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
10556         * gnus-group.el (gnus-group-prepare-flat): Use it.
10557         * gnus-topic.el (gnus-group-prepare-topics): Use it.
10558
10559 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
10560
10561         * mml.el (mml-mode): Show menu in XEmacs.
10562
10563 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
10564
10565         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
10566         (gnus-server-read-server-in-server-buffer): New function.
10567         (gnus-browse-foreign-server): Browse in group buffer.
10568         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
10569         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
10570         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
10571         * gnus.el (gnus-server-browse-hashtb): New variable.
10572
10573 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
10574
10575         * nnfolder.el (nnfolder-open-nov): Use group.
10576
10577 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
10578
10579         * nnfolder.el: Add NOV. Set version to 2.0.
10580         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
10581
10582 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
10583
10584         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
10585
10586 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
10587
10588         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
10589         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
10590
10591 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
10592
10593         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
10594
10595 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
10596
10597         * mm-decode.el (mm-verify-function-alist): New variable.
10598         (mm-verify-option): New variable.
10599         (mm-decrypt-function-alist): Ditto.
10600         (mm-decrypt-option): Ditto.
10601         (mm-find-raw-part-by-type): New function.
10602         (mm-possibly-verify-or-decrypt): New function.
10603         (mm-dissect-multipart): Use it.
10604         * mml2015.el (mml2015-fix-micalg): New function.
10605         (mml2015-decrypt): Use new interface.
10606         (mml2015-verify):  Use new interface.
10607         (mml2015-setup): Make it bogus.
10608
10609 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
10610
10611         * mml.el (mml-generate-mime-postprocess-function): Set to
10612         mml-postprocess.
10613         (autoload): Autoload mml2015 and mml-smime.
10614         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
10615         * mml2015.el (mml2015-encrypt): New function.
10616         (mml2015-sign): New function.
10617         (mml2015-encrypt-function): New variable.
10618         (mml2015-sign-function): New variable.
10619         (mml2015-mailcrypt-encrypt): Use message-recipients.
10620         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
10621         * mml-smime.el (mml-smime-setup): Ditto.
10622
10623 2000-10-28  Simon Josefsson  <sj@extundo.com>
10624
10625         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
10626         Communigate Pro 3.3.1 server.
10627
10628         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
10629         in buffers.
10630         (mml-secure-dns-server): Removed.
10631         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
10632         write certificates to files.
10633
10634         * smime.el (smime-dns-server): New variable.
10635         (smime-mail-to-domain):
10636         (smime-cert-by-dns): New functions.
10637
10638         * dig.el: New file.
10639
10640 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
10641
10642         * message.el (message-options): New variable.
10643         (message-options-set-recipient): New function.
10644         (message-send): Use them.
10645         * gnus-int.el (gnus-request-replace-article): Use them.
10646         (gnus-request-accept-article): Ditto.
10647         * mml.el (mml-preview): Use them.
10648         * gnus-sum.el (gnus-summary-edit-article): Use them.
10649
10650         * message.el (message-options-get): New function.
10651         (message-options-get): New function.
10652         * rfc2047.el (rfc2047-encode-message-header): Use them.
10653         * mm-bodies.el (mm-encode-body): Use them.
10654
10655 2000-10-28  Simon Josefsson  <sj@extundo.com>
10656
10657         * nnimap.el (nnimap-retrieve-which-headers):
10658         (nnimap-request-article-part): Quote message-id.
10659
10660         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
10661         (smime-CA-file): New variable.
10662         (smime-call-openssl-region): Don't error.
10663         (smime-sign-region): Return result value.
10664         (smime-encrypt-region): Ditto.
10665         (smime-verify-region): New function.
10666         (smime-decrypt-region): Ditto.
10667         (smime-verify-buffer): Ditto.
10668         (smime-decrypt-buffer): Ditto.
10669
10670         * mml.el: Require mml-sec.
10671         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
10672         (mml-mode-map): Add "sign" and "encrypt" maps.
10673         (mml-menu): Add security menu.
10674         (mml-preview): Use generate-new-buffer.
10675
10676         * mml-sec.el: New file.
10677
10678 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
10679
10680         * mm-decode.el (mm-find-part-by-type): Move it here.
10681         * mml.el (mml-postprocess): Move it here.
10682         (mml-postprocess-alist): Move it here. Merge them.
10683
10684 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
10685
10686         * rfc2047.el (rfc2047-encode-message-header): Make sure no
10687         unencoded stuff in the header.
10688
10689 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
10690
10691         * gnus-group.el (gnus-group-listed-groups): New variable.
10692         (gnus-group-list-option): New variable.
10693         (gnus-group-list-limit-map): New keymap.
10694         (gnus-group-list-flush-map): New keymap.
10695         (gnus-group-list-plus-map): New keymap.
10696         (gnus-group-prepare-logic): New function.
10697         (gnus-group-prepare-flat): Merge with
10698         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
10699         (gnus-group-prepare-flat-list-dead): Ditto.
10700         (gnus-group-list-matching): Use gnus-group-prepare-function.
10701         (gnus-group-list-dormant): Ditto.
10702         (gnus-group-list-cached): Ditto.
10703         (gnus-group-listed-groups): New function.
10704         (gnus-group-list-limit): New function.
10705         (gnus-group-list-flush): New function.
10706         (gnus-group-list-plus): New function.
10707         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
10708         (gnus-topic-prepare-topic): Ditto.
10709
10710 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
10711
10712         * message.el (message-insert-to, message-get-reply-headers):
10713         (message-reply, message-followup): Mail-{Followup,Reply}-To.
10714
10715 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
10716
10717         * mml2015.el: New file.
10718         * smime.el: New file.
10719         * mml-smime.el: New file.
10720
10721 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
10722
10723         * ChangeLog: Moved to ChangeLog.1.
10724
10725     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
10726   Copying and distribution of this file, with or without modification,
10727   are permitted provided the copyright notice and this notice are preserved.
10728
10729 ;; Local Variables:
10730 ;; coding: iso-2022-7bit
10731 ;; End: