(message-check-news-header-syntax): Allow posting.
[gnus] / lisp / ChangeLog
1 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * message.el (message-check-news-header-syntax): Allow posting. 
4
5 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
6
7         * message.el (message-check-news-header-syntax): Check syntax of
8         continuation headers.
9
10 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
11
12         * gnus-art.el (gnus-button-url-regexp,
13         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
14         (gnus-header-button-alist): Regexps are case insensitive here.
15
16 2003-01-02  Simon Josefsson  <jas@extundo.com>
17
18         * dig.el (query-dig): Doc fix.
19
20 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
21
22         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
23         summary buffer line, not just the download mark.
24
25 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26
27         * gnus-sum.el (gnus-summary-goto-subjects): New function.
28         (gnus-summary-insert-dormant-articles): New command and
29         keystroke. 
30
31         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
32         function for mass insertion of subjects.
33
34         * nndraft.el (nndraft-generate-headers): Don't move point.
35
36         * gnus.el (nnheader): Require nnheader.
37
38         * nndraft.el (nndraft-request-associate-buffer): Use
39         make-local-variable.
40
41 2003-01-02  Michael Shields  <shields@msrl.com>
42
43         * nndraft.el (nndraft-request-associate-buffer): Make
44         write-contents-hooks buffer-local before setting it.
45
46 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
47
48         * gnus.el (gnus-group-parameter-value): Take an extra param.
49         (gnus-group-fast-parameter): Let group param results be nil. 
50
51         * gnus-art.el (gnus-article-forward-header): New function.
52         (article-date-ut): Use it to remove continuation date headers. 
53
54         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
55         read-event. 
56         (gnus-summary-remove-bookmark): Clean up.
57         (gnus-summary-set-bookmark): Clean up.
58
59         * gnus-util.el (gnus-read-event-char): Take an optional prompt. 
60
61         * gnus.el (gnus-group-startup-message): Bind data-directory to
62         the Gnus etc directory.
63
64 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
65
66         * spam.el (spam-summary-prepare-exit): added slots for spam- and
67         ham-processing of articles; use the new
68         spam-group-(spam|ham)-contents-p functions
69         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
70         convenience functions
71         (spam-mark-junk-as-spam-routine): use the new
72         spam-group-spam-contents-p function
73
74         * gnus.el (spam-process, spam-contents, spam-process-destination):
75         added new parameters with corresponding global variables
76         (gnus-group-spam-exit-processor-ifile,
77         gnus-group-spam-exit-processor-bogofilter,
78         gnus-group-spam-exit-processor-blacklist,
79         gnus-group-spam-exit-processor-whitelist,
80         gnus-group-spam-exit-processor-BBDB,
81         gnus-group-spam-classification-spam,
82         gnus-group-spam-classification-ham): added new symbols for the
83         spam-process and spam-contents parameters
84
85         * spam.el (spam-ham-marks, spam-spam-marks): changed list
86         customization and list itself to store mark symbol rather than
87         mark character.
88         (spam-bogofilter-register-routine): added logic to generate mark
89         values list from spam-ham-marks and spam-spam-marks, so (member)
90         would work.
91
92 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
93
94         * message.el (message-cross-post-followup-to): Fix comment.
95
96 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
97
98         * spam.el (spam-ham-marks, spam-spam-marks): changed list
99         customization and list itself to store mark symbol rather than
100         mark character.
101         (spam-bogofilter-register-routine): added logic to generate mark
102         values list from spam-ham-marks and spam-spam-marks, so (member)
103         would work.
104
105 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
106
107         * message.el (message-signature-insert-empty-line): New variable.
108
109 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
110
111         * message.el: Renamed functions and variables: "xpost" ->
112         "cross-post", "-fup2" -> "-followup-to".
113         (message-cross-post-old-target, message-cross-post-default,
114         message-cross-post-note, message-followup-to-note,
115         message-cross-post-note-function): New variables names.
116         (message-xpost-old-target, message-xpost-default,
117         message-xpost-note, message-fup2-note,
118         message-xpost-note-function): Removed variable names.
119         (message-cross-post-followup-to-header,
120         message-cross-post-insert-note, message-cross-post-followup-to):
121         New function names.
122         (message-xpost-fup2-header, message-xpost-insert-note,
123         message-xpost-fup2): Removed function names.
124
125 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
126
127         * message.el (message-send-mail): Added message-cleanup-headers to
128         prevent newlines in headers.
129
130 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
131
132         * dns.el (dns-make-network-process): Comment.
133
134         * gnus-sum.el (gnus-summary-display-while-building): Default to
135         nil.
136
137 2003-01-01  Wes Hardaker  <wes@hardakers.net>
138
139         * gnus-sum.el (gnus-summary-display-while-building): New
140         variable.
141
142 2002-01-01  Raymond Scholz  <ray-2003@zonix.de>
143
144         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
145         before rearranging the article.
146
147 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
148
149         * nndraft.el (nndraft-generate-headers): New function.
150         (nndraft-request-associate-buffer): Use it to write headers on
151         buffer save.
152
153         * message.el (message-generate-headers): Let the function be a
154         lambda form.
155         (message-draft-headers): New variable.
156
157         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
158         function.
159         (gnus-setup-message): Use it.
160
161         * message.el (message-generate-headers-first): Doc fix.
162         (message-setup-1): Use new function for getting which headers to
163         generate.
164         (message-headers-to-generate): New function.
165
166 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
167
168         * gnus-agent.el (gnus-agent-save-alist): Make directory.
169
170 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
171
172         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
173         mention negatives.
174
175 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
176
177         * deuglify.el (gnus-outlook-rearrange-article): Use
178         `transpose-regions' instead of tempering the kill-ring.
179         (gnus-article-outlook-deuglify-article): Rehighlight article
180         instead of a complete redisplay.
181
182 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
183
184         * spam.el: most defvars are defcustoms now
185
186         patches from Michael Shields  <shields@msrl.com>
187
188         * spam.el (spam-bogofilter-articles): Select the article
189         body using gnus-summary-show-article t instead of
190         gnus-summary-select-article; this presents the raw text
191         without running any hooks.
192
193         * spam.el (spam-bogofilter-articles): Use message-remove-header
194         to remove headers; the old way incorrectly removed just the first
195         line of folded headers.
196
197 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
198
199         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
200
201 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
202
203         * gnus-start.el (gnus-load): New function.
204         (gnus-read-newsrc-el-file): Use it.
205
206 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
207
208         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
209         (gnus-button-handle-apropos-documentation): New function.
210         (gnus-button-handle-ctan): New function.
211         (gnus-button-alist): Use them.  Improve some regexps.
212         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
213
214 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
215
216         * message.el (message-subscribed-p): New function.
217         (message-send-mail): Use it.
218         * mml.el (mml-preview-insert-mft): New function.
219         (mml-preview): Use it.
220
221 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
222
223         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
224         when sorting by date.
225
226         * gnus-art.el (gnus-article-edit-mode): New variable.
227         (gnus-article-setup-buffer): Warn user about discarding edits.
228
229         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
230         (gnus-summary-pipe-output): Take a symbolic prefix to save all
231         headers.
232
233         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
234
235 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
236
237         * message.el (message-completion-alist): Added "Mail-Followup-To"
238         and "Mail-Copies-To".
239
240 2002-07-21  Jesper harder  <harder@ifa.au.dk>
241
242         * gnus-group.el: Add key bindings for
243         gnus-group-sort-groups-by-real-name and
244         gnus-group-sort-selected-groups-by-real-name.
245
246 2002-07-21  Jesper harder  <harder@ifa.au.dk>
247
248         * gnus.texi (Sorting Groups): Add key bindings for
249         gnus-group-sort-groups-by-real-name and
250         gnus-group-sort-selected-groups-by-real-name.
251
252 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
253
254         * spam.el (spam-use-dig): new variable for blackhole checking
255         through dig.el
256         (spam-check-blackholes): added dig.el checking functionality and
257         more verbose reporting; query-dig is autoloaded from dig.el
258         (spam-use-blackholes): disabled by default
259         (spam-blackhole-servers): removed rbl.maps.vix.com from the
260         blackhole servers list
261
262 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
263
264         * message.el (message-required-headers): New variable.
265
266 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
267
268         * dig.el (query-dig): new function
269
270 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
271
272         * flow-fill.el (fill-flowed): Don't infloop on too long fill
273         prefixes.
274
275         * dns.el (query-dns): Protect against errors.
276
277         * gnus-msg.el (gnus-article-yanked-articles): New variable.
278         (gnus-inews-add-send-actions): Mark all answered messages as
279         answered.
280
281 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
282
283         * nnmail.el (nnmail-split-it): Added tracing to
284         `:' split rule
285
286 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
287
288         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
289         and "%s" so we don't overquote them.
290
291 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
292
293         * (mm-display-external): Display the actual command that has been
294         executed in the echo area.
295
296 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
297
298         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
299
300         * message.el (message-with-reply-buffer): New macro.
301         (message-fetch-reply-field): Use it.
302         (message-insert-wide-reply): New command and keystroke.
303         (message-carefully-insert-headers): New function.
304         (message-insert-to): Use new function.
305
306         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
307         (gnus-topic-goto-missing-group): Use it.
308
309         * message.el (message-required-news-headers): Removed Lines.
310         (message-reply): Don't insert References first.
311         (message-followup): Ditto.
312         (message-make-references): New function.
313         (message-followup): Set message-reply-headers before generating
314         the buffer stuff.
315
316 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
317
318         * mml.el (mml-generate-mime-1): Reverse the order of
319         encoding/flowing.
320
321 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
322
323         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
324         after moving them.
325
326         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
327         fit with newer standard format.
328         (gnus-summary-make-false-root-always): New variable.
329         (gnus-gather-threads-by-subject): Use it.
330
331         * message.el (message-get-reply-headers): Take an address list
332         optional argument.
333
334 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
335
336         * gnus.el (gnus-keep-backlog): Change default to 20.
337
338         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
339         start.
340         (gnus-agent-check-overview-buffer): Remove negative article
341         numbers.
342
343         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
344         (nnmail-cache-ignore-groups): Doc fix.
345
346         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
347         (nnimap-debug-buffer): New variable.
348         (nnimap-debug): Use it.
349
350 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
351
352         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
353
354 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
355
356         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
357         they aren't already sorted.
358
359 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
360
361         * message.el (message-mode-menu): Add ellipses to menu items
362         expecting user interaction.
363         (message-mode-field-menu): do.
364
365 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
366
367         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
368         it isn't used any more.
369
370 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
371
372         * binhex.el (binhex-decoder-program): Fix docstring.
373
374 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
375
376         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
377         special chars if the mailcap file uses single quotes around %s.
378         From Laurent Martelli <laurent@bearteam.org>.
379
380 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
381
382         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
383         return the info object.
384
385 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
386
387         * gnus-int.el (gnus-request-update-info): Artificially add
388         (1 . (1- min)) to the read range, in case the backend doesn't
389         store marks for nonexistent articles.
390
391 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
392
393         * binhex.el (binhex-insert-char): Eval-and-compile.
394
395 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
396
397         * lpath.el: Add tool-bar-local-item-from-menu.
398
399         * message.el (message-tool-bar-local-item-from-menu): New function.
400         (message-tool-bar-map): Use it.
401
402 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
403
404         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
405
406         * gnus-art.el (gnus-article-header-rank): Last header in
407         gnus-sorted-header-list should have higher rank than non-members.
408
409 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
410
411         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
412         covered methods.
413
414 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
415
416         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
417         eval-when-compile.  Suggested by Kevin Greiner.
418
419 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
420
421         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
422         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
423         even though no headers may have been fetched
424         (gnus-agent-fetch-group-1, and perhaps others, require this
425         behavior).
426         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
427         server buffer is constrained by gnus-agent-max-fetch-size.
428         Multiple chunks in the same group may perform arbitrarily large
429         updates.
430
431 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
432
433         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
434         gnus-summary-update-download-mark to update the article in the
435         summary.
436
437 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
438
439         * gnus.el (gnus-summary-high-uncached-face,
440         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
441         New faces.
442
443         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
444         added this on 2002-11-23 but it just wasn't working out as
445         intended.  The idea isn't entirely dead, three new faces
446         gnus-summary-*-uncached-face are being added to gnus.el to provide
447         the basis for an improved implementation.
448         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
449         proper file to open is lib/servers.
450         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
451         (i.e. removing the article from gnus-newsgroup-downloadable) will
452         now restore the article's default mark rather than simply setting
453         no mark.
454         (gnus-agent-get-undownloaded-list): Corrected documentation.
455         Added code to set new summary local variable,
456         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
457         a temporary list.  No longer sets gnus-newsgroup-downloadable.
458         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
459         up to date.  Call new gnus-summary-update-download-mark to keep
460         summary buffer up-to-date.
461         (gnus-agent-fetch-selected-article): Keep
462         gnus-newsgroup-undownloaded up to date.
463         (gnus-agent-fetch-articles): Return list of articles that were
464         successfully fetched.
465         (gnus-agent-check-overview-buffer): No more thingatpt.
466         (gnus-agent-expire): No longer deletes NOV entries of unread
467         articles.
468         (gnus-agent-unread-articles): New function.
469         (gnus-agent-regenerate-group): The article number must be
470         terminated by a tab character.  Added more messages to report
471         repairs.  Inhibit quits while writing changes so it is now safe
472         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
473         downloaded to 1) resolve the unbound references and 2) avoid
474         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
475
476         * gnus-art.el (gnus-article-prepare): The agent
477         downloaded/undownloaded mark is no longer stored as the article's
478         mark.
479
480         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
481         gnus-summary-highlight may use it.  Added downloaded as
482         gnus-summary-highlight was using it.
483
484         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
485         the download mark now follows Kai's +/- convention.
486         (gnus-downloaded-mark): Added ?+ mark.
487         (gnus-summary-highlight): Added rules to select
488         gnus-summary-high-uncached-face,
489         gnus-summary-normal-uncached-face, and
490         gnus-summary-low-uncached-face.  Removed the
491         gnus-agent-downloaded-article-face.
492         (gnus-summary-line-format-alist): Implemented the download flag
493         format (?O) as named in the manual.  This implementation displays
494         either gnus-undownloaded-mark, gnus-downloaded-mark, or
495         gnus-no-mark.
496         (gnus-newsgroup-agentized): New local variable that identifies
497         which groups are agentized.  While the agent is now on by default,
498         you don't have to agentize every server that you use.
499         (gnus-update-summary-mark-positions): Completed support for the
500         download type of mark.
501         (gnus-summary-insert-line): Added undownloaded to the parameters.
502         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
503         reference by the gnus-summary-line-format-spec.
504
505         * nntp.el (nntp-with-open-group): This macro handles dropped or
506         broken connections by opening a new connection and repeating the
507         failed command.
508         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
509         XOVER commands preceeding the active articles with the nov entry
510         of the first available article.  When gnus connected to such a
511         server, the unexpected nov entry would result in duplicate lines
512         in the agent's overview file.  This patch fixes the duplicate
513         lines problem and improves performance by skipping over all
514         articles IDs that preceed the first nov entry in the server's
515         reply.
516
517 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
518
519         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
520         (gnus-summary-highlight): Use it instead of `downloaded'.
521         (gnus-summary-highlight-line): Ditto.
522
523         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
524
525 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
526
527         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
528
529         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
530         calls.
531
532         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
533         downloaded variable if we're in an uncovered group.
534
535         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
536         font to soemthing less noticeable.
537         (gnus-agent-group-covered-p): New function.
538
539 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
540
541         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
542         Because of an unknown bug, the group buffer is saved in .overview
543         file.
544
545 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
546
547         * nntp.el (nntp-send-command): Braino in last commit.  Replace
548         `and' with `or'.
549
550 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
551
552         * nntp.el (nntp-send-command): Assume that echo does not happen
553         when nntp-open-connection-function is nntp-open-network-stream.
554         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
555
556 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
557
558         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
559
560 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
561
562         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
563         nntp-server-buffer if we aren't going to write to it.
564
565 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
566         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
567
568         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
569
570 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
571
572         * rfc2047.el (rfc2047-decode-region): Remove newlines between
573         decoded words.
574
575 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
576
577         * gnus.el (fboundp): After loading mm-util, make sure it was the
578         right one.
579
580 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
581
582         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
583         gnus-sum.  Made into a user option.
584
585         * gnus-sum.el (gnus-simplify-ignored-prefixes)
586         (gnus-summary-mark-article-as-unread)
587
588 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
589
590         * time-date.el (date-to-time): Typo.
591
592         * parse-time.el: Typo.
593
594         * nnsoup.el (nnsoup-retrieve-headers): Typo.
595
596         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
597
598         * nnimap.el:
599         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
600
601         * mm-encode.el (mm-safer-encoding): Typo.
602
603         * messcompat.el: Typo.
604
605         * message.el (message-face-alist): Typo.
606
607         * imap.el (imap-interactive-login, imap-open): Typos.
608
609         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
610
611         * gnus.el: Typo.
612
613         * gnus-win.el (gnus-configure-frame): Typo.
614
615         * gnus-util.el (gnus-atomic-progn-assign): Typo.
616
617         * gnus-topic.el (gnus-topic-sort-topics): Typo.
618
619         * gnus-sum.el (gnus-summary-article-number)
620         (gnus-summary-read-group-1, gnus-summary-mark-article)
621         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
622
623         * gnus-mule.el (gnus-mule-add-group): Typo.
624
625         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
626
627         * gnus-group.el (gnus-group-fetch-faq): Typo.
628
629         * gnus-art.el (gnus-decode-header-methods): Typo.
630
631         * flow-fill.el: Typo.
632
633 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
634
635         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
636
637 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
638
639         * gnus-sum.el (gnus-simplify-ignored-prefixes)
640         (gnus-summary-mark-article-as-unread)
641         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
642         Reformatting to avoid long lines.
643         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
644
645 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
646
647         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
648         be accessed through `mail-header-number'.
649
650 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
651
652         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
653         compressed range to gnus-summary-insert-articles.
654
655 2002-11-26  Kevin Ryde <user42@zip.com.au>
656
657         * gnus-art.el (gnus-mime-copy-part): Look for filename
658         parameter under content-disposition, not content-type.
659
660         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
661         (gnus-summary-reselect-current-group): Use it.
662
663 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
664
665         * gnus-agent.el (gnus-agent-uncached-articles): if
666         gnus-agent-load-alist fails, return ARTICLES.
667
668         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
669
670 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
671
672         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
673         superfluous function call.
674         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
675         Add warning to docstring.
676
677 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
678
679         * gnus-agent.el: Autoload number-at-point instead.
680         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
681
682 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
683
684         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
685         require thingatpt (for number-at-point) and protect against
686         deactivate-mark being unbound (on XEmacs).
687
688 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
689
690         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
691         print message on entry.
692
693         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
694
695         * gnus-range.el (gnus-range-difference): New function.
696         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
697
698 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
699
700         * gnus-sum.el (gnus-summary-insert-old-articles): Use
701         gnus-remove-from-range instead of gnus-range-difference which
702         doesn't exist.
703
704 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
705         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
706
707         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
708         used for showing which articles have been downloaded.
709         (gnus-agent-article-alist): Format change.  Add documentation.
710         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
711         process-marked articles.
712         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
713         in the series are individually fetched to minimize lose of
714         content due to an error/quit.
715         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
716         gnus-message instead of message.
717         (gnus-agent-read-servers): Use file lib/methods instead of
718         lib/servers.  TODO: Why?
719         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
720         (gnus-agent-get-undownloaded-list): Remove articles that appear to
721         come from the agent.  This means that they are not downloaded.
722         (gnus-agent-fetch-selected-article): Don't use history.
723         (gnus-agent-save-history, gnus-agent-enter-history)
724         (gnus-agent-article-in-history-p, gnus-agent-history-path):
725         Removed function; history is not used anymore.
726         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
727         (gnus-agent-crosspost): Started rewrite then realized that a typo
728         in gnus-agent-fetch-articles ensures that this function is never
729         called.  This will need to be fixed later.
730         (gnus-agent-check-overview-buffer): Some sanity checks on the
731         agent overview buffer.  This is a safety net used during
732         development.
733         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
734         changed, write a number to the file indicating this.
735         (gnus-agent-fetch-headers): Rewrite to respect
736         gnus-agent-consider-all-articles without relying on the
737         `.fetched' files.  Make it fast.
738         (gnus-agent-braid-nov): Change resulting from
739         gnus-agent-fetch-headers change.
740         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
741         `.fetched' files.
742         (gnus-agent-read-agentview): New function, used by
743         gnus-agent-load-alist.
744         (gnus-agent-load-fetched-headers): Remove.
745         (gnus-agent-save-alist): Rewrite to accomodate new format.
746         (gnus-agent-fetch-group-1): Make sure list of articles is in the
747         same order as in gnus-newsgroup-headers.
748         (gnus-agent-expire): Document and implement extra args ARTICLES,
749         GROUP, FORCE.  Do not restrict usage.
750         (gnus-agent-uncached-articles): New function.
751         (gnus-agent-retrieve-headers): Use it.
752         (gnus-agent-regenerate-group): No longer needs to be called from
753         gnus-agent-regenerate.  Individual groups may be regenerated. The
754         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
755         The article fetch dates are validated in the article alist.  The
756         article alist is pruned of entries that do not reference existing
757         NOV entries.  All changes are computed then applied with
758         inhibit-quit bound to t.  As a result, it is now safe to quit out of
759         regeneration.  The optional clean parameter has been replaced with
760         an optional reread parameter.  Clean is no longer necessary as
761         regeneration gets the appropriate setting from
762         gnus-agent-consider-all-articles.  The new reread parameter will
763         result in fetched, or all, articles being marked as unread.
764         (gnus-agent-regenerate): Removed code to regenerate the history
765         file as it is no longer used.
766
767         * gnus-start.el (gnus-make-ascending-articles-unread): New
768         function, for efficient mass-marking.
769
770         * gnus-sum.el (gnus-summary-highlight): Use new face for
771         downloaded articles.
772         (gnus-article-mark): Prefer to indicate read/unread status over
773         downloaded status.
774         (gnus-summary-highlight-line-0): New function, maybe rehighlights
775         line.
776         (gnus-summary-highlight-line): Use new face for downloaded
777         articles.
778         (gnus-summary-insert-old-articles): Improved performance by
779         replacing the initial LIST of older articles with a compressed
780         RANGE of older articles.  Some servers appear to lie about
781         their active range so the original list could contain millions
782         of article numbers.  The range is not expanded into a list
783         until the optional ALL parameter has been applied.
784
785 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
786
787         * gnus-agent.el (gnus-category-mode): Typo in doc string.
788
789 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
790
791         * spam.el:
792         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
793
794         * spam.el: added `M s t' and `M s x' key mappings
795
796 2002-11-20  Simon Josefsson  <jas@extundo.com>
797
798         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
799
800 2002-11-19  Simon Josefsson  <jas@extundo.com>
801
802         * gnus-sum.el (gnus-summary-morse-message): Load
803         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
804         (unmorse-region): Autoload it instead.
805
806 2002-11-18  Simon Josefsson  <jas@extundo.com>
807
808         * gnus-sum.el (gnus-summary-morse-message): New function.
809         (gnus-summary-wash-map): Bind to `W m'.
810         (gnus-summary-make-menu-bar): Add.
811
812         * nnimap.el (nnimap-request-expire-articles): Compress sequence
813         before storing \Deleted mark on expired articles.
814
815 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
816         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
817
818         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
819         parens in column 0.
820
821 2002-11-17  Juanma Barranquero  <lektu@terra.es>
822
823         * nnweb.el (nnweb-google-create-mapping): Fix typo.
824
825         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
826
827         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
828
829 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
830
831         * message.el (message-set-auto-save-file-name): Use
832         make-directory, to avoid the dependence on gnus-util.
833
834 2002-11-16  Simon Josefsson  <jas@extundo.com>
835
836         * nnimap.el (nnimap-callback-callback-function):
837         (nnimap-callback-buffer): Removed, these cannot be global but must
838         be embedded into the callback.
839         (nnimap-make-callback): New.  Embedd article number, callback and
840         buffer in function.
841         (nnimap-callback, nnimap-request-article-part): Update.
842
843 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
844
845         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
846
847 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
848
849         * gnus.el (gnus-summary-line-format): Document %C.
850
851 2002-11-11  Simon Josefsson  <jas@extundo.com>
852
853         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
854         output when called interactively.
855
856 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
857
858         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
859
860         * message.el (message-draft-coding-system): Improve comment; use
861         mm-auto-save-coding-system for the default value.
862
863         * nndraft.el (nndraft-request-article): Revert to the state before
864         2002-10-29; regexp-quote mail-header-separator.
865
866 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
867
868         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
869         allow editing of drafts from an nnvirtual group.
870
871 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
872
873         * nndraft.el (nndraft-request-article): Replace emacs-mule with
874         mm-auto-save-coding-system.
875
876         * message.el (message-draft-coding-system): Default to
877         iso-2022-7bit.
878
879         * mm-util.el (mm-auto-save-coding-system): Undo last change to
880         restore the default value to emacs-mule or escape-quoted.
881
882 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
883
884         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
885         a delayed or a queued article as well as a draft.
886
887         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
888         delayed or a queued article in the raw format; treat a delayed
889         article as a raw article as well as a draft.
890         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
891         for the delayed group.
892
893         * nndraft.el (nndraft-request-article): Ignore auto save files for
894         a delayed or a queued article; don't bother to decode a queued
895         article; don't bind nnmail-file-coding-system for a queued article.
896
897         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
898         and the queue group.
899
900 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
901
902         * gnus-group.el (gnus-group-delete-group):
903         gnus-cache-active-hashtb might be void.
904
905 2002-11-02  Simon Josefsson  <jas@extundo.com>
906
907         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
908         setting of the default user ID.  From Raymond Scholz
909         <ray-2002@zonix.de>.
910
911 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
912
913         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
914         charset.
915
916 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
917         From Alex Schroeder <alex@emacswiki.org>
918         * spam-stat.el (spam-stat-process-directory): add dir to message
919         (spam-stat-reduce-size): No longer remove words
920         with values close to 0.5, because the default value is 0.2.
921
922 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
923
924         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
925         documentation.
926
927 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
928
929         * gnus-agent.el (gnus-agent-fetched-headers)
930         (gnus-agent-load-fetched-headers)
931         (gnus-agent-save-fetched-headers): Remove variable and two
932         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
933         works better.
934         (gnus-agent-fetch-headers): New implementation from Kevin
935         Greiner.  Uses gnus-agent-article-alist to store information
936         about fetched messages which aren't on the server anymore.  The
937         trick is to return a list of considered messages to the caller,
938         but to only fetch those which haven't been fetched yet.
939
940 2002-10-30  Simon Josefsson  <jas@extundo.com>
941
942         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
943
944         * pgg.el (pgg-passphrase-cache-expiry): Removed.
945
946 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
947
948         * mm-view.el (mm-w3m-local-map-property): Make it work with older
949         versions of emacs-w3m than 1.3.3.
950
951         * lpath.el: Bind w3m-minor-mode-map.
952
953         * mm-view.el (mm-w3m-mode-command-alist)
954         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
955         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
956         (mm-setup-w3m): Simplified.
957         (mm-w3m-local-map-property): New function.
958         (mm-inline-text-html-render-with-w3m): Use it.
959
960         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
961         mm-w3m-local-map-property.
962
963 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
964
965         * mm-util.el (mm-auto-save-coding-system): Default to
966         iso-2022-7bit.
967
968         * nndraft.el (nndraft-request-article): Decode an article using
969         the coding-system emacs-mule if it seems to have been saved using
970         emacs-mule.
971         (nndraft-request-replace-article): Use message-draft-coding-system
972         instead of mm-auto-save-coding-system for the draft or delayed
973         group.
974
975 2002-10-28  Josh  <huber@alum.wpi.edu>
976
977         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
978         functions.
979
980 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
981         From mah@everybody.org (Mark A. Hershberger).
982
983         * mm-url.el (mm-url-insert-file-contents): Make it return the same
984         type values ("url" size) regardless of the values of
985         mm-url-use-external.
986
987 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
988
989         * nnimap.el (nnimap-request-article-part): Try harder to show
990         group name in debugging message.
991
992 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
993
994         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
995         directory if it doesn't exist.
996         (gnus-agent-fetch-headers): Remove old cruft that tried to
997         abstain from downloading articles more than once if
998         gnus-agent-consider-all-articles was true.  This is now done
999         properly via the .fetched files.
1000
1001 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1002
1003         * nndraft.el (nndraft-request-article): Treat delayed articles
1004         like drafts.
1005
1006 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1007
1008         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
1009
1010 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1011
1012         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
1013         Remove unused optional arg DIR and corresponding code.
1014
1015         * nnimap.el (nnimap-request-article-part): Include group name in
1016         debugging output.
1017
1018 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
1019
1020         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
1021
1022 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1023
1024         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
1025         contains range of headers that have been fetched by the agent
1026         already.  Compare gnus-agent-article-alist.
1027         (gnus-agent-file-header-cache): Like
1028         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
1029         (gnus-agent-fetch-headers): Improve comment.  Revert to old
1030         seen/recent logic.
1031         Remember which headers have been fetched before and don't fetch
1032         them again the next time round.
1033         (gnus-agent-load-fetched-headers)
1034         (gnus-agent-save-fetched-headers): New functions, for remembering
1035         which headers have been fetched before.
1036
1037 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1038
1039         * lpath.el: Remove useless bindings.
1040
1041 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
1042
1043         * gnus-sum.el (gnus-summary-execute-command): Disable visual
1044         features while searching.
1045
1046 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1047
1048         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
1049
1050 2002-10-22  Simon Josefsson  <jas@extundo.com>
1051
1052         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
1053         (pgg-snarf-keys): Add.
1054
1055 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1056
1057         * lpath.el: Fbind bbdb-records.
1058
1059         * spam.el: Don't autoload bbdb-records.
1060
1061 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1062
1063         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
1064         prevent inf-loop.
1065
1066 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1067
1068         * nnslashdot.el: Removed some test lines.
1069         More test.
1070
1071 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1072
1073         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
1074         are known to be downloaded already.
1075
1076 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1077
1078         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
1079         (mm-text-html-washer-alist): Ditto.
1080
1081 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1082
1083         * nnheader.el (nnheader-remove-body): Fix an error of detecting
1084         boundary between headers and body.
1085         * nnml.el (nnml-parse-head): Ditto.
1086
1087 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1088
1089         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
1090         entries.
1091
1092         * gnus-group.el (gnus-fetch-group): Allow an optional
1093         specification of the articles to select.
1094
1095         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
1096
1097 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1098
1099         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
1100         headers from the group, update variable `articles' to contain
1101         only those numbers where headers exist.  (When fetching all
1102         articles in a group, Gnus creates lots of numbers where there is
1103         no articles.)
1104
1105 2002-10-20  Steve Youngs  <youngs@xemacs.org>
1106
1107         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
1108         doesn't have the 'alist custom type, use cons cells instead.
1109         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
1110         (pgg-parse-hash-algorithm-alist): Ditto.
1111         (pgg-parse-compression-algorithm-alist): Ditto.
1112         (pgg-parse-signature-type-alist): Ditto.
1113
1114         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
1115
1116         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
1117
1118         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
1119
1120 2002-10-19  Simon Josefsson  <jas@extundo.com>
1121
1122         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
1123         buffer.
1124
1125 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1126
1127         * gnus-spec.el (gnus-make-format-preserve-properties)
1128         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
1129         properties also on XEmacs.  `gnus-xmas-format' is like format but
1130         preserves text properties on XEmacs (though it only understands
1131         simple format specs).  The variable
1132         `gnus-make-format-preserve-properties' controls whether the
1133         function is used, and is checked in `gnus-parse-simple-format'.
1134         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
1135
1136         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
1137         output.
1138         (gnus-agent-consider-all-articles): New variable.
1139         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
1140         (gnus-agent-fetch-headers): Depending on
1141         gnus-agent-consider-all-articles, maybe get all articles.
1142         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
1143         `read'.
1144         (gnus-predicate-imples-unread): New function.
1145         (gnus-agent-fetch-headers): Optimize to call
1146         gnus-list-of-unread-articles if that is sufficient.
1147         Check unseen and recent instead of seen and recent.
1148         (gnus-agent-fetch-headers): Abstain from calling
1149         gnus-list-range-intersection if range (a . b) would have (> a b).
1150
1151 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1152
1153         * message.el (message-send-mail): Make it possible to perform
1154         edebug-defun.
1155
1156 2002-10-18  Simon Josefsson  <jas@extundo.com>
1157
1158         * gnus-art.el (gnus-button-man-handler): Change default to
1159         `manual-entry' (defined in both emacsen).
1160         (gnus-button-man-handler): Remove emacsen difference and use
1161         `manual-entry'.
1162
1163 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1164
1165         * spam.el: Wrap autoload settings for bbdb-records,
1166         executable-find and ifile-spam-filter with eval-and-compile.
1167         (spam-display-buffer-contents): Remove.
1168         (spam-bogofilter-score): Merge spam-display-buffer-contents.
1169
1170 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
1171
1172         * spam.el (spam-display-buffer-contents): New function.
1173         (spam-bogofilter-score): use spam-display-buffer-contents, patch
1174         from Katsumi Yamaoka <yamaoka@jpl.org>.
1175
1176 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1177
1178         * nnheader.el (nnheader-parse-naked-head): New function.
1179         (nnheader-parse-head): Use the above function, in order to handle
1180         continuation lines properly.
1181         (nnheader-remove-body): New function.
1182         (nnheader-remove-cr-followed-by-lf): New function.
1183         (nnheader-ms-strip-cr): Use the above function.
1184
1185         * gnus-agent.el (gnus-agent-regenerate-group): Call
1186         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
1187         `nnheader-parse-head'.
1188         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
1189
1190         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
1191         continuation lines by itself; call `nnheader-parse-naked-head'
1192         instead of `nnheader-parse-head'.
1193         * nndiary.el (nndiary-parse-head): Ditto.
1194         * nnfolder.el (nnfolder-parse-head): Ditto.
1195         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
1196         * nnmaildir.el (nnmaildir--update-nov): Ditto.
1197         * nnml.el (nnml-parse-head): Ditto.
1198
1199 2002-10-17  Steve Youngs  <youngs@xemacs.org>
1200
1201         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
1202         XEmacs, default to it if featurep 'xemacs.
1203
1204 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1205
1206         * spam-stat.el: Check for the existence of hash functions instead
1207         of the Emacs version to decide whether to load cl.  Suggested by
1208         Kai Gro\e,A_\e(Bjohann.
1209
1210 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1211
1212         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
1213         if it isn't open yet.
1214
1215 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1216
1217         * gnus-group.el: Require mm-url only when compiling.
1218         (gnus-group-fetch-charter): Require mm-url.
1219
1220         * spam-stat.el: Require cl for the functions gethash,
1221         hash-table-count, make-hash-table and mapc for Emacs 20.
1222         (puthash): Alias to cl-puthash for Emacs 20.
1223         (with-syntax-table): New macro for Emacs 20.
1224
1225 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
1226
1227         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
1228
1229 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
1230
1231         * spam.el (spam-check-ifile): added ifile as a spam checking
1232         backend, and spam-use-ifle as the variable to toggle that check.
1233
1234 2002-10-12  Simon Josefsson  <jas@extundo.com>
1235
1236         * message.el (message-beginning-of-line): New variable.
1237         (message-beginning-of-line): Use it.
1238
1239 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
1240
1241         * spam.el: more compilation fixes for BBDB
1242
1243         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
1244         (spam-stat-reduce-size): Interactive.
1245         (spam-stat-reset): New function.
1246         (spam-stat-save): Interactive.
1247
1248 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1249
1250         * gnus.el: Autoload gnus-delay-initialize.
1251
1252         * message.el: Autoload gnus-delay-article.
1253
1254 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
1255
1256         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
1257         text property in Emacs.
1258
1259 2002-10-11  Simon Josefsson  <jas@extundo.com>
1260
1261         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
1262         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
1263
1264         * mml1991.el (mml1991-pgg-sign): Remove CR.
1265
1266 2002-10-10  Simon Josefsson  <jas@extundo.com>
1267
1268         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
1269         decrypt failed.
1270         (mml2015-trust-boundaries-alist): Removed.
1271         (mml2015-gpg-extract-signature-details): Don't use it.
1272         (mml2015-unabbrev-trust-alist): New.
1273         (mml2015-gpg-extract-signature-details): Use it.
1274
1275 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
1276
1277         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
1278         BBDB installed
1279
1280         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
1281         statistical analysis of spam in Lisp only
1282
1283 2002-10-10  Simon Josefsson  <jas@extundo.com>
1284
1285         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
1286         auth, selected or examine state.
1287
1288         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
1289         buffer and error buffer depending on type of information.
1290
1291         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
1292         --status-fd stuff even if gpg.el is not used (revert earlier
1293         change).
1294         (mml2015-pgg-{clear-,}verify): Store both output and errors as
1295         gnus details.
1296         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
1297         buffer.
1298
1299         * pgg.el (pgg-verify-region): Use it.
1300
1301         * pgg-def.el (pgg-query-keyserver): New variable.
1302
1303         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
1304         key-identifier in packet.  Is this a good idea?
1305
1306         * mml.el (mml-mode-map): Add security commands that operates on
1307         MIME parts.
1308         (mml-menu): And menu items for them.
1309
1310         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
1311
1312         * mml.el (mml-parse-1): Support sender in #secure tags.
1313
1314         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
1315         defined.
1316
1317         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
1318         (mml-pgp-encrypt-buffer): Support combined signing.
1319
1320         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
1321         (mml1991-gpg-encrypt): Ditto.
1322         (mml1991-pgg-encrypt): Ditto.
1323         (mml1991-encrypt): Pass sign parameter.
1324
1325         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
1326         (mml-signencrypt-style): Mention the variable.
1327
1328 2002-10-09  Simon Josefsson  <jas@extundo.com>
1329
1330         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
1331         pgg-gpg-user-id.
1332
1333         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
1334         (pgg-fetch-key-function): Nil if w3 is not installed.
1335
1336 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1337
1338         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
1339         gnus-agent-current-history.
1340
1341 2002-10-06  Simon Josefsson  <jas@extundo.com>
1342
1343         * imap.el (imap-parse-status): Don't use read to read token.
1344
1345 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1346
1347         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
1348         for methods not covered by the agent, and when unplugged.
1349
1350 2002-10-05  Simon Josefsson  <jas@extundo.com>
1351
1352         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
1353         signing.
1354
1355         * gnus-agent.el (gnus-agent-read-servers): If getting method from
1356         a named server fails, ignore the server.
1357
1358         * mml1991.el (mml1991-pgg-sign): Do QP.
1359
1360         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
1361         work.
1362
1363 2002-10-04  Simon Josefsson  <jas@extundo.com>
1364
1365         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
1366
1367         * pgg-pgp.el (pgg-pgp-verify-region): Inline
1368         binary-write-decoded-region from MEL.
1369
1370         * pgg.el (pgg-encrypt-region): Support sign.
1371
1372         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
1373
1374         * mml2015.el (mml2015-pgg-encrypt): Ditto.
1375
1376         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
1377         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
1378         branch where PGG was taken from in the ChangeLog entries below.
1379
1380 2002-10-01  Simon Josefsson  <jas@extundo.com>
1381
1382         * pgg-pgp.el: Don't require mel.  Don't use luna.
1383         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
1384         (pgg-pgp-process-region): Use expand-file-name instead of concat.
1385         (pgg-pgp-process-region): Don't use binary-funcall.
1386
1387         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
1388
1389         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
1390         instead of concat.
1391
1392         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
1393
1394 2002-09-29  Simon Josefsson  <jas@extundo.com>
1395
1396         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
1397         compile warnings.
1398
1399         * pgg.el (pgg-decrypt-region): Don't parse packet.
1400
1401         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
1402
1403 2002-09-29  Daiki Ueno <ueno@unixuser.org>
1404
1405         * pgg.el: Remove dependency on calist.el.
1406
1407 2002-09-28  Simon Josefsson  <jas@extundo.com>
1408
1409         * pgg.el (pgg-temporary-file-directory): New variable.
1410         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
1411
1412         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
1413         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
1414
1415         * pgg-parse.el (pgg-char-int): Defalias.
1416         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
1417         (pgg-read-bytes, pgg-read-body): Use it.
1418         (pgg-decode-packets): Don't use MEL, use base64-*.
1419         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
1420         (pgg-string-as-unibyte): Defalias.
1421         (pgg-parse-armor-region): Use it.
1422
1423         * pgg-gpg.el (pgg-gpg-process-region): Use
1424         pgg-temporary-file-directory.
1425
1426         * luna.el: Don't def-edebug.
1427
1428         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
1429         binary-write-decoded-region from MEL.
1430
1431         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
1432
1433         * alist.el, calist.el: Don't require product/APEL.
1434
1435         * pgg-parse.el (top-level): Remove dependency on static.el,
1436         pccl.el, mel.el.
1437         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
1438         `define-ccl-program' is boundp, instead of using broken.
1439
1440 2002-10-01  Simon Josefsson  <jas@extundo.com>
1441
1442         * message.el (message-required-mail-headers): Remove Lines:.
1443
1444 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1445         From Jesper Harder.
1446
1447         * gnus-group.el (gnus-group-fetch-charter,
1448         gnus-group-fetch-control): Prompt for group if given a prefix
1449         argument.
1450         * gnus-sum.el (t): Add gnus-group-fetch-charter and
1451         gnus-group-fetch-control to summary key map and menu.
1452
1453
1454 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
1455
1456         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
1457         number when there are no articles.
1458
1459 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1460
1461         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
1462         arg ALL means to fetch all articles, not only downloadable ones.
1463         (gnus-agent-fetch-selected-article): New function for
1464         gnus-select-article-hook or gnus-mark-article-hook.
1465
1466 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1467         From Peter von der Ahe <nospam2159@daimi.au.dk>.
1468
1469         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
1470         raw-text.
1471
1472 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
1473
1474         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
1475         Pinard).
1476         Major revamp of the code, documentation is in comments in the file
1477         for now.
1478
1479 2002-09-30  Simon Josefsson  <jas@extundo.com>
1480
1481         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
1482         buffer seem to be needed?
1483
1484 2002-09-29  Simon Josefsson  <jas@extundo.com>
1485
1486         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
1487         compile warnings.
1488
1489         * mml1991.el (mml1991-function-alist): Add pgg.
1490         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
1491         (mml1991-pgg-encrypt): Fix recipients querying.
1492
1493 2002-09-28  Simon Josefsson  <jas@extundo.com>
1494
1495         * mml2015.el (autoload): Autoload correct files.  Trivial patch
1496         from dme@dme.org.
1497         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
1498         handle is returned.
1499
1500 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1501
1502         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1503         Protect against non-existent of `nnimap-mailbox-info'.
1504
1505 2002-09-27  Simon Josefsson  <jas@extundo.com>
1506
1507         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
1508         (gnus-setup-news-hook): Use it.
1509         (gnus-after-getting-new-news-hook): Ditto.
1510
1511         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
1512
1513 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1514         From Mats Lidell <matsl@contactor.se>.
1515
1516         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
1517
1518 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1519
1520         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
1521         the part to decode encoded words, use raw words instead of decoded
1522         words.
1523
1524 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
1525
1526         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
1527
1528         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
1529         (mm-setup-w3m): Use it.
1530
1531 2002-09-27  Simon Josefsson  <jas@extundo.com>
1532
1533         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
1534         article buffers.
1535
1536         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
1537         it just in case.
1538         (nnimap-update-unseen): New function; update unseen count in
1539         `n-m-info'.
1540         (nnimap-close-group): Call it.
1541
1542         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
1543         (gnus-after-getting-new-news-hook): Ditto.
1544
1545         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
1546         message into verboselevel 9.  Change slow mail check message.
1547         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
1548         (nnimap-fixup-unread-after-getting-new-news): New function, to be
1549         used as a hook after getting new mail.
1550
1551 2002-09-26  Simon Josefsson  <jas@extundo.com>
1552
1553         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
1554         SELECT/EXAMINE is first unseen article, not number of unseen
1555         articles.  Make them distinct by renaming the former to
1556         `first-unseen' instead of `unseen'.
1557
1558         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
1559         too.
1560         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
1561         changed.
1562         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
1563
1564         * gnus-int.el (gnus-server-unopen-status): Defcustom.
1565
1566         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
1567         better.
1568
1569         * mml2015.el (mml2015-pgg-decrypt): Only add security information
1570         if dissecting resulting buffer actually had any information.
1571
1572 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1573
1574         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
1575         because the function `string<' allows symbols.
1576
1577         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
1578
1579 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
1580
1581         * message.el (message-forward-make-body): Revert an early change
1582         because 8-bit utf-8 emails.
1583
1584 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
1585
1586         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
1587         links to Info)
1588         * gnus-art.el (gnus-treat-highlight-signature):
1589         * gnus-art.el (gnus-treat-buttonize):
1590         * gnus-art.el (gnus-treat-buttonize-head):
1591         * gnus-art.el (gnus-treat-emphasize):
1592         * gnus-art.el (gnus-treat-strip-cr):
1593         * gnus-art.el (gnus-treat-unsplit-urls):
1594         * gnus-art.el (gnus-treat-leading-whitespace):
1595         * gnus-art.el (gnus-treat-hide-headers):
1596         * gnus-art.el (gnus-treat-hide-boring-headers):
1597         * gnus-art.el (gnus-treat-hide-signature):
1598         * gnus-art.el (gnus-treat-fill-article):
1599         * gnus-art.el (gnus-treat-hide-citation):
1600         * gnus-art.el (gnus-treat-hide-citation-maybe):
1601         * gnus-art.el (gnus-treat-strip-list-identifiers):
1602         * gnus-art.el (gnus-treat-strip-pgp):
1603         * gnus-art.el (gnus-treat-strip-pem):
1604         * gnus-art.el (gnus-treat-strip-banner):
1605         * gnus-art.el (gnus-treat-highlight-headers):
1606         * gnus-art.el (gnus-treat-highlight-citation):
1607         * gnus-art.el (gnus-treat-date-ut):
1608         * gnus-art.el (gnus-treat-date-local):
1609         * gnus-art.el (gnus-treat-date-english):
1610         * gnus-art.el (gnus-treat-date-lapsed):
1611         * gnus-art.el (gnus-treat-date-original):
1612         * gnus-art.el (gnus-treat-date-iso8601):
1613         * gnus-art.el (gnus-treat-date-user-defined):
1614         * gnus-art.el (gnus-treat-strip-headers-in-body):
1615         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
1616         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
1617         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
1618         * gnus-art.el (gnus-treat-unfold-headers):
1619         * gnus-art.el (gnus-treat-fold-headers):
1620         * gnus-art.el (gnus-treat-fold-newsgroups):
1621         * gnus-art.el (gnus-treat-overstrike):
1622         * gnus-art.el (gnus-treat-display-xface):
1623         * gnus-art.el (gnus-treat-display-smileys):
1624         * gnus-art.el (gnus-treat-from-picon):
1625         * gnus-art.el (gnus-treat-mail-picon):
1626         * gnus-art.el (gnus-treat-newsgroups-picon):
1627         * gnus-art.el (gnus-treat-body-boundary):
1628         * gnus-art.el (gnus-treat-capitalize-sentences):
1629         * gnus-art.el (gnus-treat-fill-long-lines):
1630         * gnus-art.el (gnus-treat-play-sounds):
1631         * gnus-art.el (gnus-treat-translate):
1632         * gnus-art.el (gnus-treat-x-pgp-sig):
1633         * gnus-art.el (gnus-mime-button-line-format):
1634         * gnus-art.el (gnus-button-man-level):
1635         * gnus-art.el (gnus-button-emacs-level):
1636         * gnus-cus.el (gnus-group-parameters):
1637         * gnus-gl.el (bbb-build-mid-scores-alist):
1638         * gnus-group.el (gnus-group-line-format):
1639         * gnus-mlspl.el (gnus-group-split-setup):
1640         * gnus-mlspl.el (gnus-group-split):
1641         * gnus-msg.el (gnus-mailing-list-groups):
1642         * gnus-msg.el (gnus-posting-styles):
1643         * gnus-nocem.el (gnus-nocem-issuers):
1644         * gnus-score.el (gnus-score-regexp-bad-p):
1645         * gnus-srvr.el (gnus-server-line-format):
1646         * gnus-topic.el (gnus-topic-line-format):
1647         * gnus.el (gnus-summary-line-format):
1648         * mail-source.el (mail-sources):
1649         * message.el (message-subscribed-address-file):
1650         * nnmail.el (nnmail-split-fancy):
1651
1652 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
1653
1654         * mail-source.el(mail-source-run-script): use `functionp' to test
1655         whether the argument `script' is in fact a function.
1656         (mail-sources): adjust the defcustom to allow users to specify a
1657         function or a string as the value of the `:prescript' and
1658         `:postscript' arguments of the `file' and `pop3' mail sources.
1659
1660 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
1661
1662         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
1663         number when article 1 does not exist.
1664
1665 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1666
1667         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
1668         apropos if apropos-variable does not exist.
1669         (gnus-button-guessed-mid-regexp)
1670         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
1671         regexes.  From Reiner Steib.
1672         (gnus-button-handle-describe-function)
1673         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
1674         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
1675         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
1676
1677 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
1678         Trivial patch.
1679
1680         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
1681         the file.
1682
1683 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
1684
1685         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
1686
1687 2002-09-24  Simon Josefsson  <jas@extundo.com>
1688
1689         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
1690         (mml2015-use): Prefer PGG if installed.
1691         (mml2015-function-alist): Add PGG wrappers.
1692         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
1693         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
1694         prefix, make regexp optionally skip it.
1695         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
1696         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
1697         (mml2015-pgg-encrypt): New functions.
1698         (defvar, autoload): Prevent byte-compile warnings.
1699
1700 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1701         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
1702
1703         * gnus-art.el (article-strip-banner): Check for the existence of
1704         from header.
1705
1706 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
1707
1708         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
1709         (gnus-button-alist): Improved regexp for
1710         gnus-button-handle-mid-or-mail (false positives), fixed
1711         gnus-button-handle-man entries.
1712         From Reiner Steib.
1713
1714 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
1715         From Josh Huber.
1716
1717         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
1718         nnmail-extra-headers is non-nil.
1719
1720 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
1721
1722         * nnmaildir.el: Store article numbers persistently.  General
1723         revision.
1724         (nnmaildir-request-expire-articles): handle 'immediate and 'never
1725         for nnmail-expiry-wait; delete instead of moving if 'force is
1726         given.
1727
1728 2002-09-23  Simon Josefsson  <jas@extundo.com>
1729         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
1730
1731         * smime.el (smime-sign-buffer): Get key and extra certs.
1732         (smime-get-key-with-certs-by-email): Utility function.
1733
1734 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
1735         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
1736
1737         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
1738         article exists.
1739
1740 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
1741
1742         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
1743
1744 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
1745         From Reiner Steib.
1746
1747         * gnus-art.el (gnus-button-handle-custom,
1748         gnus-button-handle-mid-or-mail,
1749         gnus-button-handle-describe-{function,variable,key},
1750         gnus-button-handle-apropos{,command,variable}): New functions.
1751         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
1752         gnus-button-{man,emacs,mail}-level): New variables.
1753         (gnus-button-alist): Use the above to buttonize emacs and mail
1754         related links.
1755
1756 2002-09-18  Juanma Barranquero  <lektu@terra.es>
1757
1758         * gnus-int.el (gnus-status-message): Fix spacing.
1759
1760         * imap.el (imap-continuation): Fix typos.
1761
1762 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
1763
1764         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
1765
1766         * gnus-art.el (gnus-article-reply-with-original): Correct
1767         with-current-buffer scope.
1768
1769         * message.el (message-completion-alist): Add Reply-To, From, etc.
1770
1771 2002-09-18  Simon Josefsson  <jas@extundo.com>
1772
1773         * nnimap.el (nnimap-request-expire-articles): Make flag setting
1774         conditional.  From Nevin Kapur <nevin@jhu.edu>.
1775
1776 2002-09-17  Simon Josefsson  <jas@extundo.com>
1777
1778         * nnimap.el (nnimap-expiry-target): Don't search for which
1779         articles exists here.
1780         (nnimap-request-expire-articles): Do it here instead.  Only expire
1781         when articles are found.  Suggested by Nevin Kapur
1782         <nevin@jhu.edu>.
1783
1784 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1785         From Reiner Steib <reiner.steib@gmx.de>.
1786
1787         * message.el (message-strip-subject-trailing-was)
1788         (message-change-subject, message-add-archive-header)
1789         (message-xpost-fup2-header, message-xpost-insert-note)
1790         (message-xpost-fup2, message-reduce-to-to-cc): New functions
1791         adopted from message-utils.el.  Add functions to the keymap, mode
1792         describtion and menu.
1793         (message-change-subject,message-xpost-fup2): Signal error if
1794         current header is empty.
1795         (message-xpost-insert-note): Changed insert position.
1796         (message-archive-note): Ensure to insert note in message body (not
1797         in head).
1798         (message-archive-header, message-archive-note)
1799         (message-xpost-default, message-xpost-note, message-fup2-note)
1800         (message-xpost-note-function): New variables adopted from
1801         message-utils.el.  Changed some doc-strings.
1802         (message-mark-insert-{begin,end}): Rename from
1803         message-{begin,end}-inserted-text-mark (message-utils.el), changed
1804         values.
1805         (message-subject-trailing-was-query)
1806         (message-subject-trailing-was-ask-regexp)
1807         (message-subject-trailing-was-regexp): New variables.
1808         (message-to-list-only): Added doc-string and menu entry.
1809
1810         * message-utils.el: Removed.  Functions are now in message.el.
1811
1812 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
1813
1814         * gnus-art.el (gnus-article-reply-with-original,
1815         gnus-article-followup-with-original): Switch to
1816         gnus-summary-buffer before reply/followup.
1817
1818 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
1819
1820         * gnus-sum.el (gnus-summary-toggle-header): The article window may
1821         not exist. Toggle it anyway.
1822
1823 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
1824
1825         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
1826
1827         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
1828         Trivial patch from Urban Engberg <ue@ccieurope.com>.
1829
1830         * rfc2047.el (message-posting-charset): Defvar it.
1831         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
1832         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
1833
1834         * mail-source.el (mail-source-fetch): Hide password.
1835
1836         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
1837
1838 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1839         From John Paul Wallington <jpw@shootybangbang.com>.
1840
1841         * gnus.el (gnus-visual, gnus-meta): Fix typo.
1842
1843 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1844
1845         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
1846
1847 2002-09-11  Simon Josefsson  <jas@extundo.com>
1848
1849         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
1850         (nnimap-split-rule): Doc fix.
1851         (nnimap-request-expire-articles): Cleanup code.
1852
1853 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1854         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
1855
1856         * gnus-art.el (gnus-article-address-banner-alist): New option.
1857         (article-strip-banner): Refer the above option to split banners of
1858         free mail servers, when no group parameter is specified.
1859
1860 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1861
1862         * nntp.el (nntp-wait-for-string): Check for a process in the
1863         current buffer instead of `nntp-server-buffer'.
1864
1865 2002-09-09  Simon Josefsson  <jas@extundo.com>
1866
1867         * gnus-art.el (gnus-button-man-handler): New variable.
1868         (gnus-button-alist): Use g-b-handle-man.
1869         (gnus-button-handle-man): New, call g-b-man-handler.
1870
1871 2002-09-08  Simon Josefsson  <jas@extundo.com>
1872
1873         * gnus-art.el (gnus-button-alist): Buttonize man page links.
1874
1875 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1876
1877         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
1878
1879 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1880
1881         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
1882
1883         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
1884         keystroke.
1885
1886         * gnus-srvr.el (gnus-browse-describe-group): New command and
1887         keystroke.
1888
1889 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1890
1891         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
1892         value for gnus-decoration property.
1893
1894 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1895
1896         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
1897         string) as group name in case we have a CRLF in the file.
1898
1899 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
1900
1901         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
1902         group.
1903         (rfc1843-decode-hzp): do.
1904         (rfc1843-newsgroups-regexp): do.
1905
1906 2002-09-04  Simon Josefsson  <jas@extundo.com>
1907
1908         * message.el (message-canlock-generate): Make sure sha1 doesn't
1909         call external programs.
1910
1911 2002-09-03  Simon Josefsson  <jas@extundo.com>
1912
1913         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
1914
1915         * gnus-agent.el (gnus-agent-batch): Add doc.
1916
1917 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
1918
1919         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
1920         check for signed and encrypted parts.
1921         * mml.el (mml-parse-1): Correct small typo which preventing
1922         setting recipients in a secure tag.
1923
1924 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1925
1926         * mm-util.el (mm-coding-system-priorities): Default to a list of
1927         iso-2022-jp and others for the Japanese environment.
1928
1929 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1930
1931         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
1932         invalid display names.
1933
1934 2002-08-30  Simon Josefsson  <jas@extundo.com>
1935
1936         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
1937         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
1938
1939 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
1940
1941         * gnus.el (gnus-group-charter-alist): New option.
1942         (gnus-group-fetch-control-use-browse-url): New option.
1943
1944         * gnus-group.el (gnus-group-fetch-charter): New function.
1945         (gnus-group-fetch-control): New function.
1946         Add them to the keymap and menu. Require mm-url.
1947
1948 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1949
1950         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
1951         From Alex Schroeder <alex@emacswiki.org>.
1952
1953 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
1954
1955         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
1956         items expecting user interaction.
1957
1958         * gnus-topic.el (gnus-topic-make-menu-bar): do.
1959
1960         * gnus-sum.el (gnus-summary-make-menu-bar): do.
1961
1962         * gnus-srvr.el (gnus-server-make-menu-bar): do.
1963
1964         * mml.el (mml-menu): do.
1965
1966 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1967
1968         * mail-source.el (mail-source-touch-pop): New function.
1969
1970         * message.el (message-smtpmail-send-it): New function.
1971         (message-send-mail-function): Add it for a candidate.
1972
1973 2002-08-27  Simon Josefsson  <jas@extundo.com>
1974
1975         * gnus-msg.el (posting-charset-alist): Use
1976         gnus-define-group-parameter instead of defcustom.
1977         (gnus-put-message): Handle SPC in GCC.
1978         (gnus-inews-insert-gcc): Ditto.
1979         (gnus-inews-insert-archive-gcc): Ditto.
1980
1981 2002-08-26  Simon Josefsson  <jas@extundo.com>
1982
1983         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
1984         (gnus-agentize): Auto agentize all nntp and nnimap groups.
1985         (gnus-agent-possibly-save-gcc): Autoload.
1986         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
1987
1988 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1989
1990         * gnus.el (gnus-other-frame-function): New user option.
1991         (gnus-other-frame): Use it; add a doc-string; make it work with
1992         the gnuclient program.
1993
1994         * gnus-util.el (gnus-frame-or-window-display-name): New function.
1995
1996         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
1997         `device-connection' and `dfw-device'.
1998
1999 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2000
2001         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
2002         positives, make it stricter.  From Jochen Hein (trivial change).
2003
2004 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2005
2006         * gnus.el (gnus-other-frame): Trivial fix.
2007
2008 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2009
2010         * gnus.el (gnus-other-frame-parameters): New user option.
2011         (gnus-other-frame-object): New variable.
2012         (gnus-other-frame): Make it search for existing Gnus frame; don't
2013         read new news; delete frame on exit.
2014
2015         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
2016
2017         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
2018
2019 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2020         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
2021
2022         * message.el (message-set-auto-save-file-name): Add support for
2023         the Cygwin Emacs; the system-type is `cygwin'.
2024         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
2025
2026 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
2027
2028         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
2029
2030         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
2031         avoid arithmetic errors.
2032
2033 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2034
2035         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
2036
2037 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2038
2039         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
2040         (message-ignored-resent-headers): Add envelope From.
2041
2042 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2043
2044         * gnus.el (gnus-summary-line-format): Document %k specifier.
2045
2046 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2047
2048         * gnus-sum.el (gnus-summary-line-message-size): New function.
2049         (gnus-summary-line-format-alist): Use it.
2050
2051 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2052
2053         * gnus-art.el (article-make-date-line): Refer to the value for
2054         `gnus-article-time-format' in the summary buffer.
2055
2056         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
2057
2058 2002-08-14  Simon Josefsson  <jas@extundo.com>
2059
2060         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
2061         quoting.
2062         (gnus-button-alist): Fix doc.
2063         (gnus-header-button-alist): Use ' not ` for default value quoting.
2064         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
2065         rationale similar to 2002-05-01 change.
2066         (gnus-article-add-buttons-to-head): Evaluate expression.
2067
2068         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
2069
2070 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2071
2072         * message.el (message-font-lock-keywords): Refer to the value for
2073         `message-cite-prefix-regexp' dynamically.
2074
2075 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2076
2077         * gnus-art.el (gnus-decode-header-methods): Doc fix.
2078
2079 2002-08-12  Simon Josefsson  <jas@extundo.com>
2080
2081         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
2082         (imap-shell-open): Skip initial junk before IMAP greeting.
2083
2084 2002-08-11  Simon Josefsson  <jas@extundo.com>
2085
2086         * message-utils.el (message-xpost-default,
2087         message-xpost-fup2-header, message-xpost-fup2): Fixed
2088         Typos.  Trivial changes from Reiner Steib
2089         <4uce.02.r.steib@gmx.net>.
2090
2091 2002-08-09  Simon Josefsson  <jas@extundo.com>
2092
2093         * message.el (message-canlock-password): Set
2094         canlock-password-for-verify to newly generated canlock-password.
2095         When Emacs is restarted, Custom makes sure this is set, but during
2096         the same session we must set it manually.
2097
2098 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
2099
2100         * yenc.el: New file.
2101
2102         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
2103         (mm-uu-type-alist): Add yenc.
2104         (mm-uu-yenc-filename): New function.
2105         (mm-uu-yenc-extract): New function.
2106
2107         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
2108
2109 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
2110
2111         * dgnushack.el (merge): Don't use coerce.
2112
2113 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
2114
2115         * mailcap.el (mailcap-mime-data): Test window-system rather than
2116         mm-device-type.
2117         (mailcap-mime-data): Call xdvi and gv with "-safer".
2118
2119         * mm-util.el: Don't define mm-device-type.
2120
2121 2002-08-05  Simon Josefsson  <jas@extundo.com>
2122
2123         * mm-util.el (mm-coding-system-priorities): coding-system type not
2124         supported everywhere.
2125
2126 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2127
2128         * gnus.el (gnus-version-number): Bumped version number.
2129
2130 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2131
2132         * gnus.el: Oort Gnus v0.07 is released.
2133
2134 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2135
2136         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
2137         (gnus-article-sort-functions): Doc fix.
2138         (t): New keystroke.
2139         (gnus-article-sort-by-random): New function.
2140         (gnus-thread-sort-by-random): New function.
2141
2142 2002-08-02  Simon Josefsson  <jas@extundo.com>
2143
2144         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
2145         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
2146
2147 2002-07-31  Danny Siu  <dsiu@adobe.com>
2148
2149         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
2150         when splitting malformed messages without message-id
2151
2152 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2153         From Niklas Morberg <niklas.morberg@axis.com>.
2154
2155         * nnweb.el (nnweb-type, nnweb-type-definition)
2156         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
2157         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
2158         functionality.
2159         * nnweb.el: Removed old non-functioning search engines.
2160
2161 2002-07-27  Simon Josefsson  <jas@extundo.com>
2162
2163         * message.el (message-forward-make-body): Don't use
2164         `message-forward-ignored-headers' when doing a "raw" followup (it
2165         is important to preserve e.g. CTE).
2166
2167         * flow-fill.el (fill-flowed): Disable filladapt-mode.
2168
2169         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
2170         regexp-quote, Cyrus Sieve is fixed.
2171
2172         * sieve-manage.el (sieve-manage-deletescript): New function.
2173
2174         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
2175         (sieve-manage-mode): Fix menubar.
2176         (sieve-activate): Change some messages.
2177         (sieve-deactivate-all): New function.
2178         (sieve-deactivate): New alias.
2179         (sieve-remove): New function.
2180         (sieve-help): Fix help.
2181         All suggested by Ned Ludd.
2182
2183 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2184
2185         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
2186         (mm-w3m-safe-url-regexp): New user option.
2187
2188         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
2189         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
2190
2191 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
2192
2193         * gnus-sum.el (gnus-summary-delete-article): Force
2194         nnmail-expiry-target to 'delete, so that absolute deletion
2195         happens when absolute deletion is requested.
2196
2197 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2198         From Nevin Kapur <nevin@jhu.edu>.
2199
2200         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
2201         headers as empty headers.
2202
2203 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2204         From Jochen Hein <jochen@jochen.org>.
2205
2206         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
2207         correct typo.
2208         (gnus-emphasis-strikethru): New face.
2209
2210 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2211         From Jason Merrill <jason@redhat.com>.
2212
2213         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
2214         entire file for each of a sequence of missing articles.
2215
2216         * gnus-salt.el (gnus-binary-display-article): Respect an existing
2217         value for gnus-view-pseudos.
2218
2219         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
2220         avoid nreverse.
2221
2222 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2223         From Ted Zlatanov <teodor.zlatanov@divine.com>.
2224
2225         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
2226         (gnus-summary-mode-line-format-alist): Add %h for number of
2227         spams.
2228         (gnus-newsgroup-spam-marked): New variable.
2229         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
2230         (gnus-article-read-p, gnus-article-mark)
2231         (gnus-set-global-variables, gnus-set-global-variables)
2232         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
2233         (gnus-summary-mark-article-as-unread)
2234         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
2235         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
2236         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
2237
2238 2002-07-10  Simon Josefsson  <jas@extundo.com>
2239
2240         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
2241         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
2242
2243 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
2244
2245         * gnus-sum.el (gnus-summary-delete-article): Respect group
2246         parameters while expiring.
2247
2248 2002-07-08  Simon Josefsson  <jas@extundo.com>
2249
2250         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
2251         Enberg.
2252
2253 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2254
2255         * gnus-art.el (article-unsplit-urls): Only display MIME when this
2256         function is called interactively.  From Niklas Morberg.
2257
2258 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
2259
2260         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
2261         cdaar to cdar and car.
2262
2263         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
2264         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
2265
2266 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2267
2268         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
2269         don't break a narrowed article.
2270
2271         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
2272         (nntp-open-via-rlogin-and-telnet): Ditto.
2273
2274 2002-07-02  Didier Verna  <didier@xemacs.org>
2275
2276         * nnmail.el (nnmail-split-methods): fix custom type.
2277
2278 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2279
2280         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
2281         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
2282
2283 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2284
2285         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
2286         (gnus-summary-resend-message): Use it.
2287
2288 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2289
2290         * nntp.el (nntp-via-rlogin-command-switches): New variable.
2291         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
2292
2293 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2294
2295         * message.el (message-font-lock-keywords): Don't fontify
2296         headers in the message body, only in the header.
2297         (message-font-lock-make-header-matcher): New function, used by
2298         message-font-lock-keywords.
2299         From Katsumi Yamaoka <yamaoka@jpl.org>.
2300
2301 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2302
2303         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
2304
2305 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2306
2307         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
2308
2309 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2310
2311         * message.el (message-font-lock-keywords): Revert 2002-06-22
2312         change.
2313
2314 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2315
2316         * message.el (message-font-lock-keywords): Put colon in header
2317         name match.
2318
2319 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2320
2321         * message.el (message-font-lock-keywords): Don't use header faces
2322         in the body.  Thanks to Stefan Monnier for the hint on the
2323         implementation.
2324
2325 2002-05-09  Miles Bader  <miles@gnu.org>
2326
2327         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
2328         (gnus-article-hide-citation): Respect it.
2329
2330 2002-04-12  Juanma Barranquero  <lektu@terra.es>
2331
2332         * pop3.el (pop3-open-server): Fix typo.
2333
2334 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
2335
2336         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
2337         instead of push to ignore duplicate to-(list|address) values.
2338         * nnmail.el (nnmail-cache-ignore-groups): New.
2339         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
2340
2341 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2342
2343         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
2344         before sending.  Suggested by Jan Rychter.
2345
2346 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2347
2348         * dgnushack.el (remove): New compiler macro.
2349         (last, coerce, subseq): Remove compiler macros for those built-in
2350         or unused functions.
2351
2352 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2353
2354         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
2355         sure to write byte-compiled versions of gnus-*-format-alist to
2356         .newsrc.eld.  From Simon Josefsson.
2357
2358 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2359
2360         * gnus-agent.el (gnus-agent-read-servers)
2361         (gnus-agent-write-servers): Put server name (string like
2362         "nnchoke:frumple") in the file instead of a server specification
2363         (Lisp expression like (nnchoke "frumple" ...parameters...)).
2364         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
2365
2366 2002-06-16  Simon Josefsson  <jas@extundo.com>
2367
2368         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
2369         Reiner Steib <4uce.02.r.steib@gmx.net>.
2370
2371 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
2372
2373         * nnheader.el (nnheader-file-name-translation-alist): Set the
2374         default value for MS Windows systems.
2375
2376         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
2377
2378 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2379
2380         * message.el (message-beginning-of-line): Keep the region active
2381         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
2382
2383 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
2384
2385         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
2386         * gnus-msg.el (gnus-summary-reply): Ditto.
2387         * gnus-msg.el (gnus-summary-handle-replysign): New.
2388
2389 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2390
2391         * message.el (message-send-mail-with-sendmail): Kill errbuf even
2392         if sending failed.
2393
2394 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
2395
2396         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
2397         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
2398         to sign while encrypting.
2399
2400 2002-06-11  Simon Josefsson  <jas@extundo.com>
2401
2402         * gnus-int.el (gnus-request-move-article): Agent expire article if
2403         successfuly moved.
2404
2405         * nnweb.el (nnweb-google-create-mapping): Honors the value of
2406         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
2407
2408 2002-06-10  Simon Josefsson  <jas@extundo.com>
2409
2410         * gnus-int.el (gnus-request-expire-articles): Fix last change?
2411
2412 2002-06-09  Simon Josefsson  <jas@extundo.com>
2413
2414         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
2415
2416         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
2417
2418 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2419
2420         * flow-fill.el (fill-flowed): Ignore errors.
2421
2422 2002-06-06  Simon Josefsson  <jas@extundo.com>
2423
2424         * message.el (message-send-mail-with-sendmail): Improve error message.
2425
2426 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2427
2428         * message.el (message-interactive): Change default from nil to t.
2429         Better to be safe than to be fast.
2430
2431 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2432
2433         * message.el (message-send-mail-with-sendmail): Check return value
2434         from call-process-region.
2435
2436 2002-06-04  Simon Josefsson  <jas@extundo.com>
2437
2438         * gnus-msg.el (gnus-group-mail, gnus-group-news)
2439         (gnus-group-post-news, gnus-summary-mail-other-window)
2440         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
2441         gnus-article-copy to nil, thereby inhibiting the `header' posting
2442         style match to use data from last viewed article.
2443         Suggested by Hrvoje Niksic.
2444
2445 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2446
2447         * spam.el (spam-point-at-eol): New alias.
2448         (spam-parse-whitelist): Use it.
2449
2450 2002-06-03  Simon Josefsson  <jas@extundo.com>
2451
2452         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
2453         (nnmail-article-group): Use it.
2454
2455 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2456
2457         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
2458         so that code reading them won't be surprised.  From Jesper Harder
2459         <harder@ifa.au.dk>.
2460
2461 2002-05-29  Simon Josefsson  <jas@extundo.com>
2462
2463         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
2464         articles.
2465
2466         * gnus.el (gnus-agent-cache): Doc fix.
2467         (gnus-agent): Change default to t.
2468
2469         * gnus-agent.el (gnus-agent-expire): Make it accept optional
2470         ARTICLES, GROUP and FORCE parameters.
2471
2472 2002-05-28  Simon Josefsson  <jas@extundo.com>
2473
2474         * gnus-group.el (gnus-group-line-format): Doc fix.
2475
2476 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2477
2478         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
2479         original article before yanking.  From Jesper Harder
2480         <harder@ifa.au.dk>.
2481
2482 2002-05-26  Simon Josefsson  <jas@extundo.com>
2483
2484         * gnus-sum.el (gnus-summary-menu-split): New function.
2485         (gnus-summary-make-menu-bar): Split charset submenu.
2486         (gnus-summary-menu-maxlen): New variable.
2487         (gnus-summary-menu-split): Use it.
2488
2489 2002-05-25  Simon Josefsson  <jas@extundo.com>
2490
2491         * mml.el (mml-preview): Generate some headers.
2492
2493         * gnus.el (gnus-large-newsgroup): Fix :type.
2494
2495         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
2496         Agent cache NOV's by default now).
2497         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
2498
2499 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
2500
2501         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
2502         call to gnus-parent-id when we check for References loops.
2503         (gnus-summary-prepare-threads): Avoid simplifying every Subject
2504         twice by saving the simplified subject string in simp-subject.
2505
2506 2002-05-23  Simon Josefsson  <jas@extundo.com>
2507
2508         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
2509         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
2510
2511         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
2512         Niklas Morberg <niklas.morberg@axis.com>.
2513
2514 2002-05-22  Simon Josefsson  <jas@extundo.com>
2515
2516         * sieve.el (sieve-change-region): Define it before it is used.
2517
2518         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
2519         (gnus-summary-reply): Ask for confirmation when replying to news.
2520         Defaults to not ask.  From Benjamin Rutt
2521         <rutt+news@cis.ohio-state.edu>.
2522
2523         * nnimap.el (nnimap-nov-is-evil): Improve doc.
2524
2525 2002-05-21  Simon Josefsson  <jas@extundo.com>
2526
2527         * sieve-mode.el (sieve-manage): Fix autoloads.
2528
2529         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
2530         name (makes it work with recent Cyrus timsieved).
2531
2532 2002-05-20  Jason  <jbaker@cs.utah.edu>
2533         Trivial patch.
2534
2535         * gnus-art.el (gnus-request-article-this-buffer): Try
2536         reconnecting if you don't get the message.
2537
2538 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2539
2540         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
2541         Reply-To headers from the headers.
2542
2543 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2544
2545         * mm-url.el (mm-url-insert): Remove junk message.
2546
2547 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2548
2549         * nnslashdot.el (nnslashdot-request-list): Parse new html.
2550         (nnslashdot-use-front-page): New variable.
2551         (nnslashdot-request-list): Use it.
2552
2553         * mm-url.el (mm-url-timeout): New variable.
2554         (mm-url-retries): Ditto.
2555         (mm-url-insert): Use it.
2556
2557 2002-05-16  Simon Josefsson  <jas@extundo.com>
2558
2559         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
2560         (gnus-simplify-subject-functions): Mention g-s-a-w.
2561
2562 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
2563
2564         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
2565         nnmail-cache-insert.
2566         * nndiary.el (nndiary-request-accept-article): Ditto.
2567         * nnfolder.el (nnfolder-request-accept-article): Ditto.
2568         * nnimap.el (nnimap-request-accept-article): Ditto.
2569         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
2570         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
2571         * nnmbox.el (nnmbox-request-accept-article): Ditto.
2572         * nnmh.el (nnmh-request-accept-article): Ditto.
2573         * nnmail.el (nnmail-cache-insert): Change group to required,
2574         removed code which tried to figure out the group.
2575
2576 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
2577
2578         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
2579         messages. From Hans de Graaff <hans@degraaff.org>.
2580         * nnml.el (nnml-request-accept-article): Pass in the group name to
2581         nnmail-cache-insert, since it's available.
2582
2583 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
2584
2585         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
2586
2587 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2588         From Florian Weimer <fw@deneb.enyo.de>.
2589
2590         * gnus.el (subscribed): New group parameter.
2591         (gnus-find-subscribed-addresses): Use it.
2592
2593 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
2594
2595         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
2596         the default for pgpmime to support pgp v2.
2597         * mml-sec.el (mml-signencrypt-style): New accessor function to
2598         allow users to get/set the signencrypt style more easily without
2599         frobbing the alist directly.
2600         * mml.el (mml-generate-mime-1): Use accessor function.
2601
2602 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2603
2604         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
2605         parenthesis for "<" and ">".  Suggested by Andreas Schwab
2606         <schwab@suse.de>.
2607
2608 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2609
2610         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
2611         when intuiting the group the message is written to.  From Josh
2612         Huber <huber@alum.wpi.edu>.
2613
2614 2002-05-06  Simon Josefsson  <jas@extundo.com>
2615
2616         * gnus-topic.el (gnus-group-topic-parameters): Work when group
2617         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
2618
2619 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
2620
2621         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
2622         argument, and fixed compiler warning. (added autoload for
2623         gpg-encrypt).
2624
2625 2002-05-04  Simon Josefsson  <jas@extundo.com>
2626
2627         * mml1991.el (mml1991-function-alist): Doc fix.
2628
2629         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
2630         doesn't exist (for previewing messages without having Gnus
2631         started).
2632
2633         * mm-util.el (mm-coding-system-priorities): Defcustom.
2634
2635         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
2636
2637 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
2638
2639         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
2640         default.
2641         * mml-sec.el:
2642         * mml-sec.el (mml-signencrypt-style): New.
2643         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
2644         argument `sign'.
2645         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
2646         signencrypt.
2647         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
2648         * mml.el (mml-generate-mime-1): Changed logic so a part which is
2649         both signed & encryped is processed in one operation. (rather than
2650         two separate ops: sign, then encrypt)
2651         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
2652         indication if a message is signed by an expired key.
2653         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
2654         enables combined sign & encrypt operation. (this was always on
2655         before).
2656         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
2657
2658 2002-05-01  Simon Josefsson  <jas@extundo.com>
2659
2660         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
2661         server.
2662         (nnimap-mailbox-info): defvar instead of defvoo.
2663
2664 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2665
2666         * gnus.el: Oort Gnus v0.06 is released.
2667
2668 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2669
2670         * lpath.el: Bind url-package-version.
2671
2672 2002-05-01  Simon Josefsson  <jas@extundo.com>
2673
2674         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
2675         filename before deleting the group itself, because the presence of
2676         a group filename decides if long filenames are used or not.
2677
2678         * gnus-art.el (gnus-button-alist): Don't inline
2679         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
2680         without also modifying g-button-alist.
2681         (gnus-button-alist): Fix type to allow variable as well as regexp.
2682         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
2683         themselves, variables to its contents.
2684         (gnus-button-entry): Ditto.
2685
2686 2002-05-01  Simon Josefsson  <jas@extundo.com>
2687
2688         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
2689         UIDNEXT as a string.
2690
2691         * nnimap.el (nnimap-string-lessp-numerical): New function.
2692         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
2693         integers.
2694
2695 2002-04-29  Simon Josefsson  <jas@extundo.com>
2696
2697         * nnmail.el (nnmail-cache-insert): Accept optional group
2698         parameter.
2699
2700         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
2701         n-r-g-a is disabled.
2702
2703 2002-04-29  Simon Josefsson  <jas@extundo.com>
2704
2705         * nnimap.el (nnimap-split-fancy): Fix doc.
2706         (nnimap-split-fancy): Fix doc.
2707
2708         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
2709         (nnimap-mailbox-info): New internal variable.
2710         (nnimap-retrieve-groups): Implement faster new mail check.
2711
2712         * nnimap.el (nnimap-split-articles): Support
2713         nnmail-cache-accepted-message-ids.
2714         (nnimap-request-accept-article): Ditto.
2715
2716         * imap.el (imap-mailbox-status-asynch): New command.
2717
2718 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
2719
2720         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
2721         are no subscribed mail groups.
2722         - Strip quoted names when comparing addresses
2723
2724 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
2725
2726         * mm-decode.el (mm-text-html-renderer): Change customize type to
2727         const.
2728
2729         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
2730         (gnus-debug-exclude-variables): do.
2731
2732 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
2733
2734         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
2735         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
2736
2737 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2738
2739         * dns.el (dns-make-network-process): New macro.
2740         (query-dns): Use it.
2741
2742 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
2743
2744         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
2745         article-buffer.
2746
2747         * mm-url.el (mm-url-package-name): New variable.
2748         (mm-url-package-version): New variable.
2749         (mm-url-insert-file-contents): Bind url-package-name and
2750         url-package-version here.
2751         * nnrss.el (nnrss-insert-w3): Move the bindings.
2752
2753         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
2754         url-package-version. Trivial change from Andrew J Cosgriff
2755         <ajc@polydistortion.net>
2756
2757         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
2758         attachments. Trivial change from Peter 'Luna' Runestig
2759         <peter@runestig.com>.
2760
2761 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
2762
2763         * nnkiboze.el (nnkiboze-request-scan): Call
2764         nnkiboze-possibly-change-group.
2765         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
2766         problems.
2767         (nnkiboze-generate-group): Set newsrc to the *highest* article
2768         number kibozed, not the lowest.
2769
2770 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
2771
2772         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
2773
2774 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2775         From Dan Christensen <jdc+news@uwo.ca>.
2776
2777         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
2778         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
2779         Recognize math postings.  Extract Date (now ignores "(15kb)").
2780         Extract email address using gnus-extract-address-components
2781         instead of just taking the first word.  Create Date and From
2782         headers for message which are missing these headers.  Get rid
2783         of spurious \\ lines (purely cosmetic).  Extend body-end and
2784         file-end regexps, to exclude more garbage from the message.
2785         Make URL rephrasing regexp more flexible, to match current
2786         format.
2787
2788 2002-04-23  Simon Josefsson  <jas@extundo.com>
2789
2790         * netrc.el: New file, functions copied from gnus-util.el by Ted
2791         Zlatanov <tzz@lifelogs.com>.
2792
2793         * gnus-util.el: Require netrc.
2794         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
2795         new code in netrc.el.
2796
2797 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2798
2799         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
2800         message-ignored-resent-headers, too.  From Matthieu Moy
2801         <Matthieu.Moy@imag.fr>.
2802
2803 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
2804
2805         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
2806         boolean not a string
2807         * gnus-group.el (gnus-group-line-format): add description of %C
2808         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
2809           as %C
2810         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
2811
2812 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
2813
2814         * nnmaildir.el (nnmaildir-request-scan): typo: set
2815         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
2816         nnmail-get-new-mail for 'find-new-groups.
2817
2818 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
2819
2820         * nnmaildir.el (nnmaildir-request-update-info,
2821         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
2822         unnecessary calls to nnmaildir-request-scan.
2823
2824 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
2825
2826         * gnus-msg.el:
2827         * gnus-msg.el (gnus-message-replysign): New.
2828         * gnus-msg.el (gnus-message-replyencrypt): New.
2829         * gnus-msg.el (gnus-message-replysignencrypted): New.
2830         * gnus-msg.el (gnus-summary-reply): Use the three new variables
2831         (above) to automatically encrypt/sign to encrypted/signed
2832         messages.
2833         * message.el:
2834         * message.el (message-mode-map): Add keybinding for
2835         `message-to-list-only'
2836         * message.el (message-mode): Add description for
2837         `message-to-list-only'
2838         * message.el (message-to-list-only): New.
2839         * message.el (message-make-mft): Changed to use the cl loop macro,
2840         and added optional flag to return only the matched list. (for use
2841         in new message-to-list-only function)
2842
2843 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
2844
2845         * gnus-msg.el:
2846         * gnus-msg.el (gnus-message-replysign):
2847         * gnus-msg.el (gnus-replysign): New.
2848         * gnus-msg.el (gnus-replyencrypt): New.
2849         * gnus-msg.el (gnus-replysignencrypted): New.
2850         * gnus-msg.el (gnus-summary-reply):
2851         * message.el:
2852         * message.el (message-mode-map):
2853         * message.el (message-mode):
2854         * message.el (message-to-list-only): New.
2855         * message.el (message-make-mft):
2856
2857 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
2858
2859         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
2860
2861 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
2862
2863         * message.el (message-gen-unsubscribed-mft): accept a prefix
2864         argument so CC can be included with C-u C-c C-f C-a
2865
2866 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2867         From Ted Zlatanov <teodor.zlatanov@divine.com>.
2868
2869         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
2870         Improve docstring.
2871         (spam-enter-blacklist): New command.
2872
2873         * gnus-sum.el (gnus-spam-mark): New mark.
2874         (gnus-auto-expirable-marks): Add gnus-spam-mark.
2875         (gnus-summary-make-tool-bar): Correct conditional.
2876         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
2877         (gnus-summary-mark-as-spam): New command.
2878
2879 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
2880
2881         * mml-sec.el (mml-secure-message): changed to support arbritrary
2882         modes.
2883         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
2884         changed to support "signencrypt" mode.
2885         * mml.el (mml-parse-1): changed to support different secure modes
2886         more easily. (for signencrypt)
2887
2888 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
2889
2890         * gnus-sum.el (gnus-update-summary-mark-positions)
2891         (gnus-summary-toggle-header):
2892         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
2893         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
2894         (gnus-uu-post-encoded):
2895         * nnfolder.el (nnfolder-possibly-change-group):
2896         * nnimap.el (nnimap-retrieve-headers):
2897         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
2898
2899 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
2900
2901         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
2902         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
2903
2904 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2905
2906         * gnus-srvr.el (gnus-server-set-info): Clear
2907         `gnus-server-method-cache' when `gnus-server-alist' is changed.
2908         From Daiki Ueno <ueno@unixuser.org>.
2909
2910 2002-04-11  Simon Josefsson  <jas@extundo.com>
2911
2912         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
2913         viewing of security buttons.  Thanks to Nicolas Kowalski
2914         <Nicolas.Kowalski@imag.fr>.
2915
2916         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
2917         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
2918         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
2919         <Nicolas.Kowalski@imag.fr>.
2920         (smime-decrypt-buffer): Ditto.
2921
2922 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2923
2924         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
2925         header line.
2926
2927 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
2928
2929         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
2930
2931 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2932
2933         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
2934
2935 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2936
2937         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
2938         errors when debug.
2939
2940 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
2941
2942         * message.el (message-make-mft): Changed MFT code from using
2943         message-recipients (which included Bcc) to use only the To and CC
2944         headers.
2945
2946 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
2947
2948         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
2949         add link.
2950         (gnus-treat-mail-picon): Ditto.
2951         (gnus-treat-newsgroups-picon): Ditto.
2952         (gnus-picon-databases): Fix custom type.
2953         (gnus-picon-databases): Add link.
2954         (gnus-article-x-face-command): Add to gnus-picon group.
2955
2956 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
2957
2958         * message.el (message-buffer-naming-style): Remove.
2959
2960 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
2961
2962         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
2963
2964         * message.el (message-tool-bar-map): Ditto.
2965
2966         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2967
2968 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2969
2970         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
2971
2972 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
2973
2974         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
2975
2976 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
2977         Trivial patch.
2978
2979         * dns.el: open-network-stream under XEmacs does udp.
2980
2981 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
2982
2983         * spam.el (spam-enter-whitelist): New function.
2984         (spam-parse-whitelist): Ditto.
2985         (spam-refresh-list-cache): Ditto.
2986         (spam-address-whitelisted-p): New function.
2987
2988         * dns.el (query-dns): Use TCP when make-network-process isn't
2989         available.
2990         (dns-servers): New variable.
2991         (dns-parse-resolv-conf): New function.
2992         (query-dns): Use it.
2993
2994         * spam.el: New file.
2995
2996         * dns.el (query-dns): Test.
2997
2998 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2999
3000         * lpath.el (featurep): Bind make-network-process.
3001
3002 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
3003
3004         * nnmaildir.el: Use defstruct.  Use a single copy of
3005         nnmail-extra-headers to save memory.  Store server's group name
3006         prefix instead of each group's prefixed name.
3007         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
3008         nntp-server-buffer.
3009
3010 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3011
3012         * dns.el: New file.
3013
3014 2002-03-28  Simon Josefsson  <jas@extundo.com>
3015
3016         * gnus-sum.el (gnus-summary-dummy-line-format):
3017         * gnus.el (gnus-summary-line-format): Fixing links to Info.
3018         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
3019
3020 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3021
3022         * gnus-sum.el (gnus-summary-move-article)
3023         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
3024         the doc string.
3025
3026 2002-03-28  Simon Josefsson  <jas@extundo.com>
3027
3028         * mml-sec.el (mml-secure-message): Search after
3029         mail-header-separator from top of message.
3030
3031 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
3032
3033         * nnmaildir.el: Cosmetic changes.
3034         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
3035         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
3036         nnmaildir--group-ls): New macros/functions.  Use them.
3037         (nnmaildir--unlink): Evalutate argument only once.
3038
3039 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
3040
3041         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
3042         symbols.
3043         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
3044         `gnus-point-at-eol'.
3045
3046 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
3047
3048         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
3049         nnmaildir--marks-dir): New macros.  Use them.
3050         Use inhibit-quit for atomicity instead of in-memory journaling.
3051         (nnmaildir--edit-prep): New function.
3052         (Local Variables): Use it.
3053
3054 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
3055
3056         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3057
3058 2002-03-25  Simon Josefsson  <jas@extundo.com>
3059
3060         * message.el (message-mode): Fix doc.
3061
3062 2002-03-25  Simon Josefsson  <jas@extundo.com>
3063
3064         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
3065         Matthieu Moy <Matthieu.Moy@imag.fr>.
3066
3067 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
3068
3069         * mml-sec.el (mml-unsecure-message): Add docstring.
3070
3071 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
3072
3073         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
3074         value.
3075         Trivial change from andre@slamdunknetworks.com
3076
3077 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
3078
3079         * mml.el (mml-mode-map): Added a keybinding for
3080         `mml-unsecure-message'.  Also, added a menu entry for said
3081         function in the Attachments menu.
3082
3083 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3084
3085         * canlock.el (canlock-version): Remove.
3086         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
3087         here; simplify \x insertions.
3088         (canlock-sha1): New function, always return a unibyte string.
3089         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
3090         of a password.
3091         (canlock-insert-header): Use `canlock-sha1'.
3092         (canlock-verify): Ditto.
3093
3094 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3095
3096         * message.el (message-fix-before-sending): Add an option that
3097         ignores illegible text.
3098         Trivial change from Mark Milhollan <mlm@attglobal.net>
3099
3100         * message.el (message-font-lock-keywords): Support multi-line MML
3101         tags.
3102
3103         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
3104         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
3105
3106 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3107
3108         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
3109         symbols for "View as different encoding" submenu.
3110
3111 2002-03-19  Simon Josefsson  <jas@extundo.com>
3112
3113         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
3114         encoding" submenu.
3115
3116 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
3117
3118         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
3119
3120 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3121
3122         * gnus-sum.el (gnus-sum-thread-tree-root)
3123         (gnus-sum-thread-tree-single-indent)
3124         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
3125         (gnus-sum-thread-tree-leaf-with-other)
3126         (gnus-sum-thread-tree-single-leaf): Make customizable.
3127
3128 2002-03-16  Simon Josefsson  <jas@extundo.com>
3129
3130         * gnus-util.el (gnus-extract-address-components): Don't break on
3131         names such as James "Kibo" Parry.  From Francis Litterio
3132         <franl@world.std.com>.
3133
3134 2002-03-13  Simon Josefsson  <jas@extundo.com>
3135
3136         * pop3.el (pop3-open-server): Revert multibyte change.  From
3137         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
3138
3139         * message.el (message-send-mail-with-qmail): Make it work.  From
3140         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
3141
3142 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
3143
3144         * message.el (message-make-mft): Set case-fold-search while
3145         generating the MFT.  Also, a little cleanup in the MFT code.
3146
3147 2002-03-12  Simon Josefsson  <jas@extundo.com>
3148
3149         * message.el (message-qmail-inject-args): May be function.
3150         (message-send-mail-with-qmail): Call function if m-q-i-a is
3151         function.  From fn@hungry.org (Faried Nawaz).
3152
3153 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
3154
3155         * message.el (message-abbrevs-loaded): Remove.
3156         (mailabbrev): Require it.
3157
3158         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
3159
3160 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3161
3162         * pop3.el (pop3-open-server): Set process buffer unibyte.
3163
3164 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3165
3166         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
3167
3168 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
3169
3170         * nnslashdot.el (nnslashdot-request-article): Remove javascript
3171         too.
3172
3173 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
3174
3175         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
3176         duplication.
3177         (gnus-summary-save-parts-type-history): Ditto.
3178         (gnus-summary-save-parts-last-directory): Ditto.
3179         Trivial change from andre@slamdunknetworks.com
3180
3181 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
3182
3183         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
3184
3185 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3186
3187         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
3188         -->" as the end of the first article.
3189
3190         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
3191         From Matthieu Moy <Matthieu.Moy@imag.fr>
3192
3193         * message.el (message-add-action): Use add-to-list.
3194         (message-delete-action): New function.
3195
3196         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
3197         pieces.
3198
3199 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
3200
3201         * nnnil.el: New file.
3202         * gnus.el (gnus-valid-select-methods): Include nnnil.
3203
3204 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
3205
3206         * message.el (message-syntax-checks): Because canlock is
3207         supported, we disable sender syntax check.
3208         (message-shoot-gnksa-feet): Add cancel-messages option doc.
3209
3210         * gnus-draft.el (gnus-draft-send): If interactive, use its default
3211         value of message-syntax-checks.
3212
3213         * qp.el (quoted-printable-decode-region): Doc addition.
3214         From: Eli Zaretskii <eliz@is.elta.co.il>
3215
3216         * mail-source.el (make-source-make-complex-temp-name): Use
3217         make-temp-file.
3218
3219         * mm-util.el (mm-make-temp-file): New function.
3220         * nneething.el (nneething-file-name): Use it.
3221         * mml-smime.el (mml-smime-encrypt): Ditto.
3222         * mm-view.el (mm-inline-wash-with-file): Ditto.
3223         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
3224         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
3225         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
3226         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
3227         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
3228         * gnus-art.el (gnus-mime-print-part): Ditto.
3229
3230 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
3231
3232         * message.el (nnmaildir-article-number-to-base-name): New
3233         function.
3234         (nnmaildir-base-name-to-article-number): New function.
3235
3236 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3237
3238         * smime.el (smime-make-temp-file): Don't quote
3239         `temporary-file-directory'.
3240
3241 2002-03-04  Simon Josefsson  <jas@extundo.com>
3242
3243         * smime.el (smime-sign-region): Rename argument keyfiles to
3244         keyfile. You only sign something with one key.
3245         (smime-sign-buffer): Better completing-read prompt.
3246         (smime-decrypt-buffer): Ditto.
3247
3248         * smime.el (smime-make-temp-file): Make it work under XEmacs.
3249
3250         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
3251         completing-read.
3252         (mm-view-pkcs7-decrypt): CRLF->LF.
3253
3254 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
3255
3256         * message.el (message-hierarchical-addresses): New variable.
3257         (message-get-reply-headers): Use it.
3258         From Ted Zlatanov <teodor.zlatanov@divine.com>
3259
3260 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
3261
3262         * message.el (message-mode): If buffer-file-name, don't set auto
3263         save file name.
3264         Trivial change from Geoff Greene <ggreene@wpi.edu>
3265
3266 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3267
3268         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
3269         takes one argument in read-char.
3270
3271         * message.el (message-fix-before-sending): Forward a char.
3272         Check mmu-multibyte-p, add control-1.
3273
3274 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3275
3276         * gnus-start.el (gnus-read-init-file): Ditto.
3277
3278         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
3279
3280         * dgnushack.el (dgnushack-make-load): Ditto.
3281
3282         * mail-source.el (mail-source-fetch): Extract the right error
3283         code.
3284
3285         * message.el (message-fix-before-sending): Check illegible text.
3286
3287         * gnus-util.el (gnus-multiple-choice): New function.
3288
3289         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
3290         also defined in gnus-score.el.
3291
3292 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
3293
3294         * message.el (message-get-reply-headers): downcase email addresses
3295         for comaparisons for duplicate removal.
3296
3297 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3298
3299         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
3300         implementation of PKCS#7, which just allows users read the
3301         message.
3302         (mm-view-pkcs7): Use it.
3303
3304 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3305
3306         * gnus.el (large-newsgroup-initial): New parameter.
3307
3308         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
3309         (gnus-summary-insert-old-articles): Ditto.
3310
3311 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3312
3313         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
3314         used as the default answer of the question, "How many articles?".
3315         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
3316
3317         * nnagent.el (nnagent-retrieve-headers): Remove articles with
3318         small numbers.
3319
3320 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
3321
3322         * deuglify.el: Fix comments.
3323
3324 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
3325
3326         * html2text.el (html2text-clean-anchor): If there is no HREF,
3327         insert nothing.
3328
3329         * mml.el (mml-generate-mime-1): Add cdr.
3330         From: andre@slamdunknetworks.com
3331
3332         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
3333         (mm-text-html-washer-alist): Ditto.
3334
3335         * mm-decode.el (mm-text-html-renderer): Add html2text.
3336
3337         * html2text.el: Face lift.
3338
3339         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
3340
3341 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
3342
3343         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
3344
3345         * deuglify.el: Change copy right. Add autoload. Add coding-system.
3346
3347         * deuglify.el: New file. The original file name is
3348         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
3349
3350         * mm-decode.el (mm-display-external): Use
3351         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
3352
3353 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
3354
3355         * nnmaildir.el (nnmaildir-request-list): Report the highest
3356         article number, not the total number of articles.
3357
3358 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3359
3360         * gnus-sum.el: Move uu key map here.
3361         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
3362
3363 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
3364
3365         * nnmaildir.el (nnmaildir-request-expire-articles): Use
3366         nnmail-expiry-wait* if expire-age parameter is not set.
3367
3368 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3369
3370         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
3371         function.
3372         (gnus-group-sort-selected-groups-by-real-name): New function.
3373         (gnus-group-make-menu-bar): Add sort by real name.
3374
3375         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
3376         rebuild.
3377         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
3378         nil as dependencies as well.
3379
3380 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3381
3382         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
3383         for mime-parts.
3384
3385         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
3386
3387         * gnus-group.el (gnus-group-name-decode): Don't test
3388         multibyte-string, because it breaks XEmacs.
3389         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
3390
3391         * message.el (message-send-mail): Be talkative.
3392
3393         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
3394         (mm-automatic-display): Ditto.
3395
3396         * mailcap.el (mailcap-mime-data): Ditto.
3397         From: Reiner Steib <4uce.02.r.steib@gmx.net>
3398
3399 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3400
3401         * many files: Remove trailing whitespaces, replace spc+tab with
3402         tab, replace leading whitespaces with tabs.
3403
3404 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
3405
3406         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
3407         articles with no body and no blank line after the header.
3408
3409 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
3410
3411         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
3412         parts.
3413
3414         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
3415         non-ascii chars.
3416
3417         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
3418
3419         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
3420         w3-delay-image-loads.
3421         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
3422         (mm-w3-prepare-buffer): Ditto.
3423
3424         * mail-source.el (mail-source-fetch-directory): Run scripts.
3425
3426 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3427
3428         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
3429         for Majordomo confirmations.
3430
3431 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3432
3433         * gnus-fun.el (gnus-respond-to-confirmation): New command.
3434
3435 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3436
3437         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
3438
3439 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
3440
3441         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
3442         References header field.  From Mark Thomas <mthomas@cmu.edu>.
3443
3444 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3445
3446         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
3447         (mm-inline-render-with-stdin): Ditto.
3448         (mm-inline-render-with-function): Ditto.
3449         (mm-inline-wash-with-file): Bind coding-system-for-write.
3450         (mm-inline-wash-with-stdin): Ditto.
3451
3452 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3453
3454         Suggested by Felix Natter <fnatter@gmx.net>
3455
3456         * gnus-art.el (gnus-mime-view-part-externally): Rename from
3457         gnus-mime-externalize-view.
3458         (gnus-mime-view-part-internally): Rename from
3459         gnus-mime-internalize-view.
3460         (gnus-article-view-part-externally): Rename from
3461         gnus-article-externalize-part.
3462         (gnus-mime-action-alist): Change correspondingly.
3463         (gnus-mime-button-commands): Ditto.
3464         (gnus-mime-action-alist): Remove duplication.
3465
3466         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
3467
3468 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3469
3470         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
3471
3472         * gnus-art.el (gnus-display-mime): Use it.
3473
3474         * mm-partial.el (mm-partial-find-parts): Use it.
3475
3476         * gnus-sum.el (gnus-article-loose-mime): Rename from
3477         gnus-article-no-strict-mime.
3478         (gnus-summary-save-parts): Use it.
3479
3480 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3481
3482         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
3483         local variable.
3484
3485         * gnus-art.el (article-display-x-face): Don't sort multiple
3486         X-Faces.
3487
3488 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3489
3490         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
3491         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
3492
3493         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
3494
3495 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3496
3497         Some ideas is inspired by code from Hrvoje Niksic
3498         <hniksic@arsdigita.com>
3499
3500         * gnus-art.el (gnus-article-wash-function): Set the default to
3501         nil, so that we use mm-text-html-renderer instead.
3502         (article-wash-html): Use mm-text-html-renderer.
3503
3504         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
3505         (mm-text-html-renderer): New variable.
3506         (mm-inline-text-html-renderer): Set the default to nil, so that we
3507         use mm-text-html-renderer instead.
3508
3509         * mm-view.el (mm-inline-text-html): New function.
3510         (mm-text-html-renderer-alist): New variable.
3511         (mm-inline-text-vcard): New function.
3512         (mm-inline-text): Split.
3513         (mm-links-remove-leading-blank): New function.
3514         (mm-inline-render-with-file): New function.
3515         (mm-inline-render-with-stdin): New function.
3516         (mm-inline-render-with-function): New function.
3517         (mm-text-html-washer-alist): New variable.
3518         (mm-inline-wash-with-file): New function.
3519         (mm-inline-wash-with-stdin): New function.
3520
3521 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3522
3523         * message-utils.el: Fix installation doc.
3524         From: Reiner Steib <4uce.02.r.steib@gmx.net>
3525
3526 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
3527
3528         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
3529         (gnus-post-method): Use it.
3530         (gnus-summary-cancel-article): Find the correct post-method.
3531
3532         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
3533         * message.el (message-send-news): Ditto.
3534         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
3535         <ipmonger@delamancha.org>
3536
3537         * gnus.el (gnus-select-method): Fix doc.
3538         (gnus-server-string): Use 'using nntp'.
3539
3540         * gnus-agent.el (gnus-slave-unplugged): New command.
3541         From: Felix Natter <fnatter@gmx.net>
3542
3543 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3544
3545         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
3546         Call edit-done-function first, then change the window
3547         configuration.
3548         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
3549         (gnus-article-edit-mode): mml-mode.
3550
3551         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
3552         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
3553
3554         * message-utils.el: Adopt the file.
3555
3556         * message-utils.el: New file.
3557         From Holger Schauer <Holger.Schauer@gmx.de>
3558
3559 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
3560
3561         * gnus-sum.el (gnus-summary-move-article): Select-article only
3562         when gnus-move-split-methods is non-nil. And we don't render or
3563         mark the article.
3564
3565         * gnus-fun.el (gnus-shell-command-to-string): New function.
3566         (gnus-shell-command-on-region): New function.
3567         (gnus-random-x-face): Use them.
3568         (gnus-x-face-from-file): Ditto.
3569         (gnus-convert-image-to-gray-x-face): Ditto.
3570         (gnus-convert-gray-x-face-to-xpm): Ditto.
3571         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
3572
3573 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3574
3575         * gnus-art.el (gnus-treat-display-xface): Don't use
3576         `shell-command-to-string' when compiling.
3577         (gnus-treat-display-grey-xface): Ditto.
3578
3579 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
3580
3581         * nnmaildir.el (nnmaildir--article-count): If the group is
3582         completely empty, report minimum article number as 1 instead of 0.
3583
3584 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
3585
3586         * gnus-agent.el (gnus-get-predicate): Use nconc.
3587
3588         * gnus-sum.el (gnus-summary-display-make-predicate): Use
3589         gnus-summary-display-cache as cache.
3590
3591         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
3592         (nndoc-mail-in-mail-type-p): New function.
3593         (nndoc-mail-in-mail-article-begin): New function.
3594
3595 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
3596
3597         * mailcap.el (mailcap-mime-data): Use enriched-decode.
3598
3599         * gnus-cite.el (gnus-article-fill-cited-article): Bind
3600         use-hard-newlines to nil.
3601
3602         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
3603         image is not available if window-system is not available.
3604
3605         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
3606
3607 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3608
3609         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
3610         bookmark, because update-mark doesn't handle it correctly.
3611
3612 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
3613
3614         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
3615         directly instead of calling message-send-mail.
3616
3617         * gnus-start.el (gnus-read-descriptions-file): Use
3618         gnus-default-charset.
3619
3620         * mm-util.el (mm-guess-mime-charset): New function.
3621
3622         * gnus.el (gnus-default-charset): Use it.
3623         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
3624         the default.
3625
3626 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3627
3628         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
3629         (article-display-x-face): Use it.  Disable grey xface, if
3630         uncompface is not found.
3631
3632         * message.el (message-mode): Don't enable multibyte on an indirect
3633         buffer.
3634
3635         * nnrss.el (nnrss-content-function): New variable.
3636         (nnrss-request-article): Use it.
3637
3638 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3639
3640         * gnus.el: Add article-unsplit-urls.
3641         * gnus-sum.el: Ditto.
3642         * gnus-art.el (gnus-treat-strip-cr): New variable.
3643         (gnus-treatment-function-alist): Use it.
3644         (article-unsplit-urls): New function.
3645         (gnus-article-make-menu-bar): Use it.
3646         From: Michael Cook <michael.cook@cisco.com>
3647
3648 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3649
3650         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
3651         copy.
3652
3653 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
3654
3655         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
3656         with internal whitespace.
3657         (gnus-parent-id): Ditto.
3658
3659 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
3660
3661         * gnus-art.el (gnus-article-treat-body-boundary): Add
3662         gnus-decoration property.
3663         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
3664
3665         * message.el (message-mode): Set local-abbrev-table.
3666         From Matt Armstrong <matt@lickey.com>.
3667
3668         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
3669         too many spaces.
3670
3671         * rfc2047.el (rfc2047-unfold-region): Ditto.
3672         (rfc2047-decode-region): Don't unfold. Let
3673         gnus-article-treat-unfold-headers do it.
3674
3675         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
3676         From: Jesper Harder <harder@ifa.au.dk>
3677
3678 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3679
3680         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
3681         (gnus-configure-posting-styles): Use it.
3682         (gnus-configure-posting-styles): Remove trailing newspaces.
3683
3684 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3685
3686         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
3687         is non-nil.
3688
3689         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
3690
3691         * gnus.el (gnus-server-to-method): Switch position with
3692         gnus-server-get-method.
3693         (gnus-agent): Add doc.
3694
3695         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
3696         (gnus-summary-save-parts): Use it.
3697
3698         * gnus-art.el (gnus-display-mime): Use it.
3699         * mm-partial.el (mm-partial-find-parts): Use it.
3700
3701         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
3702
3703         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
3704         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
3705
3706         * nnagent.el (nnagent-request-expire-articles): Don't delete
3707         files.
3708
3709 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
3710
3711         * message.el (message-gen-unsubscribed-mft): New function.
3712         From Sriram Karra <karra@cs.utah.edu>.
3713
3714         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
3715         open parenthesis.
3716
3717         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
3718         (mm-inline-text-html-render-with-w3): Ditto.
3719         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
3720         Suggested by Dave Love  <d.love@dl.ac.uk>.
3721
3722         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
3723
3724         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
3725         * nntp.el (nntp-send-command): Ditto.
3726         * nntp.el (nntp-send-command-nodelete): Ditto.
3727
3728 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
3729
3730         * mm-url.el (mm-url-load-url): New function.
3731         (mm-url-insert-file-contents): Use it.
3732
3733         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
3734
3735         * message.el (message-forward-make-body): Correctly copy
3736         forward-buffer.
3737
3738         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
3739
3740 2002-02-04  Simon Josefsson  <jas@extundo.com>
3741
3742         * gnus-art.el (gnus-article-followup-with-original): Mark with
3743         force, prevent errors when following up from article buffer.
3744         (gnus-article-reply-with-original): Ditto.
3745
3746         * binhex.el (binhex-decoder-switches): Fix doc.  From
3747         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
3748
3749 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
3750
3751         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
3752         highlight-citation after emphasize.
3753
3754 2002-02-04  Simon Josefsson  <jas@extundo.com>
3755
3756         * nnfolder.el (nnfolder-open-marks):
3757
3758         * nnml.el (nnml-open-marks): Message when done.  From David
3759         Edmondson <dme@sun.com>.
3760
3761 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
3762
3763         * imap.el (imap-anonymous-auth): Fix typo.
3764         From: Steinar Bang <sb@dod.no>
3765
3766         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
3767         save-excursion.
3768         (gnus-cache-braid-heads): Ditto.
3769
3770         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
3771         line, because there are extra articles in the overview buffer.
3772
3773         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
3774
3775         * message.el (message-forward-rmail-make-body): Directly use
3776         rmail-msg-restore-non-pruned-header to avoid calling
3777         vertical-motion.
3778
3779 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3780
3781         * gnus-cache.el (gnus-summary-insert-cached-articles):
3782         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
3783
3784         * gnus-group.el (gnus-group-mark-article-read): Nreverse
3785         gnus-newsgroups-unselected.
3786
3787         * gnus-agent.el (gnus-summary-set-agent-mark): Use
3788         gnus-add-to-sorted-list.
3789
3790         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
3791         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
3792         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
3793         (gnus-update-read-articles): UNREAD is sorted.
3794         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
3795         (gnus-newsgroup-marked, gnus-newsgroup-cached)
3796         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
3797         (gnus-newsgroup-dormant): Require sorted.
3798
3799         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
3800         directories.
3801         (gnus-dired-print): New function.
3802
3803         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
3804         ps-despool.
3805
3806 2002-02-02  Simon Josefsson  <jas@extundo.com>
3807
3808         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
3809
3810 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3811
3812         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
3813         t. This makes gnus-agent customizable without putting
3814         gnus-agentize into .gnus.
3815
3816         * gnus.el (gnus-agent): Make it customizable.
3817
3818         * gnus-dired.el: New file.
3819         From Benjamin Rutt <brutt@bloomington.in.us>
3820
3821         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
3822         if no article.
3823         (gnus-cache-possibly-remove-article): Ditto.
3824         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
3825
3826 2002-02-01  Simon Josefsson  <jas@extundo.com>
3827
3828         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
3829
3830 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3831
3832         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
3833         (mm-setup-w3m): Don't bind keys listed in the above.
3834
3835 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3836
3837         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
3838         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
3839         is non-nil; bind `w3m-force-redisplay' with nil.
3840
3841         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3842
3843         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
3844
3845 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
3846
3847         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
3848         use mail-header-unfold-field.
3849
3850         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
3851         gnus-summary-limit.
3852
3853         * gnus-range.el (gnus-add-to-sorted-list): New function.
3854         * gnus-sum.el (gnus-mark-article-as-read): Use it.
3855         (gnus-mark-article-as-unread): Ditto.
3856         (gnus-summary-mark-article-as-unread): Ditto.
3857         (gnus-build-get-header): Ditto.
3858         (gnus-summary-prepare-threads): Ditto.
3859         (gnus-summary-insert-pseudos): Ditto.
3860         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
3861         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
3862         (gnus-summary-insert-old-articles): Ditto.
3863
3864         * gnus-msg.el (gnus-posting-styles): Add new format of header.
3865         (gnus-configure-posting-styles): Support the new format.
3866
3867         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
3868         edebug-form-spec to (sexp body).
3869         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
3870
3871         * message.el (message-reply-headers): Add doc.
3872
3873 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
3874
3875         * gnus-group.el (gnus-group-delete-group): Nix the entry in
3876         gnus-cache-active-hashtb.
3877
3878         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
3879         (gnus-agent-summary-fetch-group): Use it.
3880
3881         * gnus-msg.el (gnus-debug-files): New variable.
3882         (gnus-debug-exclude-variables): New variable.
3883         (gnus-debug): Use them.
3884
3885         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
3886
3887 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
3888
3889         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
3890         (message-mode-syntax-table): Move back the previous position.
3891
3892         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
3893
3894         * gnus-agent.el (gnus-agent-retrieve-headers): Use
3895         gnus-sorted-difference.
3896
3897         * nnsoup.el (nnsoup-request-expire-articles): Use
3898         gnus-sorted-difference.
3899
3900         * nnheader.el: Autoload gnus-sorted-difference.
3901
3902         * nnfolder.el (nnfolder-request-expire-articles): Use
3903         gnus-sorted-difference.
3904
3905         * gnus-cache.el (gnus-cache-retrieve-headers): Use
3906         gnus-sorted-difference.
3907
3908         * gnus-range.el: Autoload cookies.
3909         (gnus-sorted-difference): New function.
3910         (gnus-sorted-ndifference): New function.
3911         (gnus-sorted-nintersection): Rename from
3912         gnus-set-sorted-intersection.
3913         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
3914         (gnus-list-range-difference): Rename from
3915         gnus-inverse-list-range-intersection.
3916         (gnus-inverse-list-range-intersection): Use defalias.
3917
3918         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
3919         gnus-sorted-ndifference, and gnus-sorted-nintersection.
3920         (gnus-articles-to-read): Use gnus-sorted-difference.
3921         (gnus-summary-limit-mark-excluded-as-read): Use
3922         gnus-sorted-intersection and gnus-sorted-ndifference.
3923         (gnus-list-of-read-articles): Use gnus-list-range-difference.
3924         (gnus-summary-insert-articles): Use gnus-sorted-difference.
3925
3926         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
3927
3928 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3929
3930         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
3931         property to the buffer for using emacs-w3m command keys.
3932
3933         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
3934         option.
3935
3936         * mm-view.el (mm-w3m-mode-map): New variable.
3937         (mm-w3m-mode-command-alist): New variable.
3938         (mm-w3m-minor-mode): Removed.
3939         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
3940         (mm-inline-text-html-render-with-w3m): Add keymap property to the
3941         buffer for using emacs-w3m command keys.
3942
3943 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
3944
3945         * message.el (message-mode-syntax-table): Move forward.
3946         (message-cite-prefix-regexp): Auto detect non word constituents.
3947         (message-cite-prefix-regexp): Don't use with-syntax-table.
3948
3949         * gnus-sum.el (gnus-summary-update-info): Use
3950         gnus-list-range-intersection.
3951
3952         * gnus-agent.el (gnus-agent-fetch-headers): Use
3953         gnus-list-range-intersection.
3954
3955         * gnus-range.el (gnus-range-normalize): Use correct predicate.
3956         (gnus-list-range-intersection): Use it.
3957         (gnus-inverse-list-range-intersection): Ditto.
3958         (gnus-sorted-intersection): Add doc.
3959         (gnus-set-sorted-intersection): Add doc.
3960         (gnus-sorted-union): New function.
3961         (gnus-set-sorted-union): New function.
3962
3963         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
3964         (gnus-inverse-list-range-intersection): Ditto.
3965
3966 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
3967
3968         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
3969
3970         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
3971         and permit `:' and `\' in order to handle full Windows pathnames.
3972         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
3973         technically not correct per standard, but seems to have common use.
3974
3975 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
3976
3977         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
3978         replacing numbers.
3979
3980 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
3981
3982         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
3983
3984         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
3985         Don't split when the window is small, e.g. when a small *BBDB*
3986         window is the lowest one.
3987
3988         * gnus-agent.el (gnus-agent-retrieve-headers): Use
3989         nnheader-find-nov-line to speed up. Use nreverse, because it is
3990         sorted. Use nnheader-insert-nov-file.
3991
3992 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3993
3994         * mm-decode.el (mm-inline-text-html-with-images): New user option.
3995
3996         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
3997         of `w3m-display-inline-images' with the value of
3998         `mm-inline-text-html-with-images'.
3999         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
4000
4001         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4002
4003 2002-01-27  Richard M. Stallman  <rms@gnu.org>
4004
4005         * time-date.el: Add autoload cookies.  Many doc fixes.
4006         (time-add): New function.
4007         (time-subtract): Renamed from subtract-time.
4008         (subtract-time): New alias for time-subtract.
4009
4010 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4011
4012         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
4013         emacs-w3m in doc-string.
4014
4015         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
4016         `w3m-current-buffer'.
4017
4018 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4019
4020         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
4021
4022         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
4023         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
4024         (mm-w3m-cid-retrieve): New function.
4025         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
4026
4027 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4028
4029         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
4030
4031 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4032
4033         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
4034
4035 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4036
4037         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
4038         32K.
4039
4040         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
4041
4042         * nnmail.el (nnmail-article-group): Decode headers before running
4043         split rules over them.
4044         (nnmail-mail-splitting-charset): New variable.
4045
4046         * smiley.el: Replaced with smiley-ems.el.
4047
4048 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4049
4050         * mm-url.el (mm-url-predefined-programs): Add w3m.
4051         (mm-url-program): Ditto.
4052
4053 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4054
4055         * nnml.el (nnml-use-compressed-files): New variable.
4056         (nnml-filenames-are-evil): Removed.
4057         (nnml-current-group-article-to-file-alist): Don't use.
4058         (nnml-update-file-alist): Inhibit.
4059         (nnml-article-to-file): Use new var.
4060
4061 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4062
4063         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
4064
4065         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
4066
4067 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4068
4069         * gnus-agent.el (gnus-agent-load-alist): Use new caching
4070         function.
4071
4072         * gnus-util.el (gnus-cache-file-contents): New function.
4073
4074         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
4075         (gnus-agent-load-alist): Use it.
4076
4077         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
4078
4079         * nnheader.el (nnheader-insert-nov-file): New function.
4080
4081         * gnus-util.el (gnus-parse-without-error): Correct the loop.
4082
4083         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
4084         there are no references.
4085         (gnus-extract-message-id-from-in-reply-to): New function.
4086         (gnus-nov-parse-line): Use in-reply-to if there are no
4087         references.
4088
4089 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4090
4091         * nnagent.el (nnagent-retrieve-headers): Use new macro.
4092
4093         * gnus-util.el (gnus-parse-without-error): New macro.
4094
4095 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
4096
4097         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
4098         (gnus-article-wash-function): use locate-library to decide which
4099         to use.
4100
4101 2002-01-25  Simon Josefsson  <jas@extundo.com>
4102
4103         * pop3.el (pop3-munge-message-separator): Work if no date.
4104         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
4105
4106 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4107
4108         * gnus-agent.el (gnus-agent-save-alist): Fix.
4109
4110         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
4111         mistake.  Reinstated lost code.
4112
4113 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
4114
4115         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
4116         one exists in the case of an encrypted message with an internal
4117         signature.
4118
4119 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4120
4121         * gnus-agent.el (gnus-agent-save-alist): Optimized.
4122
4123 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4124
4125         * dgnushack.el: Commented out the experimental code.
4126
4127 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4128
4129         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
4130         error.
4131
4132         * gnus.el (gnus-server-to-method): Made into subst.
4133         (gnus-server-method-cache): New variable.
4134         (gnus-server-to-method): Use it.
4135         (gnus-group-method-cache): New variable.
4136         (gnus-find-method-for-group-1): Renamed.
4137         (gnus-find-method-for-group): New function.
4138         (gnus-group-method-cache): Removed.
4139
4140         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
4141         function.
4142
4143         * gnus-range.el (gnus-members-of-range): New function.
4144         (gnus-list-range-intersection): Renamed.
4145         (gnus-inverse-list-range-intersection): New function.
4146
4147         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
4148
4149         * nnagent.el (nnagent-retrieve-headers): New implementation.
4150
4151         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
4152         implementation.
4153
4154 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4155
4156         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
4157         `w3m-meta-content-type-charset-regexp'.
4158
4159         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
4160         charset-encoded html contents.
4161
4162 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
4163
4164         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
4165         an empty file.
4166
4167         * nnweb.el (url): Ignore errors when request url.
4168
4169         * nnrss.el: Clean up the comments.
4170
4171 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4172
4173         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
4174
4175         * mm-decode.el (mm-inline-text-html-renderer): New user option.
4176         (mm-inline-media-tests): Test whether the value of
4177         `mm-inline-text-html-renderer' is a function for text/html.
4178
4179         * mm-view.el (mm-inline-text-html-render-with-w3): New function
4180         separated from `mm-inline-text'.
4181         (mm-w3m-minor-mode): New variable.
4182         (mm-w3m-setup): New variable.
4183         (mm-setup-w3m): New function.
4184         (mm-inline-text-html-render-with-w3m): New function.
4185         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
4186         text/html.
4187
4188 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
4189
4190         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
4191
4192 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4193
4194         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
4195         and `gnus-xmas-completing-read'.
4196
4197 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4198
4199         * nneething.el (nneething-message-id-number): Abolished.
4200         (nneething-encode-file-name): Not encode numerical characters.
4201         (nneething-make-head): `nneething-message-id-number' is not
4202         used to generate message IDs.
4203
4204 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4205
4206         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
4207         characters.
4208
4209 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4210
4211         * gnus-xmas.el (gnus-xmas-completing-read): New function.
4212         (gnus-xmas-redefine): Redefine conditionally.
4213
4214 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
4215
4216         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
4217         tag.
4218
4219 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
4220
4221         * message.el (message-font-lock-keywords): Added the secure tag.
4222         * mml-sec.el: Added functions to generate/modify/remove the secure
4223         tag while in message mode.
4224         * mml-sec.el (mml-secure-message): New.
4225         * mml-sec.el (mml-unsecure-message): New.
4226         * mml-sec.el (mml-secure-message-sign-smime): New.
4227         * mml-sec.el (mml-secure-message-sign-pgp): New.
4228         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
4229         * mml-sec.el (mml-secure-message-encrypt-smime): New.
4230         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
4231         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
4232         * mml.el (mml-parse-1): Added code to recognise the secure tag and
4233         convert it to either a part or multipart depending on if there are
4234         other parts in the message.
4235         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
4236         to use the secure tag, rather than the part tag.
4237         * mml.el (mml-preview): Added a save-excursion to keep cursor
4238         position after doing an MML preview.
4239
4240 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4241
4242         * nnheader.el (nnheader-parse-overview-file): New function.
4243         (nnheader-write-overview-file): New function.
4244
4245 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4246
4247         * gnus.el (gnus-group-fast-parameter): Check better if expansion
4248         in wanted.
4249
4250         * nnweb.el (nnweb-type-definition): Clean up.
4251
4252 2002-01-21  Alastair Burt  <burt@dfki.de>
4253         Trivial patch.
4254
4255         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
4256         buffer exists before jumping to it.
4257
4258 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4259
4260         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
4261         function.
4262         (article-wash-html): Use it.
4263         (gnus-article-wash-function): New variable.
4264         (gnus-article-wash-html-with-w3m): New function.
4265
4266 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
4267
4268         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
4269         XEmacs.
4270
4271 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
4272
4273         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
4274         command line.
4275
4276 2002-01-21  Simon Josefsson  <jas@extundo.com>
4277
4278         * canlock.el (base64-encode-string): Autoload it from base64.
4279         (canlock-make-cancel-key): Base64 encode unibyte string.
4280
4281 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4282
4283         * nnfolder.el (nnfolder-request-accept-article): Unfold
4284         x-from-line.
4285         (nnfolder-request-replace-article): Ditto.
4286
4287 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
4288
4289         * gnus-group.el (gnus-group-best-unread-group): Use the right
4290         positioning function.
4291
4292 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4293
4294         * smiley-ems.el (smiley-region): Use new function.
4295         (smiley-update-cache): Use general image functions.
4296         (smiley-region): Use general functions.
4297
4298         * gnus-util.el (gnus-graphic-display-p): New function.
4299
4300         * nnmail.el (nnmail-article-group): Allow outputting traces of
4301         non-strings.
4302
4303         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
4304         (nndoc-exim-bounce-type-p): New function.
4305
4306         * message.el (message-dont-send): Doc fix.
4307
4308         * gnus-util.el (gnus-completing-read): Remove
4309         inherit-input-method.
4310
4311         * gnus-art.el (gnus-treat-smiley): Doc fix.
4312
4313         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
4314         articles.
4315
4316 2002-01-19  Simon Josefsson  <jas@extundo.com>
4317
4318         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
4319         (imap-kerberos4-open): Ditto.
4320         (imap-open): Set port correctly, don't set auth.
4321
4322 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4323
4324         * gnus.el (gnus-version-number): Bump version number.
4325
4326 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4327
4328         * gnus.el: Oort Gnus v0.05 is released.
4329
4330 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4331
4332         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
4333         exists.
4334
4335         * gnus-spec.el (gnus-string-width-function): New function.
4336         (gnus-tilde-cut-form): Use it.
4337         (gnus-tilde-max-form): Ditto.
4338         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
4339         (gnus-substring-function): Use it.
4340         (gnus-tilde-cut-form): Ditto.
4341         (gnus-substring-function): New function.
4342
4343         * message.el (message-check-news-header-syntax): New message.
4344
4345         * gnus.el (gnus-slave-no-server): Doc fix.
4346
4347         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
4348
4349 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4350
4351         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
4352         `seen' if it looks like (seen NUM1 . NUM2).  It should be
4353         (seen (NUM1 . NUM2)).
4354
4355 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4356
4357         * gnus-topic.el (gnus-topic-catchup-articles): Update article
4358         number in closed topics.
4359
4360 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
4361
4362         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
4363         functions.
4364
4365 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4366
4367         * gnus.el (gnus-group-find-parameter): Clean up.
4368
4369         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
4370         articles.
4371
4372         * gnus-util.el (gnus-completing-read-with-default): Renamed.
4373
4374         * nnmail.el (nnmail-article-group): Clean up.
4375
4376 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
4377
4378         * gnus-agent.el (gnus-category-name): Intern the category name.
4379
4380 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4381
4382         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
4383
4384         * gnus-util.el (gnus-completing-read): New function.
4385
4386 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4387
4388         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
4389
4390         * smiley-ems.el (smiley-region): Register smiley.
4391         (smiley-toggle-buffer): Rewrite the function.
4392         (smiley-active): Removed.
4393
4394 2002-01-19  Simon Josefsson  <jas@extundo.com>
4395
4396         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
4397         Jesper Harder <harder@ifa.au.dk>.
4398
4399 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4400
4401         * gnus-art.el (gnus-request-article-this-buffer): Call
4402         `nneething-get-file-name' to extract the file name from the
4403         message id.
4404
4405         * nneething.el (nneething-encode-file-name): New function.
4406         (nneething-decode-file-name): Ditto.
4407         (nneething-get-file-name): Ditto.
4408         (nneething-make-head): Encode the file name and encapsulate it
4409         into the field of the message id.
4410
4411 2002-01-18  Simon Josefsson  <jas@extundo.com>
4412
4413         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
4414         stored in .marks.
4415
4416         * nnfolder.el (nnfolder-request-update-info): Ditto.
4417
4418 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4419
4420         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
4421
4422 2002-01-18  Simon Josefsson  <jas@extundo.com>
4423
4424         * imap.el (imap-starttls-p): Don't check for binary.
4425         (imap-gssapi-auth-p): Ditto.
4426         (imap-kerberos4-auth-p): Ditto.
4427         (imap-open): Change logic.  Iterate through all possible streams,
4428         instead of bailing out after first failure.  Move authenticator
4429         decision to `imap-authenticate'.
4430         (imap-authenticate): Change logic, now finds the authenticator to
4431         use, was previously in `imap-open'.
4432         (imap-open): Return nil on failure.
4433         (imap-open): Setup temp buffer correctly.
4434         (imap-open): Return buffer only on success.
4435         (imap-interactive-login, imap-interactive-login): Tell the user
4436         which stream/authenticator is used for the queried
4437         username/password.
4438         (imap-open, imap-authenticate): Set variables.
4439         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
4440         (imap-open): Don't assume how `with-temp-buffer' is implemented.
4441
4442 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4443
4444         * gnus-fun.el (gnus-grab-cam-x-face): New function.
4445
4446 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4447
4448         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
4449
4450 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4451
4452         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
4453         (gnus-agent-group-mode-map): Bind it to "Jo".
4454         (gnus-agent-group-make-menu-bar): Add it into menu bar.
4455
4456 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
4457
4458         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
4459         (gnus-summary-mail-toolbar): Add mail article deletion button.
4460
4461         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
4462         false positives for lines of "^^^^".
4463
4464         * gnus-picon.el (gnus-picon-find-face): faces database is all
4465         lowercase.
4466
4467 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4468
4469         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
4470         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
4471         duplications.
4472         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
4473
4474 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4475
4476         * gnus-sum.el (gnus-summary-initial-limit): Inline
4477         gnus-summary-limit-children.
4478         (gnus-summary-initial-limit): Don't limit if
4479         gnus-newsgroup-display is nil.
4480         (gnus-summary-initial-limit): No, don't.
4481
4482         * gnus-util.el
4483         (gnus-put-text-property-excluding-characters-with-faces): Inline
4484         gnus-put-text-property.
4485
4486         * gnus-spec.el (gnus-default-format-specs): New variable.
4487
4488         * gnus-start.el (gnus-read-newsrc-file): Don't clear
4489         gnus-format-specs.
4490         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
4491
4492         * gnus-spec.el (gnus-update-format-specifications): Really check
4493         the Gnus version of the .newsrc.eld file.
4494         (gnus-format-specs): Save the new default summary format.
4495
4496         * gnus-util.el (gnus-parent-id): Check whether references is empty
4497         before splitting.
4498
4499         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
4500         functions.
4501         (gnus-gather-threads-by-references): Inline
4502         `gnus-split-references'.
4503
4504         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
4505         default value of gnus-summary-line-format-spec.
4506
4507 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4508
4509         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
4510         message.
4511         (nnslashdot-request-list): Ditto.
4512         (nnslashdot-sid-strip): Removed.
4513
4514 2002-01-15  Simon Josefsson  <jas@extundo.com>
4515
4516         * nnimap.el (nnimap-close-asynchronous): Enable.
4517         (nnimap-close-group): Expunge.
4518
4519 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4520
4521         * gnus-util.el (gnus-user-date-format-alist): Typo.
4522         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
4523
4524 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4525
4526         * nneething.el (nneething-request-article): Set
4527         `nnmail-file-coding-system' to `binary' locally, in order to read
4528         files without any conversion.
4529
4530 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4531
4532         * gnus-agent.el (gnus-agent-retrieve-headers): Use
4533         nnheader-file-coding-system and nnmail-active-file-coding-system.
4534         (gnus-agent-regenerate-group): Ditto.
4535         (gnus-agent-regenerate): Ditto.
4536         (gnus-agent-write-active): Ditto.
4537         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
4538
4539 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
4540
4541         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
4542         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
4543
4544 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
4545
4546         * gnus.el: We don't need gnus-article-show-all-headers.
4547
4548         * gnus-art.el (article-show-all, gnus-article-show-all-header):
4549         Ditto.
4550
4551         * gnus-sum.el (gnus-summary-select-article): Don't call
4552         show-all-headers, because hidden headers are not hidden text any
4553         more.
4554
4555 2002-01-13  Simon Josefsson  <jas@extundo.com>
4556
4557         * message.el (message-newline-and-reformat): Use `newline' instead
4558         of inserting \n, so that the newline is marked as hard.
4559
4560         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
4561         From Jesper Harder <harder@ifa.au.dk>.
4562
4563 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
4564
4565         * imap.el (imap-close): Keep going if quit.
4566
4567         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
4568         nntp-server-buffer.
4569
4570 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4571
4572         * mm-view.el (mm-display-inline-fontify): Require font-lock to
4573         avoid unbinding shadowed variables.
4574
4575         * gnus-art.el (gnus-picon-databases): Moved here.
4576         (gnus-picons-installed-p): Moved here.
4577         (gnus-article-reply-with-original): Use `mark'.
4578
4579         * gnus.el (gnus-picon): Moved here and renamed.
4580
4581         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
4582         installed.
4583         (gnus-treat-mail-picon): Ditto.
4584         (gnus-treat-newsgroups-picon): Ditto.
4585
4586         * gnus-picon.el (gnus-picons-installed-p): New function.
4587
4588 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
4589
4590         * gnus-agent.el (gnus-agent-go-online): Fix doc.
4591
4592 2002-01-12  Simon Josefsson  <jas@extundo.com>
4593
4594         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
4595         (nnimap-before-find-minmax-bugworkaround): Use it.
4596         (nnimap-find-minmax-uid): Don't reselect current mailbox.
4597         (nnimap-dont-close): New variable.
4598         (nnimap-close-group): Use it.
4599
4600 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4601
4602         * gnus-art.el (gnus-article-reply-with-original): Use
4603         `mark-active'.
4604
4605         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
4606
4607         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
4608         (gnus-score-advanced): Clean up.
4609         (gnus-score-advanced): Accept a multiple of the score.
4610
4611 2002-01-12  Simon Josefsson  <jas@extundo.com>
4612
4613         * flow-fill.el (fill-flowed-display-column)
4614         (fill-flowed-encode-columnq): New variables.  Suggested by
4615         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
4616         (fill-flowed-encode, fill-flowed): Use them.
4617
4618         * message.el (message-send-news, message-send-mail): Use
4619         m-b-s-n-p-e-h-n.
4620
4621         * mml.el (autoload): Autoload fill-flowed-encode.
4622         (mml-buffer-substring-no-properties-except-hard-newlines): New
4623         function.
4624         (mml-read-part): Use it.
4625         (mml-generate-mime-1): Encode format=flowed if appropriate.
4626         (mml-insert-mime-headers): Insert format=flowed.
4627
4628         * flow-fill.el (fill-flowed-encode): New function.
4629         (fill-flowed): Bind fill-column to window width.
4630
4631 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4632
4633         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
4634         it exists.
4635         (gnus-summary-setup-buffer): Wake up dead summary buffers.
4636         (gnus-summary-buffer-name): Don't return the dead name after all.
4637         (gnus-summary-setup-buffer): Kill the dead buffer.
4638
4639         * gnus-art.el (gnus-article-followup-with-original): Store the
4640         value of the mark before deactivating it.
4641
4642 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4643
4644         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
4645         From: Karl Kleinpaste <karl@charcoal.com>
4646
4647         * gnus-art.el (article-display-x-face): Ditto.
4648         (gnus-article-reply-with-original): Use gnus-region-active-p.
4649         (gnus-article-followup-with-original): Ditto.
4650
4651         * gnus-sum.el (gnus-summary-read-group-1): Don't select
4652         downloadable article either.
4653
4654 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4655
4656         * gnus-art.el (article-display-x-face): Insert From:.
4657
4658         * gnus-sum.el (gnus-summary-move-article): Don't draw the
4659         article. Bind gnus-display-mime-function and
4660         gnus-article-prepare-hook.
4661
4662         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
4663         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
4664         gnus-agent-possibly-synchronize-flags to the last.
4665         (gnus-agent-go-online): New function. New variable.
4666
4667 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4668
4669         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
4670         (gnus-agent-regenerate): Ditto.
4671
4672 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4673
4674         * message.el (message-ignored-news-headers)
4675         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
4676         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
4677
4678         * gnus.el (gnus-gethash-safe): New macro.
4679
4680         * gnus-agent.el (gnus-agent-regenerate-history): New function.
4681         (gnus-agent-regenerate): Show messages.
4682
4683 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4684
4685         * gnus-agent.el (gnus-agent-regenerate-group): New function.
4686         (gnus-agent-regenerate): New function.
4687         (gnus-agent-save-alist): Sort.
4688         (gnus-agent-copy-nov-line): Test eobp.
4689         (gnus-agent-retrieve-headers): Erase buffer.
4690
4691 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
4692
4693         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
4694         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
4695
4696         * gnus.el (gnus-agent-covered-methods): Move here.
4697         (gnus-online): New function.
4698         (gnus-agent-method-p): Move here.
4699
4700         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
4701         nil. Remove articles-alist.
4702
4703         * gnus-start.el (gnus-get-unread-articles): Check online.
4704         (gnus-groups-to-gnus-format): Ditto.
4705         (gnus-active-to-gnus-format): Ditto.
4706
4707         * gnus-agent.el (gnus-agent-get-function): Use it.
4708         (gnus-agent-get-undownloaded-list): Ditto.
4709         (gnus-agent-fetch-session): Only fetch online methods.
4710
4711         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
4712         (gnus-server-mode-map): Ditto.
4713         (gnus-server-offline-face): New face.
4714         (gnus-server-offline-face): New variable.
4715         (gnus-server-font-lock-keywords): Add offline.
4716         (gnus-server-insert-server-line): Ditto.
4717         (gnus-server-offline-server): New function.
4718
4719         * gnus-int.el (gnus-open-server): Turn to offline.
4720         (gnus-server-unopen-status): New variable.
4721
4722 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
4723
4724         * nnkiboze.el (nnkiboze-request-article): Use
4725         gnus-agent-request-article.
4726
4727         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
4728         function. Insert undownloaded NOV.
4729
4730         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
4731         (gnus-agent-request-article): New function.
4732
4733         * gnus.el (gnus-agent-cache): New variable.
4734
4735         * gnus-int.el (gnus-retrieve-headers): Use
4736         gnus-agent-retrieve-headers.
4737         (gnus-request-head): Use gnus-agent-request-article.
4738         (gnus-request-body): Ditto.
4739
4740         * gnus-art.el (gnus-request-article-this-buffer): Use
4741         gnus-agent-request-article.
4742
4743         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
4744         article if it is undownloaded.
4745
4746 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4747
4748         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
4749
4750 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4751
4752         * canlock.el (canlock-string-as-unibyte): New macro.
4753         (canlock-sha1-with-openssl): Return a unibyte string.
4754         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
4755
4756 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
4757
4758         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
4759
4760 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4761
4762         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
4763         application/x-emacs-lisp.
4764
4765         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
4766
4767         * nntp.el (nntp-request-article): Add group parameter.
4768         (nntp-request-head): Ditto.
4769         (nntp-find-group-and-number): Add parameter group. Figure out
4770         number if the status line doesn't give (e.g. quimby.gnus.org).
4771
4772 2002-01-08  Simon Josefsson  <jas@extundo.com>
4773
4774         * mml.el (mml-generate-mime-1): Set recipient correctly.
4775
4776 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4777
4778         * message.el (message-read-from-minibuffer): Add parameter
4779         initial-contents.
4780         * gnus-msg.el (gnus-summary-resend-message): Use it.
4781
4782         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
4783         behavior of quit-config.
4784
4785         * message.el (message-make-from): Don't quote fullname.
4786         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
4787
4788         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
4789         From: <andre@slamdunknetworks.com>
4790
4791 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
4792
4793         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
4794
4795         * gnus-art.el (gnus-header-button-alist): Handle mailto.
4796
4797         * mml.el (mml-preview): Bind gnus-original-article-buffer because
4798         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
4799         because bbdb may use it.
4800
4801 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4802
4803         * nneething.el (nneething-request-article): When a non-text file
4804         is converted to an article, its data is encoded in base64.  Call
4805         `nneething-make-head' with options to specify MIME types.
4806         (nneething-make-head): Add optional arguments to specify MIME
4807         types.
4808
4809 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4810
4811         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
4812         header if there is not.
4813
4814         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
4815
4816         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
4817         (gnus-inews-mark-gcc-as-read): Obsolete variable.
4818         (gnus-inews-do-gcc): Use them.
4819
4820         * gnus-group.el (gnus-group-mark-article-read): Put holes into
4821         gnus-newsgroup-unselected.
4822
4823 2002-01-06  Simon Josefsson  <jas@extundo.com>
4824
4825         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
4826         condition-case, not ignore-errors.
4827
4828 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4829
4830         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
4831         gnus-fetch-old-headers.
4832
4833         * gnus-art.el (article-display-x-face): Use the current buffer
4834         unless `W f'. Otherwise, X-Face may be shown in the header of a
4835         forwarded part.
4836         (gnus-treatment-function-alist): Treat xface before hiding
4837         headers.
4838
4839 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4840
4841         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
4842         parameters.
4843
4844 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4845
4846         * mm-util.el (mm-multibyte-p): Define conditionally when load.
4847         (mm-guess-charset): New function.
4848         (mm-charset-after): Use it.
4849         (mm-detect-coding-region): New function.
4850         (mm-detect-mime-charset-region): New function.
4851
4852         * gnus-sum.el (gnus-summary-show-article): Use
4853         mm-detect-coding-region.
4854
4855 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4856
4857         * message.el (message-make-fqdn): Be less violent.
4858
4859         * gnus.el (gnus-logo-color-style): Compute custom form
4860         automatically.
4861
4862         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
4863         score file of the parent to the document group.
4864
4865         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
4866         parameters parameter.
4867
4868         * gnus-score.el (gnus-score-load-file): Clean up.
4869
4870 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4871
4872         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
4873         From: Damien Wyart <damien.wyart@free.fr>
4874
4875         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
4876
4877 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
4878
4879         * gnus-sum.el (gnus-select-group-hook): Typo.
4880
4881         * rfc2047.el (rfc2047-decode-string): Return immediately if there
4882         is no quoted-printable-encoded STRING.
4883         From: Jesper Harder <harder@ifa.au.dk>
4884
4885         (rfc2047-decode-string): Decode it.
4886
4887 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4888
4889         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
4890
4891 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
4892         Trivial patch.
4893
4894         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
4895         buffer to get rid of junk line.
4896
4897 2002-01-05  Simon Josefsson  <jas@extundo.com>
4898
4899         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
4900         C-o.
4901         (message-mode-map): Bind message-insert-or-toggle-importance to
4902         C-c C-u.
4903         (message-mode-map): Bind message-disposition-notification-to to
4904         C-c M-n.
4905         (message-mode-menu): Add m-d-n-t.
4906         (message-mode-field-menu): Add m-goto-from.
4907         (message-mode): Doc fix.
4908         (message-goto-from): New function.
4909         (message-insert-disposition-notification-to): New function.
4910         (message-tool-bar-map): Add receipt button.
4911
4912 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4913
4914         * gnus-sum.el (gnus-thread-latest-date): New function.
4915         (gnus-thread-sort-by-most-recent-number): Renamed.
4916         (gnus-thread-sort-functions): Doc fix.
4917         (gnus-select-group-hook): Don't use setq on a hook.
4918         (gnus-thread-latest-date): Use date, not number
4919
4920         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
4921         (gnus-agent-expire): Allow regexp of expire-days.
4922
4923         * gnus-art.el (gnus-article-reply-with-original): Deactivate
4924         region.
4925         (gnus-article-followup-with-original): Ditto.
4926
4927         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
4928
4929         * gnus-art.el (gnus-mime-display-alternative): Use
4930         gnus-local-map-property.
4931         (gnus-mime-display-alternative): Ditto.
4932         (gnus-insert-mime-security-button): Ditto.
4933         (gnus-insert-next-page-button): Ditto.
4934         (gnus-button-prev-page): Take optional args.
4935         (gnus-insert-prev-page-button): widget-convert.
4936
4937         * gnus-util.el (gnus-local-map-property): New function.
4938
4939         * gnus-art.el (gnus-prev-page-map): Use parent map.
4940         (gnus-next-page-map): Ditto.
4941
4942         * gnus-spec.el (gnus-parse-format): Clean up.
4943         (gnus-parse-format): Do complex formatting for %=.
4944
4945         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
4946         "X-Face: " to the data in the built-in scenario.
4947
4948         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
4949         (gnus-correct-pad-form): Renamed.
4950         (gnus-tilde-max-form): Clean up.
4951         (gnus-pad-form): Use gnus-use-correct-string-widths.
4952
4953         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
4954         support if that is available.
4955
4956         * gnus-sum.el (gnus-thread-highest-number): New function.
4957         (gnus-thread-sort-by-most-recent-thread): New function.
4958         (gnus-thread-sort-functions): Doc fix.
4959
4960 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
4961
4962         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
4963         all cases.
4964         (gnus-summary-mode): Enable it in all cases.
4965         (gnus-summary-display-article): Ditto.
4966         (gnus-summary-edit-article): Ditto.
4967
4968         * gnus-ems.el (gnus-put-image): Really return glyph.
4969
4970         * gnus-art.el (gnus-article-x-face-command): Fix :type.
4971         (gnus-treat-smiley): Don't take "P" in the interactive form.
4972
4973 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4974
4975         * compface.el (uncompface): XEmacs and Emacs have differing
4976         capabilities.
4977
4978         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
4979
4980         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
4981         (gnus-article-xface-ring-size): Removed.
4982         (gnus-article-display-xface): Removed.
4983         (gnus-remove-image): Cleaned up.
4984
4985         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
4986         (gnus-xmas-create-image): Take pbm files.
4987         (gnus-x-face): Removed.
4988         (gnus-xmas-article-display-xface): Removed.
4989
4990         * gnus-fun.el (gnus-display-x-face-in-from): Bind
4991         default-enable-multibyte-characters.
4992
4993         * compface.el (uncompface): Doc fix.
4994
4995         * gnus-art.el (gnus-article-x-face-command): Use
4996         gnus-display-x-face-in-from.
4997
4998         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
4999
5000         * gnus-ems.el (gnus-put-image): Return the image.
5001
5002         * gnus-fun.el (gnus-display-x-face-in-from): New function.
5003         (gnus-x-face): Moved here.
5004
5005 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5006
5007         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
5008         invisible if string is nil.
5009         (gnus-xmas-article-display-xface): Use it.
5010
5011         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
5012         property when string is nil.
5013         (gnus-article-display-xface): Use it.
5014
5015 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5016
5017         * gnus-art.el (article-display-x-face): Check whether valid grey
5018         face was returned.
5019         (article-display-x-face): Place image in the right spot.
5020
5021         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
5022         stderr.
5023         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
5024
5025 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5026
5027         * gnus-xmas.el (gnus-xmas-create-image): Take optional
5028         parameters.
5029         (gnus-xmas-put-image): Allow non-strings to be passed.
5030
5031         * gnus-art.el (article-display-x-face): Use optional parameters.
5032
5033         * gnus-ems.el (gnus-create-image): Take optional parameters.
5034
5035         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
5036
5037         * compface.el (compface-xbm-p): Removed.
5038
5039         * gnus-ems.el (gnus-article-compface-xbm): Removed.
5040         (gnus-article-display-xface): Use compface.
5041
5042         * compface.el: New file.
5043
5044         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
5045         (gnus-convert-image-to-x-face-command): Ditto.
5046         (gnus-random-x-face): Quote argument.
5047         (gnus-x-face-from-file): Ditto.
5048
5049 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
5050
5051         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
5052         the expire-group parameter once per article rather than once
5053         per group; bind `nnmaildir-article-file-name' and `article'
5054         for convenience.  Leave article alone when expire-group
5055         specifies the current group.
5056         (nnmaildir--update-nov): be more concurrency-friendly with
5057         temp file names.
5058
5059 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5060
5061         * gnus-start.el (gnus-read-init-file): Cleaned up.
5062
5063 2002-01-03  Dave Love  <d.love@dl.ac.uk>
5064
5065         * gnus-start.el (gnus-startup-file-coding-system): Removed.
5066         (gnus-read-init-file): Don't use it.
5067
5068 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5069
5070         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
5071
5072 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5073
5074         * gnus-start.el (gnus-read-init-file): Don't force coding system
5075         for ~/.gnus.  From Dave Love <fx@gnu.org>.
5076
5077 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5078
5079         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
5080         * nnspool.el (nnspool-request-post): Ditto.
5081
5082         * mm-util.el (mm-use-find-coding-systems-region): New variable.
5083         (mm-find-mime-charset-region): Use it.
5084
5085 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
5086
5087         * gnus.el (gnus-summary-line-format): Added :link.
5088         * gnus-topic.el (gnus-topic-line-format): Ditto.
5089         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
5090         * gnus-srvr.el (gnus-server-line-format): Ditto.
5091         * gnus-group.el (gnus-group-line-format): Ditto.
5092
5093         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
5094         :keys, it works on both Emacsen.
5095
5096 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5097
5098         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
5099
5100 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5101
5102         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
5103
5104 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
5105
5106         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
5107         very wide reply.
5108
5109 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5110
5111         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
5112         (gnus-picon-cache): New variable.
5113         (gnus-picon-transform-newsgroups): Cache stuff.
5114
5115         * gnus-art.el (gnus-article-reply-with-original): New command.
5116         (gnus-article-followup-with-original): New command.
5117
5118         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
5119         END parameters.
5120         (gnus-summary-followup): Take a list of list of articles.
5121         (gnus-inews-yank-articles): Allow lists of article/regions.
5122
5123         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
5124         longer the usual commands.
5125
5126         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
5127         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
5128         shell-command-on-region.
5129
5130 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5131
5132         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
5133           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
5134
5135 2002-01-03  Steve Youngs  <youngs@xemacs.org>
5136
5137         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
5138         understand ':keys', wrap it in an featurep 'xemacs.
5139
5140 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5141
5142         * gnus-ems.el (gnus-article-display-xface): Show xface in the
5143         order of headers (Actually, it is called in a reversed order). Add
5144         'gnus-image-text-deletable property.
5145         (gnus-remove-image): Remove text with such a property.
5146
5147         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
5148         gnus-put-image.
5149
5150         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
5151         with ", "
5152
5153 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5154
5155         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
5156
5157         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
5158         (article-display-x-face): Display grey X-Faces.
5159
5160         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
5161         (gnus-convert-gray-x-face-to-ppm): Ditto.
5162         (gnus-convert-image-to-gray-x-face): Ditto.
5163
5164         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
5165         gnus-summary-show-raw-article.
5166
5167 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5168
5169         Display picons in XEmacs without showing text.
5170
5171         * gnus-xmas.el (gnus-xmas-create-image): Don't use
5172         mm-create-image-xemacs to create xbm glyph, because it deletes
5173         temporary files.
5174         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
5175         (gnus-xmas-remove-image): Make text visible, remove glyph.
5176
5177         * gnus-picon.el (gnus-picon-transform-newsgroups)
5178         (gnus-picon-transform-address): Insert spec backward, due to the
5179         incompatibility of gnus-xmas-put-image.
5180
5181 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5182
5183         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
5184
5185 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5186
5187         * gnus.el: Doc fix.
5188
5189         * gnus-art.el: Doc fix.
5190
5191         * gnus-agent.el: Doc fix.
5192
5193 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5194
5195         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
5196
5197 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
5198
5199         * nnmaildir.el (nnmaildir--update-nov): automatically parse
5200         NOV data out of the message again if nnmail-extra-headers has
5201         changed.
5202
5203 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5204
5205         * gnus-fun.el: New file.
5206         (gnus-convert-image-to-x-face-command): New variable.
5207         (gnus-insert-x-face): New function.
5208         (gnus-random-x-face): Renamed.
5209         (gnus-x-face-from-file): Renamed.
5210
5211         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
5212         "_".
5213         (gnus-body-boundary-delimiter): Typo fix.
5214
5215 2002-01-02  Simon Josefsson  <jas@extundo.com>
5216
5217         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
5218         (gnus-body-boundary-delimiter): Fix type.
5219
5220 2002-01-01  Simon Josefsson  <jas@extundo.com>
5221
5222         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
5223         (gnus-treat-emphasize, gnus-treat-strip-cr)
5224         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
5225         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
5226         (gnus-treat-fill-article, gnus-treat-hide-citation)
5227         (gnus-treat-hide-citation-maybe)
5228         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
5229         (gnus-treat-strip-pem, gnus-treat-strip-banner)
5230         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
5231         (gnus-treat-date-ut, gnus-treat-date-local)
5232         (gnus-treat-date-english, gnus-treat-date-lapsed)
5233         (gnus-treat-date-original, gnus-treat-date-iso8601)
5234         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
5235         (gnus-treat-strip-trailing-blank-lines)
5236         (gnus-treat-strip-leading-blank-lines)
5237         (gnus-treat-strip-multiple-blank-lines)
5238         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
5239         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
5240         (gnus-treat-display-xface, gnus-treat-display-smileys)
5241         (gnus-treat-from-picon, gnus-treat-mail-picon)
5242         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
5243         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
5244         (gnus-treat-play-sounds, gnus-treat-translate)
5245         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
5246
5247         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
5248         (gnus-article-treat-body-boundary): Use it.
5249
5250         * message.el (message-mode): Fix doc.
5251         (message-mode-menu): Fix names.
5252
5253 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5254
5255         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
5256         articles.
5257
5258         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
5259         (gnus-picon-transform-address): Search for unknown faces as well.
5260         (gnus-picon-find-face): Don't search "news" for MISC.
5261         (gnus-picon-user-directories): Changed default back to exclude
5262         "unknown".
5263
5264         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
5265
5266         * gnus-picon.el (gnus-picon-find-face): Search through all
5267         databases.
5268         (gnus-picon-find-face): New implementation.
5269
5270         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
5271         keystroke.
5272         (gnus-topic-goto-next-topic): Ditto.
5273
5274         * gnus.el (gnus-summary-line-format): Changed default.
5275
5276         * nnmail.el (nnmail-extra-headers): Change default.
5277
5278         * gnus-sum.el (gnus-extra-headers): Change default.
5279
5280         * message.el (message-news-other-window): Changed "news" to
5281         "posting".
5282         (message-news-other-frame): Ditto.
5283         (message-do-send-housekeeping): Ditto.
5284
5285         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
5286         function.
5287         (gnus-article-unread-p): New function.
5288         (gnus-article-unseen-p): New function.
5289         (gnus-dead-summary-mode-map): Typo.
5290
5291         * gnus-util.el (gnus-make-predicate): New function.
5292         (gnus-make-predicate-1): New function.
5293
5294         * gnus-sum.el: New function.
5295         (gnus-map-articles): New function.
5296
5297         * gnus-art.el (gnus-treat-fold-headers): New variable.
5298         (gnus-article-treat-fold-headers): New command and keystroke.
5299
5300         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
5301         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
5302
5303 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5304
5305         * message.el (message-fcc-externalize-attachments): New variable.
5306         (message-do-fcc): Use it.
5307
5308         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
5309         (gnus-inews-do-gcc): Use it.
5310
5311         * mml.el (mml-tweak-sexp-alist): New variable.
5312         (mml-externalize-attachments): New variable.
5313         (mml-tweak-part): Use mml-tweak-sexp-alist.
5314         (mml-tweak-externalize-attachments): New function.
5315
5316 2002-01-01  Steve Youngs  <youngs@xemacs.org>
5317
5318         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
5319         'set-glyph-face' so x-face back/foreground can be set.
5320
5321 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
5322
5323         * message.el (message-fix-before-sending): Fix a typo.
5324
5325 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5326
5327         * gnus-art.el (gnus-treat-smiley): Renamed command.
5328         (gnus-article-remove-images): New command and keystroke.
5329
5330         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
5331
5332         * smiley-ems.el (gnus-smiley-display): Removed.
5333
5334         * gnus.el (gnus-version-number): Update version.
5335
5336         * message.el (message-text-with-property): Renamed and moved
5337         here.
5338         (message-fix-before-sending): Highlight invisible text and place
5339         point there.
5340
5341 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5342
5343         * gnus.el: Oort Gnus v0.04 is released.
5344
5345 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5346
5347         * gnus-delay.el (gnus-delay-send-queue): Renamed.
5348
5349         * gnus-art.el (gnus-ignored-headers): More headers,
5350
5351         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
5352         of `scan-error', since XEmacs doesn't seem to support that.
5353
5354 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5355
5356         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
5357         arg.
5358         (gnus-summary-best-unread-subject): Ditto.
5359         (gnus-summary-best-unread-subject): No, don't.
5360         (gnus-summary-better-unread-subject): New command.
5361
5362         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
5363
5364         * lpath.el ((featurep 'xemacs)): fbind url function.
5365
5366         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
5367         buffer.
5368         (gnus-xmas-remove-image): Implementation that does something.
5369         (gnus-xmas-article-display-xface): Mark images properly.
5370
5371         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
5372
5373 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
5374
5375         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
5376
5377 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5378
5379         * gnus-group.el (gnus-group-line-format): Added %O to the default
5380         value.
5381
5382         * gnus-util.el (gnus-text-with-property): The smallest point is
5383         point-min.
5384
5385         * smiley-ems.el (smiley-region): Return images.
5386         (gnus-smiley-display): Allow toggling.
5387         (smiley-region): Use text properties, not overlays.
5388
5389         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
5390         implemented yet.
5391
5392         * smiley-ems.el (smiley-update-cache): Check for valid types.
5393
5394         * gnus-art.el (gnus-with-article-buffer): New macro.
5395
5396         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
5397         strings as well as the glyphs.
5398         (gnus-picon-transform-address): Ditto.
5399         (gnus-picon-insert-glyph): Ditto.
5400         (gnus-picon-transform-newsgroups): Toggle.
5401         (gnus-picon-transform-address): Toggle.
5402
5403         * gnus-ems.el (gnus-remove-image): New function.
5404         (gnus-put-image): Take an optional string.
5405
5406         * gnus-util.el (gnus-text-with-property): New function.
5407
5408         * gnus-art.el (gnus-delete-images): New function.
5409
5410         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
5411
5412         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
5413         (gnus-article-wash-status): Use it.
5414         (gnus-signature-toggle): Clean up.
5415         (gnus-add-wash-status): New function.
5416         (gnus-delete-wash-status): New function.
5417         (gnus-article-hide-text-type): Use them throughout.
5418         (gnus-add-image): New function.
5419
5420         * gnus-ems.el (gnus-article-display-xface): Use new interface.
5421
5422         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
5423         interface.
5424
5425         * gnus-art.el (article-display-x-face): Cleaned up.
5426
5427         * rfc2047.el (rfc2047-field-value): New function.
5428
5429         * mail-parse.el (mail-header-field-value): New alias.
5430
5431         * gnus-art.el (gnus-mime-print-part): Fix typos.
5432
5433         * smiley-ems.el (gnus-smiley-file-types): New variable.
5434         (smiley-update-cache): Use it.
5435         (smiley-regexp-alist): Suffix-less smiley names.
5436         (smiley-regexp-alist): Added more smileys.
5437
5438         * gnus-sum.el (gnus-print-buffer): Made into own function.
5439         (gnus-summary-print-article): Use it.
5440
5441         * mailcap.el (mailcap-mime-info): Actually return the bit that we
5442         looked for when REQUEST is a string.
5443
5444         * gnus-art.el (gnus-mime-button-commands): Add printing
5445         keystroke.
5446         (gnus-mime-copy-part): Doc fix.
5447         (gnus-mime-print-part): New command.
5448
5449 2001-12-31  Simon Josefsson  <jas@extundo.com>
5450
5451         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
5452         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
5453
5454 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5455
5456         * gnus-picon.el (gnus-treat-from-picon): Autoload.
5457         (picon): Fix doc.
5458
5459         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
5460         longer exists. Remove those codes.
5461         * gnus.el (gnus-use-picons): Ditto.
5462
5463 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5464
5465         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
5466         infloop.
5467
5468         * gnus-sum.el (t): New `W D' map.
5469
5470         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
5471         (gnus-article-treat-body-boundary): Clean up.
5472         (gnus-body-boundary-face): Removed.
5473         (gnus-article-goto-header): Moved here.
5474         (gnus-article-goto-header): Allow better regexps.
5475         (gnus-article-treat-fold-newsgroups): New command.
5476
5477         * gnus-sum.el (gnus-summary-move-article): We have to select an
5478         article to give `gnus-read-move-group-name' an opportunity to
5479         suggest an appropriate default.
5480
5481         * rfc2047.el (rfc2047-fold-line): New function.
5482         (rfc2047-unfold-line): Ditto.
5483         (rfc2047-fold-region): Don't fold just after the header name.
5484
5485         * mail-parse.el (mail-header-fold-line): New alias.
5486         (mail-header-unfold-line): Ditto.
5487
5488         * gnus-art.el (gnus-body-boundary-face): Renamed.
5489         (gnus-article-treat-body-boundary): Use it.
5490         (gnus-article-treat-body-boundary): Use an invisible header and a
5491         line of underline characters.
5492
5493 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5494
5495         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
5496
5497         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
5498         (gnus-picon-split-address): New function.
5499         (gnus-picon-find-face): Use it.
5500         (gnus-picon-transform-address): Use it. Set first to t for each
5501         address.
5502
5503         * gnus-art.el (gnus-with-article-headers): Move to here. Define
5504         the macro then use it.
5505         (gnus-treatment-function-alist): Treat picons earlier.
5506
5507 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5508
5509         * gnus-art.el (gnus-body-separator-face): New variable.
5510         (gnus-article-treat-body-boundary): Use a blank, colored line.
5511
5512         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
5513         well.
5514
5515         * gnus-art.el (gnus-treat-body-boundary): New variable.
5516         (gnus-article-treat-unfold-headers): Use helper macro.
5517         (gnus-article-treat-body-boundary): New command.
5518
5519         * gnus.el (gnus-logo-color-style): Change the default color.
5520         (gnus-splash-face): Gray, gray.
5521
5522         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
5523         colors.
5524
5525         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
5526         (gnus-logo-color-style): Ditto.
5527         (gnus-logo-colors): Ditto.
5528
5529         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
5530
5531         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
5532
5533         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
5534         (gnus-picon-transform-newsgroups): New function.
5535
5536         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
5537         string.
5538
5539         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
5540
5541         * gnus-art.el (gnus-treat-cc-picon): New variable.
5542         (gnus-treat-mail-picon): Renamed.
5543
5544         * gnus-picon.el: New implementation.
5545         (gnus-picon-find-face): Renamed.
5546         (gnus-treat-from-picon): Use it.
5547         (gnus-picon-transform-address): Renamed.
5548         (gnus-treat-from-picon): Use it.
5549         (gnus-picon-create-glyph): Renamed.
5550         (gnus-picon-transform-address): Use it.
5551         (gnus-treat-cc-picon): New command.
5552
5553         * mm-decode.el (mm-create-image-xemacs): Separated out into
5554         function.
5555         (mm-get-image): Use it.
5556
5557         * gnus-art.el (gnus-treat-display-picons): Simplify.
5558         (gnus-treat-from-picon): Renamed.
5559
5560         * gnus-ems.el (gnus-create-image): New function.
5561         (gnus-put-image): New function.
5562
5563         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
5564         (gnus-with-article-headers): New macro.
5565         (gnus-article-goto-header): New function.
5566
5567         * gnus-xmas.el (gnus-image-type-available-p): New function.
5568
5569         * gnus-ems.el (gnus-image-type-available-p): New function.
5570
5571 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5572
5573         * nnrss.el (nnrss-check-group): Find the correct tag, because
5574         xml.el is changed.
5575
5576 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5577
5578         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
5579         lines are shorter than the window width.
5580         (gnus-ignored-headers): More headers.
5581
5582 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5583
5584         * gnus-art.el (gnus-treat-unfold-lines): New variable.
5585         (gnus-treat-unfold-headers): Renamed.
5586         (gnus-article-treat-unfold-headers): New command and keystroke.
5587
5588         * rfc2047.el (rfc2047-encode-message-header): Clean up.
5589
5590         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
5591
5592 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
5593
5594         * sha1-el.el (sha1-use-external): New variable.
5595         (sha1-region): Use it.
5596         (sha1-string): Ditto.
5597
5598         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
5599         * gnus-picon.el: Less warnings when compile.
5600
5601 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5602
5603         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
5604         alias.
5605         (gnus-picons-database): Default to list.
5606         (gnus-picons-lookup-internal): Use it.
5607
5608         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
5609         to "bogus".
5610
5611         * gnus-win.el (gnus-configure-windows-hook): New hook.
5612
5613 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
5614
5615         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
5616
5617 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5618
5619         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
5620         lists.
5621         (gnus-select-newsgroup): Don't append; push.
5622         (gnus-adjust-marked-articles): Remove obsolete ranges from
5623         `seen'.
5624         (gnus-update-marks): Clean up.
5625         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
5626
5627 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
5628
5629         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
5630
5631 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5632
5633         * gnus-sum.el (gnus-auto-select-subject): New variable.
5634         (gnus-summary-best-unread-subject): New function.
5635         (gnus-summary-best-unread-article): Use it.
5636         (gnus-summary-first-unseen-subject): New function and command.
5637
5638         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
5639         other treatments.
5640
5641         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
5642         function.
5643
5644         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
5645         from the list of hidden types.
5646
5647         * mm-view.el (mm-inline-text): Ditto.
5648         (mm-inline-text): Ditto.
5649         (mm-w3-prepare-buffer): Ditto.
5650
5651         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
5652
5653 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5654
5655         * gnus-art.el (gnus-ignored-headers): Added more headers.
5656
5657 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
5658
5659         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
5660         once.
5661
5662 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5663
5664         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
5665
5666 2001-12-28  Simon Josefsson  <jas@extundo.com>
5667
5668         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
5669         Jesper Harder <harder@ifa.au.dk>.
5670
5671 2001-12-27  Simon Josefsson  <jas@extundo.com>
5672
5673         * gnus-sum.el (gnus-select-newsgroup): Make
5674         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
5675         contain all articles (instead of none) when no seen marks have
5676         been set for the group.
5677         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
5678         instead, it seems to result in shorter ranges.
5679
5680 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5681
5682         * mm-util.el (mm-iso-8859-x-to-15-region): Use
5683         insert-before-markers.
5684         From Jesper Harder <harder@ifa.au.dk>
5685
5686 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
5687
5688         * nnmaildir.el (nnmaildir-save-mail): create the destination
5689         groups if they do not exist.
5690
5691 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5692
5693         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
5694
5695 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5696
5697         * gnus-group.el (gnus-group-read-ephemeral-group): Call
5698         gnus-group-real-name.
5699
5700         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
5701         (gnus-newsgroup-variables): Ditto.
5702
5703         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
5704         return it.
5705
5706 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
5707
5708         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
5709         * nnmaildir.el (top-level): Add commentary.
5710         (nnmaildir-version): Indicate that nnmaildir is now a standard
5711         part of Gnus, not separately released.
5712
5713 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5714
5715         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
5716         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
5717         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
5718         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5719
5720 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5721
5722         * nnmaildir.el: Copyright changes. Require cl only at compile time.
5723
5724 2001-12-20  Simon Josefsson  <jas@extundo.com>
5725
5726         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
5727         ZHU <zsh@cs.rochester.edu>.
5728         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
5729         Brian P Templeton <bpt@tunes.org>.
5730
5731 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5732
5733         * nnmaildir.el: New file.
5734         From Paul Jarc <prj@po.cwru.edu>.
5735
5736 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5737
5738         * nndoc.el (nndoc-type-alist): Move forward to the end.
5739
5740 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5741
5742         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
5743         `dolist'.
5744
5745 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5746
5747         * gnus-win.el (gnus-frames-on-display-list): New function.
5748         (gnus-get-buffer-window): Use it.
5749
5750 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5751
5752         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
5753
5754 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5755
5756         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
5757
5758 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5759            From Harald Meland <Harald.Meland@usit.uio.no>
5760
5761         * gnus-win.el (gnus-get-buffer-window): New function.
5762         (gnus-all-windows-visible-p): Use it.
5763
5764         * gnus-util.el (gnus-horizontal-recenter)
5765         (gnus-horizontal-recenter, gnus-horizontal-recenter)
5766         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
5767
5768         * gnus-score.el (gnus-score-insert-help): Use it.
5769
5770         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
5771         (gnus-generate-tree, gnus-highlight-selected-tree)
5772         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
5773         it.
5774
5775         * gnus-art.el (gnus-article-set-window-start)
5776         (gnus-mm-display-part, gnus-request-article-this-buffer)
5777         (gnus-button-next-page, gnus-button-prev-page)
5778         (gnus-article-button-next-page, gnus-article-button-prev-page):
5779         Use it.
5780
5781 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
5782
5783         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
5784         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
5785         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
5786
5787 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5788
5789         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
5790         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
5791         * mml1991.el, nnultimate.el: Add `coding'.
5792
5793 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
5794
5795         * ChangeLog: changed coding to buffer-file-coding-system
5796         * ChangeLog.1: same
5797         * nnwfm.el: same
5798         * gnus-smiley.el: same
5799         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
5800         * gnus-delay.el: same
5801         * gnus-spec.el: same
5802         * message.el: same
5803         * mml1991.el: same
5804         * nnultimate.el: same
5805
5806 2001-12-16  Simon Josefsson  <jas@extundo.com>
5807         Inspired by code by Dirk Meyer <dischi@tzi.de>.
5808
5809         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
5810         (gnus-summary-save-map): Add muttprint.
5811         (gnus-summary-make-menu-bar): Ditto.
5812         (gnus-summary-muttprint): New function.
5813
5814         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
5815
5816 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5817
5818         * uudecode.el (uudecode-decode-region-internal): Speedup by using
5819         temporary list instead of buffer.
5820
5821         * mm-url.el (executable-find): autoload.
5822
5823 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5824
5825         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
5826         to variable, follow doc-string conventions).
5827
5828 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
5829
5830         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
5831         subscribe-level
5832         * gnus-topic.el (gnus-subscribe-topics): use it.
5833
5834 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5835
5836         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
5837         messages. (A small patch with indentation)
5838         From Sean Neakums <sneakums@zork.net>.
5839
5840         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
5841         nil after shooting down the gnus-original-article-buffer.
5842
5843 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5844
5845         * uudecode.el (uudecode-use-external): New variable.
5846         (uudecode-decode-region): Automatically detect external program.
5847
5848         * binhex.el (binhex-use-external): New variable.
5849         (binhex-decode-region-internal): New function.
5850         (binhex-decode-region): Automatically detect external program.
5851
5852         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
5853         Use them.
5854
5855 2001-12-12  Simon Josefsson  <jas@extundo.com>
5856
5857         * nnvirtual.el (nnvirtual-always-rescan)
5858         (nnvirtual-component-regexp): Fix doc.
5859
5860         * nnoo.el (defvoo): Add doc to defvoo variables.
5861
5862         * nnml.el (nnml-directory, nnml-active-file)
5863         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
5864         (nnml-marks-is-evil, nnml-filenames-are-evil)
5865         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
5866
5867         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
5868         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
5869         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
5870         `error'.
5871
5872         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
5873         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
5874
5875         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
5876         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
5877         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
5878         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
5879
5880         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
5881         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
5882
5883         * imap.el, nnimap.el: Fix indentation.
5884
5885         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
5886
5887 2001-12-12  Didier Verna  <didier@xemacs.org>
5888
5889         * gnus-msg.el (gnus-group-news): New function.
5890         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
5891         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
5892         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
5893         for it.
5894         * gnus-msg.el (gnus-summary-news-other-window): New function.
5895         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
5896         bind it to `i'.
5897         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
5898         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
5899         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
5900         for it (called with a prefix).
5901         * gnus-msg.el (gnus-configure-posting-styles): add an optional
5902         group-name argument.
5903         * gnus-msg.el (gnus-setup-message): use it.
5904
5905 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5906
5907         * gnus-sum.el (gnus-summary-show-article): Fix doc.
5908
5909 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5910
5911         * mml.el (mime-to-mml): Remove Content-Disposition too.
5912
5913 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5914
5915         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
5916         * gnus-group.el (gnus-group-name-decode): Decode unibyte
5917         strings only.
5918         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
5919
5920 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
5921
5922         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
5923         (nnmail-fancy-expiry-target): Use it.
5924         Suggestions from Simon Josefsson <jas@extundo.com>.
5925
5926 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5927
5928         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
5929
5930 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5931
5932         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
5933
5934         * gnus-util.el (gnus-url-unhex-string): Move here.
5935
5936 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5937
5938         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
5939         mm-url-decode-entities-nbsp.
5940
5941         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
5942         * webmail.el, nnwfm.el: Use mm-url.
5943
5944         * mm-url.el (mm-url-fetch-form): Move from nnweb.
5945         (mm-url-remove-markup): Move from nnweb.
5946         (mm-url-fetch-simple): Move from webmail.
5947
5948         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
5949
5950 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5951
5952         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
5953         (gnus-summary-print-article): Use it.
5954
5955         * gnus-util.el (gnus-replace-in-string): Typo.
5956
5957 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5958
5959         * nnweb.el (nnweb-replace-in-string): Removed.
5960
5961         * gnus-util.el (gnus-replace-in-string): New function.
5962         (gnus-mode-string-quote): Use it.
5963
5964         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
5965         * nnwfm.el (nnwfm-create-mapping): Ditto.
5966
5967 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5968
5969         * dgnushack.el (dgnushack-compile): nnrss.el and
5970         nnslashdot.el don't depend on nnweb, url, w3.
5971
5972         * nnrss.el: Use mm-url.
5973
5974 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5975
5976         * mm-url.el (mm-url-insert-file-contents): Support file:.
5977
5978 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5979
5980         * mm-view.el: Lower case for the description line. Sync from the
5981         Emacs CVS.
5982
5983 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5984
5985         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
5986         From:  Stefan Monnier  <monnier@cs.yale.edu>
5987
5988 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5989
5990         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
5991
5992 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5993
5994         * mm-url.el: Require executable.
5995         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
5996
5997 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5998
5999         * pop3.el (pop3-munge-message-separator): Only use valid date.
6000         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
6001
6002         * Makefile.in: gnus-load.elc may not be generated.
6003
6004 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6005
6006         * mm-url.el: New file.
6007         * nnslashdot.el: Use it.
6008         * mm-extern.el (mm-extern-url): Use it.
6009
6010 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6011
6012         * gnus-sum.el (gnus-summary-save-article): Nix
6013         gnus-display-mime-function and gnus-article-prepare-hook.
6014
6015         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
6016         the beginning of lines.
6017         (gnus-complex-form-to-spec): Ditto.
6018
6019 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6020
6021         * message.el (message-make-mft): Fix the m-s-a-file regexp.
6022         From Paul Jarc <prj@po.cwru.edu>.
6023
6024 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6025
6026         * message.el: New variable message-subscribed-address-file;
6027         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
6028
6029 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6030
6031         * message.el (message-tab-body-function): Set to nil.
6032         (message-tab): Use text-mode-map or global-map.
6033         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
6034
6035 2001-11-30  Simon Josefsson  <jas@extundo.com>
6036
6037         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
6038         instead of gnus-union, for speed.  Suggested by Christoph Conrad
6039         <christoph.conrad@gmx.de>.
6040         (gnus-agent-fetch-group-1): Add verbose message.
6041
6042 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6043
6044         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
6045         of integers.
6046
6047 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6048
6049         * message.el (message-newgroups-header-regexp)
6050         (message-completion-alist, message-tab-body-function): Use
6051         defcustom rather than defvar.
6052         (message-tab): Mention `message-tab-body-function' in doc.
6053         Suggested by Karl Eichwalder.
6054
6055 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6056
6057         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
6058
6059 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6060
6061         * nnheader.el (nnheader-find-nov-line): Don't use macro
6062         gnus-delete-line.
6063
6064         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
6065         (gnus-group-name-charset): Ditto.
6066
6067         * gnus-util.el (gnus-buffer-live-p): Ditto.
6068
6069 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6070
6071         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
6072         open parenthesis in doc.
6073         (sieve-manage-authenticator-alist): Typo in doc.
6074         * imap.el (imap-authenticator-alist): Typo in doc.
6075         (imap-stream-alist): Backslash.
6076
6077         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
6078           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
6079
6080 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6081
6082         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
6083
6084         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
6085
6086         * gnus-msg.el (gnus-configure-posting-styles): use
6087         make-local-hook. Add LOCAL for add-hook.
6088
6089 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
6090
6091         * message.el (message-mode): Use `make-local-hook' unless
6092         obsolete.
6093         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
6094
6095 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6096
6097         * canlock.el: Remove sha1.el and base64.el stuff.
6098
6099 2001-11-26  Didier Verna  <didier@xemacs.org>
6100
6101         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
6102         if needed.
6103
6104 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6105
6106         * message.el (message-tamago-not-in-use-p): New function.
6107         (message-strip-forbidden-properties): Use it.
6108
6109 2001-11-26  Didier Verna  <didier@xemacs.org>
6110
6111         * gnus-start.el (gnus-check-first-time-used): only check for
6112         existence of .el[d] files.
6113
6114 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6115
6116         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
6117
6118         * message.el (message-setup-1): Clean up mc-*.
6119
6120 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6121
6122         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
6123         * gnus-score.el (gnus-score-find-bnews): Use it.
6124
6125         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
6126         (gnus-summary-limit-to-author): Ditto.
6127         (gnus-summary-limit-to-extra): Ditto.
6128         (gnus-summary-find-matching): Support not-matching argument.
6129
6130 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6131
6132         * message.el (message-wash-subject): Use `insert' rather than
6133         `insert-string', which is deprecated.
6134
6135 2001-11-24  Simon Josefsson  <jas@extundo.com>
6136
6137         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
6138         message. (Gnus does not "default" to using 8bit for the message,
6139         it default to use 8bit encoding and the user-supplied CTE
6140         value. Calling this behaviour "treating it as 8bit" is perhaps
6141         better.)
6142
6143         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
6144         (compare mm-charset-to-coding-system).
6145
6146 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6147
6148         * canlock.el (canlock-sha1-with-openssl): Use unibyte
6149         buffer. Correctly decode hex.
6150
6151 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6152
6153         * gnus-agent.el (gnus-category-insert-line): Convert category
6154         names to strings.
6155
6156 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6157
6158         * message.el (sha1): eval-and-compile.
6159
6160 2001-11-20  Simon Josefsson  <jas@extundo.com>
6161
6162         * message.el (message-allow-no-recipients): New variable.
6163         (message-send): Use it, customize the prompting when posting to
6164         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
6165
6166 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6167
6168         * mm-util.el (mm-coding-system-priorities): New variable.
6169         (mm-sort-coding-systems-predicate): New function.
6170         (mm-find-mime-charset-region): Resort coding systems if needed.
6171         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
6172
6173 2001-11-20  Didier Verna  <didier@xemacs.org>
6174
6175         * gnus-group.el (gnus-group-make-help-group): new optional
6176         argument to control the error behavior.
6177         * gnus-start.el (gnus-check-first-time-used): use it to avoid
6178         erroring.
6179
6180 2001-11-19  Simon Josefsson  <jas@extundo.com>
6181
6182         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
6183         instead of C-c C-u.  Suggested by Per Abrahamsen
6184         <abraham@dina.kvl.dk>.
6185
6186 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6187
6188         * nnfolder.el (nnfolder-read-folder): Use group instead of
6189         nnfolder-current-group.
6190         Suggested by Lorentey Karoly <lorentey@elte.hu>.
6191
6192 2001-11-17  Simon Josefsson  <jas@extundo.com>
6193
6194         * message.el (message-send): Ask user if Fcc/Gcc should be
6195         performed when no other sender was specified.
6196         Suggested by prj@po.cwru.edu (Paul Jarc).
6197
6198 2001-11-17  Simon Josefsson  <jas@extundo.com>
6199
6200         * message.el (message-mode, message-mode-map): Use C-c C-u for
6201         Importance: instead of C-c C-p (used by SC).
6202
6203 2001-11-16  Simon Josefsson  <jas@extundo.com>
6204
6205         * message.el (message-insert-importance-high)
6206         (message-insert-importance-low): Save point.
6207
6208         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
6209         value.
6210
6211 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
6212
6213         * message.el (message-strip-special-text-properties): New option.
6214         (message-strip-forbidden-properties): Obey it.
6215
6216 2001-11-14  Sam Steingold  <sds@gnu.org>
6217
6218         * gnus-score.el: Fixed some doc strings to properly quote symbols.
6219
6220 2001-11-15  Simon Josefsson  <jas@extundo.com>
6221
6222         Support "Importance:" header in Message.
6223
6224         * message.el (message-mode-map): Bind C-c C-p to
6225         `message-insert-or-toggle-importance'
6226         (message-mode-menu): Add message-insert-importance-{high,low}.
6227         (message-insert-importance-high, message-insert-importance-low)
6228         (message-insert-or-toggle-importance): New functions.
6229         (message-tool-bar-map): Add {un,}important.
6230         (message-mode): Doc fix.
6231
6232 2001-11-15  Simon Josefsson  <jas@extundo.com>
6233
6234         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
6235
6236         * mml.el (mml-menu): Fix toolbar tooltip.
6237
6238 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6239
6240         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
6241         * nnml.el (nnml-save-marks): Ditto.
6242
6243         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
6244
6245 2001-11-15  Simon Josefsson  <jas@extundo.com>
6246
6247         * nnml.el (nnml-save-marks):
6248         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
6249         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
6250
6251 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
6252
6253         * gnus-art.el (gnus-article-wash-status-strings): Use
6254         `copy-sequence', not `copy-seq'.
6255
6256 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
6257
6258         * gnus-art.el (gnus-article-wash-status-strings): New constant.
6259         (gnus-gnus-article-wash-status-entry): New function.
6260         (gnus-article-wash-status): Use it.
6261
6262 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6263
6264         * mml1991.el: Add coding header.
6265
6266 2001-11-12  Simon Josefsson  <jas@extundo.com>
6267
6268         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
6269         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
6270         `mml1991-sign' and `mml1991-encrypt'.
6271         (mml1991-encrypt, mml1991-sign): New glue functions.
6272         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
6273
6274         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
6275         (mml-menu): Add PGP to menu.
6276
6277         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
6278         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
6279         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
6280         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
6281
6282         * mml2015.el: Mention RFC 3156.
6283
6284         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
6285
6286 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6287
6288         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
6289
6290         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
6291           From <Michael.Cook@cisco.com>
6292
6293 2001-11-11  Simon Josefsson  <jas@extundo.com>
6294
6295         * message.el (top-level): Autoload sha1.
6296         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
6297         canlock, no need to require two different hash algs).  Suggested
6298         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
6299
6300 2001-11-09  Simon Josefsson  <jas@extundo.com>
6301
6302         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
6303         <Pavel@Janik.cz>.
6304
6305 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6306
6307         * message.el (message-point-in-header-p): New function.
6308         (message-do-auto-fill): Use it.
6309         (message-beginning-of-line): New function.  Goes to beginning of
6310         header value (i.e., end of header name), or to beginning of line
6311         if already at beginning of value.  Behaves like
6312         `beginning-of-line' when in message body.
6313         (message-mode-map): Bind it.
6314
6315 2001-11-08  Simon Josefsson  <jas@extundo.com>
6316
6317         * gnus-msg.el (gnus-posting-styles): Add doc.
6318
6319 2001-11-07  Simon Josefsson  <jas@extundo.com>
6320
6321         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
6322
6323         * sieve-mode.el (sieve-control-commands-face)
6324         (sieve-control-commands-face, sieve-action-commands-face)
6325         (sieve-test-commands-face, sieve-tagged-arguments-face): New
6326         faces.
6327         (sieve-font-lock-keywords): Use them.
6328         (sieve-mode): Only set font-lock-defaults in emacs.
6329
6330         * gnus-art.el (gnus-default-article-saver): Add
6331         gnus-summary-save-body-in-file.
6332         (gnus-summary-write-to-file): Fix doc.
6333
6334 2001-11-07  Simon Josefsson  <jas@extundo.com>
6335
6336         * gnus-art.el (gnus-treat-highlight-signature): Add cross
6337         reference to the correct chapter in the manual.
6338
6339         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
6340         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
6341
6342 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6343
6344         * mml.el (mml-preview): Bind mail-header-separator.
6345
6346 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6347
6348         * message.el: Always require canlock.
6349         (message-ignored-supersedes-headers): Include Cancel-Lock and
6350         Cancel-Key.
6351         (message-insert-canlock): Don't require canlock.
6352         (message-cancel-news): Don't check whether canlock is available.
6353         (message-supersede): Support cancel-locks.
6354
6355         * gnus-art.el: Don't autoload canlock.
6356
6357 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6358
6359         * mail-source.el (mail-source-fetch-imap): ASYNC param.
6360         From: <andre@slamdunknetworks.com>
6361
6362 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6363
6364         * many files: Fix copyright lines.
6365
6366 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6367
6368         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
6369         Suggested by Dave Love  <fx@gnu.org>.
6370
6371 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6372
6373         * message.el (message-kill-buffer): Remove auto-save file after
6374         confirm.
6375
6376         * message.el (message-send-mail): Call message-generate-headers
6377         once.  Suggested by Matt Armstrong <matt@lickey.com>.
6378
6379         * gnus-topic.el (gnus-topic-rename): Initial-input.
6380         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
6381
6382 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
6383
6384         * message.el (message-forbidden-properties): New constant.
6385         (message-strip-forbidden-properties): New function.
6386         (message-mode): Activate it.
6387
6388 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6389
6390         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
6391         (mm-hack-charsets): Fix doc.
6392
6393 2001-11-02  Simon Josefsson  <jas@extundo.com>
6394
6395         * gnus-int.el (gnus-check-server): Message "...done" when done.
6396
6397         * imap.el (imap-close): Don't message (imap-send-command-wait
6398         returns if the connection is dropped).
6399         (imap-wait-for-tag): Nix out message only when necessary.
6400
6401         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
6402         for non-crossposting.
6403         (gnus-sieve-crosspost): Default to t to be consistent with other
6404         parts of Gnus.
6405
6406 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6407
6408         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
6409         (mm-iso-8859-x-to-15-table): Ditto.
6410         (mm-iso-8859-x-to-15-region): Ditto.
6411         (mm-find-mime-charset-region): Ditto.
6412
6413 2001-11-01  Simon Josefsson  <jas@extundo.com>
6414
6415         * nnimap.el (nnimap-close-asynchronous): New variable.
6416         (nnimap-close-group): Use it.
6417         (nnimap-expunge): Don't use it.
6418
6419         * imap.el (imap-callbacks): New variable.
6420         (imap-remassoc): Copied from `gnus-remassoc'.
6421         (imap-add-callback): New function.
6422         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
6423         behaviour.
6424         (imap-parse-response): Call the callback.
6425
6426         * message.el (message-insert-canlock): New variable.
6427         (message-canlock-generate, message-canlock-password)
6428         (message-insert-canlock): New functions.
6429         (message-send-news): Call `message-insert-canlock'.
6430         (top-level): Require canlock when compiling.
6431         (message-insert-canlock): Require canlock before we need it.
6432
6433 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6434
6435         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
6436
6437 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6438
6439         * dgnushack.el (dgnushack-make-load): A workaround for
6440         custom-add-loads bug in some versions of XEmacs.
6441
6442 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6443
6444         * mm-util.el (mm-charset-synonym-alist): Revert (some).
6445
6446 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6447
6448         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
6449         (mm-hack-charsets): New variable.
6450         (mm-iso-8859-15-compatible): New variable.
6451         (mm-iso-8859-x-to-15-table): New variable.
6452         (mm-find-mime-charset-region): Add parameter hack-charsets.
6453
6454         * mm-bodies.el (mm-encode-body): Use it.
6455         * mml.el (mml-parse-1): Ditto.
6456
6457 2001-11-01  Simon Josefsson  <jas@extundo.com>
6458
6459         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
6460
6461 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6462
6463         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
6464         is nil.
6465
6466 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6467
6468         * smiley-ems.el (smiley-update-cache): Auto detect file type.
6469
6470         * message.el (message-forward-rmail-make-body): Use
6471         save-window-excursion.
6472         (message-encode-message-body): Search with noerror.
6473         (message-setup-1): Convert compose-mail send-actions to
6474         message-send-actions.
6475
6476 2001-11-01  Simon Josefsson  <jas@extundo.com>
6477
6478         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
6479         <yamaoka@jpl.org>.
6480
6481 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6482
6483         * sieve-manage.el (sieve-string-bytes): No complain.
6484
6485 2001-11-01  Simon Josefsson  <jas@extundo.com>
6486
6487         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
6488         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
6489         has autoload cookies, so no `require' should be necessary.)
6490
6491         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
6492         files.
6493
6494 2001-10-31  Simon Josefsson  <jas@extundo.com>
6495
6496         * gnus-cus.el (gnus-group-parameters): Support integer `display'
6497         parameter.
6498
6499         * gnus-sum.el (gnus-select-newsgroup): If group parameter
6500         `display' is a number (and C-u wasn't used to enter group), only
6501         fetch that number of articles.
6502
6503 2001-10-31  Matt Armstrong  <matt@lickey.com>
6504
6505         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
6506         not-subscribed -> subscribed.
6507
6508 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6509         From: Josh Huber <huber@alum.wpi.edu>
6510
6511         * message.el (message-subscribed-address-functions): New variable.
6512         (message-subscribed-addresses): New variable.
6513         (message-subscribed-regexps): New variable.
6514         (message-goto-mail-followup-to): New function.
6515         (message-send-mail): Add Mail-Followup-To.
6516         (message-make-mft): New function.
6517
6518         * gnus.el (gnus-find-subscribed-addresses): New function.
6519
6520 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6521
6522         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
6523         (mail-source-fetch-pop): Ditto.
6524         (mail-source-check-pop): Ditto.
6525
6526         * gnus-start.el (gnus-read-init-file): Ditto.
6527         (gnus-activate-group): Ditto.
6528         (gnus-read-newsrc-el-file): Ditto.
6529
6530 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6531
6532         * message.el (message-get-reply-headers): Make sure there is ", ".
6533
6534         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
6535         mm-coding-system-p. Don't correct it only in XEmacs.
6536         (mm-charset-to-coding-system): Use mm-coding-system-p and
6537         mm-get-coding-system-list.
6538         (mm-emacs-mule, mm-mule4-p): New variables.
6539         (mm-enable-multibyte, mm-disable-multibyte,
6540         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
6541         mm-with-unibyte-current-buffer,
6542         mm-with-unibyte-current-buffer-mule4): Use them.
6543         (mm-find-mime-charset-region): Treat iso-2022-jp.
6544
6545         From  Dave Love  <fx@gnu.org>:
6546
6547         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
6548         construction.
6549         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
6550         entries conditional on not having a coding system defined for
6551         them.
6552         (mm-mule-charset-to-mime-charset): Use
6553         find-coding-systems-for-charsets if defined.
6554         (mm-charset-to-coding-system): Don't use
6555         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
6556         later.  Add last resort search of coding systems.
6557         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
6558         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
6559         Mule 4.
6560         (mm-find-mime-charset-region): Re-write.
6561         (mm-with-unibyte-current-buffer): Restore buffer as well as
6562         multibyteness.
6563
6564 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6565
6566         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
6567         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
6568         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
6569
6570 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6571
6572         * gnus-art.el (article-display-x-face): Nix buffer-read-only
6573         again.
6574
6575         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
6576
6577 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6578
6579         * gnus-spec.el (gnus-parse-simple-format): Use
6580           buffer-substring-no-properties.
6581
6582 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6583
6584         * gnus-art.el (article-verify-cancel-lock): New function.
6585
6586         * nnheader.el (nntp-process-response): New variable.
6587         (nnheader-init-server-buffer): Make `nntp-process-response'
6588         buffer-local in `nntp-server-buffer'.
6589
6590         * nntp.el (nntp-prepare-post-hook): New hook.
6591         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
6592         (nntp-async-trigger): Ditto.
6593         (nntp-request-post): Insert a server's ID if there's no Message-ID
6594         header; run `nntp-prepare-post-hook'.
6595
6596 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6597
6598         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
6599         instead.
6600
6601         * message.el (message-forward-subject-author-subject): Don't use
6602         message-news-p, which widens the buffer.
6603         (message-forward-make-body): New function.
6604         (message-forward): Use it.
6605         (message-insinuate-rmail): New function.
6606         (message-forward-rmail-make-body): New function.
6607
6608 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6609
6610         * mm-extern.el (mm-extern): Provide it.
6611
6612         * mm-partial.el (mm-partial): Provide it.
6613
6614 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6615
6616         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
6617
6618 2001-10-29  Simon Josefsson  <jas@extundo.com>
6619
6620         * mml.el (mml-preview): Bind message-this-is-news if it is
6621         news. From Jesper Harder <harder@myrealbox.com>.
6622
6623 2001-10-28  Simon Josefsson  <jas@extundo.com>
6624
6625         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
6626
6627 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
6628
6629         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
6630         ironic smilies.
6631
6632 2001-10-27  Simon Josefsson  <jas@extundo.com>
6633
6634         * message.el (message-indent-citation): Don't add trailing
6635         whitespace when citing text.
6636
6637         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
6638         <harder@ifa.au.dk>.
6639
6640 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6641
6642         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
6643         not available.
6644         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
6645         (nnweb-type-definition): Add google as alias of dejanews.
6646         (nnweb-google-parse-1): Forward 1 line.
6647
6648 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6649
6650         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
6651         variable `message-forward-ignored-headers'.
6652
6653 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
6654
6655         * gnus.el (gnus-expand-group-parameter): New function.
6656         (gnus-expand-group-parameters): Call it.
6657         (gnus-group-fast-parameter): New function.
6658         (gnus-group-find-parameter): Call it.
6659
6660 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
6661
6662         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
6663         vector (it didn't before because of a bug).
6664         * gnus-msg.el (gnus-post-news): Use header vector directly, if
6665         available.  Before it converted it to an article number.
6666
6667         This makes followup to news articles with negative numbers in
6668         nnvirtual groups use news instead of mail.
6669
6670 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
6671
6672         * gnus.el (post-method): Use `native' instead of `nil'.
6673
6674         * gnus-msg.el (gnus-post-method): Ditto.
6675
6676 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
6677
6678         * gnus.el (gnus-define-group-parameter): Grammar fix.
6679
6680 2001-10-22  Simon Josefsson  <jas@extundo.com>
6681
6682         * gnus-msg.el (gnus-extended-version): Include
6683         system-configuration.
6684         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
6685
6686 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
6687
6688         * gnus.el (post-method): Customization fix: `native' is not a
6689         valid value.
6690         * gnus-msg.el (gnus-post-method): Doc and customization fix:
6691         `native' is not a valid value.
6692
6693 2001-10-21  Simon Josefsson  <jas@extundo.com>
6694
6695         * nnimap.el (nnimap): Defgroup
6696         (nnimap-strict-function, nnimap-strict-function-match): New
6697         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
6698         (nnimap-split-crosspost, nnimap-split-inbox)
6699         (nnimap-split-rule, nnimap-split-predicate)
6700         (nnimap-split-predicate): Defcustom.
6701         (nnimap-split-inbox, nnimap-expunge-search-string)
6702         (nnimap-importantize-dormant): Remove "*" from doc.
6703
6704 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6705
6706         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
6707         not supplied via prefix arg.  From Lisp, make arg mandatory.
6708         Suggested by Frank Schmitt.
6709
6710 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
6711
6712         * message.el (message-do-auto-fill): Avoid calling
6713         'rfc822-goto-eoh'.
6714
6715 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6716         From Paul Jarc <prj@po.cwru.edu>.
6717
6718         * message.el (message-get-reply-headers): Restructure the logic
6719         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
6720
6721 2001-10-20  Simon Josefsson  <jas@extundo.com>
6722
6723         * message.el (message-cancel-news): Support cancel-locks.
6724         Suggested by Per Abrahamsson.
6725
6726         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
6727         conses.  From David Z Maze <dmaze@MIT.EDU>.
6728
6729         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
6730
6731 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
6732
6733         * mm-decode.el (mm-default-directory): Fix customize type.
6734
6735         * message.el (message-setup-fill-variables): Kludge to use
6736         normal-auto-fill-function even if auto fill is already activated.
6737
6738 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
6739
6740         * message.el (message-do-auto-fill): New version that does not
6741         rely on text properties, by Simon Josefsson <jas@extundo.com>.
6742         (message-setup-1): Removed the `message-field' property.
6743
6744         * gnus-draft.el (gnus-draft-edit-message): Removed the
6745         `message-field' property.
6746
6747 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
6748
6749         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
6750         `message-field'.  The `field' property has a special significance in
6751         Emacs 21.
6752
6753         * message.el (message-send, message-setup-1): Ditto.
6754
6755 2001-10-18  Simon Josefsson  <jas@extundo.com>
6756
6757         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
6758         when undoing.
6759
6760 2001-10-18  Simon Josefsson  <jas@extundo.com>
6761         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
6762
6763         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
6764         (gnus-summary-make-menu-bar): Ditto.
6765
6766 2001-10-17  Simon Josefsson  <jas@extundo.com>
6767
6768         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
6769         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
6770
6771 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6772
6773         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
6774         * gnus-util.el (gnus-user-date): New function.
6775         From Frank Schmitt <usenet@Frank-Schmitt.net>.
6776
6777 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
6778
6779         * message.el (message-check-news-header-syntax): Special case
6780         nnvirtual groups.
6781
6782         * gnus-sum.el (gnus-summary-respool-default-method): Changed
6783         customize type to `symbol'.
6784
6785 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6786
6787         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
6788         %&foo;.
6789         (gnus-parse-simple-format): Support user extended spec too.
6790         %u&foo; invokes gnus-user-format-function-foo.
6791
6792 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6793
6794         * nnml.el (nnml-request-expire-articles): Make sure it is back to
6795         the server.
6796         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
6797         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6798         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
6799         * nndiary.el (nndiary-request-expire-articles): Ditto.
6800         (nndiary-schedule): Defsubst it before use it.
6801         (nndiary-error): eval-and-compile.
6802
6803 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
6804
6805         * gnus-msg.el (gnus-post-method): Changed two instances of
6806         `active' to `current' and one `null' to `not'.
6807
6808 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6809         From Katsumi Yamaoka <yamaoka@jpl.org>.
6810
6811         * message.el (message-setup-fill-variables): Use
6812         `normal-auto-fill-function' instead of `auto-fill-function'.
6813
6814 2001-10-16  Simon Josefsson  <jas@extundo.com>
6815
6816         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
6817         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
6818         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
6819
6820 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6821         Patch by Oliver Scholz <oscholz@my.gnus.org>.
6822
6823         * gnus-draft.el (gnus-draft-edit-message): Add text property
6824         `field' with value `header' to message headers.
6825         * message.el (message-setup-1): Really add text property to all of
6826         the header, not just part of it.
6827
6828 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6829
6830         * gnus-group.el (gnus-group-sort-by-server): Use it.
6831
6832         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
6833
6834         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
6835         and keystroke.
6836
6837 2001-10-14  Simon Josefsson  <jas@extundo.com>
6838
6839         * dig.el: Doc fix.
6840
6841         * smime.el: Doc fix.
6842
6843         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
6844         charset magic from message.el.
6845
6846 2001-10-12  Simon Josefsson  <jas@extundo.com>
6847         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
6848
6849         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
6850         'cite from g-a-wash-types.
6851         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
6852         (gnus-article-hide-citation): Fix.
6853
6854         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
6855         character.
6856         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
6857
6858         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
6859         definition.
6860         (gnus-signature-toggle): Toggle `s' mode line character.
6861
6862         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
6863         doing stuff that clears it.
6864
6865 2001-10-12  Simon Josefsson  <jas@extundo.com>
6866
6867         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
6868         From Eric Marsden <emarsden@laas.fr>.
6869
6870 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6871
6872         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
6873         (autoload): Add some autoloads.
6874
6875 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6876         Suggested by Oliver Scholz <epameinondas@gmx.de>.
6877
6878         * message.el (message-do-auto-fill): New function.  Like
6879         `do-auto-fill' but don't fill when in the message header.
6880         (message-setup-1): Put a text property on the message header.
6881         (message-setup-fill-variables): Use `message-do-auto-fill'.
6882
6883 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6884
6885         * message.el (message-send-mail-partially): Insert an empty line
6886         first, because of the change of message-make-lines.
6887
6888 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
6889
6890         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
6891         iso-8859-15, make it an alias for iso-8859-1.
6892
6893 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6894
6895         * message.el (message-send-news): Don't modify the value of
6896         `message-syntax-checks' if it is not a list (possibly it is
6897         `dont-check-for-anything-just-trust-me').
6898
6899 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6900
6901         * gnus-group.el (gnus-group-name-charset-group-alist): Use
6902         `find-coding-system' for XEmacs to check whether the coding-system
6903         `utf-8' is available.
6904
6905 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6906
6907         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
6908
6909 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
6910
6911         * message.el (message-send-news): Oops, missed case with no
6912         "Followup-To" header...
6913
6914 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
6915
6916         * message.el (message-send-news): Allow
6917         `gnus-group-name-charset-group-alist' to affect encoding of the
6918         "Newsgroups" and "Followup-To" headers.
6919
6920 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6921
6922         * Makefile.in (install-el): Depend on gnus-load.el.
6923
6924 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6925
6926         * Makefile.in (install-el): Use -f.
6927         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
6928
6929 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
6930
6931         * message.el (message-send-news): Don't encode Followups-To when
6932         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
6933
6934         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
6935         header.
6936
6937         * gnus-art.el (article-decode-group-name): Also decode
6938         "Followup-To".
6939
6940         * rfc2047.el (rfc2047-encode-message-header): Encode without
6941         asking for null methods.
6942
6943         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
6944         default charset for newsgroup names in accordance with USEFOR.
6945
6946         * gnus-group.el (gnus-group-name-charset-method-alist,
6947         gnus-group-name-charset-group-alist): Removed "*" from doc
6948         strings, "*" should not be used for complex variables.
6949
6950 2001-10-06  Simon Josefsson  <jas@extundo.com>
6951
6952         Support UTF-8 group names better.
6953
6954         * message.el (message-check-news-header-syntax): Encode group
6955         names before comparison.
6956
6957         * gnus-msg.el (gnus-copy-article-buffer): Run all
6958         `gnus-article-decode-hook's except `article-decode-charset'
6959         instead of hardcoding call to one of them.
6960
6961         * gnus-art.el (gnus-article-decode-hook): Add
6962         `article-decode-group-name'.
6963         (article-decode-group-name): New function, use `g-d-n'.
6964
6965         * gnus-group.el (gnus-group-insert-group-line): Decode
6966         gnus-tmp-group using `g-d-n'.
6967
6968         * gnus-util.el (gnus-decode-newsgroups): New function.
6969
6970 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
6971
6972         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
6973         `gnus-group-name-charset-group-alist'.
6974
6975 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6976
6977         * Makefile.in: Install el in install. Add uninstall.
6978
6979 2001-10-05  Simon Josefsson  <jas@extundo.com>
6980
6981         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
6982
6983         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
6984
6985         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
6986         empty folders.
6987
6988         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
6989         limiting if read-all (C-u RET) was used.
6990
6991 2001-10-04  Simon Josefsson  <jas@extundo.com>
6992
6993         * mail-source.el (mail-source-movemail-program): New variable.
6994         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
6995         <thutt@thutt.vmware.com>.
6996
6997 2001-10-03  Simon Josefsson  <jas@extundo.com>
6998
6999         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
7000         (gnus-summary-line-format-alist): Fix param.
7001
7002 2001-10-02  Simon Josefsson  <jas@extundo.com>
7003
7004         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
7005         don't go through `nnimap-request-expire-articles' to delete the
7006         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
7007
7008 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7009
7010         * gnus-agent.el (gnus-agent-write-active): The min in the
7011         agent/active may be larger than that in the server/active.
7012
7013 2001-10-01  Simon Josefsson  <jas@extundo.com>
7014
7015         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
7016         is IMAP4rev1.
7017
7018         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
7019
7020         * nnfolder.el: Ditto.
7021
7022 2001-09-30  Dan Christensen  <jdc@uwo.ca>
7023
7024         * gnus-sum.el (gnus-summary-extract-address-component): New function.
7025         (gnus-summary-from-or-to-or-newsgroups): Optimize.
7026
7027 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7028
7029         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
7030         (message-mode-menu): Menu item for same.
7031
7032         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
7033         delayed articles.
7034
7035         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
7036         nndraft:delayed does not exist.
7037         (gnus-delay-initialize): Don't set up keymap, that's done from
7038         message.el now.
7039         (gnus-delay, gnus-delay-group, gnus-delay-header)
7040         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
7041
7042 2001-09-29  Simon Josefsson  <jas@extundo.com>
7043
7044         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
7045         utf-8, not eight-bit-control.
7046
7047         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
7048         (imap-log, imap-debug): Custom.
7049         (imap-log-buffer, imap-debug-buffer): New constants.
7050         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
7051         (imap-network-open, imap-shell-open, imap-starttls-open)
7052         (imap-send-command-1, imap-send-command, imap-arrival-filter)
7053         (imap-debug): Use imap-*-buffer.
7054
7055         * nndoc.el (nndoc-article-type): Add mailman.
7056         (nndoc-type-alist): Ditto.
7057         (nndoc-mailman-type-p): New function.
7058
7059 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7060
7061         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
7062         gnus-art.el.
7063
7064 2001-09-27  Simon Josefsson  <jas@extundo.com>
7065
7066         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
7067         (gnus-topic-catchup-articles): New function. Suggested by Robin
7068         S. Socha <robin-dated-1001857693.185e29@socha.net>.
7069
7070 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7071         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
7072
7073         * gnus-ems.el (gnus-article-display-xface): Insert xface after
7074         previous ones.
7075
7076 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7077         From Daiki Ueno  <ueno@unixuser.org>
7078
7079         * gnus-sum.el (gnus-summary-show-article): The arglist of
7080         detect-coding-region is incompatible.
7081
7082 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7083         From Katsuhiro Hermit Endo <hermit@koka-in.org>
7084
7085         * gnus-group.el (gnus-group-delete-group): Typo.
7086
7087 2001-09-26  Simon Josefsson  <jas@extundo.com>
7088
7089         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
7090
7091         * nnimap.el (nnimap-expiry-target): Use temp buffer.
7092
7093 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7094
7095         * gnus-cus.el (gnus-group-parameters): Display as sexp.
7096
7097 2001-09-22  Simon Josefsson  <jas@extundo.com>
7098
7099         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
7100
7101         * nnfolder.el (nnfolder-open-marks): Ditto.
7102
7103         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
7104         (gnus-update-marks): Use it.
7105         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
7106         hardcoded list.
7107
7108         * gnus.el (gnus-article-special-mark-lists): Add killed.
7109         (gnus-article-unpropagated-mark-lists): New constant.
7110
7111 2001-09-22  Simon Josefsson  <jas@extundo.com>
7112
7113         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
7114         custom option.
7115
7116 2001-09-23  Simon Josefsson  <jas@extundo.com>
7117
7118         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
7119
7120 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7121
7122         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
7123
7124 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
7125
7126         * gnus-group.el (gnus-group-sort-function): Fix customize type to
7127         accept lists of functions.
7128
7129 2001-09-20  Simon Josefsson  <jas@extundo.com>
7130
7131         * gnus-group.el (gnus-group-catchup): Update expire marks in
7132         backend.  Also, if ALL also set expire marks on tick/dormant.
7133
7134 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7135
7136         * message.el (message-tab-body-function): New variable.
7137         * message.el (message-tab): Use it.
7138
7139 2001-09-19  Sam Steingold  <sds@gnu.org>
7140
7141         * gnus-win.el (gnus-buffer-configuration): Respect
7142         `gnus-bug-create-help-buffer'.
7143
7144 2001-09-18  Simon Josefsson  <jas@extundo.com>
7145
7146         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
7147         (gnus-parse-simple-format): Re-revert.
7148
7149 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
7150         Trivial patch.
7151
7152         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
7153         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
7154
7155 2001-09-18  Simon Josefsson  <jas@extundo.com>
7156
7157         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
7158         signed.
7159         (gnus-parse-simple-format): Don't use it.
7160
7161 2001-09-17  Miles Bader  <miles@gnu.org>
7162
7163         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
7164         error querying a backend abort the whole process.
7165
7166 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7167
7168         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
7169         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
7170
7171 2001-09-17  Didier Verna  <didier@xemacs.org>
7172
7173         * nndiary.el: version 0.2-b14.
7174         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
7175         compatibility problem with XEmacs 21.1.
7176
7177 2001-09-15  Simon Josefsson  <jas@extundo.com>
7178
7179         * gnus-group.el (gnus-group-line-format): Document %c.
7180
7181         * nnml.el (nnml-parse-head): Handle CRLF files.
7182         (nnml-generate-nov-file): Ditto.
7183         (nnml-retrieve-headers): Ditto.
7184
7185 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
7186
7187         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
7188
7189 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
7190
7191         * gnus-spec.el (gnus-correct-substring): Still stopped one
7192         character before we wanted (never included last character).
7193         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
7194         add missing "," (once per function)
7195
7196 2001-09-14  Simon Josefsson  <jas@extundo.com>
7197
7198         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
7199         (otherwise e.g. gnus-agentize in .gnus overrides the customized
7200         default before gnus-group is loaded and the variable set.)
7201
7202         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
7203         killed or unsent marks.
7204
7205         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
7206         isn't an article to set it on (e.g. when you `a' in a group).
7207
7208 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7209
7210         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
7211         can read e-mails from Microsoft Outlook users not using ISO
7212         8859-2 character set.
7213
7214 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7215
7216         * gnus-diary.el: Minor modifications to avoid warnings.
7217         (gnus-summary-misc-menu): defvar.
7218         (gnus-diary-check-message): Use gnus-point-at-eol.
7219         (gnus-diary-kill-entire-line): eval-and-compile.
7220
7221 2001-09-12  Didier Verna  <didier@xemacs.org>
7222
7223         * nndiary.el: new version (0.2-b13).
7224         * nndiary.el (nndiary-mail-sources): doc update.
7225         * nndiary.el (nndiary-split-methods): ditto.
7226         * nndiary.el (nndiary-request-accept-article-hooks): New.
7227         * nndiary.el (nndiary-request-accept-article): use it, check
7228         message validity.
7229         * nndiary.el (nndiary-get-new-mail): changed default to nil.
7230         * nndiary.el (nndiary-schedule): fix bug (misplaced
7231         condition-case): it didn't return nil on error.
7232         * gnus-diary.el: new version.
7233         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
7234         * gnus-diary.el (gnus-diary-header-value-history): New.
7235         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
7236         * gnus-diary.el (gnus-diary-add-header): New.
7237         * gnus-diary.el (gnus-diary-check-message): New.
7238         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
7239         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
7240
7241 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7242
7243         * gnus-sum.el (gnus-select-newsgroup): Make
7244         `gnus-current-select-method' buffer-local.
7245
7246         * gnus-art.el (gnus-request-article-this-buffer): Refer
7247         `gnus-current-select-method' in the current summary buffer.
7248
7249 2001-09-10  Simon Josefsson  <jas@extundo.com>
7250         From Daniel Pittman <daniel@rimspace.net>
7251
7252         * gnus-spec.el (gnus-correct-pad-form): Fix.
7253
7254 2001-09-09  Simon Josefsson  <jas@extundo.com>
7255
7256         * mm-decode.el (mm-inline-media-tests): Add
7257         application/x-emacs-lisp.
7258         (mm-attachment-override-types): Add
7259         application/{x-,}pkcs7-signature.
7260
7261         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
7262         (gnus-server-line-format, gnus-server-mode-line-format)
7263         (gnus-server-browse-in-group-buffer): Customize.
7264
7265 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7266
7267         * nnml.el (nnml-marks-changed-p): Typo.
7268         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
7269         (nnml-marks-changed-p): Use gnus-gethash.
7270         (nnml-marks-modtime): Use gnus-make-hashtable.
7271
7272         * nnfolder.el (nnfolder-marks-changed-p): Typo.
7273         (nnfolder-request-expire-articles, nnfolder-save-marks)
7274         (nnfolder-open-marks): Typo.
7275         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
7276         (nnfolder-marks-changed-p): Use gnus-gethash.
7277         (nnfolder-marks-modtime): Use gnus-make-hashtable.
7278
7279 2001-09-08  Simon Josefsson  <jas@extundo.com>
7280
7281         * nnfolder.el (nnfolder-marks-modtime): New variable.
7282         (nnfolder-marks-changed-p): New function.
7283         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
7284         (nnfolder-request-update-info): Don't update if marks didn't change.
7285
7286         * nnml.el (nnml-marks-modtime): New variable.
7287         (nnml-marks-changed-p): New function.
7288         (nnml-save-marks, nnml-open-marks): Save modtime.
7289         (nnml-request-update-info): Don't update if marks didn't change.
7290
7291         * gnus-agent.el (gnus-agent-any-covered-gcc)
7292         (gnus-agent-add-server, gnus-agent-remove-server): Use
7293         gnus-agent-method-p.
7294
7295         * gnus-art.el (gnus-buttonized-mime-types): New variable.
7296         (gnus-unbuttonized-mime-type-p): Use it.
7297
7298         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
7299         fetch group.
7300
7301 2001-09-08  Simon Josefsson  <jas@extundo.com>
7302         From Daniel Pittman <daniel@rimspace.net>
7303
7304         * gnus-spec.el (gnus-correct-pad-form): New function.
7305         (gnus-parse-simple-format): Use it.
7306
7307 2001-09-07  Simon Josefsson  <jas@extundo.com>
7308
7309         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
7310         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
7311         Putnam <reader@newsguy.com>.
7312         (gnus-group-sort-selected-groups): Touch dribble file.
7313
7314 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
7315
7316         * nnml.el (nnml-filenames-are-evil): New variable.
7317         (nnml-article-to-file-alist): Rename to ...
7318         (nnml-current-group-article-to-file-alist): ... this.
7319         Respect `nnml-filenames-are-evil'.
7320         (nnml-active-number): Update.
7321         (nnml-update-file-alist): Update.
7322         (nnml-request-article): Use nnheader-article-to-file-alist.
7323         (nnml-request-rename-group): Likewise.
7324
7325 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7326
7327         * gnus-sum.el (gnus-summary-insert-line): Fix.
7328
7329 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
7330
7331         * gnus-sum.el: Bind g-s-t-s to "W g".
7332         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
7333         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
7334         display of graphical smilies.
7335
7336 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7337
7338         * gnus-start.el (gnus-setup-news): A typo.
7339         From Bill White <billw@wolfram.com>.
7340
7341 2001-09-06  Simon Josefsson  <jas@extundo.com>
7342
7343         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
7344         and unseen marks.
7345
7346 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7347
7348         * nnmail.el (nnmail-split-fancy): Document `junk'.
7349
7350 2001-09-04  Simon Josefsson  <jas@extundo.com>
7351
7352         * imap.el (imap-search): Don't error if server is broken.
7353
7354 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
7355
7356         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
7357         searching for an article that isn't in the mbox.
7358
7359 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7360
7361         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
7362         right, and get all the comments.
7363
7364 2001-09-02  Simon Josefsson  <jas@extundo.com>
7365         Suggested by Dan Christensen <jdc+news@uwo.ca>
7366
7367         * nnfolder.el (nnfolder-request-update-info): Fix message.
7368
7369         * nnml.el (nnml-request-update-info): Ditto.
7370
7371 2001-09-01  Simon Josefsson  <jas@extundo.com>
7372
7373         * nnml.el (nnml-request-expire-articles): Also bind
7374         `nnml-current-group' and `nnml-article-file-alist' when using
7375         expiry-target. (Otherwise nnml will be in a inconsistent internal
7376         state causing all kind of problems.)
7377         (nnml-request-expire-articles): If `nnml-article-to-file' or
7378         `file-attributes' failes, return article as un-expirable instead
7379         of treating it as expired.
7380
7381 2001-08-31  Sam Steingold  <sds@gnu.org>
7382
7383         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
7384         typo: `exmine' --> `examine'.
7385
7386 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7387
7388         * nndoc.el (nndoc-forward-type-p): It is not a digest.
7389
7390 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7391
7392         * nnml.el (nnml-check-directory-twice): Remove.
7393         (nnml-retrieve-headers): Ditto.
7394         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
7395
7396 2001-08-30  Andrew Innes  <andrewi@gnu.org>
7397
7398         * nnheader.el (nnheader-directory-files-is-safe): No need to read
7399         directory twice on Windows, or on GNU Emacs-21.
7400
7401 2001-08-30  Andrew Innes  <andrewi@gnu.org>
7402
7403         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
7404         (nnml-request-rename-group): Ditto.
7405         (nnml-active-number): Ditto.
7406         (nnml-request-create-group): Use nnml-directory-articles.
7407         (nnml-request-expire-articles): Use nnml-directory-articles, which
7408         gets list from nov database if available.
7409         (nnml-get-nov-buffer): New function.
7410         (nnml-open-nov): Use it.
7411         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
7412         gets alist from nov database if available.
7413         (nnml-directory-articles): New function.
7414         (nnml-article-to-file-alist): New function.
7415
7416 2001-08-30  Andrew Innes  <andrewi@gnu.org>
7417
7418         * mm-decode.el (mm-display-external): Use `name' as filename, if
7419         `filename' attribute is not present.
7420
7421 2001-08-30  Andrew Innes  <andrewi@gnu.org>
7422
7423         * mail-source.el (mail-source-flash): New defcustom.
7424         (mail-source-new-mail-p): Ring visible bell if appropriate.
7425         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
7426         timer is cleared even if mail check signals an error.
7427
7428 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7429
7430         * gnus-sum.el (gnus-summary-move-article): Only update marks of
7431         type 'list.
7432
7433 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7434
7435         * flow-fill.el (fill-flowed): eol might be point-max.
7436
7437 2001-08-27  Simon Josefsson  <jas@extundo.com>
7438
7439         * nnml.el (nnml-request-update-info): Fix message.
7440         (nnml-open-marks): Ditto.
7441
7442         * nnfolder.el (nnfolder-request-update-info):
7443         (nnfolder-open-marks): Fix message.
7444
7445 2001-08-25  Simon Josefsson  <jas@extundo.com>
7446
7447         * nnfolder.el (nnfolder-save-marks): Don't create directory named
7448         after group in ~/.
7449
7450 2001-08-25  Simon Josefsson  <jas@extundo.com>
7451         From Andreas Jaeger  <aj@suse.de>
7452
7453         * nnfolder.el (nnfolder-open-marks): Fix typo.
7454         * nnml.el (nnml-open-marks): Likewise.
7455
7456 2001-08-25  Simon Josefsson  <jas@extundo.com>
7457
7458         Make nnfolder groups self-contained as far as marks are concerned.
7459
7460         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
7461         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
7462         (nnfolder-open-server): Make marks directory.
7463         (nnfolder-request-delete-group): Delete marks file.
7464         (nnfolder-request-delete-group): Check of nov/marks file exist
7465         before deleting.
7466         (nnfolder-request-rename-group): Rename marks file.
7467         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
7468         (nnfolder-request-set-mark, nnfolder-request-update-info)
7469         (nnfolder-group-marks-pathname, nnfolder-save-marks)
7470         (nnfolder-open-marks): New functions.
7471         (top-level): Require gnus.
7472
7473 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7474
7475         * nnweb.el (nnweb-type-definition): Use google raw file.
7476         (nnweb-google-parse-1): Ditto.
7477         (nnweb-google-identity): Ditto.
7478         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
7479         (nnweb-altavista-wash-article): Ditto.
7480         (nnweb-request-article): Remove nnweb-decode-entities.
7481
7482         * nnml.el: Require 'gnus.
7483
7484 2001-08-25  Simon Josefsson  <jas@extundo.com>
7485
7486         * nnml.el (nnml-marks-is-evil): Add doc.
7487
7488 2001-08-25  Simon Josefsson  <jas@extundo.com>
7489
7490         * nnml.el (nnml-save-marks): Wrap saving marks in a
7491         condition-case, to allow user to start Gnus if saving marks failed
7492         for some reason.
7493
7494 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7495
7496         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
7497
7498         * gnus-group.el (gnus-update-group-mark-positions): Bind
7499         gnus-group-update-hook to nil.
7500
7501 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7502
7503         * mml.el (mml-generate-mime-1): Force as multibyte string.
7504
7505 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7506
7507         * gnus-sum.el (gnus-summary-insert-line)
7508         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
7509         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
7510
7511         * gnus-spec.el (gnus-correct-substring): Take optional END.
7512
7513         * nnrss.el (nnrss-request-article): Remove \n.
7514         (nnrss-retrieve-headers): Lines number is -1.
7515
7516 2001-08-24  Simon Josefsson  <jas@extundo.com>
7517
7518         * gnus-group.el (gnus-info-clear-data): Call
7519         nnfoo-request-set-mark to propagate marks.  Fix bug:
7520         `gnus-group-update-line' doesn't update read range unless we call
7521         `gnus-get-unread-articles-in-group' first.
7522
7523         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
7524         to server.
7525
7526 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7527
7528         * gnus-util.el (gnus-create-info-command): Return an interactive
7529         function.
7530
7531 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7532         From Katsumi Yamaoka <yamaoka@jpl.org>
7533
7534         * gnus-spec.el (gnus-parse-complex-format): Use equal.
7535
7536 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7537
7538         * gnus-sum.el (gnus-select-newsgroup): Use it.
7539
7540         * gnus-util.el (gnus-not-ignore): New function.
7541
7542         * lpath.el (featurep): Don't fbind char-int.
7543
7544         * gnus-util.el (gnus-create-info-command): New function.
7545
7546         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
7547         right node.
7548
7549         * gnus-sum.el (gnus-select-newsgroup): Clean up.
7550         (gnus-summary-limit-children): Use 'identity instead of `all'.
7551         (gnus-summary-limit-to-display-predicate): New command and
7552         keystroke.
7553
7554 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7555
7556         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
7557
7558         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
7559
7560 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7561
7562         * gnus-spec.el: Add the Gnus version.
7563         (gnus-update-format-specifications): If the Gnus version changes,
7564         nix out the format spec cache.
7565
7566         * gnus.el (gnus-continuum-version): Made into a command and
7567         optionalize the VERSION.
7568
7569         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
7570         the start of the lines.
7571
7572 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7573
7574         * gnus.el (gnus-visual-p): Define function before use of
7575         function.
7576
7577 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7578
7579         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
7580         (gnus-article-mark-to-type): New function.
7581         (gnus-update-missing-marks): Only update marks of type 'list.
7582
7583         * gnus.el (gnus-article-special-mark-lists): New variable.
7584
7585 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7586
7587         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
7588         (gnus-select-newsgroup): Still use 'all.
7589         (gnus-summary-initial-limit): Comparing with 'all.
7590
7591 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7592
7593         * gnus-start.el (gnus-activate-group): If dont-check, don't update
7594         active.
7595
7596 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7597
7598         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
7599         nnslashdot-*-retrieve-headers.
7600         (nnslashdot-request-article): Fix for slashcode 2.2.
7601         (nnslashdot-make-tuple): New function.
7602         (nnslashdot-read-groups): Use it.
7603
7604 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7605
7606         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
7607         list.
7608
7609         * gnus-sum.el (gnus-summary-move-article): Don't select article.
7610
7611 2001-08-20  Simon Josefsson  <jas@extundo.com>
7612
7613         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
7614         opened, error instead of continuing (and exploding later).
7615
7616 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7617
7618         * gnus.el (gnus-expand-group-parameters): Return the parameter
7619         list.
7620
7621         * gnus-sum.el (gnus-summary-show-article): Doc fix.
7622         (gnus-summary-show-article): Guess at charset if required.
7623
7624         * gnus-spec.el (gnus-correct-substring): Stopped one character
7625         before we wanted.
7626
7627 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7628
7629         * earcon.el (earcon-auto-play): Remove unused option.
7630
7631 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7632
7633         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
7634         message down in levels, since it happens very fast.
7635
7636         * smiley-ems.el (smiley-update-cache): Respect the symbol version
7637         of smiley-regexp-alist.
7638
7639         * mm-view.el (mm-inline-text): Ignore vcard errors.
7640
7641         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
7642
7643         * gnus-score.el (gnus-all-score-files): Use append instead of
7644         nconc.
7645
7646         * gnus.el (gnus-splash-face): Doc fix.
7647
7648         * mm-decode.el (mm-mailcap-command): Use
7649         mm-path-name-rewrite-functions.
7650         (mm-path-name-rewrite-functions): New variable.
7651
7652         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
7653         (gnus-complex-form-to-spec): Insert tab.
7654         (gnus-spec-tab): New function.
7655
7656         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
7657         entering the group.
7658
7659         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
7660         the positional spec.
7661         (gnus-parse-complex-format): React to %C.
7662
7663         * gnus-ems.el (gnus-char-width): Moved here.
7664
7665         * gnus-sum.el (gnus-select-newsgroup): Set
7666         gnus-newsgroup-articles.
7667         (gnus-unseen-mark): New variable.
7668         (gnus-newsgroup-unseen): Ditto.
7669         (gnus-newsgroup-seen): Ditto.
7670         (gnus-adjust-marked-articles): Use them.
7671         (gnus-update-marks): Use them.
7672         (gnus-summary-update-secondary-mark): Display.
7673         (gnus-summary-prepare-threads): Display.
7674
7675         * gnus-msg.el (gnus-inews-group-method): Use and return the
7676         method, not the server.
7677
7678 2001-08-19  Simon Josefsson  <jas@extundo.com>
7679
7680         * gnus-srvr.el (gnus-server-agent-face): New.
7681         (gnus-server-agent-face): New.
7682         (gnus-server-mode): Turn on font-lock-mode.
7683
7684         * gnus.el (gnus-server-visual): Add defgroup.
7685
7686 2001-08-19  Simon Josefsson  <jas@extundo.com>
7687         From Joe Casadonte <jcasadonte@northbound-train.com>
7688
7689         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
7690         gnus-server-denied-face): New.
7691         (gnus-server-opened-face, gnus-server-closed-face,
7692         gnus-server-denied-face): New.
7693         (gnus-server-font-lock-keywords): Add.
7694
7695 2001-08-19  Simon Josefsson  <jas@extundo.com>
7696
7697         * nnml.el (nnml-request-set-mark): Return nil.
7698         (nnml-save-marks): Use nnml-possibly-create-directory.
7699         (nnml-open-marks): Only work in temp buffer when inserting/reading
7700         .marks file.
7701
7702 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7703
7704         * gnus.el (gnus-expand-group-parameters): Fix.
7705
7706         * gnus-spec.el (gnus-char-width): New function.
7707         (gnus-correct-substring, gnus-correct-length): Use it.
7708
7709         * message.el (message-required-mail-headers): Fix doc.
7710
7711 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7712
7713         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
7714
7715         * mm-decode.el (mm-save-part-to-file): Insert the handle.
7716
7717 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7718
7719         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
7720         slashdot 2.2 (not fully fixed yet).
7721         (nnslashdot-request-article): Ditto.
7722
7723 2001-08-18  Simon Josefsson  <jas@extundo.com>
7724
7725         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
7726         nnimap.
7727
7728         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
7729         gnus-util.
7730         (nnimap-request-update-info-internal): Use new functions.
7731
7732         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
7733         new functions.
7734
7735 2001-08-18  Simon Josefsson  <jas@extundo.com>
7736
7737         Make nnml groups self-contained as far as marks are concerned.
7738
7739         * nnml.el (nnml-request-delete-group): Delete marks file.
7740         (nnml-request-rename-group): Move marks file.
7741         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
7742         variables.
7743         (nnml-request-set-mark, nnml-request-update-info): New server
7744         functions.
7745         (nnml-save-marks, nnml-open-marks): New functions.
7746
7747 2001-08-18  Simon Josefsson  <jas@extundo.com>
7748
7749         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
7750         `set' when setting marks.
7751
7752 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7753
7754         * gnus.el (gnus-info-find-node): Take an argument.
7755
7756         * gnus-art.el (gnus-button-handle-info): New function.
7757         (gnus-url-unhex-string): Replace "+" with " ".
7758
7759 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7760
7761         * message.el (message-check-news-header-syntax): Check bad From.
7762
7763 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7764
7765         * gnus-spec.el (gnus-correct-length): New function.
7766         (gnus-correct-substring): New function.
7767         (gnus-tilde-max-form): Use it.
7768
7769 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
7770
7771         * nnmh.el: Docstring changes as below.
7772
7773         * nnml.el: Docstring changes as below.
7774
7775         * nnbabyl.el: Docstring changes as below.
7776
7777         * nnmbox.el: Docstring changes as below.
7778
7779         * nnfolder.el: Added docstrings identifying each virtual server
7780         parameter.
7781
7782 2001-08-18  Simon Josefsson  <jas@extundo.com>
7783
7784         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
7785
7786 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
7787
7788         * message.el: rename "Abort Message" to "Postpone Message".
7789         Remove "Attach file as MIME" from Message menu, it's already in
7790         the MIME menu.
7791
7792 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7793
7794         * smime.el (smime-point-at-eol): eval-and-compile.
7795         (smime-make-temp-file): New function.
7796         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
7797         Use it.
7798
7799 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7800
7801         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
7802         (gnus-agent-summary-fetch-group): New command and keystroke.
7803
7804         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
7805         (gnus-mime-display-security): Make it respect
7806         gnus-unbuttonized-mime-type-p.
7807
7808         * gnus-sum.el (gnus-articles-to-read): Comments.
7809         (gnus-article-marked-p): New function.
7810         (gnus-summary-display-make-predicate): New function.
7811         (gnus-select-newsgroup): Use them.
7812
7813         * mm-decode.el (mm-save-part-to-file): Made it not error.
7814
7815 2001-08-17  Simon Josefsson  <jas@extundo.com>
7816
7817         * imap.el (imap-wait-for-tag): If process-status isn't open or
7818         run, return nil instead of sit-for looping.
7819
7820 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7821
7822         * lpath.el (featurep): fbind xml-parse-region.
7823
7824         * gnus.el (gnus-message-archive-method): Default to "archive".
7825         (gnus-message-archive-method): Doc fix.
7826         (gnus-parameters-get-parameter): Cleaned up.
7827         (gnus-expand-group-parameter): New function.
7828
7829         * gnus-start.el (gnus-setup-news): Push the archive server only
7830         the server list.
7831
7832         * mml.el (mml-menu): Changed name to "Attachments".
7833
7834         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
7835         when there is something to detroy.
7836
7837 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7838
7839         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
7840         nil.
7841
7842 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7843
7844         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
7845         which specifies a time today or tomorrow.
7846
7847 2001-08-15  Simon Josefsson  <jas@extundo.com>
7848         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
7849
7850         * gnus-agent.el (gnus-agent-make-mode-line-string)
7851         (gnus-agent-toggle-plugged): Use new API.
7852
7853 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7854
7855         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
7856         deadline has expired.
7857
7858 2001-08-12  Simon Josefsson  <jas@extundo.com>
7859         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
7860
7861         Support `recent' mark indicating newly arrived messages (to
7862         separate from old but unread messages).
7863
7864         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
7865         `nnmail-split-history' if recent is > 0.
7866         (nnimap-request-update-info-internal): Update `recent' marks.
7867         (nnimap-request-set-mark): Never set `recent' marks.
7868         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
7869         recent.
7870
7871         * gnus-sum.el (gnus-recent-mark): New mark.
7872         (gnus-newsgroup-recent): New variable.
7873         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
7874         (gnus-summary-prepare-threads): Mark recent articles.
7875         (gnus-summary-add-mark): Support recent.
7876         (gnus-summary-update-secondary-mark): Support recent.
7877
7878         * gnus.el (gnus-article-mark-lists): Add recent.
7879
7880 2001-08-12  Simon Josefsson  <jas@extundo.com>
7881
7882         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
7883         whether successful decoding took place.  Add doc.
7884
7885 2001-08-12  Simon Josefsson  <jas@extundo.com>
7886         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
7887
7888         * gnus.el (gnus-summary-line-format, gnus-parameters):
7889         * gnus-gl.el (gnus-summary-grouplens-line-format):
7890         * gnus-salt.el (gnus-summary-pick-line-format):
7891         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
7892
7893 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
7894         Committed by Kai Gro\e,b_\e(Bjohann.
7895
7896         * gnus-score.el (gnus-score-string): Fix `match' regexp
7897         for `extra' header case.
7898
7899 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7900
7901         * nnmbox.el (nnmbox-read-mbox): No warning.
7902
7903 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7904
7905         * nndoc.el (nndoc-article-type): Fix doc.
7906         (nndoc-generate-article-function): New variable.
7907         (nndoc-dissection-function): New variable.
7908         (nndoc-type-alist): Add oe-dbx.
7909         (nndoc-oe-dbx-type-p): New function.
7910         (nndoc-oe-dbx-dissection): New function.
7911         (nndoc-oe-dbx-generate-article): New function.
7912
7913 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7914
7915         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
7916         whether deadline has been reached.  Patch from Dan Nicolaescu
7917         <dann@godzilla.ics.uci.edu>.
7918
7919 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7920
7921         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
7922         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
7923         <rintaman@cs.Helsinki.FI>.
7924
7925         * mail-source.el (mail-source-movemail): The error buffer is
7926         modified, but nothing in it.
7927
7928 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7929
7930         * message.el (message-bogus-system-names): New variable.
7931         (message-make-fqdn): Use it.
7932
7933 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7934
7935         * nndraft.el (nndraft-request-group): Use
7936         nndraft-auto-save-file-name.
7937
7938 2001-08-09  Simon Josefsson  <jas@extundo.com>
7939
7940         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
7941         Don't ask whether to decrypt.  Just leave result in buffer (don't
7942         call mm).
7943
7944         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
7945         parts as well.
7946         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
7947         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
7948
7949 2001-08-09  Simon Josefsson  <jas@extundo.com>
7950
7951         * mm-decode.el (mm-insert-part): Return decoding success status.
7952         (mm-save-part-to-file): Error if decoding failed.
7953
7954 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7955
7956         * message.el (message-tab): Use indent-relative.
7957         (message-mode): Don't bind indent-line-function to indent-relative.
7958
7959 2001-08-09  Simon Josefsson  <jas@extundo.com>
7960
7961         * message.el (message-get-reply-headers): Fix string. Suggested by
7962         Christoph Conrad <cc@cli.de>.
7963
7964 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7965
7966         * message.el (message-tab): Use the current value of
7967         indent-line-function.
7968         (message-mode): Bind indent-line-function to indent-relative.
7969
7970 2001-08-08  Simon Josefsson  <jas@extundo.com>
7971
7972         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
7973         whether `imtest' is installed.
7974
7975 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
7976         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
7977
7978         * gnus-sum.el (gnus-summary-show-article): Call
7979         gnus-summary-update-secondary-secondary-mark.
7980         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
7981         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
7982
7983 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7984
7985         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
7986
7987         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
7988
7989         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
7990         <gerd@gnu.org>.
7991
7992         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
7993
7994         * gnus-util.el (gnus-output-to-rmail): Ditto.
7995         (gnus-output-to-mail): Ditto.
7996
7997         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
7998
7999 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
8000
8001         * message.el (message-indent-citation): Use
8002         `message-yank-cited-prefix' for empty lines.
8003
8004 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
8005
8006         * message.el (message-indent-citation): Quote only lines starting
8007         with ">" using `message-yank-cited-prefix'.
8008
8009 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
8010         Trivial patch.
8011
8012         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
8013         gnus-cache-fully-p.
8014
8015 2001-08-04  Simon Josefsson  <jas@extundo.com>
8016
8017         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
8018         file if it doesn't exist (by calling gnus-cache-read-active).
8019
8020 2001-08-04  Simon Josefsson  <jas@extundo.com>
8021
8022         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
8023         (gnus-cache-passively-or-fully-p): Removed.
8024         (gnus-cache-fully-p): Fix it.
8025
8026         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
8027
8028 2001-08-04  Simon Josefsson  <jas@extundo.com>
8029
8030         * gnus-cache.el (gnus-cache-fully-p)
8031         (gnus-cache-passively-or-fully-p): New functions.
8032         (gnus-cache-possibly-enter-article): Cosmetic change, use
8033         `g-c-p-o-f-p'.
8034         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
8035         was bogus (`g-c-p-a-a' does not change active info, just change
8036         the functions parameters).
8037         (gnus-cache-possibly-remove-articles-1): Make sure articles are
8038         not removed in groups that match `gnus-uncacheable-groups'.
8039
8040         Reported and modifications based on discussions with Nuutti
8041         Kotivuori <nuutti.kotivuori@smarttrust.com>.
8042
8043 2001-08-04  Simon Josefsson  <jas@extundo.com>
8044         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
8045
8046         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
8047         calls `gnus-cache-update-active' if bounds has been extended.
8048
8049 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8050
8051         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
8052         before remove.
8053         (gnus-mime-security-show-details): Ditto.
8054
8055 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8056
8057         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
8058         syntax.  Protect string-match against nil string and regexp.
8059
8060 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8061
8062         * mm-util.el (mm-find-charset-region): Remove control-1.
8063
8064 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8065
8066         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
8067
8068 2001-08-04  Simon Josefsson  <jas@extundo.com>
8069
8070         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
8071         buffer.  Delete MIME-Version header.
8072
8073 2001-08-03  Simon Josefsson  <jas@extundo.com>
8074
8075         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
8076         that is entered does not necessarily have the highest article
8077         number in the group, so use `gnus-cache-possibly-alter-active'
8078         instead of `gnus-cache-update-active'.
8079
8080 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8081
8082         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
8083
8084 2001-08-03  Simon Josefsson  <jas@extundo.com>
8085
8086         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
8087         menu.
8088
8089 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8090
8091         * gnus.el (post-method): New group parameter.  It also provides
8092         the user option `gnus-post-method-alist' and the internal function
8093         `gnus-parameter-post-method'.
8094
8095         * gnus-msg.el (gnus-post-method): Bind the value of
8096         `gnus-post-method' to the group parameter if it is defined.
8097
8098 2001-08-02  Simon Josefsson  <jas@extundo.com>
8099
8100         * smime.el (smime-extra-arguments): Removed.
8101         (smime-call-openssl-region): Don't use it.
8102
8103 2001-08-02  Simon Josefsson  <jas@extundo.com>
8104
8105         * smime.el (smime-sign-region): Handle stderr.
8106         (smime-encrypt-region): Ditto.
8107
8108         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
8109         match the ASN.1 length bytes.
8110         (mm-pkcs7-enveloped-magic): Ditto.
8111         (mm-view-pkcs7-get-type): Don't regexp quote.
8112
8113 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8114         From Andreas Fuchs <asf@void.at>
8115
8116         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
8117
8118 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8119
8120         * gnus-art.el (gnus-header-button-alist): References regexp.
8121
8122 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
8123
8124         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
8125         already fboundp.  Add INTERACTIVE arg to autoload form.
8126
8127 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8128
8129         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
8130
8131         * nnmail.el (nnmail-cache-open): Ditto.
8132
8133 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8134
8135         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
8136
8137 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8138
8139         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
8140
8141 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8142         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8143
8144         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
8145         (gnus-agent-toggle-plugged): Use it.
8146
8147 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
8148
8149         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
8150         (gnus-ding-file-coding-system): New variable.
8151         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
8152         (gnus-slave-save-newsrc): Use it.
8153
8154 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8155
8156         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
8157         syntax.
8158
8159 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8160         Originally from Andreas Fuchs <asf@void.at>
8161
8162         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
8163         (mml2015-gpg-pretty-print-fpr): New function.
8164         (mml2015-gpg-extract-signature-details): More details, rename from
8165         `m-g-e-from'.
8166         (mml2015-gpg-verify): Use them.
8167         (mml2015-gpg-clear-verify): Use them.
8168
8169 2001-07-31  Simon Josefsson  <jas@extundo.com>
8170
8171         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
8172         buffer when done.
8173
8174 2001-07-30  Simon Josefsson  <jas@extundo.com>
8175
8176         * smime.el (smime-call-openssl-region): Revert previous change,
8177         just pass on buf to `call-process-region'.
8178         (smime-verify-region): Doc fix.  Don't message stuff.  Use
8179         `smime-new-details-buffer'.  Inserts error messages into buffer.
8180         (smime-noverify-region): Ditto.
8181         (smime-decrypt-region): Ditto.  Handles stderr separately.
8182         (smime-verify-buffer, smime-noverify-buffer)
8183         (smime-decrypt-buffer): Doc fix.
8184         (smime-new-details-buffer): New function.
8185         (smime-pkcs7-region, smime-pkcs7-certificates-region)
8186         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
8187         (smime-sign-region, smime-encrypt-region): Don't use
8188         `insert-buffer'.
8189
8190         * mml-smime.el (mml-smime-verify): Fix security button strings.
8191
8192 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8193
8194         * gnus-art.el (gnus-mime-save-part-and-strip): Save
8195         gnus-article-mime-handles.
8196
8197 2001-07-29  Simon Josefsson  <jas@extundo.com>
8198
8199         * mail-source.el (top-level): Require message for message-directory.
8200         (mail-source-directory): Change default to message-directory.
8201
8202         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
8203         (smime-certificate-directory, smime-openssl-program)
8204         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
8205         (smime-extra-arguments): New variable.
8206         (smime-dns-server): Fix customize group.
8207         (smime-call-openssl-region): Use `smime-extra-arguments'.
8208
8209 2001-07-29  Simon Josefsson  <jas@extundo.com>
8210         From Vladimir Volovich <vvv@vsu.ru>
8211
8212         * smime.el (smime-call-openssl-region): Ignore stderr.
8213
8214 2001-07-29  Simon Josefsson  <jas@extundo.com>
8215         From Christoph Conrad <christoph.conrad@gmx.de>
8216
8217         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
8218         file.
8219
8220 2001-07-29  Simon Josefsson  <jas@extundo.com>
8221
8222         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
8223
8224         Support S/MIME decryption.
8225
8226         * mm-decode.el (mm-inline-media-tests):
8227         (mm-inlined-types):
8228         (mm-automatic-display):
8229         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
8230
8231         * mm-view.el (mm-pkcs7-signed-magic):
8232         (mm-pkcs7-enveloped-magic): New variables.
8233         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
8234         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
8235         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
8236         PKCS#7 blobs.
8237
8238         * smime.el (smime-decrypt-region): Expand keyfile.
8239
8240 2001-07-29  Simon Josefsson  <jas@extundo.com>
8241
8242         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
8243         `ssl.el' variables.
8244
8245         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
8246         but line instead of narrowing to it, because `nnmail-parse-active'
8247         calls widen.  Thanks to Christoph Conrad
8248         <christoph.conrad@gmx.de>.
8249
8250 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8251
8252         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
8253         for %B spec.
8254
8255         * gnus-sum.el (gnus-summary-prepare-threads): If
8256         gnus-sum-thread-tree-root is nil, use subject instead.
8257         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
8258         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
8259         (gnus-sum-thread-tree-leaf-with-other)
8260         (gnus-sum-thread-tree-single-leaf): Documentation.
8261         (gnus-sum-thread-tree-single-indent): Allow nil.
8262
8263 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8264
8265         * message.el (message-fill-paragraph): Do nothing if the user
8266         wants filladapt-mode.
8267
8268 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8269
8270         * mm-decode.el (mm-image-type-from-buffer): New function.
8271         (mm-get-image): Use it.
8272
8273 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8274
8275         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
8276
8277         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
8278         mm-display-parts too.
8279
8280 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8281
8282         * nnfolder.el (nnfolder-request-accept-article): Bind
8283         nntp-server-buffer.
8284
8285         * nnmail.el (nnmail-parse-active): Read from buffer instead of
8286         nntp-server-buffer.
8287
8288 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8289
8290         * message.el (message-check-news-header-syntax): Use
8291         message-post-method.
8292         (message-send-news): Bind message-post-method.
8293
8294 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8295
8296         * mml.el (mml-tweak-type-alist): New variable.
8297         (mml-tweak-function-alist): New variable.
8298         (mml-tweak-part): New function.
8299         (mml-generate-mime-1): Use it.
8300
8301 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8302
8303         * nnfolder.el (nnfolder-request-accept-article): Replace
8304         nnfolder-request-list.
8305
8306 2001-07-27  Simon Josefsson  <jas@extundo.com>
8307
8308         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
8309         nnoo-change-server failed to do it.
8310
8311 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8312
8313         * gnus.el (gnus-parameters): Make it customizable.
8314
8315 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8316
8317         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
8318
8319         * message.el (message-set-auto-save-file-name): More
8320         poor-system-types.
8321
8322         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
8323
8324         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
8325         supports +.
8326
8327 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8328
8329         * mm-decode.el (mm-readable-p): New function.
8330         (mm-inline-media-tests): Fix the default testers.
8331
8332 2001-07-26  Simon Josefsson  <jas@extundo.com>
8333
8334         * nnimap.el (nnimap-version): Bump version number.
8335
8336 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8337         From Steven E. Harris <seh@speakeasy.org>
8338
8339         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
8340         in M$Windows too.
8341
8342 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8343
8344         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
8345
8346 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8347
8348         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
8349
8350         * mm-decode.el (mm-get-image): Guess then use the type.
8351
8352         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
8353
8354 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
8355
8356         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
8357         display (%B) for threads if threading is off.
8358
8359 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8360         From Henrik Enberg <henrik@enberg.org>
8361
8362         * gnus-msg.el: Customization patch.
8363
8364 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
8365
8366         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
8367         variable.
8368         (nnmail-split-fancy-with-parent): Ignore certain groups.
8369
8370 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8371
8372         * gnus-util.el (gnus-byte-compile): New function.
8373         (gnus-use-byte-compile): New variable.
8374         (gnus-make-sort-function): Use it.
8375
8376         * nnmail.el (nnmail-get-new-mail): Use it.
8377
8378         * gnus-agent.el (gnus-category-make-function): Simple function or
8379         compiled function.
8380         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
8381
8382         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
8383         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
8384         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
8385
8386         * message.el (message-check-news-header-syntax): Remove quote.
8387
8388 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8389
8390         * message.el (message-use-mail-followup-to): `t' is not a
8391         documented value.
8392
8393 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8394
8395         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
8396
8397 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8398
8399         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
8400         there are long lines.
8401
8402 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8403
8404         * dgnushack.el (copy-list): New compiler macro.
8405
8406 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8407
8408         * message.el (message-bounce): If no Return-Path, the whole
8409         content is considered as the original message.
8410
8411         * nnml.el (nnml-check-directory-twice): New variable.
8412         (nnml-article-to-file): Use it.
8413         (nnml-retrieve-headers): Hack it.
8414
8415 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8416
8417         * gnus-win.el (gnus-buffer-configuration): New configure.
8418
8419         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
8420         not alive.
8421
8422         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
8423         (mm-display-external): Use display-term configure.
8424
8425 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8426
8427         * gnus-delay.el (gnus-delay-default-hour): New variable.
8428         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
8429
8430 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8431         From Karl Kleinpaste <karl@charcoal.com>
8432
8433         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
8434         (gnus-summary-prepare-threads): Ditto.
8435
8436         * gnus.el (gnus-summary-line-format): Add %B.
8437
8438 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8439
8440         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
8441
8442         * mm-util.el (mm-string-as-multibyte): New function.
8443
8444         * nnmh.el (nnmh-request-list-1): Encode, not decode!
8445
8446 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8447
8448         * mm-util.el (mm-universal-coding-system): New variable.
8449
8450         * gnus-start.el (gnus-startup-file-coding-system): Use it.
8451
8452         * score-mode.el (score-mode-coding-system): Use it.
8453
8454 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8455
8456         * gnus-start.el (gnus-setup-news): Call
8457         `gnus-check-bogus-newsgroups' just after the native server is
8458         opened.
8459
8460 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8461
8462         * nnmail.el (nnmail-do-request-post): Util function to be used by
8463         `nnchoke-request-post' for all nnmail-derived backends.
8464
8465         * nnml.el (nnml-request-post): Use it.
8466
8467         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
8468         backend, for it groks nnml-request-post.
8469
8470         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
8471         Treat `mail-post' backends like `mail' backends, not like `news'
8472         backends.
8473
8474 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8475
8476         * gnus-msg.el (gnus-setup-message): make-local-hook.
8477
8478 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8479
8480         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
8481         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
8482         <karl@charcoal.com>, slightly changed by Kai.
8483
8484         * message.el (message-check-news-header-syntax): When checking
8485         whether the groups exist, check the right server based on
8486         `gnus-post-method'.
8487
8488 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8489
8490         * gnus-delay.el: New file.
8491
8492 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8493
8494         * mm-util.el (mm-read-coding-system): Take two arguments.
8495
8496         * gnus-sum.el (gnus-summary-show-article): Use
8497         mm-read-coding-system.
8498
8499         * gnus-art.el (article-de-quoted-unreadable):
8500         (article-de-base64-unreadable, article-wash-html):
8501         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
8502
8503 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8504
8505         * nnml.el (nnml-request-post): New function.  Can be used for
8506         annotations in nnml groups.
8507
8508 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8509
8510         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
8511         command.
8512
8513         * gnus-start.el (gnus-find-new-newsgroups): Use
8514         `message-make-date' instead of `current-time-string'.
8515         (gnus-ask-server-for-new-groups): Ditto.
8516         (gnus-check-first-time-used): Ditto.
8517
8518 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8519
8520         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
8521
8522 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
8523
8524         * message.el (message-shorten-references): Change `maxcount' and
8525         `cut' to obey USEFOR draft 5.
8526
8527 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
8528
8529         * gnus-sum.el (gnus-summary-display-arrow): New variable.
8530         (gnus-summary-set-article-display-arrow): New function.
8531         (gnus-summary-goto-subject): Use it.
8532
8533 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8534
8535         * gnus-sum.el (gnus-summary-import-article): Insert date if
8536         doesn't exist.
8537
8538 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8539
8540         * mml.el (mml-content-type-parameters): New variable.
8541         (mml-content-disposition-parameters): New variable.
8542         (mml-insert-mime-headers): Use them.
8543         (mml-parse-1): Accept charset.
8544
8545 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8546
8547         * gnus-group.el (gnus-group-select-group): Doc fix.
8548
8549         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
8550
8551 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8552
8553         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
8554         to handle `define-derived-mode'.
8555
8556 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8557         From:  Stefan Monnier  <monnier@cs.yale.edu>
8558
8559         * message.el (message-mode): Use define-derived-mode.
8560         (message-tab): message-completion-alist.
8561
8562         * imap.el (imap-interactive-login): Use make-local-variable.
8563         (imap-open): Ditto.
8564         (imap-authenticate): Ditto.
8565
8566         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
8567
8568         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
8569
8570 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8571
8572         * message.el (message-citation-line-function): Refer to
8573         gnus-cite-attribution-suffix.
8574
8575 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8576
8577         * gnus-art.el,...: Error convention changes.
8578
8579 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8580
8581         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
8582
8583 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8584
8585         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
8586         (nnrss-read-server-data): Ditto.
8587
8588 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8589
8590         * gnus-setup.el (gnus-use-installed-gnus): Typo.
8591         * Cleanup files.
8592         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
8593
8594 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8595
8596         * gnus.el (gnus-summary-line-format): Add %o.
8597
8598         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
8599         unless shell outputs something.
8600
8601 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8602
8603         * gnus-art.el (gnus-boring-article-headers): Better doc.
8604         (article-hide-headers): Better regexp.
8605         Suggested by Matt Swift <swift@alum.mit.edu>.
8606
8607         * nnheader.el (nnheader-max-head-length): Better doc.
8608         (nnheader-header-value): Skip spaces.
8609         (nnheader-parse-head): Remove space.
8610         Suggested by Matt Swift <swift@alum.mit.edu>.
8611
8612         * gnus-sum.el (gnus-summary-show-raw-article): New function.
8613         (gnus-get-newsgroup-headers): Remove space.
8614
8615 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8616
8617         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
8618         (gnus-summary-reply): Use it.
8619         (gnus-summary-reply-broken-reply-to): New function.
8620         (gnus-msg-force-broken-reply-to): New function.
8621
8622         * mm-view.el (mm-inline-text): Showing as text/plain when error.
8623
8624 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8625
8626         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
8627
8628 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8629
8630         * mm-decode.el (mm-external-terminal-program): New variable.
8631         (mm-display-external): Use it. Use term to display when no
8632         window-system.
8633
8634 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
8635
8636         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
8637         Browse->Next entries to Browse->Prev
8638
8639 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8640
8641         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
8642
8643 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8644
8645         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
8646         for the default encoding.
8647
8648         * nnrss.el (nnrss-url-field): New field.
8649         (nnrss-request-article): Add newsgroups.
8650
8651         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
8652
8653 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8654
8655         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
8656
8657         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
8658         (gnus-draft-setup): Remove backlog.
8659
8660 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8661
8662         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
8663         Cleanup.
8664
8665 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8666
8667         * gnus-msg.el (gnus-bug): Erase buffer.
8668
8669         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
8670
8671 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8672
8673         * mm-decode.el (mm-attachment-override-p): Fix typo.
8674
8675 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
8676
8677         * gnus-kill.el (gnus-execute): Work with the extra headers.
8678         * gnus-sum.el (gnus-summary-execute-command): Ditto.
8679
8680 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8681
8682         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
8683         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
8684
8685         * message.el (message-send-mail-real-function): New variable.
8686         (message-send-mail-partially, message-send-mail):
8687
8688         * nngateway.el (nngateway-request-post): Use it.
8689
8690         * gnus-agent.el (gnus-agentize): Use it.
8691
8692         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
8693         (nnsoup-revert-variables): Use it.
8694
8695 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
8696
8697         * mm-decode.el (mm-inline-media-tests): Default to displaying as
8698         text/plain if the type doesn't match any other media types.
8699         (mm-inlined-types): Doc fix.
8700         (mm-display-inline): Revert previous change (now handled by a
8701         default type in `mm-inline-media-tests'.
8702         (mm-inlinable-p): Revive.
8703         (mm-display-part): Call `mm-inlinable-p'.
8704         (mm-attachment-override-p): Ditto.
8705         (mm-inlined-p): Doc fix.
8706
8707         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
8708         well as `mm-inlined-p'.
8709
8710 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8711
8712         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
8713         (nntp-send-command-and-decode): Use gnus-point-at-bol.
8714
8715 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8716         From  Paul Jarc <prj@po.cwru.edu>
8717
8718         * message.el (message-use-mail-followup-to): New variable.
8719         (message-get-reply-headers): Use it.
8720
8721 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
8722
8723         * nnheader.el (nnheader-init-server-buffer): Make sure the
8724         *nntpd* buffer is made multibyte instead of a random buffer.
8725
8726 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8727
8728         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
8729         when it returns headers.
8730
8731 2001-07-07  Simon Josefsson  <jas@extundo.com>
8732
8733         * rfc2047.el (rfc2047-encode-message-header): Skip header when
8734         trying to fold. Thanks to Colin Walters
8735         <walters@cis.ohio-state.edu>
8736
8737 2001-07-06  Simon Josefsson  <jas@extundo.com>
8738
8739         * imap.el (imap-parse-address-list, imap-parse-flag-list)
8740         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
8741         Add information in `assert's.
8742
8743         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
8744         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
8745         and `nnimap-group-overview-filename', should handle all
8746         change-of-uidvalidity related issues.  But there may be other
8747         problems.)
8748
8749 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
8750
8751         * rfc2047.el (rfc2047-encode-message-header): Don't include the
8752         header name when folding.
8753
8754 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
8755
8756         * mm-decode.el (mm-inlined-types): Document relationship with
8757         `mm-inline-media-tests'.
8758         (mm-display-inline): Default to displaying as plain text if no
8759         inlining handler is available.
8760         (mm-inlinable-p): Remove.
8761         (mm-inlined-p): Don't call `mm-inlinable-p'.
8762         (mm-automatic-display-p): Ditto.
8763         (mm-attachment-override-p): Ditto.
8764
8765 2001-07-04  Simon Josefsson  <jas@extundo.com>
8766
8767         * nnimap.el (nnimap-importantize-dormant): New variable.
8768         (nnimap-request-update-info-internal): Use it.
8769         (nnimap-request-set-mark): Ditto.
8770
8771 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
8772
8773         * nntp.el (nntp-send-command): don't pass a buffer argument to
8774         `point'. Only XEmacs accepts this.
8775         * nntp.el (nntp-send-command-nodelete): ditto.
8776         * nntp.el (nntp-send-command-and-decode): ditto.
8777
8778 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
8779
8780         * nntp.el (nntp-open-connection-function): doc update.
8781         * nntp.el (nntp-pre-command): New.
8782         * nntp.el (nntp-via-rlogin-command): New.
8783         * nntp.el (nntp-via-telnet-command): New.
8784         * nntp.el (nntp-via-telnet-switches): New.
8785         * nntp.el (nntp-via-user-name): New.
8786         * nntp.el (nntp-via-user-password): New.
8787         * nntp.el (nntp-via-address): New.
8788         * nntp.el (nntp-via-envuser): New.
8789         * nntp.el (nntp-via-shell-prompt): New.
8790         * nntp.el (nntp-open-telnet-stream): New.
8791         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
8792         * nntp.el (nntp-open-via-telnet-and-telnet): New.
8793         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
8794         * nntp.el (nntp-send-command): ditto.
8795         * nntp.el (nntp-send-command-nodelete): ditto.
8796         * nntp.el (nntp-send-command-and-decode): ditto.
8797
8798 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
8799         Trivial patch.
8800
8801         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
8802         `when'.
8803
8804 2001-07-03  Simon Josefsson  <jas@extundo.com>
8805         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
8806
8807         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
8808
8809 2001-07-03  Simon Josefsson  <jas@extundo.com>
8810
8811         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
8812         remove it (workaround XEmacs `fill-region' bug).
8813
8814 2001-07-01  Simon Josefsson  <jas@extundo.com>
8815
8816         * nnimap.el (nnimap-date-days-ago): Defeat locale.
8817
8818 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8819
8820         * mml2015.el (mml2015-format-error): New function.
8821         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
8822         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
8823         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
8824
8825 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8826
8827         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
8828         Suggested by Christoph Conrad <C.Conrad@cli.de>.
8829
8830         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
8831         group variables.
8832
8833 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8834
8835         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
8836
8837         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
8838         (nnrss-save-group-data): Ditto.
8839
8840         * gnus-agent.el (gnus-agent-save-alist): Ditto.
8841
8842 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8843
8844         * message.el (message-do-send-housekeeping): Narrow to headers.
8845
8846 2001-06-24  Simon Josefsson  <jas@extundo.com>
8847
8848         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
8849         insertion when breaking lines looked for " \t" instead of "[ \t]".
8850         (rfc2047-encode-message-header): Fold lines even if
8851         no QP encoding is done.
8852
8853 2001-06-23  Simon Josefsson  <jas@extundo.com>
8854         From Samuel Tardieu <sam@inf.enst.fr>
8855
8856         * smime.el (smime-keys): Support additional certificates.
8857         (smime-make-certfiles): New function.
8858         (smime-sign-region): Use previous variables.
8859         (smime-get-certfiles): New function.
8860         (smime-sign-buffer): Use it.
8861         (smime-verify-region): Support both CAfile and CApath.
8862
8863 2001-06-23  Simon Josefsson  <jas@extundo.com>
8864
8865         * smime.el (smime-decrypt-region): Perhaps work.
8866
8867 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8868
8869         * gnus-msg.el (gnus-copy-article-buffer): Typo.
8870
8871 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
8872
8873         * mm-decode.el (mm-save-part): Rewrite file name.
8874         (mm-file-name-rewrite-functions): New variable.
8875         (mm-file-name-delete-whitespace): New function.
8876         (mm-file-name-trim-whitespace): New function.
8877         (mm-file-name-collapse-whitespace): New function.
8878         (mm-file-name-replace-whitespace): New variable and function.
8879
8880 2001-06-22  Simon Josefsson  <jas@extundo.com>
8881
8882         * message.el (message-make-date): Workaround locale for weekdays.
8883
8884 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8885
8886         * message.el (message-goto-body): Return nil if not found. (revert!)
8887
8888 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8889         From Fremlin <chief@bandits.org>
8890
8891         * message.el (message-goto-body): Some messages have no header.
8892
8893         * gnus-msg.el (gnus-copy-article-buffer): Use it.
8894
8895 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
8896
8897         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
8898
8899 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8900
8901         * message.el (message-make-date): Add week day.
8902         Suggested by Jason R. Mastaler <jason@mastaler.com>.
8903
8904 2001-06-19  Simon Josefsson  <jas@extundo.com>
8905
8906         * message.el (message-yank-prefix): Doc fix.
8907         (message-yank-cited-prefix): Ditto.
8908         (message-delete-not-region): Keep citation prefix on first line,
8909         if possible and appropriate.
8910
8911 2001-06-19  Simon Josefsson  <jas@extundo.com>
8912
8913         * imap.el (imap-process-connection-type): New variable.
8914         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
8915         recent `imtest's work completely (no line length issues), while
8916         making making old `imtest's unusable.  Thanks to NAGY Andras
8917         <nagya@inf.elte.hu> for his work.
8918
8919 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
8920
8921         * imap.el (imap-ssl-program): Add -quiet to shut up
8922         OpenSSL/SSLeay's internal debug talk.
8923
8924 2001-06-19  Matt Armstrong  <matt@lickey.com>
8925
8926         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
8927         server.
8928
8929 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8930
8931         * nnmail.el (nnmail-article-buffer): New variable.
8932         (nnmail-split-incoming): Use it.
8933
8934 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
8935
8936         * qp.el (quoted-printable-decode-region): If called interactively,
8937         use coding-system-for-read.
8938
8939 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8940
8941         * message.el (message-check-news-header-syntax): Check Reply-To.
8942
8943 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8944
8945         * mml.el (mml-parse-1): Use message options.
8946
8947         * message.el (message-do-fcc): Don't do anything if there is no
8948         FCC.
8949
8950 2001-06-16  Simon Josefsson  <jas@extundo.com>
8951
8952         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
8953         (nnimap-expunge-search-string): New variable.
8954         (nnimap-request-expire-articles): Use it.
8955
8956 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8957
8958         * message.el (message-send-mail-with-qmail): wrong exit status is
8959         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
8960
8961 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8962
8963         * gnus-art.el (article-strip-multiple-blank-lines): Use
8964         delete-region instead of replace-match.
8965
8966 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8967
8968         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
8969         (nnweb-google-wash-article): Ditto.
8970
8971 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
8972
8973         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
8974
8975 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8976
8977         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
8978         specs.
8979
8980 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8981
8982         * gnus.el (gnus-email-address): Move it here.
8983
8984         * gnus-art.el (article-de-quoted-unreadable): Read charset if
8985         requested.
8986         (article-de-base64-unreadable): Ditto.
8987         (article-wash-html): Ditto.
8988
8989 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8990
8991         * message.el (message-options-set-recipient): Don't add ", "
8992         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
8993
8994 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8995
8996         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
8997
8998 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8999
9000         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
9001         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
9002
9003         * nnrss.el (nnrss-node-text): Node might be nil.
9004
9005 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9006
9007         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
9008         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
9009
9010         * nnrss.el (nnrss-group-alist): More items.
9011
9012 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9013
9014         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
9015
9016 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
9017         Trivial patch from Dale Hagglund  <rdh@best.com>
9018
9019         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
9020         restrict clauses.
9021
9022 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9023
9024         From Benjamin Rutt <brutt+news@bloomington.in.us>
9025
9026         * message.el (message-wide-reply-confirm-recipients): New variable.
9027
9028 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
9029         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
9030
9031         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
9032         fix so it works with XEmacs.
9033
9034 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9035
9036         * nnrss.el (nnrss-retrieve-headers): Support description as extra
9037         headers.
9038
9039 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9040
9041         * nnrss.el: Fix a few bugs.
9042
9043 2001-06-05  Simon Josefsson  <jas@extundo.com>
9044
9045         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
9046         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
9047
9048 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
9049
9050         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
9051         binary so that we don't transmit ISO 2022 garbage to the process.
9052         This is needed under XEmacs.
9053
9054 2001-06-03  Simon Josefsson  <simon@josefsson.org>
9055
9056         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
9057         autoloaded incorrectly below because ssl-program-* is bound.)
9058         Thanks to Amos Gouaux for report.
9059
9060 2001-06-02  Simon Josefsson  <simon@josefsson.org>
9061
9062         * imap.el (imap-kerberos4-open):
9063         (imap-gssapi-open):
9064         (imap-ssl-open):
9065         (imap-network-open):
9066         (imap-shell-open):
9067         (imap-starttls-open): Set buffer to workaround spurious
9068         `accept-process-output' buffer changes.  Thanks to Mats Lidell
9069         <Mats.Lidell@contactor.se> for report and partial patch and Jake
9070         Colman <colman@ppllc.com> for report.
9071
9072 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9073
9074         * gnus-sum.el (gnus-summary-catchup): New argument.
9075         (gnus-summary-catchup-from-here): New function.
9076
9077 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9078
9079         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
9080         back, then insert glyph.  (Before, the glyph was inserted first,
9081         then the newline.)  This works around a behavior in XEmacs where
9082         it is not possible to insert a character after a glyph which is at
9083         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
9084
9085 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9086
9087         From Jaap-Henk Hoepman (jhh@xs4all.nl).
9088
9089         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
9090         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
9091         mm-destroy-postponed-undisplay-list): New functions.
9092         (mm-display-external): Use them.
9093
9094 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9095
9096         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
9097         `default-low' when evaluating `gnus-summary-highlight'.
9098         From Raja R Harinath <harinath@cs.umn.edu>.
9099
9100 2001-05-27  Simon Josefsson  <simon@josefsson.org>
9101
9102         * message.el (message-yank-cited-prefix): New variable.
9103         (message-indent-citation): Use it.
9104
9105         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
9106         as details.
9107         (mml2015-mailcrypt-clear-verify): Ditto.
9108
9109 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9110         From Nevin Kapur <nevin@jhu.edu>.
9111
9112         * gnus-sum.el (gnus-summary-default-high-score,
9113         gnus-summary-default-low-score): New variables.
9114         (gnus-summary-highlight): Use them.
9115
9116 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
9117
9118         * message.el (message-mail): pass the 'send-actions argument to
9119         `message-setup'.
9120
9121 2001-05-16  Simon Josefsson  <simon@josefsson.org>
9122         From Raymond Scholz <ray-2001@zonix.de>
9123
9124         * gnus-art.el (gnus-mime-view-part-as-charset):
9125         (gnus-mime-internalize-part): Doc fixes.
9126
9127 2001-05-11  Simon Josefsson  <simon@josefsson.org>
9128
9129         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
9130         status lines without any text ("^215$").
9131
9132 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9133
9134         * nnrss.el (nnrss-check-group): Reverse.
9135
9136 2001-05-07  Simon Josefsson  <simon@josefsson.org>
9137
9138         * message.el (message-get-reply-headers):
9139         (message-followup): Fix typo, suggested by David Green
9140         <dgreen@uab.edu>
9141
9142 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9143
9144         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
9145
9146         * nnrss.el (nnrss-open-server): Read server data when it is called.
9147         (nnrss-request-expire-articles): Fix.
9148
9149 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9150
9151         * message.el (message-do-send-housekeeping): mail-abbrevs may
9152         rename buffer behind Gnus.
9153
9154 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9155
9156         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
9157         (nnrss-group-alist): Add more resources.
9158         (nnrss-check-group): Ignore errors.
9159
9160 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9161
9162         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
9163
9164         * nnslashdot.el (nnslashdot-request-list): Add time.
9165         (nnslashdot-request-expire-articles): New function.
9166
9167         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
9168         secondary methods too.
9169
9170 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9171
9172         * message.el (message-use-followup-to): Set default value to t.
9173
9174 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
9175
9176         * message.el (message-dont-reply-to-names): Fix documentation.
9177         (message-get-reply-headers): Use Mail-Followup-To only for wide
9178         replies.
9179
9180 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9181
9182         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
9183         correctly.
9184         (nnrss-check-group): Use time.
9185
9186 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9187
9188         * gnus.el: Oort Gnus v0.03 is released.
9189
9190 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9191
9192         * nnultimate.el (nnultimate-topic-article-to-article): Use the
9193         group.
9194
9195 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9196
9197         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
9198
9199 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9200
9201         * nnultimate.el (nnultimate-retrieve-headers): Return all
9202         available headers.
9203
9204         * gnus-sum.el (gnus-read-all-available-headers): New variable.
9205         (gnus-get-newsgroup-headers-xover): Use it.
9206
9207 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9208
9209         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
9210
9211 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9212
9213         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
9214
9215 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9216
9217         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
9218         disable it.
9219
9220         * gnus.el (gnus-info-nodes): Remove a few The's.
9221
9222 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9223
9224         * mail-source.el (mail-source-movemail): Call-process may return a
9225         signal description string.
9226
9227         * gnus-start.el (gnus-read-newsrc-el-file):
9228         gnus-newsrc-file-version may be nil.
9229
9230         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
9231         Suggested by Michael Sperber [Mr. Preprocessor]
9232         <sperber@informatik.uni-tuebingen.de>.
9233
9234 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
9235
9236         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
9237
9238 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
9239
9240         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
9241         fontify HANDLE.
9242
9243 2001-04-18  Simon Josefsson  <simon@josefsson.org>
9244
9245         * smime.el (smime-ask-passphrase): Rework to return value.
9246         (smime-sign-region): Rework to bind value and use it.
9247         (smime-decrypt-region): Ditto.
9248
9249 2001-04-18  Simon Josefsson  <simon@josefsson.org>
9250         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
9251
9252         * smime.el (smime-ask-passphrase): New function.
9253         (smime-sign-region): Use it.
9254         (smime-encrypt-cipher): New variable.
9255         (smime-decrypt-region): Ditto.
9256
9257 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
9258         Committed by Simon Josefsson  <simon@josefsson.org>
9259
9260         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
9261         the log.
9262
9263 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9264
9265         * gnus.el: Oort Gnus v0.02 is released.
9266
9267 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
9268
9269         * gnus.el: Oort Gnus v0.01 is released.
9270
9271 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9272
9273         * gnus-sum.el (gnus-summary-highlight): Highlight read
9274         undownloaded articles as read articles.
9275
9276         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
9277         (gnus-agent-get-undownloaded-list): Mark all undownloaded
9278         articles, even read ones, as such.
9279
9280         * gnus-sum.el (gnus-summary-find-matching): Clean up.
9281         (gnus-find-matching-articles): New function.
9282         (gnus-summary-limit-include-matching-articles): New command.
9283         (gnus-summary-limit-include-thread): Include articles that have
9284         matching subjects.
9285         (gnus-offer-save-summaries): Clean up.
9286
9287 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9288
9289         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
9290
9291 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9292         From Jason Merrill <jason_merrill@redhat.com>
9293
9294         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
9295
9296 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
9297         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9298
9299         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
9300         newsgroup names when the original article is a news message.
9301
9302 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9303
9304         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
9305         supported. Suggest by Jim Meyering <jim@meyering.net>.
9306
9307 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
9308         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
9309
9310         * nnmail.el (nnmail-split-it): Added check for .* at the end of
9311         regexp in nnmail-split-fancy.
9312
9313 2001-04-10  Simon Josefsson  <simon@josefsson.org>
9314
9315         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
9316
9317 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
9318
9319         * message.el (message-send-mail): Improve the interaction with the
9320         user.
9321
9322 2001-04-10  Simon Josefsson  <simon@josefsson.org>
9323
9324         * imap.el (imap-message-copy): Work around buggy servers that
9325         doesn't send TRYCREATE tags.
9326
9327 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
9328
9329         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
9330
9331 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9332
9333         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
9334         date.
9335
9336 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9337
9338         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
9339         lives.
9340
9341 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9342
9343         * gnus-art.el (gnus-parse-news-url): New function.
9344         (gnus-button-handle-news): New function.
9345         (gnus-button-alist): Point to new functions.
9346
9347         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
9348
9349         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
9350         gnus-format-specs.
9351
9352         * message.el (message-check-news-header-syntax): Question even
9353         when Gnus doesn't know the group names.
9354         (message-send-news): Clean up.
9355
9356         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
9357         exited on purpose without saving.
9358
9359         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
9360
9361 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9362
9363         * gnus-score.el (gnus-score-orphans): Clean up.
9364
9365         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
9366
9367         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
9368         later.
9369
9370         * gnus-start.el (gnus-close-all-servers): Find the right items to
9371         close.
9372
9373         * qp.el (quoted-printable-decode-region): Just message
9374         malformation; don't quit.
9375
9376 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9377         From Gerd Moellmann <gerd@gnu.org>.
9378
9379         * gnus.el (gnus-interactive): A typo.
9380
9381 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
9382         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9383
9384         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
9385         `assq-delete-all', if that function exists; otherwise use the old
9386         definition. Documentation changed to match the one in
9387         `assq-delete-all'.
9388
9389 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9390
9391         * gnus-start.el (gnus-close-all-servers): New function.
9392
9393         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
9394         (gnus-server-remove-denials): Clean up.
9395
9396         * gnus-sum.el (gnus-summary-sort-by-original): New command and
9397         keystroke.
9398
9399 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9400
9401         * message.el (message-send-news): Message where we are sending.
9402         (message-send-mail): Ditto.
9403
9404         * gnus.el (gnus-server-string): New function.
9405
9406         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
9407
9408         * mm-decode.el (mm-default-directory): Customized.
9409         (mm-tmp-directory): Ditto.
9410
9411         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
9412         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
9413         or Chars.
9414         (gnus-summary-line-format-alist): ?l is now a string.
9415         (gnus-summary-prepare-threads): Output ? for unknown lines.
9416         (gnus-summary-insert-line): Ditto.
9417         (gnus-summary-print-article): Unbalanced parentheses.
9418
9419         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
9420         out whether new stuff has arrived.
9421
9422 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
9423
9424         * gnus-sum.el: Let printing work on ttys on Emacs.
9425
9426 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9427
9428         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
9429         when forcing news.
9430
9431         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
9432         command.
9433
9434 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
9435
9436         * message.el (message-set-auto-save-file-name): Don't use
9437         asterisks under nt.
9438
9439 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9440
9441         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
9442         lists of articles.
9443
9444         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
9445
9446         * gnus-msg.el (gnus-put-message): Clean up.
9447         (gnus-summary-reply): Mark all replied-to articles as replied to.
9448         (gnus-inews-add-send-actions): Also mark as forwarded.
9449         (gnus-summary-mail-forward): Mark as forwarded.
9450
9451         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
9452         of articles.
9453         (gnus-summary-mark-article-as-forwarded): Ditto.
9454
9455         * gnus-msg.el (gnus-summary-resend-message): Mark article as
9456         forwarded.
9457         (gnus-summary-mail-forward): Clean up.
9458
9459         * gnus.el (gnus-article-mark-lists): Added forward.
9460
9461         * gnus-sum.el (gnus-forwarded-mark): New variable.
9462         (gnus-summary-prepare-threads): Use it.
9463         (gnus-summary-update-secondary-mark): Ditto.
9464         (gnus-newsgroup-forwarded): New variable.
9465
9466 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9467
9468         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
9469         (gnus-summary-very-wide-reply): New command and keystroke.
9470         (gnus-summary-very-wide-reply-with-original): Ditto.
9471
9472         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
9473         (gnus-score-adaptive): Use it.
9474
9475         * gnus-start.el (gnus-get-unread-articles): Clean up.
9476
9477 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9478
9479         * nnultimate.el (nnultimate-retrieve-headers): Work for other
9480         boards.
9481
9482 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
9483
9484         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
9485         * gnus-start.el (gnus-subscribe-newsgroup): use it.
9486
9487 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9488
9489         * nnultimate.el (nnultimate-retrieve-headers): Understand
9490         long-form month names.
9491
9492 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9493
9494         * gnus-sum.el (gnus-summary-show-all-headers):
9495         gnus-article-show-all-headers is broken. Use
9496         gnus-summary-toggle-header instead.
9497
9498         * mml2015.el (mml2015-gpg-extract-from): No error.
9499
9500 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9501         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
9502
9503         * mml2015.el (mml2015-gpg-extract-from): New function.
9504         (mml2015-gpg-verify): Use it.
9505         (mml2015-gpg-clear-verify): Use it.
9506
9507 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9508
9509         * message.el (message-setup-fill-variables): Use
9510         fill-paragraph-function.
9511         (message-fill-paragraph): Take an argument.
9512         (message-newline-and-reformat): Take another argument.
9513
9514 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9515
9516         * message.el (rmail-output): It is in rmailout.el not rmail.el.
9517
9518 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9519
9520         * message.el (message-forward): local-variable-p takes an extra
9521         argument in XEmacs.
9522
9523 2001-03-16  Simon Josefsson  <simon@josefsson.org>
9524
9525         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
9526         `nnimap-use-nov-p' (it really tested the negative).
9527         (nnimap-retrieve-headers): Use it.
9528
9529 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9530
9531         * message.el (message-generate-headers-first): Update doc.
9532
9533 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
9534         Trivial patch.
9535
9536         * gnus.el (gnus-summary-line-format): Typo.
9537
9538 2001-03-11  Simon Josefsson  <simon@josefsson.org>
9539
9540         * mailcap.el (mailcap-mime-data): Add application/sieve.
9541         (mailcap-mime-extensions): Add .siv, .xls.
9542
9543 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9544         From Christoph Conrad <christoph.conrad@gmx.de>
9545
9546         * gnus-score.el (gnus-summary-lower-thread): Typo.
9547
9548 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9549
9550         * message.el (message-forward-decoded-p): New variable.
9551         (message-forward-subject-author-subject): Use it.
9552         (message-make-forward-subject): Use it.
9553         (message-forward): Use it.
9554
9555         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
9556
9557         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
9558         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
9559
9560 ;;Has been fixed -- zsh.
9561 ;;2001-03-05  Dave Love  <fx@gnu.org>
9562 ;;
9563 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
9564 ;;      Move it after definition of mm-coding-system-p.
9565 ;;
9566 2001-03-01  Dave Love  <fx@gnu.org>
9567
9568         * mm-util.el (mm-inhibit-file-name-handlers): Add
9569         image-file-handler.
9570
9571 2001-02-11  Dave Love  <fx@gnu.org>
9572
9573         * message.el (message-signature-file): Fix doc, :type.
9574
9575 2001-02-08  Dave Love  <fx@gnu.org>
9576
9577         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
9578         (message-posting-charset): Defvar when compiling again.
9579         (rfc2047-encodable-p): Require message.
9580
9581         * gnus-sum.el (gnus-alter-articles-to-read-function):
9582         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
9583
9584 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9585
9586         * nnrss.el: New file.
9587
9588 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
9589         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9590
9591         * rfc2047.el (rfc2047-unfold-region): Fix arg of
9592         `skip-chars-forward'.
9593
9594 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9595
9596         * nndraft.el (nndraft-request-group): Restore auto save files if
9597         the original files do not exist.
9598
9599 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9600
9601         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
9602         SCORE paths.
9603
9604         * mm-decode.el (mm-dissect-buffer): Call
9605         mail-extract-address-components only if necessary.
9606
9607 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9608
9609         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
9610         directory part.
9611         (gnus-score-search-global-directories): Use file-directory-p.
9612
9613         * gnus-score.el (gnus-score-score-files-1): Use
9614         gnus-kill-files-directory.
9615         From Adrian Aichner <adrian@xemacs.org>.
9616
9617 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9618
9619         * gnus.el (charset): Move here from gnus-sum.el.
9620
9621 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9622
9623         * mml.el (mml-preview): Disable local map.
9624
9625         * gnus-sum.el (gnus-summary-make-menu-bar): Make
9626         gnus-article-post-menu here.
9627
9628         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
9629         if it has not been made.
9630
9631 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9632
9633         * gnus-art.el (gnus-article-describe-key): Map key to event.
9634         (gnus-article-describe-key-briefly): Ditto
9635
9636 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9637
9638         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
9639
9640 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9641         From Katsumi Yamaoka <yamaoka@jpl.org>.
9642
9643         * dgnushack.el (coerce, merge, subseq): defmacro.
9644
9645 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9646
9647         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
9648         A fake defalias in nndraft.el results a not-activated bug in
9649         uncompiled versions.
9650
9651 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
9652         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9653
9654         * gnus-util.el (gnus-split-references): Handle malformed References:.
9655
9656 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9657
9658         * gnus-art.el (gnus-article-mime-part-status): 1 part.
9659
9660 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9661         From NAGY Andras <nagya@inf.elte.hu>.
9662
9663         * gnus.el (gnus-parameters): Typo.
9664
9665 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9666
9667         * gnus.el (gnus-read-method): Remove redundancy.
9668
9669 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9670
9671         * nnslashdot.el (nnslashdot-backslash-url): New variable.
9672         (nnslashdot-request-list): Use it.
9673
9674 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9675
9676         * nnml.el (nnml-generate-active-info): Fix the case when there is
9677         no file.
9678
9679         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
9680         (gnus-summary-create-article): New function.
9681
9682         * gnus-group.el (gnus-group-mark-article-read): New function.
9683
9684         * gnus-msg.el (gnus-inews-do-gcc): Use it.
9685
9686         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
9687
9688 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9689
9690         * gnus-art.el (gnus-article-edit-done): Don't use
9691         gnus-article-edit-exit.
9692         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
9693
9694         * gnus.el (gnus-parameters): New variable.
9695         Suggested by NAGY Andras <nagya@inf.elte.hu>.
9696         (gnus-parameters-get-parameter): New function.
9697         (gnus-group-find-parameter): Use it.
9698
9699 2001-02-23  Simon Josefsson  <simon@josefsson.org>
9700
9701         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
9702         change of default value to `current'.
9703
9704 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9705
9706         * nneething.el (nneething-get-head): Insert unreadable file too.
9707
9708 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9709
9710         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
9711
9712         * webmail.el (webmail-type-definition): Deja is bought by google.
9713
9714 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9715
9716         * gnus-sum.el (gnus-fetch-headers): New function.
9717         (gnus-select-newsgroup): Use it.
9718         (gnus-summary-insert-articles): New function.
9719         (gnus-summary-insert-old-articles): New function.
9720         (gnus-summary-insert-new-articles): New function.
9721
9722         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
9723         (gnus-group-list-active): Ditto.
9724         * gnus-sum.el (gnus-set-mode-line): Ditto.
9725         (gnus-summary-read-group-1): Ditto.
9726
9727 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9728
9729         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
9730         current topic.
9731
9732 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9733
9734         * smiley.el (gnus-smiley-display): Don't do widening.
9735
9736         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
9737         within body.
9738
9739         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
9740
9741         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
9742         New variable.
9743         (gnus-mime-display-multipart-related-as-mixed): New variable.
9744         (gnus-mime-display-part): Use them.
9745
9746 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9747
9748         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
9749         something special.
9750
9751 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9752
9753         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
9754         (nnweb-request-article): Call reference if exists.
9755         (nnweb-type-definition): Dejanews is bought by google.com.
9756         Beta!
9757
9758 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9759
9760         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
9761
9762 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9763
9764         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
9765         gnus-article-sort-functions.
9766         (gnus-article-sort-functions): Doc fix.  Refer to
9767         gnus-thread-sort-functions.
9768
9769 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9770         From Paul Jarc <prj@po.cwru.edu>.
9771
9772         * message.el (message-get-reply-headers): More fixes.
9773
9774 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
9775         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9776
9777         * message.el (message-get-reply-headers): Fix bug with
9778         Mail-Followup-To/to-address interaction.
9779
9780 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9781
9782         * gnus-msg.el (gnus-configure-posting-styles): Match header in
9783         gnus-article-copy.
9784
9785 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9786
9787         * message.el (message-do-send-housekeeping): Rename to a better
9788         name.
9789
9790 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9791
9792         * message.el (message-cancel-news): Check article first, then ask
9793         yes or no.
9794
9795 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9796
9797         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
9798
9799 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9800
9801         * gnus-range.el (gnus-range-normalize): New function.
9802
9803 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
9804
9805         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
9806
9807 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9808
9809         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
9810
9811         * nnagent.el (nnagent-request-regenerate): New function.
9812
9813         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
9814
9815         * nnml.el (nnml-generate-nov-databases): Accept argument
9816         server. Don't open server if it is opened.
9817         (nnml-request-regenerate): Use it. Change to deffoo.
9818
9819 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9820         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9821
9822         * gnus.el (gnus-define-group-parameter): Fix.
9823
9824 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9825
9826         * gnus.el (gnus-define-group-parameter): Improved.
9827
9828         * gnus-sum.el (charset): Define parameter.
9829         (ignored-charsets): Ditto.
9830         (gnus-summary-setup-default-charset): Use them.
9831
9832         * gnus-start.el (gnus-read-descriptions-file): Use them.
9833
9834         * gnus-cus.el (gnus-group-parameters): Remove them.
9835
9836 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9837
9838         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
9839
9840 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9841
9842         * gnus-sum.el (gnus-summary-read-group-1): Remove
9843         gnus-summary-set-local-parameters.
9844         (gnus-summary-setup-buffer): Put it here.
9845
9846 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9847
9848         * gnus.el (to-address): Define parameter.
9849         (to-list): Ditto.
9850         * gnus-art.el (article-hide-boring-headers): Use them.
9851         * gnus-msg.el (gnus-post-news): Ditto.
9852         * gnus-cus.el (gnus-group-parameters): Remove them.
9853
9854 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9855
9856         * gnus-draft.el (gnus-draft-reminder): New function.
9857
9858         * gnus-art.el (gnus-sender-save-name): New function.
9859
9860 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9861
9862         * mm-util.el (mm-mime-charset): Error message.
9863
9864 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9865
9866         * message.el (message-check-news-body-syntax): Don't check mml lines.
9867
9868 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9869
9870         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
9871         subscribe.
9872
9873         * gnus-start.el (gnus-call-subscribe-functions): New function.
9874         (gnus-find-new-newsgroups): Use it.
9875         (gnus-ask-server-for-new-groups): Use it.
9876         (gnus-check-first-time-used): Use it.
9877         (gnus-subscribe-newsgroup-method): Grok a list of functions.
9878         (gnus-subscribe-options-newsgroup-method): Ditto.
9879         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
9880         return .
9881
9882 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9883
9884         * gnus-cus.el (gnus-score-customize): Doc fix.
9885
9886 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
9887
9888         * dgnushack.el (my-getenv): Typo.
9889
9890 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9891
9892         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
9893
9894 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9895
9896         * gnus-group.el (gnus-group-suspend): Offer save summaries.
9897
9898         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
9899         (gnus-treatment-function-alist): Use it.
9900         (article-remove-leading-whitespace): New function.
9901         (gnus-article-make-menu-bar): Use it.
9902
9903         * gnus-sum.el (gnus-summary-wash-empty-map): Add
9904         remove-leading-whitespace.
9905         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
9906         because of conflict.
9907
9908 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9909
9910         * Makefile.in: Hack generating gnus-load.el.
9911         * dgnushack.el: Ditto.
9912         * gnus-load.el: Remove it.
9913
9914 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9915
9916         * dgnushack.el : Add URLDIR.
9917
9918         * Makefile.in (EMACS_COMP): Ditto.
9919
9920 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9921
9922         * gnus-cus.el (gnus-score-customize): Error on no score file.
9923
9924 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9925
9926         * mm-decode.el (mm-merge-handles): New function.
9927
9928         * mm-view.el (mm-inline-message): Use it.
9929         (mm-view-message): Ditto.
9930
9931         * mm-partial.el (mm-inline-partial): Ditto.
9932
9933         * mm-extern.el (mm-inline-external-body): Ditto.
9934
9935         * gnus-art.el (gnus-mime-view-part): Ditto.
9936         (gnus-mime-view-part-as-type): Ditto.
9937         (gnus-mime-save-part-and-strip): Prevent users to strip in some
9938         cases.
9939
9940 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9941
9942         * message.el (message-cancel-news): Allow to shoot foot.
9943         (message-supersede): Ditto.
9944
9945 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
9946         Trivial patch.
9947
9948         * gnus-sum.el (gnus-simplify-subject-re): Use
9949         message-subject-re-regexp.
9950
9951 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9952
9953         * nnmail.el (nnmail-expiry-target-group): Bind
9954         nnmail-cache-accepted-message-ids to nil.
9955
9956         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
9957         coding system.
9958
9959 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9960
9961         * qp.el (quoted-printable-encode-region): Make sure characters are
9962         between 00 and FF.  Don't check charset.
9963
9964         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
9965         in Emacs 20.
9966         * rfc2047.el (rfc2047-q-encode-region): Ditto.
9967
9968 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9969
9970         * message.el (message-make-forward-subject): Argument decoded.
9971         (message-forward): Use it when digest.
9972
9973         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
9974         buffer.
9975
9976 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9977
9978         * message.el (message-generate-headers-first): Doc fix.
9979
9980 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9981
9982         * gnus-art.el (article-make-date-line): Error proof.
9983
9984 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9985
9986         * gnus-group.el (gnus-group-listing-limit): New variable.
9987         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
9988
9989         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
9990
9991 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9992
9993         * message.el (message-newline-and-reformat): Special case for
9994         breaking at BOL.
9995
9996 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
9997
9998         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
9999         message/rfc822.
10000
10001 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10002
10003         * message.el (message-encode-message-body): Don't insert
10004         Content-Type if it is inside a mail.
10005
10006 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10007
10008         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
10009         gnus-article-commands-menu.
10010
10011         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
10012         in Emacs.
10013
10014         * gnus-start.el (gnus-read-descriptions-file): Use
10015         gnus-group-name-charset and gnus-group-charset-alist.
10016
10017 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10018
10019         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
10020         active region.
10021
10022         * gnus-start.el (gnus-group-change-level): Remove from both
10023         gnus-zombie-list and gnus-killed-list.
10024
10025 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10026
10027         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
10028         gnus-subscribe-topics.
10029
10030         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
10031
10032 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10033
10034         * gnus-art.el (gnus-article-make-menu-bar): Make
10035         gnus-article-post-menu.
10036
10037         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
10038
10039         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
10040
10041         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
10042
10043         * message.el (message-mode-menu): Ditto.
10044
10045         * gnus-art.el (defvar): eval-when-compile.
10046
10047 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10048
10049         * gnus-agent.el (gnus-agentize): Fix doc.
10050
10051 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
10052
10053         * mml.el (mml-preview): Bind `q'.
10054
10055 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10056
10057         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
10058
10059 2001-01-31  Dave Love  <fx@gnu.org>
10060
10061         * mm-util.el (mm-mime-mule-charset-alist)
10062         (mm-find-mime-charset-region): Consider mule-utf-8.
10063
10064 2001-01-31  Dave Love  <fx@gnu.org>
10065
10066         * gnus-art.el (gnus-article-x-face-command)
10067         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
10068         :version.
10069
10070 2001-01-26  Dave Love  <fx@gnu.org>
10071
10072         * mm-util.el (mm-multibyte-string-p): New.
10073
10074 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
10075 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
10076 ;;      string-as-multibyte on class.  Clarify line-folding.
10077         (quoted-printable-encode-string): Make temp buffer inherit
10078         string's multibyteness.
10079
10080 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
10081
10082         * nnheader.el (toplevel): Don't require `gnus-util' at
10083         compile-time; this creates a circular dependency, and prevents
10084         a bootstrap.
10085
10086 2001-01-22  Andreas Schwab  <schwab@suse.de>
10087
10088         * nnheader.el (gnus-delete-line): Autoload it as a macro.
10089
10090 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10091
10092         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
10093
10094         * gnus-art.el (article-hide-list-identifiers): Ditto.
10095
10096         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
10097
10098 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10099
10100         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
10101
10102         * gnus-art.el (article-hide-list-identifiers): Similar.
10103
10104 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
10105
10106         * nnmail.el (nnmail-remove-list-identifiers): Improved.
10107
10108 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10109
10110         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
10111
10112 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10113
10114         * gnus-util.el (gnus-string-equal): New function.
10115
10116         * gnus-art.el (article-hide-boring-headers): Use it.
10117
10118 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
10119
10120         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
10121
10122 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10123
10124         * gnus-msg.el (gnus-msg-mail): Support switch-action.
10125
10126 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10127
10128         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
10129         command if there is not last-saver.
10130
10131 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10132
10133         * nntp.el (nntp-open-connection): 201 is possible.
10134
10135 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10136
10137         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
10138         (rfc2047-charset-encoding-alist): Add big5.
10139
10140 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10141
10142         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
10143         (gnus-agent-remove-server): Ditto.
10144         (autoload): gnus-server-update-server.
10145
10146         * gnus-srvr.el (gnus-server-line-format): Add %a.
10147         (gnus-server-line-format-alist): Add gnus-tmp-agent.
10148         (gnus-server-insert-server-line): Use it.
10149
10150 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10151
10152         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
10153         GB2312 and Big5.
10154
10155 2001-01-24  Simon Josefsson  <sj@extundo.com>
10156
10157         * mail-source.el (mail-sources): Add :program specifier to IMAP
10158         mail source.
10159         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
10160
10161 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10162
10163         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
10164
10165 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10166
10167         * nntp.el (nntp-wait-for): Return the success code.
10168         (nntp-open-connection): Use it.
10169
10170 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10171
10172         * gnus-int.el (gnus-check-server): Allow breaking the opening.
10173
10174 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10175
10176         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
10177
10178 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10179
10180         * gnus-sum.el (gnus-summary-print-article): Take one prefix
10181         argument. Allow to print several articles in one file.
10182
10183 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10184
10185         * webmail.el (webmail-type-definition): netaddress changes.
10186
10187 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10188
10189         * gnus.el: Fix copyright. Remove trailing spaces.
10190
10191         * message.el (message-forward): Use mule4.
10192
10193 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10194
10195         * mm-util.el (mm-string-as-unibyte): New function.
10196
10197         * message.el (message-forward): Use it.
10198
10199 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10200
10201         * message.el (message-cite-original-without-signature): Don't peel
10202         off the blank line.
10203         (message-get-reply-headers): Add Cc if it is not in follow-to.
10204
10205 2001-01-20  Simon Josefsson  <sj@extundo.com>
10206
10207         * mm-decode.el (mm-handle-multipart-from): Add.
10208         (mm-dissect-buffer): Save From: header value.
10209         (mm-security-from): Remove.
10210         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
10211
10212         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
10213         instead of `mml-security-from'.  Protect null from value.
10214
10215 2001-01-20  Simon Josefsson  <sj@extundo.com>
10216
10217         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
10218         application/vnd.ms-excel attachments.
10219
10220 2001-01-19  Simon Josefsson  <sj@extundo.com>
10221
10222         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
10223
10224 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10225
10226         * message.el (message-ignored-mail-headers): Ditto.
10227
10228 2001-01-19  Simon Josefsson  <sj@extundo.com>
10229
10230         * message.el (message-ignored-news-headers): Only search beginning
10231         of line.
10232
10233 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
10234         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
10235
10236         * message.el (message-send-mail): Content-Type may not be there.
10237
10238 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10239
10240         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
10241         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
10242
10243         * gnus-art.el (article-display-x-face): Insert X-Face if there is
10244         not.
10245
10246 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10247
10248         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
10249         non-native groups.
10250
10251 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10252
10253         * message.el (message-yank-original): Understand
10254         universal-argument.
10255
10256 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10257
10258         * gnus-art.el (gnus-boring-article-headers): Add to-address.
10259         (article-hide-boring-headers): Ditto.
10260
10261         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
10262
10263 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10264
10265         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
10266         one.
10267
10268 2001-01-16  Simon Josefsson  <simon@josefsson.org>
10269
10270         * message.el (message-make-in-reply-to): Add comment to message-id
10271         (old syntax, see 2000-08-02 change).
10272
10273 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10274
10275         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
10276         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
10277         (gnus-button-reply): Ditto.
10278
10279 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10280
10281         * gnus-art.el (article-display-x-face): Fix.
10282
10283 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10284
10285         * gnus-art.el (article-display-x-face): Use
10286         gnus-original-article-buffer.
10287
10288 2001-01-15  Jack Twilley  <jmt@tbe.net>
10289
10290         * message.el (message-add-header): Move to point-max.
10291
10292 2001-01-15  Simon Josefsson  <simon@josefsson.org>
10293
10294         * smime.el (smime-CA-directory, smime-CA-file): Change default to
10295         nil, improve documentation.
10296         (smime-certificate-directory): Comment out false hints (until it
10297         is implemented).
10298
10299         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
10300         there aren't any keys.
10301         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
10302         verify certificate.  Default is changed to only check integrity.
10303         Improved security status texts.  If a certificate doesn't contain
10304         a email address, don't fail.
10305
10306         * smime.el (smime-noverify-region):
10307         (smime-noverify-buffer): New functions.  Verifies integrity only.
10308
10309 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10310
10311         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
10312
10313 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10314
10315         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
10316         (gnus-remove-some-windows): Ditto.
10317
10318 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10319
10320         * gnus-art.el (article-make-date-line): 11th.
10321
10322 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10323
10324         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
10325         (mml2015-gpg-sign): Ditto.
10326
10327 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10328
10329         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
10330         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
10331
10332 2001-01-08  Dave Love  <fx@gnu.org>
10333
10334         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
10335         single character.
10336
10337         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
10338
10339         * message.el: Doc and message fixes.
10340         (message-send-rename-function)
10341         (message-make-forward-subject-function)
10342         (message-send-mail-function, message-reply-to-function)
10343         (message-wide-reply-to-function, message-followup-to-function)
10344         (message-distribution-function, message-auto-save-directory): Fix
10345         :type.
10346
10347         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
10348         proceeding after warnings.  Amend multipart warning message.
10349
10350 2001-01-04  Dave Love  <fx@gnu.org>
10351
10352         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
10353         compiling.
10354         (gnus-make-directory): Require nnmail.
10355
10356         * mm-decode.el (mm-inline-media-tests): Add
10357         image/x-portable-bitmap.
10358         (mm-get-image): Grok pbm.
10359
10360 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
10361
10362         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
10363
10364 2001-01-09  Didier Verna  <didier@xemacs.org>
10365
10366         * dgnushack.el (dgnushack-compile): give a dummy value to
10367         `gnus-xmas-glyph-directory' for the time of compilation.
10368         * gnus-agent.el: moved some XEmacs specific hook add-ons from
10369         `gnus-xmas-[re]define' to avoid loosing user custom settings.
10370         * gnus-art.el: ditto.
10371         * gnus-group.el: ditto.
10372         * gnus-salt.el: ditto.
10373         * gnus-sum.el: ditto.
10374         * gnus-topic.el: ditto.
10375         * gnus-xmas.el (gnus-xmas-define): see above.
10376         * gnus-xmas.el (gnus-xmas-redefine): see above.
10377         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
10378         non-continuable error when the directory can't be found.
10379
10380 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10381
10382         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
10383         handle.
10384         * gnus-art.el (gnus-mime-view-part): Copy it.
10385         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
10386
10387 2001-01-09  Michael Downes  <mjd@ams.org>
10388
10389         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
10390
10391 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10392
10393         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
10394         orig-file. Use ',source.
10395
10396 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10397
10398         * gnus-xmas.el (gnus-xmas-modeline-glyph):
10399         (gnus-xmas-group-startup-message):
10400         Detect gnus-xmas-glyph-directory when it is nil.
10401
10402 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10403
10404         * pop3.el (pop3-get-message-count): Andrew Innes
10405         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
10406
10407 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10408
10409         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
10410
10411         * time-date.el (time-to-number-of-days): New function.
10412
10413 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
10414         Trivial patch.
10415
10416         * nnslashdot.el (nnslashdot-request-list): Always get the right
10417         sid.
10418
10419 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10420
10421         * message.el (message-minibuffer-local-map): New keymap.
10422         (message-read-from-minibuffer): Use it.
10423         * gnus-msg.el (gnus-summary-resend-message): Use it
10424
10425 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10426
10427         * gnus-start.el (gnus-display-time-event-handler): New function.
10428         (gnus-after-getting-new-news-hook): Use it.
10429
10430 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10431
10432         * message.el (message-ignored-mail-headers): Add draft header.
10433
10434 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10435
10436         * gnus-sum.el (gnus-summary-expire-articles): Don't save
10437         excursion.
10438
10439         * nnslashdot.el (nnslashdot-request-list): Get the right year.
10440
10441 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
10442         A revoked patch.
10443
10444         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
10445
10446 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10447
10448         * qp.el (quoted-printable-decode-region): Don't backward-char.
10449
10450 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10451
10452         * gnus-draft.el: Mark articles as replied.
10453
10454         * gnus-sum.el (gnus-summary-add-mark): New function.
10455
10456         * gnus-group.el (gnus-add-mark): New function.
10457
10458         * gnus-sum.el (gnus-summary-buffer-name): New function.
10459         (gnus-summary-setup-buffer): Use it.
10460
10461         * gnus-draft.el: Set things up with the right post method and
10462         stuff.
10463
10464         * message.el (message-ignored-news-headers): Remove X-Draft-From.
10465
10466         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
10467
10468         * gnus.el (gnus-draft-meta-information-header): New variable.
10469
10470 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10471
10472         * gnus-art.el (gnus-treatment-function-alist): Move the date
10473         functions before the header sorting functions.
10474
10475         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
10476
10477         * dgnushack.el (dgnushack-compile): Message whether there is w3.
10478         Don't (push "/usr/share/emacs/site-lisp" load-path).
10479
10480         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
10481         to empty fill prefixes.
10482
10483 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10484
10485         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
10486         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
10487
10488 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10489
10490         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
10491
10492         * nnml.el (autoload): Move to nnheader.el.
10493
10494         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
10495         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
10496         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
10497         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
10498
10499 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10500
10501         * gnus-art.el (article-make-date-line): Get the hours right.
10502         (gnus-ignored-headers): More hiding.
10503
10504         * nnmail.el (nnmail-expiry-wait): Not an integer.
10505
10506         * message.el (message-goto-body): Only expand abbrev when called
10507         interactively.
10508         (message-make-lines): Use it.
10509
10510 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10511
10512         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
10513
10514 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10515
10516         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
10517         include the expunged articles.
10518
10519         * gnus-group.el (gnus-group-sort-by-server): New function.
10520
10521         * gnus.el (gnus-method-to-server-name): New function.
10522         (gnus-group-prefixed-name): Use it.
10523
10524         * gnus-group.el (gnus-group-sort-function): Doc fix.
10525         (gnus-group-sort-groups-by-server): New command.
10526
10527 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10528
10529         * gnus-art.el (gnus-treat-date-english): New variable.
10530         (article-date-english): New command.
10531         (gnus-english-month-names): New variable.
10532         (article-make-date-line): Do 'english.
10533
10534         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
10535         after the fill prefix.
10536
10537         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
10538         score...".
10539
10540         * gnus-art.el (gnus-ignored-headers): Hide more headers.
10541
10542         * message.el (message-mode-map): Bind comment-region.
10543
10544         * gnus-art.el (gnus-mime-display-part): Let w3 display
10545         multipart/related.
10546
10547         * mm-bodies.el (mm-long-lines-p): New function.
10548         (mm-body-encoding): Use it.
10549         (mm-body-encoding): Encode articles with lines longer than 1000
10550         characters.
10551
10552 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10553
10554         * mm-util.el (mm-enable-multibyte): Use
10555         default-enable-multibyte-characters.
10556         (mm-enable-multibyte-mule4): Ditto.
10557         (mm-disable-multibyte): Test XEmacs.
10558         (mm-disable-multibyte-mule4): Ditto.
10559         (mm-with-unibyte-current-buffer): Simplified.
10560         (mm-with-unibyte-current-buffer-mule4): Ditto.
10561
10562 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10563
10564         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
10565
10566         * nnheader.el (nnheader-string-as-multibyte): New alias.
10567
10568         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
10569
10570         * gnus-uu.el (gnus-message-process-mark): New function.
10571         (gnus-uu-mark-by-regexp): Use it.
10572         (gnus-new-processable): New function.
10573
10574 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
10575          Trivial patch.
10576
10577         * gnus-sum.el (gnus-no-mark): New variable.
10578
10579 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10580
10581         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
10582         backslashes.
10583
10584 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10585
10586         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
10587         definition.
10588
10589 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10590
10591         * dgnushack.el (dgnushack-compile): elc is in the current directory.
10592
10593         * qp.el (quoted-printable-encode-region): Don't check multibyte in
10594         XEmacs.
10595
10596 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
10597         Trivial patch.
10598
10599         * mml.el (mml-read-tag): Save tag location.
10600
10601 2000-12-25  Simon Josefsson  <simon@josefsson.org>
10602
10603         * starttls.el: Sync with Emacs 21.
10604
10605 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10606
10607         * message.el (message-mail): Support yank-action.
10608
10609         * message.el (message-setup): Revoke the last change.
10610
10611 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10612
10613         * message.el (message-setup): Use cons. Suggested by Johan Vromans
10614         <jvromans@squirrel.nl>.
10615
10616 2000-12-24  Simon Josefsson  <sj@extundo.com>
10617
10618         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
10619         mailing list junk at end of part.
10620
10621 2000-12-23  Simon Josefsson  <sj@extundo.com>
10622
10623         * nnimap.el (nnimap-expiry-target): New function.
10624         (nnimap-request-expire-articles): Use it.
10625
10626 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10627
10628         * gnus.el (gnus-group-parameters-more): New variable.
10629         * gnus-cus.el (gnus-group-customize): Use it.
10630
10631         * gnus.el (gnus-define-group-parameter): New macro.
10632         (auto-expire): Use it
10633         (total-expire): Use it.
10634         * gnus-art.el (banner): Use it.
10635
10636         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
10637         <ljz@asfast.com>.
10638
10639 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10640
10641         * gnus-topic.el (gnus-topic-create-topic): Use list.
10642
10643         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
10644         before binding gnus-default-article-saver.
10645
10646         * gnus-sum.el (gnus-summary-save-article):
10647         (gnus-summary-pipe-output):
10648         (gnus-summary-save-article-mail):
10649         (gnus-summary-save-article-rmail):
10650         (gnus-summary-save-article-file):
10651         (gnus-summary-write-article-file):
10652         (gnus-summary-save-article-body-file): Ditto.
10653
10654         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
10655
10656 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10657
10658         * gnus-art.el (gnus-mime-security-button-map):
10659         (gnus-mime-button-map): Add parent.
10660
10661 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10662
10663         * messagexmas.el (message-xmas-redefine): New function.
10664
10665         * message.el: Use it.
10666
10667         * gnus-art.el (gnus-article-check-hidden-text): Return t.
10668
10669         * gnus-util.el (gnus-remove-text-properties-when): Return t.
10670
10671 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10672
10673         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
10674         malformatted messages.
10675
10676 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10677
10678         * mm-util.el (mm-image-load-path): New function.
10679
10680         * gnus-group.el (gnus-group-make-tool-bar): Use it.
10681
10682         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
10683
10684         * message.el (message-tool-bar-map): Use it.
10685
10686         * Makefile.in (install-el): New rule.
10687
10688 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10689
10690         * gnus-art.el (article-treat-dumbquotes): Quote \.
10691
10692 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10693
10694         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
10695         Emacs 20 runs on a terminal.
10696
10697 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10698
10699         * gnus-msg.el (gnus-bug): Revert to save-excursion.
10700
10701         * mml.el (gnus-add-minor-mode): Autoload.
10702
10703         * message.el (message-forward): Save-restriction.
10704
10705 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10706
10707         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
10708         Paul Stevenson <p.stevenson@surrey.ac.uk>
10709
10710 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10711
10712         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
10713
10714         * mml.el (gnus-ems): Don't require.
10715
10716         * gnus.el (gnus-decode-rfc1522): Removed.
10717         (gnus-set-text-properties): Define.
10718
10719 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10720
10721         * gnus-art.el (gnus-mime-*): handle may be nil.
10722
10723         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
10724
10725         * gnus.el (gnus-group-remove-excess-properties): Not defined
10726         in gnus-xmas.
10727
10728 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10729
10730         * message.el (message-mail-user-agent): Add :version.
10731
10732 2000-12-21  Miles Bader  <miles@gnu.org>
10733
10734         * message.el (message-mode): Set `comment-start' to the  yank prefix.
10735
10736 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10737
10738         * message.el (message-mail-user-agent): New variable.
10739         (message-setup): Renamed to message-setup-1. Support
10740         mail-user-agent.
10741         (message-mail-user-agent): New function.
10742         (message-mail): Use it.
10743         (message-reply): Use it.
10744         (message-resend): Use it.
10745         (message-mail-other-window): Use it.
10746         (message-mail-other-frame): Use it.
10747
10748         * gnus-msg.el (gnus-bug): Support mail-user-agent.
10749
10750 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10751
10752         * message.el (message-tool-bar-map): Simplify.
10753         (message-narrow-to-head-1): New function.
10754         (message-narrow-to-head): Use it.
10755         (message-reply): Ditto.
10756         (message-cancel-news): Ditto.
10757         (message-supersede): Ditto.
10758         (message-make-forward-subject): Ditto.
10759         (message-bounce): Ditto.
10760
10761 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10762
10763         * uudecode.el (uudecode-decode-region-external): make-temp-file
10764         may not be defined.
10765
10766         * binhex.el (defalias): eval-and-compile.
10767
10768         * message.el (message-tool-bar-map): New function.
10769         (message-mode): Use it.
10770
10771 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10772
10773         * nntp.el (nntp-find-connection): Remove the entry.
10774         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
10775
10776 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10777
10778         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
10779
10780         * message.el (message-forward): Copy buffer in unibyte mode.
10781
10782 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10783
10784         * message.el (message-make-forward-subject): Don't widen. Decode.
10785         (message-forward): Don't decode subject.
10786
10787 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
10788
10789         * qp.el (quoted-printable-encode-region): Upcase QP.
10790
10791 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10792
10793         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
10794         mail-extract-a-c instead. Don't depend on Gnus.
10795
10796         * mml.el (gnus-ems): Require it.
10797
10798         * gnus-msg.el (gnus-summary-mail-forward):
10799
10800         * message.el (message-forward):  Move mime-to-mml here.
10801
10802 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10803
10804         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
10805         * gnus-art.el (gnus-insert-mime-button): Simplify.
10806         (gnus-mime-display-alternative): Ditto.
10807         (gnus-insert-mime-security-button): Ditto.
10808
10809 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10810
10811         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
10812         text-property-not-all doesn't return nil when start=mark(end).
10813         (gnus-remove-text-properties-when): Ditto.
10814
10815 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10816
10817         * gnus-start.el (gnus-group-change-level): Remove group from
10818         gnus-active-hashtb if real killed.
10819
10820 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10821
10822         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
10823         (gnus-mime-display-alternative): Ditto.
10824         (gnus-insert-mime-security-button): Ditto.
10825
10826 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10827
10828         * gnus-start.el (gnus-group-change-level): Don't add it into
10829         killed-list if it was killed.
10830
10831 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10832
10833         * nnmbox.el (nnmbox-file-coding-system): Use binary.
10834         (nnmbox-active-file-coding-system): Ditto.
10835
10836         * gnus-cus.el (gnus-group-parameters): Add posting-style.
10837
10838 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10839
10840         * gnus.el (gnus-version):
10841         (gnus-version-number): Set to Oort Gnus 0.01.
10842
10843         * gnus-art.el (gnus-mime-security-button-map):
10844         (gnus-insert-mime-security-button): Fix for Emacs21.
10845
10846 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10847
10848         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
10849         easymenu, because XEmacs doesn't understand :help.
10850
10851         * mm-uu.el: Require binhex.
10852
10853 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10854
10855         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
10856
10857 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
10858
10859         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
10860
10861 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
10862
10863         * *.xpm, *.pbm: Convert icons icons to size 24x24.
10864
10865 2000-12-18  Dave Love  <fx@gnu.org>
10866
10867         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
10868         (unused).
10869
10870 2000-12-13  Miles Bader  <miles@gnu.org>
10871
10872         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
10873         to t, so that we don't get stuck while trying to smilefy
10874         intangible text.
10875
10876 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
10877
10878         * smiley-ems.el (smiley-regexp-alist): Make regexps match
10879         at the end of the buffer.
10880         (smiley-region): In the loop, move to the end of the submatch
10881         matching the smiley instead of using the end of the match
10882         of the whole regexp.
10883
10884 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
10885
10886         * message.el (message-mode): Doc fix.
10887
10888 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
10889
10890         * smiley-ems.el (smiley-region): Doc fix.
10891
10892 2000-12-11  Miles Bader  <miles@gnu.org>
10893
10894         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
10895         bottom line visible, check to see if it's partially obscured, and
10896         if so, either scroll one more line to make it fully visible, or
10897         revert to showing the second line from the top.
10898
10899 2000-12-07  Dave Love  <fx@gnu.org>
10900
10901         * mailcap.el (mailcap-download-directory)
10902         * gnus-audio.el (gnus-audio-directory)
10903         * smiley-ems.el (smiley-data-directory): Fix :type.
10904
10905 2000-11-30  Dave Love  <fx@gnu.org>
10906
10907         * message.el (message-auto-save-directory): Use
10908         file-name-as-directory.
10909         (message-set-auto-save-file-name): Create
10910         message-auto-save-directory if necessary.
10911         (message-replace-chars-in-string): Removed -- unused.
10912         (message-mail-alias-type): Customize.
10913         (message-headers): Remove duplicate defgroup.
10914
10915 2000-11-29  Dave Love  <fx@gnu.org>
10916
10917         * qp.el (quoted-printable-decode-region): Use error, not message
10918         to report malformed text (like base64).  Amend message.
10919
10920 2000-11-29  Miles Bader  <miles@gnu.org>
10921
10922         * message.el (message-header-lines): Fontify tag.
10923
10924 2000-11-27  Dave Love  <fx@gnu.org>
10925
10926         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
10927         compiler warning.
10928
10929 ;2000-11-26  Dave Love  <fx@gnu.org>
10930 ;
10931 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
10932 ;
10933 2000-11-23  Dave Love  <fx@gnu.org>
10934
10935         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
10936
10937         * mm-uu.el (uudecode): Require.
10938         (uudecode-decode-region, uudecode-decode-region-external): Don't
10939         autoload.
10940         (mm-uu-copy-to-buffer): Doc fix.
10941         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
10942         type fix.
10943
10944         * mailcap.el: Doc fixes.
10945         (mailcap-mime-data): Various adjustments.
10946         (mailcap): New group.
10947         (mailcap-download-directory): Customize.
10948         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
10949         (mailcap-temporary-directory): Deleted (unused).
10950         (mailcap-unescape-mime-test): Simplify slightly.
10951         (mailcap-viewer-passes-test): Use functionp.
10952         (mailcap-command-p): Aliased to executable-find.
10953
10954         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
10955         default-enable-multibyte-characters is nil.
10956
10957 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
10958
10959         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
10960
10961 2000-11-21  Dave Love  <fx@gnu.org>
10962
10963         * gnus-art.el (gnus-mime-button-map): Don't inherit from
10964         gnus-article-mode-map.
10965 ;       (gnus-mime-button-menu): Use mouse-set-point.
10966         (gnus-insert-mime-button, gnus-mime-display-alternative)
10967         (gnus-mime-display-alternative): Don't use local-map property.
10968
10969 2000-11-17  Dave Love  <fx@gnu.org>
10970
10971         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
10972         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
10973         and make-temp-file.
10974         (uudecode-decode-region): Doc fix.
10975
10976 2000-11-14  Dave Love  <fx@gnu.org>
10977
10978         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
10979         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
10980         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
10981         New files, derived from the XPMs.
10982
10983 2000-11-10  Dave Love  <fx@gnu.org>
10984
10985         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
10986         (gnus-agent-lib-file, gnus-agent-load-alist)
10987         (gnus-agent-save-alist, gnus-agent-article-name): Use
10988         expand-file-name.
10989
10990         * gnus-group.el (gnus-group-name-charset-method-alist): Add
10991         :version.
10992         (nnkiboze-score-file): Defvar when compiling.
10993
10994         * gnus-start.el (gnus-read-newsrc-file): Add :version.
10995
10996         * gnus-art.el (gnus-article-banner-alist)
10997         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
10998         (gnus-article-date-lapsed-new-header)
10999         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
11000         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
11001         (gnus-treat-strip-headers-in-body)
11002         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
11003         (gnus-treat-translate): Add :version.
11004         (gnus-article-mime-part-function): Fix defcustom.
11005
11006         * nnmail.el (nnmail-expiry-target)
11007         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
11008         (nnmail-split-header-length-limit): Add :version.
11009
11010         * gnus-sum.el (gnus-auto-expirable-marks)
11011         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
11012         (gnus-extra-headers, gnus-ignored-from-addresses)
11013         (gnus-newsgroup-ignored-charsets)
11014         (gnus-group-highlight-words-alist)
11015         (gnus-summary-show-article-charset-alist): Add :version.
11016
11017         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
11018         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
11019         files, converted from the XPMs.
11020
11021         * gnus-cache.el (gnus-cache-active-file): Don't use
11022         file-name-as-directory on directory.
11023         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
11024         use file-name-as-directory on directory.
11025
11026         * time-date.el (timezone-make-date-arpa-standard): Autoload.
11027         (date-to-time): Use it.
11028
11029 ;       * message.el (message-mode) <adaptive-fill-regexp>:
11030 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
11031 ;       (message-newline-and-reformat): Likewise.
11032         (message-forward-as-mime, message-forward-ignored-headers)
11033         (message-buffer-naming-style, message-default-charset)
11034         (message-dont-reply-to-names, message-send-mail-partially-limit):
11035         Add :version.
11036
11037         * mm-util.el: Doc fixes.
11038         (mm-mime-charset): Don't use the raw result of
11039         mm-preferred-coding-system.
11040         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
11041         (mm-with-unibyte): Simplify.
11042
11043         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
11044         concat.
11045
11046         * pop3.el (pop3-version): Deleted.
11047         (pop3-make-date): New function, avoiding message-make-date.
11048         (pop3-munge-message-separator): Use it.
11049
11050 2000-11-09  Dave Love  <fx@gnu.org>
11051
11052         * gnus-group.el (gnus-group-make-directory-group)
11053         (gnus-group-fetch-faq): Use expand-file-name.
11054         (gnus-group-fetch-faq): Simplify completing-read form.
11055
11056         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
11057         test for Mule.
11058
11059         * message.el (tool-bar-map): Defvar when compiling.
11060
11061         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
11062         (gnus-tm-lisp-directory): Deleted.
11063         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
11064         (featurep 'xemacs).
11065         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
11066         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
11067         version numbers from file names.
11068
11069 2000-11-08  Dave Love  <fx@gnu.org>
11070
11071         * mm-view.el: Use featurep for XEmacs test.
11072         (mm-inline-message): Test for `remove-specifier'; don't use
11073         condition-case.
11074
11075         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
11076
11077         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
11078         (gnus-score-find-bnews): Don't concat "".
11079
11080         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
11081         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
11082         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
11083         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
11084
11085         * gnus-sum.el: Put some defvars in eval-when-compile.
11086         (gnus-summary-mode-hook): Add :options.
11087         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
11088         (gnus-summary-tool-bar-map): New variable.
11089         (gnus-summary-make-tool-bar): New function.
11090         (gnus-summary-mode): Put kill-all-local-variables first.
11091
11092         * gnus-group.el (gnus-group-toolbar-map): New variable.
11093         (gnus-group-make-tool-bar): Rewritten.
11094         (gnus-group-mode): Put kill-all-local-variables first.
11095
11096         * rfc2047.el: Require gnus-util.
11097
11098         * nnml.el (gnus-sorted-intersection): Autoload.
11099
11100         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
11101         Put some defvars in eval-when-compile.
11102         (gnus-intersection, gnus-sorted-complement):  Autoload.
11103
11104         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
11105
11106         * mm-encode.el (mm-body-7-or-8): Autoload.
11107
11108         * mm-decode.el (mm-insert-inline): Autoload.
11109
11110         * mml.el:
11111         * message.el: Put some defvars in eval-when-compile.
11112
11113         * gnus-msg.el: Put some defvars in eval-when-compile.
11114         (gnus-msg-mail): Move after gnus-setup-message.
11115
11116         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
11117
11118 2000-11-07  Dave Love  <fx@gnu.org>
11119
11120         * gnus-util.el (nnheader): Don't require message (recursive
11121         autoload).
11122
11123         * uudecode.el: Avoid compiler warnings.
11124
11125         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
11126         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
11127
11128 2000-11-06  Dave Love  <fx@gnu.org>
11129
11130         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
11131
11132         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
11133         (uudecode-char-int): New alias, replacing char-int.
11134         (uudecode-decode-region): Don't call buffer-disable-undo.
11135
11136 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
11137 ;       (mm-uu-configure-list): Doc fix.
11138 ;
11139 ;       * earcon.el (running-xemacs): Don't define.
11140 ;
11141 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
11142 ;
11143 ;       * message.el (message-font-lock-keywords): Match a final newline
11144 ;       to help font-lock's multiline support.
11145 ;
11146 2000-11-03  Dave Love  <fx@gnu.org>
11147
11148         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
11149
11150         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
11151         name.
11152
11153         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
11154         <banner>: Fix custom type, doc.
11155
11156         * mm-decode.el (mm-display-external): Space-prefix temp buffer
11157         name.  Don't disable undo explicitly.
11158
11159 ;2000-11-02  Dave Love  <fx@gnu.org>
11160 ;
11161 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
11162 ;       cite-prefix.
11163
11164 2000-11-01  Dave Love  <fx@gnu.org>
11165
11166         * rfc2047.el (base64): Require unconditionally.
11167         (message-posting-charset): Defvar when compiling.
11168         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
11169         message.
11170
11171         * gnus-sum.el (nnoo): Require.
11172         (mm-uu-dissect): Autoload.
11173
11174         * mml.el (mml-parse-1): Clarify message.
11175         (mml-minibuffer-read-type): Use mailcap-mime-types.
11176
11177 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
11178
11179         * mml.el: Fix a typo in the requiring of CL.
11180
11181 2000-11-01  Dave Love  <fx@gnu.org>
11182
11183         * utf7.el: Require cl when compiling.
11184
11185         * binhex.el: Use (featurep 'xemacs).
11186         (binhex-char-int): New alias, replacing char-int.  Change callers.
11187         (binhex-decode-region): Simplify work buffer code.
11188         (binhex-decode-region-external): Use expand-file-name, not concat.
11189
11190 2000-10-30  Dave Love  <fx@gnu.org>
11191
11192         * gnus-art.el: Fix 2000-10-27 change properly.
11193
11194 2000-10-28  Miles Bader  <miles@gnu.org>
11195
11196         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
11197
11198 2000-10-27  Dave Love  <fx@gnu.org>
11199
11200         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
11201         strings.
11202         (gnus-group-make-tool-bar): New function.
11203         (gnus-group-mode): Use it.
11204
11205         * message.el (message-mode-menu): Add some :help strings.
11206         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
11207         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
11208
11209         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
11210         * describe-group.xpm, get-news.xpm, kill-group.xpm:
11211         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
11212
11213         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
11214         display-graphic-p here.
11215
11216 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
11217
11218         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
11219         of the `gnus-xemacs' variable, as the latter has been removed.
11220         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
11221         * gnus-art.el (gnus-treat-display-xface)
11222         (gnus-treat-display-smileys, gnus-treat-display-picons)
11223         (gnus-article-read-summary-keys): Likewise.
11224
11225 2000-10-26  Dave Love  <fx@gnu.org>
11226
11227         (defvar): Use rmail-spool-directory unconditionally.
11228
11229 2000-10-18  Dave Love  <fx@gnu.org>
11230
11231         * mm-bodies.el (mm-uu-decode-function)
11232         (mm-uu-binhex-decode-function): Defvar when compiling.
11233
11234         * gnus-nocem.el (gnus-nocem-issuers): Update.
11235         (gnus-nocem-check-from): New option.
11236         (gnus-nocem-scan-groups): Use it.
11237         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
11238         (gnus-nocem-check-article-limit): Add :version.
11239
11240 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
11241
11242         * ietf-drums.el (mm-util): Require CL when compiling.
11243
11244 2000-10-15  Dave Love  <fx@gnu.org>
11245
11246         * qp.el: Require mm-util.
11247
11248 2000-10-13  Dave Love  <fx@gnu.org>
11249
11250         * qp.el (quoted-printable-decode-region): Avoid invalid
11251         coding-systems.
11252
11253 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
11254
11255         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
11256         to a recursive load.
11257
11258 2000-10-12  Dave Love  <fx@gnu.org>
11259
11260         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
11261
11262         * gnus.el (gnus-group-startup-message): Check for PBM image.
11263
11264 2000-10-09  Dave Love  <fx@gnu.org>
11265
11266         * mail-source.el (mail-source-fetch-imap): Bind
11267         default-enable-multibyte-characters rather than using
11268         mm-disable-multibyte.
11269
11270 2000-10-05  Dave Love  <fx@gnu.org>
11271
11272         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
11273         Autoload.
11274         (quoted-printable-decode-region):  Rename arg which confused
11275         charset with coding-system.  Don't use nonascii-insert-offset.
11276         Coding-system encode the region initially.  Don't recognize `=='
11277         as valid QP.  Coding-system decode the region finally.
11278         (quoted-printable-decode-string): Rename arg which confused
11279         charset with coding-system.
11280
11281         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
11282         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
11283         mm-encode-coding-region.
11284         (mm-decode-body, mm-decode-string): Rename variables which
11285         confused charset with coding-system.
11286         (binhex-decode-region): Don't autoload.
11287         (mm-body-encoding): Require message.
11288         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
11289         cond branches.
11290
11291         * gnus-art.el (article-de-quoted-unreadable)
11292         (article-de-base64-unreadable): Fold search case
11293         rather than downcasing string.  Apply mm-charset-to-coding-system
11294         to arg of quoted-printable-decode-region.
11295
11296 2000-10-04  Dave Love  <fx@gnu.org>
11297
11298         * gnus-ems.el: Don't turn off compiler warnings in local vars.
11299         Require ring when compiling.
11300         (gnus-article-compface-xbm): New variable.
11301
11302 2000-10-04  Dave Love  <fx@gnu.org>
11303
11304         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
11305         pbm images.
11306
11307         * frown.pbm, smile.pbm, wry.pbm: New files.
11308
11309         * frown.xbm, smile.xbm, wry.xbm: Deleted.
11310
11311 2000-10-03  Dave Love  <fx@gnu.org>
11312
11313         * mail-source.el (mail-sources): Revert to nil.
11314
11315         * nnmail (nnmail-spool-file): Revert to `((file))'.
11316
11317         * qp.el: Don't require mm-util.
11318         (quoted-printable-decode-region): Rewritten.
11319         (quoted-printable-decode-string, quoted-printable-encode-region):
11320         Doc fix.
11321         (quoted-printable-encode-region): Barf on multibyte characters.
11322         Maybe make the class multibyte.  Upcase chars, not formatted
11323         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
11324         (quoted-printable-encode-string): Don't use
11325         mm-with-unibyte-buffer.
11326
11327 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
11328
11329         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
11330
11331 2000-09-21  Dave Love  <fx@gnu.org>
11332
11333         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
11334         (for Emacs 20).  Tidy somewhat.
11335
11336 2000-09-21  Dave Love  <fx@gnu.org>
11337
11338         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
11339         image processing.  Rationalize logic somewhat.
11340
11341 2000-09-20  Dave Love  <fx@gnu.org>
11342
11343         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
11344         specifically.
11345
11346         * gnus.el (gnus-version-number): Avoid some redundant
11347         autoloads.
11348
11349 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
11350
11351         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
11352         to XBM; we always have PBM support.
11353
11354 2000-09-14  Dave Love  <fx@gnu.org>
11355
11356         * gnus.el (gnus-charset):
11357         * mm-decode.el (mime-display):
11358         * imap.el (imap) <defgroup>: Add :version.
11359
11360 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
11361
11362         * parse-time.el: Fix author's mail address.
11363
11364         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
11365         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
11366         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
11367         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
11368         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
11369         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
11370         * rfc2231.el, uudecode.el: Fix copyright notice.
11371
11372         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
11373         require `w3' at load-time only if not running in batch mode.
11374
11375 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11376
11377         * gnus.el: Before merge with Emacs21.
11378
11379 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
11380
11381         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
11382
11383 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
11384
11385         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
11386         to avoid conflict with the standard `back-to-indentation'
11387         binding.
11388
11389 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11390
11391         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
11392
11393         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
11394         (mm-disable-multibyte-mule4): Ditto.
11395         (mm-with-unibyte-current-buffer-mule4): Ditto.
11396
11397 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11398
11399         * pop3.el (pop3-movemail): Use binary.
11400         (pop3-movemail-file-coding-system): Removed.
11401
11402 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11403
11404         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
11405
11406 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11407
11408         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
11409         exists.
11410
11411 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11412
11413         * gnus-msg.el (gnus-post-method): Use backend name when the
11414         address is "".
11415
11416 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11417
11418         * gnus-art.el (article-verify-x-pgp-sig): Don't test
11419         mm-verify-option.
11420         (gnus-treat-x-pgp-sig): Default value.
11421         (gnus-ignored-headers): Redundant.
11422
11423 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11424
11425         * gnus-win.el (gnus-configure-frame): Save selected window.
11426
11427 2000-02-15  Andrew Innes  <andrewi@gnu.org>
11428
11429         * nnmbox.el: Require gnus-range.
11430         (nnmbox-group-building-active-articles): New variable.
11431         (nnmbox-group-active-articles): New variable; this is a cache of
11432         all active articles by group and number.
11433         (nnmbox-in-header-p): New function.
11434         (nnmbox-find-article): New function.
11435         (nnmbox-record-active-article): New function.
11436         (nnmbox-record-deleted-article): New function.
11437         (nnmbox-is-article-active-p): New function.
11438         (nnmbox-retrieve-headers): Use nnmbox-find-article.
11439         (nnmbox-request-article): Ditto.  Also supply extra arg to
11440         nnmbox-article-group-number.
11441         (nnmbox-request-expire-articles): Ditto.
11442         (nnmbox-request-move-article): Ditto.
11443         (nnmbox-request-replace-article): Ditto.
11444         (nnmbox-request-rename-group): Rename group entry in active
11445         article cache.
11446         (nnmbox-delete-mail): Update active article cache, unless article
11447         is being replaced.
11448         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
11449         than partially duplicating it.
11450         (nnmbox-article-group-number): Add extra `this-line' arg, to
11451         handle articles belonging to multiple groups.
11452         (nnmbox-save-mail): Update active article cache.
11453         (nnmbox-read-mbox): Build active article cache when loading mbox.
11454         Also do some repair work, if we find articles that are missing the
11455         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
11456         reconstruct these from Xref info.
11457
11458 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11459
11460         * mail-source.el (mail-source-report-new-mail): Use
11461         nnheader-run-at-time.
11462
11463 2000-02-15  Andrew Innes  <andrewi@gnu.org>
11464
11465         * mail-source.el (mail-source-fetch-pop): Clear pop password when
11466         an error is thrown, and then rethrow the error.
11467         (mail-source-check-pop): Ditto.
11468         (mail-source-start-idle-timer): Prevent multiple pop checks
11469         running if the check takes a long time.
11470
11471 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11472
11473         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
11474         succeed.
11475
11476 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11477
11478         * gnus-win.el (gnus-configure-windows): Make sure
11479         nntp-server-buffer is live.
11480         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
11481
11482 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
11483
11484         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
11485
11486 2000-12-04  Andreas Jaeger  <aj@suse.de>
11487
11488         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
11489
11490 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11491
11492         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
11493
11494 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
11495         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
11496
11497         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
11498
11499 2000-12-01  Simon Josefsson  <sj@extundo.com>
11500
11501         * mml-smime.el (mml-smime-verify): Fix address parsing.
11502
11503 2000-12-01  Simon Josefsson  <sj@extundo.com>
11504
11505         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
11506         more than one certificate inside PKCS#7 blob.  Better security
11507         information (clamed / actual sender, openssl output, certificates
11508         inside message).
11509
11510         * smime.el (smime-verify-region): Output to /dev/null.
11511         (smime-buffer-as-string-region): Don't parse empty lines.
11512
11513 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11514
11515         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
11516         ?d and ?D.
11517         (gnus-mime-security-show-details-inline): New variable.
11518         (gnus-mime-security-show-details): Use them.
11519         (gnus-insert-mime-security-button): Ditto.
11520
11521         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
11522         Suggest by Michael Duggan (md5i@cs.cmu.edu).
11523         (mml2015-gpg-clear-verify): Ditto.
11524         (mml2015-gpg-decrypt-1): Ditto.
11525         (mml2015-use): Prefer 'gpg.
11526
11527 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11528
11529         * gnus-util.el (gnus-add-text-properties-when): New function.
11530         (gnus-remove-text-properties-when): Ditto.
11531
11532         * gnus-cite.el (gnus-article-hide-citation): Use them.
11533         (gnus-article-toggle-cited-text): Use them.
11534
11535         * gnus-art.el (gnus-signature-toggle): Use them.
11536         (gnus-article-show-hidden-text): Ditto.
11537         (gnus-article-hide-text): Ditto.
11538
11539 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11540
11541         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
11542
11543 2000-11-30  Simon Josefsson  <sj@extundo.com>
11544
11545         * smime.el (smime-point-at-eol): New alias.
11546         (smime-buffer-as-string-region): Use it.
11547
11548 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11549
11550         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
11551
11552 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11553
11554         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
11555
11556         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
11557
11558         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
11559
11560 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11561
11562         * nnmh.el (nnmh-request-expire-articles): Implemented
11563         expiry-target for nnmh backend.
11564
11565 2000-11-30  Simon Josefsson  <sj@extundo.com>
11566
11567         * mm-decode.el (mm-security-from): New variable.
11568         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
11569
11570         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
11571         than `from'.
11572
11573 2000-11-30  Simon Josefsson  <sj@extundo.com>
11574
11575         * mml-smime.el (mml-smime-verify): Verify that certificate mail
11576         address match sender address.
11577
11578         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
11579
11580         * smime.el (smime-verify-region): Don't copy buffer.
11581         (smime-decrypt-buffer): Use expand-file-name on keyfile.
11582         (smime-pkcs7-region): New function.
11583         (smime-pkcs7-certificates-region): Ditto.
11584         (smime-pkcs7-email-region): Ditto.
11585         (smime-buffer-as-string-region): Ditto.
11586
11587         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
11588         buffer.
11589
11590 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
11591
11592         * smime.el (smime-decrypt-region): Fix keyfile argument.
11593
11594 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11595
11596         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
11597
11598 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11599
11600         * message.el (message-shoot-gnksa-feet): New variable.
11601         (message-gnksa-enable-p): New function.
11602         (message-send): Use it.
11603         (message-check-news-body-syntax): Ditto.
11604
11605 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11606
11607         * message.el (message-make-message-id): Remove the redundancy.
11608
11609 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11610
11611         * message.el (message-setup): Discourage using mc-install-*-mode.
11612
11613         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
11614
11615 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11616
11617         * gnus-cite.el (gnus-cite-parse): Guess citation length.
11618
11619 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11620
11621         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
11622
11623 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11624
11625         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
11626
11627 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11628
11629         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
11630         insert-buffer-substring.
11631
11632         * message.el (message-send-mail): Use buffer-substring-no-properties.
11633         (message-send-news): Ditto.
11634
11635 2000-11-22  David Edmondson  <dme@dme.org>
11636
11637         * imap.el (imap-wait-for-tag): Message read info.
11638
11639 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11640
11641         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
11642         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
11643         (mml2015-gpg-encrypt): Ditto.
11644
11645 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11646
11647         * mm-decode.el (mm-verify-option): Default value.
11648
11649         * mml-sec.el (mml-secure-part): Error message.
11650
11651 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11652
11653         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
11654
11655 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11656
11657         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
11658
11659 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11660
11661         * gnus-art.el (gnus-article-describe-key): Use prompt.
11662         (gnus-article-describe-key-briefly): Ditto.
11663
11664 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11665
11666         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
11667
11668 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11669
11670         * gnus-art.el (gnus-article-describe-key): New function.
11671         (gnus-article-describe-key-briefly): New function.
11672
11673 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11674
11675         * mm-decode.el (mm-decrypt-option): Doc typo.
11676
11677         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
11678         return a number.
11679
11680 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11681
11682         * message.el (message-newline-and-reformat): Typo.
11683
11684 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11685
11686         * gnus-art.el (article-verify-x-pgp-sig): Check whether
11687         original-article-buffer exists.
11688
11689         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
11690         (rfc2047-header-encoding-alist): Addresses are different from text.
11691         (rfc2047-encode-message-header): Ditto.
11692         (rfc2047-dissect-region): Extra parameter.
11693         (rfc2047-encode-region): Ditto.
11694         (rfc2047-encode-string): Ditto.
11695
11696 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11697
11698         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
11699         (mm-uu-pgp-encrypted-extract): Use it.
11700         (mm-uu-pgp-signed-extract-1): New function.
11701         (mm-uu-pgp-signed-extract): Use it.
11702
11703         * gnus-art.el (gnus-mime-display-security): New function.
11704         (gnus-mime-display-part): Use it.
11705         (gnus-mime-security-verify-or-decrypt): New function.
11706         (gnus-mime-security-press-button): New function.
11707         (gnus-insert-mime-security-button): Use it.
11708
11709         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
11710         (mm-find-raw-part-by-type): Ditto.
11711         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
11712         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
11713         (mm-destroy-parts): Kill nested multibyte buffer.
11714
11715         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
11716         (mml2015-gpg-verify): Ditto.
11717
11718 2000-11-18  Simon Josefsson  <sj@extundo.com>
11719
11720         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
11721         (mml2015-function-alist): Use it.
11722
11723         * mml-sec.el (mml-sign-alist): Update names.
11724         (mml-encrypt-alist): Ditto.
11725         (mml-secure-part-smime-sign): Moved to mml-smime.el
11726         as `mml-smime-sign-query'.
11727         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
11728         `mml-smime-get-file-cert'.
11729         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
11730         `mml-smime-get-dns-cert'.
11731         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
11732         `mml-smime-encrypt-query'.
11733         (mml-smime-sign-buffer): Use mml-smime-sign.
11734         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
11735
11736         * mml-smime.el (mml-smime-sign): New function.
11737         (mml-smime-encrypt):
11738         (mml-smime-sign-query):
11739         (mml-smime-get-file-cert):
11740         (mml-smime-get-dns-cert):
11741         (mml-smime-encrypt-query): Moved from mml-sec.el.
11742
11743 2000-11-16  Simon Josefsson  <sj@extundo.com>
11744
11745         * mml2015.el (mml2015-gpg-clear-verify): New function.
11746         (mml2015-function-alist): Add it.
11747
11748 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
11749
11750         * message.el (message-setup-fill-variables): Use
11751         message-cite-prefix-regexp.
11752         (message-newline-and-reformat): Check the end of citation, leading
11753         WSP, break in the cite prefix.
11754         (message-fill-paragraph): New function.
11755
11756 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
11757
11758         * lpath.el: Shut up.
11759
11760 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
11761
11762         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
11763         raw 8-bit in headers in dk.* newsgroups.
11764
11765 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11766
11767         * message.el (message-newline-and-reformat): Match extra WSPs.
11768
11769 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
11770
11771         * mml.el (mml-generate-mime-1): Ignore ascii.
11772
11773 2000-11-16 Justin Sheehy  <justin@iago.org>
11774
11775         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
11776
11777 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11778
11779         * message.el (message-cite-prefix-regexp): Prefix should not end
11780         at space.
11781
11782 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
11783
11784         * message.el (message-mode-syntax-table): Add - as a word
11785         constituent as in articles.
11786         (message-setup-fill-variables): Add -_. as supercite-style prefix.
11787         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
11788         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
11789
11790 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
11791
11792         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
11793
11794 2000-11-12  David Edmondson  <dme@dme.org>
11795
11796         * message.el (message-font-lock-keywords): use
11797         message-cite-prefix-regexp.
11798
11799 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11800
11801         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
11802         Stein Arild Str\e,Ax\e(Bmme.
11803         (gnus-group-jump-to-group): Use it.
11804         (gnus-group-jump-to-group-prompt): Customize.
11805
11806 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
11807
11808         * mailcap.el (mailcap-possible-viewers): Match the entire string.
11809
11810 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
11811
11812         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
11813         incompatible.
11814         (mml2015-mailcrypt-sign): Ditto.
11815
11816 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
11817
11818         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
11819         group is open.
11820
11821 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
11822
11823         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
11824         nnvirtual articles.
11825         (gnus-backlog-request-article): Don't request nnvirtual articles.
11826
11827 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
11828
11829         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
11830         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
11831
11832 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
11833
11834         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
11835         * mml.el (mml-generate-mime-1): Use charset attribute.
11836         * mm-bodies.el (mm-encode-body): Add parameter charset.
11837         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
11838
11839 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
11840
11841         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
11842         (mml2015-mailcrypt-clear-decrypt): Ditto.
11843         (mml2015-mailcrypt-verify): Ditto.
11844         (mml2015-mailcrypt-clear-verify): Ditto.
11845         (mml2015-gpg-verify): Ditto.
11846
11847 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
11848
11849         * smime.el (smime-openssl-program): Test the existence of openssl.
11850         * mml-smime.el: Require mm-decode.
11851         (mml-smime-verify-test): New function.
11852         * mm-decode.el (mm-verify-function-alist): Use it.
11853
11854 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
11855
11856         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
11857         anyway.
11858
11859 2000-11-13  Simon Josefsson  <sj@extundo.com>
11860
11861         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
11862         verification doesn't work.
11863
11864 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
11865
11866         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
11867         (gnus-inews-do-gcc): Use it.
11868
11869 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
11870
11871         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
11872         leading space.
11873         * mm-extern.el (mm-inline-external-body): Report error when no
11874         access-type.
11875
11876 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
11877
11878         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
11879
11880 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
11881
11882         * gnus-art.el (gnus-mime-button-menu): Use select-window.
11883
11884 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
11885
11886         * gnus-art.el (gnus-mime-display-part): Display multipart/related
11887         as multipart/mixed.
11888
11889 2000-11-12  David Edmondson  <dme@dme.org>
11890
11891         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
11892         and replace `.' with `\w' to allow for different syntax tables
11893         (from Vladimir Volovich).
11894         * message.el (message-newline-and-reformat): use
11895         `message-cite-prefix-regexp'.
11896         * gnus-cite.el (gnus-supercite-regexp): use
11897         `message-cite-prefix-regexp'.
11898         * gnus-cite.el (gnus-cite-parse): use
11899         `message-cite-prefix-regexp'.
11900
11901 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
11902
11903         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
11904         PGP SIGNATURE.  Escape leading "-"'s.
11905         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
11906
11907 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
11908
11909         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
11910
11911 2000-11-11  Simon Josefsson  <sj@extundo.com>
11912
11913         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
11914
11915         * smime.el (smime-details-buffer): New variable.
11916         (smime-sign-region):
11917         (smime-encrypt-region):
11918         (smime-verify-region):
11919         (smime-decrypt-region): Copy OpenSSL output to the buffer.
11920
11921         * mml-smime.el (mml-smime-verify): Support security info.
11922
11923 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
11924
11925         * mm-decode.el (mm-verify-option): Set default to nil.
11926         (mm-decrypt-option): Ditto.
11927         * gnus-art.el (article-verify-x-pgp-sig): New function.
11928
11929 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
11930
11931         * gnus-art.el (gnus-mime-display-alternative): Show button if no
11932         preferred part.
11933
11934 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11935
11936         * gnus-sum.el (gnus-move-split-methods): Say that
11937         `gnus-split-methods' uses file names, whereas this uses group
11938         names.  (Report from Nevin Kapur)
11939
11940 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
11941
11942         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
11943
11944 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
11945
11946         * nnheader.el (nnheader-directory-files-is-safe): New variable.
11947         (nnheader-directory-articles): Use it.
11948         (nnheader-article-to-file-alist): Ditto.
11949
11950 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
11951
11952         * rfc2047.el (rfc2047-pad-base64): New function.
11953         (rfc2047-decode): Use it.
11954
11955 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
11956
11957         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
11958         select method.
11959
11960 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
11961
11962         * mml2015.el (mml2015-gpg-decrypt-1):
11963         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
11964
11965 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11966
11967         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
11968
11969 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
11970
11971         * pop3.el (pop3-munge-message-separator): A message may have an
11972         empty body.
11973
11974 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
11975
11976         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
11977         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
11978         (mm-uu-pgp-signed-extract): Use coding-system.
11979
11980 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
11981
11982         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
11983         (gnus-insert-mime-security-button): New function.
11984         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
11985         * mml2015.el:  Add security info when verify or decrypt.
11986         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
11987         (mm-uu-pgp-encrypted-extract): Ditto.
11988
11989 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
11990
11991         * mm-decode.el (mm-display-parts): New function.
11992         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
11993
11994 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11995
11996         * gnus-mlspl.el: Documentation tweaks.
11997
11998 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
11999
12000         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
12001         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
12002         argument.
12003
12004 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
12005
12006         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
12007
12008 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
12009
12010         * gnus-art.el (gnus-article-encrypt): New function.
12011         (gnus-article-encrypt-protocol-alist): New variable.
12012         (gnus-article-encrypt-protocol): New variable.
12013         * mml2015.el (mml2015-self-encrypt): New function.
12014         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
12015
12016 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
12017
12018         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
12019         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
12020         let mailcap do it.
12021         * mml2015.el: Remove snarf code.
12022         * mm-decode.el: Remove snarf code.
12023
12024 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
12025
12026         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
12027         (mml-insert-mime): Understand gnus-decoded.
12028         (mime-to-mml): New parameter handles.
12029         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
12030         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
12031
12032 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
12033
12034         * mm-decode.el (mime-security): New group.
12035         (mm-verify-function-alist): Add test function.
12036         (mm-decrypt-function-alist): Ditto.
12037         (mm-snarf-option): Set default value as nil.
12038         (mm-find-part-by-type): Recursive parameter.
12039         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
12040         * mml2015.el: Support draft-ietf-openpgp-multsig.
12041
12042 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
12043
12044         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
12045         (gnus-article-view-part-as-charset): New function.
12046
12047 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
12048
12049         * mm-decode.el (mm-verify-option): Default value.
12050         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
12051
12052 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12053
12054         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
12055
12056 2000-11-05  Simon Josefsson  <sj@extundo.com>
12057
12058         * mml-smime.el (mml-smime-verify): Work in original multipart
12059         buffert.
12060
12061         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
12062         (mm-handle-multipart-ctl-parameter): Ditto.
12063         (mm-alist-to-plist): New function.
12064         (mm-dissect-buffer): Store CTL parameters and copy original buffer
12065         for multiparts.
12066         (mm-destroy-parts): Destroy multipart buffert.
12067         (mm-remove-part): Ditto.
12068
12069         * mml-smime.el (mml-smime-sign): Not used.
12070         (mml-smime-encrypt): Ditto.
12071
12072         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
12073
12074         Verify S/MIME signature support.
12075
12076         * mm-decode.el (mm-inline-media-tests): Add
12077         application/{x-,}pkcs7-signature.
12078         (mm-inlined-types): Ditto.
12079         (mm-automatic-display): Ditto.
12080         (mm-verify-function-alist): Ditto.  Add name of method.
12081         (mm-decrypt-function-alist): Add name of method.
12082         (mm-find-part-by-type): Add documentation.
12083         (mm-possibly-verify-or-decrypt): Use new format of
12084         mm-{verify,decrypt}-function-alist.  Use method names.
12085
12086         * mml-smime.el (mml-smime-verify): New function.
12087
12088 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
12089
12090         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
12091
12092 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
12093
12094         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
12095         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
12096         * mm-decode.el (mm-snarf-option): New variable.
12097
12098 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
12099
12100         * mm-util.el (mm-subst-char-in-string): New function.
12101         (mm-replace-chars-in-string): Use it.
12102         * message.el (message-replace-chars-in-string): Use it.
12103         * nnheader.el (nnheader-replace-chars-in-string): Use it.
12104         * gnus-mh.el (mh-lib-progs): Shut up.
12105
12106 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
12107
12108         * base64.el, md5.el: Moved to contrib directory.
12109
12110 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
12111
12112         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
12113         the last article when search.
12114
12115 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
12116
12117         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
12118         * nnmail.el (nnmail-pathname-coding-system): Ditto.
12119
12120 2000-09-29  David Edmondson  <dme@thus.net>
12121
12122         * message.el (message-newline-and-reformat): Typo.
12123
12124 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12125
12126         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
12127
12128 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
12129
12130         * nntp.el (nntp-decode-text): Delete bogus status lines.
12131
12132 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
12133
12134         * message.el (message-font-lock-keywords): Match a final newline
12135         to help font-lock's multiline support.
12136
12137 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
12138
12139         * nnoo.el (nnoo-set): New function.
12140
12141 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
12142
12143         * gpg.el, gpg-ring.el: Moved to contrib directory.
12144
12145 2000-11-04  Simon Josefsson  <sj@extundo.com>
12146
12147         * nnimap.el (nnimap-split-inbox): Typo.
12148
12149 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
12150
12151         * gnus-msg.el (gnus-msg-mail): Move it backwards.
12152
12153 2000-11-03  Simon Josefsson  <sj@extundo.com>
12154
12155         * rfc2231.el (rfc2231-parse-qp-string): New function.
12156         (require): rfc2047.
12157
12158         * mail-parse.el (mail-header-parse-content-type):
12159         (mail-header-parse-content-disposition): Support invalid QP
12160         encoded strings, by using `rfc2231-parse-qp-string'.
12161
12162 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
12163
12164         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
12165         (rfc2231-decode-encoded-string): Typo "> X 1".
12166         (rfc2231-encode-string): Insert the name of charset.
12167         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
12168
12169 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
12170
12171         * mm-decode.el (mm-save-part): Return the filename.
12172         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
12173         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
12174         (gnus-mime-action-alist): Use it.
12175         (gnus-mime-button-commands): Use it.
12176         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
12177         (mm-inline-external-body): unwind-protect.
12178
12179 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
12180
12181         * gnus-art.el (gnus-insert-mime-button): Show url.
12182
12183 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
12184
12185         * mml.el (mml-generate-mime-1): Support external url.
12186         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
12187
12188 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
12189
12190         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
12191         * mm-decode.el (mm-display-external): Ditto.
12192         * mm-extern.el: New file.
12193         * mm-decode.el (mm-inline-media-tests): Hook it up.
12194         (mm-inlined-types): Inline message/external-body.
12195
12196 2000-11-02  Simon Josefsson  <sj@extundo.com>
12197
12198         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
12199
12200         * message.el (message-get-reply-headers): Better handling when
12201         Mail-Followup-To is very large.
12202
12203 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
12204
12205         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
12206         * gnus-art.el (gnus-article-edit-done):
12207         * gnus-sum.el (gnus-summary-edit-article-done): Move line
12208         counting code here.
12209         * gnus-msg.el (gnus-setup-message): Remove a hack.
12210
12211 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
12212
12213         * gnus-sum.el (gnus-newsgroup-variables): New variable.
12214         (gnus-summary-mode): Make them local variables.
12215         (gnus-set-global-variables): Globalize them.
12216         (gnus-summary-exit): Kill them.
12217
12218 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
12219
12220         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
12221         word.
12222
12223 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
12224
12225         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
12226         gnus-article-wash-types.
12227         * gnus-art.el (gnus-article-wash-status): Use them.
12228
12229 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
12230
12231         * mml.el (mml-read-tag): Remove spaces and LF.
12232
12233 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
12234
12235         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
12236         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
12237
12238 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
12239
12240         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
12241
12242 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
12243
12244         * gnus-sum.el (gnus-article-charset): New variable.
12245         (gnus-summary-display-article): Set it.
12246         * gnus-msg.el (gnus-copy-article-buffer): Use it.
12247         * gnus-art.el (gnus-article-mode): Make it local variable.
12248
12249 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12250
12251         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
12252
12253 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12254
12255         * nnwfm.el: New file.
12256
12257         * nnweb.el (nnweb-replace-in-string): New function.
12258
12259 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
12260
12261         * mml2015.el: Wrap gpg.el.
12262         * gpg.el (gpg-verify): The last argument of apply is a list.
12263         (gpg-encrypt): Add passphrase as a parameter.
12264
12265 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
12266
12267         * gpg.el: New file.
12268         * gpg-ring.el: New file.
12269
12270 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
12271
12272         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
12273
12274 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12275
12276         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
12277         double-quote characters.
12278         (gnus-summary-prepare-threads): Ditto.
12279
12280 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
12281
12282         * gnus-art.el (gnus-mime-display-single): Forward line -1.
12283         * mml.el (mml-read-tag): Don't skip the leading space.
12284         * lpath.el (font-lock-set-defaults): Shut up.
12285
12286 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
12287
12288         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
12289
12290 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
12291
12292         * qp.el (quoted-printable-encode-region): Replace leading - when
12293         ultra safe.
12294         * mml.el (mml-generate-mime-postprocess-function): Removed.
12295         (mml-postprocess-alist): Removed.
12296         (mml-generate-mime-1): Use ultra-safe when sign.
12297         * mml2015.el (mml2015-fix-micalg): Uppercase.
12298         (mml2015-verify): Insert LF.
12299         (mml2015-mailcrypt-sign): Downcase; search backward.
12300
12301 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12302
12303         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
12304         restrictive.
12305         (nnultimate-table-regexp): New variable.
12306         (nnultimate-forum-table-p): Use it.
12307
12308 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
12309         Trivial patch.
12310
12311         * gnus-sum.el (gnus-summary-expire-articles): Save point.
12312
12313 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
12314
12315         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
12316         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
12317
12318 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
12319
12320         * mml2015.el: Shut up.
12321
12322 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
12323
12324         * gnus.el (gnus-server-browse-hashtb): Removed.
12325         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
12326         (gnus-group-insert-group-line-info): Use simplified method.
12327         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
12328
12329 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
12330
12331         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
12332         moved here.
12333         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
12334         * gnus-group.el (gnus-group-prepare-flat): Use it.
12335         * gnus-topic.el (gnus-group-prepare-topics): Use it.
12336
12337 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
12338
12339         * mml.el (mml-mode): Show menu in XEmacs.
12340
12341 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
12342
12343         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
12344         (gnus-server-read-server-in-server-buffer): New function.
12345         (gnus-browse-foreign-server): Browse in group buffer.
12346         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
12347         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
12348         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
12349         * gnus.el (gnus-server-browse-hashtb): New variable.
12350
12351 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
12352
12353         * nnfolder.el (nnfolder-open-nov): Use group.
12354
12355 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
12356
12357         * nnfolder.el: Add NOV. Set version to 2.0.
12358         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
12359
12360 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
12361
12362         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
12363
12364 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12365
12366         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
12367         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
12368
12369 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
12370
12371         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
12372
12373 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
12374
12375         * mm-decode.el (mm-verify-function-alist): New variable.
12376         (mm-verify-option): New variable.
12377         (mm-decrypt-function-alist): Ditto.
12378         (mm-decrypt-option): Ditto.
12379         (mm-find-raw-part-by-type): New function.
12380         (mm-possibly-verify-or-decrypt): New function.
12381         (mm-dissect-multipart): Use it.
12382         * mml2015.el (mml2015-fix-micalg): New function.
12383         (mml2015-decrypt): Use new interface.
12384         (mml2015-verify):  Use new interface.
12385         (mml2015-setup): Make it bogus.
12386
12387 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
12388
12389         * mml.el (mml-generate-mime-postprocess-function): Set to
12390         mml-postprocess.
12391         (autoload): Autoload mml2015 and mml-smime.
12392         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
12393         * mml2015.el (mml2015-encrypt): New function.
12394         (mml2015-sign): New function.
12395         (mml2015-encrypt-function): New variable.
12396         (mml2015-sign-function): New variable.
12397         (mml2015-mailcrypt-encrypt): Use message-recipients.
12398         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
12399         * mml-smime.el (mml-smime-setup): Ditto.
12400
12401 2000-10-28  Simon Josefsson  <sj@extundo.com>
12402
12403         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
12404         Communigate Pro 3.3.1 server.
12405
12406         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
12407         in buffers.
12408         (mml-secure-dns-server): Removed.
12409         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
12410         write certificates to files.
12411
12412         * smime.el (smime-dns-server): New variable.
12413         (smime-mail-to-domain):
12414         (smime-cert-by-dns): New functions.
12415
12416         * dig.el: New file.
12417
12418 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
12419
12420         * message.el (message-options): New variable.
12421         (message-options-set-recipient): New function.
12422         (message-send): Use them.
12423         * gnus-int.el (gnus-request-replace-article): Use them.
12424         (gnus-request-accept-article): Ditto.
12425         * mml.el (mml-preview): Use them.
12426         * gnus-sum.el (gnus-summary-edit-article): Use them.
12427
12428         * message.el (message-options-get): New function.
12429         (message-options-get): New function.
12430         * rfc2047.el (rfc2047-encode-message-header): Use them.
12431         * mm-bodies.el (mm-encode-body): Use them.
12432
12433 2000-10-28  Simon Josefsson  <sj@extundo.com>
12434
12435         * nnimap.el (nnimap-retrieve-which-headers):
12436         (nnimap-request-article-part): Quote message-id.
12437
12438         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
12439         (smime-CA-file): New variable.
12440         (smime-call-openssl-region): Don't error.
12441         (smime-sign-region): Return result value.
12442         (smime-encrypt-region): Ditto.
12443         (smime-verify-region): New function.
12444         (smime-decrypt-region): Ditto.
12445         (smime-verify-buffer): Ditto.
12446         (smime-decrypt-buffer): Ditto.
12447
12448         * mml.el: Require mml-sec.
12449         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
12450         (mml-mode-map): Add "sign" and "encrypt" maps.
12451         (mml-menu): Add security menu.
12452         (mml-preview): Use generate-new-buffer.
12453
12454         * mml-sec.el: New file.
12455
12456 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
12457
12458         * mm-decode.el (mm-find-part-by-type): Move it here.
12459         * mml.el (mml-postprocess): Move it here.
12460         (mml-postprocess-alist): Move it here. Merge them.
12461
12462 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
12463
12464         * rfc2047.el (rfc2047-encode-message-header): Make sure no
12465         unencoded stuff in the header.
12466
12467 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
12468
12469         * gnus-group.el (gnus-group-listed-groups): New variable.
12470         (gnus-group-list-option): New variable.
12471         (gnus-group-list-limit-map): New keymap.
12472         (gnus-group-list-flush-map): New keymap.
12473         (gnus-group-list-plus-map): New keymap.
12474         (gnus-group-prepare-logic): New function.
12475         (gnus-group-prepare-flat): Merge with
12476         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
12477         (gnus-group-prepare-flat-list-dead): Ditto.
12478         (gnus-group-list-matching): Use gnus-group-prepare-function.
12479         (gnus-group-list-dormant): Ditto.
12480         (gnus-group-list-cached): Ditto.
12481         (gnus-group-listed-groups): New function.
12482         (gnus-group-list-limit): New function.
12483         (gnus-group-list-flush): New function.
12484         (gnus-group-list-plus): New function.
12485         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
12486         (gnus-topic-prepare-topic): Ditto.
12487
12488 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
12489
12490         * message.el (message-insert-to, message-get-reply-headers):
12491         (message-reply, message-followup): Mail-{Followup,Reply}-To.
12492
12493 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
12494
12495         * mml2015.el: New file.
12496         * smime.el: New file.
12497         * mml-smime.el: New file.
12498
12499 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
12500
12501         * ChangeLog: Moved to ChangeLog.1.
12502
12503     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
12504   Copying and distribution of this file, with or without modification,
12505   are permitted provided the copyright notice and this notice are preserved.
12506
12507 ;; Local Variables:
12508 ;; coding: iso-2022-7bit
12509 ;; End: