Synch with Oort Gnus.
[elisp/gnus.git-] / lisp / ChangeLog
1 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nndraft.el (nndraft-request-associate-buffer): Use
4         make-local-variable.
5
6 2003-01-02  Michael Shields  <shields@msrl.com>
7
8         * nndraft.el (nndraft-request-associate-buffer): Make
9         write-contents-hooks buffer-local before setting it.
10
11 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12
13         * gnus.el (gnus-group-parameter-value): Take an extra param.
14         (gnus-group-fast-parameter): Let group param results be nil. 
15
16         * gnus-art.el (gnus-article-forward-header): New function.
17         (article-date-ut): Use it to remove continuation date headers. 
18
19         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
20         read-event. 
21         (gnus-summary-remove-bookmark): Clean up.
22         (gnus-summary-set-bookmark): Clean up.
23
24         * gnus-util.el (gnus-read-event-char): Take an optional prompt. 
25
26         * gnus.el (gnus-group-startup-message): Bind data-directory to
27         the Gnus etc directory.
28
29 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
30
31         * spam.el (spam-summary-prepare-exit): added slots for spam- and
32         ham-processing of articles; use the new
33         spam-group-(spam|ham)-contents-p functions
34         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
35         convenience functions
36         (spam-mark-junk-as-spam-routine): use the new
37         spam-group-spam-contents-p function
38
39         * gnus.el (spam-process, spam-contents, spam-process-destination):
40         added new parameters with corresponding global variables
41         (gnus-group-spam-exit-processor-ifile,
42         gnus-group-spam-exit-processor-bogofilter,
43         gnus-group-spam-exit-processor-blacklist,
44         gnus-group-spam-exit-processor-whitelist,
45         gnus-group-spam-exit-processor-BBDB,
46         gnus-group-spam-classification-spam,
47         gnus-group-spam-classification-ham): added new symbols for the
48         spam-process and spam-contents parameters
49
50         * spam.el (spam-ham-marks, spam-spam-marks): changed list
51         customization and list itself to store mark symbol rather than
52         mark character.
53         (spam-bogofilter-register-routine): added logic to generate mark
54         values list from spam-ham-marks and spam-spam-marks, so (member)
55         would work.
56
57 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
58
59         * message.el (message-cross-post-followup-to): Fix comment.
60
61 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
62
63         * spam.el (spam-ham-marks, spam-spam-marks): changed list
64         customization and list itself to store mark symbol rather than
65         mark character.
66         (spam-bogofilter-register-routine): added logic to generate mark
67         values list from spam-ham-marks and spam-spam-marks, so (member)
68         would work.
69
70 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
71
72         * message.el (message-signature-insert-empty-line): New variable.
73
74 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
75
76         * message.el: Renamed functions and variables: "xpost" ->
77         "cross-post", "-fup2" -> "-followup-to".
78         (message-cross-post-old-target, message-cross-post-default,
79         message-cross-post-note, message-followup-to-note,
80         message-cross-post-note-function): New variables names.
81         (message-xpost-old-target, message-xpost-default,
82         message-xpost-note, message-fup2-note,
83         message-xpost-note-function): Removed variable names.
84         (message-cross-post-followup-to-header,
85         message-cross-post-insert-note, message-cross-post-followup-to):
86         New function names.
87         (message-xpost-fup2-header, message-xpost-insert-note,
88         message-xpost-fup2): Removed function names.
89
90 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
91
92         * message.el (message-send-mail): Added message-cleanup-headers to
93         prevent newlines in headers.
94
95 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
96
97         * dns.el (dns-make-network-process): Comment.
98
99         * gnus-sum.el (gnus-summary-display-while-building): Default to
100         nil.
101
102 2003-01-01  Wes Hardaker  <wes@hardakers.net>
103
104         * gnus-sum.el (gnus-summary-display-while-building): New
105         variable.
106
107 2002-01-01  Raymond Scholz  <ray-2003@zonix.de>
108
109         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
110         before rearranging the article.
111
112 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
113
114         * nndraft.el (nndraft-generate-headers): New function.
115         (nndraft-request-associate-buffer): Use it to write headers on
116         buffer save.
117
118         * message.el (message-generate-headers): Let the function be a
119         lambda form.
120         (message-draft-headers): New variable.
121
122         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
123         function.
124         (gnus-setup-message): Use it.
125
126         * message.el (message-generate-headers-first): Doc fix.
127         (message-setup-1): Use new function for getting which headers to
128         generate.
129         (message-headers-to-generate): New function.
130
131 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
132
133         * gnus-agent.el (gnus-agent-save-alist): Make directory.
134
135 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
136
137         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
138         mention negatives.
139
140 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
141
142         * deuglify.el (gnus-outlook-rearrange-article): Use
143         `transpose-regions' instead of tempering the kill-ring.
144         (gnus-article-outlook-deuglify-article): Rehighlight article
145         instead of a complete redisplay.
146
147 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
148
149         * spam.el: most defvars are defcustoms now
150
151         patches from Michael Shields  <shields@msrl.com>
152
153         * spam.el (spam-bogofilter-articles): Select the article
154         body using gnus-summary-show-article t instead of
155         gnus-summary-select-article; this presents the raw text
156         without running any hooks.
157
158         * spam.el (spam-bogofilter-articles): Use message-remove-header
159         to remove headers; the old way incorrectly removed just the first
160         line of folded headers.
161
162 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
163
164         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
165
166 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
167
168         * gnus-start.el (gnus-load): New function.
169         (gnus-read-newsrc-el-file): Use it.
170
171 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
172
173         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
174         (gnus-button-handle-apropos-documentation): New function.
175         (gnus-button-handle-ctan): New function.
176         (gnus-button-alist): Use them.  Improve some regexps.
177         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
178
179 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
180
181         * message.el (message-subscribed-p): New function.
182         (message-send-mail): Use it.
183         * mml.el (mml-preview-insert-mft): New function.
184         (mml-preview): Use it.
185
186 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
187
188         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
189         when sorting by date.
190
191         * gnus-art.el (gnus-article-edit-mode): New variable.
192         (gnus-article-setup-buffer): Warn user about discarding edits.
193
194         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
195         (gnus-summary-pipe-output): Take a symbolic prefix to save all
196         headers.
197
198         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
199
200 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
201
202         * message.el (message-completion-alist): Added "Mail-Followup-To"
203         and "Mail-Copies-To".
204
205 2002-07-21  Jesper harder  <harder@ifa.au.dk>
206
207         * gnus-group.el: Add key bindings for
208         gnus-group-sort-groups-by-real-name and
209         gnus-group-sort-selected-groups-by-real-name.
210
211 2002-07-21  Jesper harder  <harder@ifa.au.dk>
212
213         * gnus.texi (Sorting Groups): Add key bindings for
214         gnus-group-sort-groups-by-real-name and
215         gnus-group-sort-selected-groups-by-real-name.
216
217 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
218
219         * spam.el (spam-use-dig): new variable for blackhole checking
220         through dig.el
221         (spam-check-blackholes): added dig.el checking functionality and
222         more verbose reporting; query-dig is autoloaded from dig.el
223         (spam-use-blackholes): disabled by default
224         (spam-blackhole-servers): removed rbl.maps.vix.com from the
225         blackhole servers list
226
227 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
228
229         * message.el (message-required-headers): New variable.
230
231 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
232
233         * dig.el (query-dig): new function
234
235 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
236
237         * flow-fill.el (fill-flowed): Don't infloop on too long fill
238         prefixes.
239
240         * dns.el (query-dns): Protect against errors.
241
242         * gnus-msg.el (gnus-article-yanked-articles): New variable.
243         (gnus-inews-add-send-actions): Mark all answered messages as
244         answered.
245
246 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
247
248         * nnmail.el (nnmail-split-it): Added tracing to
249         `:' split rule
250
251 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
252
253         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
254         and "%s" so we don't overquote them.
255
256 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
257
258         * (mm-display-external): Display the actual command that has been
259         executed in the echo area.
260
261 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
262
263         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
264
265         * message.el (message-with-reply-buffer): New macro.
266         (message-fetch-reply-field): Use it.
267         (message-insert-wide-reply): New command and keystroke.
268         (message-carefully-insert-headers): New function.
269         (message-insert-to): Use new function.
270
271         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
272         (gnus-topic-goto-missing-group): Use it.
273
274         * message.el (message-required-news-headers): Removed Lines.
275         (message-reply): Don't insert References first.
276         (message-followup): Ditto.
277         (message-make-references): New function.
278         (message-followup): Set message-reply-headers before generating
279         the buffer stuff.
280
281 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
282
283         * mml.el (mml-generate-mime-1): Reverse the order of
284         encoding/flowing.
285
286 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
287
288         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
289         after moving them.
290
291         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
292         fit with newer standard format.
293         (gnus-summary-make-false-root-always): New variable.
294         (gnus-gather-threads-by-subject): Use it.
295
296         * message.el (message-get-reply-headers): Take an address list
297         optional argument.
298
299 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
300
301         * gnus.el (gnus-keep-backlog): Change default to 20.
302
303         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
304         start.
305         (gnus-agent-check-overview-buffer): Remove negative article
306         numbers.
307
308         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
309         (nnmail-cache-ignore-groups): Doc fix.
310
311         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
312         (nnimap-debug-buffer): New variable.
313         (nnimap-debug): Use it.
314
315 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
316
317         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
318
319 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
320
321         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
322         they aren't already sorted.
323
324 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
325
326         * message.el (message-mode-menu): Add ellipses to menu items
327         expecting user interaction.
328         (message-mode-field-menu): do.
329
330 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
331
332         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
333         it isn't used any more.
334
335 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
336
337         * binhex.el (binhex-decoder-program): Fix docstring.
338
339 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
340
341         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
342         special chars if the mailcap file uses single quotes around %s.
343         From Laurent Martelli <laurent@bearteam.org>.
344
345 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
346
347         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
348         return the info object.
349
350 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
351
352         * gnus-int.el (gnus-request-update-info): Artificially add
353         (1 . (1- min)) to the read range, in case the backend doesn't
354         store marks for nonexistent articles.
355
356 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
357
358         * binhex.el (binhex-insert-char): Eval-and-compile.
359
360 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
361
362         * lpath.el: Add tool-bar-local-item-from-menu.
363
364         * message.el (message-tool-bar-local-item-from-menu): New function.
365         (message-tool-bar-map): Use it.
366
367 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
368
369         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
370
371         * gnus-art.el (gnus-article-header-rank): Last header in
372         gnus-sorted-header-list should have higher rank than non-members.
373
374 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
375
376         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
377         covered methods.
378
379 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
380
381         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
382         eval-when-compile.  Suggested by Kevin Greiner.
383
384 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
385
386         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
387         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
388         even though no headers may have been fetched
389         (gnus-agent-fetch-group-1, and perhaps others, require this
390         behavior).
391         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
392         server buffer is constrained by gnus-agent-max-fetch-size.
393         Multiple chunks in the same group may perform arbitrarily large
394         updates.
395
396 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
397
398         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
399         gnus-summary-update-download-mark to update the article in the
400         summary.
401
402 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
403
404         * gnus.el (gnus-summary-high-uncached-face,
405         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
406         New faces.
407
408         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
409         added this on 2002-11-23 but it just wasn't working out as
410         intended.  The idea isn't entirely dead, three new faces
411         gnus-summary-*-uncached-face are being added to gnus.el to provide
412         the basis for an improved implementation.
413         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
414         proper file to open is lib/servers.
415         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
416         (i.e. removing the article from gnus-newsgroup-downloadable) will
417         now restore the article's default mark rather than simply setting
418         no mark.
419         (gnus-agent-get-undownloaded-list): Corrected documentation.
420         Added code to set new summary local variable,
421         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
422         a temporary list.  No longer sets gnus-newsgroup-downloadable.
423         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
424         up to date.  Call new gnus-summary-update-download-mark to keep
425         summary buffer up-to-date.
426         (gnus-agent-fetch-selected-article): Keep
427         gnus-newsgroup-undownloaded up to date.
428         (gnus-agent-fetch-articles): Return list of articles that were
429         successfully fetched.
430         (gnus-agent-check-overview-buffer): No more thingatpt.
431         (gnus-agent-expire): No longer deletes NOV entries of unread
432         articles.
433         (gnus-agent-unread-articles): New function.
434         (gnus-agent-regenerate-group): The article number must be
435         terminated by a tab character.  Added more messages to report
436         repairs.  Inhibit quits while writing changes so it is now safe
437         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
438         downloaded to 1) resolve the unbound references and 2) avoid
439         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
440
441         * gnus-art.el (gnus-article-prepare): The agent
442         downloaded/undownloaded mark is no longer stored as the article's
443         mark.
444
445         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
446         gnus-summary-highlight may use it.  Added downloaded as
447         gnus-summary-highlight was using it.
448
449         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
450         the download mark now follows Kai's +/- convention.
451         (gnus-downloaded-mark): Added ?+ mark.
452         (gnus-summary-highlight): Added rules to select
453         gnus-summary-high-uncached-face,
454         gnus-summary-normal-uncached-face, and
455         gnus-summary-low-uncached-face.  Removed the
456         gnus-agent-downloaded-article-face.
457         (gnus-summary-line-format-alist): Implemented the download flag
458         format (?O) as named in the manual.  This implementation displays
459         either gnus-undownloaded-mark, gnus-downloaded-mark, or
460         gnus-no-mark.
461         (gnus-newsgroup-agentized): New local variable that identifies
462         which groups are agentized.  While the agent is now on by default,
463         you don't have to agentize every server that you use.
464         (gnus-update-summary-mark-positions): Completed support for the
465         download type of mark.
466         (gnus-summary-insert-line): Added undownloaded to the parameters.
467         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
468         reference by the gnus-summary-line-format-spec.
469
470         * nntp.el (nntp-with-open-group): This macro handles dropped or
471         broken connections by opening a new connection and repeating the
472         failed command.
473         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
474         XOVER commands preceeding the active articles with the nov entry
475         of the first available article.  When gnus connected to such a
476         server, the unexpected nov entry would result in duplicate lines
477         in the agent's overview file.  This patch fixes the duplicate
478         lines problem and improves performance by skipping over all
479         articles IDs that preceed the first nov entry in the server's
480         reply.
481
482 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
483
484         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
485         (gnus-summary-highlight): Use it instead of `downloaded'.
486         (gnus-summary-highlight-line): Ditto.
487
488         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
489
490 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
491
492         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
493
494         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
495         calls.
496
497         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
498         downloaded variable if we're in an uncovered group.
499
500         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
501         font to soemthing less noticeable.
502         (gnus-agent-group-covered-p): New function.
503
504 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
505
506         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
507         Because of an unknown bug, the group buffer is saved in .overview
508         file.
509
510 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
511
512         * nntp.el (nntp-send-command): Braino in last commit.  Replace
513         `and' with `or'.
514
515 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
516
517         * nntp.el (nntp-send-command): Assume that echo does not happen
518         when nntp-open-connection-function is nntp-open-network-stream.
519         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
520
521 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
522
523         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
524
525 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
526
527         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
528         nntp-server-buffer if we aren't going to write to it.
529
530 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
531         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
532
533         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
534
535 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
536
537         * rfc2047.el (rfc2047-decode-region): Remove newlines between
538         decoded words.
539
540 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
541
542         * gnus.el (fboundp): After loading mm-util, make sure it was the
543         right one.
544
545 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
546
547         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
548         gnus-sum.  Made into a user option.
549
550         * gnus-sum.el (gnus-simplify-ignored-prefixes)
551         (gnus-summary-mark-article-as-unread)
552
553 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
554
555         * time-date.el (date-to-time): Typo.
556
557         * parse-time.el: Typo.
558
559         * nnsoup.el (nnsoup-retrieve-headers): Typo.
560
561         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
562
563         * nnimap.el:
564         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
565
566         * mm-encode.el (mm-safer-encoding): Typo.
567
568         * messcompat.el: Typo.
569
570         * message.el (message-face-alist): Typo.
571
572         * imap.el (imap-interactive-login, imap-open): Typos.
573
574         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
575
576         * gnus.el: Typo.
577
578         * gnus-win.el (gnus-configure-frame): Typo.
579
580         * gnus-util.el (gnus-atomic-progn-assign): Typo.
581
582         * gnus-topic.el (gnus-topic-sort-topics): Typo.
583
584         * gnus-sum.el (gnus-summary-article-number)
585         (gnus-summary-read-group-1, gnus-summary-mark-article)
586         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
587
588         * gnus-mule.el (gnus-mule-add-group): Typo.
589
590         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
591
592         * gnus-group.el (gnus-group-fetch-faq): Typo.
593
594         * gnus-art.el (gnus-decode-header-methods): Typo.
595
596         * flow-fill.el: Typo.
597
598 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
599
600         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
601
602 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
603
604         * gnus-sum.el (gnus-simplify-ignored-prefixes)
605         (gnus-summary-mark-article-as-unread)
606         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
607         Reformatting to avoid long lines.
608         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
609
610 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
611
612         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
613         be accessed through `mail-header-number'.
614
615 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
616
617         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
618         compressed range to gnus-summary-insert-articles.
619
620 2002-11-26  Kevin Ryde <user42@zip.com.au>
621
622         * gnus-art.el (gnus-mime-copy-part): Look for filename
623         parameter under content-disposition, not content-type.
624
625         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
626         (gnus-summary-reselect-current-group): Use it.
627
628 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
629
630         * gnus-agent.el (gnus-agent-uncached-articles): if
631         gnus-agent-load-alist fails, return ARTICLES.
632
633         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
634
635 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
636
637         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
638         superfluous function call.
639         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
640         Add warning to docstring.
641
642 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
643
644         * gnus-agent.el: Autoload number-at-point instead.
645         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
646
647 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
648
649         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
650         require thingatpt (for number-at-point) and protect against
651         deactivate-mark being unbound (on XEmacs).
652
653 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
654
655         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
656         print message on entry.
657
658         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
659
660         * gnus-range.el (gnus-range-difference): New function.
661         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
662
663 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
664
665         * gnus-sum.el (gnus-summary-insert-old-articles): Use
666         gnus-remove-from-range instead of gnus-range-difference which
667         doesn't exist.
668
669 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
670         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
671
672         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
673         used for showing which articles have been downloaded.
674         (gnus-agent-article-alist): Format change.  Add documentation.
675         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
676         process-marked articles.
677         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
678         in the series are individually fetched to minimize lose of
679         content due to an error/quit.
680         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
681         gnus-message instead of message.
682         (gnus-agent-read-servers): Use file lib/methods instead of
683         lib/servers.  TODO: Why?
684         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
685         (gnus-agent-get-undownloaded-list): Remove articles that appear to
686         come from the agent.  This means that they are not downloaded.
687         (gnus-agent-fetch-selected-article): Don't use history.
688         (gnus-agent-save-history, gnus-agent-enter-history)
689         (gnus-agent-article-in-history-p, gnus-agent-history-path):
690         Removed function; history is not used anymore.
691         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
692         (gnus-agent-crosspost): Started rewrite then realized that a typo
693         in gnus-agent-fetch-articles ensures that this function is never
694         called.  This will need to be fixed later.
695         (gnus-agent-check-overview-buffer): Some sanity checks on the
696         agent overview buffer.  This is a safety net used during
697         development.
698         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
699         changed, write a number to the file indicating this.
700         (gnus-agent-fetch-headers): Rewrite to respect
701         gnus-agent-consider-all-articles without relying on the
702         `.fetched' files.  Make it fast.
703         (gnus-agent-braid-nov): Change resulting from
704         gnus-agent-fetch-headers change.
705         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
706         `.fetched' files.
707         (gnus-agent-read-agentview): New function, used by
708         gnus-agent-load-alist.
709         (gnus-agent-load-fetched-headers): Remove.
710         (gnus-agent-save-alist): Rewrite to accomodate new format.
711         (gnus-agent-fetch-group-1): Make sure list of articles is in the
712         same order as in gnus-newsgroup-headers.
713         (gnus-agent-expire): Document and implement extra args ARTICLES,
714         GROUP, FORCE.  Do not restrict usage.
715         (gnus-agent-uncached-articles): New function.
716         (gnus-agent-retrieve-headers): Use it.
717         (gnus-agent-regenerate-group): No longer needs to be called from
718         gnus-agent-regenerate.  Individual groups may be regenerated. The
719         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
720         The article fetch dates are validated in the article alist.  The
721         article alist is pruned of entries that do not reference existing
722         NOV entries.  All changes are computed then applied with
723         inhibit-quit bound to t.  As a result, it is now safe to quit out of
724         regeneration.  The optional clean parameter has been replaced with
725         an optional reread parameter.  Clean is no longer necessary as
726         regeneration gets the appropriate setting from
727         gnus-agent-consider-all-articles.  The new reread parameter will
728         result in fetched, or all, articles being marked as unread.
729         (gnus-agent-regenerate): Removed code to regenerate the history
730         file as it is no longer used.
731
732         * gnus-start.el (gnus-make-ascending-articles-unread): New
733         function, for efficient mass-marking.
734
735         * gnus-sum.el (gnus-summary-highlight): Use new face for
736         downloaded articles.
737         (gnus-article-mark): Prefer to indicate read/unread status over
738         downloaded status.
739         (gnus-summary-highlight-line-0): New function, maybe rehighlights
740         line.
741         (gnus-summary-highlight-line): Use new face for downloaded
742         articles.
743         (gnus-summary-insert-old-articles): Improved performance by
744         replacing the initial LIST of older articles with a compressed
745         RANGE of older articles.  Some servers appear to lie about
746         their active range so the original list could contain millions
747         of article numbers.  The range is not expanded into a list
748         until the optional ALL parameter has been applied.
749
750 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
751
752         * gnus-agent.el (gnus-category-mode): Typo in doc string.
753
754 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
755
756         * spam.el:
757         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
758
759         * spam.el: added `M s t' and `M s x' key mappings
760
761 2002-11-20  Simon Josefsson  <jas@extundo.com>
762
763         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
764
765 2002-11-19  Simon Josefsson  <jas@extundo.com>
766
767         * gnus-sum.el (gnus-summary-morse-message): Load
768         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
769         (unmorse-region): Autoload it instead.
770
771 2002-11-18  Simon Josefsson  <jas@extundo.com>
772
773         * gnus-sum.el (gnus-summary-morse-message): New function.
774         (gnus-summary-wash-map): Bind to `W m'.
775         (gnus-summary-make-menu-bar): Add.
776
777         * nnimap.el (nnimap-request-expire-articles): Compress sequence
778         before storing \Deleted mark on expired articles.
779
780 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
781         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
782
783         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
784         parens in column 0.
785
786 2002-11-17  Juanma Barranquero  <lektu@terra.es>
787
788         * nnweb.el (nnweb-google-create-mapping): Fix typo.
789
790         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
791
792         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
793
794 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
795
796         * message.el (message-set-auto-save-file-name): Use
797         make-directory, to avoid the dependence on gnus-util.
798
799 2002-11-16  Simon Josefsson  <jas@extundo.com>
800
801         * nnimap.el (nnimap-callback-callback-function):
802         (nnimap-callback-buffer): Removed, these cannot be global but must
803         be embedded into the callback.
804         (nnimap-make-callback): New.  Embedd article number, callback and
805         buffer in function.
806         (nnimap-callback, nnimap-request-article-part): Update.
807
808 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
809
810         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
811
812 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
813
814         * gnus.el (gnus-summary-line-format): Document %C.
815
816 2002-11-11  Simon Josefsson  <jas@extundo.com>
817
818         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
819         output when called interactively.
820
821 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
822
823         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
824
825         * message.el (message-draft-coding-system): Improve comment; use
826         mm-auto-save-coding-system for the default value.
827
828         * nndraft.el (nndraft-request-article): Revert to the state before
829         2002-10-29; regexp-quote mail-header-separator.
830
831 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
832
833         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
834         allow editing of drafts from an nnvirtual group.
835
836 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
837
838         * nndraft.el (nndraft-request-article): Replace emacs-mule with
839         mm-auto-save-coding-system.
840
841         * message.el (message-draft-coding-system): Default to
842         iso-2022-7bit.
843
844         * mm-util.el (mm-auto-save-coding-system): Undo last change to
845         restore the default value to emacs-mule or escape-quoted.
846
847 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
848
849         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
850         a delayed or a queued article as well as a draft.
851
852         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
853         delayed or a queued article in the raw format; treat a delayed
854         article as a raw article as well as a draft.
855         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
856         for the delayed group.
857
858         * nndraft.el (nndraft-request-article): Ignore auto save files for
859         a delayed or a queued article; don't bother to decode a queued
860         article; don't bind nnmail-file-coding-system for a queued article.
861
862         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
863         and the queue group.
864
865 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
866
867         * gnus-group.el (gnus-group-delete-group):
868         gnus-cache-active-hashtb might be void.
869
870 2002-11-02  Simon Josefsson  <jas@extundo.com>
871
872         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
873         setting of the default user ID.  From Raymond Scholz
874         <ray-2002@zonix.de>.
875
876 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
877
878         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
879         charset.
880
881 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
882         From Alex Schroeder <alex@emacswiki.org>
883         * spam-stat.el (spam-stat-process-directory): add dir to message
884         (spam-stat-reduce-size): No longer remove words
885         with values close to 0.5, because the default value is 0.2.
886
887 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
888
889         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
890         documentation.
891
892 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
893
894         * gnus-agent.el (gnus-agent-fetched-headers)
895         (gnus-agent-load-fetched-headers)
896         (gnus-agent-save-fetched-headers): Remove variable and two
897         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
898         works better.
899         (gnus-agent-fetch-headers): New implementation from Kevin
900         Greiner.  Uses gnus-agent-article-alist to store information
901         about fetched messages which aren't on the server anymore.  The
902         trick is to return a list of considered messages to the caller,
903         but to only fetch those which haven't been fetched yet.
904
905 2002-10-30  Simon Josefsson  <jas@extundo.com>
906
907         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
908
909         * pgg.el (pgg-passphrase-cache-expiry): Removed.
910
911 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
912
913         * mm-view.el (mm-w3m-local-map-property): Make it work with older
914         versions of emacs-w3m than 1.3.3.
915
916         * lpath.el: Bind w3m-minor-mode-map.
917
918         * mm-view.el (mm-w3m-mode-command-alist)
919         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
920         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
921         (mm-setup-w3m): Simplified.
922         (mm-w3m-local-map-property): New function.
923         (mm-inline-text-html-render-with-w3m): Use it.
924
925         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
926         mm-w3m-local-map-property.
927
928 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
929
930         * mm-util.el (mm-auto-save-coding-system): Default to
931         iso-2022-7bit.
932
933         * nndraft.el (nndraft-request-article): Decode an article using
934         the coding-system emacs-mule if it seems to have been saved using
935         emacs-mule.
936         (nndraft-request-replace-article): Use message-draft-coding-system
937         instead of mm-auto-save-coding-system for the draft or delayed
938         group.
939
940 2002-10-28  Josh  <huber@alum.wpi.edu>
941
942         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
943         functions.
944
945 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
946         From mah@everybody.org (Mark A. Hershberger).
947
948         * mm-url.el (mm-url-insert-file-contents): Make it return the same
949         type values ("url" size) regardless of the values of
950         mm-url-use-external.
951
952 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
953
954         * nnimap.el (nnimap-request-article-part): Try harder to show
955         group name in debugging message.
956
957 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
958
959         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
960         directory if it doesn't exist.
961         (gnus-agent-fetch-headers): Remove old cruft that tried to
962         abstain from downloading articles more than once if
963         gnus-agent-consider-all-articles was true.  This is now done
964         properly via the .fetched files.
965
966 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
967
968         * nndraft.el (nndraft-request-article): Treat delayed articles
969         like drafts.
970
971 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
972
973         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
974
975 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
976
977         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
978         Remove unused optional arg DIR and corresponding code.
979
980         * nnimap.el (nnimap-request-article-part): Include group name in
981         debugging output.
982
983 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
984
985         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
986
987 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
988
989         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
990         contains range of headers that have been fetched by the agent
991         already.  Compare gnus-agent-article-alist.
992         (gnus-agent-file-header-cache): Like
993         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
994         (gnus-agent-fetch-headers): Improve comment.  Revert to old
995         seen/recent logic.
996         Remember which headers have been fetched before and don't fetch
997         them again the next time round.
998         (gnus-agent-load-fetched-headers)
999         (gnus-agent-save-fetched-headers): New functions, for remembering
1000         which headers have been fetched before.
1001
1002 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1003
1004         * lpath.el: Remove useless bindings.
1005
1006 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
1007
1008         * gnus-sum.el (gnus-summary-execute-command): Disable visual
1009         features while searching.
1010
1011 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1012
1013         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
1014
1015 2002-10-22  Simon Josefsson  <jas@extundo.com>
1016
1017         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
1018         (pgg-snarf-keys): Add.
1019
1020 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1021
1022         * lpath.el: Fbind bbdb-records.
1023
1024         * spam.el: Don't autoload bbdb-records.
1025
1026 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1027
1028         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
1029         prevent inf-loop.
1030
1031 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1032
1033         * nnslashdot.el: Removed some test lines.
1034         More test.
1035
1036 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1037
1038         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
1039         are known to be downloaded already.
1040
1041 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1042
1043         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
1044         (mm-text-html-washer-alist): Ditto.
1045
1046 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1047
1048         * nnheader.el (nnheader-remove-body): Fix an error of detecting
1049         boundary between headers and body.
1050         * nnml.el (nnml-parse-head): Ditto.
1051
1052 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1053
1054         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
1055         entries.
1056
1057         * gnus-group.el (gnus-fetch-group): Allow an optional
1058         specification of the articles to select.
1059
1060         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
1061
1062 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1063
1064         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
1065         headers from the group, update variable `articles' to contain
1066         only those numbers where headers exist.  (When fetching all
1067         articles in a group, Gnus creates lots of numbers where there is
1068         no articles.)
1069
1070 2002-10-20  Steve Youngs  <youngs@xemacs.org>
1071
1072         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
1073         doesn't have the 'alist custom type, use cons cells instead.
1074         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
1075         (pgg-parse-hash-algorithm-alist): Ditto.
1076         (pgg-parse-compression-algorithm-alist): Ditto.
1077         (pgg-parse-signature-type-alist): Ditto.
1078
1079         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
1080
1081         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
1082
1083         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
1084
1085 2002-10-19  Simon Josefsson  <jas@extundo.com>
1086
1087         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
1088         buffer.
1089
1090 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1091
1092         * gnus-spec.el (gnus-make-format-preserve-properties)
1093         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
1094         properties also on XEmacs.  `gnus-xmas-format' is like format but
1095         preserves text properties on XEmacs (though it only understands
1096         simple format specs).  The variable
1097         `gnus-make-format-preserve-properties' controls whether the
1098         function is used, and is checked in `gnus-parse-simple-format'.
1099         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
1100
1101         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
1102         output.
1103         (gnus-agent-consider-all-articles): New variable.
1104         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
1105         (gnus-agent-fetch-headers): Depending on
1106         gnus-agent-consider-all-articles, maybe get all articles.
1107         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
1108         `read'.
1109         (gnus-predicate-imples-unread): New function.
1110         (gnus-agent-fetch-headers): Optimize to call
1111         gnus-list-of-unread-articles if that is sufficient.
1112         Check unseen and recent instead of seen and recent.
1113         (gnus-agent-fetch-headers): Abstain from calling
1114         gnus-list-range-intersection if range (a . b) would have (> a b).
1115
1116 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1117
1118         * message.el (message-send-mail): Make it possible to perform
1119         edebug-defun.
1120
1121 2002-10-18  Simon Josefsson  <jas@extundo.com>
1122
1123         * gnus-art.el (gnus-button-man-handler): Change default to
1124         `manual-entry' (defined in both emacsen).
1125         (gnus-button-man-handler): Remove emacsen difference and use
1126         `manual-entry'.
1127
1128 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1129
1130         * spam.el: Wrap autoload settings for bbdb-records,
1131         executable-find and ifile-spam-filter with eval-and-compile.
1132         (spam-display-buffer-contents): Remove.
1133         (spam-bogofilter-score): Merge spam-display-buffer-contents.
1134
1135 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
1136
1137         * spam.el (spam-display-buffer-contents): New function.
1138         (spam-bogofilter-score): use spam-display-buffer-contents, patch
1139         from Katsumi Yamaoka <yamaoka@jpl.org>.
1140
1141 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1142
1143         * nnheader.el (nnheader-parse-naked-head): New function.
1144         (nnheader-parse-head): Use the above function, in order to handle
1145         continuation lines properly.
1146         (nnheader-remove-body): New function.
1147         (nnheader-remove-cr-followed-by-lf): New function.
1148         (nnheader-ms-strip-cr): Use the above function.
1149
1150         * gnus-agent.el (gnus-agent-regenerate-group): Call
1151         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
1152         `nnheader-parse-head'.
1153         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
1154
1155         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
1156         continuation lines by itself; call `nnheader-parse-naked-head'
1157         instead of `nnheader-parse-head'.
1158         * nndiary.el (nndiary-parse-head): Ditto.
1159         * nnfolder.el (nnfolder-parse-head): Ditto.
1160         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
1161         * nnmaildir.el (nnmaildir--update-nov): Ditto.
1162         * nnml.el (nnml-parse-head): Ditto.
1163
1164 2002-10-17  Steve Youngs  <youngs@xemacs.org>
1165
1166         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
1167         XEmacs, default to it if featurep 'xemacs.
1168
1169 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1170
1171         * spam-stat.el: Check for the existence of hash functions instead
1172         of the Emacs version to decide whether to load cl.  Suggested by
1173         Kai Gro\e,A_\e(Bjohann.
1174
1175 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1176
1177         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
1178         if it isn't open yet.
1179
1180 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1181
1182         * gnus-group.el: Require mm-url only when compiling.
1183         (gnus-group-fetch-charter): Require mm-url.
1184
1185         * spam-stat.el: Require cl for the functions gethash,
1186         hash-table-count, make-hash-table and mapc for Emacs 20.
1187         (puthash): Alias to cl-puthash for Emacs 20.
1188         (with-syntax-table): New macro for Emacs 20.
1189
1190 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
1191
1192         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
1193
1194 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
1195
1196         * spam.el (spam-check-ifile): added ifile as a spam checking
1197         backend, and spam-use-ifle as the variable to toggle that check.
1198
1199 2002-10-12  Simon Josefsson  <jas@extundo.com>
1200
1201         * message.el (message-beginning-of-line): New variable.
1202         (message-beginning-of-line): Use it.
1203
1204 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
1205
1206         * spam.el: more compilation fixes for BBDB
1207
1208         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
1209         (spam-stat-reduce-size): Interactive.
1210         (spam-stat-reset): New function.
1211         (spam-stat-save): Interactive.
1212
1213 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1214
1215         * gnus.el: Autoload gnus-delay-initialize.
1216
1217         * message.el: Autoload gnus-delay-article.
1218
1219 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
1220
1221         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
1222         text property in Emacs.
1223
1224 2002-10-11  Simon Josefsson  <jas@extundo.com>
1225
1226         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
1227         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
1228
1229         * mml1991.el (mml1991-pgg-sign): Remove CR.
1230
1231 2002-10-10  Simon Josefsson  <jas@extundo.com>
1232
1233         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
1234         decrypt failed.
1235         (mml2015-trust-boundaries-alist): Removed.
1236         (mml2015-gpg-extract-signature-details): Don't use it.
1237         (mml2015-unabbrev-trust-alist): New.
1238         (mml2015-gpg-extract-signature-details): Use it.
1239
1240 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
1241
1242         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
1243         BBDB installed
1244
1245         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
1246         statistical analysis of spam in Lisp only
1247
1248 2002-10-10  Simon Josefsson  <jas@extundo.com>
1249
1250         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
1251         auth, selected or examine state.
1252
1253         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
1254         buffer and error buffer depending on type of information.
1255
1256         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
1257         --status-fd stuff even if gpg.el is not used (revert earlier
1258         change).
1259         (mml2015-pgg-{clear-,}verify): Store both output and errors as
1260         gnus details.
1261         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
1262         buffer.
1263
1264         * pgg.el (pgg-verify-region): Use it.
1265
1266         * pgg-def.el (pgg-query-keyserver): New variable.
1267
1268         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
1269         key-identifier in packet.  Is this a good idea?
1270
1271         * mml.el (mml-mode-map): Add security commands that operates on
1272         MIME parts.
1273         (mml-menu): And menu items for them.
1274
1275         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
1276
1277         * mml.el (mml-parse-1): Support sender in #secure tags.
1278
1279         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
1280         defined.
1281
1282         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
1283         (mml-pgp-encrypt-buffer): Support combined signing.
1284
1285         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
1286         (mml1991-gpg-encrypt): Ditto.
1287         (mml1991-pgg-encrypt): Ditto.
1288         (mml1991-encrypt): Pass sign parameter.
1289
1290         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
1291         (mml-signencrypt-style): Mention the variable.
1292
1293 2002-10-09  Simon Josefsson  <jas@extundo.com>
1294
1295         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
1296         pgg-gpg-user-id.
1297
1298         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
1299         (pgg-fetch-key-function): Nil if w3 is not installed.
1300
1301 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1302
1303         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
1304         gnus-agent-current-history.
1305
1306 2002-10-06  Simon Josefsson  <jas@extundo.com>
1307
1308         * imap.el (imap-parse-status): Don't use read to read token.
1309
1310 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1311
1312         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
1313         for methods not covered by the agent, and when unplugged.
1314
1315 2002-10-05  Simon Josefsson  <jas@extundo.com>
1316
1317         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
1318         signing.
1319
1320         * gnus-agent.el (gnus-agent-read-servers): If getting method from
1321         a named server fails, ignore the server.
1322
1323         * mml1991.el (mml1991-pgg-sign): Do QP.
1324
1325         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
1326         work.
1327
1328 2002-10-04  Simon Josefsson  <jas@extundo.com>
1329
1330         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
1331
1332         * pgg-pgp.el (pgg-pgp-verify-region): Inline
1333         binary-write-decoded-region from MEL.
1334
1335         * pgg.el (pgg-encrypt-region): Support sign.
1336
1337         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
1338
1339         * mml2015.el (mml2015-pgg-encrypt): Ditto.
1340
1341         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
1342         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
1343         branch where PGG was taken from in the ChangeLog entries below.
1344
1345 2002-10-01  Simon Josefsson  <jas@extundo.com>
1346
1347         * pgg-pgp.el: Don't require mel.  Don't use luna.
1348         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
1349         (pgg-pgp-process-region): Use expand-file-name instead of concat.
1350         (pgg-pgp-process-region): Don't use binary-funcall.
1351
1352         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
1353
1354         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
1355         instead of concat.
1356
1357         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
1358
1359 2002-09-29  Simon Josefsson  <jas@extundo.com>
1360
1361         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
1362         compile warnings.
1363
1364         * pgg.el (pgg-decrypt-region): Don't parse packet.
1365
1366         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
1367
1368 2002-09-29  Daiki Ueno <ueno@unixuser.org>
1369
1370         * pgg.el: Remove dependency on calist.el.
1371
1372 2002-09-28  Simon Josefsson  <jas@extundo.com>
1373
1374         * pgg.el (pgg-temporary-file-directory): New variable.
1375         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
1376
1377         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
1378         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
1379
1380         * pgg-parse.el (pgg-char-int): Defalias.
1381         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
1382         (pgg-read-bytes, pgg-read-body): Use it.
1383         (pgg-decode-packets): Don't use MEL, use base64-*.
1384         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
1385         (pgg-string-as-unibyte): Defalias.
1386         (pgg-parse-armor-region): Use it.
1387
1388         * pgg-gpg.el (pgg-gpg-process-region): Use
1389         pgg-temporary-file-directory.
1390
1391         * luna.el: Don't def-edebug.
1392
1393         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
1394         binary-write-decoded-region from MEL.
1395
1396         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
1397
1398         * alist.el, calist.el: Don't require product/APEL.
1399
1400         * pgg-parse.el (top-level): Remove dependency on static.el,
1401         pccl.el, mel.el.
1402         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
1403         `define-ccl-program' is boundp, instead of using broken.
1404
1405 2002-10-01  Simon Josefsson  <jas@extundo.com>
1406
1407         * message.el (message-required-mail-headers): Remove Lines:.
1408
1409 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1410         From Jesper Harder.
1411
1412         * gnus-group.el (gnus-group-fetch-charter,
1413         gnus-group-fetch-control): Prompt for group if given a prefix
1414         argument.
1415         * gnus-sum.el (t): Add gnus-group-fetch-charter and
1416         gnus-group-fetch-control to summary key map and menu.
1417
1418
1419 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
1420
1421         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
1422         number when there are no articles.
1423
1424 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1425
1426         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
1427         arg ALL means to fetch all articles, not only downloadable ones.
1428         (gnus-agent-fetch-selected-article): New function for
1429         gnus-select-article-hook or gnus-mark-article-hook.
1430
1431 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1432         From Peter von der Ahe <nospam2159@daimi.au.dk>.
1433
1434         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
1435         raw-text.
1436
1437 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
1438
1439         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
1440         Pinard).
1441         Major revamp of the code, documentation is in comments in the file
1442         for now.
1443
1444 2002-09-30  Simon Josefsson  <jas@extundo.com>
1445
1446         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
1447         buffer seem to be needed?
1448
1449 2002-09-29  Simon Josefsson  <jas@extundo.com>
1450
1451         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
1452         compile warnings.
1453
1454         * mml1991.el (mml1991-function-alist): Add pgg.
1455         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
1456         (mml1991-pgg-encrypt): Fix recipients querying.
1457
1458 2002-09-28  Simon Josefsson  <jas@extundo.com>
1459
1460         * mml2015.el (autoload): Autoload correct files.  Trivial patch
1461         from dme@dme.org.
1462         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
1463         handle is returned.
1464
1465 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1466
1467         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1468         Protect against non-existent of `nnimap-mailbox-info'.
1469
1470 2002-09-27  Simon Josefsson  <jas@extundo.com>
1471
1472         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
1473         (gnus-setup-news-hook): Use it.
1474         (gnus-after-getting-new-news-hook): Ditto.
1475
1476         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
1477
1478 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1479         From Mats Lidell <matsl@contactor.se>.
1480
1481         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
1482
1483 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1484
1485         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
1486         the part to decode encoded words, use raw words instead of decoded
1487         words.
1488
1489 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
1490
1491         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
1492
1493         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
1494         (mm-setup-w3m): Use it.
1495
1496 2002-09-27  Simon Josefsson  <jas@extundo.com>
1497
1498         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
1499         article buffers.
1500
1501         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
1502         it just in case.
1503         (nnimap-update-unseen): New function; update unseen count in
1504         `n-m-info'.
1505         (nnimap-close-group): Call it.
1506
1507         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
1508         (gnus-after-getting-new-news-hook): Ditto.
1509
1510         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
1511         message into verboselevel 9.  Change slow mail check message.
1512         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
1513         (nnimap-fixup-unread-after-getting-new-news): New function, to be
1514         used as a hook after getting new mail.
1515
1516 2002-09-26  Simon Josefsson  <jas@extundo.com>
1517
1518         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
1519         SELECT/EXAMINE is first unseen article, not number of unseen
1520         articles.  Make them distinct by renaming the former to
1521         `first-unseen' instead of `unseen'.
1522
1523         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
1524         too.
1525         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
1526         changed.
1527         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
1528
1529         * gnus-int.el (gnus-server-unopen-status): Defcustom.
1530
1531         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
1532         better.
1533
1534         * mml2015.el (mml2015-pgg-decrypt): Only add security information
1535         if dissecting resulting buffer actually had any information.
1536
1537 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1538
1539         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
1540         because the function `string<' allows symbols.
1541
1542         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
1543
1544 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
1545
1546         * message.el (message-forward-make-body): Revert an early change
1547         because 8-bit utf-8 emails.
1548
1549 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
1550
1551         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
1552         links to Info)
1553         * gnus-art.el (gnus-treat-highlight-signature):
1554         * gnus-art.el (gnus-treat-buttonize):
1555         * gnus-art.el (gnus-treat-buttonize-head):
1556         * gnus-art.el (gnus-treat-emphasize):
1557         * gnus-art.el (gnus-treat-strip-cr):
1558         * gnus-art.el (gnus-treat-unsplit-urls):
1559         * gnus-art.el (gnus-treat-leading-whitespace):
1560         * gnus-art.el (gnus-treat-hide-headers):
1561         * gnus-art.el (gnus-treat-hide-boring-headers):
1562         * gnus-art.el (gnus-treat-hide-signature):
1563         * gnus-art.el (gnus-treat-fill-article):
1564         * gnus-art.el (gnus-treat-hide-citation):
1565         * gnus-art.el (gnus-treat-hide-citation-maybe):
1566         * gnus-art.el (gnus-treat-strip-list-identifiers):
1567         * gnus-art.el (gnus-treat-strip-pgp):
1568         * gnus-art.el (gnus-treat-strip-pem):
1569         * gnus-art.el (gnus-treat-strip-banner):
1570         * gnus-art.el (gnus-treat-highlight-headers):
1571         * gnus-art.el (gnus-treat-highlight-citation):
1572         * gnus-art.el (gnus-treat-date-ut):
1573         * gnus-art.el (gnus-treat-date-local):
1574         * gnus-art.el (gnus-treat-date-english):
1575         * gnus-art.el (gnus-treat-date-lapsed):
1576         * gnus-art.el (gnus-treat-date-original):
1577         * gnus-art.el (gnus-treat-date-iso8601):
1578         * gnus-art.el (gnus-treat-date-user-defined):
1579         * gnus-art.el (gnus-treat-strip-headers-in-body):
1580         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
1581         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
1582         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
1583         * gnus-art.el (gnus-treat-unfold-headers):
1584         * gnus-art.el (gnus-treat-fold-headers):
1585         * gnus-art.el (gnus-treat-fold-newsgroups):
1586         * gnus-art.el (gnus-treat-overstrike):
1587         * gnus-art.el (gnus-treat-display-xface):
1588         * gnus-art.el (gnus-treat-display-smileys):
1589         * gnus-art.el (gnus-treat-from-picon):
1590         * gnus-art.el (gnus-treat-mail-picon):
1591         * gnus-art.el (gnus-treat-newsgroups-picon):
1592         * gnus-art.el (gnus-treat-body-boundary):
1593         * gnus-art.el (gnus-treat-capitalize-sentences):
1594         * gnus-art.el (gnus-treat-fill-long-lines):
1595         * gnus-art.el (gnus-treat-play-sounds):
1596         * gnus-art.el (gnus-treat-translate):
1597         * gnus-art.el (gnus-treat-x-pgp-sig):
1598         * gnus-art.el (gnus-mime-button-line-format):
1599         * gnus-art.el (gnus-button-man-level):
1600         * gnus-art.el (gnus-button-emacs-level):
1601         * gnus-cus.el (gnus-group-parameters):
1602         * gnus-gl.el (bbb-build-mid-scores-alist):
1603         * gnus-group.el (gnus-group-line-format):
1604         * gnus-mlspl.el (gnus-group-split-setup):
1605         * gnus-mlspl.el (gnus-group-split):
1606         * gnus-msg.el (gnus-mailing-list-groups):
1607         * gnus-msg.el (gnus-posting-styles):
1608         * gnus-nocem.el (gnus-nocem-issuers):
1609         * gnus-score.el (gnus-score-regexp-bad-p):
1610         * gnus-srvr.el (gnus-server-line-format):
1611         * gnus-topic.el (gnus-topic-line-format):
1612         * gnus.el (gnus-summary-line-format):
1613         * mail-source.el (mail-sources):
1614         * message.el (message-subscribed-address-file):
1615         * nnmail.el (nnmail-split-fancy):
1616
1617 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
1618
1619         * mail-source.el(mail-source-run-script): use `functionp' to test
1620         whether the argument `script' is in fact a function.
1621         (mail-sources): adjust the defcustom to allow users to specify a
1622         function or a string as the value of the `:prescript' and
1623         `:postscript' arguments of the `file' and `pop3' mail sources.
1624
1625 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
1626
1627         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
1628         number when article 1 does not exist.
1629
1630 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1631
1632         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
1633         apropos if apropos-variable does not exist.
1634         (gnus-button-guessed-mid-regexp)
1635         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
1636         regexes.  From Reiner Steib.
1637         (gnus-button-handle-describe-function)
1638         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
1639         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
1640         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
1641
1642 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
1643         Trivial patch.
1644
1645         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
1646         the file.
1647
1648 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
1649
1650         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
1651
1652 2002-09-24  Simon Josefsson  <jas@extundo.com>
1653
1654         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
1655         (mml2015-use): Prefer PGG if installed.
1656         (mml2015-function-alist): Add PGG wrappers.
1657         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
1658         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
1659         prefix, make regexp optionally skip it.
1660         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
1661         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
1662         (mml2015-pgg-encrypt): New functions.
1663         (defvar, autoload): Prevent byte-compile warnings.
1664
1665 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1666         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
1667
1668         * gnus-art.el (article-strip-banner): Check for the existence of
1669         from header.
1670
1671 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
1672
1673         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
1674         (gnus-button-alist): Improved regexp for
1675         gnus-button-handle-mid-or-mail (false positives), fixed
1676         gnus-button-handle-man entries.
1677         From Reiner Steib.
1678
1679 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
1680         From Josh Huber.
1681
1682         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
1683         nnmail-extra-headers is non-nil.
1684
1685 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
1686
1687         * nnmaildir.el: Store article numbers persistently.  General
1688         revision.
1689         (nnmaildir-request-expire-articles): handle 'immediate and 'never
1690         for nnmail-expiry-wait; delete instead of moving if 'force is
1691         given.
1692
1693 2002-09-23  Simon Josefsson  <jas@extundo.com>
1694         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
1695
1696         * smime.el (smime-sign-buffer): Get key and extra certs.
1697         (smime-get-key-with-certs-by-email): Utility function.
1698
1699 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
1700         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
1701
1702         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
1703         article exists.
1704
1705 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
1706
1707         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
1708
1709 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
1710         From Reiner Steib.
1711
1712         * gnus-art.el (gnus-button-handle-custom,
1713         gnus-button-handle-mid-or-mail,
1714         gnus-button-handle-describe-{function,variable,key},
1715         gnus-button-handle-apropos{,command,variable}): New functions.
1716         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
1717         gnus-button-{man,emacs,mail}-level): New variables.
1718         (gnus-button-alist): Use the above to buttonize emacs and mail
1719         related links.
1720
1721 2002-09-18  Juanma Barranquero  <lektu@terra.es>
1722
1723         * gnus-int.el (gnus-status-message): Fix spacing.
1724
1725         * imap.el (imap-continuation): Fix typos.
1726
1727 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
1728
1729         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
1730
1731         * gnus-art.el (gnus-article-reply-with-original): Correct
1732         with-current-buffer scope.
1733
1734         * message.el (message-completion-alist): Add Reply-To, From, etc.
1735
1736 2002-09-18  Simon Josefsson  <jas@extundo.com>
1737
1738         * nnimap.el (nnimap-request-expire-articles): Make flag setting
1739         conditional.  From Nevin Kapur <nevin@jhu.edu>.
1740
1741 2002-09-17  Simon Josefsson  <jas@extundo.com>
1742
1743         * nnimap.el (nnimap-expiry-target): Don't search for which
1744         articles exists here.
1745         (nnimap-request-expire-articles): Do it here instead.  Only expire
1746         when articles are found.  Suggested by Nevin Kapur
1747         <nevin@jhu.edu>.
1748
1749 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1750         From Reiner Steib <reiner.steib@gmx.de>.
1751
1752         * message.el (message-strip-subject-trailing-was)
1753         (message-change-subject, message-add-archive-header)
1754         (message-xpost-fup2-header, message-xpost-insert-note)
1755         (message-xpost-fup2, message-reduce-to-to-cc): New functions
1756         adopted from message-utils.el.  Add functions to the keymap, mode
1757         describtion and menu.
1758         (message-change-subject,message-xpost-fup2): Signal error if
1759         current header is empty.
1760         (message-xpost-insert-note): Changed insert position.
1761         (message-archive-note): Ensure to insert note in message body (not
1762         in head).
1763         (message-archive-header, message-archive-note)
1764         (message-xpost-default, message-xpost-note, message-fup2-note)
1765         (message-xpost-note-function): New variables adopted from
1766         message-utils.el.  Changed some doc-strings.
1767         (message-mark-insert-{begin,end}): Rename from
1768         message-{begin,end}-inserted-text-mark (message-utils.el), changed
1769         values.
1770         (message-subject-trailing-was-query)
1771         (message-subject-trailing-was-ask-regexp)
1772         (message-subject-trailing-was-regexp): New variables.
1773         (message-to-list-only): Added doc-string and menu entry.
1774
1775         * message-utils.el: Removed.  Functions are now in message.el.
1776
1777 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
1778
1779         * gnus-art.el (gnus-article-reply-with-original,
1780         gnus-article-followup-with-original): Switch to
1781         gnus-summary-buffer before reply/followup.
1782
1783 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
1784
1785         * gnus-sum.el (gnus-summary-toggle-header): The article window may
1786         not exist. Toggle it anyway.
1787
1788 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
1789
1790         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
1791
1792         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
1793         Trivial patch from Urban Engberg <ue@ccieurope.com>.
1794
1795         * rfc2047.el (message-posting-charset): Defvar it.
1796         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
1797         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
1798
1799         * mail-source.el (mail-source-fetch): Hide password.
1800
1801         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
1802
1803 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1804         From John Paul Wallington <jpw@shootybangbang.com>.
1805
1806         * gnus.el (gnus-visual, gnus-meta): Fix typo.
1807
1808 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1809
1810         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
1811
1812 2002-09-11  Simon Josefsson  <jas@extundo.com>
1813
1814         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
1815         (nnimap-split-rule): Doc fix.
1816         (nnimap-request-expire-articles): Cleanup code.
1817
1818 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1819         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
1820
1821         * gnus-art.el (gnus-article-address-banner-alist): New option.
1822         (article-strip-banner): Refer the above option to split banners of
1823         free mail servers, when no group parameter is specified.
1824
1825 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1826
1827         * nntp.el (nntp-wait-for-string): Check for a process in the
1828         current buffer instead of `nntp-server-buffer'.
1829
1830 2002-09-09  Simon Josefsson  <jas@extundo.com>
1831
1832         * gnus-art.el (gnus-button-man-handler): New variable.
1833         (gnus-button-alist): Use g-b-handle-man.
1834         (gnus-button-handle-man): New, call g-b-man-handler.
1835
1836 2002-09-08  Simon Josefsson  <jas@extundo.com>
1837
1838         * gnus-art.el (gnus-button-alist): Buttonize man page links.
1839
1840 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1841
1842         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
1843
1844 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1845
1846         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
1847
1848         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
1849         keystroke.
1850
1851         * gnus-srvr.el (gnus-browse-describe-group): New command and
1852         keystroke.
1853
1854 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1855
1856         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
1857         value for gnus-decoration property.
1858
1859 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1860
1861         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
1862         string) as group name in case we have a CRLF in the file.
1863
1864 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
1865
1866         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
1867         group.
1868         (rfc1843-decode-hzp): do.
1869         (rfc1843-newsgroups-regexp): do.
1870
1871 2002-09-04  Simon Josefsson  <jas@extundo.com>
1872
1873         * message.el (message-canlock-generate): Make sure sha1 doesn't
1874         call external programs.
1875
1876 2002-09-03  Simon Josefsson  <jas@extundo.com>
1877
1878         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
1879
1880         * gnus-agent.el (gnus-agent-batch): Add doc.
1881
1882 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
1883
1884         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
1885         check for signed and encrypted parts.
1886         * mml.el (mml-parse-1): Correct small typo which preventing
1887         setting recipients in a secure tag.
1888
1889 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1890
1891         * mm-util.el (mm-coding-system-priorities): Default to a list of
1892         iso-2022-jp and others for the Japanese environment.
1893
1894 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1895
1896         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
1897         invalid display names.
1898
1899 2002-08-30  Simon Josefsson  <jas@extundo.com>
1900
1901         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
1902         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
1903
1904 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
1905
1906         * gnus.el (gnus-group-charter-alist): New option.
1907         (gnus-group-fetch-control-use-browse-url): New option.
1908
1909         * gnus-group.el (gnus-group-fetch-charter): New function.
1910         (gnus-group-fetch-control): New function.
1911         Add them to the keymap and menu. Require mm-url.
1912
1913 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1914
1915         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
1916         From Alex Schroeder <alex@emacswiki.org>.
1917
1918 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
1919
1920         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
1921         items expecting user interaction.
1922
1923         * gnus-topic.el (gnus-topic-make-menu-bar): do.
1924
1925         * gnus-sum.el (gnus-summary-make-menu-bar): do.
1926
1927         * gnus-srvr.el (gnus-server-make-menu-bar): do.
1928
1929         * mml.el (mml-menu): do.
1930
1931 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1932
1933         * mail-source.el (mail-source-touch-pop): New function.
1934
1935         * message.el (message-smtpmail-send-it): New function.
1936         (message-send-mail-function): Add it for a candidate.
1937
1938 2002-08-27  Simon Josefsson  <jas@extundo.com>
1939
1940         * gnus-msg.el (posting-charset-alist): Use
1941         gnus-define-group-parameter instead of defcustom.
1942         (gnus-put-message): Handle SPC in GCC.
1943         (gnus-inews-insert-gcc): Ditto.
1944         (gnus-inews-insert-archive-gcc): Ditto.
1945
1946 2002-08-26  Simon Josefsson  <jas@extundo.com>
1947
1948         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
1949         (gnus-agentize): Auto agentize all nntp and nnimap groups.
1950         (gnus-agent-possibly-save-gcc): Autoload.
1951         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
1952
1953 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1954
1955         * gnus.el (gnus-other-frame-function): New user option.
1956         (gnus-other-frame): Use it; add a doc-string; make it work with
1957         the gnuclient program.
1958
1959         * gnus-util.el (gnus-frame-or-window-display-name): New function.
1960
1961         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
1962         `device-connection' and `dfw-device'.
1963
1964 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1965
1966         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
1967         positives, make it stricter.  From Jochen Hein (trivial change).
1968
1969 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1970
1971         * gnus.el (gnus-other-frame): Trivial fix.
1972
1973 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1974
1975         * gnus.el (gnus-other-frame-parameters): New user option.
1976         (gnus-other-frame-object): New variable.
1977         (gnus-other-frame): Make it search for existing Gnus frame; don't
1978         read new news; delete frame on exit.
1979
1980         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
1981
1982         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
1983
1984 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1985         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
1986
1987         * message.el (message-set-auto-save-file-name): Add support for
1988         the Cygwin Emacs; the system-type is `cygwin'.
1989         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
1990
1991 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
1992
1993         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
1994
1995         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
1996         avoid arithmetic errors.
1997
1998 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1999
2000         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
2001
2002 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2003
2004         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
2005         (message-ignored-resent-headers): Add envelope From.
2006
2007 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2008
2009         * gnus.el (gnus-summary-line-format): Document %k specifier.
2010
2011 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2012
2013         * gnus-sum.el (gnus-summary-line-message-size): New function.
2014         (gnus-summary-line-format-alist): Use it.
2015
2016 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2017
2018         * gnus-art.el (article-make-date-line): Refer to the value for
2019         `gnus-article-time-format' in the summary buffer.
2020
2021         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
2022
2023 2002-08-14  Simon Josefsson  <jas@extundo.com>
2024
2025         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
2026         quoting.
2027         (gnus-button-alist): Fix doc.
2028         (gnus-header-button-alist): Use ' not ` for default value quoting.
2029         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
2030         rationale similar to 2002-05-01 change.
2031         (gnus-article-add-buttons-to-head): Evaluate expression.
2032
2033         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
2034
2035 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2036
2037         * message.el (message-font-lock-keywords): Refer to the value for
2038         `message-cite-prefix-regexp' dynamically.
2039
2040 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2041
2042         * gnus-art.el (gnus-decode-header-methods): Doc fix.
2043
2044 2002-08-12  Simon Josefsson  <jas@extundo.com>
2045
2046         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
2047         (imap-shell-open): Skip initial junk before IMAP greeting.
2048
2049 2002-08-11  Simon Josefsson  <jas@extundo.com>
2050
2051         * message-utils.el (message-xpost-default,
2052         message-xpost-fup2-header, message-xpost-fup2): Fixed
2053         Typos.  Trivial changes from Reiner Steib
2054         <4uce.02.r.steib@gmx.net>.
2055
2056 2002-08-09  Simon Josefsson  <jas@extundo.com>
2057
2058         * message.el (message-canlock-password): Set
2059         canlock-password-for-verify to newly generated canlock-password.
2060         When Emacs is restarted, Custom makes sure this is set, but during
2061         the same session we must set it manually.
2062
2063 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
2064
2065         * yenc.el: New file.
2066
2067         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
2068         (mm-uu-type-alist): Add yenc.
2069         (mm-uu-yenc-filename): New function.
2070         (mm-uu-yenc-extract): New function.
2071
2072         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
2073
2074 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
2075
2076         * dgnushack.el (merge): Don't use coerce.
2077
2078 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
2079
2080         * mailcap.el (mailcap-mime-data): Test window-system rather than
2081         mm-device-type.
2082         (mailcap-mime-data): Call xdvi and gv with "-safer".
2083
2084         * mm-util.el: Don't define mm-device-type.
2085
2086 2002-08-05  Simon Josefsson  <jas@extundo.com>
2087
2088         * mm-util.el (mm-coding-system-priorities): coding-system type not
2089         supported everywhere.
2090
2091 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2092
2093         * gnus.el (gnus-version-number): Bumped version number.
2094
2095 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2096
2097         * gnus.el: Oort Gnus v0.07 is released.
2098
2099 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2100
2101         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
2102         (gnus-article-sort-functions): Doc fix.
2103         (t): New keystroke.
2104         (gnus-article-sort-by-random): New function.
2105         (gnus-thread-sort-by-random): New function.
2106
2107 2002-08-02  Simon Josefsson  <jas@extundo.com>
2108
2109         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
2110         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
2111
2112 2002-07-31  Danny Siu  <dsiu@adobe.com>
2113
2114         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
2115         when splitting malformed messages without message-id
2116
2117 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2118         From Niklas Morberg <niklas.morberg@axis.com>.
2119
2120         * nnweb.el (nnweb-type, nnweb-type-definition)
2121         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
2122         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
2123         functionality.
2124         * nnweb.el: Removed old non-functioning search engines.
2125
2126 2002-07-27  Simon Josefsson  <jas@extundo.com>
2127
2128         * message.el (message-forward-make-body): Don't use
2129         `message-forward-ignored-headers' when doing a "raw" followup (it
2130         is important to preserve e.g. CTE).
2131
2132         * flow-fill.el (fill-flowed): Disable filladapt-mode.
2133
2134         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
2135         regexp-quote, Cyrus Sieve is fixed.
2136
2137         * sieve-manage.el (sieve-manage-deletescript): New function.
2138
2139         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
2140         (sieve-manage-mode): Fix menubar.
2141         (sieve-activate): Change some messages.
2142         (sieve-deactivate-all): New function.
2143         (sieve-deactivate): New alias.
2144         (sieve-remove): New function.
2145         (sieve-help): Fix help.
2146         All suggested by Ned Ludd.
2147
2148 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2149
2150         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
2151         (mm-w3m-safe-url-regexp): New user option.
2152
2153         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
2154         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
2155
2156 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
2157
2158         * gnus-sum.el (gnus-summary-delete-article): Force
2159         nnmail-expiry-target to 'delete, so that absolute deletion
2160         happens when absolute deletion is requested.
2161
2162 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2163         From Nevin Kapur <nevin@jhu.edu>.
2164
2165         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
2166         headers as empty headers.
2167
2168 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2169         From Jochen Hein <jochen@jochen.org>.
2170
2171         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
2172         correct typo.
2173         (gnus-emphasis-strikethru): New face.
2174
2175 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2176         From Jason Merrill <jason@redhat.com>.
2177
2178         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
2179         entire file for each of a sequence of missing articles.
2180
2181         * gnus-salt.el (gnus-binary-display-article): Respect an existing
2182         value for gnus-view-pseudos.
2183
2184         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
2185         avoid nreverse.
2186
2187 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2188         From Ted Zlatanov <teodor.zlatanov@divine.com>.
2189
2190         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
2191         (gnus-summary-mode-line-format-alist): Add %h for number of
2192         spams.
2193         (gnus-newsgroup-spam-marked): New variable.
2194         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
2195         (gnus-article-read-p, gnus-article-mark)
2196         (gnus-set-global-variables, gnus-set-global-variables)
2197         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
2198         (gnus-summary-mark-article-as-unread)
2199         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
2200         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
2201         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
2202
2203 2002-07-10  Simon Josefsson  <jas@extundo.com>
2204
2205         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
2206         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
2207
2208 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
2209
2210         * gnus-sum.el (gnus-summary-delete-article): Respect group
2211         parameters while expiring.
2212
2213 2002-07-08  Simon Josefsson  <jas@extundo.com>
2214
2215         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
2216         Enberg.
2217
2218 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2219
2220         * gnus-art.el (article-unsplit-urls): Only display MIME when this
2221         function is called interactively.  From Niklas Morberg.
2222
2223 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
2224
2225         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
2226         cdaar to cdar and car.
2227
2228         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
2229         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
2230
2231 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2232
2233         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
2234         don't break a narrowed article.
2235
2236         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
2237         (nntp-open-via-rlogin-and-telnet): Ditto.
2238
2239 2002-07-02  Didier Verna  <didier@xemacs.org>
2240
2241         * nnmail.el (nnmail-split-methods): fix custom type.
2242
2243 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2244
2245         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
2246         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
2247
2248 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2249
2250         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
2251         (gnus-summary-resend-message): Use it.
2252
2253 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2254
2255         * nntp.el (nntp-via-rlogin-command-switches): New variable.
2256         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
2257
2258 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2259
2260         * message.el (message-font-lock-keywords): Don't fontify
2261         headers in the message body, only in the header.
2262         (message-font-lock-make-header-matcher): New function, used by
2263         message-font-lock-keywords.
2264         From Katsumi Yamaoka <yamaoka@jpl.org>.
2265
2266 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2267
2268         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
2269
2270 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2271
2272         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
2273
2274 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2275
2276         * message.el (message-font-lock-keywords): Revert 2002-06-22
2277         change.
2278
2279 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2280
2281         * message.el (message-font-lock-keywords): Put colon in header
2282         name match.
2283
2284 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2285
2286         * message.el (message-font-lock-keywords): Don't use header faces
2287         in the body.  Thanks to Stefan Monnier for the hint on the
2288         implementation.
2289
2290 2002-05-09  Miles Bader  <miles@gnu.org>
2291
2292         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
2293         (gnus-article-hide-citation): Respect it.
2294
2295 2002-04-12  Juanma Barranquero  <lektu@terra.es>
2296
2297         * pop3.el (pop3-open-server): Fix typo.
2298
2299 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
2300
2301         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
2302         instead of push to ignore duplicate to-(list|address) values.
2303         * nnmail.el (nnmail-cache-ignore-groups): New.
2304         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
2305
2306 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2307
2308         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
2309         before sending.  Suggested by Jan Rychter.
2310
2311 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2312
2313         * dgnushack.el (remove): New compiler macro.
2314         (last, coerce, subseq): Remove compiler macros for those built-in
2315         or unused functions.
2316
2317 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2318
2319         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
2320         sure to write byte-compiled versions of gnus-*-format-alist to
2321         .newsrc.eld.  From Simon Josefsson.
2322
2323 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2324
2325         * gnus-agent.el (gnus-agent-read-servers)
2326         (gnus-agent-write-servers): Put server name (string like
2327         "nnchoke:frumple") in the file instead of a server specification
2328         (Lisp expression like (nnchoke "frumple" ...parameters...)).
2329         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
2330
2331 2002-06-16  Simon Josefsson  <jas@extundo.com>
2332
2333         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
2334         Reiner Steib <4uce.02.r.steib@gmx.net>.
2335
2336 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
2337
2338         * nnheader.el (nnheader-file-name-translation-alist): Set the
2339         default value for MS Windows systems.
2340
2341         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
2342
2343 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2344
2345         * message.el (message-beginning-of-line): Keep the region active
2346         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
2347
2348 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
2349
2350         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
2351         * gnus-msg.el (gnus-summary-reply): Ditto.
2352         * gnus-msg.el (gnus-summary-handle-replysign): New.
2353
2354 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2355
2356         * message.el (message-send-mail-with-sendmail): Kill errbuf even
2357         if sending failed.
2358
2359 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
2360
2361         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
2362         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
2363         to sign while encrypting.
2364
2365 2002-06-11  Simon Josefsson  <jas@extundo.com>
2366
2367         * gnus-int.el (gnus-request-move-article): Agent expire article if
2368         successfuly moved.
2369
2370         * nnweb.el (nnweb-google-create-mapping): Honors the value of
2371         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
2372
2373 2002-06-10  Simon Josefsson  <jas@extundo.com>
2374
2375         * gnus-int.el (gnus-request-expire-articles): Fix last change?
2376
2377 2002-06-09  Simon Josefsson  <jas@extundo.com>
2378
2379         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
2380
2381         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
2382
2383 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2384
2385         * flow-fill.el (fill-flowed): Ignore errors.
2386
2387 2002-06-06  Simon Josefsson  <jas@extundo.com>
2388
2389         * message.el (message-send-mail-with-sendmail): Improve error message.
2390
2391 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2392
2393         * message.el (message-interactive): Change default from nil to t.
2394         Better to be safe than to be fast.
2395
2396 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2397
2398         * message.el (message-send-mail-with-sendmail): Check return value
2399         from call-process-region.
2400
2401 2002-06-04  Simon Josefsson  <jas@extundo.com>
2402
2403         * gnus-msg.el (gnus-group-mail, gnus-group-news)
2404         (gnus-group-post-news, gnus-summary-mail-other-window)
2405         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
2406         gnus-article-copy to nil, thereby inhibiting the `header' posting
2407         style match to use data from last viewed article.
2408         Suggested by Hrvoje Niksic.
2409
2410 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2411
2412         * spam.el (spam-point-at-eol): New alias.
2413         (spam-parse-whitelist): Use it.
2414
2415 2002-06-03  Simon Josefsson  <jas@extundo.com>
2416
2417         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
2418         (nnmail-article-group): Use it.
2419
2420 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2421
2422         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
2423         so that code reading them won't be surprised.  From Jesper Harder
2424         <harder@ifa.au.dk>.
2425
2426 2002-05-29  Simon Josefsson  <jas@extundo.com>
2427
2428         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
2429         articles.
2430
2431         * gnus.el (gnus-agent-cache): Doc fix.
2432         (gnus-agent): Change default to t.
2433
2434         * gnus-agent.el (gnus-agent-expire): Make it accept optional
2435         ARTICLES, GROUP and FORCE parameters.
2436
2437 2002-05-28  Simon Josefsson  <jas@extundo.com>
2438
2439         * gnus-group.el (gnus-group-line-format): Doc fix.
2440
2441 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2442
2443         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
2444         original article before yanking.  From Jesper Harder
2445         <harder@ifa.au.dk>.
2446
2447 2002-05-26  Simon Josefsson  <jas@extundo.com>
2448
2449         * gnus-sum.el (gnus-summary-menu-split): New function.
2450         (gnus-summary-make-menu-bar): Split charset submenu.
2451         (gnus-summary-menu-maxlen): New variable.
2452         (gnus-summary-menu-split): Use it.
2453
2454 2002-05-25  Simon Josefsson  <jas@extundo.com>
2455
2456         * mml.el (mml-preview): Generate some headers.
2457
2458         * gnus.el (gnus-large-newsgroup): Fix :type.
2459
2460         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
2461         Agent cache NOV's by default now).
2462         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
2463
2464 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
2465
2466         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
2467         call to gnus-parent-id when we check for References loops.
2468         (gnus-summary-prepare-threads): Avoid simplifying every Subject
2469         twice by saving the simplified subject string in simp-subject.
2470
2471 2002-05-23  Simon Josefsson  <jas@extundo.com>
2472
2473         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
2474         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
2475
2476         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
2477         Niklas Morberg <niklas.morberg@axis.com>.
2478
2479 2002-05-22  Simon Josefsson  <jas@extundo.com>
2480
2481         * sieve.el (sieve-change-region): Define it before it is used.
2482
2483         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
2484         (gnus-summary-reply): Ask for confirmation when replying to news.
2485         Defaults to not ask.  From Benjamin Rutt
2486         <rutt+news@cis.ohio-state.edu>.
2487
2488         * nnimap.el (nnimap-nov-is-evil): Improve doc.
2489
2490 2002-05-21  Simon Josefsson  <jas@extundo.com>
2491
2492         * sieve-mode.el (sieve-manage): Fix autoloads.
2493
2494         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
2495         name (makes it work with recent Cyrus timsieved).
2496
2497 2002-05-20  Jason  <jbaker@cs.utah.edu>
2498         Trivial patch.
2499
2500         * gnus-art.el (gnus-request-article-this-buffer): Try
2501         reconnecting if you don't get the message.
2502
2503 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2504
2505         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
2506         Reply-To headers from the headers.
2507
2508 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2509
2510         * mm-url.el (mm-url-insert): Remove junk message.
2511
2512 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2513
2514         * nnslashdot.el (nnslashdot-request-list): Parse new html.
2515         (nnslashdot-use-front-page): New variable.
2516         (nnslashdot-request-list): Use it.
2517
2518         * mm-url.el (mm-url-timeout): New variable.
2519         (mm-url-retries): Ditto.
2520         (mm-url-insert): Use it.
2521
2522 2002-05-16  Simon Josefsson  <jas@extundo.com>
2523
2524         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
2525         (gnus-simplify-subject-functions): Mention g-s-a-w.
2526
2527 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
2528
2529         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
2530         nnmail-cache-insert.
2531         * nndiary.el (nndiary-request-accept-article): Ditto.
2532         * nnfolder.el (nnfolder-request-accept-article): Ditto.
2533         * nnimap.el (nnimap-request-accept-article): Ditto.
2534         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
2535         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
2536         * nnmbox.el (nnmbox-request-accept-article): Ditto.
2537         * nnmh.el (nnmh-request-accept-article): Ditto.
2538         * nnmail.el (nnmail-cache-insert): Change group to required,
2539         removed code which tried to figure out the group.
2540
2541 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
2542
2543         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
2544         messages. From Hans de Graaff <hans@degraaff.org>.
2545         * nnml.el (nnml-request-accept-article): Pass in the group name to
2546         nnmail-cache-insert, since it's available.
2547
2548 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
2549
2550         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
2551
2552 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2553         From Florian Weimer <fw@deneb.enyo.de>.
2554
2555         * gnus.el (subscribed): New group parameter.
2556         (gnus-find-subscribed-addresses): Use it.
2557
2558 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
2559
2560         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
2561         the default for pgpmime to support pgp v2.
2562         * mml-sec.el (mml-signencrypt-style): New accessor function to
2563         allow users to get/set the signencrypt style more easily without
2564         frobbing the alist directly.
2565         * mml.el (mml-generate-mime-1): Use accessor function.
2566
2567 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2568
2569         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
2570         parenthesis for "<" and ">".  Suggested by Andreas Schwab
2571         <schwab@suse.de>.
2572
2573 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2574
2575         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
2576         when intuiting the group the message is written to.  From Josh
2577         Huber <huber@alum.wpi.edu>.
2578
2579 2002-05-06  Simon Josefsson  <jas@extundo.com>
2580
2581         * gnus-topic.el (gnus-group-topic-parameters): Work when group
2582         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
2583
2584 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
2585
2586         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
2587         argument, and fixed compiler warning. (added autoload for
2588         gpg-encrypt).
2589
2590 2002-05-04  Simon Josefsson  <jas@extundo.com>
2591
2592         * mml1991.el (mml1991-function-alist): Doc fix.
2593
2594         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
2595         doesn't exist (for previewing messages without having Gnus
2596         started).
2597
2598         * mm-util.el (mm-coding-system-priorities): Defcustom.
2599
2600         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
2601
2602 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
2603
2604         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
2605         default.
2606         * mml-sec.el:
2607         * mml-sec.el (mml-signencrypt-style): New.
2608         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
2609         argument `sign'.
2610         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
2611         signencrypt.
2612         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
2613         * mml.el (mml-generate-mime-1): Changed logic so a part which is
2614         both signed & encryped is processed in one operation. (rather than
2615         two separate ops: sign, then encrypt)
2616         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
2617         indication if a message is signed by an expired key.
2618         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
2619         enables combined sign & encrypt operation. (this was always on
2620         before).
2621         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
2622
2623 2002-05-01  Simon Josefsson  <jas@extundo.com>
2624
2625         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
2626         server.
2627         (nnimap-mailbox-info): defvar instead of defvoo.
2628
2629 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2630
2631         * gnus.el: Oort Gnus v0.06 is released.
2632
2633 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2634
2635         * lpath.el: Bind url-package-version.
2636
2637 2002-05-01  Simon Josefsson  <jas@extundo.com>
2638
2639         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
2640         filename before deleting the group itself, because the presence of
2641         a group filename decides if long filenames are used or not.
2642
2643         * gnus-art.el (gnus-button-alist): Don't inline
2644         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
2645         without also modifying g-button-alist.
2646         (gnus-button-alist): Fix type to allow variable as well as regexp.
2647         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
2648         themselves, variables to its contents.
2649         (gnus-button-entry): Ditto.
2650
2651 2002-05-01  Simon Josefsson  <jas@extundo.com>
2652
2653         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
2654         UIDNEXT as a string.
2655
2656         * nnimap.el (nnimap-string-lessp-numerical): New function.
2657         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
2658         integers.
2659
2660 2002-04-29  Simon Josefsson  <jas@extundo.com>
2661
2662         * nnmail.el (nnmail-cache-insert): Accept optional group
2663         parameter.
2664
2665         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
2666         n-r-g-a is disabled.
2667
2668 2002-04-29  Simon Josefsson  <jas@extundo.com>
2669
2670         * nnimap.el (nnimap-split-fancy): Fix doc.
2671         (nnimap-split-fancy): Fix doc.
2672
2673         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
2674         (nnimap-mailbox-info): New internal variable.
2675         (nnimap-retrieve-groups): Implement faster new mail check.
2676
2677         * nnimap.el (nnimap-split-articles): Support
2678         nnmail-cache-accepted-message-ids.
2679         (nnimap-request-accept-article): Ditto.
2680
2681         * imap.el (imap-mailbox-status-asynch): New command.
2682
2683 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
2684
2685         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
2686         are no subscribed mail groups.
2687         - Strip quoted names when comparing addresses
2688
2689 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
2690
2691         * mm-decode.el (mm-text-html-renderer): Change customize type to
2692         const.
2693
2694         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
2695         (gnus-debug-exclude-variables): do.
2696
2697 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
2698
2699         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
2700         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
2701
2702 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2703
2704         * dns.el (dns-make-network-process): New macro.
2705         (query-dns): Use it.
2706
2707 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
2708
2709         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
2710         article-buffer.
2711
2712         * mm-url.el (mm-url-package-name): New variable.
2713         (mm-url-package-version): New variable.
2714         (mm-url-insert-file-contents): Bind url-package-name and
2715         url-package-version here.
2716         * nnrss.el (nnrss-insert-w3): Move the bindings.
2717
2718         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
2719         url-package-version. Trivial change from Andrew J Cosgriff
2720         <ajc@polydistortion.net>
2721
2722         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
2723         attachments. Trivial change from Peter 'Luna' Runestig
2724         <peter@runestig.com>.
2725
2726 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
2727
2728         * nnkiboze.el (nnkiboze-request-scan): Call
2729         nnkiboze-possibly-change-group.
2730         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
2731         problems.
2732         (nnkiboze-generate-group): Set newsrc to the *highest* article
2733         number kibozed, not the lowest.
2734
2735 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
2736
2737         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
2738
2739 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2740         From Dan Christensen <jdc+news@uwo.ca>.
2741
2742         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
2743         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
2744         Recognize math postings.  Extract Date (now ignores "(15kb)").
2745         Extract email address using gnus-extract-address-components
2746         instead of just taking the first word.  Create Date and From
2747         headers for message which are missing these headers.  Get rid
2748         of spurious \\ lines (purely cosmetic).  Extend body-end and
2749         file-end regexps, to exclude more garbage from the message.
2750         Make URL rephrasing regexp more flexible, to match current
2751         format.
2752
2753 2002-04-23  Simon Josefsson  <jas@extundo.com>
2754
2755         * netrc.el: New file, functions copied from gnus-util.el by Ted
2756         Zlatanov <tzz@lifelogs.com>.
2757
2758         * gnus-util.el: Require netrc.
2759         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
2760         new code in netrc.el.
2761
2762 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2763
2764         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
2765         message-ignored-resent-headers, too.  From Matthieu Moy
2766         <Matthieu.Moy@imag.fr>.
2767
2768 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
2769
2770         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
2771         boolean not a string
2772         * gnus-group.el (gnus-group-line-format): add description of %C
2773         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
2774           as %C
2775         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
2776
2777 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
2778
2779         * nnmaildir.el (nnmaildir-request-scan): typo: set
2780         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
2781         nnmail-get-new-mail for 'find-new-groups.
2782
2783 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
2784
2785         * nnmaildir.el (nnmaildir-request-update-info,
2786         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
2787         unnecessary calls to nnmaildir-request-scan.
2788
2789 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
2790
2791         * gnus-msg.el:
2792         * gnus-msg.el (gnus-message-replysign): New.
2793         * gnus-msg.el (gnus-message-replyencrypt): New.
2794         * gnus-msg.el (gnus-message-replysignencrypted): New.
2795         * gnus-msg.el (gnus-summary-reply): Use the three new variables
2796         (above) to automatically encrypt/sign to encrypted/signed
2797         messages.
2798         * message.el:
2799         * message.el (message-mode-map): Add keybinding for
2800         `message-to-list-only'
2801         * message.el (message-mode): Add description for
2802         `message-to-list-only'
2803         * message.el (message-to-list-only): New.
2804         * message.el (message-make-mft): Changed to use the cl loop macro,
2805         and added optional flag to return only the matched list. (for use
2806         in new message-to-list-only function)
2807
2808 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
2809
2810         * gnus-msg.el:
2811         * gnus-msg.el (gnus-message-replysign):
2812         * gnus-msg.el (gnus-replysign): New.
2813         * gnus-msg.el (gnus-replyencrypt): New.
2814         * gnus-msg.el (gnus-replysignencrypted): New.
2815         * gnus-msg.el (gnus-summary-reply):
2816         * message.el:
2817         * message.el (message-mode-map):
2818         * message.el (message-mode):
2819         * message.el (message-to-list-only): New.
2820         * message.el (message-make-mft):
2821
2822 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
2823
2824         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
2825
2826 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
2827
2828         * message.el (message-gen-unsubscribed-mft): accept a prefix
2829         argument so CC can be included with C-u C-c C-f C-a
2830
2831 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2832         From Ted Zlatanov <teodor.zlatanov@divine.com>.
2833
2834         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
2835         Improve docstring.
2836         (spam-enter-blacklist): New command.
2837
2838         * gnus-sum.el (gnus-spam-mark): New mark.
2839         (gnus-auto-expirable-marks): Add gnus-spam-mark.
2840         (gnus-summary-make-tool-bar): Correct conditional.
2841         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
2842         (gnus-summary-mark-as-spam): New command.
2843
2844 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
2845
2846         * mml-sec.el (mml-secure-message): changed to support arbritrary
2847         modes.
2848         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
2849         changed to support "signencrypt" mode.
2850         * mml.el (mml-parse-1): changed to support different secure modes
2851         more easily. (for signencrypt)
2852
2853 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
2854
2855         * gnus-sum.el (gnus-update-summary-mark-positions)
2856         (gnus-summary-toggle-header):
2857         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
2858         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
2859         (gnus-uu-post-encoded):
2860         * nnfolder.el (nnfolder-possibly-change-group):
2861         * nnimap.el (nnimap-retrieve-headers):
2862         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
2863
2864 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
2865
2866         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
2867         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
2868
2869 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2870
2871         * gnus-srvr.el (gnus-server-set-info): Clear
2872         `gnus-server-method-cache' when `gnus-server-alist' is changed.
2873         From Daiki Ueno <ueno@unixuser.org>.
2874
2875 2002-04-11  Simon Josefsson  <jas@extundo.com>
2876
2877         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
2878         viewing of security buttons.  Thanks to Nicolas Kowalski
2879         <Nicolas.Kowalski@imag.fr>.
2880
2881         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
2882         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
2883         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
2884         <Nicolas.Kowalski@imag.fr>.
2885         (smime-decrypt-buffer): Ditto.
2886
2887 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2888
2889         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
2890         header line.
2891
2892 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
2893
2894         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
2895
2896 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2897
2898         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
2899
2900 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2901
2902         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
2903         errors when debug.
2904
2905 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
2906
2907         * message.el (message-make-mft): Changed MFT code from using
2908         message-recipients (which included Bcc) to use only the To and CC
2909         headers.
2910
2911 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
2912
2913         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
2914         add link.
2915         (gnus-treat-mail-picon): Ditto.
2916         (gnus-treat-newsgroups-picon): Ditto.
2917         (gnus-picon-databases): Fix custom type.
2918         (gnus-picon-databases): Add link.
2919         (gnus-article-x-face-command): Add to gnus-picon group.
2920
2921 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
2922
2923         * message.el (message-buffer-naming-style): Remove.
2924
2925 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
2926
2927         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
2928
2929         * message.el (message-tool-bar-map): Ditto.
2930
2931         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2932
2933 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2934
2935         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
2936
2937 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
2938
2939         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
2940
2941 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
2942         Trivial patch.
2943
2944         * dns.el: open-network-stream under XEmacs does udp.
2945
2946 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
2947
2948         * spam.el (spam-enter-whitelist): New function.
2949         (spam-parse-whitelist): Ditto.
2950         (spam-refresh-list-cache): Ditto.
2951         (spam-address-whitelisted-p): New function.
2952
2953         * dns.el (query-dns): Use TCP when make-network-process isn't
2954         available.
2955         (dns-servers): New variable.
2956         (dns-parse-resolv-conf): New function.
2957         (query-dns): Use it.
2958
2959         * spam.el: New file.
2960
2961         * dns.el (query-dns): Test.
2962
2963 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2964
2965         * lpath.el (featurep): Bind make-network-process.
2966
2967 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
2968
2969         * nnmaildir.el: Use defstruct.  Use a single copy of
2970         nnmail-extra-headers to save memory.  Store server's group name
2971         prefix instead of each group's prefixed name.
2972         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
2973         nntp-server-buffer.
2974
2975 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2976
2977         * dns.el: New file.
2978
2979 2002-03-28  Simon Josefsson  <jas@extundo.com>
2980
2981         * gnus-sum.el (gnus-summary-dummy-line-format):
2982         * gnus.el (gnus-summary-line-format): Fixing links to Info.
2983         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
2984
2985 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2986
2987         * gnus-sum.el (gnus-summary-move-article)
2988         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
2989         the doc string.
2990
2991 2002-03-28  Simon Josefsson  <jas@extundo.com>
2992
2993         * mml-sec.el (mml-secure-message): Search after
2994         mail-header-separator from top of message.
2995
2996 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
2997
2998         * nnmaildir.el: Cosmetic changes.
2999         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
3000         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
3001         nnmaildir--group-ls): New macros/functions.  Use them.
3002         (nnmaildir--unlink): Evalutate argument only once.
3003
3004 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
3005
3006         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
3007         symbols.
3008         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
3009         `gnus-point-at-eol'.
3010
3011 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
3012
3013         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
3014         nnmaildir--marks-dir): New macros.  Use them.
3015         Use inhibit-quit for atomicity instead of in-memory journaling.
3016         (nnmaildir--edit-prep): New function.
3017         (Local Variables): Use it.
3018
3019 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
3020
3021         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3022
3023 2002-03-25  Simon Josefsson  <jas@extundo.com>
3024
3025         * message.el (message-mode): Fix doc.
3026
3027 2002-03-25  Simon Josefsson  <jas@extundo.com>
3028
3029         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
3030         Matthieu Moy <Matthieu.Moy@imag.fr>.
3031
3032 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
3033
3034         * mml-sec.el (mml-unsecure-message): Add docstring.
3035
3036 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
3037
3038         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
3039         value.
3040         Trivial change from andre@slamdunknetworks.com
3041
3042 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
3043
3044         * mml.el (mml-mode-map): Added a keybinding for
3045         `mml-unsecure-message'.  Also, added a menu entry for said
3046         function in the Attachments menu.
3047
3048 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3049
3050         * canlock.el (canlock-version): Remove.
3051         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
3052         here; simplify \x insertions.
3053         (canlock-sha1): New function, always return a unibyte string.
3054         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
3055         of a password.
3056         (canlock-insert-header): Use `canlock-sha1'.
3057         (canlock-verify): Ditto.
3058
3059 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3060
3061         * message.el (message-fix-before-sending): Add an option that
3062         ignores illegible text.
3063         Trivial change from Mark Milhollan <mlm@attglobal.net>
3064
3065         * message.el (message-font-lock-keywords): Support multi-line MML
3066         tags.
3067
3068         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
3069         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
3070
3071 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3072
3073         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
3074         symbols for "View as different encoding" submenu.
3075
3076 2002-03-19  Simon Josefsson  <jas@extundo.com>
3077
3078         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
3079         encoding" submenu.
3080
3081 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
3082
3083         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
3084
3085 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3086
3087         * gnus-sum.el (gnus-sum-thread-tree-root)
3088         (gnus-sum-thread-tree-single-indent)
3089         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
3090         (gnus-sum-thread-tree-leaf-with-other)
3091         (gnus-sum-thread-tree-single-leaf): Make customizable.
3092
3093 2002-03-16  Simon Josefsson  <jas@extundo.com>
3094
3095         * gnus-util.el (gnus-extract-address-components): Don't break on
3096         names such as James "Kibo" Parry.  From Francis Litterio
3097         <franl@world.std.com>.
3098
3099 2002-03-13  Simon Josefsson  <jas@extundo.com>
3100
3101         * pop3.el (pop3-open-server): Revert multibyte change.  From
3102         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
3103
3104         * message.el (message-send-mail-with-qmail): Make it work.  From
3105         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
3106
3107 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
3108
3109         * message.el (message-make-mft): Set case-fold-search while
3110         generating the MFT.  Also, a little cleanup in the MFT code.
3111
3112 2002-03-12  Simon Josefsson  <jas@extundo.com>
3113
3114         * message.el (message-qmail-inject-args): May be function.
3115         (message-send-mail-with-qmail): Call function if m-q-i-a is
3116         function.  From fn@hungry.org (Faried Nawaz).
3117
3118 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
3119
3120         * message.el (message-abbrevs-loaded): Remove.
3121         (mailabbrev): Require it.
3122
3123         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
3124
3125 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3126
3127         * pop3.el (pop3-open-server): Set process buffer unibyte.
3128
3129 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3130
3131         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
3132
3133 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
3134
3135         * nnslashdot.el (nnslashdot-request-article): Remove javascript
3136         too.
3137
3138 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
3139
3140         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
3141         duplication.
3142         (gnus-summary-save-parts-type-history): Ditto.
3143         (gnus-summary-save-parts-last-directory): Ditto.
3144         Trivial change from andre@slamdunknetworks.com
3145
3146 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
3147
3148         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
3149
3150 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3151
3152         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
3153         -->" as the end of the first article.
3154
3155         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
3156         From Matthieu Moy <Matthieu.Moy@imag.fr>
3157
3158         * message.el (message-add-action): Use add-to-list.
3159         (message-delete-action): New function.
3160
3161         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
3162         pieces.
3163
3164 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
3165
3166         * nnnil.el: New file.
3167         * gnus.el (gnus-valid-select-methods): Include nnnil.
3168
3169 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
3170
3171         * message.el (message-syntax-checks): Because canlock is
3172         supported, we disable sender syntax check.
3173         (message-shoot-gnksa-feet): Add cancel-messages option doc.
3174
3175         * gnus-draft.el (gnus-draft-send): If interactive, use its default
3176         value of message-syntax-checks.
3177
3178         * qp.el (quoted-printable-decode-region): Doc addition.
3179         From: Eli Zaretskii <eliz@is.elta.co.il>
3180
3181         * mail-source.el (make-source-make-complex-temp-name): Use
3182         make-temp-file.
3183
3184         * mm-util.el (mm-make-temp-file): New function.
3185         * nneething.el (nneething-file-name): Use it.
3186         * mml-smime.el (mml-smime-encrypt): Ditto.
3187         * mm-view.el (mm-inline-wash-with-file): Ditto.
3188         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
3189         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
3190         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
3191         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
3192         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
3193         * gnus-art.el (gnus-mime-print-part): Ditto.
3194
3195 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
3196
3197         * message.el (nnmaildir-article-number-to-base-name): New
3198         function.
3199         (nnmaildir-base-name-to-article-number): New function.
3200
3201 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3202
3203         * smime.el (smime-make-temp-file): Don't quote
3204         `temporary-file-directory'.
3205
3206 2002-03-04  Simon Josefsson  <jas@extundo.com>
3207
3208         * smime.el (smime-sign-region): Rename argument keyfiles to
3209         keyfile. You only sign something with one key.
3210         (smime-sign-buffer): Better completing-read prompt.
3211         (smime-decrypt-buffer): Ditto.
3212
3213         * smime.el (smime-make-temp-file): Make it work under XEmacs.
3214
3215         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
3216         completing-read.
3217         (mm-view-pkcs7-decrypt): CRLF->LF.
3218
3219 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
3220
3221         * message.el (message-hierarchical-addresses): New variable.
3222         (message-get-reply-headers): Use it.
3223         From Ted Zlatanov <teodor.zlatanov@divine.com>
3224
3225 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
3226
3227         * message.el (message-mode): If buffer-file-name, don't set auto
3228         save file name.
3229         Trivial change from Geoff Greene <ggreene@wpi.edu>
3230
3231 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3232
3233         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
3234         takes one argument in read-char.
3235
3236         * message.el (message-fix-before-sending): Forward a char.
3237         Check mmu-multibyte-p, add control-1.
3238
3239 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3240
3241         * gnus-start.el (gnus-read-init-file): Ditto.
3242
3243         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
3244
3245         * dgnushack.el (dgnushack-make-load): Ditto.
3246
3247         * mail-source.el (mail-source-fetch): Extract the right error
3248         code.
3249
3250         * message.el (message-fix-before-sending): Check illegible text.
3251
3252         * gnus-util.el (gnus-multiple-choice): New function.
3253
3254         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
3255         also defined in gnus-score.el.
3256
3257 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
3258
3259         * message.el (message-get-reply-headers): downcase email addresses
3260         for comaparisons for duplicate removal.
3261
3262 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3263
3264         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
3265         implementation of PKCS#7, which just allows users read the
3266         message.
3267         (mm-view-pkcs7): Use it.
3268
3269 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3270
3271         * gnus.el (large-newsgroup-initial): New parameter.
3272
3273         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
3274         (gnus-summary-insert-old-articles): Ditto.
3275
3276 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3277
3278         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
3279         used as the default answer of the question, "How many articles?".
3280         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
3281
3282         * nnagent.el (nnagent-retrieve-headers): Remove articles with
3283         small numbers.
3284
3285 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
3286
3287         * deuglify.el: Fix comments.
3288
3289 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
3290
3291         * html2text.el (html2text-clean-anchor): If there is no HREF,
3292         insert nothing.
3293
3294         * mml.el (mml-generate-mime-1): Add cdr.
3295         From: andre@slamdunknetworks.com
3296
3297         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
3298         (mm-text-html-washer-alist): Ditto.
3299
3300         * mm-decode.el (mm-text-html-renderer): Add html2text.
3301
3302         * html2text.el: Face lift.
3303
3304         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
3305
3306 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
3307
3308         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
3309
3310         * deuglify.el: Change copy right. Add autoload. Add coding-system.
3311
3312         * deuglify.el: New file. The original file name is
3313         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
3314
3315         * mm-decode.el (mm-display-external): Use
3316         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
3317
3318 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
3319
3320         * nnmaildir.el (nnmaildir-request-list): Report the highest
3321         article number, not the total number of articles.
3322
3323 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3324
3325         * gnus-sum.el: Move uu key map here.
3326         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
3327
3328 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
3329
3330         * nnmaildir.el (nnmaildir-request-expire-articles): Use
3331         nnmail-expiry-wait* if expire-age parameter is not set.
3332
3333 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3334
3335         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
3336         function.
3337         (gnus-group-sort-selected-groups-by-real-name): New function.
3338         (gnus-group-make-menu-bar): Add sort by real name.
3339
3340         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
3341         rebuild.
3342         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
3343         nil as dependencies as well.
3344
3345 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3346
3347         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
3348         for mime-parts.
3349
3350         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
3351
3352         * gnus-group.el (gnus-group-name-decode): Don't test
3353         multibyte-string, because it breaks XEmacs.
3354         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
3355
3356         * message.el (message-send-mail): Be talkative.
3357
3358         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
3359         (mm-automatic-display): Ditto.
3360
3361         * mailcap.el (mailcap-mime-data): Ditto.
3362         From: Reiner Steib <4uce.02.r.steib@gmx.net>
3363
3364 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3365
3366         * many files: Remove trailing whitespaces, replace spc+tab with
3367         tab, replace leading whitespaces with tabs.
3368
3369 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
3370
3371         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
3372         articles with no body and no blank line after the header.
3373
3374 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
3375
3376         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
3377         parts.
3378
3379         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
3380         non-ascii chars.
3381
3382         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
3383
3384         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
3385         w3-delay-image-loads.
3386         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
3387         (mm-w3-prepare-buffer): Ditto.
3388
3389         * mail-source.el (mail-source-fetch-directory): Run scripts.
3390
3391 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3392
3393         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
3394         for Majordomo confirmations.
3395
3396 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3397
3398         * gnus-fun.el (gnus-respond-to-confirmation): New command.
3399
3400 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3401
3402         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
3403
3404 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
3405
3406         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
3407         References header field.  From Mark Thomas <mthomas@cmu.edu>.
3408
3409 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3410
3411         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
3412         (mm-inline-render-with-stdin): Ditto.
3413         (mm-inline-render-with-function): Ditto.
3414         (mm-inline-wash-with-file): Bind coding-system-for-write.
3415         (mm-inline-wash-with-stdin): Ditto.
3416
3417 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3418
3419         Suggested by Felix Natter <fnatter@gmx.net>
3420
3421         * gnus-art.el (gnus-mime-view-part-externally): Rename from
3422         gnus-mime-externalize-view.
3423         (gnus-mime-view-part-internally): Rename from
3424         gnus-mime-internalize-view.
3425         (gnus-article-view-part-externally): Rename from
3426         gnus-article-externalize-part.
3427         (gnus-mime-action-alist): Change correspondingly.
3428         (gnus-mime-button-commands): Ditto.
3429         (gnus-mime-action-alist): Remove duplication.
3430
3431         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
3432
3433 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3434
3435         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
3436
3437         * gnus-art.el (gnus-display-mime): Use it.
3438
3439         * mm-partial.el (mm-partial-find-parts): Use it.
3440
3441         * gnus-sum.el (gnus-article-loose-mime): Rename from
3442         gnus-article-no-strict-mime.
3443         (gnus-summary-save-parts): Use it.
3444
3445 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3446
3447         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
3448         local variable.
3449
3450         * gnus-art.el (article-display-x-face): Don't sort multiple
3451         X-Faces.
3452
3453 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3454
3455         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
3456         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
3457
3458         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
3459
3460 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3461
3462         Some ideas is inspired by code from Hrvoje Niksic
3463         <hniksic@arsdigita.com>
3464
3465         * gnus-art.el (gnus-article-wash-function): Set the default to
3466         nil, so that we use mm-text-html-renderer instead.
3467         (article-wash-html): Use mm-text-html-renderer.
3468
3469         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
3470         (mm-text-html-renderer): New variable.
3471         (mm-inline-text-html-renderer): Set the default to nil, so that we
3472         use mm-text-html-renderer instead.
3473
3474         * mm-view.el (mm-inline-text-html): New function.
3475         (mm-text-html-renderer-alist): New variable.
3476         (mm-inline-text-vcard): New function.
3477         (mm-inline-text): Split.
3478         (mm-links-remove-leading-blank): New function.
3479         (mm-inline-render-with-file): New function.
3480         (mm-inline-render-with-stdin): New function.
3481         (mm-inline-render-with-function): New function.
3482         (mm-text-html-washer-alist): New variable.
3483         (mm-inline-wash-with-file): New function.
3484         (mm-inline-wash-with-stdin): New function.
3485
3486 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3487
3488         * message-utils.el: Fix installation doc.
3489         From: Reiner Steib <4uce.02.r.steib@gmx.net>
3490
3491 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
3492
3493         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
3494         (gnus-post-method): Use it.
3495         (gnus-summary-cancel-article): Find the correct post-method.
3496
3497         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
3498         * message.el (message-send-news): Ditto.
3499         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
3500         <ipmonger@delamancha.org>
3501
3502         * gnus.el (gnus-select-method): Fix doc.
3503         (gnus-server-string): Use 'using nntp'.
3504
3505         * gnus-agent.el (gnus-slave-unplugged): New command.
3506         From: Felix Natter <fnatter@gmx.net>
3507
3508 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3509
3510         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
3511         Call edit-done-function first, then change the window
3512         configuration.
3513         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
3514         (gnus-article-edit-mode): mml-mode.
3515
3516         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
3517         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
3518
3519         * message-utils.el: Adopt the file.
3520
3521         * message-utils.el: New file.
3522         From Holger Schauer <Holger.Schauer@gmx.de>
3523
3524 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
3525
3526         * gnus-sum.el (gnus-summary-move-article): Select-article only
3527         when gnus-move-split-methods is non-nil. And we don't render or
3528         mark the article.
3529
3530         * gnus-fun.el (gnus-shell-command-to-string): New function.
3531         (gnus-shell-command-on-region): New function.
3532         (gnus-random-x-face): Use them.
3533         (gnus-x-face-from-file): Ditto.
3534         (gnus-convert-image-to-gray-x-face): Ditto.
3535         (gnus-convert-gray-x-face-to-xpm): Ditto.
3536         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
3537
3538 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3539
3540         * gnus-art.el (gnus-treat-display-xface): Don't use
3541         `shell-command-to-string' when compiling.
3542         (gnus-treat-display-grey-xface): Ditto.
3543
3544 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
3545
3546         * nnmaildir.el (nnmaildir--article-count): If the group is
3547         completely empty, report minimum article number as 1 instead of 0.
3548
3549 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
3550
3551         * gnus-agent.el (gnus-get-predicate): Use nconc.
3552
3553         * gnus-sum.el (gnus-summary-display-make-predicate): Use
3554         gnus-summary-display-cache as cache.
3555
3556         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
3557         (nndoc-mail-in-mail-type-p): New function.
3558         (nndoc-mail-in-mail-article-begin): New function.
3559
3560 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
3561
3562         * mailcap.el (mailcap-mime-data): Use enriched-decode.
3563
3564         * gnus-cite.el (gnus-article-fill-cited-article): Bind
3565         use-hard-newlines to nil.
3566
3567         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
3568         image is not available if window-system is not available.
3569
3570         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
3571
3572 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3573
3574         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
3575         bookmark, because update-mark doesn't handle it correctly.
3576
3577 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
3578
3579         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
3580         directly instead of calling message-send-mail.
3581
3582         * gnus-start.el (gnus-read-descriptions-file): Use
3583         gnus-default-charset.
3584
3585         * mm-util.el (mm-guess-mime-charset): New function.
3586
3587         * gnus.el (gnus-default-charset): Use it.
3588         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
3589         the default.
3590
3591 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3592
3593         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
3594         (article-display-x-face): Use it.  Disable grey xface, if
3595         uncompface is not found.
3596
3597         * message.el (message-mode): Don't enable multibyte on an indirect
3598         buffer.
3599
3600         * nnrss.el (nnrss-content-function): New variable.
3601         (nnrss-request-article): Use it.
3602
3603 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3604
3605         * gnus.el: Add article-unsplit-urls.
3606         * gnus-sum.el: Ditto.
3607         * gnus-art.el (gnus-treat-strip-cr): New variable.
3608         (gnus-treatment-function-alist): Use it.
3609         (article-unsplit-urls): New function.
3610         (gnus-article-make-menu-bar): Use it.
3611         From: Michael Cook <michael.cook@cisco.com>
3612
3613 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3614
3615         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
3616         copy.
3617
3618 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
3619
3620         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
3621         with internal whitespace.
3622         (gnus-parent-id): Ditto.
3623
3624 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
3625
3626         * gnus-art.el (gnus-article-treat-body-boundary): Add
3627         gnus-decoration property.
3628         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
3629
3630         * message.el (message-mode): Set local-abbrev-table.
3631         From Matt Armstrong <matt@lickey.com>.
3632
3633         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
3634         too many spaces.
3635
3636         * rfc2047.el (rfc2047-unfold-region): Ditto.
3637         (rfc2047-decode-region): Don't unfold. Let
3638         gnus-article-treat-unfold-headers do it.
3639
3640         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
3641         From: Jesper Harder <harder@ifa.au.dk>
3642
3643 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3644
3645         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
3646         (gnus-configure-posting-styles): Use it.
3647         (gnus-configure-posting-styles): Remove trailing newspaces.
3648
3649 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3650
3651         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
3652         is non-nil.
3653
3654         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
3655
3656         * gnus.el (gnus-server-to-method): Switch position with
3657         gnus-server-get-method.
3658         (gnus-agent): Add doc.
3659
3660         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
3661         (gnus-summary-save-parts): Use it.
3662
3663         * gnus-art.el (gnus-display-mime): Use it.
3664         * mm-partial.el (mm-partial-find-parts): Use it.
3665
3666         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
3667
3668         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
3669         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
3670
3671         * nnagent.el (nnagent-request-expire-articles): Don't delete
3672         files.
3673
3674 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
3675
3676         * message.el (message-gen-unsubscribed-mft): New function.
3677         From Sriram Karra <karra@cs.utah.edu>.
3678
3679         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
3680         open parenthesis.
3681
3682         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
3683         (mm-inline-text-html-render-with-w3): Ditto.
3684         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
3685         Suggested by Dave Love  <d.love@dl.ac.uk>.
3686
3687         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
3688
3689         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
3690         * nntp.el (nntp-send-command): Ditto.
3691         * nntp.el (nntp-send-command-nodelete): Ditto.
3692
3693 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
3694
3695         * mm-url.el (mm-url-load-url): New function.
3696         (mm-url-insert-file-contents): Use it.
3697
3698         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
3699
3700         * message.el (message-forward-make-body): Correctly copy
3701         forward-buffer.
3702
3703         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
3704
3705 2002-02-04  Simon Josefsson  <jas@extundo.com>
3706
3707         * gnus-art.el (gnus-article-followup-with-original): Mark with
3708         force, prevent errors when following up from article buffer.
3709         (gnus-article-reply-with-original): Ditto.
3710
3711         * binhex.el (binhex-decoder-switches): Fix doc.  From
3712         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
3713
3714 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
3715
3716         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
3717         highlight-citation after emphasize.
3718
3719 2002-02-04  Simon Josefsson  <jas@extundo.com>
3720
3721         * nnfolder.el (nnfolder-open-marks):
3722
3723         * nnml.el (nnml-open-marks): Message when done.  From David
3724         Edmondson <dme@sun.com>.
3725
3726 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
3727
3728         * imap.el (imap-anonymous-auth): Fix typo.
3729         From: Steinar Bang <sb@dod.no>
3730
3731         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
3732         save-excursion.
3733         (gnus-cache-braid-heads): Ditto.
3734
3735         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
3736         line, because there are extra articles in the overview buffer.
3737
3738         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
3739
3740         * message.el (message-forward-rmail-make-body): Directly use
3741         rmail-msg-restore-non-pruned-header to avoid calling
3742         vertical-motion.
3743
3744 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3745
3746         * gnus-cache.el (gnus-summary-insert-cached-articles):
3747         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
3748
3749         * gnus-group.el (gnus-group-mark-article-read): Nreverse
3750         gnus-newsgroups-unselected.
3751
3752         * gnus-agent.el (gnus-summary-set-agent-mark): Use
3753         gnus-add-to-sorted-list.
3754
3755         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
3756         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
3757         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
3758         (gnus-update-read-articles): UNREAD is sorted.
3759         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
3760         (gnus-newsgroup-marked, gnus-newsgroup-cached)
3761         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
3762         (gnus-newsgroup-dormant): Require sorted.
3763
3764         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
3765         directories.
3766         (gnus-dired-print): New function.
3767
3768         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
3769         ps-despool.
3770
3771 2002-02-02  Simon Josefsson  <jas@extundo.com>
3772
3773         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
3774
3775 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3776
3777         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
3778         t. This makes gnus-agent customizable without putting
3779         gnus-agentize into .gnus.
3780
3781         * gnus.el (gnus-agent): Make it customizable.
3782
3783         * gnus-dired.el: New file.
3784         From Benjamin Rutt <brutt@bloomington.in.us>
3785
3786         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
3787         if no article.
3788         (gnus-cache-possibly-remove-article): Ditto.
3789         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
3790
3791 2002-02-01  Simon Josefsson  <jas@extundo.com>
3792
3793         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
3794
3795 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3796
3797         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
3798         (mm-setup-w3m): Don't bind keys listed in the above.
3799
3800 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3801
3802         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
3803         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
3804         is non-nil; bind `w3m-force-redisplay' with nil.
3805
3806         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3807
3808         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
3809
3810 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
3811
3812         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
3813         use mail-header-unfold-field.
3814
3815         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
3816         gnus-summary-limit.
3817
3818         * gnus-range.el (gnus-add-to-sorted-list): New function.
3819         * gnus-sum.el (gnus-mark-article-as-read): Use it.
3820         (gnus-mark-article-as-unread): Ditto.
3821         (gnus-summary-mark-article-as-unread): Ditto.
3822         (gnus-build-get-header): Ditto.
3823         (gnus-summary-prepare-threads): Ditto.
3824         (gnus-summary-insert-pseudos): Ditto.
3825         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
3826         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
3827         (gnus-summary-insert-old-articles): Ditto.
3828
3829         * gnus-msg.el (gnus-posting-styles): Add new format of header.
3830         (gnus-configure-posting-styles): Support the new format.
3831
3832         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
3833         edebug-form-spec to (sexp body).
3834         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
3835
3836         * message.el (message-reply-headers): Add doc.
3837
3838 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
3839
3840         * gnus-group.el (gnus-group-delete-group): Nix the entry in
3841         gnus-cache-active-hashtb.
3842
3843         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
3844         (gnus-agent-summary-fetch-group): Use it.
3845
3846         * gnus-msg.el (gnus-debug-files): New variable.
3847         (gnus-debug-exclude-variables): New variable.
3848         (gnus-debug): Use them.
3849
3850         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
3851
3852 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
3853
3854         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
3855         (message-mode-syntax-table): Move back the previous position.
3856
3857         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
3858
3859         * gnus-agent.el (gnus-agent-retrieve-headers): Use
3860         gnus-sorted-difference.
3861
3862         * nnsoup.el (nnsoup-request-expire-articles): Use
3863         gnus-sorted-difference.
3864
3865         * nnheader.el: Autoload gnus-sorted-difference.
3866
3867         * nnfolder.el (nnfolder-request-expire-articles): Use
3868         gnus-sorted-difference.
3869
3870         * gnus-cache.el (gnus-cache-retrieve-headers): Use
3871         gnus-sorted-difference.
3872
3873         * gnus-range.el: Autoload cookies.
3874         (gnus-sorted-difference): New function.
3875         (gnus-sorted-ndifference): New function.
3876         (gnus-sorted-nintersection): Rename from
3877         gnus-set-sorted-intersection.
3878         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
3879         (gnus-list-range-difference): Rename from
3880         gnus-inverse-list-range-intersection.
3881         (gnus-inverse-list-range-intersection): Use defalias.
3882
3883         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
3884         gnus-sorted-ndifference, and gnus-sorted-nintersection.
3885         (gnus-articles-to-read): Use gnus-sorted-difference.
3886         (gnus-summary-limit-mark-excluded-as-read): Use
3887         gnus-sorted-intersection and gnus-sorted-ndifference.
3888         (gnus-list-of-read-articles): Use gnus-list-range-difference.
3889         (gnus-summary-insert-articles): Use gnus-sorted-difference.
3890
3891         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
3892
3893 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3894
3895         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
3896         property to the buffer for using emacs-w3m command keys.
3897
3898         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
3899         option.
3900
3901         * mm-view.el (mm-w3m-mode-map): New variable.
3902         (mm-w3m-mode-command-alist): New variable.
3903         (mm-w3m-minor-mode): Removed.
3904         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
3905         (mm-inline-text-html-render-with-w3m): Add keymap property to the
3906         buffer for using emacs-w3m command keys.
3907
3908 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
3909
3910         * message.el (message-mode-syntax-table): Move forward.
3911         (message-cite-prefix-regexp): Auto detect non word constituents.
3912         (message-cite-prefix-regexp): Don't use with-syntax-table.
3913
3914         * gnus-sum.el (gnus-summary-update-info): Use
3915         gnus-list-range-intersection.
3916
3917         * gnus-agent.el (gnus-agent-fetch-headers): Use
3918         gnus-list-range-intersection.
3919
3920         * gnus-range.el (gnus-range-normalize): Use correct predicate.
3921         (gnus-list-range-intersection): Use it.
3922         (gnus-inverse-list-range-intersection): Ditto.
3923         (gnus-sorted-intersection): Add doc.
3924         (gnus-set-sorted-intersection): Add doc.
3925         (gnus-sorted-union): New function.
3926         (gnus-set-sorted-union): New function.
3927
3928         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
3929         (gnus-inverse-list-range-intersection): Ditto.
3930
3931 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
3932
3933         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
3934
3935         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
3936         and permit `:' and `\' in order to handle full Windows pathnames.
3937         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
3938         technically not correct per standard, but seems to have common use.
3939
3940 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
3941
3942         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
3943         replacing numbers.
3944
3945 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
3946
3947         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
3948
3949         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
3950         Don't split when the window is small, e.g. when a small *BBDB*
3951         window is the lowest one.
3952
3953         * gnus-agent.el (gnus-agent-retrieve-headers): Use
3954         nnheader-find-nov-line to speed up. Use nreverse, because it is
3955         sorted. Use nnheader-insert-nov-file.
3956
3957 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3958
3959         * mm-decode.el (mm-inline-text-html-with-images): New user option.
3960
3961         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
3962         of `w3m-display-inline-images' with the value of
3963         `mm-inline-text-html-with-images'.
3964         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
3965
3966         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3967
3968 2002-01-27  Richard M. Stallman  <rms@gnu.org>
3969
3970         * time-date.el: Add autoload cookies.  Many doc fixes.
3971         (time-add): New function.
3972         (time-subtract): Renamed from subtract-time.
3973         (subtract-time): New alias for time-subtract.
3974
3975 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3976
3977         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
3978         emacs-w3m in doc-string.
3979
3980         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
3981         `w3m-current-buffer'.
3982
3983 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3984
3985         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
3986
3987         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
3988         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
3989         (mm-w3m-cid-retrieve): New function.
3990         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
3991
3992 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3993
3994         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
3995
3996 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3997
3998         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
3999
4000 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4001
4002         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
4003         32K.
4004
4005         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
4006
4007         * nnmail.el (nnmail-article-group): Decode headers before running
4008         split rules over them.
4009         (nnmail-mail-splitting-charset): New variable.
4010
4011         * smiley.el: Replaced with smiley-ems.el.
4012
4013 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4014
4015         * mm-url.el (mm-url-predefined-programs): Add w3m.
4016         (mm-url-program): Ditto.
4017
4018 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4019
4020         * nnml.el (nnml-use-compressed-files): New variable.
4021         (nnml-filenames-are-evil): Removed.
4022         (nnml-current-group-article-to-file-alist): Don't use.
4023         (nnml-update-file-alist): Inhibit.
4024         (nnml-article-to-file): Use new var.
4025
4026 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4027
4028         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
4029
4030         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
4031
4032 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4033
4034         * gnus-agent.el (gnus-agent-load-alist): Use new caching
4035         function.
4036
4037         * gnus-util.el (gnus-cache-file-contents): New function.
4038
4039         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
4040         (gnus-agent-load-alist): Use it.
4041
4042         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
4043
4044         * nnheader.el (nnheader-insert-nov-file): New function.
4045
4046         * gnus-util.el (gnus-parse-without-error): Correct the loop.
4047
4048         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
4049         there are no references.
4050         (gnus-extract-message-id-from-in-reply-to): New function.
4051         (gnus-nov-parse-line): Use in-reply-to if there are no
4052         references.
4053
4054 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4055
4056         * nnagent.el (nnagent-retrieve-headers): Use new macro.
4057
4058         * gnus-util.el (gnus-parse-without-error): New macro.
4059
4060 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
4061
4062         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
4063         (gnus-article-wash-function): use locate-library to decide which
4064         to use.
4065
4066 2002-01-25  Simon Josefsson  <jas@extundo.com>
4067
4068         * pop3.el (pop3-munge-message-separator): Work if no date.
4069         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
4070
4071 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4072
4073         * gnus-agent.el (gnus-agent-save-alist): Fix.
4074
4075         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
4076         mistake.  Reinstated lost code.
4077
4078 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
4079
4080         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
4081         one exists in the case of an encrypted message with an internal
4082         signature.
4083
4084 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4085
4086         * gnus-agent.el (gnus-agent-save-alist): Optimized.
4087
4088 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4089
4090         * dgnushack.el: Commented out the experimental code.
4091
4092 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4093
4094         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
4095         error.
4096
4097         * gnus.el (gnus-server-to-method): Made into subst.
4098         (gnus-server-method-cache): New variable.
4099         (gnus-server-to-method): Use it.
4100         (gnus-group-method-cache): New variable.
4101         (gnus-find-method-for-group-1): Renamed.
4102         (gnus-find-method-for-group): New function.
4103         (gnus-group-method-cache): Removed.
4104
4105         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
4106         function.
4107
4108         * gnus-range.el (gnus-members-of-range): New function.
4109         (gnus-list-range-intersection): Renamed.
4110         (gnus-inverse-list-range-intersection): New function.
4111
4112         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
4113
4114         * nnagent.el (nnagent-retrieve-headers): New implementation.
4115
4116         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
4117         implementation.
4118
4119 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4120
4121         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
4122         `w3m-meta-content-type-charset-regexp'.
4123
4124         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
4125         charset-encoded html contents.
4126
4127 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
4128
4129         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
4130         an empty file.
4131
4132         * nnweb.el (url): Ignore errors when request url.
4133
4134         * nnrss.el: Clean up the comments.
4135
4136 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4137
4138         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
4139
4140         * mm-decode.el (mm-inline-text-html-renderer): New user option.
4141         (mm-inline-media-tests): Test whether the value of
4142         `mm-inline-text-html-renderer' is a function for text/html.
4143
4144         * mm-view.el (mm-inline-text-html-render-with-w3): New function
4145         separated from `mm-inline-text'.
4146         (mm-w3m-minor-mode): New variable.
4147         (mm-w3m-setup): New variable.
4148         (mm-setup-w3m): New function.
4149         (mm-inline-text-html-render-with-w3m): New function.
4150         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
4151         text/html.
4152
4153 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
4154
4155         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
4156
4157 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4158
4159         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
4160         and `gnus-xmas-completing-read'.
4161
4162 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4163
4164         * nneething.el (nneething-message-id-number): Abolished.
4165         (nneething-encode-file-name): Not encode numerical characters.
4166         (nneething-make-head): `nneething-message-id-number' is not
4167         used to generate message IDs.
4168
4169 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4170
4171         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
4172         characters.
4173
4174 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4175
4176         * gnus-xmas.el (gnus-xmas-completing-read): New function.
4177         (gnus-xmas-redefine): Redefine conditionally.
4178
4179 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
4180
4181         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
4182         tag.
4183
4184 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
4185
4186         * message.el (message-font-lock-keywords): Added the secure tag.
4187         * mml-sec.el: Added functions to generate/modify/remove the secure
4188         tag while in message mode.
4189         * mml-sec.el (mml-secure-message): New.
4190         * mml-sec.el (mml-unsecure-message): New.
4191         * mml-sec.el (mml-secure-message-sign-smime): New.
4192         * mml-sec.el (mml-secure-message-sign-pgp): New.
4193         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
4194         * mml-sec.el (mml-secure-message-encrypt-smime): New.
4195         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
4196         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
4197         * mml.el (mml-parse-1): Added code to recognise the secure tag and
4198         convert it to either a part or multipart depending on if there are
4199         other parts in the message.
4200         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
4201         to use the secure tag, rather than the part tag.
4202         * mml.el (mml-preview): Added a save-excursion to keep cursor
4203         position after doing an MML preview.
4204
4205 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4206
4207         * nnheader.el (nnheader-parse-overview-file): New function.
4208         (nnheader-write-overview-file): New function.
4209
4210 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4211
4212         * gnus.el (gnus-group-fast-parameter): Check better if expansion
4213         in wanted.
4214
4215         * nnweb.el (nnweb-type-definition): Clean up.
4216
4217 2002-01-21  Alastair Burt  <burt@dfki.de>
4218         Trivial patch.
4219
4220         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
4221         buffer exists before jumping to it.
4222
4223 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4224
4225         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
4226         function.
4227         (article-wash-html): Use it.
4228         (gnus-article-wash-function): New variable.
4229         (gnus-article-wash-html-with-w3m): New function.
4230
4231 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
4232
4233         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
4234         XEmacs.
4235
4236 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
4237
4238         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
4239         command line.
4240
4241 2002-01-21  Simon Josefsson  <jas@extundo.com>
4242
4243         * canlock.el (base64-encode-string): Autoload it from base64.
4244         (canlock-make-cancel-key): Base64 encode unibyte string.
4245
4246 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4247
4248         * nnfolder.el (nnfolder-request-accept-article): Unfold
4249         x-from-line.
4250         (nnfolder-request-replace-article): Ditto.
4251
4252 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
4253
4254         * gnus-group.el (gnus-group-best-unread-group): Use the right
4255         positioning function.
4256
4257 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4258
4259         * smiley-ems.el (smiley-region): Use new function.
4260         (smiley-update-cache): Use general image functions.
4261         (smiley-region): Use general functions.
4262
4263         * gnus-util.el (gnus-graphic-display-p): New function.
4264
4265         * nnmail.el (nnmail-article-group): Allow outputting traces of
4266         non-strings.
4267
4268         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
4269         (nndoc-exim-bounce-type-p): New function.
4270
4271         * message.el (message-dont-send): Doc fix.
4272
4273         * gnus-util.el (gnus-completing-read): Remove
4274         inherit-input-method.
4275
4276         * gnus-art.el (gnus-treat-smiley): Doc fix.
4277
4278         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
4279         articles.
4280
4281 2002-01-19  Simon Josefsson  <jas@extundo.com>
4282
4283         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
4284         (imap-kerberos4-open): Ditto.
4285         (imap-open): Set port correctly, don't set auth.
4286
4287 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4288
4289         * gnus.el (gnus-version-number): Bump version number.
4290
4291 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4292
4293         * gnus.el: Oort Gnus v0.05 is released.
4294
4295 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4296
4297         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
4298         exists.
4299
4300         * gnus-spec.el (gnus-string-width-function): New function.
4301         (gnus-tilde-cut-form): Use it.
4302         (gnus-tilde-max-form): Ditto.
4303         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
4304         (gnus-substring-function): Use it.
4305         (gnus-tilde-cut-form): Ditto.
4306         (gnus-substring-function): New function.
4307
4308         * message.el (message-check-news-header-syntax): New message.
4309
4310         * gnus.el (gnus-slave-no-server): Doc fix.
4311
4312         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
4313
4314 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4315
4316         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
4317         `seen' if it looks like (seen NUM1 . NUM2).  It should be
4318         (seen (NUM1 . NUM2)).
4319
4320 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4321
4322         * gnus-topic.el (gnus-topic-catchup-articles): Update article
4323         number in closed topics.
4324
4325 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
4326
4327         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
4328         functions.
4329
4330 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4331
4332         * gnus.el (gnus-group-find-parameter): Clean up.
4333
4334         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
4335         articles.
4336
4337         * gnus-util.el (gnus-completing-read-with-default): Renamed.
4338
4339         * nnmail.el (nnmail-article-group): Clean up.
4340
4341 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
4342
4343         * gnus-agent.el (gnus-category-name): Intern the category name.
4344
4345 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4346
4347         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
4348
4349         * gnus-util.el (gnus-completing-read): New function.
4350
4351 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4352
4353         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
4354
4355         * smiley-ems.el (smiley-region): Register smiley.
4356         (smiley-toggle-buffer): Rewrite the function.
4357         (smiley-active): Removed.
4358
4359 2002-01-19  Simon Josefsson  <jas@extundo.com>
4360
4361         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
4362         Jesper Harder <harder@ifa.au.dk>.
4363
4364 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4365
4366         * gnus-art.el (gnus-request-article-this-buffer): Call
4367         `nneething-get-file-name' to extract the file name from the
4368         message id.
4369
4370         * nneething.el (nneething-encode-file-name): New function.
4371         (nneething-decode-file-name): Ditto.
4372         (nneething-get-file-name): Ditto.
4373         (nneething-make-head): Encode the file name and encapsulate it
4374         into the field of the message id.
4375
4376 2002-01-18  Simon Josefsson  <jas@extundo.com>
4377
4378         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
4379         stored in .marks.
4380
4381         * nnfolder.el (nnfolder-request-update-info): Ditto.
4382
4383 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4384
4385         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
4386
4387 2002-01-18  Simon Josefsson  <jas@extundo.com>
4388
4389         * imap.el (imap-starttls-p): Don't check for binary.
4390         (imap-gssapi-auth-p): Ditto.
4391         (imap-kerberos4-auth-p): Ditto.
4392         (imap-open): Change logic.  Iterate through all possible streams,
4393         instead of bailing out after first failure.  Move authenticator
4394         decision to `imap-authenticate'.
4395         (imap-authenticate): Change logic, now finds the authenticator to
4396         use, was previously in `imap-open'.
4397         (imap-open): Return nil on failure.
4398         (imap-open): Setup temp buffer correctly.
4399         (imap-open): Return buffer only on success.
4400         (imap-interactive-login, imap-interactive-login): Tell the user
4401         which stream/authenticator is used for the queried
4402         username/password.
4403         (imap-open, imap-authenticate): Set variables.
4404         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
4405         (imap-open): Don't assume how `with-temp-buffer' is implemented.
4406
4407 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4408
4409         * gnus-fun.el (gnus-grab-cam-x-face): New function.
4410
4411 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4412
4413         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
4414
4415 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4416
4417         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
4418         (gnus-agent-group-mode-map): Bind it to "Jo".
4419         (gnus-agent-group-make-menu-bar): Add it into menu bar.
4420
4421 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
4422
4423         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
4424         (gnus-summary-mail-toolbar): Add mail article deletion button.
4425
4426         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
4427         false positives for lines of "^^^^".
4428
4429         * gnus-picon.el (gnus-picon-find-face): faces database is all
4430         lowercase.
4431
4432 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4433
4434         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
4435         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
4436         duplications.
4437         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
4438
4439 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4440
4441         * gnus-sum.el (gnus-summary-initial-limit): Inline
4442         gnus-summary-limit-children.
4443         (gnus-summary-initial-limit): Don't limit if
4444         gnus-newsgroup-display is nil.
4445         (gnus-summary-initial-limit): No, don't.
4446
4447         * gnus-util.el
4448         (gnus-put-text-property-excluding-characters-with-faces): Inline
4449         gnus-put-text-property.
4450
4451         * gnus-spec.el (gnus-default-format-specs): New variable.
4452
4453         * gnus-start.el (gnus-read-newsrc-file): Don't clear
4454         gnus-format-specs.
4455         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
4456
4457         * gnus-spec.el (gnus-update-format-specifications): Really check
4458         the Gnus version of the .newsrc.eld file.
4459         (gnus-format-specs): Save the new default summary format.
4460
4461         * gnus-util.el (gnus-parent-id): Check whether references is empty
4462         before splitting.
4463
4464         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
4465         functions.
4466         (gnus-gather-threads-by-references): Inline
4467         `gnus-split-references'.
4468
4469         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
4470         default value of gnus-summary-line-format-spec.
4471
4472 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4473
4474         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
4475         message.
4476         (nnslashdot-request-list): Ditto.
4477         (nnslashdot-sid-strip): Removed.
4478
4479 2002-01-15  Simon Josefsson  <jas@extundo.com>
4480
4481         * nnimap.el (nnimap-close-asynchronous): Enable.
4482         (nnimap-close-group): Expunge.
4483
4484 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4485
4486         * gnus-util.el (gnus-user-date-format-alist): Typo.
4487         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
4488
4489 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4490
4491         * nneething.el (nneething-request-article): Set
4492         `nnmail-file-coding-system' to `binary' locally, in order to read
4493         files without any conversion.
4494
4495 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4496
4497         * gnus-agent.el (gnus-agent-retrieve-headers): Use
4498         nnheader-file-coding-system and nnmail-active-file-coding-system.
4499         (gnus-agent-regenerate-group): Ditto.
4500         (gnus-agent-regenerate): Ditto.
4501         (gnus-agent-write-active): Ditto.
4502         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
4503
4504 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
4505
4506         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
4507         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
4508
4509 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
4510
4511         * gnus.el: We don't need gnus-article-show-all-headers.
4512
4513         * gnus-art.el (article-show-all, gnus-article-show-all-header):
4514         Ditto.
4515
4516         * gnus-sum.el (gnus-summary-select-article): Don't call
4517         show-all-headers, because hidden headers are not hidden text any
4518         more.
4519
4520 2002-01-13  Simon Josefsson  <jas@extundo.com>
4521
4522         * message.el (message-newline-and-reformat): Use `newline' instead
4523         of inserting \n, so that the newline is marked as hard.
4524
4525         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
4526         From Jesper Harder <harder@ifa.au.dk>.
4527
4528 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
4529
4530         * imap.el (imap-close): Keep going if quit.
4531
4532         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
4533         nntp-server-buffer.
4534
4535 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4536
4537         * mm-view.el (mm-display-inline-fontify): Require font-lock to
4538         avoid unbinding shadowed variables.
4539
4540         * gnus-art.el (gnus-picon-databases): Moved here.
4541         (gnus-picons-installed-p): Moved here.
4542         (gnus-article-reply-with-original): Use `mark'.
4543
4544         * gnus.el (gnus-picon): Moved here and renamed.
4545
4546         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
4547         installed.
4548         (gnus-treat-mail-picon): Ditto.
4549         (gnus-treat-newsgroups-picon): Ditto.
4550
4551         * gnus-picon.el (gnus-picons-installed-p): New function.
4552
4553 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
4554
4555         * gnus-agent.el (gnus-agent-go-online): Fix doc.
4556
4557 2002-01-12  Simon Josefsson  <jas@extundo.com>
4558
4559         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
4560         (nnimap-before-find-minmax-bugworkaround): Use it.
4561         (nnimap-find-minmax-uid): Don't reselect current mailbox.
4562         (nnimap-dont-close): New variable.
4563         (nnimap-close-group): Use it.
4564
4565 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4566
4567         * gnus-art.el (gnus-article-reply-with-original): Use
4568         `mark-active'.
4569
4570         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
4571
4572         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
4573         (gnus-score-advanced): Clean up.
4574         (gnus-score-advanced): Accept a multiple of the score.
4575
4576 2002-01-12  Simon Josefsson  <jas@extundo.com>
4577
4578         * flow-fill.el (fill-flowed-display-column)
4579         (fill-flowed-encode-columnq): New variables.  Suggested by
4580         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
4581         (fill-flowed-encode, fill-flowed): Use them.
4582
4583         * message.el (message-send-news, message-send-mail): Use
4584         m-b-s-n-p-e-h-n.
4585
4586         * mml.el (autoload): Autoload fill-flowed-encode.
4587         (mml-buffer-substring-no-properties-except-hard-newlines): New
4588         function.
4589         (mml-read-part): Use it.
4590         (mml-generate-mime-1): Encode format=flowed if appropriate.
4591         (mml-insert-mime-headers): Insert format=flowed.
4592
4593         * flow-fill.el (fill-flowed-encode): New function.
4594         (fill-flowed): Bind fill-column to window width.
4595
4596 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4597
4598         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
4599         it exists.
4600         (gnus-summary-setup-buffer): Wake up dead summary buffers.
4601         (gnus-summary-buffer-name): Don't return the dead name after all.
4602         (gnus-summary-setup-buffer): Kill the dead buffer.
4603
4604         * gnus-art.el (gnus-article-followup-with-original): Store the
4605         value of the mark before deactivating it.
4606
4607 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4608
4609         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
4610         From: Karl Kleinpaste <karl@charcoal.com>
4611
4612         * gnus-art.el (article-display-x-face): Ditto.
4613         (gnus-article-reply-with-original): Use gnus-region-active-p.
4614         (gnus-article-followup-with-original): Ditto.
4615
4616         * gnus-sum.el (gnus-summary-read-group-1): Don't select
4617         downloadable article either.
4618
4619 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4620
4621         * gnus-art.el (article-display-x-face): Insert From:.
4622
4623         * gnus-sum.el (gnus-summary-move-article): Don't draw the
4624         article. Bind gnus-display-mime-function and
4625         gnus-article-prepare-hook.
4626
4627         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
4628         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
4629         gnus-agent-possibly-synchronize-flags to the last.
4630         (gnus-agent-go-online): New function. New variable.
4631
4632 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4633
4634         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
4635         (gnus-agent-regenerate): Ditto.
4636
4637 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4638
4639         * message.el (message-ignored-news-headers)
4640         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
4641         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
4642
4643         * gnus.el (gnus-gethash-safe): New macro.
4644
4645         * gnus-agent.el (gnus-agent-regenerate-history): New function.
4646         (gnus-agent-regenerate): Show messages.
4647
4648 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4649
4650         * gnus-agent.el (gnus-agent-regenerate-group): New function.
4651         (gnus-agent-regenerate): New function.
4652         (gnus-agent-save-alist): Sort.
4653         (gnus-agent-copy-nov-line): Test eobp.
4654         (gnus-agent-retrieve-headers): Erase buffer.
4655
4656 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
4657
4658         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
4659         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
4660
4661         * gnus.el (gnus-agent-covered-methods): Move here.
4662         (gnus-online): New function.
4663         (gnus-agent-method-p): Move here.
4664
4665         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
4666         nil. Remove articles-alist.
4667
4668         * gnus-start.el (gnus-get-unread-articles): Check online.
4669         (gnus-groups-to-gnus-format): Ditto.
4670         (gnus-active-to-gnus-format): Ditto.
4671
4672         * gnus-agent.el (gnus-agent-get-function): Use it.
4673         (gnus-agent-get-undownloaded-list): Ditto.
4674         (gnus-agent-fetch-session): Only fetch online methods.
4675
4676         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
4677         (gnus-server-mode-map): Ditto.
4678         (gnus-server-offline-face): New face.
4679         (gnus-server-offline-face): New variable.
4680         (gnus-server-font-lock-keywords): Add offline.
4681         (gnus-server-insert-server-line): Ditto.
4682         (gnus-server-offline-server): New function.
4683
4684         * gnus-int.el (gnus-open-server): Turn to offline.
4685         (gnus-server-unopen-status): New variable.
4686
4687 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
4688
4689         * nnkiboze.el (nnkiboze-request-article): Use
4690         gnus-agent-request-article.
4691
4692         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
4693         function. Insert undownloaded NOV.
4694
4695         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
4696         (gnus-agent-request-article): New function.
4697
4698         * gnus.el (gnus-agent-cache): New variable.
4699
4700         * gnus-int.el (gnus-retrieve-headers): Use
4701         gnus-agent-retrieve-headers.
4702         (gnus-request-head): Use gnus-agent-request-article.
4703         (gnus-request-body): Ditto.
4704
4705         * gnus-art.el (gnus-request-article-this-buffer): Use
4706         gnus-agent-request-article.
4707
4708         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
4709         article if it is undownloaded.
4710
4711 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4712
4713         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
4714
4715 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4716
4717         * canlock.el (canlock-string-as-unibyte): New macro.
4718         (canlock-sha1-with-openssl): Return a unibyte string.
4719         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
4720
4721 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
4722
4723         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
4724
4725 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4726
4727         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
4728         application/x-emacs-lisp.
4729
4730         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
4731
4732         * nntp.el (nntp-request-article): Add group parameter.
4733         (nntp-request-head): Ditto.
4734         (nntp-find-group-and-number): Add parameter group. Figure out
4735         number if the status line doesn't give (e.g. quimby.gnus.org).
4736
4737 2002-01-08  Simon Josefsson  <jas@extundo.com>
4738
4739         * mml.el (mml-generate-mime-1): Set recipient correctly.
4740
4741 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4742
4743         * message.el (message-read-from-minibuffer): Add parameter
4744         initial-contents.
4745         * gnus-msg.el (gnus-summary-resend-message): Use it.
4746
4747         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
4748         behavior of quit-config.
4749
4750         * message.el (message-make-from): Don't quote fullname.
4751         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
4752
4753         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
4754         From: <andre@slamdunknetworks.com>
4755
4756 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
4757
4758         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
4759
4760         * gnus-art.el (gnus-header-button-alist): Handle mailto.
4761
4762         * mml.el (mml-preview): Bind gnus-original-article-buffer because
4763         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
4764         because bbdb may use it.
4765
4766 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4767
4768         * nneething.el (nneething-request-article): When a non-text file
4769         is converted to an article, its data is encoded in base64.  Call
4770         `nneething-make-head' with options to specify MIME types.
4771         (nneething-make-head): Add optional arguments to specify MIME
4772         types.
4773
4774 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4775
4776         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
4777         header if there is not.
4778
4779         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
4780
4781         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
4782         (gnus-inews-mark-gcc-as-read): Obsolete variable.
4783         (gnus-inews-do-gcc): Use them.
4784
4785         * gnus-group.el (gnus-group-mark-article-read): Put holes into
4786         gnus-newsgroup-unselected.
4787
4788 2002-01-06  Simon Josefsson  <jas@extundo.com>
4789
4790         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
4791         condition-case, not ignore-errors.
4792
4793 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4794
4795         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
4796         gnus-fetch-old-headers.
4797
4798         * gnus-art.el (article-display-x-face): Use the current buffer
4799         unless `W f'. Otherwise, X-Face may be shown in the header of a
4800         forwarded part.
4801         (gnus-treatment-function-alist): Treat xface before hiding
4802         headers.
4803
4804 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4805
4806         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
4807         parameters.
4808
4809 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4810
4811         * mm-util.el (mm-multibyte-p): Define conditionally when load.
4812         (mm-guess-charset): New function.
4813         (mm-charset-after): Use it.
4814         (mm-detect-coding-region): New function.
4815         (mm-detect-mime-charset-region): New function.
4816
4817         * gnus-sum.el (gnus-summary-show-article): Use
4818         mm-detect-coding-region.
4819
4820 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4821
4822         * message.el (message-make-fqdn): Be less violent.
4823
4824         * gnus.el (gnus-logo-color-style): Compute custom form
4825         automatically.
4826
4827         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
4828         score file of the parent to the document group.
4829
4830         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
4831         parameters parameter.
4832
4833         * gnus-score.el (gnus-score-load-file): Clean up.
4834
4835 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4836
4837         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
4838         From: Damien Wyart <damien.wyart@free.fr>
4839
4840         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
4841
4842 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
4843
4844         * gnus-sum.el (gnus-select-group-hook): Typo.
4845
4846         * rfc2047.el (rfc2047-decode-string): Return immediately if there
4847         is no quoted-printable-encoded STRING.
4848         From: Jesper Harder <harder@ifa.au.dk>
4849
4850         (rfc2047-decode-string): Decode it.
4851
4852 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4853
4854         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
4855
4856 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
4857         Trivial patch.
4858
4859         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
4860         buffer to get rid of junk line.
4861
4862 2002-01-05  Simon Josefsson  <jas@extundo.com>
4863
4864         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
4865         C-o.
4866         (message-mode-map): Bind message-insert-or-toggle-importance to
4867         C-c C-u.
4868         (message-mode-map): Bind message-disposition-notification-to to
4869         C-c M-n.
4870         (message-mode-menu): Add m-d-n-t.
4871         (message-mode-field-menu): Add m-goto-from.
4872         (message-mode): Doc fix.
4873         (message-goto-from): New function.
4874         (message-insert-disposition-notification-to): New function.
4875         (message-tool-bar-map): Add receipt button.
4876
4877 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4878
4879         * gnus-sum.el (gnus-thread-latest-date): New function.
4880         (gnus-thread-sort-by-most-recent-number): Renamed.
4881         (gnus-thread-sort-functions): Doc fix.
4882         (gnus-select-group-hook): Don't use setq on a hook.
4883         (gnus-thread-latest-date): Use date, not number
4884
4885         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
4886         (gnus-agent-expire): Allow regexp of expire-days.
4887
4888         * gnus-art.el (gnus-article-reply-with-original): Deactivate
4889         region.
4890         (gnus-article-followup-with-original): Ditto.
4891
4892         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
4893
4894         * gnus-art.el (gnus-mime-display-alternative): Use
4895         gnus-local-map-property.
4896         (gnus-mime-display-alternative): Ditto.
4897         (gnus-insert-mime-security-button): Ditto.
4898         (gnus-insert-next-page-button): Ditto.
4899         (gnus-button-prev-page): Take optional args.
4900         (gnus-insert-prev-page-button): widget-convert.
4901
4902         * gnus-util.el (gnus-local-map-property): New function.
4903
4904         * gnus-art.el (gnus-prev-page-map): Use parent map.
4905         (gnus-next-page-map): Ditto.
4906
4907         * gnus-spec.el (gnus-parse-format): Clean up.
4908         (gnus-parse-format): Do complex formatting for %=.
4909
4910         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
4911         "X-Face: " to the data in the built-in scenario.
4912
4913         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
4914         (gnus-correct-pad-form): Renamed.
4915         (gnus-tilde-max-form): Clean up.
4916         (gnus-pad-form): Use gnus-use-correct-string-widths.
4917
4918         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
4919         support if that is available.
4920
4921         * gnus-sum.el (gnus-thread-highest-number): New function.
4922         (gnus-thread-sort-by-most-recent-thread): New function.
4923         (gnus-thread-sort-functions): Doc fix.
4924
4925 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
4926
4927         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
4928         all cases.
4929         (gnus-summary-mode): Enable it in all cases.
4930         (gnus-summary-display-article): Ditto.
4931         (gnus-summary-edit-article): Ditto.
4932
4933         * gnus-ems.el (gnus-put-image): Really return glyph.
4934
4935         * gnus-art.el (gnus-article-x-face-command): Fix :type.
4936         (gnus-treat-smiley): Don't take "P" in the interactive form.
4937
4938 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4939
4940         * compface.el (uncompface): XEmacs and Emacs have differing
4941         capabilities.
4942
4943         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
4944
4945         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
4946         (gnus-article-xface-ring-size): Removed.
4947         (gnus-article-display-xface): Removed.
4948         (gnus-remove-image): Cleaned up.
4949
4950         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
4951         (gnus-xmas-create-image): Take pbm files.
4952         (gnus-x-face): Removed.
4953         (gnus-xmas-article-display-xface): Removed.
4954
4955         * gnus-fun.el (gnus-display-x-face-in-from): Bind
4956         default-enable-multibyte-characters.
4957
4958         * compface.el (uncompface): Doc fix.
4959
4960         * gnus-art.el (gnus-article-x-face-command): Use
4961         gnus-display-x-face-in-from.
4962
4963         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
4964
4965         * gnus-ems.el (gnus-put-image): Return the image.
4966
4967         * gnus-fun.el (gnus-display-x-face-in-from): New function.
4968         (gnus-x-face): Moved here.
4969
4970 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
4971
4972         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
4973         invisible if string is nil.
4974         (gnus-xmas-article-display-xface): Use it.
4975
4976         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
4977         property when string is nil.
4978         (gnus-article-display-xface): Use it.
4979
4980 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4981
4982         * gnus-art.el (article-display-x-face): Check whether valid grey
4983         face was returned.
4984         (article-display-x-face): Place image in the right spot.
4985
4986         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
4987         stderr.
4988         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
4989
4990 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4991
4992         * gnus-xmas.el (gnus-xmas-create-image): Take optional
4993         parameters.
4994         (gnus-xmas-put-image): Allow non-strings to be passed.
4995
4996         * gnus-art.el (article-display-x-face): Use optional parameters.
4997
4998         * gnus-ems.el (gnus-create-image): Take optional parameters.
4999
5000         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
5001
5002         * compface.el (compface-xbm-p): Removed.
5003
5004         * gnus-ems.el (gnus-article-compface-xbm): Removed.
5005         (gnus-article-display-xface): Use compface.
5006
5007         * compface.el: New file.
5008
5009         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
5010         (gnus-convert-image-to-x-face-command): Ditto.
5011         (gnus-random-x-face): Quote argument.
5012         (gnus-x-face-from-file): Ditto.
5013
5014 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
5015
5016         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
5017         the expire-group parameter once per article rather than once
5018         per group; bind `nnmaildir-article-file-name' and `article'
5019         for convenience.  Leave article alone when expire-group
5020         specifies the current group.
5021         (nnmaildir--update-nov): be more concurrency-friendly with
5022         temp file names.
5023
5024 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5025
5026         * gnus-start.el (gnus-read-init-file): Cleaned up.
5027
5028 2002-01-03  Dave Love  <d.love@dl.ac.uk>
5029
5030         * gnus-start.el (gnus-startup-file-coding-system): Removed.
5031         (gnus-read-init-file): Don't use it.
5032
5033 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5034
5035         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
5036
5037 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5038
5039         * gnus-start.el (gnus-read-init-file): Don't force coding system
5040         for ~/.gnus.  From Dave Love <fx@gnu.org>.
5041
5042 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5043
5044         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
5045         * nnspool.el (nnspool-request-post): Ditto.
5046
5047         * mm-util.el (mm-use-find-coding-systems-region): New variable.
5048         (mm-find-mime-charset-region): Use it.
5049
5050 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
5051
5052         * gnus.el (gnus-summary-line-format): Added :link.
5053         * gnus-topic.el (gnus-topic-line-format): Ditto.
5054         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
5055         * gnus-srvr.el (gnus-server-line-format): Ditto.
5056         * gnus-group.el (gnus-group-line-format): Ditto.
5057
5058         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
5059         :keys, it works on both Emacsen.
5060
5061 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5062
5063         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
5064
5065 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5066
5067         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
5068
5069 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
5070
5071         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
5072         very wide reply.
5073
5074 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5075
5076         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
5077         (gnus-picon-cache): New variable.
5078         (gnus-picon-transform-newsgroups): Cache stuff.
5079
5080         * gnus-art.el (gnus-article-reply-with-original): New command.
5081         (gnus-article-followup-with-original): New command.
5082
5083         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
5084         END parameters.
5085         (gnus-summary-followup): Take a list of list of articles.
5086         (gnus-inews-yank-articles): Allow lists of article/regions.
5087
5088         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
5089         longer the usual commands.
5090
5091         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
5092         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
5093         shell-command-on-region.
5094
5095 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5096
5097         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
5098           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
5099
5100 2002-01-03  Steve Youngs  <youngs@xemacs.org>
5101
5102         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
5103         understand ':keys', wrap it in an featurep 'xemacs.
5104
5105 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5106
5107         * gnus-ems.el (gnus-article-display-xface): Show xface in the
5108         order of headers (Actually, it is called in a reversed order). Add
5109         'gnus-image-text-deletable property.
5110         (gnus-remove-image): Remove text with such a property.
5111
5112         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
5113         gnus-put-image.
5114
5115         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
5116         with ", "
5117
5118 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5119
5120         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
5121
5122         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
5123         (article-display-x-face): Display grey X-Faces.
5124
5125         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
5126         (gnus-convert-gray-x-face-to-ppm): Ditto.
5127         (gnus-convert-image-to-gray-x-face): Ditto.
5128
5129         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
5130         gnus-summary-show-raw-article.
5131
5132 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5133
5134         Display picons in XEmacs without showing text.
5135
5136         * gnus-xmas.el (gnus-xmas-create-image): Don't use
5137         mm-create-image-xemacs to create xbm glyph, because it deletes
5138         temporary files.
5139         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
5140         (gnus-xmas-remove-image): Make text visible, remove glyph.
5141
5142         * gnus-picon.el (gnus-picon-transform-newsgroups)
5143         (gnus-picon-transform-address): Insert spec backward, due to the
5144         incompatibility of gnus-xmas-put-image.
5145
5146 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5147
5148         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
5149
5150 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5151
5152         * gnus.el: Doc fix.
5153
5154         * gnus-art.el: Doc fix.
5155
5156         * gnus-agent.el: Doc fix.
5157
5158 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5159
5160         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
5161
5162 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
5163
5164         * nnmaildir.el (nnmaildir--update-nov): automatically parse
5165         NOV data out of the message again if nnmail-extra-headers has
5166         changed.
5167
5168 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5169
5170         * gnus-fun.el: New file.
5171         (gnus-convert-image-to-x-face-command): New variable.
5172         (gnus-insert-x-face): New function.
5173         (gnus-random-x-face): Renamed.
5174         (gnus-x-face-from-file): Renamed.
5175
5176         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
5177         "_".
5178         (gnus-body-boundary-delimiter): Typo fix.
5179
5180 2002-01-02  Simon Josefsson  <jas@extundo.com>
5181
5182         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
5183         (gnus-body-boundary-delimiter): Fix type.
5184
5185 2002-01-01  Simon Josefsson  <jas@extundo.com>
5186
5187         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
5188         (gnus-treat-emphasize, gnus-treat-strip-cr)
5189         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
5190         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
5191         (gnus-treat-fill-article, gnus-treat-hide-citation)
5192         (gnus-treat-hide-citation-maybe)
5193         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
5194         (gnus-treat-strip-pem, gnus-treat-strip-banner)
5195         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
5196         (gnus-treat-date-ut, gnus-treat-date-local)
5197         (gnus-treat-date-english, gnus-treat-date-lapsed)
5198         (gnus-treat-date-original, gnus-treat-date-iso8601)
5199         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
5200         (gnus-treat-strip-trailing-blank-lines)
5201         (gnus-treat-strip-leading-blank-lines)
5202         (gnus-treat-strip-multiple-blank-lines)
5203         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
5204         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
5205         (gnus-treat-display-xface, gnus-treat-display-smileys)
5206         (gnus-treat-from-picon, gnus-treat-mail-picon)
5207         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
5208         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
5209         (gnus-treat-play-sounds, gnus-treat-translate)
5210         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
5211
5212         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
5213         (gnus-article-treat-body-boundary): Use it.
5214
5215         * message.el (message-mode): Fix doc.
5216         (message-mode-menu): Fix names.
5217
5218 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5219
5220         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
5221         articles.
5222
5223         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
5224         (gnus-picon-transform-address): Search for unknown faces as well.
5225         (gnus-picon-find-face): Don't search "news" for MISC.
5226         (gnus-picon-user-directories): Changed default back to exclude
5227         "unknown".
5228
5229         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
5230
5231         * gnus-picon.el (gnus-picon-find-face): Search through all
5232         databases.
5233         (gnus-picon-find-face): New implementation.
5234
5235         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
5236         keystroke.
5237         (gnus-topic-goto-next-topic): Ditto.
5238
5239         * gnus.el (gnus-summary-line-format): Changed default.
5240
5241         * nnmail.el (nnmail-extra-headers): Change default.
5242
5243         * gnus-sum.el (gnus-extra-headers): Change default.
5244
5245         * message.el (message-news-other-window): Changed "news" to
5246         "posting".
5247         (message-news-other-frame): Ditto.
5248         (message-do-send-housekeeping): Ditto.
5249
5250         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
5251         function.
5252         (gnus-article-unread-p): New function.
5253         (gnus-article-unseen-p): New function.
5254         (gnus-dead-summary-mode-map): Typo.
5255
5256         * gnus-util.el (gnus-make-predicate): New function.
5257         (gnus-make-predicate-1): New function.
5258
5259         * gnus-sum.el: New function.
5260         (gnus-map-articles): New function.
5261
5262         * gnus-art.el (gnus-treat-fold-headers): New variable.
5263         (gnus-article-treat-fold-headers): New command and keystroke.
5264
5265         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
5266         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
5267
5268 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5269
5270         * message.el (message-fcc-externalize-attachments): New variable.
5271         (message-do-fcc): Use it.
5272
5273         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
5274         (gnus-inews-do-gcc): Use it.
5275
5276         * mml.el (mml-tweak-sexp-alist): New variable.
5277         (mml-externalize-attachments): New variable.
5278         (mml-tweak-part): Use mml-tweak-sexp-alist.
5279         (mml-tweak-externalize-attachments): New function.
5280
5281 2002-01-01  Steve Youngs  <youngs@xemacs.org>
5282
5283         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
5284         'set-glyph-face' so x-face back/foreground can be set.
5285
5286 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
5287
5288         * message.el (message-fix-before-sending): Fix a typo.
5289
5290 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5291
5292         * gnus-art.el (gnus-treat-smiley): Renamed command.
5293         (gnus-article-remove-images): New command and keystroke.
5294
5295         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
5296
5297         * smiley-ems.el (gnus-smiley-display): Removed.
5298
5299         * gnus.el (gnus-version-number): Update version.
5300
5301         * message.el (message-text-with-property): Renamed and moved
5302         here.
5303         (message-fix-before-sending): Highlight invisible text and place
5304         point there.
5305
5306 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5307
5308         * gnus.el: Oort Gnus v0.04 is released.
5309
5310 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5311
5312         * gnus-delay.el (gnus-delay-send-queue): Renamed.
5313
5314         * gnus-art.el (gnus-ignored-headers): More headers,
5315
5316         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
5317         of `scan-error', since XEmacs doesn't seem to support that.
5318
5319 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5320
5321         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
5322         arg.
5323         (gnus-summary-best-unread-subject): Ditto.
5324         (gnus-summary-best-unread-subject): No, don't.
5325         (gnus-summary-better-unread-subject): New command.
5326
5327         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
5328
5329         * lpath.el ((featurep 'xemacs)): fbind url function.
5330
5331         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
5332         buffer.
5333         (gnus-xmas-remove-image): Implementation that does something.
5334         (gnus-xmas-article-display-xface): Mark images properly.
5335
5336         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
5337
5338 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
5339
5340         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
5341
5342 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5343
5344         * gnus-group.el (gnus-group-line-format): Added %O to the default
5345         value.
5346
5347         * gnus-util.el (gnus-text-with-property): The smallest point is
5348         point-min.
5349
5350         * smiley-ems.el (smiley-region): Return images.
5351         (gnus-smiley-display): Allow toggling.
5352         (smiley-region): Use text properties, not overlays.
5353
5354         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
5355         implemented yet.
5356
5357         * smiley-ems.el (smiley-update-cache): Check for valid types.
5358
5359         * gnus-art.el (gnus-with-article-buffer): New macro.
5360
5361         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
5362         strings as well as the glyphs.
5363         (gnus-picon-transform-address): Ditto.
5364         (gnus-picon-insert-glyph): Ditto.
5365         (gnus-picon-transform-newsgroups): Toggle.
5366         (gnus-picon-transform-address): Toggle.
5367
5368         * gnus-ems.el (gnus-remove-image): New function.
5369         (gnus-put-image): Take an optional string.
5370
5371         * gnus-util.el (gnus-text-with-property): New function.
5372
5373         * gnus-art.el (gnus-delete-images): New function.
5374
5375         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
5376
5377         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
5378         (gnus-article-wash-status): Use it.
5379         (gnus-signature-toggle): Clean up.
5380         (gnus-add-wash-status): New function.
5381         (gnus-delete-wash-status): New function.
5382         (gnus-article-hide-text-type): Use them throughout.
5383         (gnus-add-image): New function.
5384
5385         * gnus-ems.el (gnus-article-display-xface): Use new interface.
5386
5387         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
5388         interface.
5389
5390         * gnus-art.el (article-display-x-face): Cleaned up.
5391
5392         * rfc2047.el (rfc2047-field-value): New function.
5393
5394         * mail-parse.el (mail-header-field-value): New alias.
5395
5396         * gnus-art.el (gnus-mime-print-part): Fix typos.
5397
5398         * smiley-ems.el (gnus-smiley-file-types): New variable.
5399         (smiley-update-cache): Use it.
5400         (smiley-regexp-alist): Suffix-less smiley names.
5401         (smiley-regexp-alist): Added more smileys.
5402
5403         * gnus-sum.el (gnus-print-buffer): Made into own function.
5404         (gnus-summary-print-article): Use it.
5405
5406         * mailcap.el (mailcap-mime-info): Actually return the bit that we
5407         looked for when REQUEST is a string.
5408
5409         * gnus-art.el (gnus-mime-button-commands): Add printing
5410         keystroke.
5411         (gnus-mime-copy-part): Doc fix.
5412         (gnus-mime-print-part): New command.
5413
5414 2001-12-31  Simon Josefsson  <jas@extundo.com>
5415
5416         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
5417         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
5418
5419 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5420
5421         * gnus-picon.el (gnus-treat-from-picon): Autoload.
5422         (picon): Fix doc.
5423
5424         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
5425         longer exists. Remove those codes.
5426         * gnus.el (gnus-use-picons): Ditto.
5427
5428 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5429
5430         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
5431         infloop.
5432
5433         * gnus-sum.el (t): New `W D' map.
5434
5435         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
5436         (gnus-article-treat-body-boundary): Clean up.
5437         (gnus-body-boundary-face): Removed.
5438         (gnus-article-goto-header): Moved here.
5439         (gnus-article-goto-header): Allow better regexps.
5440         (gnus-article-treat-fold-newsgroups): New command.
5441
5442         * gnus-sum.el (gnus-summary-move-article): We have to select an
5443         article to give `gnus-read-move-group-name' an opportunity to
5444         suggest an appropriate default.
5445
5446         * rfc2047.el (rfc2047-fold-line): New function.
5447         (rfc2047-unfold-line): Ditto.
5448         (rfc2047-fold-region): Don't fold just after the header name.
5449
5450         * mail-parse.el (mail-header-fold-line): New alias.
5451         (mail-header-unfold-line): Ditto.
5452
5453         * gnus-art.el (gnus-body-boundary-face): Renamed.
5454         (gnus-article-treat-body-boundary): Use it.
5455         (gnus-article-treat-body-boundary): Use an invisible header and a
5456         line of underline characters.
5457
5458 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5459
5460         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
5461
5462         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
5463         (gnus-picon-split-address): New function.
5464         (gnus-picon-find-face): Use it.
5465         (gnus-picon-transform-address): Use it. Set first to t for each
5466         address.
5467
5468         * gnus-art.el (gnus-with-article-headers): Move to here. Define
5469         the macro then use it.
5470         (gnus-treatment-function-alist): Treat picons earlier.
5471
5472 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5473
5474         * gnus-art.el (gnus-body-separator-face): New variable.
5475         (gnus-article-treat-body-boundary): Use a blank, colored line.
5476
5477         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
5478         well.
5479
5480         * gnus-art.el (gnus-treat-body-boundary): New variable.
5481         (gnus-article-treat-unfold-headers): Use helper macro.
5482         (gnus-article-treat-body-boundary): New command.
5483
5484         * gnus.el (gnus-logo-color-style): Change the default color.
5485         (gnus-splash-face): Gray, gray.
5486
5487         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
5488         colors.
5489
5490         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
5491         (gnus-logo-color-style): Ditto.
5492         (gnus-logo-colors): Ditto.
5493
5494         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
5495
5496         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
5497
5498         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
5499         (gnus-picon-transform-newsgroups): New function.
5500
5501         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
5502         string.
5503
5504         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
5505
5506         * gnus-art.el (gnus-treat-cc-picon): New variable.
5507         (gnus-treat-mail-picon): Renamed.
5508
5509         * gnus-picon.el: New implementation.
5510         (gnus-picon-find-face): Renamed.
5511         (gnus-treat-from-picon): Use it.
5512         (gnus-picon-transform-address): Renamed.
5513         (gnus-treat-from-picon): Use it.
5514         (gnus-picon-create-glyph): Renamed.
5515         (gnus-picon-transform-address): Use it.
5516         (gnus-treat-cc-picon): New command.
5517
5518         * mm-decode.el (mm-create-image-xemacs): Separated out into
5519         function.
5520         (mm-get-image): Use it.
5521
5522         * gnus-art.el (gnus-treat-display-picons): Simplify.
5523         (gnus-treat-from-picon): Renamed.
5524
5525         * gnus-ems.el (gnus-create-image): New function.
5526         (gnus-put-image): New function.
5527
5528         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
5529         (gnus-with-article-headers): New macro.
5530         (gnus-article-goto-header): New function.
5531
5532         * gnus-xmas.el (gnus-image-type-available-p): New function.
5533
5534         * gnus-ems.el (gnus-image-type-available-p): New function.
5535
5536 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5537
5538         * nnrss.el (nnrss-check-group): Find the correct tag, because
5539         xml.el is changed.
5540
5541 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5542
5543         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
5544         lines are shorter than the window width.
5545         (gnus-ignored-headers): More headers.
5546
5547 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5548
5549         * gnus-art.el (gnus-treat-unfold-lines): New variable.
5550         (gnus-treat-unfold-headers): Renamed.
5551         (gnus-article-treat-unfold-headers): New command and keystroke.
5552
5553         * rfc2047.el (rfc2047-encode-message-header): Clean up.
5554
5555         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
5556
5557 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
5558
5559         * sha1-el.el (sha1-use-external): New variable.
5560         (sha1-region): Use it.
5561         (sha1-string): Ditto.
5562
5563         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
5564         * gnus-picon.el: Less warnings when compile.
5565
5566 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5567
5568         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
5569         alias.
5570         (gnus-picons-database): Default to list.
5571         (gnus-picons-lookup-internal): Use it.
5572
5573         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
5574         to "bogus".
5575
5576         * gnus-win.el (gnus-configure-windows-hook): New hook.
5577
5578 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
5579
5580         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
5581
5582 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5583
5584         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
5585         lists.
5586         (gnus-select-newsgroup): Don't append; push.
5587         (gnus-adjust-marked-articles): Remove obsolete ranges from
5588         `seen'.
5589         (gnus-update-marks): Clean up.
5590         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
5591
5592 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
5593
5594         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
5595
5596 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5597
5598         * gnus-sum.el (gnus-auto-select-subject): New variable.
5599         (gnus-summary-best-unread-subject): New function.
5600         (gnus-summary-best-unread-article): Use it.
5601         (gnus-summary-first-unseen-subject): New function and command.
5602
5603         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
5604         other treatments.
5605
5606         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
5607         function.
5608
5609         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
5610         from the list of hidden types.
5611
5612         * mm-view.el (mm-inline-text): Ditto.
5613         (mm-inline-text): Ditto.
5614         (mm-w3-prepare-buffer): Ditto.
5615
5616         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
5617
5618 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5619
5620         * gnus-art.el (gnus-ignored-headers): Added more headers.
5621
5622 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
5623
5624         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
5625         once.
5626
5627 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5628
5629         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
5630
5631 2001-12-28  Simon Josefsson  <jas@extundo.com>
5632
5633         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
5634         Jesper Harder <harder@ifa.au.dk>.
5635
5636 2001-12-27  Simon Josefsson  <jas@extundo.com>
5637
5638         * gnus-sum.el (gnus-select-newsgroup): Make
5639         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
5640         contain all articles (instead of none) when no seen marks have
5641         been set for the group.
5642         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
5643         instead, it seems to result in shorter ranges.
5644
5645 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5646
5647         * mm-util.el (mm-iso-8859-x-to-15-region): Use
5648         insert-before-markers.
5649         From Jesper Harder <harder@ifa.au.dk>
5650
5651 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
5652
5653         * nnmaildir.el (nnmaildir-save-mail): create the destination
5654         groups if they do not exist.
5655
5656 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5657
5658         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
5659
5660 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5661
5662         * gnus-group.el (gnus-group-read-ephemeral-group): Call
5663         gnus-group-real-name.
5664
5665         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
5666         (gnus-newsgroup-variables): Ditto.
5667
5668         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
5669         return it.
5670
5671 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
5672
5673         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
5674         * nnmaildir.el (top-level): Add commentary.
5675         (nnmaildir-version): Indicate that nnmaildir is now a standard
5676         part of Gnus, not separately released.
5677
5678 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5679
5680         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
5681         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
5682         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
5683         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5684
5685 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5686
5687         * nnmaildir.el: Copyright changes. Require cl only at compile time.
5688
5689 2001-12-20  Simon Josefsson  <jas@extundo.com>
5690
5691         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
5692         ZHU <zsh@cs.rochester.edu>.
5693         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
5694         Brian P Templeton <bpt@tunes.org>.
5695
5696 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5697
5698         * nnmaildir.el: New file.
5699         From Paul Jarc <prj@po.cwru.edu>.
5700
5701 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5702
5703         * nndoc.el (nndoc-type-alist): Move forward to the end.
5704
5705 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5706
5707         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
5708         `dolist'.
5709
5710 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5711
5712         * gnus-win.el (gnus-frames-on-display-list): New function.
5713         (gnus-get-buffer-window): Use it.
5714
5715 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5716
5717         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
5718
5719 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5720
5721         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
5722
5723 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5724            From Harald Meland <Harald.Meland@usit.uio.no>
5725
5726         * gnus-win.el (gnus-get-buffer-window): New function.
5727         (gnus-all-windows-visible-p): Use it.
5728
5729         * gnus-util.el (gnus-horizontal-recenter)
5730         (gnus-horizontal-recenter, gnus-horizontal-recenter)
5731         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
5732
5733         * gnus-score.el (gnus-score-insert-help): Use it.
5734
5735         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
5736         (gnus-generate-tree, gnus-highlight-selected-tree)
5737         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
5738         it.
5739
5740         * gnus-art.el (gnus-article-set-window-start)
5741         (gnus-mm-display-part, gnus-request-article-this-buffer)
5742         (gnus-button-next-page, gnus-button-prev-page)
5743         (gnus-article-button-next-page, gnus-article-button-prev-page):
5744         Use it.
5745
5746 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
5747
5748         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
5749         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
5750         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
5751
5752 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5753
5754         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
5755         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
5756         * mml1991.el, nnultimate.el: Add `coding'.
5757
5758 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
5759
5760         * ChangeLog: changed coding to buffer-file-coding-system
5761         * ChangeLog.1: same
5762         * nnwfm.el: same
5763         * gnus-smiley.el: same
5764         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
5765         * gnus-delay.el: same
5766         * gnus-spec.el: same
5767         * message.el: same
5768         * mml1991.el: same
5769         * nnultimate.el: same
5770
5771 2001-12-16  Simon Josefsson  <jas@extundo.com>
5772         Inspired by code by Dirk Meyer <dischi@tzi.de>.
5773
5774         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
5775         (gnus-summary-save-map): Add muttprint.
5776         (gnus-summary-make-menu-bar): Ditto.
5777         (gnus-summary-muttprint): New function.
5778
5779         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
5780
5781 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5782
5783         * uudecode.el (uudecode-decode-region-internal): Speedup by using
5784         temporary list instead of buffer.
5785
5786         * mm-url.el (executable-find): autoload.
5787
5788 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5789
5790         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
5791         to variable, follow doc-string conventions).
5792
5793 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
5794
5795         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
5796         subscribe-level
5797         * gnus-topic.el (gnus-subscribe-topics): use it.
5798
5799 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5800
5801         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
5802         messages. (A small patch with indentation)
5803         From Sean Neakums <sneakums@zork.net>.
5804
5805         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
5806         nil after shooting down the gnus-original-article-buffer.
5807
5808 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5809
5810         * uudecode.el (uudecode-use-external): New variable.
5811         (uudecode-decode-region): Automatically detect external program.
5812
5813         * binhex.el (binhex-use-external): New variable.
5814         (binhex-decode-region-internal): New function.
5815         (binhex-decode-region): Automatically detect external program.
5816
5817         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
5818         Use them.
5819
5820 2001-12-12  Simon Josefsson  <jas@extundo.com>
5821
5822         * nnvirtual.el (nnvirtual-always-rescan)
5823         (nnvirtual-component-regexp): Fix doc.
5824
5825         * nnoo.el (defvoo): Add doc to defvoo variables.
5826
5827         * nnml.el (nnml-directory, nnml-active-file)
5828         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
5829         (nnml-marks-is-evil, nnml-filenames-are-evil)
5830         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
5831
5832         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
5833         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
5834         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
5835         `error'.
5836
5837         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
5838         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
5839
5840         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
5841         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
5842         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
5843         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
5844
5845         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
5846         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
5847
5848         * imap.el, nnimap.el: Fix indentation.
5849
5850         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
5851
5852 2001-12-12  Didier Verna  <didier@xemacs.org>
5853
5854         * gnus-msg.el (gnus-group-news): New function.
5855         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
5856         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
5857         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
5858         for it.
5859         * gnus-msg.el (gnus-summary-news-other-window): New function.
5860         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
5861         bind it to `i'.
5862         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
5863         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
5864         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
5865         for it (called with a prefix).
5866         * gnus-msg.el (gnus-configure-posting-styles): add an optional
5867         group-name argument.
5868         * gnus-msg.el (gnus-setup-message): use it.
5869
5870 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5871
5872         * gnus-sum.el (gnus-summary-show-article): Fix doc.
5873
5874 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5875
5876         * mml.el (mime-to-mml): Remove Content-Disposition too.
5877
5878 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5879
5880         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
5881         * gnus-group.el (gnus-group-name-decode): Decode unibyte
5882         strings only.
5883         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
5884
5885 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
5886
5887         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
5888         (nnmail-fancy-expiry-target): Use it.
5889         Suggestions from Simon Josefsson <jas@extundo.com>.
5890
5891 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5892
5893         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
5894
5895 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5896
5897         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
5898
5899         * gnus-util.el (gnus-url-unhex-string): Move here.
5900
5901 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5902
5903         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
5904         mm-url-decode-entities-nbsp.
5905
5906         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
5907         * webmail.el, nnwfm.el: Use mm-url.
5908
5909         * mm-url.el (mm-url-fetch-form): Move from nnweb.
5910         (mm-url-remove-markup): Move from nnweb.
5911         (mm-url-fetch-simple): Move from webmail.
5912
5913         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
5914
5915 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5916
5917         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
5918         (gnus-summary-print-article): Use it.
5919
5920         * gnus-util.el (gnus-replace-in-string): Typo.
5921
5922 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5923
5924         * nnweb.el (nnweb-replace-in-string): Removed.
5925
5926         * gnus-util.el (gnus-replace-in-string): New function.
5927         (gnus-mode-string-quote): Use it.
5928
5929         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
5930         * nnwfm.el (nnwfm-create-mapping): Ditto.
5931
5932 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5933
5934         * dgnushack.el (dgnushack-compile): nnrss.el and
5935         nnslashdot.el don't depend on nnweb, url, w3.
5936
5937         * nnrss.el: Use mm-url.
5938
5939 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5940
5941         * mm-url.el (mm-url-insert-file-contents): Support file:.
5942
5943 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5944
5945         * mm-view.el: Lower case for the description line. Sync from the
5946         Emacs CVS.
5947
5948 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5949
5950         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
5951         From:  Stefan Monnier  <monnier@cs.yale.edu>
5952
5953 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5954
5955         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
5956
5957 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5958
5959         * mm-url.el: Require executable.
5960         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
5961
5962 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5963
5964         * pop3.el (pop3-munge-message-separator): Only use valid date.
5965         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
5966
5967         * Makefile.in: gnus-load.elc may not be generated.
5968
5969 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5970
5971         * mm-url.el: New file.
5972         * nnslashdot.el: Use it.
5973         * mm-extern.el (mm-extern-url): Use it.
5974
5975 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5976
5977         * gnus-sum.el (gnus-summary-save-article): Nix
5978         gnus-display-mime-function and gnus-article-prepare-hook.
5979
5980         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
5981         the beginning of lines.
5982         (gnus-complex-form-to-spec): Ditto.
5983
5984 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5985
5986         * message.el (message-make-mft): Fix the m-s-a-file regexp.
5987         From Paul Jarc <prj@po.cwru.edu>.
5988
5989 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5990
5991         * message.el: New variable message-subscribed-address-file;
5992         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
5993
5994 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5995
5996         * message.el (message-tab-body-function): Set to nil.
5997         (message-tab): Use text-mode-map or global-map.
5998         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
5999
6000 2001-11-30  Simon Josefsson  <jas@extundo.com>
6001
6002         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
6003         instead of gnus-union, for speed.  Suggested by Christoph Conrad
6004         <christoph.conrad@gmx.de>.
6005         (gnus-agent-fetch-group-1): Add verbose message.
6006
6007 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6008
6009         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
6010         of integers.
6011
6012 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6013
6014         * message.el (message-newgroups-header-regexp)
6015         (message-completion-alist, message-tab-body-function): Use
6016         defcustom rather than defvar.
6017         (message-tab): Mention `message-tab-body-function' in doc.
6018         Suggested by Karl Eichwalder.
6019
6020 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6021
6022         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
6023
6024 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6025
6026         * nnheader.el (nnheader-find-nov-line): Don't use macro
6027         gnus-delete-line.
6028
6029         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
6030         (gnus-group-name-charset): Ditto.
6031
6032         * gnus-util.el (gnus-buffer-live-p): Ditto.
6033
6034 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6035
6036         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
6037         open parenthesis in doc.
6038         (sieve-manage-authenticator-alist): Typo in doc.
6039         * imap.el (imap-authenticator-alist): Typo in doc.
6040         (imap-stream-alist): Backslash.
6041
6042         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
6043           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
6044
6045 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6046
6047         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
6048
6049         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
6050
6051         * gnus-msg.el (gnus-configure-posting-styles): use
6052         make-local-hook. Add LOCAL for add-hook.
6053
6054 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
6055
6056         * message.el (message-mode): Use `make-local-hook' unless
6057         obsolete.
6058         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
6059
6060 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6061
6062         * canlock.el: Remove sha1.el and base64.el stuff.
6063
6064 2001-11-26  Didier Verna  <didier@xemacs.org>
6065
6066         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
6067         if needed.
6068
6069 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6070
6071         * message.el (message-tamago-not-in-use-p): New function.
6072         (message-strip-forbidden-properties): Use it.
6073
6074 2001-11-26  Didier Verna  <didier@xemacs.org>
6075
6076         * gnus-start.el (gnus-check-first-time-used): only check for
6077         existence of .el[d] files.
6078
6079 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6080
6081         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
6082
6083         * message.el (message-setup-1): Clean up mc-*.
6084
6085 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6086
6087         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
6088         * gnus-score.el (gnus-score-find-bnews): Use it.
6089
6090         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
6091         (gnus-summary-limit-to-author): Ditto.
6092         (gnus-summary-limit-to-extra): Ditto.
6093         (gnus-summary-find-matching): Support not-matching argument.
6094
6095 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6096
6097         * message.el (message-wash-subject): Use `insert' rather than
6098         `insert-string', which is deprecated.
6099
6100 2001-11-24  Simon Josefsson  <jas@extundo.com>
6101
6102         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
6103         message. (Gnus does not "default" to using 8bit for the message,
6104         it default to use 8bit encoding and the user-supplied CTE
6105         value. Calling this behaviour "treating it as 8bit" is perhaps
6106         better.)
6107
6108         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
6109         (compare mm-charset-to-coding-system).
6110
6111 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6112
6113         * canlock.el (canlock-sha1-with-openssl): Use unibyte
6114         buffer. Correctly decode hex.
6115
6116 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6117
6118         * gnus-agent.el (gnus-category-insert-line): Convert category
6119         names to strings.
6120
6121 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6122
6123         * message.el (sha1): eval-and-compile.
6124
6125 2001-11-20  Simon Josefsson  <jas@extundo.com>
6126
6127         * message.el (message-allow-no-recipients): New variable.
6128         (message-send): Use it, customize the prompting when posting to
6129         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
6130
6131 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6132
6133         * mm-util.el (mm-coding-system-priorities): New variable.
6134         (mm-sort-coding-systems-predicate): New function.
6135         (mm-find-mime-charset-region): Resort coding systems if needed.
6136         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
6137
6138 2001-11-20  Didier Verna  <didier@xemacs.org>
6139
6140         * gnus-group.el (gnus-group-make-help-group): new optional
6141         argument to control the error behavior.
6142         * gnus-start.el (gnus-check-first-time-used): use it to avoid
6143         erroring.
6144
6145 2001-11-19  Simon Josefsson  <jas@extundo.com>
6146
6147         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
6148         instead of C-c C-u.  Suggested by Per Abrahamsen
6149         <abraham@dina.kvl.dk>.
6150
6151 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6152
6153         * nnfolder.el (nnfolder-read-folder): Use group instead of
6154         nnfolder-current-group.
6155         Suggested by Lorentey Karoly <lorentey@elte.hu>.
6156
6157 2001-11-17  Simon Josefsson  <jas@extundo.com>
6158
6159         * message.el (message-send): Ask user if Fcc/Gcc should be
6160         performed when no other sender was specified.
6161         Suggested by prj@po.cwru.edu (Paul Jarc).
6162
6163 2001-11-17  Simon Josefsson  <jas@extundo.com>
6164
6165         * message.el (message-mode, message-mode-map): Use C-c C-u for
6166         Importance: instead of C-c C-p (used by SC).
6167
6168 2001-11-16  Simon Josefsson  <jas@extundo.com>
6169
6170         * message.el (message-insert-importance-high)
6171         (message-insert-importance-low): Save point.
6172
6173         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
6174         value.
6175
6176 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
6177
6178         * message.el (message-strip-special-text-properties): New option.
6179         (message-strip-forbidden-properties): Obey it.
6180
6181 2001-11-14  Sam Steingold  <sds@gnu.org>
6182
6183         * gnus-score.el: Fixed some doc strings to properly quote symbols.
6184
6185 2001-11-15  Simon Josefsson  <jas@extundo.com>
6186
6187         Support "Importance:" header in Message.
6188
6189         * message.el (message-mode-map): Bind C-c C-p to
6190         `message-insert-or-toggle-importance'
6191         (message-mode-menu): Add message-insert-importance-{high,low}.
6192         (message-insert-importance-high, message-insert-importance-low)
6193         (message-insert-or-toggle-importance): New functions.
6194         (message-tool-bar-map): Add {un,}important.
6195         (message-mode): Doc fix.
6196
6197 2001-11-15  Simon Josefsson  <jas@extundo.com>
6198
6199         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
6200
6201         * mml.el (mml-menu): Fix toolbar tooltip.
6202
6203 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6204
6205         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
6206         * nnml.el (nnml-save-marks): Ditto.
6207
6208         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
6209
6210 2001-11-15  Simon Josefsson  <jas@extundo.com>
6211
6212         * nnml.el (nnml-save-marks):
6213         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
6214         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
6215
6216 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
6217
6218         * gnus-art.el (gnus-article-wash-status-strings): Use
6219         `copy-sequence', not `copy-seq'.
6220
6221 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
6222
6223         * gnus-art.el (gnus-article-wash-status-strings): New constant.
6224         (gnus-gnus-article-wash-status-entry): New function.
6225         (gnus-article-wash-status): Use it.
6226
6227 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6228
6229         * mml1991.el: Add coding header.
6230
6231 2001-11-12  Simon Josefsson  <jas@extundo.com>
6232
6233         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
6234         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
6235         `mml1991-sign' and `mml1991-encrypt'.
6236         (mml1991-encrypt, mml1991-sign): New glue functions.
6237         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
6238
6239         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
6240         (mml-menu): Add PGP to menu.
6241
6242         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
6243         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
6244         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
6245         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
6246
6247         * mml2015.el: Mention RFC 3156.
6248
6249         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
6250
6251 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6252
6253         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
6254
6255         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
6256           From <Michael.Cook@cisco.com>
6257
6258 2001-11-11  Simon Josefsson  <jas@extundo.com>
6259
6260         * message.el (top-level): Autoload sha1.
6261         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
6262         canlock, no need to require two different hash algs).  Suggested
6263         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
6264
6265 2001-11-09  Simon Josefsson  <jas@extundo.com>
6266
6267         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
6268         <Pavel@Janik.cz>.
6269
6270 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6271
6272         * message.el (message-point-in-header-p): New function.
6273         (message-do-auto-fill): Use it.
6274         (message-beginning-of-line): New function.  Goes to beginning of
6275         header value (i.e., end of header name), or to beginning of line
6276         if already at beginning of value.  Behaves like
6277         `beginning-of-line' when in message body.
6278         (message-mode-map): Bind it.
6279
6280 2001-11-08  Simon Josefsson  <jas@extundo.com>
6281
6282         * gnus-msg.el (gnus-posting-styles): Add doc.
6283
6284 2001-11-07  Simon Josefsson  <jas@extundo.com>
6285
6286         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
6287
6288         * sieve-mode.el (sieve-control-commands-face)
6289         (sieve-control-commands-face, sieve-action-commands-face)
6290         (sieve-test-commands-face, sieve-tagged-arguments-face): New
6291         faces.
6292         (sieve-font-lock-keywords): Use them.
6293         (sieve-mode): Only set font-lock-defaults in emacs.
6294
6295         * gnus-art.el (gnus-default-article-saver): Add
6296         gnus-summary-save-body-in-file.
6297         (gnus-summary-write-to-file): Fix doc.
6298
6299 2001-11-07  Simon Josefsson  <jas@extundo.com>
6300
6301         * gnus-art.el (gnus-treat-highlight-signature): Add cross
6302         reference to the correct chapter in the manual.
6303
6304         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
6305         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
6306
6307 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6308
6309         * mml.el (mml-preview): Bind mail-header-separator.
6310
6311 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6312
6313         * message.el: Always require canlock.
6314         (message-ignored-supersedes-headers): Include Cancel-Lock and
6315         Cancel-Key.
6316         (message-insert-canlock): Don't require canlock.
6317         (message-cancel-news): Don't check whether canlock is available.
6318         (message-supersede): Support cancel-locks.
6319
6320         * gnus-art.el: Don't autoload canlock.
6321
6322 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6323
6324         * mail-source.el (mail-source-fetch-imap): ASYNC param.
6325         From: <andre@slamdunknetworks.com>
6326
6327 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6328
6329         * many files: Fix copyright lines.
6330
6331 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6332
6333         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
6334         Suggested by Dave Love  <fx@gnu.org>.
6335
6336 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6337
6338         * message.el (message-kill-buffer): Remove auto-save file after
6339         confirm.
6340
6341         * message.el (message-send-mail): Call message-generate-headers
6342         once.  Suggested by Matt Armstrong <matt@lickey.com>.
6343
6344         * gnus-topic.el (gnus-topic-rename): Initial-input.
6345         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
6346
6347 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
6348
6349         * message.el (message-forbidden-properties): New constant.
6350         (message-strip-forbidden-properties): New function.
6351         (message-mode): Activate it.
6352
6353 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6354
6355         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
6356         (mm-hack-charsets): Fix doc.
6357
6358 2001-11-02  Simon Josefsson  <jas@extundo.com>
6359
6360         * gnus-int.el (gnus-check-server): Message "...done" when done.
6361
6362         * imap.el (imap-close): Don't message (imap-send-command-wait
6363         returns if the connection is dropped).
6364         (imap-wait-for-tag): Nix out message only when necessary.
6365
6366         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
6367         for non-crossposting.
6368         (gnus-sieve-crosspost): Default to t to be consistent with other
6369         parts of Gnus.
6370
6371 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6372
6373         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
6374         (mm-iso-8859-x-to-15-table): Ditto.
6375         (mm-iso-8859-x-to-15-region): Ditto.
6376         (mm-find-mime-charset-region): Ditto.
6377
6378 2001-11-01  Simon Josefsson  <jas@extundo.com>
6379
6380         * nnimap.el (nnimap-close-asynchronous): New variable.
6381         (nnimap-close-group): Use it.
6382         (nnimap-expunge): Don't use it.
6383
6384         * imap.el (imap-callbacks): New variable.
6385         (imap-remassoc): Copied from `gnus-remassoc'.
6386         (imap-add-callback): New function.
6387         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
6388         behaviour.
6389         (imap-parse-response): Call the callback.
6390
6391         * message.el (message-insert-canlock): New variable.
6392         (message-canlock-generate, message-canlock-password)
6393         (message-insert-canlock): New functions.
6394         (message-send-news): Call `message-insert-canlock'.
6395         (top-level): Require canlock when compiling.
6396         (message-insert-canlock): Require canlock before we need it.
6397
6398 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6399
6400         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
6401
6402 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6403
6404         * dgnushack.el (dgnushack-make-load): A workaround for
6405         custom-add-loads bug in some versions of XEmacs.
6406
6407 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6408
6409         * mm-util.el (mm-charset-synonym-alist): Revert (some).
6410
6411 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6412
6413         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
6414         (mm-hack-charsets): New variable.
6415         (mm-iso-8859-15-compatible): New variable.
6416         (mm-iso-8859-x-to-15-table): New variable.
6417         (mm-find-mime-charset-region): Add parameter hack-charsets.
6418
6419         * mm-bodies.el (mm-encode-body): Use it.
6420         * mml.el (mml-parse-1): Ditto.
6421
6422 2001-11-01  Simon Josefsson  <jas@extundo.com>
6423
6424         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
6425
6426 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6427
6428         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
6429         is nil.
6430
6431 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6432
6433         * smiley-ems.el (smiley-update-cache): Auto detect file type.
6434
6435         * message.el (message-forward-rmail-make-body): Use
6436         save-window-excursion.
6437         (message-encode-message-body): Search with noerror.
6438         (message-setup-1): Convert compose-mail send-actions to
6439         message-send-actions.
6440
6441 2001-11-01  Simon Josefsson  <jas@extundo.com>
6442
6443         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
6444         <yamaoka@jpl.org>.
6445
6446 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6447
6448         * sieve-manage.el (sieve-string-bytes): No complain.
6449
6450 2001-11-01  Simon Josefsson  <jas@extundo.com>
6451
6452         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
6453         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
6454         has autoload cookies, so no `require' should be necessary.)
6455
6456         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
6457         files.
6458
6459 2001-10-31  Simon Josefsson  <jas@extundo.com>
6460
6461         * gnus-cus.el (gnus-group-parameters): Support integer `display'
6462         parameter.
6463
6464         * gnus-sum.el (gnus-select-newsgroup): If group parameter
6465         `display' is a number (and C-u wasn't used to enter group), only
6466         fetch that number of articles.
6467
6468 2001-10-31  Matt Armstrong  <matt@lickey.com>
6469
6470         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
6471         not-subscribed -> subscribed.
6472
6473 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6474         From: Josh Huber <huber@alum.wpi.edu>
6475
6476         * message.el (message-subscribed-address-functions): New variable.
6477         (message-subscribed-addresses): New variable.
6478         (message-subscribed-regexps): New variable.
6479         (message-goto-mail-followup-to): New function.
6480         (message-send-mail): Add Mail-Followup-To.
6481         (message-make-mft): New function.
6482
6483         * gnus.el (gnus-find-subscribed-addresses): New function.
6484
6485 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6486
6487         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
6488         (mail-source-fetch-pop): Ditto.
6489         (mail-source-check-pop): Ditto.
6490
6491         * gnus-start.el (gnus-read-init-file): Ditto.
6492         (gnus-activate-group): Ditto.
6493         (gnus-read-newsrc-el-file): Ditto.
6494
6495 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6496
6497         * message.el (message-get-reply-headers): Make sure there is ", ".
6498
6499         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
6500         mm-coding-system-p. Don't correct it only in XEmacs.
6501         (mm-charset-to-coding-system): Use mm-coding-system-p and
6502         mm-get-coding-system-list.
6503         (mm-emacs-mule, mm-mule4-p): New variables.
6504         (mm-enable-multibyte, mm-disable-multibyte,
6505         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
6506         mm-with-unibyte-current-buffer,
6507         mm-with-unibyte-current-buffer-mule4): Use them.
6508         (mm-find-mime-charset-region): Treat iso-2022-jp.
6509
6510         From  Dave Love  <fx@gnu.org>:
6511
6512         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
6513         construction.
6514         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
6515         entries conditional on not having a coding system defined for
6516         them.
6517         (mm-mule-charset-to-mime-charset): Use
6518         find-coding-systems-for-charsets if defined.
6519         (mm-charset-to-coding-system): Don't use
6520         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
6521         later.  Add last resort search of coding systems.
6522         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
6523         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
6524         Mule 4.
6525         (mm-find-mime-charset-region): Re-write.
6526         (mm-with-unibyte-current-buffer): Restore buffer as well as
6527         multibyteness.
6528
6529 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6530
6531         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
6532         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
6533         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
6534
6535 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6536
6537         * gnus-art.el (article-display-x-face): Nix buffer-read-only
6538         again.
6539
6540         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
6541
6542 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6543
6544         * gnus-spec.el (gnus-parse-simple-format): Use
6545           buffer-substring-no-properties.
6546
6547 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6548
6549         * gnus-art.el (article-verify-cancel-lock): New function.
6550
6551         * nnheader.el (nntp-process-response): New variable.
6552         (nnheader-init-server-buffer): Make `nntp-process-response'
6553         buffer-local in `nntp-server-buffer'.
6554
6555         * nntp.el (nntp-prepare-post-hook): New hook.
6556         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
6557         (nntp-async-trigger): Ditto.
6558         (nntp-request-post): Insert a server's ID if there's no Message-ID
6559         header; run `nntp-prepare-post-hook'.
6560
6561 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6562
6563         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
6564         instead.
6565
6566         * message.el (message-forward-subject-author-subject): Don't use
6567         message-news-p, which widens the buffer.
6568         (message-forward-make-body): New function.
6569         (message-forward): Use it.
6570         (message-insinuate-rmail): New function.
6571         (message-forward-rmail-make-body): New function.
6572
6573 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6574
6575         * mm-extern.el (mm-extern): Provide it.
6576
6577         * mm-partial.el (mm-partial): Provide it.
6578
6579 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6580
6581         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
6582
6583 2001-10-29  Simon Josefsson  <jas@extundo.com>
6584
6585         * mml.el (mml-preview): Bind message-this-is-news if it is
6586         news. From Jesper Harder <harder@myrealbox.com>.
6587
6588 2001-10-28  Simon Josefsson  <jas@extundo.com>
6589
6590         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
6591
6592 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
6593
6594         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
6595         ironic smilies.
6596
6597 2001-10-27  Simon Josefsson  <jas@extundo.com>
6598
6599         * message.el (message-indent-citation): Don't add trailing
6600         whitespace when citing text.
6601
6602         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
6603         <harder@ifa.au.dk>.
6604
6605 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6606
6607         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
6608         not available.
6609         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
6610         (nnweb-type-definition): Add google as alias of dejanews.
6611         (nnweb-google-parse-1): Forward 1 line.
6612
6613 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6614
6615         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
6616         variable `message-forward-ignored-headers'.
6617
6618 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
6619
6620         * gnus.el (gnus-expand-group-parameter): New function.
6621         (gnus-expand-group-parameters): Call it.
6622         (gnus-group-fast-parameter): New function.
6623         (gnus-group-find-parameter): Call it.
6624
6625 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
6626
6627         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
6628         vector (it didn't before because of a bug).
6629         * gnus-msg.el (gnus-post-news): Use header vector directly, if
6630         available.  Before it converted it to an article number.
6631
6632         This makes followup to news articles with negative numbers in
6633         nnvirtual groups use news instead of mail.
6634
6635 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
6636
6637         * gnus.el (post-method): Use `native' instead of `nil'.
6638
6639         * gnus-msg.el (gnus-post-method): Ditto.
6640
6641 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
6642
6643         * gnus.el (gnus-define-group-parameter): Grammar fix.
6644
6645 2001-10-22  Simon Josefsson  <jas@extundo.com>
6646
6647         * gnus-msg.el (gnus-extended-version): Include
6648         system-configuration.
6649         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
6650
6651 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
6652
6653         * gnus.el (post-method): Customization fix: `native' is not a
6654         valid value.
6655         * gnus-msg.el (gnus-post-method): Doc and customization fix:
6656         `native' is not a valid value.
6657
6658 2001-10-21  Simon Josefsson  <jas@extundo.com>
6659
6660         * nnimap.el (nnimap): Defgroup
6661         (nnimap-strict-function, nnimap-strict-function-match): New
6662         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
6663         (nnimap-split-crosspost, nnimap-split-inbox)
6664         (nnimap-split-rule, nnimap-split-predicate)
6665         (nnimap-split-predicate): Defcustom.
6666         (nnimap-split-inbox, nnimap-expunge-search-string)
6667         (nnimap-importantize-dormant): Remove "*" from doc.
6668
6669 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6670
6671         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
6672         not supplied via prefix arg.  From Lisp, make arg mandatory.
6673         Suggested by Frank Schmitt.
6674
6675 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
6676
6677         * message.el (message-do-auto-fill): Avoid calling
6678         'rfc822-goto-eoh'.
6679
6680 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6681         From Paul Jarc <prj@po.cwru.edu>.
6682
6683         * message.el (message-get-reply-headers): Restructure the logic
6684         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
6685
6686 2001-10-20  Simon Josefsson  <jas@extundo.com>
6687
6688         * message.el (message-cancel-news): Support cancel-locks.
6689         Suggested by Per Abrahamsson.
6690
6691         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
6692         conses.  From David Z Maze <dmaze@MIT.EDU>.
6693
6694         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
6695
6696 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
6697
6698         * mm-decode.el (mm-default-directory): Fix customize type.
6699
6700         * message.el (message-setup-fill-variables): Kludge to use
6701         normal-auto-fill-function even if auto fill is already activated.
6702
6703 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
6704
6705         * message.el (message-do-auto-fill): New version that does not
6706         rely on text properties, by Simon Josefsson <jas@extundo.com>.
6707         (message-setup-1): Removed the `message-field' property.
6708
6709         * gnus-draft.el (gnus-draft-edit-message): Removed the
6710         `message-field' property.
6711
6712 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
6713
6714         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
6715         `message-field'.  The `field' property has a special significance in
6716         Emacs 21.
6717
6718         * message.el (message-send, message-setup-1): Ditto.
6719
6720 2001-10-18  Simon Josefsson  <jas@extundo.com>
6721
6722         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
6723         when undoing.
6724
6725 2001-10-18  Simon Josefsson  <jas@extundo.com>
6726         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
6727
6728         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
6729         (gnus-summary-make-menu-bar): Ditto.
6730
6731 2001-10-17  Simon Josefsson  <jas@extundo.com>
6732
6733         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
6734         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
6735
6736 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6737
6738         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
6739         * gnus-util.el (gnus-user-date): New function.
6740         From Frank Schmitt <usenet@Frank-Schmitt.net>.
6741
6742 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
6743
6744         * message.el (message-check-news-header-syntax): Special case
6745         nnvirtual groups.
6746
6747         * gnus-sum.el (gnus-summary-respool-default-method): Changed
6748         customize type to `symbol'.
6749
6750 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6751
6752         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
6753         %&foo;.
6754         (gnus-parse-simple-format): Support user extended spec too.
6755         %u&foo; invokes gnus-user-format-function-foo.
6756
6757 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6758
6759         * nnml.el (nnml-request-expire-articles): Make sure it is back to
6760         the server.
6761         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
6762         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6763         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
6764         * nndiary.el (nndiary-request-expire-articles): Ditto.
6765         (nndiary-schedule): Defsubst it before use it.
6766         (nndiary-error): eval-and-compile.
6767
6768 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
6769
6770         * gnus-msg.el (gnus-post-method): Changed two instances of
6771         `active' to `current' and one `null' to `not'.
6772
6773 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6774         From Katsumi Yamaoka <yamaoka@jpl.org>.
6775
6776         * message.el (message-setup-fill-variables): Use
6777         `normal-auto-fill-function' instead of `auto-fill-function'.
6778
6779 2001-10-16  Simon Josefsson  <jas@extundo.com>
6780
6781         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
6782         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
6783         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
6784
6785 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6786         Patch by Oliver Scholz <oscholz@my.gnus.org>.
6787
6788         * gnus-draft.el (gnus-draft-edit-message): Add text property
6789         `field' with value `header' to message headers.
6790         * message.el (message-setup-1): Really add text property to all of
6791         the header, not just part of it.
6792
6793 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6794
6795         * gnus-group.el (gnus-group-sort-by-server): Use it.
6796
6797         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
6798
6799         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
6800         and keystroke.
6801
6802 2001-10-14  Simon Josefsson  <jas@extundo.com>
6803
6804         * dig.el: Doc fix.
6805
6806         * smime.el: Doc fix.
6807
6808         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
6809         charset magic from message.el.
6810
6811 2001-10-12  Simon Josefsson  <jas@extundo.com>
6812         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
6813
6814         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
6815         'cite from g-a-wash-types.
6816         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
6817         (gnus-article-hide-citation): Fix.
6818
6819         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
6820         character.
6821         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
6822
6823         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
6824         definition.
6825         (gnus-signature-toggle): Toggle `s' mode line character.
6826
6827         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
6828         doing stuff that clears it.
6829
6830 2001-10-12  Simon Josefsson  <jas@extundo.com>
6831
6832         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
6833         From Eric Marsden <emarsden@laas.fr>.
6834
6835 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6836
6837         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
6838         (autoload): Add some autoloads.
6839
6840 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6841         Suggested by Oliver Scholz <epameinondas@gmx.de>.
6842
6843         * message.el (message-do-auto-fill): New function.  Like
6844         `do-auto-fill' but don't fill when in the message header.
6845         (message-setup-1): Put a text property on the message header.
6846         (message-setup-fill-variables): Use `message-do-auto-fill'.
6847
6848 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6849
6850         * message.el (message-send-mail-partially): Insert an empty line
6851         first, because of the change of message-make-lines.
6852
6853 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
6854
6855         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
6856         iso-8859-15, make it an alias for iso-8859-1.
6857
6858 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6859
6860         * message.el (message-send-news): Don't modify the value of
6861         `message-syntax-checks' if it is not a list (possibly it is
6862         `dont-check-for-anything-just-trust-me').
6863
6864 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6865
6866         * gnus-group.el (gnus-group-name-charset-group-alist): Use
6867         `find-coding-system' for XEmacs to check whether the coding-system
6868         `utf-8' is available.
6869
6870 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6871
6872         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
6873
6874 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
6875
6876         * message.el (message-send-news): Oops, missed case with no
6877         "Followup-To" header...
6878
6879 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
6880
6881         * message.el (message-send-news): Allow
6882         `gnus-group-name-charset-group-alist' to affect encoding of the
6883         "Newsgroups" and "Followup-To" headers.
6884
6885 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6886
6887         * Makefile.in (install-el): Depend on gnus-load.el.
6888
6889 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6890
6891         * Makefile.in (install-el): Use -f.
6892         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
6893
6894 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
6895
6896         * message.el (message-send-news): Don't encode Followups-To when
6897         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
6898
6899         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
6900         header.
6901
6902         * gnus-art.el (article-decode-group-name): Also decode
6903         "Followup-To".
6904
6905         * rfc2047.el (rfc2047-encode-message-header): Encode without
6906         asking for null methods.
6907
6908         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
6909         default charset for newsgroup names in accordance with USEFOR.
6910
6911         * gnus-group.el (gnus-group-name-charset-method-alist,
6912         gnus-group-name-charset-group-alist): Removed "*" from doc
6913         strings, "*" should not be used for complex variables.
6914
6915 2001-10-06  Simon Josefsson  <jas@extundo.com>
6916
6917         Support UTF-8 group names better.
6918
6919         * message.el (message-check-news-header-syntax): Encode group
6920         names before comparison.
6921
6922         * gnus-msg.el (gnus-copy-article-buffer): Run all
6923         `gnus-article-decode-hook's except `article-decode-charset'
6924         instead of hardcoding call to one of them.
6925
6926         * gnus-art.el (gnus-article-decode-hook): Add
6927         `article-decode-group-name'.
6928         (article-decode-group-name): New function, use `g-d-n'.
6929
6930         * gnus-group.el (gnus-group-insert-group-line): Decode
6931         gnus-tmp-group using `g-d-n'.
6932
6933         * gnus-util.el (gnus-decode-newsgroups): New function.
6934
6935 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
6936
6937         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
6938         `gnus-group-name-charset-group-alist'.
6939
6940 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6941
6942         * Makefile.in: Install el in install. Add uninstall.
6943
6944 2001-10-05  Simon Josefsson  <jas@extundo.com>
6945
6946         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
6947
6948         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
6949
6950         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
6951         empty folders.
6952
6953         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
6954         limiting if read-all (C-u RET) was used.
6955
6956 2001-10-04  Simon Josefsson  <jas@extundo.com>
6957
6958         * mail-source.el (mail-source-movemail-program): New variable.
6959         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
6960         <thutt@thutt.vmware.com>.
6961
6962 2001-10-03  Simon Josefsson  <jas@extundo.com>
6963
6964         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
6965         (gnus-summary-line-format-alist): Fix param.
6966
6967 2001-10-02  Simon Josefsson  <jas@extundo.com>
6968
6969         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
6970         don't go through `nnimap-request-expire-articles' to delete the
6971         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
6972
6973 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6974
6975         * gnus-agent.el (gnus-agent-write-active): The min in the
6976         agent/active may be larger than that in the server/active.
6977
6978 2001-10-01  Simon Josefsson  <jas@extundo.com>
6979
6980         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
6981         is IMAP4rev1.
6982
6983         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
6984
6985         * nnfolder.el: Ditto.
6986
6987 2001-09-30  Dan Christensen  <jdc@uwo.ca>
6988
6989         * gnus-sum.el (gnus-summary-extract-address-component): New function.
6990         (gnus-summary-from-or-to-or-newsgroups): Optimize.
6991
6992 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6993
6994         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
6995         (message-mode-menu): Menu item for same.
6996
6997         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
6998         delayed articles.
6999
7000         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
7001         nndraft:delayed does not exist.
7002         (gnus-delay-initialize): Don't set up keymap, that's done from
7003         message.el now.
7004         (gnus-delay, gnus-delay-group, gnus-delay-header)
7005         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
7006
7007 2001-09-29  Simon Josefsson  <jas@extundo.com>
7008
7009         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
7010         utf-8, not eight-bit-control.
7011
7012         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
7013         (imap-log, imap-debug): Custom.
7014         (imap-log-buffer, imap-debug-buffer): New constants.
7015         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
7016         (imap-network-open, imap-shell-open, imap-starttls-open)
7017         (imap-send-command-1, imap-send-command, imap-arrival-filter)
7018         (imap-debug): Use imap-*-buffer.
7019
7020         * nndoc.el (nndoc-article-type): Add mailman.
7021         (nndoc-type-alist): Ditto.
7022         (nndoc-mailman-type-p): New function.
7023
7024 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7025
7026         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
7027         gnus-art.el.
7028
7029 2001-09-27  Simon Josefsson  <jas@extundo.com>
7030
7031         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
7032         (gnus-topic-catchup-articles): New function. Suggested by Robin
7033         S. Socha <robin-dated-1001857693.185e29@socha.net>.
7034
7035 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7036         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
7037
7038         * gnus-ems.el (gnus-article-display-xface): Insert xface after
7039         previous ones.
7040
7041 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7042         From Daiki Ueno  <ueno@unixuser.org>
7043
7044         * gnus-sum.el (gnus-summary-show-article): The arglist of
7045         detect-coding-region is incompatible.
7046
7047 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7048         From Katsuhiro Hermit Endo <hermit@koka-in.org>
7049
7050         * gnus-group.el (gnus-group-delete-group): Typo.
7051
7052 2001-09-26  Simon Josefsson  <jas@extundo.com>
7053
7054         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
7055
7056         * nnimap.el (nnimap-expiry-target): Use temp buffer.
7057
7058 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7059
7060         * gnus-cus.el (gnus-group-parameters): Display as sexp.
7061
7062 2001-09-22  Simon Josefsson  <jas@extundo.com>
7063
7064         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
7065
7066         * nnfolder.el (nnfolder-open-marks): Ditto.
7067
7068         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
7069         (gnus-update-marks): Use it.
7070         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
7071         hardcoded list.
7072
7073         * gnus.el (gnus-article-special-mark-lists): Add killed.
7074         (gnus-article-unpropagated-mark-lists): New constant.
7075
7076 2001-09-22  Simon Josefsson  <jas@extundo.com>
7077
7078         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
7079         custom option.
7080
7081 2001-09-23  Simon Josefsson  <jas@extundo.com>
7082
7083         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
7084
7085 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7086
7087         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
7088
7089 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
7090
7091         * gnus-group.el (gnus-group-sort-function): Fix customize type to
7092         accept lists of functions.
7093
7094 2001-09-20  Simon Josefsson  <jas@extundo.com>
7095
7096         * gnus-group.el (gnus-group-catchup): Update expire marks in
7097         backend.  Also, if ALL also set expire marks on tick/dormant.
7098
7099 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7100
7101         * message.el (message-tab-body-function): New variable.
7102         * message.el (message-tab): Use it.
7103
7104 2001-09-19  Sam Steingold  <sds@gnu.org>
7105
7106         * gnus-win.el (gnus-buffer-configuration): Respect
7107         `gnus-bug-create-help-buffer'.
7108
7109 2001-09-18  Simon Josefsson  <jas@extundo.com>
7110
7111         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
7112         (gnus-parse-simple-format): Re-revert.
7113
7114 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
7115         Trivial patch.
7116
7117         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
7118         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
7119
7120 2001-09-18  Simon Josefsson  <jas@extundo.com>
7121
7122         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
7123         signed.
7124         (gnus-parse-simple-format): Don't use it.
7125
7126 2001-09-17  Miles Bader  <miles@gnu.org>
7127
7128         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
7129         error querying a backend abort the whole process.
7130
7131 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7132
7133         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
7134         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
7135
7136 2001-09-17  Didier Verna  <didier@xemacs.org>
7137
7138         * nndiary.el: version 0.2-b14.
7139         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
7140         compatibility problem with XEmacs 21.1.
7141
7142 2001-09-15  Simon Josefsson  <jas@extundo.com>
7143
7144         * gnus-group.el (gnus-group-line-format): Document %c.
7145
7146         * nnml.el (nnml-parse-head): Handle CRLF files.
7147         (nnml-generate-nov-file): Ditto.
7148         (nnml-retrieve-headers): Ditto.
7149
7150 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
7151
7152         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
7153
7154 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
7155
7156         * gnus-spec.el (gnus-correct-substring): Still stopped one
7157         character before we wanted (never included last character).
7158         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
7159         add missing "," (once per function)
7160
7161 2001-09-14  Simon Josefsson  <jas@extundo.com>
7162
7163         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
7164         (otherwise e.g. gnus-agentize in .gnus overrides the customized
7165         default before gnus-group is loaded and the variable set.)
7166
7167         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
7168         killed or unsent marks.
7169
7170         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
7171         isn't an article to set it on (e.g. when you `a' in a group).
7172
7173 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7174
7175         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
7176         can read e-mails from Microsoft Outlook users not using ISO
7177         8859-2 character set.
7178
7179 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7180
7181         * gnus-diary.el: Minor modifications to avoid warnings.
7182         (gnus-summary-misc-menu): defvar.
7183         (gnus-diary-check-message): Use gnus-point-at-eol.
7184         (gnus-diary-kill-entire-line): eval-and-compile.
7185
7186 2001-09-12  Didier Verna  <didier@xemacs.org>
7187
7188         * nndiary.el: new version (0.2-b13).
7189         * nndiary.el (nndiary-mail-sources): doc update.
7190         * nndiary.el (nndiary-split-methods): ditto.
7191         * nndiary.el (nndiary-request-accept-article-hooks): New.
7192         * nndiary.el (nndiary-request-accept-article): use it, check
7193         message validity.
7194         * nndiary.el (nndiary-get-new-mail): changed default to nil.
7195         * nndiary.el (nndiary-schedule): fix bug (misplaced
7196         condition-case): it didn't return nil on error.
7197         * gnus-diary.el: new version.
7198         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
7199         * gnus-diary.el (gnus-diary-header-value-history): New.
7200         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
7201         * gnus-diary.el (gnus-diary-add-header): New.
7202         * gnus-diary.el (gnus-diary-check-message): New.
7203         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
7204         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
7205
7206 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7207
7208         * gnus-sum.el (gnus-select-newsgroup): Make
7209         `gnus-current-select-method' buffer-local.
7210
7211         * gnus-art.el (gnus-request-article-this-buffer): Refer
7212         `gnus-current-select-method' in the current summary buffer.
7213
7214 2001-09-10  Simon Josefsson  <jas@extundo.com>
7215         From Daniel Pittman <daniel@rimspace.net>
7216
7217         * gnus-spec.el (gnus-correct-pad-form): Fix.
7218
7219 2001-09-09  Simon Josefsson  <jas@extundo.com>
7220
7221         * mm-decode.el (mm-inline-media-tests): Add
7222         application/x-emacs-lisp.
7223         (mm-attachment-override-types): Add
7224         application/{x-,}pkcs7-signature.
7225
7226         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
7227         (gnus-server-line-format, gnus-server-mode-line-format)
7228         (gnus-server-browse-in-group-buffer): Customize.
7229
7230 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7231
7232         * nnml.el (nnml-marks-changed-p): Typo.
7233         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
7234         (nnml-marks-changed-p): Use gnus-gethash.
7235         (nnml-marks-modtime): Use gnus-make-hashtable.
7236
7237         * nnfolder.el (nnfolder-marks-changed-p): Typo.
7238         (nnfolder-request-expire-articles, nnfolder-save-marks)
7239         (nnfolder-open-marks): Typo.
7240         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
7241         (nnfolder-marks-changed-p): Use gnus-gethash.
7242         (nnfolder-marks-modtime): Use gnus-make-hashtable.
7243
7244 2001-09-08  Simon Josefsson  <jas@extundo.com>
7245
7246         * nnfolder.el (nnfolder-marks-modtime): New variable.
7247         (nnfolder-marks-changed-p): New function.
7248         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
7249         (nnfolder-request-update-info): Don't update if marks didn't change.
7250
7251         * nnml.el (nnml-marks-modtime): New variable.
7252         (nnml-marks-changed-p): New function.
7253         (nnml-save-marks, nnml-open-marks): Save modtime.
7254         (nnml-request-update-info): Don't update if marks didn't change.
7255
7256         * gnus-agent.el (gnus-agent-any-covered-gcc)
7257         (gnus-agent-add-server, gnus-agent-remove-server): Use
7258         gnus-agent-method-p.
7259
7260         * gnus-art.el (gnus-buttonized-mime-types): New variable.
7261         (gnus-unbuttonized-mime-type-p): Use it.
7262
7263         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
7264         fetch group.
7265
7266 2001-09-08  Simon Josefsson  <jas@extundo.com>
7267         From Daniel Pittman <daniel@rimspace.net>
7268
7269         * gnus-spec.el (gnus-correct-pad-form): New function.
7270         (gnus-parse-simple-format): Use it.
7271
7272 2001-09-07  Simon Josefsson  <jas@extundo.com>
7273
7274         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
7275         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
7276         Putnam <reader@newsguy.com>.
7277         (gnus-group-sort-selected-groups): Touch dribble file.
7278
7279 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
7280
7281         * nnml.el (nnml-filenames-are-evil): New variable.
7282         (nnml-article-to-file-alist): Rename to ...
7283         (nnml-current-group-article-to-file-alist): ... this.
7284         Respect `nnml-filenames-are-evil'.
7285         (nnml-active-number): Update.
7286         (nnml-update-file-alist): Update.
7287         (nnml-request-article): Use nnheader-article-to-file-alist.
7288         (nnml-request-rename-group): Likewise.
7289
7290 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7291
7292         * gnus-sum.el (gnus-summary-insert-line): Fix.
7293
7294 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
7295
7296         * gnus-sum.el: Bind g-s-t-s to "W g".
7297         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
7298         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
7299         display of graphical smilies.
7300
7301 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7302
7303         * gnus-start.el (gnus-setup-news): A typo.
7304         From Bill White <billw@wolfram.com>.
7305
7306 2001-09-06  Simon Josefsson  <jas@extundo.com>
7307
7308         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
7309         and unseen marks.
7310
7311 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7312
7313         * nnmail.el (nnmail-split-fancy): Document `junk'.
7314
7315 2001-09-04  Simon Josefsson  <jas@extundo.com>
7316
7317         * imap.el (imap-search): Don't error if server is broken.
7318
7319 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
7320
7321         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
7322         searching for an article that isn't in the mbox.
7323
7324 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7325
7326         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
7327         right, and get all the comments.
7328
7329 2001-09-02  Simon Josefsson  <jas@extundo.com>
7330         Suggested by Dan Christensen <jdc+news@uwo.ca>
7331
7332         * nnfolder.el (nnfolder-request-update-info): Fix message.
7333
7334         * nnml.el (nnml-request-update-info): Ditto.
7335
7336 2001-09-01  Simon Josefsson  <jas@extundo.com>
7337
7338         * nnml.el (nnml-request-expire-articles): Also bind
7339         `nnml-current-group' and `nnml-article-file-alist' when using
7340         expiry-target. (Otherwise nnml will be in a inconsistent internal
7341         state causing all kind of problems.)
7342         (nnml-request-expire-articles): If `nnml-article-to-file' or
7343         `file-attributes' failes, return article as un-expirable instead
7344         of treating it as expired.
7345
7346 2001-08-31  Sam Steingold  <sds@gnu.org>
7347
7348         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
7349         typo: `exmine' --> `examine'.
7350
7351 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7352
7353         * nndoc.el (nndoc-forward-type-p): It is not a digest.
7354
7355 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7356
7357         * nnml.el (nnml-check-directory-twice): Remove.
7358         (nnml-retrieve-headers): Ditto.
7359         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
7360
7361 2001-08-30  Andrew Innes  <andrewi@gnu.org>
7362
7363         * nnheader.el (nnheader-directory-files-is-safe): No need to read
7364         directory twice on Windows, or on GNU Emacs-21.
7365
7366 2001-08-30  Andrew Innes  <andrewi@gnu.org>
7367
7368         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
7369         (nnml-request-rename-group): Ditto.
7370         (nnml-active-number): Ditto.
7371         (nnml-request-create-group): Use nnml-directory-articles.
7372         (nnml-request-expire-articles): Use nnml-directory-articles, which
7373         gets list from nov database if available.
7374         (nnml-get-nov-buffer): New function.
7375         (nnml-open-nov): Use it.
7376         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
7377         gets alist from nov database if available.
7378         (nnml-directory-articles): New function.
7379         (nnml-article-to-file-alist): New function.
7380
7381 2001-08-30  Andrew Innes  <andrewi@gnu.org>
7382
7383         * mm-decode.el (mm-display-external): Use `name' as filename, if
7384         `filename' attribute is not present.
7385
7386 2001-08-30  Andrew Innes  <andrewi@gnu.org>
7387
7388         * mail-source.el (mail-source-flash): New defcustom.
7389         (mail-source-new-mail-p): Ring visible bell if appropriate.
7390         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
7391         timer is cleared even if mail check signals an error.
7392
7393 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7394
7395         * gnus-sum.el (gnus-summary-move-article): Only update marks of
7396         type 'list.
7397
7398 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7399
7400         * flow-fill.el (fill-flowed): eol might be point-max.
7401
7402 2001-08-27  Simon Josefsson  <jas@extundo.com>
7403
7404         * nnml.el (nnml-request-update-info): Fix message.
7405         (nnml-open-marks): Ditto.
7406
7407         * nnfolder.el (nnfolder-request-update-info):
7408         (nnfolder-open-marks): Fix message.
7409
7410 2001-08-25  Simon Josefsson  <jas@extundo.com>
7411
7412         * nnfolder.el (nnfolder-save-marks): Don't create directory named
7413         after group in ~/.
7414
7415 2001-08-25  Simon Josefsson  <jas@extundo.com>
7416         From Andreas Jaeger  <aj@suse.de>
7417
7418         * nnfolder.el (nnfolder-open-marks): Fix typo.
7419         * nnml.el (nnml-open-marks): Likewise.
7420
7421 2001-08-25  Simon Josefsson  <jas@extundo.com>
7422
7423         Make nnfolder groups self-contained as far as marks are concerned.
7424
7425         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
7426         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
7427         (nnfolder-open-server): Make marks directory.
7428         (nnfolder-request-delete-group): Delete marks file.
7429         (nnfolder-request-delete-group): Check of nov/marks file exist
7430         before deleting.
7431         (nnfolder-request-rename-group): Rename marks file.
7432         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
7433         (nnfolder-request-set-mark, nnfolder-request-update-info)
7434         (nnfolder-group-marks-pathname, nnfolder-save-marks)
7435         (nnfolder-open-marks): New functions.
7436         (top-level): Require gnus.
7437
7438 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7439
7440         * nnweb.el (nnweb-type-definition): Use google raw file.
7441         (nnweb-google-parse-1): Ditto.
7442         (nnweb-google-identity): Ditto.
7443         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
7444         (nnweb-altavista-wash-article): Ditto.
7445         (nnweb-request-article): Remove nnweb-decode-entities.
7446
7447         * nnml.el: Require 'gnus.
7448
7449 2001-08-25  Simon Josefsson  <jas@extundo.com>
7450
7451         * nnml.el (nnml-marks-is-evil): Add doc.
7452
7453 2001-08-25  Simon Josefsson  <jas@extundo.com>
7454
7455         * nnml.el (nnml-save-marks): Wrap saving marks in a
7456         condition-case, to allow user to start Gnus if saving marks failed
7457         for some reason.
7458
7459 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7460
7461         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
7462
7463         * gnus-group.el (gnus-update-group-mark-positions): Bind
7464         gnus-group-update-hook to nil.
7465
7466 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7467
7468         * mml.el (mml-generate-mime-1): Force as multibyte string.
7469
7470 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7471
7472         * gnus-sum.el (gnus-summary-insert-line)
7473         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
7474         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
7475
7476         * gnus-spec.el (gnus-correct-substring): Take optional END.
7477
7478         * nnrss.el (nnrss-request-article): Remove \n.
7479         (nnrss-retrieve-headers): Lines number is -1.
7480
7481 2001-08-24  Simon Josefsson  <jas@extundo.com>
7482
7483         * gnus-group.el (gnus-info-clear-data): Call
7484         nnfoo-request-set-mark to propagate marks.  Fix bug:
7485         `gnus-group-update-line' doesn't update read range unless we call
7486         `gnus-get-unread-articles-in-group' first.
7487
7488         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
7489         to server.
7490
7491 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7492
7493         * gnus-util.el (gnus-create-info-command): Return an interactive
7494         function.
7495
7496 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7497         From Katsumi Yamaoka <yamaoka@jpl.org>
7498
7499         * gnus-spec.el (gnus-parse-complex-format): Use equal.
7500
7501 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7502
7503         * gnus-sum.el (gnus-select-newsgroup): Use it.
7504
7505         * gnus-util.el (gnus-not-ignore): New function.
7506
7507         * lpath.el (featurep): Don't fbind char-int.
7508
7509         * gnus-util.el (gnus-create-info-command): New function.
7510
7511         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
7512         right node.
7513
7514         * gnus-sum.el (gnus-select-newsgroup): Clean up.
7515         (gnus-summary-limit-children): Use 'identity instead of `all'.
7516         (gnus-summary-limit-to-display-predicate): New command and
7517         keystroke.
7518
7519 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7520
7521         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
7522
7523         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
7524
7525 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7526
7527         * gnus-spec.el: Add the Gnus version.
7528         (gnus-update-format-specifications): If the Gnus version changes,
7529         nix out the format spec cache.
7530
7531         * gnus.el (gnus-continuum-version): Made into a command and
7532         optionalize the VERSION.
7533
7534         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
7535         the start of the lines.
7536
7537 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7538
7539         * gnus.el (gnus-visual-p): Define function before use of
7540         function.
7541
7542 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7543
7544         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
7545         (gnus-article-mark-to-type): New function.
7546         (gnus-update-missing-marks): Only update marks of type 'list.
7547
7548         * gnus.el (gnus-article-special-mark-lists): New variable.
7549
7550 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7551
7552         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
7553         (gnus-select-newsgroup): Still use 'all.
7554         (gnus-summary-initial-limit): Comparing with 'all.
7555
7556 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7557
7558         * gnus-start.el (gnus-activate-group): If dont-check, don't update
7559         active.
7560
7561 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7562
7563         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
7564         nnslashdot-*-retrieve-headers.
7565         (nnslashdot-request-article): Fix for slashcode 2.2.
7566         (nnslashdot-make-tuple): New function.
7567         (nnslashdot-read-groups): Use it.
7568
7569 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7570
7571         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
7572         list.
7573
7574         * gnus-sum.el (gnus-summary-move-article): Don't select article.
7575
7576 2001-08-20  Simon Josefsson  <jas@extundo.com>
7577
7578         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
7579         opened, error instead of continuing (and exploding later).
7580
7581 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7582
7583         * gnus.el (gnus-expand-group-parameters): Return the parameter
7584         list.
7585
7586         * gnus-sum.el (gnus-summary-show-article): Doc fix.
7587         (gnus-summary-show-article): Guess at charset if required.
7588
7589         * gnus-spec.el (gnus-correct-substring): Stopped one character
7590         before we wanted.
7591
7592 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7593
7594         * earcon.el (earcon-auto-play): Remove unused option.
7595
7596 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7597
7598         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
7599         message down in levels, since it happens very fast.
7600
7601         * smiley-ems.el (smiley-update-cache): Respect the symbol version
7602         of smiley-regexp-alist.
7603
7604         * mm-view.el (mm-inline-text): Ignore vcard errors.
7605
7606         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
7607
7608         * gnus-score.el (gnus-all-score-files): Use append instead of
7609         nconc.
7610
7611         * gnus.el (gnus-splash-face): Doc fix.
7612
7613         * mm-decode.el (mm-mailcap-command): Use
7614         mm-path-name-rewrite-functions.
7615         (mm-path-name-rewrite-functions): New variable.
7616
7617         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
7618         (gnus-complex-form-to-spec): Insert tab.
7619         (gnus-spec-tab): New function.
7620
7621         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
7622         entering the group.
7623
7624         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
7625         the positional spec.
7626         (gnus-parse-complex-format): React to %C.
7627
7628         * gnus-ems.el (gnus-char-width): Moved here.
7629
7630         * gnus-sum.el (gnus-select-newsgroup): Set
7631         gnus-newsgroup-articles.
7632         (gnus-unseen-mark): New variable.
7633         (gnus-newsgroup-unseen): Ditto.
7634         (gnus-newsgroup-seen): Ditto.
7635         (gnus-adjust-marked-articles): Use them.
7636         (gnus-update-marks): Use them.
7637         (gnus-summary-update-secondary-mark): Display.
7638         (gnus-summary-prepare-threads): Display.
7639
7640         * gnus-msg.el (gnus-inews-group-method): Use and return the
7641         method, not the server.
7642
7643 2001-08-19  Simon Josefsson  <jas@extundo.com>
7644
7645         * gnus-srvr.el (gnus-server-agent-face): New.
7646         (gnus-server-agent-face): New.
7647         (gnus-server-mode): Turn on font-lock-mode.
7648
7649         * gnus.el (gnus-server-visual): Add defgroup.
7650
7651 2001-08-19  Simon Josefsson  <jas@extundo.com>
7652         From Joe Casadonte <jcasadonte@northbound-train.com>
7653
7654         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
7655         gnus-server-denied-face): New.
7656         (gnus-server-opened-face, gnus-server-closed-face,
7657         gnus-server-denied-face): New.
7658         (gnus-server-font-lock-keywords): Add.
7659
7660 2001-08-19  Simon Josefsson  <jas@extundo.com>
7661
7662         * nnml.el (nnml-request-set-mark): Return nil.
7663         (nnml-save-marks): Use nnml-possibly-create-directory.
7664         (nnml-open-marks): Only work in temp buffer when inserting/reading
7665         .marks file.
7666
7667 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7668
7669         * gnus.el (gnus-expand-group-parameters): Fix.
7670
7671         * gnus-spec.el (gnus-char-width): New function.
7672         (gnus-correct-substring, gnus-correct-length): Use it.
7673
7674         * message.el (message-required-mail-headers): Fix doc.
7675
7676 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7677
7678         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
7679
7680         * mm-decode.el (mm-save-part-to-file): Insert the handle.
7681
7682 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7683
7684         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
7685         slashdot 2.2 (not fully fixed yet).
7686         (nnslashdot-request-article): Ditto.
7687
7688 2001-08-18  Simon Josefsson  <jas@extundo.com>
7689
7690         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
7691         nnimap.
7692
7693         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
7694         gnus-util.
7695         (nnimap-request-update-info-internal): Use new functions.
7696
7697         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
7698         new functions.
7699
7700 2001-08-18  Simon Josefsson  <jas@extundo.com>
7701
7702         Make nnml groups self-contained as far as marks are concerned.
7703
7704         * nnml.el (nnml-request-delete-group): Delete marks file.
7705         (nnml-request-rename-group): Move marks file.
7706         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
7707         variables.
7708         (nnml-request-set-mark, nnml-request-update-info): New server
7709         functions.
7710         (nnml-save-marks, nnml-open-marks): New functions.
7711
7712 2001-08-18  Simon Josefsson  <jas@extundo.com>
7713
7714         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
7715         `set' when setting marks.
7716
7717 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7718
7719         * gnus.el (gnus-info-find-node): Take an argument.
7720
7721         * gnus-art.el (gnus-button-handle-info): New function.
7722         (gnus-url-unhex-string): Replace "+" with " ".
7723
7724 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7725
7726         * message.el (message-check-news-header-syntax): Check bad From.
7727
7728 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7729
7730         * gnus-spec.el (gnus-correct-length): New function.
7731         (gnus-correct-substring): New function.
7732         (gnus-tilde-max-form): Use it.
7733
7734 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
7735
7736         * nnmh.el: Docstring changes as below.
7737
7738         * nnml.el: Docstring changes as below.
7739
7740         * nnbabyl.el: Docstring changes as below.
7741
7742         * nnmbox.el: Docstring changes as below.
7743
7744         * nnfolder.el: Added docstrings identifying each virtual server
7745         parameter.
7746
7747 2001-08-18  Simon Josefsson  <jas@extundo.com>
7748
7749         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
7750
7751 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
7752
7753         * message.el: rename "Abort Message" to "Postpone Message".
7754         Remove "Attach file as MIME" from Message menu, it's already in
7755         the MIME menu.
7756
7757 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7758
7759         * smime.el (smime-point-at-eol): eval-and-compile.
7760         (smime-make-temp-file): New function.
7761         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
7762         Use it.
7763
7764 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7765
7766         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
7767         (gnus-agent-summary-fetch-group): New command and keystroke.
7768
7769         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
7770         (gnus-mime-display-security): Make it respect
7771         gnus-unbuttonized-mime-type-p.
7772
7773         * gnus-sum.el (gnus-articles-to-read): Comments.
7774         (gnus-article-marked-p): New function.
7775         (gnus-summary-display-make-predicate): New function.
7776         (gnus-select-newsgroup): Use them.
7777
7778         * mm-decode.el (mm-save-part-to-file): Made it not error.
7779
7780 2001-08-17  Simon Josefsson  <jas@extundo.com>
7781
7782         * imap.el (imap-wait-for-tag): If process-status isn't open or
7783         run, return nil instead of sit-for looping.
7784
7785 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7786
7787         * lpath.el (featurep): fbind xml-parse-region.
7788
7789         * gnus.el (gnus-message-archive-method): Default to "archive".
7790         (gnus-message-archive-method): Doc fix.
7791         (gnus-parameters-get-parameter): Cleaned up.
7792         (gnus-expand-group-parameter): New function.
7793
7794         * gnus-start.el (gnus-setup-news): Push the archive server only
7795         the server list.
7796
7797         * mml.el (mml-menu): Changed name to "Attachments".
7798
7799         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
7800         when there is something to detroy.
7801
7802 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7803
7804         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
7805         nil.
7806
7807 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7808
7809         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
7810         which specifies a time today or tomorrow.
7811
7812 2001-08-15  Simon Josefsson  <jas@extundo.com>
7813         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
7814
7815         * gnus-agent.el (gnus-agent-make-mode-line-string)
7816         (gnus-agent-toggle-plugged): Use new API.
7817
7818 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7819
7820         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
7821         deadline has expired.
7822
7823 2001-08-12  Simon Josefsson  <jas@extundo.com>
7824         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
7825
7826         Support `recent' mark indicating newly arrived messages (to
7827         separate from old but unread messages).
7828
7829         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
7830         `nnmail-split-history' if recent is > 0.
7831         (nnimap-request-update-info-internal): Update `recent' marks.
7832         (nnimap-request-set-mark): Never set `recent' marks.
7833         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
7834         recent.
7835
7836         * gnus-sum.el (gnus-recent-mark): New mark.
7837         (gnus-newsgroup-recent): New variable.
7838         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
7839         (gnus-summary-prepare-threads): Mark recent articles.
7840         (gnus-summary-add-mark): Support recent.
7841         (gnus-summary-update-secondary-mark): Support recent.
7842
7843         * gnus.el (gnus-article-mark-lists): Add recent.
7844
7845 2001-08-12  Simon Josefsson  <jas@extundo.com>
7846
7847         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
7848         whether successful decoding took place.  Add doc.
7849
7850 2001-08-12  Simon Josefsson  <jas@extundo.com>
7851         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
7852
7853         * gnus.el (gnus-summary-line-format, gnus-parameters):
7854         * gnus-gl.el (gnus-summary-grouplens-line-format):
7855         * gnus-salt.el (gnus-summary-pick-line-format):
7856         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
7857
7858 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
7859         Committed by Kai Gro\e,b_\e(Bjohann.
7860
7861         * gnus-score.el (gnus-score-string): Fix `match' regexp
7862         for `extra' header case.
7863
7864 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7865
7866         * nnmbox.el (nnmbox-read-mbox): No warning.
7867
7868 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7869
7870         * nndoc.el (nndoc-article-type): Fix doc.
7871         (nndoc-generate-article-function): New variable.
7872         (nndoc-dissection-function): New variable.
7873         (nndoc-type-alist): Add oe-dbx.
7874         (nndoc-oe-dbx-type-p): New function.
7875         (nndoc-oe-dbx-dissection): New function.
7876         (nndoc-oe-dbx-generate-article): New function.
7877
7878 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7879
7880         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
7881         whether deadline has been reached.  Patch from Dan Nicolaescu
7882         <dann@godzilla.ics.uci.edu>.
7883
7884 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7885
7886         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
7887         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
7888         <rintaman@cs.Helsinki.FI>.
7889
7890         * mail-source.el (mail-source-movemail): The error buffer is
7891         modified, but nothing in it.
7892
7893 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7894
7895         * message.el (message-bogus-system-names): New variable.
7896         (message-make-fqdn): Use it.
7897
7898 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7899
7900         * nndraft.el (nndraft-request-group): Use
7901         nndraft-auto-save-file-name.
7902
7903 2001-08-09  Simon Josefsson  <jas@extundo.com>
7904
7905         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
7906         Don't ask whether to decrypt.  Just leave result in buffer (don't
7907         call mm).
7908
7909         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
7910         parts as well.
7911         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
7912         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
7913
7914 2001-08-09  Simon Josefsson  <jas@extundo.com>
7915
7916         * mm-decode.el (mm-insert-part): Return decoding success status.
7917         (mm-save-part-to-file): Error if decoding failed.
7918
7919 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7920
7921         * message.el (message-tab): Use indent-relative.
7922         (message-mode): Don't bind indent-line-function to indent-relative.
7923
7924 2001-08-09  Simon Josefsson  <jas@extundo.com>
7925
7926         * message.el (message-get-reply-headers): Fix string. Suggested by
7927         Christoph Conrad <cc@cli.de>.
7928
7929 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7930
7931         * message.el (message-tab): Use the current value of
7932         indent-line-function.
7933         (message-mode): Bind indent-line-function to indent-relative.
7934
7935 2001-08-08  Simon Josefsson  <jas@extundo.com>
7936
7937         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
7938         whether `imtest' is installed.
7939
7940 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
7941         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
7942
7943         * gnus-sum.el (gnus-summary-show-article): Call
7944         gnus-summary-update-secondary-secondary-mark.
7945         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
7946         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
7947
7948 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7949
7950         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
7951
7952         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
7953
7954         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
7955         <gerd@gnu.org>.
7956
7957         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
7958
7959         * gnus-util.el (gnus-output-to-rmail): Ditto.
7960         (gnus-output-to-mail): Ditto.
7961
7962         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
7963
7964 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
7965
7966         * message.el (message-indent-citation): Use
7967         `message-yank-cited-prefix' for empty lines.
7968
7969 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
7970
7971         * message.el (message-indent-citation): Quote only lines starting
7972         with ">" using `message-yank-cited-prefix'.
7973
7974 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
7975         Trivial patch.
7976
7977         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
7978         gnus-cache-fully-p.
7979
7980 2001-08-04  Simon Josefsson  <jas@extundo.com>
7981
7982         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
7983         file if it doesn't exist (by calling gnus-cache-read-active).
7984
7985 2001-08-04  Simon Josefsson  <jas@extundo.com>
7986
7987         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
7988         (gnus-cache-passively-or-fully-p): Removed.
7989         (gnus-cache-fully-p): Fix it.
7990
7991         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
7992
7993 2001-08-04  Simon Josefsson  <jas@extundo.com>
7994
7995         * gnus-cache.el (gnus-cache-fully-p)
7996         (gnus-cache-passively-or-fully-p): New functions.
7997         (gnus-cache-possibly-enter-article): Cosmetic change, use
7998         `g-c-p-o-f-p'.
7999         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
8000         was bogus (`g-c-p-a-a' does not change active info, just change
8001         the functions parameters).
8002         (gnus-cache-possibly-remove-articles-1): Make sure articles are
8003         not removed in groups that match `gnus-uncacheable-groups'.
8004
8005         Reported and modifications based on discussions with Nuutti
8006         Kotivuori <nuutti.kotivuori@smarttrust.com>.
8007
8008 2001-08-04  Simon Josefsson  <jas@extundo.com>
8009         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
8010
8011         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
8012         calls `gnus-cache-update-active' if bounds has been extended.
8013
8014 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8015
8016         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
8017         before remove.
8018         (gnus-mime-security-show-details): Ditto.
8019
8020 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8021
8022         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
8023         syntax.  Protect string-match against nil string and regexp.
8024
8025 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8026
8027         * mm-util.el (mm-find-charset-region): Remove control-1.
8028
8029 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8030
8031         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
8032
8033 2001-08-04  Simon Josefsson  <jas@extundo.com>
8034
8035         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
8036         buffer.  Delete MIME-Version header.
8037
8038 2001-08-03  Simon Josefsson  <jas@extundo.com>
8039
8040         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
8041         that is entered does not necessarily have the highest article
8042         number in the group, so use `gnus-cache-possibly-alter-active'
8043         instead of `gnus-cache-update-active'.
8044
8045 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8046
8047         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
8048
8049 2001-08-03  Simon Josefsson  <jas@extundo.com>
8050
8051         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
8052         menu.
8053
8054 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8055
8056         * gnus.el (post-method): New group parameter.  It also provides
8057         the user option `gnus-post-method-alist' and the internal function
8058         `gnus-parameter-post-method'.
8059
8060         * gnus-msg.el (gnus-post-method): Bind the value of
8061         `gnus-post-method' to the group parameter if it is defined.
8062
8063 2001-08-02  Simon Josefsson  <jas@extundo.com>
8064
8065         * smime.el (smime-extra-arguments): Removed.
8066         (smime-call-openssl-region): Don't use it.
8067
8068 2001-08-02  Simon Josefsson  <jas@extundo.com>
8069
8070         * smime.el (smime-sign-region): Handle stderr.
8071         (smime-encrypt-region): Ditto.
8072
8073         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
8074         match the ASN.1 length bytes.
8075         (mm-pkcs7-enveloped-magic): Ditto.
8076         (mm-view-pkcs7-get-type): Don't regexp quote.
8077
8078 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8079         From Andreas Fuchs <asf@void.at>
8080
8081         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
8082
8083 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8084
8085         * gnus-art.el (gnus-header-button-alist): References regexp.
8086
8087 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
8088
8089         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
8090         already fboundp.  Add INTERACTIVE arg to autoload form.
8091
8092 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8093
8094         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
8095
8096         * nnmail.el (nnmail-cache-open): Ditto.
8097
8098 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8099
8100         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
8101
8102 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8103
8104         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
8105
8106 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8107         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8108
8109         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
8110         (gnus-agent-toggle-plugged): Use it.
8111
8112 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
8113
8114         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
8115         (gnus-ding-file-coding-system): New variable.
8116         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
8117         (gnus-slave-save-newsrc): Use it.
8118
8119 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8120
8121         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
8122         syntax.
8123
8124 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8125         Originally from Andreas Fuchs <asf@void.at>
8126
8127         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
8128         (mml2015-gpg-pretty-print-fpr): New function.
8129         (mml2015-gpg-extract-signature-details): More details, rename from
8130         `m-g-e-from'.
8131         (mml2015-gpg-verify): Use them.
8132         (mml2015-gpg-clear-verify): Use them.
8133
8134 2001-07-31  Simon Josefsson  <jas@extundo.com>
8135
8136         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
8137         buffer when done.
8138
8139 2001-07-30  Simon Josefsson  <jas@extundo.com>
8140
8141         * smime.el (smime-call-openssl-region): Revert previous change,
8142         just pass on buf to `call-process-region'.
8143         (smime-verify-region): Doc fix.  Don't message stuff.  Use
8144         `smime-new-details-buffer'.  Inserts error messages into buffer.
8145         (smime-noverify-region): Ditto.
8146         (smime-decrypt-region): Ditto.  Handles stderr separately.
8147         (smime-verify-buffer, smime-noverify-buffer)
8148         (smime-decrypt-buffer): Doc fix.
8149         (smime-new-details-buffer): New function.
8150         (smime-pkcs7-region, smime-pkcs7-certificates-region)
8151         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
8152         (smime-sign-region, smime-encrypt-region): Don't use
8153         `insert-buffer'.
8154
8155         * mml-smime.el (mml-smime-verify): Fix security button strings.
8156
8157 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8158
8159         * gnus-art.el (gnus-mime-save-part-and-strip): Save
8160         gnus-article-mime-handles.
8161
8162 2001-07-29  Simon Josefsson  <jas@extundo.com>
8163
8164         * mail-source.el (top-level): Require message for message-directory.
8165         (mail-source-directory): Change default to message-directory.
8166
8167         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
8168         (smime-certificate-directory, smime-openssl-program)
8169         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
8170         (smime-extra-arguments): New variable.
8171         (smime-dns-server): Fix customize group.
8172         (smime-call-openssl-region): Use `smime-extra-arguments'.
8173
8174 2001-07-29  Simon Josefsson  <jas@extundo.com>
8175         From Vladimir Volovich <vvv@vsu.ru>
8176
8177         * smime.el (smime-call-openssl-region): Ignore stderr.
8178
8179 2001-07-29  Simon Josefsson  <jas@extundo.com>
8180         From Christoph Conrad <christoph.conrad@gmx.de>
8181
8182         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
8183         file.
8184
8185 2001-07-29  Simon Josefsson  <jas@extundo.com>
8186
8187         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
8188
8189         Support S/MIME decryption.
8190
8191         * mm-decode.el (mm-inline-media-tests):
8192         (mm-inlined-types):
8193         (mm-automatic-display):
8194         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
8195
8196         * mm-view.el (mm-pkcs7-signed-magic):
8197         (mm-pkcs7-enveloped-magic): New variables.
8198         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
8199         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
8200         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
8201         PKCS#7 blobs.
8202
8203         * smime.el (smime-decrypt-region): Expand keyfile.
8204
8205 2001-07-29  Simon Josefsson  <jas@extundo.com>
8206
8207         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
8208         `ssl.el' variables.
8209
8210         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
8211         but line instead of narrowing to it, because `nnmail-parse-active'
8212         calls widen.  Thanks to Christoph Conrad
8213         <christoph.conrad@gmx.de>.
8214
8215 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8216
8217         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
8218         for %B spec.
8219
8220         * gnus-sum.el (gnus-summary-prepare-threads): If
8221         gnus-sum-thread-tree-root is nil, use subject instead.
8222         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
8223         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
8224         (gnus-sum-thread-tree-leaf-with-other)
8225         (gnus-sum-thread-tree-single-leaf): Documentation.
8226         (gnus-sum-thread-tree-single-indent): Allow nil.
8227
8228 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8229
8230         * message.el (message-fill-paragraph): Do nothing if the user
8231         wants filladapt-mode.
8232
8233 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8234
8235         * mm-decode.el (mm-image-type-from-buffer): New function.
8236         (mm-get-image): Use it.
8237
8238 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8239
8240         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
8241
8242         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
8243         mm-display-parts too.
8244
8245 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8246
8247         * nnfolder.el (nnfolder-request-accept-article): Bind
8248         nntp-server-buffer.
8249
8250         * nnmail.el (nnmail-parse-active): Read from buffer instead of
8251         nntp-server-buffer.
8252
8253 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8254
8255         * message.el (message-check-news-header-syntax): Use
8256         message-post-method.
8257         (message-send-news): Bind message-post-method.
8258
8259 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8260
8261         * mml.el (mml-tweak-type-alist): New variable.
8262         (mml-tweak-function-alist): New variable.
8263         (mml-tweak-part): New function.
8264         (mml-generate-mime-1): Use it.
8265
8266 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8267
8268         * nnfolder.el (nnfolder-request-accept-article): Replace
8269         nnfolder-request-list.
8270
8271 2001-07-27  Simon Josefsson  <jas@extundo.com>
8272
8273         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
8274         nnoo-change-server failed to do it.
8275
8276 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8277
8278         * gnus.el (gnus-parameters): Make it customizable.
8279
8280 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8281
8282         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
8283
8284         * message.el (message-set-auto-save-file-name): More
8285         poor-system-types.
8286
8287         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
8288
8289         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
8290         supports +.
8291
8292 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8293
8294         * mm-decode.el (mm-readable-p): New function.
8295         (mm-inline-media-tests): Fix the default testers.
8296
8297 2001-07-26  Simon Josefsson  <jas@extundo.com>
8298
8299         * nnimap.el (nnimap-version): Bump version number.
8300
8301 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8302         From Steven E. Harris <seh@speakeasy.org>
8303
8304         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
8305         in M$Windows too.
8306
8307 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8308
8309         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
8310
8311 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8312
8313         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
8314
8315         * mm-decode.el (mm-get-image): Guess then use the type.
8316
8317         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
8318
8319 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
8320
8321         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
8322         display (%B) for threads if threading is off.
8323
8324 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8325         From Henrik Enberg <henrik@enberg.org>
8326
8327         * gnus-msg.el: Customization patch.
8328
8329 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
8330
8331         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
8332         variable.
8333         (nnmail-split-fancy-with-parent): Ignore certain groups.
8334
8335 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8336
8337         * gnus-util.el (gnus-byte-compile): New function.
8338         (gnus-use-byte-compile): New variable.
8339         (gnus-make-sort-function): Use it.
8340
8341         * nnmail.el (nnmail-get-new-mail): Use it.
8342
8343         * gnus-agent.el (gnus-category-make-function): Simple function or
8344         compiled function.
8345         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
8346
8347         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
8348         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
8349         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
8350
8351         * message.el (message-check-news-header-syntax): Remove quote.
8352
8353 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8354
8355         * message.el (message-use-mail-followup-to): `t' is not a
8356         documented value.
8357
8358 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8359
8360         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
8361
8362 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8363
8364         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
8365         there are long lines.
8366
8367 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8368
8369         * dgnushack.el (copy-list): New compiler macro.
8370
8371 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8372
8373         * message.el (message-bounce): If no Return-Path, the whole
8374         content is considered as the original message.
8375
8376         * nnml.el (nnml-check-directory-twice): New variable.
8377         (nnml-article-to-file): Use it.
8378         (nnml-retrieve-headers): Hack it.
8379
8380 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8381
8382         * gnus-win.el (gnus-buffer-configuration): New configure.
8383
8384         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
8385         not alive.
8386
8387         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
8388         (mm-display-external): Use display-term configure.
8389
8390 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8391
8392         * gnus-delay.el (gnus-delay-default-hour): New variable.
8393         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
8394
8395 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8396         From Karl Kleinpaste <karl@charcoal.com>
8397
8398         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
8399         (gnus-summary-prepare-threads): Ditto.
8400
8401         * gnus.el (gnus-summary-line-format): Add %B.
8402
8403 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8404
8405         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
8406
8407         * mm-util.el (mm-string-as-multibyte): New function.
8408
8409         * nnmh.el (nnmh-request-list-1): Encode, not decode!
8410
8411 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8412
8413         * mm-util.el (mm-universal-coding-system): New variable.
8414
8415         * gnus-start.el (gnus-startup-file-coding-system): Use it.
8416
8417         * score-mode.el (score-mode-coding-system): Use it.
8418
8419 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8420
8421         * gnus-start.el (gnus-setup-news): Call
8422         `gnus-check-bogus-newsgroups' just after the native server is
8423         opened.
8424
8425 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8426
8427         * nnmail.el (nnmail-do-request-post): Util function to be used by
8428         `nnchoke-request-post' for all nnmail-derived backends.
8429
8430         * nnml.el (nnml-request-post): Use it.
8431
8432         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
8433         backend, for it groks nnml-request-post.
8434
8435         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
8436         Treat `mail-post' backends like `mail' backends, not like `news'
8437         backends.
8438
8439 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8440
8441         * gnus-msg.el (gnus-setup-message): make-local-hook.
8442
8443 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8444
8445         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
8446         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
8447         <karl@charcoal.com>, slightly changed by Kai.
8448
8449         * message.el (message-check-news-header-syntax): When checking
8450         whether the groups exist, check the right server based on
8451         `gnus-post-method'.
8452
8453 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8454
8455         * gnus-delay.el: New file.
8456
8457 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8458
8459         * mm-util.el (mm-read-coding-system): Take two arguments.
8460
8461         * gnus-sum.el (gnus-summary-show-article): Use
8462         mm-read-coding-system.
8463
8464         * gnus-art.el (article-de-quoted-unreadable):
8465         (article-de-base64-unreadable, article-wash-html):
8466         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
8467
8468 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8469
8470         * nnml.el (nnml-request-post): New function.  Can be used for
8471         annotations in nnml groups.
8472
8473 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8474
8475         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
8476         command.
8477
8478         * gnus-start.el (gnus-find-new-newsgroups): Use
8479         `message-make-date' instead of `current-time-string'.
8480         (gnus-ask-server-for-new-groups): Ditto.
8481         (gnus-check-first-time-used): Ditto.
8482
8483 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8484
8485         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
8486
8487 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
8488
8489         * message.el (message-shorten-references): Change `maxcount' and
8490         `cut' to obey USEFOR draft 5.
8491
8492 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
8493
8494         * gnus-sum.el (gnus-summary-display-arrow): New variable.
8495         (gnus-summary-set-article-display-arrow): New function.
8496         (gnus-summary-goto-subject): Use it.
8497
8498 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8499
8500         * gnus-sum.el (gnus-summary-import-article): Insert date if
8501         doesn't exist.
8502
8503 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8504
8505         * mml.el (mml-content-type-parameters): New variable.
8506         (mml-content-disposition-parameters): New variable.
8507         (mml-insert-mime-headers): Use them.
8508         (mml-parse-1): Accept charset.
8509
8510 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8511
8512         * gnus-group.el (gnus-group-select-group): Doc fix.
8513
8514         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
8515
8516 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8517
8518         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
8519         to handle `define-derived-mode'.
8520
8521 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8522         From:  Stefan Monnier  <monnier@cs.yale.edu>
8523
8524         * message.el (message-mode): Use define-derived-mode.
8525         (message-tab): message-completion-alist.
8526
8527         * imap.el (imap-interactive-login): Use make-local-variable.
8528         (imap-open): Ditto.
8529         (imap-authenticate): Ditto.
8530
8531         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
8532
8533         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
8534
8535 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8536
8537         * message.el (message-citation-line-function): Refer to
8538         gnus-cite-attribution-suffix.
8539
8540 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8541
8542         * gnus-art.el,...: Error convention changes.
8543
8544 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8545
8546         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
8547
8548 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8549
8550         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
8551         (nnrss-read-server-data): Ditto.
8552
8553 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8554
8555         * gnus-setup.el (gnus-use-installed-gnus): Typo.
8556         * Cleanup files.
8557         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
8558
8559 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8560
8561         * gnus.el (gnus-summary-line-format): Add %o.
8562
8563         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
8564         unless shell outputs something.
8565
8566 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8567
8568         * gnus-art.el (gnus-boring-article-headers): Better doc.
8569         (article-hide-headers): Better regexp.
8570         Suggested by Matt Swift <swift@alum.mit.edu>.
8571
8572         * nnheader.el (nnheader-max-head-length): Better doc.
8573         (nnheader-header-value): Skip spaces.
8574         (nnheader-parse-head): Remove space.
8575         Suggested by Matt Swift <swift@alum.mit.edu>.
8576
8577         * gnus-sum.el (gnus-summary-show-raw-article): New function.
8578         (gnus-get-newsgroup-headers): Remove space.
8579
8580 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8581
8582         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
8583         (gnus-summary-reply): Use it.
8584         (gnus-summary-reply-broken-reply-to): New function.
8585         (gnus-msg-force-broken-reply-to): New function.
8586
8587         * mm-view.el (mm-inline-text): Showing as text/plain when error.
8588
8589 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8590
8591         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
8592
8593 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8594
8595         * mm-decode.el (mm-external-terminal-program): New variable.
8596         (mm-display-external): Use it. Use term to display when no
8597         window-system.
8598
8599 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
8600
8601         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
8602         Browse->Next entries to Browse->Prev
8603
8604 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8605
8606         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
8607
8608 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8609
8610         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
8611         for the default encoding.
8612
8613         * nnrss.el (nnrss-url-field): New field.
8614         (nnrss-request-article): Add newsgroups.
8615
8616         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
8617
8618 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8619
8620         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
8621
8622         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
8623         (gnus-draft-setup): Remove backlog.
8624
8625 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8626
8627         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
8628         Cleanup.
8629
8630 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8631
8632         * gnus-msg.el (gnus-bug): Erase buffer.
8633
8634         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
8635
8636 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8637
8638         * mm-decode.el (mm-attachment-override-p): Fix typo.
8639
8640 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
8641
8642         * gnus-kill.el (gnus-execute): Work with the extra headers.
8643         * gnus-sum.el (gnus-summary-execute-command): Ditto.
8644
8645 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8646
8647         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
8648         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
8649
8650         * message.el (message-send-mail-real-function): New variable.
8651         (message-send-mail-partially, message-send-mail):
8652
8653         * nngateway.el (nngateway-request-post): Use it.
8654
8655         * gnus-agent.el (gnus-agentize): Use it.
8656
8657         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
8658         (nnsoup-revert-variables): Use it.
8659
8660 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
8661
8662         * mm-decode.el (mm-inline-media-tests): Default to displaying as
8663         text/plain if the type doesn't match any other media types.
8664         (mm-inlined-types): Doc fix.
8665         (mm-display-inline): Revert previous change (now handled by a
8666         default type in `mm-inline-media-tests'.
8667         (mm-inlinable-p): Revive.
8668         (mm-display-part): Call `mm-inlinable-p'.
8669         (mm-attachment-override-p): Ditto.
8670         (mm-inlined-p): Doc fix.
8671
8672         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
8673         well as `mm-inlined-p'.
8674
8675 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8676
8677         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
8678         (nntp-send-command-and-decode): Use gnus-point-at-bol.
8679
8680 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8681         From  Paul Jarc <prj@po.cwru.edu>
8682
8683         * message.el (message-use-mail-followup-to): New variable.
8684         (message-get-reply-headers): Use it.
8685
8686 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
8687
8688         * nnheader.el (nnheader-init-server-buffer): Make sure the
8689         *nntpd* buffer is made multibyte instead of a random buffer.
8690
8691 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8692
8693         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
8694         when it returns headers.
8695
8696 2001-07-07  Simon Josefsson  <jas@extundo.com>
8697
8698         * rfc2047.el (rfc2047-encode-message-header): Skip header when
8699         trying to fold. Thanks to Colin Walters
8700         <walters@cis.ohio-state.edu>
8701
8702 2001-07-06  Simon Josefsson  <jas@extundo.com>
8703
8704         * imap.el (imap-parse-address-list, imap-parse-flag-list)
8705         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
8706         Add information in `assert's.
8707
8708         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
8709         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
8710         and `nnimap-group-overview-filename', should handle all
8711         change-of-uidvalidity related issues.  But there may be other
8712         problems.)
8713
8714 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
8715
8716         * rfc2047.el (rfc2047-encode-message-header): Don't include the
8717         header name when folding.
8718
8719 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
8720
8721         * mm-decode.el (mm-inlined-types): Document relationship with
8722         `mm-inline-media-tests'.
8723         (mm-display-inline): Default to displaying as plain text if no
8724         inlining handler is available.
8725         (mm-inlinable-p): Remove.
8726         (mm-inlined-p): Don't call `mm-inlinable-p'.
8727         (mm-automatic-display-p): Ditto.
8728         (mm-attachment-override-p): Ditto.
8729
8730 2001-07-04  Simon Josefsson  <jas@extundo.com>
8731
8732         * nnimap.el (nnimap-importantize-dormant): New variable.
8733         (nnimap-request-update-info-internal): Use it.
8734         (nnimap-request-set-mark): Ditto.
8735
8736 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
8737
8738         * nntp.el (nntp-send-command): don't pass a buffer argument to
8739         `point'. Only XEmacs accepts this.
8740         * nntp.el (nntp-send-command-nodelete): ditto.
8741         * nntp.el (nntp-send-command-and-decode): ditto.
8742
8743 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
8744
8745         * nntp.el (nntp-open-connection-function): doc update.
8746         * nntp.el (nntp-pre-command): New.
8747         * nntp.el (nntp-via-rlogin-command): New.
8748         * nntp.el (nntp-via-telnet-command): New.
8749         * nntp.el (nntp-via-telnet-switches): New.
8750         * nntp.el (nntp-via-user-name): New.
8751         * nntp.el (nntp-via-user-password): New.
8752         * nntp.el (nntp-via-address): New.
8753         * nntp.el (nntp-via-envuser): New.
8754         * nntp.el (nntp-via-shell-prompt): New.
8755         * nntp.el (nntp-open-telnet-stream): New.
8756         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
8757         * nntp.el (nntp-open-via-telnet-and-telnet): New.
8758         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
8759         * nntp.el (nntp-send-command): ditto.
8760         * nntp.el (nntp-send-command-nodelete): ditto.
8761         * nntp.el (nntp-send-command-and-decode): ditto.
8762
8763 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
8764         Trivial patch.
8765
8766         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
8767         `when'.
8768
8769 2001-07-03  Simon Josefsson  <jas@extundo.com>
8770         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
8771
8772         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
8773
8774 2001-07-03  Simon Josefsson  <jas@extundo.com>
8775
8776         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
8777         remove it (workaround XEmacs `fill-region' bug).
8778
8779 2001-07-01  Simon Josefsson  <jas@extundo.com>
8780
8781         * nnimap.el (nnimap-date-days-ago): Defeat locale.
8782
8783 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8784
8785         * mml2015.el (mml2015-format-error): New function.
8786         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
8787         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
8788         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
8789
8790 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8791
8792         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
8793         Suggested by Christoph Conrad <C.Conrad@cli.de>.
8794
8795         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
8796         group variables.
8797
8798 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8799
8800         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
8801
8802         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
8803         (nnrss-save-group-data): Ditto.
8804
8805         * gnus-agent.el (gnus-agent-save-alist): Ditto.
8806
8807 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8808
8809         * message.el (message-do-send-housekeeping): Narrow to headers.
8810
8811 2001-06-24  Simon Josefsson  <jas@extundo.com>
8812
8813         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
8814         insertion when breaking lines looked for " \t" instead of "[ \t]".
8815         (rfc2047-encode-message-header): Fold lines even if
8816         no QP encoding is done.
8817
8818 2001-06-23  Simon Josefsson  <jas@extundo.com>
8819         From Samuel Tardieu <sam@inf.enst.fr>
8820
8821         * smime.el (smime-keys): Support additional certificates.
8822         (smime-make-certfiles): New function.
8823         (smime-sign-region): Use previous variables.
8824         (smime-get-certfiles): New function.
8825         (smime-sign-buffer): Use it.
8826         (smime-verify-region): Support both CAfile and CApath.
8827
8828 2001-06-23  Simon Josefsson  <jas@extundo.com>
8829
8830         * smime.el (smime-decrypt-region): Perhaps work.
8831
8832 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8833
8834         * gnus-msg.el (gnus-copy-article-buffer): Typo.
8835
8836 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
8837
8838         * mm-decode.el (mm-save-part): Rewrite file name.
8839         (mm-file-name-rewrite-functions): New variable.
8840         (mm-file-name-delete-whitespace): New function.
8841         (mm-file-name-trim-whitespace): New function.
8842         (mm-file-name-collapse-whitespace): New function.
8843         (mm-file-name-replace-whitespace): New variable and function.
8844
8845 2001-06-22  Simon Josefsson  <jas@extundo.com>
8846
8847         * message.el (message-make-date): Workaround locale for weekdays.
8848
8849 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8850
8851         * message.el (message-goto-body): Return nil if not found. (revert!)
8852
8853 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8854         From Fremlin <chief@bandits.org>
8855
8856         * message.el (message-goto-body): Some messages have no header.
8857
8858         * gnus-msg.el (gnus-copy-article-buffer): Use it.
8859
8860 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
8861
8862         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
8863
8864 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8865
8866         * message.el (message-make-date): Add week day.
8867         Suggested by Jason R. Mastaler <jason@mastaler.com>.
8868
8869 2001-06-19  Simon Josefsson  <jas@extundo.com>
8870
8871         * message.el (message-yank-prefix): Doc fix.
8872         (message-yank-cited-prefix): Ditto.
8873         (message-delete-not-region): Keep citation prefix on first line,
8874         if possible and appropriate.
8875
8876 2001-06-19  Simon Josefsson  <jas@extundo.com>
8877
8878         * imap.el (imap-process-connection-type): New variable.
8879         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
8880         recent `imtest's work completely (no line length issues), while
8881         making making old `imtest's unusable.  Thanks to NAGY Andras
8882         <nagya@inf.elte.hu> for his work.
8883
8884 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
8885
8886         * imap.el (imap-ssl-program): Add -quiet to shut up
8887         OpenSSL/SSLeay's internal debug talk.
8888
8889 2001-06-19  Matt Armstrong  <matt@lickey.com>
8890
8891         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
8892         server.
8893
8894 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8895
8896         * nnmail.el (nnmail-article-buffer): New variable.
8897         (nnmail-split-incoming): Use it.
8898
8899 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
8900
8901         * qp.el (quoted-printable-decode-region): If called interactively,
8902         use coding-system-for-read.
8903
8904 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8905
8906         * message.el (message-check-news-header-syntax): Check Reply-To.
8907
8908 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8909
8910         * mml.el (mml-parse-1): Use message options.
8911
8912         * message.el (message-do-fcc): Don't do anything if there is no
8913         FCC.
8914
8915 2001-06-16  Simon Josefsson  <jas@extundo.com>
8916
8917         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
8918         (nnimap-expunge-search-string): New variable.
8919         (nnimap-request-expire-articles): Use it.
8920
8921 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8922
8923         * message.el (message-send-mail-with-qmail): wrong exit status is
8924         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
8925
8926 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8927
8928         * gnus-art.el (article-strip-multiple-blank-lines): Use
8929         delete-region instead of replace-match.
8930
8931 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8932
8933         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
8934         (nnweb-google-wash-article): Ditto.
8935
8936 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
8937
8938         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
8939
8940 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8941
8942         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
8943         specs.
8944
8945 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8946
8947         * gnus.el (gnus-email-address): Move it here.
8948
8949         * gnus-art.el (article-de-quoted-unreadable): Read charset if
8950         requested.
8951         (article-de-base64-unreadable): Ditto.
8952         (article-wash-html): Ditto.
8953
8954 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8955
8956         * message.el (message-options-set-recipient): Don't add ", "
8957         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
8958
8959 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8960
8961         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
8962
8963 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8964
8965         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
8966         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
8967
8968         * nnrss.el (nnrss-node-text): Node might be nil.
8969
8970 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8971
8972         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
8973         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
8974
8975         * nnrss.el (nnrss-group-alist): More items.
8976
8977 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8978
8979         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
8980
8981 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
8982         Trivial patch from Dale Hagglund  <rdh@best.com>
8983
8984         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
8985         restrict clauses.
8986
8987 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8988
8989         From Benjamin Rutt <brutt+news@bloomington.in.us>
8990
8991         * message.el (message-wide-reply-confirm-recipients): New variable.
8992
8993 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8994         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
8995
8996         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
8997         fix so it works with XEmacs.
8998
8999 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9000
9001         * nnrss.el (nnrss-retrieve-headers): Support description as extra
9002         headers.
9003
9004 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9005
9006         * nnrss.el: Fix a few bugs.
9007
9008 2001-06-05  Simon Josefsson  <jas@extundo.com>
9009
9010         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
9011         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
9012
9013 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
9014
9015         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
9016         binary so that we don't transmit ISO 2022 garbage to the process.
9017         This is needed under XEmacs.
9018
9019 2001-06-03  Simon Josefsson  <simon@josefsson.org>
9020
9021         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
9022         autoloaded incorrectly below because ssl-program-* is bound.)
9023         Thanks to Amos Gouaux for report.
9024
9025 2001-06-02  Simon Josefsson  <simon@josefsson.org>
9026
9027         * imap.el (imap-kerberos4-open):
9028         (imap-gssapi-open):
9029         (imap-ssl-open):
9030         (imap-network-open):
9031         (imap-shell-open):
9032         (imap-starttls-open): Set buffer to workaround spurious
9033         `accept-process-output' buffer changes.  Thanks to Mats Lidell
9034         <Mats.Lidell@contactor.se> for report and partial patch and Jake
9035         Colman <colman@ppllc.com> for report.
9036
9037 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9038
9039         * gnus-sum.el (gnus-summary-catchup): New argument.
9040         (gnus-summary-catchup-from-here): New function.
9041
9042 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9043
9044         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
9045         back, then insert glyph.  (Before, the glyph was inserted first,
9046         then the newline.)  This works around a behavior in XEmacs where
9047         it is not possible to insert a character after a glyph which is at
9048         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
9049
9050 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9051
9052         From Jaap-Henk Hoepman (jhh@xs4all.nl).
9053
9054         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
9055         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
9056         mm-destroy-postponed-undisplay-list): New functions.
9057         (mm-display-external): Use them.
9058
9059 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9060
9061         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
9062         `default-low' when evaluating `gnus-summary-highlight'.
9063         From Raja R Harinath <harinath@cs.umn.edu>.
9064
9065 2001-05-27  Simon Josefsson  <simon@josefsson.org>
9066
9067         * message.el (message-yank-cited-prefix): New variable.
9068         (message-indent-citation): Use it.
9069
9070         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
9071         as details.
9072         (mml2015-mailcrypt-clear-verify): Ditto.
9073
9074 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9075         From Nevin Kapur <nevin@jhu.edu>.
9076
9077         * gnus-sum.el (gnus-summary-default-high-score,
9078         gnus-summary-default-low-score): New variables.
9079         (gnus-summary-highlight): Use them.
9080
9081 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
9082
9083         * message.el (message-mail): pass the 'send-actions argument to
9084         `message-setup'.
9085
9086 2001-05-16  Simon Josefsson  <simon@josefsson.org>
9087         From Raymond Scholz <ray-2001@zonix.de>
9088
9089         * gnus-art.el (gnus-mime-view-part-as-charset):
9090         (gnus-mime-internalize-part): Doc fixes.
9091
9092 2001-05-11  Simon Josefsson  <simon@josefsson.org>
9093
9094         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
9095         status lines without any text ("^215$").
9096
9097 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9098
9099         * nnrss.el (nnrss-check-group): Reverse.
9100
9101 2001-05-07  Simon Josefsson  <simon@josefsson.org>
9102
9103         * message.el (message-get-reply-headers):
9104         (message-followup): Fix typo, suggested by David Green
9105         <dgreen@uab.edu>
9106
9107 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9108
9109         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
9110
9111         * nnrss.el (nnrss-open-server): Read server data when it is called.
9112         (nnrss-request-expire-articles): Fix.
9113
9114 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9115
9116         * message.el (message-do-send-housekeeping): mail-abbrevs may
9117         rename buffer behind Gnus.
9118
9119 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9120
9121         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
9122         (nnrss-group-alist): Add more resources.
9123         (nnrss-check-group): Ignore errors.
9124
9125 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9126
9127         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
9128
9129         * nnslashdot.el (nnslashdot-request-list): Add time.
9130         (nnslashdot-request-expire-articles): New function.
9131
9132         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
9133         secondary methods too.
9134
9135 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9136
9137         * message.el (message-use-followup-to): Set default value to t.
9138
9139 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
9140
9141         * message.el (message-dont-reply-to-names): Fix documentation.
9142         (message-get-reply-headers): Use Mail-Followup-To only for wide
9143         replies.
9144
9145 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9146
9147         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
9148         correctly.
9149         (nnrss-check-group): Use time.
9150
9151 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9152
9153         * gnus.el: Oort Gnus v0.03 is released.
9154
9155 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9156
9157         * nnultimate.el (nnultimate-topic-article-to-article): Use the
9158         group.
9159
9160 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9161
9162         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
9163
9164 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9165
9166         * nnultimate.el (nnultimate-retrieve-headers): Return all
9167         available headers.
9168
9169         * gnus-sum.el (gnus-read-all-available-headers): New variable.
9170         (gnus-get-newsgroup-headers-xover): Use it.
9171
9172 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9173
9174         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
9175
9176 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9177
9178         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
9179
9180 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9181
9182         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
9183         disable it.
9184
9185         * gnus.el (gnus-info-nodes): Remove a few The's.
9186
9187 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9188
9189         * mail-source.el (mail-source-movemail): Call-process may return a
9190         signal description string.
9191
9192         * gnus-start.el (gnus-read-newsrc-el-file):
9193         gnus-newsrc-file-version may be nil.
9194
9195         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
9196         Suggested by Michael Sperber [Mr. Preprocessor]
9197         <sperber@informatik.uni-tuebingen.de>.
9198
9199 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
9200
9201         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
9202
9203 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
9204
9205         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
9206         fontify HANDLE.
9207
9208 2001-04-18  Simon Josefsson  <simon@josefsson.org>
9209
9210         * smime.el (smime-ask-passphrase): Rework to return value.
9211         (smime-sign-region): Rework to bind value and use it.
9212         (smime-decrypt-region): Ditto.
9213
9214 2001-04-18  Simon Josefsson  <simon@josefsson.org>
9215         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
9216
9217         * smime.el (smime-ask-passphrase): New function.
9218         (smime-sign-region): Use it.
9219         (smime-encrypt-cipher): New variable.
9220         (smime-decrypt-region): Ditto.
9221
9222 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
9223         Committed by Simon Josefsson  <simon@josefsson.org>
9224
9225         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
9226         the log.
9227
9228 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9229
9230         * gnus.el: Oort Gnus v0.02 is released.
9231
9232 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
9233
9234         * gnus.el: Oort Gnus v0.01 is released.
9235
9236 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9237
9238         * gnus-sum.el (gnus-summary-highlight): Highlight read
9239         undownloaded articles as read articles.
9240
9241         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
9242         (gnus-agent-get-undownloaded-list): Mark all undownloaded
9243         articles, even read ones, as such.
9244
9245         * gnus-sum.el (gnus-summary-find-matching): Clean up.
9246         (gnus-find-matching-articles): New function.
9247         (gnus-summary-limit-include-matching-articles): New command.
9248         (gnus-summary-limit-include-thread): Include articles that have
9249         matching subjects.
9250         (gnus-offer-save-summaries): Clean up.
9251
9252 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9253
9254         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
9255
9256 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9257         From Jason Merrill <jason_merrill@redhat.com>
9258
9259         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
9260
9261 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
9262         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9263
9264         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
9265         newsgroup names when the original article is a news message.
9266
9267 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9268
9269         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
9270         supported. Suggest by Jim Meyering <jim@meyering.net>.
9271
9272 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
9273         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
9274
9275         * nnmail.el (nnmail-split-it): Added check for .* at the end of
9276         regexp in nnmail-split-fancy.
9277
9278 2001-04-10  Simon Josefsson  <simon@josefsson.org>
9279
9280         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
9281
9282 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
9283
9284         * message.el (message-send-mail): Improve the interaction with the
9285         user.
9286
9287 2001-04-10  Simon Josefsson  <simon@josefsson.org>
9288
9289         * imap.el (imap-message-copy): Work around buggy servers that
9290         doesn't send TRYCREATE tags.
9291
9292 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
9293
9294         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
9295
9296 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9297
9298         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
9299         date.
9300
9301 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9302
9303         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
9304         lives.
9305
9306 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9307
9308         * gnus-art.el (gnus-parse-news-url): New function.
9309         (gnus-button-handle-news): New function.
9310         (gnus-button-alist): Point to new functions.
9311
9312         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
9313
9314         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
9315         gnus-format-specs.
9316
9317         * message.el (message-check-news-header-syntax): Question even
9318         when Gnus doesn't know the group names.
9319         (message-send-news): Clean up.
9320
9321         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
9322         exited on purpose without saving.
9323
9324         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
9325
9326 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9327
9328         * gnus-score.el (gnus-score-orphans): Clean up.
9329
9330         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
9331
9332         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
9333         later.
9334
9335         * gnus-start.el (gnus-close-all-servers): Find the right items to
9336         close.
9337
9338         * qp.el (quoted-printable-decode-region): Just message
9339         malformation; don't quit.
9340
9341 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9342         From Gerd Moellmann <gerd@gnu.org>.
9343
9344         * gnus.el (gnus-interactive): A typo.
9345
9346 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
9347         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9348
9349         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
9350         `assq-delete-all', if that function exists; otherwise use the old
9351         definition. Documentation changed to match the one in
9352         `assq-delete-all'.
9353
9354 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9355
9356         * gnus-start.el (gnus-close-all-servers): New function.
9357
9358         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
9359         (gnus-server-remove-denials): Clean up.
9360
9361         * gnus-sum.el (gnus-summary-sort-by-original): New command and
9362         keystroke.
9363
9364 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9365
9366         * message.el (message-send-news): Message where we are sending.
9367         (message-send-mail): Ditto.
9368
9369         * gnus.el (gnus-server-string): New function.
9370
9371         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
9372
9373         * mm-decode.el (mm-default-directory): Customized.
9374         (mm-tmp-directory): Ditto.
9375
9376         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
9377         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
9378         or Chars.
9379         (gnus-summary-line-format-alist): ?l is now a string.
9380         (gnus-summary-prepare-threads): Output ? for unknown lines.
9381         (gnus-summary-insert-line): Ditto.
9382         (gnus-summary-print-article): Unbalanced parentheses.
9383
9384         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
9385         out whether new stuff has arrived.
9386
9387 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
9388
9389         * gnus-sum.el: Let printing work on ttys on Emacs.
9390
9391 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9392
9393         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
9394         when forcing news.
9395
9396         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
9397         command.
9398
9399 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
9400
9401         * message.el (message-set-auto-save-file-name): Don't use
9402         asterisks under nt.
9403
9404 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9405
9406         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
9407         lists of articles.
9408
9409         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
9410
9411         * gnus-msg.el (gnus-put-message): Clean up.
9412         (gnus-summary-reply): Mark all replied-to articles as replied to.
9413         (gnus-inews-add-send-actions): Also mark as forwarded.
9414         (gnus-summary-mail-forward): Mark as forwarded.
9415
9416         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
9417         of articles.
9418         (gnus-summary-mark-article-as-forwarded): Ditto.
9419
9420         * gnus-msg.el (gnus-summary-resend-message): Mark article as
9421         forwarded.
9422         (gnus-summary-mail-forward): Clean up.
9423
9424         * gnus.el (gnus-article-mark-lists): Added forward.
9425
9426         * gnus-sum.el (gnus-forwarded-mark): New variable.
9427         (gnus-summary-prepare-threads): Use it.
9428         (gnus-summary-update-secondary-mark): Ditto.
9429         (gnus-newsgroup-forwarded): New variable.
9430
9431 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9432
9433         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
9434         (gnus-summary-very-wide-reply): New command and keystroke.
9435         (gnus-summary-very-wide-reply-with-original): Ditto.
9436
9437         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
9438         (gnus-score-adaptive): Use it.
9439
9440         * gnus-start.el (gnus-get-unread-articles): Clean up.
9441
9442 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9443
9444         * nnultimate.el (nnultimate-retrieve-headers): Work for other
9445         boards.
9446
9447 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
9448
9449         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
9450         * gnus-start.el (gnus-subscribe-newsgroup): use it.
9451
9452 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9453
9454         * nnultimate.el (nnultimate-retrieve-headers): Understand
9455         long-form month names.
9456
9457 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9458
9459         * gnus-sum.el (gnus-summary-show-all-headers):
9460         gnus-article-show-all-headers is broken. Use
9461         gnus-summary-toggle-header instead.
9462
9463         * mml2015.el (mml2015-gpg-extract-from): No error.
9464
9465 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9466         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
9467
9468         * mml2015.el (mml2015-gpg-extract-from): New function.
9469         (mml2015-gpg-verify): Use it.
9470         (mml2015-gpg-clear-verify): Use it.
9471
9472 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9473
9474         * message.el (message-setup-fill-variables): Use
9475         fill-paragraph-function.
9476         (message-fill-paragraph): Take an argument.
9477         (message-newline-and-reformat): Take another argument.
9478
9479 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9480
9481         * message.el (rmail-output): It is in rmailout.el not rmail.el.
9482
9483 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9484
9485         * message.el (message-forward): local-variable-p takes an extra
9486         argument in XEmacs.
9487
9488 2001-03-16  Simon Josefsson  <simon@josefsson.org>
9489
9490         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
9491         `nnimap-use-nov-p' (it really tested the negative).
9492         (nnimap-retrieve-headers): Use it.
9493
9494 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9495
9496         * message.el (message-generate-headers-first): Update doc.
9497
9498 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
9499         Trivial patch.
9500
9501         * gnus.el (gnus-summary-line-format): Typo.
9502
9503 2001-03-11  Simon Josefsson  <simon@josefsson.org>
9504
9505         * mailcap.el (mailcap-mime-data): Add application/sieve.
9506         (mailcap-mime-extensions): Add .siv, .xls.
9507
9508 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9509         From Christoph Conrad <christoph.conrad@gmx.de>
9510
9511         * gnus-score.el (gnus-summary-lower-thread): Typo.
9512
9513 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9514
9515         * message.el (message-forward-decoded-p): New variable.
9516         (message-forward-subject-author-subject): Use it.
9517         (message-make-forward-subject): Use it.
9518         (message-forward): Use it.
9519
9520         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
9521
9522         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
9523         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
9524
9525 ;;Has been fixed -- zsh.
9526 ;;2001-03-05  Dave Love  <fx@gnu.org>
9527 ;;
9528 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
9529 ;;      Move it after definition of mm-coding-system-p.
9530 ;;
9531 2001-03-01  Dave Love  <fx@gnu.org>
9532
9533         * mm-util.el (mm-inhibit-file-name-handlers): Add
9534         image-file-handler.
9535
9536 2001-02-11  Dave Love  <fx@gnu.org>
9537
9538         * message.el (message-signature-file): Fix doc, :type.
9539
9540 2001-02-08  Dave Love  <fx@gnu.org>
9541
9542         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
9543         (message-posting-charset): Defvar when compiling again.
9544         (rfc2047-encodable-p): Require message.
9545
9546         * gnus-sum.el (gnus-alter-articles-to-read-function):
9547         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
9548
9549 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9550
9551         * nnrss.el: New file.
9552
9553 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
9554         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9555
9556         * rfc2047.el (rfc2047-unfold-region): Fix arg of
9557         `skip-chars-forward'.
9558
9559 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9560
9561         * nndraft.el (nndraft-request-group): Restore auto save files if
9562         the original files do not exist.
9563
9564 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9565
9566         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
9567         SCORE paths.
9568
9569         * mm-decode.el (mm-dissect-buffer): Call
9570         mail-extract-address-components only if necessary.
9571
9572 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9573
9574         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
9575         directory part.
9576         (gnus-score-search-global-directories): Use file-directory-p.
9577
9578         * gnus-score.el (gnus-score-score-files-1): Use
9579         gnus-kill-files-directory.
9580         From Adrian Aichner <adrian@xemacs.org>.
9581
9582 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9583
9584         * gnus.el (charset): Move here from gnus-sum.el.
9585
9586 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9587
9588         * mml.el (mml-preview): Disable local map.
9589
9590         * gnus-sum.el (gnus-summary-make-menu-bar): Make
9591         gnus-article-post-menu here.
9592
9593         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
9594         if it has not been made.
9595
9596 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9597
9598         * gnus-art.el (gnus-article-describe-key): Map key to event.
9599         (gnus-article-describe-key-briefly): Ditto
9600
9601 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9602
9603         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
9604
9605 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9606         From Katsumi Yamaoka <yamaoka@jpl.org>.
9607
9608         * dgnushack.el (coerce, merge, subseq): defmacro.
9609
9610 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9611
9612         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
9613         A fake defalias in nndraft.el results a not-activated bug in
9614         uncompiled versions.
9615
9616 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
9617         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9618
9619         * gnus-util.el (gnus-split-references): Handle malformed References:.
9620
9621 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9622
9623         * gnus-art.el (gnus-article-mime-part-status): 1 part.
9624
9625 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9626         From NAGY Andras <nagya@inf.elte.hu>.
9627
9628         * gnus.el (gnus-parameters): Typo.
9629
9630 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9631
9632         * gnus.el (gnus-read-method): Remove redundancy.
9633
9634 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9635
9636         * nnslashdot.el (nnslashdot-backslash-url): New variable.
9637         (nnslashdot-request-list): Use it.
9638
9639 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9640
9641         * nnml.el (nnml-generate-active-info): Fix the case when there is
9642         no file.
9643
9644         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
9645         (gnus-summary-create-article): New function.
9646
9647         * gnus-group.el (gnus-group-mark-article-read): New function.
9648
9649         * gnus-msg.el (gnus-inews-do-gcc): Use it.
9650
9651         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
9652
9653 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9654
9655         * gnus-art.el (gnus-article-edit-done): Don't use
9656         gnus-article-edit-exit.
9657         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
9658
9659         * gnus.el (gnus-parameters): New variable.
9660         Suggested by NAGY Andras <nagya@inf.elte.hu>.
9661         (gnus-parameters-get-parameter): New function.
9662         (gnus-group-find-parameter): Use it.
9663
9664 2001-02-23  Simon Josefsson  <simon@josefsson.org>
9665
9666         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
9667         change of default value to `current'.
9668
9669 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9670
9671         * nneething.el (nneething-get-head): Insert unreadable file too.
9672
9673 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9674
9675         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
9676
9677         * webmail.el (webmail-type-definition): Deja is bought by google.
9678
9679 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9680
9681         * gnus-sum.el (gnus-fetch-headers): New function.
9682         (gnus-select-newsgroup): Use it.
9683         (gnus-summary-insert-articles): New function.
9684         (gnus-summary-insert-old-articles): New function.
9685         (gnus-summary-insert-new-articles): New function.
9686
9687         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
9688         (gnus-group-list-active): Ditto.
9689         * gnus-sum.el (gnus-set-mode-line): Ditto.
9690         (gnus-summary-read-group-1): Ditto.
9691
9692 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9693
9694         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
9695         current topic.
9696
9697 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9698
9699         * smiley.el (gnus-smiley-display): Don't do widening.
9700
9701         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
9702         within body.
9703
9704         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
9705
9706         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
9707         New variable.
9708         (gnus-mime-display-multipart-related-as-mixed): New variable.
9709         (gnus-mime-display-part): Use them.
9710
9711 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9712
9713         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
9714         something special.
9715
9716 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9717
9718         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
9719         (nnweb-request-article): Call reference if exists.
9720         (nnweb-type-definition): Dejanews is bought by google.com.
9721         Beta!
9722
9723 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9724
9725         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
9726
9727 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9728
9729         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
9730         gnus-article-sort-functions.
9731         (gnus-article-sort-functions): Doc fix.  Refer to
9732         gnus-thread-sort-functions.
9733
9734 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9735         From Paul Jarc <prj@po.cwru.edu>.
9736
9737         * message.el (message-get-reply-headers): More fixes.
9738
9739 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
9740         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9741
9742         * message.el (message-get-reply-headers): Fix bug with
9743         Mail-Followup-To/to-address interaction.
9744
9745 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9746
9747         * gnus-msg.el (gnus-configure-posting-styles): Match header in
9748         gnus-article-copy.
9749
9750 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9751
9752         * message.el (message-do-send-housekeeping): Rename to a better
9753         name.
9754
9755 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9756
9757         * message.el (message-cancel-news): Check article first, then ask
9758         yes or no.
9759
9760 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9761
9762         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
9763
9764 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9765
9766         * gnus-range.el (gnus-range-normalize): New function.
9767
9768 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
9769
9770         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
9771
9772 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9773
9774         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
9775
9776         * nnagent.el (nnagent-request-regenerate): New function.
9777
9778         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
9779
9780         * nnml.el (nnml-generate-nov-databases): Accept argument
9781         server. Don't open server if it is opened.
9782         (nnml-request-regenerate): Use it. Change to deffoo.
9783
9784 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9785         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9786
9787         * gnus.el (gnus-define-group-parameter): Fix.
9788
9789 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9790
9791         * gnus.el (gnus-define-group-parameter): Improved.
9792
9793         * gnus-sum.el (charset): Define parameter.
9794         (ignored-charsets): Ditto.
9795         (gnus-summary-setup-default-charset): Use them.
9796
9797         * gnus-start.el (gnus-read-descriptions-file): Use them.
9798
9799         * gnus-cus.el (gnus-group-parameters): Remove them.
9800
9801 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9802
9803         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
9804
9805 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9806
9807         * gnus-sum.el (gnus-summary-read-group-1): Remove
9808         gnus-summary-set-local-parameters.
9809         (gnus-summary-setup-buffer): Put it here.
9810
9811 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9812
9813         * gnus.el (to-address): Define parameter.
9814         (to-list): Ditto.
9815         * gnus-art.el (article-hide-boring-headers): Use them.
9816         * gnus-msg.el (gnus-post-news): Ditto.
9817         * gnus-cus.el (gnus-group-parameters): Remove them.
9818
9819 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9820
9821         * gnus-draft.el (gnus-draft-reminder): New function.
9822
9823         * gnus-art.el (gnus-sender-save-name): New function.
9824
9825 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9826
9827         * mm-util.el (mm-mime-charset): Error message.
9828
9829 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9830
9831         * message.el (message-check-news-body-syntax): Don't check mml lines.
9832
9833 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9834
9835         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
9836         subscribe.
9837
9838         * gnus-start.el (gnus-call-subscribe-functions): New function.
9839         (gnus-find-new-newsgroups): Use it.
9840         (gnus-ask-server-for-new-groups): Use it.
9841         (gnus-check-first-time-used): Use it.
9842         (gnus-subscribe-newsgroup-method): Grok a list of functions.
9843         (gnus-subscribe-options-newsgroup-method): Ditto.
9844         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
9845         return .
9846
9847 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9848
9849         * gnus-cus.el (gnus-score-customize): Doc fix.
9850
9851 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
9852
9853         * dgnushack.el (my-getenv): Typo.
9854
9855 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9856
9857         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
9858
9859 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9860
9861         * gnus-group.el (gnus-group-suspend): Offer save summaries.
9862
9863         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
9864         (gnus-treatment-function-alist): Use it.
9865         (article-remove-leading-whitespace): New function.
9866         (gnus-article-make-menu-bar): Use it.
9867
9868         * gnus-sum.el (gnus-summary-wash-empty-map): Add
9869         remove-leading-whitespace.
9870         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
9871         because of conflict.
9872
9873 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9874
9875         * Makefile.in: Hack generating gnus-load.el.
9876         * dgnushack.el: Ditto.
9877         * gnus-load.el: Remove it.
9878
9879 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9880
9881         * dgnushack.el : Add URLDIR.
9882
9883         * Makefile.in (EMACS_COMP): Ditto.
9884
9885 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9886
9887         * gnus-cus.el (gnus-score-customize): Error on no score file.
9888
9889 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9890
9891         * mm-decode.el (mm-merge-handles): New function.
9892
9893         * mm-view.el (mm-inline-message): Use it.
9894         (mm-view-message): Ditto.
9895
9896         * mm-partial.el (mm-inline-partial): Ditto.
9897
9898         * mm-extern.el (mm-inline-external-body): Ditto.
9899
9900         * gnus-art.el (gnus-mime-view-part): Ditto.
9901         (gnus-mime-view-part-as-type): Ditto.
9902         (gnus-mime-save-part-and-strip): Prevent users to strip in some
9903         cases.
9904
9905 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9906
9907         * message.el (message-cancel-news): Allow to shoot foot.
9908         (message-supersede): Ditto.
9909
9910 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
9911         Trivial patch.
9912
9913         * gnus-sum.el (gnus-simplify-subject-re): Use
9914         message-subject-re-regexp.
9915
9916 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9917
9918         * nnmail.el (nnmail-expiry-target-group): Bind
9919         nnmail-cache-accepted-message-ids to nil.
9920
9921         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
9922         coding system.
9923
9924 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9925
9926         * qp.el (quoted-printable-encode-region): Make sure characters are
9927         between 00 and FF.  Don't check charset.
9928
9929         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
9930         in Emacs 20.
9931         * rfc2047.el (rfc2047-q-encode-region): Ditto.
9932
9933 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9934
9935         * message.el (message-make-forward-subject): Argument decoded.
9936         (message-forward): Use it when digest.
9937
9938         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
9939         buffer.
9940
9941 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9942
9943         * message.el (message-generate-headers-first): Doc fix.
9944
9945 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9946
9947         * gnus-art.el (article-make-date-line): Error proof.
9948
9949 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9950
9951         * gnus-group.el (gnus-group-listing-limit): New variable.
9952         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
9953
9954         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
9955
9956 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9957
9958         * message.el (message-newline-and-reformat): Special case for
9959         breaking at BOL.
9960
9961 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
9962
9963         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
9964         message/rfc822.
9965
9966 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9967
9968         * message.el (message-encode-message-body): Don't insert
9969         Content-Type if it is inside a mail.
9970
9971 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9972
9973         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
9974         gnus-article-commands-menu.
9975
9976         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
9977         in Emacs.
9978
9979         * gnus-start.el (gnus-read-descriptions-file): Use
9980         gnus-group-name-charset and gnus-group-charset-alist.
9981
9982 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9983
9984         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
9985         active region.
9986
9987         * gnus-start.el (gnus-group-change-level): Remove from both
9988         gnus-zombie-list and gnus-killed-list.
9989
9990 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9991
9992         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
9993         gnus-subscribe-topics.
9994
9995         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
9996
9997 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9998
9999         * gnus-art.el (gnus-article-make-menu-bar): Make
10000         gnus-article-post-menu.
10001
10002         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
10003
10004         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
10005
10006         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
10007
10008         * message.el (message-mode-menu): Ditto.
10009
10010         * gnus-art.el (defvar): eval-when-compile.
10011
10012 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10013
10014         * gnus-agent.el (gnus-agentize): Fix doc.
10015
10016 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
10017
10018         * mml.el (mml-preview): Bind `q'.
10019
10020 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10021
10022         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
10023
10024 2001-01-31  Dave Love  <fx@gnu.org>
10025
10026         * mm-util.el (mm-mime-mule-charset-alist)
10027         (mm-find-mime-charset-region): Consider mule-utf-8.
10028
10029 2001-01-31  Dave Love  <fx@gnu.org>
10030
10031         * gnus-art.el (gnus-article-x-face-command)
10032         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
10033         :version.
10034
10035 2001-01-26  Dave Love  <fx@gnu.org>
10036
10037         * mm-util.el (mm-multibyte-string-p): New.
10038
10039 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
10040 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
10041 ;;      string-as-multibyte on class.  Clarify line-folding.
10042         (quoted-printable-encode-string): Make temp buffer inherit
10043         string's multibyteness.
10044
10045 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
10046
10047         * nnheader.el (toplevel): Don't require `gnus-util' at
10048         compile-time; this creates a circular dependency, and prevents
10049         a bootstrap.
10050
10051 2001-01-22  Andreas Schwab  <schwab@suse.de>
10052
10053         * nnheader.el (gnus-delete-line): Autoload it as a macro.
10054
10055 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10056
10057         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
10058
10059         * gnus-art.el (article-hide-list-identifiers): Ditto.
10060
10061         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
10062
10063 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10064
10065         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
10066
10067         * gnus-art.el (article-hide-list-identifiers): Similar.
10068
10069 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
10070
10071         * nnmail.el (nnmail-remove-list-identifiers): Improved.
10072
10073 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10074
10075         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
10076
10077 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10078
10079         * gnus-util.el (gnus-string-equal): New function.
10080
10081         * gnus-art.el (article-hide-boring-headers): Use it.
10082
10083 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
10084
10085         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
10086
10087 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10088
10089         * gnus-msg.el (gnus-msg-mail): Support switch-action.
10090
10091 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10092
10093         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
10094         command if there is not last-saver.
10095
10096 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10097
10098         * nntp.el (nntp-open-connection): 201 is possible.
10099
10100 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10101
10102         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
10103         (rfc2047-charset-encoding-alist): Add big5.
10104
10105 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10106
10107         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
10108         (gnus-agent-remove-server): Ditto.
10109         (autoload): gnus-server-update-server.
10110
10111         * gnus-srvr.el (gnus-server-line-format): Add %a.
10112         (gnus-server-line-format-alist): Add gnus-tmp-agent.
10113         (gnus-server-insert-server-line): Use it.
10114
10115 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10116
10117         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
10118         GB2312 and Big5.
10119
10120 2001-01-24  Simon Josefsson  <sj@extundo.com>
10121
10122         * mail-source.el (mail-sources): Add :program specifier to IMAP
10123         mail source.
10124         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
10125
10126 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10127
10128         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
10129
10130 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10131
10132         * nntp.el (nntp-wait-for): Return the success code.
10133         (nntp-open-connection): Use it.
10134
10135 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10136
10137         * gnus-int.el (gnus-check-server): Allow breaking the opening.
10138
10139 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10140
10141         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
10142
10143 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10144
10145         * gnus-sum.el (gnus-summary-print-article): Take one prefix
10146         argument. Allow to print several articles in one file.
10147
10148 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10149
10150         * webmail.el (webmail-type-definition): netaddress changes.
10151
10152 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10153
10154         * gnus.el: Fix copyright. Remove trailing spaces.
10155
10156         * message.el (message-forward): Use mule4.
10157
10158 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10159
10160         * mm-util.el (mm-string-as-unibyte): New function.
10161
10162         * message.el (message-forward): Use it.
10163
10164 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10165
10166         * message.el (message-cite-original-without-signature): Don't peel
10167         off the blank line.
10168         (message-get-reply-headers): Add Cc if it is not in follow-to.
10169
10170 2001-01-20  Simon Josefsson  <sj@extundo.com>
10171
10172         * mm-decode.el (mm-handle-multipart-from): Add.
10173         (mm-dissect-buffer): Save From: header value.
10174         (mm-security-from): Remove.
10175         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
10176
10177         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
10178         instead of `mml-security-from'.  Protect null from value.
10179
10180 2001-01-20  Simon Josefsson  <sj@extundo.com>
10181
10182         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
10183         application/vnd.ms-excel attachments.
10184
10185 2001-01-19  Simon Josefsson  <sj@extundo.com>
10186
10187         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
10188
10189 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10190
10191         * message.el (message-ignored-mail-headers): Ditto.
10192
10193 2001-01-19  Simon Josefsson  <sj@extundo.com>
10194
10195         * message.el (message-ignored-news-headers): Only search beginning
10196         of line.
10197
10198 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
10199         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
10200
10201         * message.el (message-send-mail): Content-Type may not be there.
10202
10203 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10204
10205         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
10206         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
10207
10208         * gnus-art.el (article-display-x-face): Insert X-Face if there is
10209         not.
10210
10211 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10212
10213         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
10214         non-native groups.
10215
10216 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10217
10218         * message.el (message-yank-original): Understand
10219         universal-argument.
10220
10221 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10222
10223         * gnus-art.el (gnus-boring-article-headers): Add to-address.
10224         (article-hide-boring-headers): Ditto.
10225
10226         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
10227
10228 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10229
10230         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
10231         one.
10232
10233 2001-01-16  Simon Josefsson  <simon@josefsson.org>
10234
10235         * message.el (message-make-in-reply-to): Add comment to message-id
10236         (old syntax, see 2000-08-02 change).
10237
10238 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10239
10240         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
10241         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
10242         (gnus-button-reply): Ditto.
10243
10244 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10245
10246         * gnus-art.el (article-display-x-face): Fix.
10247
10248 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10249
10250         * gnus-art.el (article-display-x-face): Use
10251         gnus-original-article-buffer.
10252
10253 2001-01-15  Jack Twilley  <jmt@tbe.net>
10254
10255         * message.el (message-add-header): Move to point-max.
10256
10257 2001-01-15  Simon Josefsson  <simon@josefsson.org>
10258
10259         * smime.el (smime-CA-directory, smime-CA-file): Change default to
10260         nil, improve documentation.
10261         (smime-certificate-directory): Comment out false hints (until it
10262         is implemented).
10263
10264         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
10265         there aren't any keys.
10266         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
10267         verify certificate.  Default is changed to only check integrity.
10268         Improved security status texts.  If a certificate doesn't contain
10269         a email address, don't fail.
10270
10271         * smime.el (smime-noverify-region):
10272         (smime-noverify-buffer): New functions.  Verifies integrity only.
10273
10274 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10275
10276         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
10277
10278 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10279
10280         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
10281         (gnus-remove-some-windows): Ditto.
10282
10283 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10284
10285         * gnus-art.el (article-make-date-line): 11th.
10286
10287 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10288
10289         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
10290         (mml2015-gpg-sign): Ditto.
10291
10292 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10293
10294         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
10295         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
10296
10297 2001-01-08  Dave Love  <fx@gnu.org>
10298
10299         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
10300         single character.
10301
10302         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
10303
10304         * message.el: Doc and message fixes.
10305         (message-send-rename-function)
10306         (message-make-forward-subject-function)
10307         (message-send-mail-function, message-reply-to-function)
10308         (message-wide-reply-to-function, message-followup-to-function)
10309         (message-distribution-function, message-auto-save-directory): Fix
10310         :type.
10311
10312         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
10313         proceeding after warnings.  Amend multipart warning message.
10314
10315 2001-01-04  Dave Love  <fx@gnu.org>
10316
10317         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
10318         compiling.
10319         (gnus-make-directory): Require nnmail.
10320
10321         * mm-decode.el (mm-inline-media-tests): Add
10322         image/x-portable-bitmap.
10323         (mm-get-image): Grok pbm.
10324
10325 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
10326
10327         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
10328
10329 2001-01-09  Didier Verna  <didier@xemacs.org>
10330
10331         * dgnushack.el (dgnushack-compile): give a dummy value to
10332         `gnus-xmas-glyph-directory' for the time of compilation.
10333         * gnus-agent.el: moved some XEmacs specific hook add-ons from
10334         `gnus-xmas-[re]define' to avoid loosing user custom settings.
10335         * gnus-art.el: ditto.
10336         * gnus-group.el: ditto.
10337         * gnus-salt.el: ditto.
10338         * gnus-sum.el: ditto.
10339         * gnus-topic.el: ditto.
10340         * gnus-xmas.el (gnus-xmas-define): see above.
10341         * gnus-xmas.el (gnus-xmas-redefine): see above.
10342         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
10343         non-continuable error when the directory can't be found.
10344
10345 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10346
10347         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
10348         handle.
10349         * gnus-art.el (gnus-mime-view-part): Copy it.
10350         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
10351
10352 2001-01-09  Michael Downes  <mjd@ams.org>
10353
10354         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
10355
10356 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10357
10358         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
10359         orig-file. Use ',source.
10360
10361 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10362
10363         * gnus-xmas.el (gnus-xmas-modeline-glyph):
10364         (gnus-xmas-group-startup-message):
10365         Detect gnus-xmas-glyph-directory when it is nil.
10366
10367 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10368
10369         * pop3.el (pop3-get-message-count): Andrew Innes
10370         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
10371
10372 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10373
10374         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
10375
10376         * time-date.el (time-to-number-of-days): New function.
10377
10378 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
10379         Trivial patch.
10380
10381         * nnslashdot.el (nnslashdot-request-list): Always get the right
10382         sid.
10383
10384 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10385
10386         * message.el (message-minibuffer-local-map): New keymap.
10387         (message-read-from-minibuffer): Use it.
10388         * gnus-msg.el (gnus-summary-resend-message): Use it
10389
10390 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10391
10392         * gnus-start.el (gnus-display-time-event-handler): New function.
10393         (gnus-after-getting-new-news-hook): Use it.
10394
10395 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10396
10397         * message.el (message-ignored-mail-headers): Add draft header.
10398
10399 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10400
10401         * gnus-sum.el (gnus-summary-expire-articles): Don't save
10402         excursion.
10403
10404         * nnslashdot.el (nnslashdot-request-list): Get the right year.
10405
10406 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
10407         A revoked patch.
10408
10409         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
10410
10411 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10412
10413         * qp.el (quoted-printable-decode-region): Don't backward-char.
10414
10415 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10416
10417         * gnus-draft.el: Mark articles as replied.
10418
10419         * gnus-sum.el (gnus-summary-add-mark): New function.
10420
10421         * gnus-group.el (gnus-add-mark): New function.
10422
10423         * gnus-sum.el (gnus-summary-buffer-name): New function.
10424         (gnus-summary-setup-buffer): Use it.
10425
10426         * gnus-draft.el: Set things up with the right post method and
10427         stuff.
10428
10429         * message.el (message-ignored-news-headers): Remove X-Draft-From.
10430
10431         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
10432
10433         * gnus.el (gnus-draft-meta-information-header): New variable.
10434
10435 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10436
10437         * gnus-art.el (gnus-treatment-function-alist): Move the date
10438         functions before the header sorting functions.
10439
10440         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
10441
10442         * dgnushack.el (dgnushack-compile): Message whether there is w3.
10443         Don't (push "/usr/share/emacs/site-lisp" load-path).
10444
10445         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
10446         to empty fill prefixes.
10447
10448 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10449
10450         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
10451         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
10452
10453 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10454
10455         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
10456
10457         * nnml.el (autoload): Move to nnheader.el.
10458
10459         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
10460         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
10461         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
10462         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
10463
10464 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10465
10466         * gnus-art.el (article-make-date-line): Get the hours right.
10467         (gnus-ignored-headers): More hiding.
10468
10469         * nnmail.el (nnmail-expiry-wait): Not an integer.
10470
10471         * message.el (message-goto-body): Only expand abbrev when called
10472         interactively.
10473         (message-make-lines): Use it.
10474
10475 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10476
10477         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
10478
10479 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10480
10481         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
10482         include the expunged articles.
10483
10484         * gnus-group.el (gnus-group-sort-by-server): New function.
10485
10486         * gnus.el (gnus-method-to-server-name): New function.
10487         (gnus-group-prefixed-name): Use it.
10488
10489         * gnus-group.el (gnus-group-sort-function): Doc fix.
10490         (gnus-group-sort-groups-by-server): New command.
10491
10492 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10493
10494         * gnus-art.el (gnus-treat-date-english): New variable.
10495         (article-date-english): New command.
10496         (gnus-english-month-names): New variable.
10497         (article-make-date-line): Do 'english.
10498
10499         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
10500         after the fill prefix.
10501
10502         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
10503         score...".
10504
10505         * gnus-art.el (gnus-ignored-headers): Hide more headers.
10506
10507         * message.el (message-mode-map): Bind comment-region.
10508
10509         * gnus-art.el (gnus-mime-display-part): Let w3 display
10510         multipart/related.
10511
10512         * mm-bodies.el (mm-long-lines-p): New function.
10513         (mm-body-encoding): Use it.
10514         (mm-body-encoding): Encode articles with lines longer than 1000
10515         characters.
10516
10517 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10518
10519         * mm-util.el (mm-enable-multibyte): Use
10520         default-enable-multibyte-characters.
10521         (mm-enable-multibyte-mule4): Ditto.
10522         (mm-disable-multibyte): Test XEmacs.
10523         (mm-disable-multibyte-mule4): Ditto.
10524         (mm-with-unibyte-current-buffer): Simplified.
10525         (mm-with-unibyte-current-buffer-mule4): Ditto.
10526
10527 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10528
10529         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
10530
10531         * nnheader.el (nnheader-string-as-multibyte): New alias.
10532
10533         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
10534
10535         * gnus-uu.el (gnus-message-process-mark): New function.
10536         (gnus-uu-mark-by-regexp): Use it.
10537         (gnus-new-processable): New function.
10538
10539 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
10540          Trivial patch.
10541
10542         * gnus-sum.el (gnus-no-mark): New variable.
10543
10544 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10545
10546         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
10547         backslashes.
10548
10549 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10550
10551         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
10552         definition.
10553
10554 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10555
10556         * dgnushack.el (dgnushack-compile): elc is in the current directory.
10557
10558         * qp.el (quoted-printable-encode-region): Don't check multibyte in
10559         XEmacs.
10560
10561 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
10562         Trivial patch.
10563
10564         * mml.el (mml-read-tag): Save tag location.
10565
10566 2000-12-25  Simon Josefsson  <simon@josefsson.org>
10567
10568         * starttls.el: Sync with Emacs 21.
10569
10570 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10571
10572         * message.el (message-mail): Support yank-action.
10573
10574         * message.el (message-setup): Revoke the last change.
10575
10576 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10577
10578         * message.el (message-setup): Use cons. Suggested by Johan Vromans
10579         <jvromans@squirrel.nl>.
10580
10581 2000-12-24  Simon Josefsson  <sj@extundo.com>
10582
10583         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
10584         mailing list junk at end of part.
10585
10586 2000-12-23  Simon Josefsson  <sj@extundo.com>
10587
10588         * nnimap.el (nnimap-expiry-target): New function.
10589         (nnimap-request-expire-articles): Use it.
10590
10591 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10592
10593         * gnus.el (gnus-group-parameters-more): New variable.
10594         * gnus-cus.el (gnus-group-customize): Use it.
10595
10596         * gnus.el (gnus-define-group-parameter): New macro.
10597         (auto-expire): Use it
10598         (total-expire): Use it.
10599         * gnus-art.el (banner): Use it.
10600
10601         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
10602         <ljz@asfast.com>.
10603
10604 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10605
10606         * gnus-topic.el (gnus-topic-create-topic): Use list.
10607
10608         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
10609         before binding gnus-default-article-saver.
10610
10611         * gnus-sum.el (gnus-summary-save-article):
10612         (gnus-summary-pipe-output):
10613         (gnus-summary-save-article-mail):
10614         (gnus-summary-save-article-rmail):
10615         (gnus-summary-save-article-file):
10616         (gnus-summary-write-article-file):
10617         (gnus-summary-save-article-body-file): Ditto.
10618
10619         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
10620
10621 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10622
10623         * gnus-art.el (gnus-mime-security-button-map):
10624         (gnus-mime-button-map): Add parent.
10625
10626 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10627
10628         * messagexmas.el (message-xmas-redefine): New function.
10629
10630         * message.el: Use it.
10631
10632         * gnus-art.el (gnus-article-check-hidden-text): Return t.
10633
10634         * gnus-util.el (gnus-remove-text-properties-when): Return t.
10635
10636 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10637
10638         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
10639         malformatted messages.
10640
10641 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10642
10643         * mm-util.el (mm-image-load-path): New function.
10644
10645         * gnus-group.el (gnus-group-make-tool-bar): Use it.
10646
10647         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
10648
10649         * message.el (message-tool-bar-map): Use it.
10650
10651         * Makefile.in (install-el): New rule.
10652
10653 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10654
10655         * gnus-art.el (article-treat-dumbquotes): Quote \.
10656
10657 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10658
10659         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
10660         Emacs 20 runs on a terminal.
10661
10662 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10663
10664         * gnus-msg.el (gnus-bug): Revert to save-excursion.
10665
10666         * mml.el (gnus-add-minor-mode): Autoload.
10667
10668         * message.el (message-forward): Save-restriction.
10669
10670 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10671
10672         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
10673         Paul Stevenson <p.stevenson@surrey.ac.uk>
10674
10675 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10676
10677         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
10678
10679         * mml.el (gnus-ems): Don't require.
10680
10681         * gnus.el (gnus-decode-rfc1522): Removed.
10682         (gnus-set-text-properties): Define.
10683
10684 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10685
10686         * gnus-art.el (gnus-mime-*): handle may be nil.
10687
10688         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
10689
10690         * gnus.el (gnus-group-remove-excess-properties): Not defined
10691         in gnus-xmas.
10692
10693 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10694
10695         * message.el (message-mail-user-agent): Add :version.
10696
10697 2000-12-21  Miles Bader  <miles@gnu.org>
10698
10699         * message.el (message-mode): Set `comment-start' to the  yank prefix.
10700
10701 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10702
10703         * message.el (message-mail-user-agent): New variable.
10704         (message-setup): Renamed to message-setup-1. Support
10705         mail-user-agent.
10706         (message-mail-user-agent): New function.
10707         (message-mail): Use it.
10708         (message-reply): Use it.
10709         (message-resend): Use it.
10710         (message-mail-other-window): Use it.
10711         (message-mail-other-frame): Use it.
10712
10713         * gnus-msg.el (gnus-bug): Support mail-user-agent.
10714
10715 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10716
10717         * message.el (message-tool-bar-map): Simplify.
10718         (message-narrow-to-head-1): New function.
10719         (message-narrow-to-head): Use it.
10720         (message-reply): Ditto.
10721         (message-cancel-news): Ditto.
10722         (message-supersede): Ditto.
10723         (message-make-forward-subject): Ditto.
10724         (message-bounce): Ditto.
10725
10726 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10727
10728         * uudecode.el (uudecode-decode-region-external): make-temp-file
10729         may not be defined.
10730
10731         * binhex.el (defalias): eval-and-compile.
10732
10733         * message.el (message-tool-bar-map): New function.
10734         (message-mode): Use it.
10735
10736 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10737
10738         * nntp.el (nntp-find-connection): Remove the entry.
10739         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
10740
10741 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10742
10743         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
10744
10745         * message.el (message-forward): Copy buffer in unibyte mode.
10746
10747 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10748
10749         * message.el (message-make-forward-subject): Don't widen. Decode.
10750         (message-forward): Don't decode subject.
10751
10752 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
10753
10754         * qp.el (quoted-printable-encode-region): Upcase QP.
10755
10756 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10757
10758         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
10759         mail-extract-a-c instead. Don't depend on Gnus.
10760
10761         * mml.el (gnus-ems): Require it.
10762
10763         * gnus-msg.el (gnus-summary-mail-forward):
10764
10765         * message.el (message-forward):  Move mime-to-mml here.
10766
10767 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10768
10769         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
10770         * gnus-art.el (gnus-insert-mime-button): Simplify.
10771         (gnus-mime-display-alternative): Ditto.
10772         (gnus-insert-mime-security-button): Ditto.
10773
10774 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10775
10776         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
10777         text-property-not-all doesn't return nil when start=mark(end).
10778         (gnus-remove-text-properties-when): Ditto.
10779
10780 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10781
10782         * gnus-start.el (gnus-group-change-level): Remove group from
10783         gnus-active-hashtb if real killed.
10784
10785 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10786
10787         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
10788         (gnus-mime-display-alternative): Ditto.
10789         (gnus-insert-mime-security-button): Ditto.
10790
10791 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10792
10793         * gnus-start.el (gnus-group-change-level): Don't add it into
10794         killed-list if it was killed.
10795
10796 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10797
10798         * nnmbox.el (nnmbox-file-coding-system): Use binary.
10799         (nnmbox-active-file-coding-system): Ditto.
10800
10801         * gnus-cus.el (gnus-group-parameters): Add posting-style.
10802
10803 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10804
10805         * gnus.el (gnus-version):
10806         (gnus-version-number): Set to Oort Gnus 0.01.
10807
10808         * gnus-art.el (gnus-mime-security-button-map):
10809         (gnus-insert-mime-security-button): Fix for Emacs21.
10810
10811 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10812
10813         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
10814         easymenu, because XEmacs doesn't understand :help.
10815
10816         * mm-uu.el: Require binhex.
10817
10818 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10819
10820         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
10821
10822 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
10823
10824         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
10825
10826 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
10827
10828         * *.xpm, *.pbm: Convert icons icons to size 24x24.
10829
10830 2000-12-18  Dave Love  <fx@gnu.org>
10831
10832         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
10833         (unused).
10834
10835 2000-12-13  Miles Bader  <miles@gnu.org>
10836
10837         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
10838         to t, so that we don't get stuck while trying to smilefy
10839         intangible text.
10840
10841 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
10842
10843         * smiley-ems.el (smiley-regexp-alist): Make regexps match
10844         at the end of the buffer.
10845         (smiley-region): In the loop, move to the end of the submatch
10846         matching the smiley instead of using the end of the match
10847         of the whole regexp.
10848
10849 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
10850
10851         * message.el (message-mode): Doc fix.
10852
10853 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
10854
10855         * smiley-ems.el (smiley-region): Doc fix.
10856
10857 2000-12-11  Miles Bader  <miles@gnu.org>
10858
10859         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
10860         bottom line visible, check to see if it's partially obscured, and
10861         if so, either scroll one more line to make it fully visible, or
10862         revert to showing the second line from the top.
10863
10864 2000-12-07  Dave Love  <fx@gnu.org>
10865
10866         * mailcap.el (mailcap-download-directory)
10867         * gnus-audio.el (gnus-audio-directory)
10868         * smiley-ems.el (smiley-data-directory): Fix :type.
10869
10870 2000-11-30  Dave Love  <fx@gnu.org>
10871
10872         * message.el (message-auto-save-directory): Use
10873         file-name-as-directory.
10874         (message-set-auto-save-file-name): Create
10875         message-auto-save-directory if necessary.
10876         (message-replace-chars-in-string): Removed -- unused.
10877         (message-mail-alias-type): Customize.
10878         (message-headers): Remove duplicate defgroup.
10879
10880 2000-11-29  Dave Love  <fx@gnu.org>
10881
10882         * qp.el (quoted-printable-decode-region): Use error, not message
10883         to report malformed text (like base64).  Amend message.
10884
10885 2000-11-29  Miles Bader  <miles@gnu.org>
10886
10887         * message.el (message-header-lines): Fontify tag.
10888
10889 2000-11-27  Dave Love  <fx@gnu.org>
10890
10891         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
10892         compiler warning.
10893
10894 ;2000-11-26  Dave Love  <fx@gnu.org>
10895 ;
10896 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
10897 ;
10898 2000-11-23  Dave Love  <fx@gnu.org>
10899
10900         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
10901
10902         * mm-uu.el (uudecode): Require.
10903         (uudecode-decode-region, uudecode-decode-region-external): Don't
10904         autoload.
10905         (mm-uu-copy-to-buffer): Doc fix.
10906         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
10907         type fix.
10908
10909         * mailcap.el: Doc fixes.
10910         (mailcap-mime-data): Various adjustments.
10911         (mailcap): New group.
10912         (mailcap-download-directory): Customize.
10913         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
10914         (mailcap-temporary-directory): Deleted (unused).
10915         (mailcap-unescape-mime-test): Simplify slightly.
10916         (mailcap-viewer-passes-test): Use functionp.
10917         (mailcap-command-p): Aliased to executable-find.
10918
10919         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
10920         default-enable-multibyte-characters is nil.
10921
10922 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
10923
10924         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
10925
10926 2000-11-21  Dave Love  <fx@gnu.org>
10927
10928         * gnus-art.el (gnus-mime-button-map): Don't inherit from
10929         gnus-article-mode-map.
10930 ;       (gnus-mime-button-menu): Use mouse-set-point.
10931         (gnus-insert-mime-button, gnus-mime-display-alternative)
10932         (gnus-mime-display-alternative): Don't use local-map property.
10933
10934 2000-11-17  Dave Love  <fx@gnu.org>
10935
10936         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
10937         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
10938         and make-temp-file.
10939         (uudecode-decode-region): Doc fix.
10940
10941 2000-11-14  Dave Love  <fx@gnu.org>
10942
10943         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
10944         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
10945         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
10946         New files, derived from the XPMs.
10947
10948 2000-11-10  Dave Love  <fx@gnu.org>
10949
10950         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
10951         (gnus-agent-lib-file, gnus-agent-load-alist)
10952         (gnus-agent-save-alist, gnus-agent-article-name): Use
10953         expand-file-name.
10954
10955         * gnus-group.el (gnus-group-name-charset-method-alist): Add
10956         :version.
10957         (nnkiboze-score-file): Defvar when compiling.
10958
10959         * gnus-start.el (gnus-read-newsrc-file): Add :version.
10960
10961         * gnus-art.el (gnus-article-banner-alist)
10962         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
10963         (gnus-article-date-lapsed-new-header)
10964         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
10965         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
10966         (gnus-treat-strip-headers-in-body)
10967         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
10968         (gnus-treat-translate): Add :version.
10969         (gnus-article-mime-part-function): Fix defcustom.
10970
10971         * nnmail.el (nnmail-expiry-target)
10972         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
10973         (nnmail-split-header-length-limit): Add :version.
10974
10975         * gnus-sum.el (gnus-auto-expirable-marks)
10976         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
10977         (gnus-extra-headers, gnus-ignored-from-addresses)
10978         (gnus-newsgroup-ignored-charsets)
10979         (gnus-group-highlight-words-alist)
10980         (gnus-summary-show-article-charset-alist): Add :version.
10981
10982         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
10983         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
10984         files, converted from the XPMs.
10985
10986         * gnus-cache.el (gnus-cache-active-file): Don't use
10987         file-name-as-directory on directory.
10988         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
10989         use file-name-as-directory on directory.
10990
10991         * time-date.el (timezone-make-date-arpa-standard): Autoload.
10992         (date-to-time): Use it.
10993
10994 ;       * message.el (message-mode) <adaptive-fill-regexp>:
10995 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
10996 ;       (message-newline-and-reformat): Likewise.
10997         (message-forward-as-mime, message-forward-ignored-headers)
10998         (message-buffer-naming-style, message-default-charset)
10999         (message-dont-reply-to-names, message-send-mail-partially-limit):
11000         Add :version.
11001
11002         * mm-util.el: Doc fixes.
11003         (mm-mime-charset): Don't use the raw result of
11004         mm-preferred-coding-system.
11005         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
11006         (mm-with-unibyte): Simplify.
11007
11008         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
11009         concat.
11010
11011         * pop3.el (pop3-version): Deleted.
11012         (pop3-make-date): New function, avoiding message-make-date.
11013         (pop3-munge-message-separator): Use it.
11014
11015 2000-11-09  Dave Love  <fx@gnu.org>
11016
11017         * gnus-group.el (gnus-group-make-directory-group)
11018         (gnus-group-fetch-faq): Use expand-file-name.
11019         (gnus-group-fetch-faq): Simplify completing-read form.
11020
11021         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
11022         test for Mule.
11023
11024         * message.el (tool-bar-map): Defvar when compiling.
11025
11026         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
11027         (gnus-tm-lisp-directory): Deleted.
11028         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
11029         (featurep 'xemacs).
11030         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
11031         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
11032         version numbers from file names.
11033
11034 2000-11-08  Dave Love  <fx@gnu.org>
11035
11036         * mm-view.el: Use featurep for XEmacs test.
11037         (mm-inline-message): Test for `remove-specifier'; don't use
11038         condition-case.
11039
11040         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
11041
11042         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
11043         (gnus-score-find-bnews): Don't concat "".
11044
11045         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
11046         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
11047         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
11048         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
11049
11050         * gnus-sum.el: Put some defvars in eval-when-compile.
11051         (gnus-summary-mode-hook): Add :options.
11052         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
11053         (gnus-summary-tool-bar-map): New variable.
11054         (gnus-summary-make-tool-bar): New function.
11055         (gnus-summary-mode): Put kill-all-local-variables first.
11056
11057         * gnus-group.el (gnus-group-toolbar-map): New variable.
11058         (gnus-group-make-tool-bar): Rewritten.
11059         (gnus-group-mode): Put kill-all-local-variables first.
11060
11061         * rfc2047.el: Require gnus-util.
11062
11063         * nnml.el (gnus-sorted-intersection): Autoload.
11064
11065         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
11066         Put some defvars in eval-when-compile.
11067         (gnus-intersection, gnus-sorted-complement):  Autoload.
11068
11069         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
11070
11071         * mm-encode.el (mm-body-7-or-8): Autoload.
11072
11073         * mm-decode.el (mm-insert-inline): Autoload.
11074
11075         * mml.el:
11076         * message.el: Put some defvars in eval-when-compile.
11077
11078         * gnus-msg.el: Put some defvars in eval-when-compile.
11079         (gnus-msg-mail): Move after gnus-setup-message.
11080
11081         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
11082
11083 2000-11-07  Dave Love  <fx@gnu.org>
11084
11085         * gnus-util.el (nnheader): Don't require message (recursive
11086         autoload).
11087
11088         * uudecode.el: Avoid compiler warnings.
11089
11090         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
11091         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
11092
11093 2000-11-06  Dave Love  <fx@gnu.org>
11094
11095         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
11096
11097         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
11098         (uudecode-char-int): New alias, replacing char-int.
11099         (uudecode-decode-region): Don't call buffer-disable-undo.
11100
11101 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
11102 ;       (mm-uu-configure-list): Doc fix.
11103 ;
11104 ;       * earcon.el (running-xemacs): Don't define.
11105 ;
11106 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
11107 ;
11108 ;       * message.el (message-font-lock-keywords): Match a final newline
11109 ;       to help font-lock's multiline support.
11110 ;
11111 2000-11-03  Dave Love  <fx@gnu.org>
11112
11113         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
11114
11115         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
11116         name.
11117
11118         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
11119         <banner>: Fix custom type, doc.
11120
11121         * mm-decode.el (mm-display-external): Space-prefix temp buffer
11122         name.  Don't disable undo explicitly.
11123
11124 ;2000-11-02  Dave Love  <fx@gnu.org>
11125 ;
11126 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
11127 ;       cite-prefix.
11128
11129 2000-11-01  Dave Love  <fx@gnu.org>
11130
11131         * rfc2047.el (base64): Require unconditionally.
11132         (message-posting-charset): Defvar when compiling.
11133         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
11134         message.
11135
11136         * gnus-sum.el (nnoo): Require.
11137         (mm-uu-dissect): Autoload.
11138
11139         * mml.el (mml-parse-1): Clarify message.
11140         (mml-minibuffer-read-type): Use mailcap-mime-types.
11141
11142 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
11143
11144         * mml.el: Fix a typo in the requiring of CL.
11145
11146 2000-11-01  Dave Love  <fx@gnu.org>
11147
11148         * utf7.el: Require cl when compiling.
11149
11150         * binhex.el: Use (featurep 'xemacs).
11151         (binhex-char-int): New alias, replacing char-int.  Change callers.
11152         (binhex-decode-region): Simplify work buffer code.
11153         (binhex-decode-region-external): Use expand-file-name, not concat.
11154
11155 2000-10-30  Dave Love  <fx@gnu.org>
11156
11157         * gnus-art.el: Fix 2000-10-27 change properly.
11158
11159 2000-10-28  Miles Bader  <miles@gnu.org>
11160
11161         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
11162
11163 2000-10-27  Dave Love  <fx@gnu.org>
11164
11165         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
11166         strings.
11167         (gnus-group-make-tool-bar): New function.
11168         (gnus-group-mode): Use it.
11169
11170         * message.el (message-mode-menu): Add some :help strings.
11171         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
11172         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
11173
11174         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
11175         * describe-group.xpm, get-news.xpm, kill-group.xpm:
11176         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
11177
11178         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
11179         display-graphic-p here.
11180
11181 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
11182
11183         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
11184         of the `gnus-xemacs' variable, as the latter has been removed.
11185         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
11186         * gnus-art.el (gnus-treat-display-xface)
11187         (gnus-treat-display-smileys, gnus-treat-display-picons)
11188         (gnus-article-read-summary-keys): Likewise.
11189
11190 2000-10-26  Dave Love  <fx@gnu.org>
11191
11192         (defvar): Use rmail-spool-directory unconditionally.
11193
11194 2000-10-18  Dave Love  <fx@gnu.org>
11195
11196         * mm-bodies.el (mm-uu-decode-function)
11197         (mm-uu-binhex-decode-function): Defvar when compiling.
11198
11199         * gnus-nocem.el (gnus-nocem-issuers): Update.
11200         (gnus-nocem-check-from): New option.
11201         (gnus-nocem-scan-groups): Use it.
11202         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
11203         (gnus-nocem-check-article-limit): Add :version.
11204
11205 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
11206
11207         * ietf-drums.el (mm-util): Require CL when compiling.
11208
11209 2000-10-15  Dave Love  <fx@gnu.org>
11210
11211         * qp.el: Require mm-util.
11212
11213 2000-10-13  Dave Love  <fx@gnu.org>
11214
11215         * qp.el (quoted-printable-decode-region): Avoid invalid
11216         coding-systems.
11217
11218 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
11219
11220         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
11221         to a recursive load.
11222
11223 2000-10-12  Dave Love  <fx@gnu.org>
11224
11225         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
11226
11227         * gnus.el (gnus-group-startup-message): Check for PBM image.
11228
11229 2000-10-09  Dave Love  <fx@gnu.org>
11230
11231         * mail-source.el (mail-source-fetch-imap): Bind
11232         default-enable-multibyte-characters rather than using
11233         mm-disable-multibyte.
11234
11235 2000-10-05  Dave Love  <fx@gnu.org>
11236
11237         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
11238         Autoload.
11239         (quoted-printable-decode-region):  Rename arg which confused
11240         charset with coding-system.  Don't use nonascii-insert-offset.
11241         Coding-system encode the region initially.  Don't recognize `=='
11242         as valid QP.  Coding-system decode the region finally.
11243         (quoted-printable-decode-string): Rename arg which confused
11244         charset with coding-system.
11245
11246         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
11247         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
11248         mm-encode-coding-region.
11249         (mm-decode-body, mm-decode-string): Rename variables which
11250         confused charset with coding-system.
11251         (binhex-decode-region): Don't autoload.
11252         (mm-body-encoding): Require message.
11253         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
11254         cond branches.
11255
11256         * gnus-art.el (article-de-quoted-unreadable)
11257         (article-de-base64-unreadable): Fold search case
11258         rather than downcasing string.  Apply mm-charset-to-coding-system
11259         to arg of quoted-printable-decode-region.
11260
11261 2000-10-04  Dave Love  <fx@gnu.org>
11262
11263         * gnus-ems.el: Don't turn off compiler warnings in local vars.
11264         Require ring when compiling.
11265         (gnus-article-compface-xbm): New variable.
11266
11267 2000-10-04  Dave Love  <fx@gnu.org>
11268
11269         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
11270         pbm images.
11271
11272         * frown.pbm, smile.pbm, wry.pbm: New files.
11273
11274         * frown.xbm, smile.xbm, wry.xbm: Deleted.
11275
11276 2000-10-03  Dave Love  <fx@gnu.org>
11277
11278         * mail-source.el (mail-sources): Revert to nil.
11279
11280         * nnmail (nnmail-spool-file): Revert to `((file))'.
11281
11282         * qp.el: Don't require mm-util.
11283         (quoted-printable-decode-region): Rewritten.
11284         (quoted-printable-decode-string, quoted-printable-encode-region):
11285         Doc fix.
11286         (quoted-printable-encode-region): Barf on multibyte characters.
11287         Maybe make the class multibyte.  Upcase chars, not formatted
11288         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
11289         (quoted-printable-encode-string): Don't use
11290         mm-with-unibyte-buffer.
11291
11292 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
11293
11294         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
11295
11296 2000-09-21  Dave Love  <fx@gnu.org>
11297
11298         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
11299         (for Emacs 20).  Tidy somewhat.
11300
11301 2000-09-21  Dave Love  <fx@gnu.org>
11302
11303         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
11304         image processing.  Rationalize logic somewhat.
11305
11306 2000-09-20  Dave Love  <fx@gnu.org>
11307
11308         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
11309         specifically.
11310
11311         * gnus.el (gnus-version-number): Avoid some redundant
11312         autoloads.
11313
11314 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
11315
11316         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
11317         to XBM; we always have PBM support.
11318
11319 2000-09-14  Dave Love  <fx@gnu.org>
11320
11321         * gnus.el (gnus-charset):
11322         * mm-decode.el (mime-display):
11323         * imap.el (imap) <defgroup>: Add :version.
11324
11325 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
11326
11327         * parse-time.el: Fix author's mail address.
11328
11329         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
11330         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
11331         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
11332         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
11333         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
11334         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
11335         * rfc2231.el, uudecode.el: Fix copyright notice.
11336
11337         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
11338         require `w3' at load-time only if not running in batch mode.
11339
11340 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11341
11342         * gnus.el: Before merge with Emacs21.
11343
11344 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
11345
11346         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
11347
11348 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
11349
11350         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
11351         to avoid conflict with the standard `back-to-indentation'
11352         binding.
11353
11354 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11355
11356         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
11357
11358         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
11359         (mm-disable-multibyte-mule4): Ditto.
11360         (mm-with-unibyte-current-buffer-mule4): Ditto.
11361
11362 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11363
11364         * pop3.el (pop3-movemail): Use binary.
11365         (pop3-movemail-file-coding-system): Removed.
11366
11367 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11368
11369         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
11370
11371 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11372
11373         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
11374         exists.
11375
11376 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11377
11378         * gnus-msg.el (gnus-post-method): Use backend name when the
11379         address is "".
11380
11381 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11382
11383         * gnus-art.el (article-verify-x-pgp-sig): Don't test
11384         mm-verify-option.
11385         (gnus-treat-x-pgp-sig): Default value.
11386         (gnus-ignored-headers): Redundant.
11387
11388 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11389
11390         * gnus-win.el (gnus-configure-frame): Save selected window.
11391
11392 2000-02-15  Andrew Innes  <andrewi@gnu.org>
11393
11394         * nnmbox.el: Require gnus-range.
11395         (nnmbox-group-building-active-articles): New variable.
11396         (nnmbox-group-active-articles): New variable; this is a cache of
11397         all active articles by group and number.
11398         (nnmbox-in-header-p): New function.
11399         (nnmbox-find-article): New function.
11400         (nnmbox-record-active-article): New function.
11401         (nnmbox-record-deleted-article): New function.
11402         (nnmbox-is-article-active-p): New function.
11403         (nnmbox-retrieve-headers): Use nnmbox-find-article.
11404         (nnmbox-request-article): Ditto.  Also supply extra arg to
11405         nnmbox-article-group-number.
11406         (nnmbox-request-expire-articles): Ditto.
11407         (nnmbox-request-move-article): Ditto.
11408         (nnmbox-request-replace-article): Ditto.
11409         (nnmbox-request-rename-group): Rename group entry in active
11410         article cache.
11411         (nnmbox-delete-mail): Update active article cache, unless article
11412         is being replaced.
11413         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
11414         than partially duplicating it.
11415         (nnmbox-article-group-number): Add extra `this-line' arg, to
11416         handle articles belonging to multiple groups.
11417         (nnmbox-save-mail): Update active article cache.
11418         (nnmbox-read-mbox): Build active article cache when loading mbox.
11419         Also do some repair work, if we find articles that are missing the
11420         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
11421         reconstruct these from Xref info.
11422
11423 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11424
11425         * mail-source.el (mail-source-report-new-mail): Use
11426         nnheader-run-at-time.
11427
11428 2000-02-15  Andrew Innes  <andrewi@gnu.org>
11429
11430         * mail-source.el (mail-source-fetch-pop): Clear pop password when
11431         an error is thrown, and then rethrow the error.
11432         (mail-source-check-pop): Ditto.
11433         (mail-source-start-idle-timer): Prevent multiple pop checks
11434         running if the check takes a long time.
11435
11436 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11437
11438         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
11439         succeed.
11440
11441 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11442
11443         * gnus-win.el (gnus-configure-windows): Make sure
11444         nntp-server-buffer is live.
11445         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
11446
11447 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
11448
11449         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
11450
11451 2000-12-04  Andreas Jaeger  <aj@suse.de>
11452
11453         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
11454
11455 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11456
11457         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
11458
11459 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
11460         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
11461
11462         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
11463
11464 2000-12-01  Simon Josefsson  <sj@extundo.com>
11465
11466         * mml-smime.el (mml-smime-verify): Fix address parsing.
11467
11468 2000-12-01  Simon Josefsson  <sj@extundo.com>
11469
11470         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
11471         more than one certificate inside PKCS#7 blob.  Better security
11472         information (clamed / actual sender, openssl output, certificates
11473         inside message).
11474
11475         * smime.el (smime-verify-region): Output to /dev/null.
11476         (smime-buffer-as-string-region): Don't parse empty lines.
11477
11478 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11479
11480         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
11481         ?d and ?D.
11482         (gnus-mime-security-show-details-inline): New variable.
11483         (gnus-mime-security-show-details): Use them.
11484         (gnus-insert-mime-security-button): Ditto.
11485
11486         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
11487         Suggest by Michael Duggan (md5i@cs.cmu.edu).
11488         (mml2015-gpg-clear-verify): Ditto.
11489         (mml2015-gpg-decrypt-1): Ditto.
11490         (mml2015-use): Prefer 'gpg.
11491
11492 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11493
11494         * gnus-util.el (gnus-add-text-properties-when): New function.
11495         (gnus-remove-text-properties-when): Ditto.
11496
11497         * gnus-cite.el (gnus-article-hide-citation): Use them.
11498         (gnus-article-toggle-cited-text): Use them.
11499
11500         * gnus-art.el (gnus-signature-toggle): Use them.
11501         (gnus-article-show-hidden-text): Ditto.
11502         (gnus-article-hide-text): Ditto.
11503
11504 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11505
11506         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
11507
11508 2000-11-30  Simon Josefsson  <sj@extundo.com>
11509
11510         * smime.el (smime-point-at-eol): New alias.
11511         (smime-buffer-as-string-region): Use it.
11512
11513 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11514
11515         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
11516
11517 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11518
11519         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
11520
11521         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
11522
11523         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
11524
11525 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11526
11527         * nnmh.el (nnmh-request-expire-articles): Implemented
11528         expiry-target for nnmh backend.
11529
11530 2000-11-30  Simon Josefsson  <sj@extundo.com>
11531
11532         * mm-decode.el (mm-security-from): New variable.
11533         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
11534
11535         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
11536         than `from'.
11537
11538 2000-11-30  Simon Josefsson  <sj@extundo.com>
11539
11540         * mml-smime.el (mml-smime-verify): Verify that certificate mail
11541         address match sender address.
11542
11543         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
11544
11545         * smime.el (smime-verify-region): Don't copy buffer.
11546         (smime-decrypt-buffer): Use expand-file-name on keyfile.
11547         (smime-pkcs7-region): New function.
11548         (smime-pkcs7-certificates-region): Ditto.
11549         (smime-pkcs7-email-region): Ditto.
11550         (smime-buffer-as-string-region): Ditto.
11551
11552         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
11553         buffer.
11554
11555 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
11556
11557         * smime.el (smime-decrypt-region): Fix keyfile argument.
11558
11559 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11560
11561         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
11562
11563 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11564
11565         * message.el (message-shoot-gnksa-feet): New variable.
11566         (message-gnksa-enable-p): New function.
11567         (message-send): Use it.
11568         (message-check-news-body-syntax): Ditto.
11569
11570 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11571
11572         * message.el (message-make-message-id): Remove the redundancy.
11573
11574 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11575
11576         * message.el (message-setup): Discourage using mc-install-*-mode.
11577
11578         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
11579
11580 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11581
11582         * gnus-cite.el (gnus-cite-parse): Guess citation length.
11583
11584 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11585
11586         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
11587
11588 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11589
11590         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
11591
11592 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11593
11594         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
11595         insert-buffer-substring.
11596
11597         * message.el (message-send-mail): Use buffer-substring-no-properties.
11598         (message-send-news): Ditto.
11599
11600 2000-11-22  David Edmondson  <dme@dme.org>
11601
11602         * imap.el (imap-wait-for-tag): Message read info.
11603
11604 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11605
11606         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
11607         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
11608         (mml2015-gpg-encrypt): Ditto.
11609
11610 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11611
11612         * mm-decode.el (mm-verify-option): Default value.
11613
11614         * mml-sec.el (mml-secure-part): Error message.
11615
11616 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11617
11618         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
11619
11620 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11621
11622         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
11623
11624 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11625
11626         * gnus-art.el (gnus-article-describe-key): Use prompt.
11627         (gnus-article-describe-key-briefly): Ditto.
11628
11629 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11630
11631         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
11632
11633 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11634
11635         * gnus-art.el (gnus-article-describe-key): New function.
11636         (gnus-article-describe-key-briefly): New function.
11637
11638 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11639
11640         * mm-decode.el (mm-decrypt-option): Doc typo.
11641
11642         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
11643         return a number.
11644
11645 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11646
11647         * message.el (message-newline-and-reformat): Typo.
11648
11649 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11650
11651         * gnus-art.el (article-verify-x-pgp-sig): Check whether
11652         original-article-buffer exists.
11653
11654         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
11655         (rfc2047-header-encoding-alist): Addresses are different from text.
11656         (rfc2047-encode-message-header): Ditto.
11657         (rfc2047-dissect-region): Extra parameter.
11658         (rfc2047-encode-region): Ditto.
11659         (rfc2047-encode-string): Ditto.
11660
11661 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11662
11663         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
11664         (mm-uu-pgp-encrypted-extract): Use it.
11665         (mm-uu-pgp-signed-extract-1): New function.
11666         (mm-uu-pgp-signed-extract): Use it.
11667
11668         * gnus-art.el (gnus-mime-display-security): New function.
11669         (gnus-mime-display-part): Use it.
11670         (gnus-mime-security-verify-or-decrypt): New function.
11671         (gnus-mime-security-press-button): New function.
11672         (gnus-insert-mime-security-button): Use it.
11673
11674         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
11675         (mm-find-raw-part-by-type): Ditto.
11676         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
11677         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
11678         (mm-destroy-parts): Kill nested multibyte buffer.
11679
11680         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
11681         (mml2015-gpg-verify): Ditto.
11682
11683 2000-11-18  Simon Josefsson  <sj@extundo.com>
11684
11685         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
11686         (mml2015-function-alist): Use it.
11687
11688         * mml-sec.el (mml-sign-alist): Update names.
11689         (mml-encrypt-alist): Ditto.
11690         (mml-secure-part-smime-sign): Moved to mml-smime.el
11691         as `mml-smime-sign-query'.
11692         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
11693         `mml-smime-get-file-cert'.
11694         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
11695         `mml-smime-get-dns-cert'.
11696         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
11697         `mml-smime-encrypt-query'.
11698         (mml-smime-sign-buffer): Use mml-smime-sign.
11699         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
11700
11701         * mml-smime.el (mml-smime-sign): New function.
11702         (mml-smime-encrypt):
11703         (mml-smime-sign-query):
11704         (mml-smime-get-file-cert):
11705         (mml-smime-get-dns-cert):
11706         (mml-smime-encrypt-query): Moved from mml-sec.el.
11707
11708 2000-11-16  Simon Josefsson  <sj@extundo.com>
11709
11710         * mml2015.el (mml2015-gpg-clear-verify): New function.
11711         (mml2015-function-alist): Add it.
11712
11713 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
11714
11715         * message.el (message-setup-fill-variables): Use
11716         message-cite-prefix-regexp.
11717         (message-newline-and-reformat): Check the end of citation, leading
11718         WSP, break in the cite prefix.
11719         (message-fill-paragraph): New function.
11720
11721 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
11722
11723         * lpath.el: Shut up.
11724
11725 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
11726
11727         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
11728         raw 8-bit in headers in dk.* newsgroups.
11729
11730 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11731
11732         * message.el (message-newline-and-reformat): Match extra WSPs.
11733
11734 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
11735
11736         * mml.el (mml-generate-mime-1): Ignore ascii.
11737
11738 2000-11-16 Justin Sheehy  <justin@iago.org>
11739
11740         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
11741
11742 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11743
11744         * message.el (message-cite-prefix-regexp): Prefix should not end
11745         at space.
11746
11747 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
11748
11749         * message.el (message-mode-syntax-table): Add - as a word
11750         constituent as in articles.
11751         (message-setup-fill-variables): Add -_. as supercite-style prefix.
11752         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
11753         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
11754
11755 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
11756
11757         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
11758
11759 2000-11-12  David Edmondson  <dme@dme.org>
11760
11761         * message.el (message-font-lock-keywords): use
11762         message-cite-prefix-regexp.
11763
11764 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11765
11766         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
11767         Stein Arild Str\e,Ax\e(Bmme.
11768         (gnus-group-jump-to-group): Use it.
11769         (gnus-group-jump-to-group-prompt): Customize.
11770
11771 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
11772
11773         * mailcap.el (mailcap-possible-viewers): Match the entire string.
11774
11775 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
11776
11777         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
11778         incompatible.
11779         (mml2015-mailcrypt-sign): Ditto.
11780
11781 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
11782
11783         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
11784         group is open.
11785
11786 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
11787
11788         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
11789         nnvirtual articles.
11790         (gnus-backlog-request-article): Don't request nnvirtual articles.
11791
11792 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
11793
11794         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
11795         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
11796
11797 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
11798
11799         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
11800         * mml.el (mml-generate-mime-1): Use charset attribute.
11801         * mm-bodies.el (mm-encode-body): Add parameter charset.
11802         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
11803
11804 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
11805
11806         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
11807         (mml2015-mailcrypt-clear-decrypt): Ditto.
11808         (mml2015-mailcrypt-verify): Ditto.
11809         (mml2015-mailcrypt-clear-verify): Ditto.
11810         (mml2015-gpg-verify): Ditto.
11811
11812 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
11813
11814         * smime.el (smime-openssl-program): Test the existence of openssl.
11815         * mml-smime.el: Require mm-decode.
11816         (mml-smime-verify-test): New function.
11817         * mm-decode.el (mm-verify-function-alist): Use it.
11818
11819 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
11820
11821         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
11822         anyway.
11823
11824 2000-11-13  Simon Josefsson  <sj@extundo.com>
11825
11826         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
11827         verification doesn't work.
11828
11829 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
11830
11831         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
11832         (gnus-inews-do-gcc): Use it.
11833
11834 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
11835
11836         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
11837         leading space.
11838         * mm-extern.el (mm-inline-external-body): Report error when no
11839         access-type.
11840
11841 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
11842
11843         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
11844
11845 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
11846
11847         * gnus-art.el (gnus-mime-button-menu): Use select-window.
11848
11849 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
11850
11851         * gnus-art.el (gnus-mime-display-part): Display multipart/related
11852         as multipart/mixed.
11853
11854 2000-11-12  David Edmondson  <dme@dme.org>
11855
11856         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
11857         and replace `.' with `\w' to allow for different syntax tables
11858         (from Vladimir Volovich).
11859         * message.el (message-newline-and-reformat): use
11860         `message-cite-prefix-regexp'.
11861         * gnus-cite.el (gnus-supercite-regexp): use
11862         `message-cite-prefix-regexp'.
11863         * gnus-cite.el (gnus-cite-parse): use
11864         `message-cite-prefix-regexp'.
11865
11866 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
11867
11868         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
11869         PGP SIGNATURE.  Escape leading "-"'s.
11870         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
11871
11872 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
11873
11874         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
11875
11876 2000-11-11  Simon Josefsson  <sj@extundo.com>
11877
11878         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
11879
11880         * smime.el (smime-details-buffer): New variable.
11881         (smime-sign-region):
11882         (smime-encrypt-region):
11883         (smime-verify-region):
11884         (smime-decrypt-region): Copy OpenSSL output to the buffer.
11885
11886         * mml-smime.el (mml-smime-verify): Support security info.
11887
11888 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
11889
11890         * mm-decode.el (mm-verify-option): Set default to nil.
11891         (mm-decrypt-option): Ditto.
11892         * gnus-art.el (article-verify-x-pgp-sig): New function.
11893
11894 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
11895
11896         * gnus-art.el (gnus-mime-display-alternative): Show button if no
11897         preferred part.
11898
11899 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11900
11901         * gnus-sum.el (gnus-move-split-methods): Say that
11902         `gnus-split-methods' uses file names, whereas this uses group
11903         names.  (Report from Nevin Kapur)
11904
11905 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
11906
11907         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
11908
11909 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
11910
11911         * nnheader.el (nnheader-directory-files-is-safe): New variable.
11912         (nnheader-directory-articles): Use it.
11913         (nnheader-article-to-file-alist): Ditto.
11914
11915 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
11916
11917         * rfc2047.el (rfc2047-pad-base64): New function.
11918         (rfc2047-decode): Use it.
11919
11920 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
11921
11922         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
11923         select method.
11924
11925 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
11926
11927         * mml2015.el (mml2015-gpg-decrypt-1):
11928         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
11929
11930 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11931
11932         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
11933
11934 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
11935
11936         * pop3.el (pop3-munge-message-separator): A message may have an
11937         empty body.
11938
11939 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
11940
11941         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
11942         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
11943         (mm-uu-pgp-signed-extract): Use coding-system.
11944
11945 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
11946
11947         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
11948         (gnus-insert-mime-security-button): New function.
11949         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
11950         * mml2015.el:  Add security info when verify or decrypt.
11951         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
11952         (mm-uu-pgp-encrypted-extract): Ditto.
11953
11954 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
11955
11956         * mm-decode.el (mm-display-parts): New function.
11957         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
11958
11959 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11960
11961         * gnus-mlspl.el: Documentation tweaks.
11962
11963 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
11964
11965         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
11966         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
11967         argument.
11968
11969 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
11970
11971         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
11972
11973 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
11974
11975         * gnus-art.el (gnus-article-encrypt): New function.
11976         (gnus-article-encrypt-protocol-alist): New variable.
11977         (gnus-article-encrypt-protocol): New variable.
11978         * mml2015.el (mml2015-self-encrypt): New function.
11979         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
11980
11981 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
11982
11983         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
11984         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
11985         let mailcap do it.
11986         * mml2015.el: Remove snarf code.
11987         * mm-decode.el: Remove snarf code.
11988
11989 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
11990
11991         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
11992         (mml-insert-mime): Understand gnus-decoded.
11993         (mime-to-mml): New parameter handles.
11994         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
11995         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
11996
11997 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
11998
11999         * mm-decode.el (mime-security): New group.
12000         (mm-verify-function-alist): Add test function.
12001         (mm-decrypt-function-alist): Ditto.
12002         (mm-snarf-option): Set default value as nil.
12003         (mm-find-part-by-type): Recursive parameter.
12004         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
12005         * mml2015.el: Support draft-ietf-openpgp-multsig.
12006
12007 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
12008
12009         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
12010         (gnus-article-view-part-as-charset): New function.
12011
12012 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
12013
12014         * mm-decode.el (mm-verify-option): Default value.
12015         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
12016
12017 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12018
12019         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
12020
12021 2000-11-05  Simon Josefsson  <sj@extundo.com>
12022
12023         * mml-smime.el (mml-smime-verify): Work in original multipart
12024         buffert.
12025
12026         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
12027         (mm-handle-multipart-ctl-parameter): Ditto.
12028         (mm-alist-to-plist): New function.
12029         (mm-dissect-buffer): Store CTL parameters and copy original buffer
12030         for multiparts.
12031         (mm-destroy-parts): Destroy multipart buffert.
12032         (mm-remove-part): Ditto.
12033
12034         * mml-smime.el (mml-smime-sign): Not used.
12035         (mml-smime-encrypt): Ditto.
12036
12037         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
12038
12039         Verify S/MIME signature support.
12040
12041         * mm-decode.el (mm-inline-media-tests): Add
12042         application/{x-,}pkcs7-signature.
12043         (mm-inlined-types): Ditto.
12044         (mm-automatic-display): Ditto.
12045         (mm-verify-function-alist): Ditto.  Add name of method.
12046         (mm-decrypt-function-alist): Add name of method.
12047         (mm-find-part-by-type): Add documentation.
12048         (mm-possibly-verify-or-decrypt): Use new format of
12049         mm-{verify,decrypt}-function-alist.  Use method names.
12050
12051         * mml-smime.el (mml-smime-verify): New function.
12052
12053 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
12054
12055         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
12056
12057 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
12058
12059         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
12060         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
12061         * mm-decode.el (mm-snarf-option): New variable.
12062
12063 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
12064
12065         * mm-util.el (mm-subst-char-in-string): New function.
12066         (mm-replace-chars-in-string): Use it.
12067         * message.el (message-replace-chars-in-string): Use it.
12068         * nnheader.el (nnheader-replace-chars-in-string): Use it.
12069         * gnus-mh.el (mh-lib-progs): Shut up.
12070
12071 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
12072
12073         * base64.el, md5.el: Moved to contrib directory.
12074
12075 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
12076
12077         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
12078         the last article when search.
12079
12080 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
12081
12082         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
12083         * nnmail.el (nnmail-pathname-coding-system): Ditto.
12084
12085 2000-09-29  David Edmondson  <dme@thus.net>
12086
12087         * message.el (message-newline-and-reformat): Typo.
12088
12089 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12090
12091         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
12092
12093 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
12094
12095         * nntp.el (nntp-decode-text): Delete bogus status lines.
12096
12097 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
12098
12099         * message.el (message-font-lock-keywords): Match a final newline
12100         to help font-lock's multiline support.
12101
12102 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
12103
12104         * nnoo.el (nnoo-set): New function.
12105
12106 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
12107
12108         * gpg.el, gpg-ring.el: Moved to contrib directory.
12109
12110 2000-11-04  Simon Josefsson  <sj@extundo.com>
12111
12112         * nnimap.el (nnimap-split-inbox): Typo.
12113
12114 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
12115
12116         * gnus-msg.el (gnus-msg-mail): Move it backwards.
12117
12118 2000-11-03  Simon Josefsson  <sj@extundo.com>
12119
12120         * rfc2231.el (rfc2231-parse-qp-string): New function.
12121         (require): rfc2047.
12122
12123         * mail-parse.el (mail-header-parse-content-type):
12124         (mail-header-parse-content-disposition): Support invalid QP
12125         encoded strings, by using `rfc2231-parse-qp-string'.
12126
12127 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
12128
12129         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
12130         (rfc2231-decode-encoded-string): Typo "> X 1".
12131         (rfc2231-encode-string): Insert the name of charset.
12132         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
12133
12134 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
12135
12136         * mm-decode.el (mm-save-part): Return the filename.
12137         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
12138         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
12139         (gnus-mime-action-alist): Use it.
12140         (gnus-mime-button-commands): Use it.
12141         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
12142         (mm-inline-external-body): unwind-protect.
12143
12144 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
12145
12146         * gnus-art.el (gnus-insert-mime-button): Show url.
12147
12148 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
12149
12150         * mml.el (mml-generate-mime-1): Support external url.
12151         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
12152
12153 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
12154
12155         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
12156         * mm-decode.el (mm-display-external): Ditto.
12157         * mm-extern.el: New file.
12158         * mm-decode.el (mm-inline-media-tests): Hook it up.
12159         (mm-inlined-types): Inline message/external-body.
12160
12161 2000-11-02  Simon Josefsson  <sj@extundo.com>
12162
12163         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
12164
12165         * message.el (message-get-reply-headers): Better handling when
12166         Mail-Followup-To is very large.
12167
12168 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
12169
12170         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
12171         * gnus-art.el (gnus-article-edit-done):
12172         * gnus-sum.el (gnus-summary-edit-article-done): Move line
12173         counting code here.
12174         * gnus-msg.el (gnus-setup-message): Remove a hack.
12175
12176 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
12177
12178         * gnus-sum.el (gnus-newsgroup-variables): New variable.
12179         (gnus-summary-mode): Make them local variables.
12180         (gnus-set-global-variables): Globalize them.
12181         (gnus-summary-exit): Kill them.
12182
12183 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
12184
12185         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
12186         word.
12187
12188 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
12189
12190         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
12191         gnus-article-wash-types.
12192         * gnus-art.el (gnus-article-wash-status): Use them.
12193
12194 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
12195
12196         * mml.el (mml-read-tag): Remove spaces and LF.
12197
12198 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
12199
12200         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
12201         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
12202
12203 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
12204
12205         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
12206
12207 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
12208
12209         * gnus-sum.el (gnus-article-charset): New variable.
12210         (gnus-summary-display-article): Set it.
12211         * gnus-msg.el (gnus-copy-article-buffer): Use it.
12212         * gnus-art.el (gnus-article-mode): Make it local variable.
12213
12214 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12215
12216         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
12217
12218 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12219
12220         * nnwfm.el: New file.
12221
12222         * nnweb.el (nnweb-replace-in-string): New function.
12223
12224 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
12225
12226         * mml2015.el: Wrap gpg.el.
12227         * gpg.el (gpg-verify): The last argument of apply is a list.
12228         (gpg-encrypt): Add passphrase as a parameter.
12229
12230 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
12231
12232         * gpg.el: New file.
12233         * gpg-ring.el: New file.
12234
12235 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
12236
12237         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
12238
12239 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12240
12241         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
12242         double-quote characters.
12243         (gnus-summary-prepare-threads): Ditto.
12244
12245 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
12246
12247         * gnus-art.el (gnus-mime-display-single): Forward line -1.
12248         * mml.el (mml-read-tag): Don't skip the leading space.
12249         * lpath.el (font-lock-set-defaults): Shut up.
12250
12251 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
12252
12253         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
12254
12255 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
12256
12257         * qp.el (quoted-printable-encode-region): Replace leading - when
12258         ultra safe.
12259         * mml.el (mml-generate-mime-postprocess-function): Removed.
12260         (mml-postprocess-alist): Removed.
12261         (mml-generate-mime-1): Use ultra-safe when sign.
12262         * mml2015.el (mml2015-fix-micalg): Uppercase.
12263         (mml2015-verify): Insert LF.
12264         (mml2015-mailcrypt-sign): Downcase; search backward.
12265
12266 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12267
12268         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
12269         restrictive.
12270         (nnultimate-table-regexp): New variable.
12271         (nnultimate-forum-table-p): Use it.
12272
12273 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
12274         Trivial patch.
12275
12276         * gnus-sum.el (gnus-summary-expire-articles): Save point.
12277
12278 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
12279
12280         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
12281         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
12282
12283 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
12284
12285         * mml2015.el: Shut up.
12286
12287 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
12288
12289         * gnus.el (gnus-server-browse-hashtb): Removed.
12290         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
12291         (gnus-group-insert-group-line-info): Use simplified method.
12292         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
12293
12294 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
12295
12296         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
12297         moved here.
12298         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
12299         * gnus-group.el (gnus-group-prepare-flat): Use it.
12300         * gnus-topic.el (gnus-group-prepare-topics): Use it.
12301
12302 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
12303
12304         * mml.el (mml-mode): Show menu in XEmacs.
12305
12306 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
12307
12308         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
12309         (gnus-server-read-server-in-server-buffer): New function.
12310         (gnus-browse-foreign-server): Browse in group buffer.
12311         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
12312         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
12313         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
12314         * gnus.el (gnus-server-browse-hashtb): New variable.
12315
12316 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
12317
12318         * nnfolder.el (nnfolder-open-nov): Use group.
12319
12320 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
12321
12322         * nnfolder.el: Add NOV. Set version to 2.0.
12323         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
12324
12325 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
12326
12327         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
12328
12329 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12330
12331         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
12332         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
12333
12334 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
12335
12336         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
12337
12338 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
12339
12340         * mm-decode.el (mm-verify-function-alist): New variable.
12341         (mm-verify-option): New variable.
12342         (mm-decrypt-function-alist): Ditto.
12343         (mm-decrypt-option): Ditto.
12344         (mm-find-raw-part-by-type): New function.
12345         (mm-possibly-verify-or-decrypt): New function.
12346         (mm-dissect-multipart): Use it.
12347         * mml2015.el (mml2015-fix-micalg): New function.
12348         (mml2015-decrypt): Use new interface.
12349         (mml2015-verify):  Use new interface.
12350         (mml2015-setup): Make it bogus.
12351
12352 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
12353
12354         * mml.el (mml-generate-mime-postprocess-function): Set to
12355         mml-postprocess.
12356         (autoload): Autoload mml2015 and mml-smime.
12357         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
12358         * mml2015.el (mml2015-encrypt): New function.
12359         (mml2015-sign): New function.
12360         (mml2015-encrypt-function): New variable.
12361         (mml2015-sign-function): New variable.
12362         (mml2015-mailcrypt-encrypt): Use message-recipients.
12363         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
12364         * mml-smime.el (mml-smime-setup): Ditto.
12365
12366 2000-10-28  Simon Josefsson  <sj@extundo.com>
12367
12368         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
12369         Communigate Pro 3.3.1 server.
12370
12371         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
12372         in buffers.
12373         (mml-secure-dns-server): Removed.
12374         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
12375         write certificates to files.
12376
12377         * smime.el (smime-dns-server): New variable.
12378         (smime-mail-to-domain):
12379         (smime-cert-by-dns): New functions.
12380
12381         * dig.el: New file.
12382
12383 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
12384
12385         * message.el (message-options): New variable.
12386         (message-options-set-recipient): New function.
12387         (message-send): Use them.
12388         * gnus-int.el (gnus-request-replace-article): Use them.
12389         (gnus-request-accept-article): Ditto.
12390         * mml.el (mml-preview): Use them.
12391         * gnus-sum.el (gnus-summary-edit-article): Use them.
12392
12393         * message.el (message-options-get): New function.
12394         (message-options-get): New function.
12395         * rfc2047.el (rfc2047-encode-message-header): Use them.
12396         * mm-bodies.el (mm-encode-body): Use them.
12397
12398 2000-10-28  Simon Josefsson  <sj@extundo.com>
12399
12400         * nnimap.el (nnimap-retrieve-which-headers):
12401         (nnimap-request-article-part): Quote message-id.
12402
12403         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
12404         (smime-CA-file): New variable.
12405         (smime-call-openssl-region): Don't error.
12406         (smime-sign-region): Return result value.
12407         (smime-encrypt-region): Ditto.
12408         (smime-verify-region): New function.
12409         (smime-decrypt-region): Ditto.
12410         (smime-verify-buffer): Ditto.
12411         (smime-decrypt-buffer): Ditto.
12412
12413         * mml.el: Require mml-sec.
12414         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
12415         (mml-mode-map): Add "sign" and "encrypt" maps.
12416         (mml-menu): Add security menu.
12417         (mml-preview): Use generate-new-buffer.
12418
12419         * mml-sec.el: New file.
12420
12421 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
12422
12423         * mm-decode.el (mm-find-part-by-type): Move it here.
12424         * mml.el (mml-postprocess): Move it here.
12425         (mml-postprocess-alist): Move it here. Merge them.
12426
12427 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
12428
12429         * rfc2047.el (rfc2047-encode-message-header): Make sure no
12430         unencoded stuff in the header.
12431
12432 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
12433
12434         * gnus-group.el (gnus-group-listed-groups): New variable.
12435         (gnus-group-list-option): New variable.
12436         (gnus-group-list-limit-map): New keymap.
12437         (gnus-group-list-flush-map): New keymap.
12438         (gnus-group-list-plus-map): New keymap.
12439         (gnus-group-prepare-logic): New function.
12440         (gnus-group-prepare-flat): Merge with
12441         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
12442         (gnus-group-prepare-flat-list-dead): Ditto.
12443         (gnus-group-list-matching): Use gnus-group-prepare-function.
12444         (gnus-group-list-dormant): Ditto.
12445         (gnus-group-list-cached): Ditto.
12446         (gnus-group-listed-groups): New function.
12447         (gnus-group-list-limit): New function.
12448         (gnus-group-list-flush): New function.
12449         (gnus-group-list-plus): New function.
12450         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
12451         (gnus-topic-prepare-topic): Ditto.
12452
12453 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
12454
12455         * message.el (message-insert-to, message-get-reply-headers):
12456         (message-reply, message-followup): Mail-{Followup,Reply}-To.
12457
12458 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
12459
12460         * mml2015.el: New file.
12461         * smime.el: New file.
12462         * mml-smime.el: New file.
12463
12464 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
12465
12466         * ChangeLog: Moved to ChangeLog.1.
12467
12468     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
12469   Copying and distribution of this file, with or without modification,
12470   are permitted provided the copyright notice and this notice are preserved.
12471
12472 ;; Local Variables:
12473 ;; coding: iso-2022-7bit
12474 ;; End: