1 2000-07-05 Dave Love <fx@gnu.org>
3 * utf7.el: Doc and header fixes.
5 * gnus-sum.el: Doc fixes.
7 * gnus-util.el (gnus-point-at-eol, gnus-point-at-bol): Use
10 * flow-fill.el (fill-flowed-point-at-eol)
11 (fill-flowed-point-at-bol): Use defalias, not fset.
13 * gnus-art.el: Don't alias article-mime-decode-quoted-printable.
14 (gnus-Plain-save-name): Delete -- apparently bogus.
16 2000-07-03 00:12:26 Lars Magne Ingebrigtsen <larsi@gnus.org>
18 * nnsoup.el: Use expand-file-name throughout.
20 2000-07-03 00:07:51 Kjetil Torgrim Homme <kjetilho@ifi.uio.no>
22 * nnmail.el (nnmail-read-incoming-hook): New example.
24 2000-07-02 23:17:23 Lars Magne Ingebrigtsen <larsi@gnus.org>
26 * mm-view.el (mm-inline-text): Check whether the text has already
29 2000-07-04 15:17:05 ShengHuo ZHU <zsh@cs.rochester.edu>
31 * nnslashdot.el (nnslashdot-sid-strip): To strip or not to strip?
33 2000-07-03 Stainless Steel Rat <ratinox@peorth.gweep.net>
35 * gnus-sum.el (gnus-recenter): Fix horizontal recenter.
37 2000-07-03 Simon Josefsson <simon@josefsson.org>
39 * gnus-sum.el (gnus-update-marks): Don't propagate download and
42 2000-07-03 Simon Josefsson <jas@pdc.kth.se>
44 * nnimap.el (nnimap-open-connection): Don't look up virtual server
45 name in authinfo (.authinfo now support ports, no need for the
47 (nnimap-split-find-rule): Fix.
48 (nnimap-open-connection): Look for nnimap-server-address in authinfo.
50 2000-07-03 Paul Stodghill <stodghil@CS.Cornell.EDU>
52 * message.el (message-unquote-tokens): Remove all quotes.
54 2000-07-03 00:29:08 Julien Gilles <julien.gilles@bcv01y01.vz.cit.alcatel.fr>
56 * gnus-ml.el: New file.
58 2000-07-02 16:11:25 Lars Magne Ingebrigtsen <larsi@gnus.org>
60 * nnultimate.el (nnultimate-request-close): New function.
62 * gnus-start.el (gnus-clear-system): Clear nnmail-split-history.
64 2000-06-18 Norbert Koch <norbert@s.netic.de>
66 * Makefile.in: Better support for xemacs builds
68 Sun Jul 2 15:11:35 2000 Lars Magne Ingebrigtsen <lmi@quimbies.gnus.org>
70 * gnus.el: Gnus v5.8.7 is released.
72 2000-05-19 06:32:52 Lars Magne Ingebrigtsen <larsi@gnus.org>
74 * mm-decode.el (mm-insert-part): Characters doubly decoded.
76 2000-07-01 10:23:08 Shenghuo ZHU <zsh@cs.rochester.edu>
78 * message.el (message-do-fcc): Encode MIME.
80 2000-06-28 13:52:57 Shenghuo ZHU <zsh@cs.rochester.edu>
82 * lpath.el: Fbind image-size.
84 2000-06-28 Simon Josefsson <simon@josefsson.org>
86 * nnimap.el (nnimap-split-rule): Update doc with extended syntax.
87 (nnimap-assoc-match): New function.
88 (nnimap-split-find-rule): Support extended syntax.
90 2000-06-28 Simon Josefsson <simon@josefsson.org>
92 * nnimap.el (nnimap-open-connection): Use port stuff.
94 * gnus-util.el (gnus-netrc-machine): Add defaultport parameter,
95 document port and defaultport.
97 2000-06-27 Paul Stodghill <stodghil@CS.Cornell.EDU>
99 * gnus-agent.el (gnus-agent-synchronize): Kill flags buffer.
101 2000-06-26 Dave Love <fx@gnu.org>
103 * mm-decode.el (mm-image-fit-p): Use `image-size' in Emacs.
105 * message.el: Remove unnecessary `require'ments. Defvar
106 gnus-list-identifiers when compiling. Don't try to autoload
107 variable `gnus-list-identifiers'. Autoload
108 gnus-group-name-charset.
109 (message-fetch-field): Don't assume `format' removes text
111 (message-strip-list-identifiers, message-reply, message-followup):
113 (message-mode): Tidy XEmacs conditionals.
114 (message-replace-chars-in-string): Use subst-char-in-string when
117 * gnus-xmas.el (gnus-xmas-define) <match-string-no-properties>:
120 * gnus-art.el (gnus-article-edit-exit): Don't assume `format'
121 removes text properties.
123 * gnus-srvr.el (gnus-browse-group-name): Likewise.
125 * gnus-msg.el (gnus-copy-article-buffer): Likewise.
127 * gnus-score.el (gnus-summary-score-entry): Likewise.
129 2000-06-26 11:18:57 Katsumi Yamaoka <yamaoka@jpl.org>
131 * nnimap.el (nnimap-request-post): Fix parenthesis.
133 2000-06-26 Paul Stodghill <stodghil@CS.Cornell.EDU>
135 * message.el (message-unquote-tokens): New function.
137 * gnus-msg.el (gnus-inews-do-gcc): Unquote gcc tokens.
139 * nnimap.el (nnimap-request-post): Ditto.
141 2000-06-21 Simon Josefsson <jas@pdc.kth.se>
143 * gnus.el (gnus-asynchronous): Removed (defined in gnus-async.el).
145 * nnimap.el (nnimap-callback): Update for IMAP4rev1 servers (see
146 patch commited 2000-04-02).
148 2000-06-20 Simon Josefsson <jas@pdc.kth.se>
150 * imap.el (imap-mailbox-examine-1): New function.
151 (imap-message-copyuid-1):
152 (imap-message-appenduid-1): Use it, instead of
153 `imap-mailbox-examine' which would utf-7 encode mailbox name
156 2000-06-19 Dave Love <fx@gnu.org>
158 * mm-uu.el Don't require message. Require cl when compiling.
160 2000-06-17 18:58:46 Shenghuo ZHU <zsh@cs.rochester.edu>
162 * gnus-sum.el (gnus-summary-local-variables): gnus-orphan-score is
164 * gnus-sum.el (gnus-orphan-score): Move here.
166 2000-06-10 09:33:36 Shenghuo ZHU <zsh@cs.rochester.edu>
168 * message.el (message-forward): Remove show-mml condition.
169 (message-forward-ignored-headers): Remove X-Gnus headers.
171 2000-06-08 Simon Josefsson <simon@josefsson.org>
173 * gnus-cus.el (gnus-extra-group-parameters): Add uidvalidity.
175 2000-06-08 12:34:26 Urban Engberg <ue@ccieurope.com>
177 * gnus-demon.el (gnus-demon-scan-mail): Bind nnmail-fetched-sources.
179 2000-06-08 12:27:55 Shenghuo ZHU <zsh@cs.rochester.edu>
181 * message.el (message-syntax-checks): Add type.
183 2000-06-07 Dave Love <fx@gnu.org>
185 * mm-view.el (mm-inline-image-emacs): Don't specify string for
187 (mm-inline-image): Defalias, not fset.
189 * gnus.el (gnus-group-startup-message): Don't specify string for
192 * gnus-ems.el (gnus-add-minor-mode): Make it an alias if
193 add-minor-mode is available.
194 (gnus-article-display-xface): Don't specify string for
197 2000-06-06 13:28:53 Shenghuo ZHU <zsh@cs.rochester.edu>
199 * gnus-topic.el (gnus-topic-remove-topic): Set hidden.
200 (gnus-topic-insert-topic-line): Use shownp.
201 (gnus-topic-hide-topic): Don't use hidden.
202 (gnus-topic-show-topic): Don't use hidden.
204 2000-06-05 22:25:12 Shenghuo ZHU <zsh@cs.rochester.edu>
206 * gnus-cache.el (gnus-cache-possibly-enter-article): Bind coding
208 * gnus-soup.el (gnus-soup-write-prefixes): Ditto.
209 * gnus-start.el (gnus-slave-save-newsrc): Ditto.
210 * gnus-util.el (gnus-output-to-rmail): Ditto.
211 (gnus-output-to-mail): Ditto.
212 (gnus-write-buffer): Ditto.
213 * gnus-uu.el (gnus-uu-save-article): Ditto.
215 2000-06-04 15:05:16 Shenghuo ZHU <zsh@cs.rochester.edu>
217 * message.el (message-read-from-minibuffer): Typo.
219 2000-06-03 13:36:46 Shenghuo ZHU <zsh@cs.rochester.edu>
221 * gnus-art.el (article-decode-charset): Override non-MIME forward
224 2000-06-02 12:04:26 Shenghuo ZHU <zsh@cs.rochester.edu>
226 * mml.el (mml-quote-region): Correct the regexp.
227 * gnus-msg.el (gnus-summary-reply): mml-quote it.
229 2000-06-02 11:57:15 Shenghuo ZHU <zsh@cs.rochester.edu>
231 * message.el (message-forward): Insert raw text.
232 * mml.el (mml-parse-1): Get raw text in unibyte mode.
233 (mml-generate-mime-1): Insert raw text in unibyte mode.
235 2000-06-01 Florian Weimer <fw@deneb.cygnus.argh.org>
237 * mm-bodies.el (mm-body-encoding): Always encoded if
238 `mm-use-ultra-safe-encoding' is set.
240 2000-05-31 14:50:52 Shenghuo ZHU <zsh@cs.rochester.edu>
242 * mml.el (ange-ftp-name-format): Typo.
244 2000-05-30 Simon Josefsson <jas@pdc.kth.se>
246 * gnus-start.el (gnus-get-unread-articles): If
247 `gnus-activate-group' and/or `gnus-check-server' return nil, don't
248 try to do anything on that server.
250 2000-05-25 Simon Josefsson <jas@pdc.kth.se>
252 * gnus-group.el (gnus-group-nnimap-edit-acl): Help text updated
255 2000-05-08 Simon Josefsson <jas@pdc.kth.se>
257 * gnus-group.el (gnus-group-expire-articles-1): Make sure server
260 2000-05-24 Dave Love <fx@gnu.org>
262 * mml.el (mml-parse-file-name): Fix ange-ftp part.
264 2000-05-22 Didier Verna <didier@lrde.epita.fr>
266 * gnus.el (gnus-redefine-select-method-widget): new function, call
267 it once. Add an "other" entry for unknown but editable backend
269 * gnus-start.el (gnus-declare-backend): use it.
271 2000-05-19 Dave Love <fx@gnu.org>
273 * gnus-art.el (gnus-article-next-page): Revert last change.
275 2000-05-19 09:56:07 Shenghuo ZHU <zsh@cs.rochester.edu>
277 * gnus-agent.el (gnus-agent-open-history): Open history in binary mode.
279 2000-05-19 Dave Love <fx@gnu.org>
281 * gnus-art.el (gnus-mime-externalize-part): Bind mm-inlined-types,
282 not mm-inline-large-images.
284 2000-05-19 01:45:40 Shenghuo ZHU <zsh@cs.rochester.edu>
286 * mml.el (mml-parse-1): Don't test multiple-charsets within mml tag.
288 2000-05-18 Dave Love <fx@gnu.org>
290 * gnus-art.el: Use defalias, not fset.
291 (gnus-article-x-face-command): Don't test for xbm.
292 (gnus-article-next-page): Redisplay before testing point in window.
294 2000-05-17 21:16:54 Shenghuo ZHU <zsh@cs.rochester.edu>
296 * gnus-group.el (gnus-group-mode-map): Add M-SPACE.
297 * mml.el (mml-mode-map): Comment out mml-narrow-to-part.
299 2000-05-17 21:13:38 Jim Davidson <jdavidson@acm.org>
301 * gnus-sum.el (gnus-summary-save-article-rmail): Use
302 gnus-summary-save-in-rmail.
303 * message.el (message-output): Ditto.
305 2000-05-17 22:37:25 Katsumi Yamaoka <yamaoka@jpl.org>
307 * gnus-art.el (gnus-emphasize-whitespace-regexp): Doc fix.
309 2000-05-17 14:03:49 Shenghuo ZHU <zsh@cs.rochester.edu>
311 * rfc2047.el (rfc2047-encode-message-header): Encode if the method
313 * message.el (message-send-news): Check group name charset.
314 * gnus-msg.el (gnus-post-news): Decode group name.
315 (gnus-inews-do-gcc): Encode group name.
317 2000-05-17 10:16:32 Karl Kleinpaste <karl@charcoal.com>
319 * gnus-art.el (gnus-emphasize-whitespace-regexp): New variable.
320 * gnus-util.el (gnus-put-text-property-excluding-newlines): Use it.
322 2000-05-17 02:25:11 Shenghuo ZHU <zsh@cs.rochester.edu>
324 * gnus-group.el (gnus-group-mark-line-p): New function.
325 (gnus-group-goto-group): New parameter.
326 (gnus-group-remove-mark): Use it.
327 * gnus-topic.el (gnus-topic-move-group): Ditto.
328 (gnus-topic-remove-group): Ditto.
330 2000-05-17 00:49:09 Shenghuo ZHU <zsh@cs.rochester.edu>
332 * gnus-group.el (gnus-group-list-dormant): New function.
334 2000-05-16 23:20:42 Shenghuo ZHU <zsh@cs.rochester.edu>
336 * gnus-agent.el (gnus-agent-synchronize): Use
337 nnheader-insert-file-contents.
338 (gnus-agent-save-active-1): Ditto.
339 (gnus-agent-write-active): Ditto.
340 (gnus-agent-expire): Ditto.
341 * gnus-cache.el (gnus-cache-read-active): Ditto.
342 * gnus-start.el (gnus-master-read-slave-newsrc): Ditto.
343 * gnus-sum.el (gnus-summary-import-article): Ditto.
345 * gnus-agent.el (gnus-agent-write-servers): Bind coding-system.
346 (gnus-agent-save-group-info): Ditto.
347 (gnus-agent-save-alist): Ditto.
348 * gnus-util.el (gnus-make-directory): Ditto.
350 * gnus-agent.el (gnus-agent-save-group-info): Disable multibyte.
352 2000-05-16 21:13:24 Shenghuo ZHU <zsh@cs.rochester.edu>
354 * mml.el (mml-generate-mime-preprocess-function): New variable.
355 (mml-generate-mime-postprocess-function): New variable.
356 (mml-generate-mime-1): Use them.
358 2000-05-16 18:15:24 Shenghuo ZHU <zsh@cs.rochester.edu>
360 * gnus-group.el (gnus-group-apropos): Group name charset.
361 * gnus-sum.el (gnus-set-mode-line): Ditto.
362 * gnus-group.el (gnus-group-decoded-name): New function.
363 (gnus-group-edit-group): Use it.
364 * gnus-cus.el (gnus-group-customize): Use it.
366 2000-05-16 17:55:57 Karl Kleinpaste <karl@charcoal.com>
368 * gnus-util.el (gnus-put-text-property-excluding-newlines): Improve.
370 2000-05-16 16:22:17 Shenghuo ZHU <zsh@cs.rochester.edu>
372 * gnus-group.el (gnus-group-name-charset-method-alist): New variable.
373 (gnus-group-name-charset-group-alist): Ditto.
374 (gnus-group-name-charset): New function.
375 (gnus-group-name-decode): New function.
376 (gnus-group-insert-group-line): Use them.
377 (gnus-group-prepare-flat-list-dead): Ditto.
378 (gnus-group-list-active): Ditto.
379 (gnus-group-describe-all-groups): Ditto.
380 (gnus-group-prepare-flat-list-dead-predicate): Ditto.
381 * gnus-srvr.el: (gnus-browse-foreign-server): Decode group name and
382 add gnus-group property.
383 (gnus-browse-group-name): Read gnus-group property.
385 2000-05-16 15:27:08 Shenghuo ZHU <zsh@cs.rochester.edu>
387 * nnfolder.el (nnfolder-possibly-change-group): Use
388 file-name-coding-system instead of pathname-coding-system.
389 * nnmail.el (nnmail-find-file): Ditto.
390 (nnmail-write-region): Ditto.
391 * nnmh.el (nnmh-retrieve-headers): Ditto.
392 (nnmh-request-article): Ditto.
393 (nnmh-request-group): Ditto.
394 (nnmh-request-list): Ditto.
395 (nnmh-possibly-change-directory): Ditto.
396 (nnmh-active-number): Ditto.
397 * nnml.el (nnml-possibly-change-directory): Ditto.
398 (nnml-request-list): Ditto.
399 (nnml-request-article): Ditto.
400 (nnml-retrieve-headers): Ditto.
402 2000-05-16 Simon Josefsson <jas@pdc.kth.se>
404 * nnimap.el (nnimap-request-accept-article): Don't unselect
405 mailbox if no mailbox is selected.
407 2000-05-15 Per Abrahamsen <abraham@dina.kvl.dk>
409 * gnus-art.el (gnus-button-url-regexp): Revert earlier change.
410 Recognize domain names starting with `www.' as starting an URL.
412 2000-05-15 09:46:47 Shenghuo ZHU <zsh@cs.rochester.edu>
414 * mail-source.el (mail-source-fetch-maildir): Insert "From ".
415 (mail-source-keyword-map): Add "subdirs" for maildir.
417 2000-05-14 16:19:28 Shenghuo ZHU <zsh@cs.rochester.edu>
419 * nnmail.el (nnmail-scan-directory-mail-source-once): New variable.
420 (nnmail-get-new-mail): Use it.
421 * gnus-start.el (gnus-get-unread-articles): Ditto.
423 2000-05-14 14:02:12 Shenghuo ZHU <zsh@cs.rochester.edu>
425 * gnus-sum.el (gnus-summary-edit-article): Better support for
427 * nndraft.el (nndraft-request-replace-article): New function,
428 bind nnmail-file-coding-system.
430 2000-05-14 Dave Love <fx@gnu.org>
432 * nnheader.el: Replace uses of `fset' with `defalias'.
433 (jka-compr-compression-info-list): Only defvar when compiling.
435 2000-05-14 12:30:28 Shenghuo ZHU <zsh@cs.rochester.edu>
437 * webmail.el (webmail-netaddress-article): Refresh redirect.
439 2000-05-13 20:41:10 Shenghuo ZHU <zsh@cs.rochester.edu>
441 * mm-view.el (mm-inline-text): w3 might not recognize utf-8.
443 2000-05-13 16:49:41 Shenghuo ZHU <zsh@cs.rochester.edu>
445 * webmail.el: Translate to SP.
447 2000-05-13 13:00:17 Robin S. Socha <robin@socha.net>
449 * message.el (message-bounce): Doc typo.
451 2000-05-13 12:25:21 Shenghuo ZHU <zsh@cs.rochester.edu>
453 * gnus-soup.el (gnus-soup-encoding-type): u is USENET news format.
454 (gnus-soup-store): Ditto.
455 (gnus-soup-send-packet): Ditto.
456 * nnsoup.el (nnsoup-replies-format-type): Ditto.
457 (nnsoup-dissect-buffer): Ditto.
458 (nnsoup-narrow-to-article): Ditto.
459 (nnsoup-make-active): Ditto
461 2000-05-13 12:03:29 Shenghuo ZHU <zsh@cs.rochester.edu>
463 * message.el (message-mode): Two parameters for local-variable-p.
465 2000-05-13 00:54:46 Shenghuo ZHU <zsh@cs.rochester.edu>
467 * message.el (message-strip-list-identifiers): New function.
468 (message-reply): Use it and use message-strip-subject-re.
469 (message-followup): Ditto.
470 * gnus-art.el (article-hide-list-identifiers): Remove more.
471 * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
473 2000-05-12 22:28:54 Shenghuo ZHU <zsh@cs.rochester.edu>
475 * gnus-uu.el (gnus-uu-digest-mail-forward): Bind
476 mail-parset-charset and use non-numeric argument.
478 2000-05-12 20:54:11 Shenghuo ZHU <zsh@cs.rochester.edu>
480 * mml.el (mml-buffer-list): New variable.
481 (mml-generate-new-buffer): New function.
482 (mml-destroy-buffers): Ditto.
483 (mml-insert-mime): Use them.
484 * gnus-msg.el (gnus-setup-message): mml-buffer leaks.
485 * gnus-sum.el (gnus-summary-edit-article): Ditto.
486 * message.el (message-mode): Ditto.
487 * gnus-uu.el (gnus-uu-digest-headers): Keep MIME headers.
488 (gnus-uu-save-article): Support show-as-mml.
489 * message.el (message-forward): Ditto.
491 2000-05-12 15:15:55 Shenghuo ZHU <zsh@cs.rochester.edu>
493 * nndoc.el (nndoc-type-alist): mime-digest head-begin.
494 (nndoc-mime-digest-type-p): Locate article head precisely.
495 * mml.el (mml-generate-default-type): New variable.
496 (mml-generate-mime-1): Use it.
497 (mml-insert-mime-headers): Use it.
498 * gnus-uu.el (gnus-uu-digest-buffer): New variable.
499 (gnus-uu-digest-mail-forward): Use it and call message-forward
500 with argument digest.
501 (gnus-uu-save-article): Support message-forward-as-mime.
502 * message.el (message-forward): Add parameter digest.
503 * mm-decode.el (mm-dissect-default-type): New variable.
504 (mm-dissect-buffer): Use it.
506 2000-05-11 11:08:03 Shenghuo ZHU <zsh@cs.rochester.edu>
508 * mml.el (mml-parse-singlepart-with-multiple-charsets): Set space,
509 newline and paragraph to nil when got a non-ascii character. Test
510 paragraph before newline.
512 2000-05-10 12:17:58 Shenghuo ZHU <zsh@cs.rochester.edu>
514 * qp.el (quoted-printable-encode-region): Bind tab-width to 1. Set
517 2000-05-10 09:11:48 Lars Magne Ingebrigtsen <larsi@gnus.org>
519 * nnslashdot.el (nnslashdot-sid-strip): New function.
520 (nnslashdot-threaded-retrieve-headers): New format.
521 (nnslashdot-sane-retrieve-headers): Ditto.
522 (nnslashdot-request-article): Ditto.
523 (nnslashdot-threaded-retrieve-headers): Thread properly.
524 (nnslashdot-request-article): Be more lenient.
525 (nnslashdot-threaded-retrieve-headers): Regexp search.
527 2000-05-09 13:23:50 Shenghuo ZHU <zsh@cs.rochester.edu>
529 * gnus-sum.el (gnus-with-article): Define it before use it.
531 2000-05-08 22:34:19 Shenghuo ZHU <zsh@cs.rochester.edu>
533 * message.el (message-supersede): Use mime-to-mml.
534 * mm-decode.el (mm-insert-part): Test the buffer if no encoding.
536 2000-05-08 22:34:24 Katsumi Yamaoka <yamaoka@jpl.org>
538 * gnus-group.el (gnus-group-list-cached): Don't use
539 `subst-char-in-string'.
541 2000-05-08 Dave Love <fx@gnu.org>
543 * pop3.el (pop3-open-server): Fix creating name of trace buffer.
545 2000-05-08 01:07:47 Shenghuo ZHU <zsh@cs.rochester.edu>
547 * mm-decode.el (mm-interactively-view-part): Append %s if the
548 method is a single word.
549 * nnwarchive.el (nnwarchive-type-definition): Typo.
551 2000-05-07 17:24:01 Shenghuo ZHU <zsh@cs.rochester.edu>
553 * gnus-group.el (gnus-group-prepare-flat-list-dead-predicate): New
555 (gnus-group-prepare-flat-predicate): Use it.
556 (gnus-group-list-cached): List dead groups.
558 2000-05-07 10:50:02 Shenghuo ZHU <zsh@cs.rochester.edu>
560 * gnus-art.el (article-decode-charset): Don't decode message with
563 2000-05-07 Florian Weimer <fw@deneb.cygnus.argh.org>
565 * mailcap.el (mailcap-maybe-eval): Honor user request not to
566 evaluate the Lisp code.
568 2000-05-06 17:40:20 Shenghuo ZHU <zsh@cs.rochester.edu>
570 * gnus-art.el (article-wash-html): New function.
571 (gnus-article-wash-html): Bind.
572 (gnus-article-make-menu-bar): Menu item.
573 * gnus-sum.el (gnus-summary-wash-map): Bind 'h'.
574 (gnus-summary-make-menu-bar): Menu item.
577 2000-05-06 Florian Weimer <fw@deneb.cygnus.argh.org>
579 * gnus-uu.el (gnus-uu-unshar-warning): New variable.
580 (gnus-uu-unshar-article): Use it.
582 * mailcap.el (mailcap-maybe-eval-warning): New variable.
583 (mailcap-maybe-eval): Use it.
585 * gnus-msg.el (gnus-group-posting-charset-alist): Speling mistake
588 * mml.el (mml-generate-mime-1): Small comment.
590 2000-05-05 12:27:53 Shenghuo ZHU <zsh@cs.rochester.edu>
592 * gnus-art.el (article-de-base64-unreadable): New function.
593 (gnus-article-de-base64-unreadable): Bind.
594 (gnus-article-make-menu-bar): Menu item.
595 * gnus-sum.el (gnus-summary-wash-map): Bind '6' and 'Z'.
596 (gnus-summary-make-menu-bar): Menu item.
599 2000-05-05 10:32:27 Shenghuo ZHU <zsh@cs.rochester.edu>
601 * gnus-sum.el (gnus-summary-show-article): Remove en/disable multibyte.
602 (gnus-summary-select-article): Add en/disable multibyte.
604 2000-05-05 02:47:23 Shenghuo ZHU <zsh@cs.rochester.edu>
606 * gnus-sum.el (gnus-summary-edit-article): Enable multibyte.
607 (gnus-summary-edit-article): New feature: editing raw articles.
609 2000-05-05 00:30:12 Shenghuo ZHU <zsh@cs.rochester.edu>
611 * rfc2047.el (rfc2047-encode-region): Insert a space before encoding.
612 Emacs MULE can not encode adjacent iso-2022-jp and cn-gb-2312.
613 * gnus-msg.el (gnus-summary-mail-forward): Use unibyte buffer.
614 Emacs MULE can not copy some 8bit characters in multibyte buffers.
615 * mm-decode.el (mm-insert-part): Ditto.
617 2000-05-04 17:49:04 Shenghuo ZHU <zsh@cs.rochester.edu>
619 * nndoc.el (nndoc-type-alist): Extend forward regexp.
620 (nndoc-forward-type-p): Ditto.
622 2000-05-04 17:13:04 Shenghuo ZHU <zsh@cs.rochester.edu>
624 * mm-util.el (mm-with-unibyte-current-buffer): Set the default
625 value of enable-multibyte-characters.
627 2000-05-04 10:31:24 Shenghuo ZHU <zsh@cs.rochester.edu>
629 * gnus-sum.el (gnus-summary-show-article): En/disable multibyte.
631 2000-05-03 Dave Love <fx@gnu.org>
633 * gnus-ems.el (gnus-article-xface-ring-internal)
634 (gnus-article-xface-ring-size): New variable.
635 (gnus-article-display-xface): Use them to cache data. Don't try
636 to use XPM. Set up binary coding for PBM's sake.
638 2000-05-03 14:23:38 Shenghuo ZHU <zsh@cs.rochester.edu>
640 * gnus-msg.el (gnus-inews-do-gcc): Set mail-parse-charset.
641 * gnus-int.el (gnus-request-accept-article): Ditto.
642 (gnus-request-replace-article): Ditto.
643 * mm-util.el (mm-mime-mule-charset-alist): Add a fake mule-charset.
645 2000-05-03 14:11:23 Shenghuo ZHU <zsh@cs.rochester.edu>
647 * rfc2047.el (rfc2047-encode): Test the validity of coding-system.
649 2000-05-03 11:35:15 Shenghuo ZHU <zsh@cs.rochester.edu>
651 * rfc2047.el (rfc2047-encode-message-header): Encode field by
653 * mml.el (mml-to-mime): Use message-default-charset.
654 (mml-preview): Narrow to headers.
655 * message.el (message-send-mail): Use message-default-charset.
656 (message-send-news): Narrow to headers;
657 use message-default-charset.
659 2000-05-03 08:09:14 Shenghuo ZHU <zsh@cs.rochester.edu>
661 * mm-bodies.el (mm-decode-content-transfer-encoding): A better junk
663 * mml.el (mml-parse-singlepart-with-multiple-charsets): Save
665 (mml-parse-1): Warning message.
666 (mml-preview): Disable multibyte.
668 2000-05-03 Dave Love <fx@gnu.org>
670 * gnus.el (gnus-group-startup-message): Add newline before image.
672 2000-05-02 21:34:10 Shenghuo ZHU <zsh@cs.rochester.edu>
674 * rfc2047.el (rfc2047-encode-message-header): Check the coding-system.
675 * message.el (message-send-mail): Use unibyte-buffer.
676 (message-send-mail): Ditto.
678 Mon May 1 15:09:46 2000 Lars Magne Ingebrigtsen <lmi@quimbies.gnus.org>
680 * gnus.el: Gnus v5.8.6 is released.
682 2000-05-01 07:45:43 Shenghuo ZHU <zsh@cs.rochester.edu>
684 * mml.el (mml-parse-1): Set no-markup-p and warn to nil.
686 2000-04-28 21:14:21 Shenghuo ZHU <zsh@cs.rochester.edu>
688 * rfc2047.el (rfc2047-q-encoding-alist): Encode HTAB.
690 2000-04-28 16:37:09 Shenghuo ZHU <zsh@cs.rochester.edu>
692 * message.el (message-send-mail-partially): Use forward-line.
694 2000-04-28 16:01:09 Shenghuo ZHU <zsh@cs.rochester.edu>
696 * gnus-art.el (gnus-mime-button-menu): Use call-interactively.
698 2000-04-28 15:30:17 Shenghuo ZHU <zsh@cs.rochester.edu>
700 * mml.el (mml-generate-mime-1): Ignore 0x1b.
701 (mml-insert-mime): No markup only for text/plain.
702 (mime-to-mml): Remove MIME headers.
704 2000-04-28 14:23:14 Shenghuo ZHU <zsh@cs.rochester.edu>
706 * mml.el (mml-preview): Set gnus-newsgroup-charset.
707 * rfc2047.el (rfc2047-encode-message-header): Encode non-ascii
709 * lpath.el: Fbind image functions.
711 2000-04-28 Dave Love <fx@gnu.org>
713 * gnus.el (gnus-group-startup-message): Maybe use image in Emacs
716 * mailcap.el (mailcap-parse-mailcaps): Revert last change to
717 search order. Use parse-colon-path and remove some redundancy.
719 (mailcap-parse-mimetypes): Code consistently with
720 mailcap-parse-mailcaps. Doc fix.
722 * gnus-start.el (gnus-unload): Iterate over `features', not
725 2000-04-28 09:52:21 Shenghuo ZHU <zsh@cs.rochester.edu>
727 * mml.el (mml-parse-1): Don't create blank parts.
728 (mml-read-part): Fix mml tag.
729 (mml-insert-mime): Convert message/rfc822.
730 (mml-insert-mml-markup): Add mmlp parameter.
732 2000-04-28 01:16:10 Shenghuo ZHU <zsh@cs.rochester.edu>
734 * message.el (message-send-mail-partially): Remove CTE.
736 2000-04-28 00:31:53 Shenghuo ZHU <zsh@cs.rochester.edu>
738 * lpath.el: Fbind put-image for XEmacs.
739 * mm-view.el (mm-inline-image): Fset it.
741 2000-04-27 23:23:37 Shenghuo ZHU <zsh@cs.rochester.edu>
743 * nndoc.el (nndoc-type-alist): Change forward regexp.
745 2000-04-27 21:57:10 Shenghuo ZHU <zsh@cs.rochester.edu>
747 * message.el (message-send-mail-partially-limit): Change the
750 2000-04-27 21:53:32 Erik Toubro Nielsen <erik@ifad.dk>
752 * gnus-util.el (gnus-extract-address-components): Name might be
755 2000-04-27 20:32:06 Shenghuo ZHU <zsh@cs.rochester.edu>
757 * gnus-msg.el (gnus-summary-mail-forward): Use ARG.
758 (gnus-summary-post-forward): Ditto.
759 * message.el (message-forward-show-mml): New variable.
760 (message-forward): Use it.
761 * mml.el (mml-parse-1): Add tag mml.
762 (mml-read-part): Ditto.
763 (mml-generate-mime): Support reentance.
764 (mml-generate-mime-1): Support mml tag.
766 2000-04-27 Dave Love <fx@gnu.org>
768 * gnus-art.el: Don't bother to require custom, browse-url.
769 (gnus-article-x-face-command): Include gnus-article-display-xface.
771 * gnus-ems.el: Assume only (X)Emacs 20+. Simplify XEmacs checks.
772 Use defalias, not fset.
773 (gnus-article-display-xface): New function.
775 * mm-view.el (mm-inline-image-emacs): Use put-image, remove-images.
777 * mm-decode.el: Small doc fixes. Require cl when compiling.
778 (mm-xemacs-p): Deleted.
779 (mm-get-image-emacs, mm-get-image-xemacs): Deleted.
780 (mm-get-image): Amalgamate Emacs and XEmacs code here; for Emacs,
781 use create-image and don't special-case xbm.
782 (mm-valid-image-format-p): Use display-graphic-p.
784 2000-04-27 15:27:54 Shenghuo ZHU <zsh@cs.rochester.edu>
786 * message.el (message-send-mail-partially-limit): New variable.
787 (message-send-mail-partially): New function.
788 (message-send-mail): Use it.
789 * mm-bodies.el (mm-decode-content-transfer-encoding): Remove
790 all blank lines inside of base64.
791 * mm-partial.el (mm-inline-partial): Add an option. Remove tail
794 2000-04-27 10:03:36 Shenghuo ZHU <zsh@cs.rochester.edu>
796 * mml.el (mml-insert-tag): Match more special characters.
798 2000-04-27 09:06:29 Shenghuo ZHU <zsh@cs.rochester.edu>
800 * gnus-msg.el (gnus-bug): Avoid attaching the external buffer.
802 2000-04-27 00:58:43 Shenghuo ZHU <zsh@cs.rochester.edu>
804 * mm-decode.el (mm-inline-media-tests): Add message/partial.
805 (mm-inlined-types): Ditto.
806 * mm-partial.el: New file.
808 2000-04-27 Dave Love <fx@gnu.org>
810 * mailcap.el (mailcap-mime-data): Fix octet-stream syntax -- might
813 2000-04-26 Florian Weimer <fw@deneb.cygnus.argh.org>
815 * mm-bodies.el (mm-encode-body): Remove reference to
816 mm-default-charset in comment.
818 2000-04-24 00:56:00 Björn Torkelsson <torkel@hpc2n.umu.se>
820 * rfc2047.el (rfc2047-encode-message-header): Fixing typo.
822 2000-04-26 12:27:41 Shenghuo ZHU <zsh@cs.rochester.edu>
824 * gnus-draft.el (gnus-draft-send): Move gnus-draft-setup inside of
827 2000-04-26 12:26:10 Pavel Janik ml. <Pavel.Janik@inet.cz>
829 * gnus-draft.el (gnus-draft-setup): Fix comments.
831 2000-04-26 10:06:12 Shenghuo ZHU <zsh@cs.rochester.edu>
833 * nnmbox.el (nnmbox-create-mbox): Use nnmbox-file-coding-system,
834 if nnmbox-file-coding-system-for-write is nil.
836 2000-04-26 02:17:44 Shenghuo ZHU <zsh@cs.rochester.edu>
838 * gnus-msg.el (gnus-configure-posting-styles): Just remove the
841 2000-04-26 00:23:46 Shenghuo ZHU <zsh@cs.rochester.edu>
843 * mm-view.el (mm-inline-text): Insert directly if decoded.
844 * mml.el (autoload): Typo.
846 2000-04-25 22:46:36 Shenghuo ZHU <zsh@cs.rochester.edu>
848 * mml.el (mml-preview): Set up posting-charset.
849 * gnus-msg.el (gnus-group-posting-charset-alist): Add koi8-r.
851 2000-04-25 21:23:54 Shenghuo ZHU <zsh@cs.rochester.edu>
853 * webmail.el: Fix yahoo mail.
855 2000-04-25 20:12:17 Shenghuo ZHU <zsh@cs.rochester.edu>
857 * rfc2047.el (rfc2047-dissect-region): Don't include LWS ahead of
858 word if not necessary.
859 (rfc2047-encode-region): Put space between encoded words.
861 2000-04-24 21:11:48 Shenghuo ZHU <zsh@cs.rochester.edu>
863 * gnus-util.el (gnus-netrc-machine): Another default to nntp.
865 2000-04-24 18:14:12 Shenghuo ZHU <zsh@cs.rochester.edu>
867 * gnus-draft.el (gnus-draft-setup): Restore mml only when
869 (gnus-draft-edit-message): Require restoration.
871 2000-04-24 16:51:04 Shenghuo ZHU <zsh@cs.rochester.edu>
873 * gnus-score.el (gnus-score-headers): Copy gnus-newsgrou-scored
876 2000-04-24 16:01:15 Shenghuo ZHU <zsh@cs.rochester.edu>
878 * gnus-art.el (gnus-treat-article): Make sure that the summary
881 2000-04-24 15:42:53 Shenghuo ZHU <zsh@cs.rochester.edu>
883 * mailcap.el (mailcap-parse-mailcaps): Reorder.
884 (mailcap-parse-mailcap): Backwards parsing.
885 (mailcap-possible-viewers): Remove nreverse.
886 (mailcap-mime-info): Ditto.
887 (mailcap-add-mailcap-entry): Keep alternative viewer.
889 Mon Apr 24 21:12:06 2000 Lars Magne Ingebrigtsen <lmi@quimbies.gnus.org>
891 * gnus.el: Gnus v5.8.5 is released.
893 2000-04-24 16:29:07 Lars Magne Ingebrigtsen <larsi@gnus.org>
895 * rfc2047.el (rfc2047-header-encoding-alist): Doc fix.
897 * gnus-util.el (gnus-netrc-machine): Default to nntp.
899 * mml.el (mml-generate-mime-1): Force 8bit on message/rfc822.
901 2000-04-23 23:27:25 Shenghuo ZHU <zsh@cs.rochester.edu>
903 * mm-view.el (mm-inline-message): Disable prepare-hook.
905 2000-04-23 00:32:32 Lars Magne Ingebrigtsen <larsi@gnus.org>
907 * gnus.el: Fix copyright statements.
909 * gnus-sum.el (gnus-alter-articles-to-read-function): New
911 (gnus-articles-to-read): Use it.
913 * message.el (message-get-reply-headers): Bind free variable.
915 2000-04-23 01:14:28 Shenghuo ZHU <zsh@cs.rochester.edu>
917 * message.el (message-get-reply-headers): Fix to-address.
919 2000-04-22 22:51:46 Shenghuo ZHU <zsh@cs.rochester.edu>
921 * webmail.el: Hotmail fix. Add a debug function.
923 2000-04-23 00:32:32 Lars Magne Ingebrigtsen <larsi@gnus.org>
925 * gnus-sum.el (t): M-down and M-up.
927 2000-04-22 20:22:03 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
929 * gnus-sum.el: Doc fix.
931 2000-04-22 10:25:56 Shenghuo ZHU <zsh@cs.rochester.edu>
933 * nnwarchive.el (nnwarchive-egroups-article): Remove < and >.
935 2000-04-22 14:25:05 Lars Magne Ingebrigtsen <larsi@gnus.org>
937 * nnweb.el (nnweb-dejanews-create-mapping): Remove the context
939 (nnweb-request-group): Don't scan twice.
940 (nnweb-request-scan): Don't nix out the hashtb.
942 * message.el (message-get-reply-headers): Return a value.
944 2000-04-22 14:12:41 David Aspinwall <aspinwall@TimesTen.com>
946 * gnus-art.el (gnus-button-url-regexp): New value to match naked
949 2000-04-22 01:23:59 Lars Magne Ingebrigtsen <larsi@gnus.org>
951 * gnus-cache.el (gnus-summary-insert-cached-articles): Reverse the
952 order messages are inserted.
954 * mml.el (mml-generate-mime-1): rfc2047-encode the heads of
955 message/rfc822 parts.
957 * gnus-art.el (gnus-article-read-summary-keys): Check for
960 * message.el (message-get-headers): Made into own function.
961 (message-reply): Use it.
962 (message-get-reply-headers): Renamed.
963 (message-widen-reply): New command.
965 2000-04-21 20:52:09 Shenghuo ZHU <zsh@cs.rochester.edu>
967 * nntp.el (nntp-retrieve-data): Report the error and return nil.
969 2000-04-21 19:38:43 Shenghuo ZHU <zsh@cs.rochester.edu>
971 * mm-bodies.el (mm-decode-content-transfer-encoding): Don't remove
972 non-base64 text at the end if not found.
974 2000-03-01 Simon Josefsson <jas@pdc.kth.se>
976 * gnus-sum.el (gnus-read-move-group-name):
977 (gnus-summary-move-article): Use `gnus-group-method' to find out
978 what method the manually entered group belong to.
979 `gnus-group-name-to-method' doesn't return any method parameters
980 and `gnus-find-method-for-group' uses `gnus-group-name-to-method'
981 for new groups so they wouldn't work.
983 2000-04-21 22:27:15 Lars Magne Ingebrigtsen <larsi@gnus.org>
985 * gnus-msg.el (gnus-configure-posting-styles): Allow nil values to
988 2000-04-21 21:58:20 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
990 * nnmail.el (nnmail-cache-insert): Does some stuff that is
991 probably good to do, or something. I dunno. I just write these
992 ChangeLog entries, and my name is Lars.
994 1999-12-06 Hrvoje Niksic <hniksic@iskon.hr>
996 * message.el (message-caesar-region): Use translate-region.
998 2000-04-21 21:20:32 Mike Fabian <mike.fabian@gmx.de>
1000 * gnus-group.el (gnus-group-catchup-current): Doc fix.
1002 2000-04-21 20:36:21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1004 * gnus-art.el (gnus-article-setup-buffer): Don't kill local
1005 variables, because that makes Emacs flash.
1007 * gnus-group.el (gnus-group-insert-group-line): Don't call
1008 gnus-group-add-icon unconditionally.
1010 * gnus-xmas.el (gnus-group-add-icon): Moved here.
1012 * gnus-group.el (gnus-group-glyph-directory): Don't depend on
1014 (gnus-group-glyph-directory): Removed.
1016 2000-04-21 20:26:23 Jaap-Henk Hoepman <hoepman@cs.utwente.nl>
1018 * gnus-msg.el (gnus-inews-insert-archive-gcc): Don't do stuff if
1019 gnus-newsgroup-name is "".
1021 2000-04-21 Florian Weimer <fw@deneb.cygnus.argh.org>
1023 * mm-util.el (mm-mime-mule-charset-alist): Add support for UTF-8
1024 in conjunction with MULE-UCS.
1026 1999-12-13 Per Abrahamsen <abraham@dina.kvl.dk>
1028 * rfc2047.el (rfc2047-fold-region): Don't use the same break twice.
1030 1999-12-14 04:14:44 Katsumi Yamaoka <yamaoka@jpl.org>
1032 * dgnushack.el (last, mapcon, member-if, union): New compiler
1033 macros for emulating cl functions.
1035 1999-12-21 Jan Vroonhof <vroonhof@math.ethz.ch>
1037 * message.el (message-shorten-references): Only cater to broken
1038 INN for news. This caters for broken smtpd.
1040 2000-04-21 18:20:10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1042 * mailcap.el (mailcap-mime-info): Use the first match; not the
1045 * gnus-agent.el (gnus-category-kill): Save the category list.
1047 2000-04-21 16:41:50 Chris Brierley <brierley@pobox.com>
1049 * gnus-sum.el (gnus-summary-move-article): Do something or other.
1051 2000-04-21 16:07:07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1053 * gnus-group.el (gnus-group-add-icon): Fixed indentation.
1055 2000-04-21 16:07:07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1057 * gnus-group.el (gnus-group-add-icon): Fixed indentation.
1059 2000-04-21 10:43:16 Shenghuo ZHU <zsh@cs.rochester.edu>
1061 * gnus-group.el (gnus-group-prepare-flat-predicate): New function.
1062 (gnus-group-list-cached): Use it.
1064 2000-04-21 16:07:07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1066 * gnus.el: Update all the copyright notices.
1068 2000-04-21 15:38:06 Vladimir Volovich <vvv@vvv.vsu.ru>
1070 * mm-bodies.el (mm-decode-content-transfer-encoding): Remove
1071 non-base64 text at the end.
1073 2000-04-21 15:21:30 Katsumi Yamaoka <yamaoka@jpl.org>
1075 * mm-bodies.el (mm-body-charset-encoding-alist): defcustomized.
1077 2000-04-21 15:15:41 Lars Magne Ingebrigtsen <larsi@gnus.org>
1079 * nnheader.el: Don't autoload cancel-function-timers.
1081 * message.el (message-fetch-field): Fold case.
1083 2000-04-21 15:11:09 <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1085 * message.el (message-forward-before-signature): New variable.
1087 2000-04-21 15:10:31 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
1089 * gnus-mlspl.el: Fix stuff.
1091 2000-04-21 14:41:09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1093 * gnus-sum.el (gnus-summary-update-article-line): Don't hide
1094 subjects when unthreaded.
1096 2000-04-21 14:11:39 David S. Goldberg <dsg@mitre.org>
1098 * gnus-art.el (gnus-boring-article-headers): Work on long CCs as
1101 2000-04-21 14:06:43 Rui Zhu <sprache@iname.com>
1103 * gnus-art.el (gnus-article-mode): Fix variable name.
1105 2000-04-21 13:54:51 Lars Magne Ingebrigtsen <larsi@gnus.org>
1107 * mm-view.el: Fix autoload.
1109 * flow-fill.el (flow-fill): Fix provide.
1111 * gnus-draft.el (gnus-draft-send): Bind message-setup-hook to
1114 2000-04-20 22:24:04 Shenghuo ZHU <zsh@cs.rochester.edu>
1116 * gnus-win.el (gnus-configure-windows): Revert to switch-to-buffer.
1118 2000-04-21 05:22:18 Katsumi Yamaoka <yamaoka@jpl.org>
1120 * gnus-util.el (gnus-netrc-machine): Didn't work.
1122 2000-04-20 21:22:10 Shenghuo ZHU <zsh@cs.rochester.edu>
1124 * gnus-draft.el (gnus-draft-setup): Restore to mml.
1126 2000-04-21 01:24:41 Lars Magne Ingebrigtsen <larsi@gnus.org>
1128 * flow-fill.el: Renamed from fill-flowed.
1130 * message.el (message-forward-ignored-headers): Default to
1133 2000-04-21 00:48:48 <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1135 * message.el (message-mode): Don't fill headers.
1137 2000-04-20 23:12:43 Lars Magne Ingebrigtsen <larsi@gnus.org>
1139 * message.el (message-pipe-buffer-body): Use shell
1141 2000-02-21 Yoshiki Hayashi <yoshiki@xemacs.org>
1143 * nnvirtual.el (nnvirtual-request-article):
1144 Bind gnus-override-method to nil.
1145 (nnvirtual-request-update-mark): Don't update mark when
1146 article is not there.
1148 2000-04-20 16:35:41 Shenghuo ZHU <zsh@cs.rochester.edu>
1150 * mm-uu.el (mm-uu-dissect): Check forwarded message.
1152 2000-04-20 21:17:48 Lars Magne Ingebrigtsen <larsi@gnus.org>
1154 * gnus-util.el (gnus-parse-netrc): Allow "port".
1155 (gnus-netrc-machine): Take a port param.
1156 (gnus-netrc-machine):
1158 * gnus-art.el (gnus-request-article-this-buffer): Allow
1159 re-selecting referenced articles.
1161 * message.el (message-cancel-news): Allow editing.
1162 (message-cancel-message): Add newline.
1164 2000-04-20 21:03:54 William M. Perry <wmperry@aventail.com>
1166 * mm-view.el (mm-inline-image-emacs): New function.
1168 2000-04-20 20:44:55 Lars Magne Ingebrigtsen <larsi@gnus.org>
1170 * mail-source.el (mail-source-delete-incoming): Change default in
1173 2000-04-20 20:43:34 Kim-Minh Kaplan <kmkaplan@vocatex.fr>
1175 * gnus-art.el (gnus-mime-view-part-as-type-internal): New
1178 2000-04-20 14:45:20 Lars Magne Ingebrigtsen <larsi@gnus.org>
1180 * nnml.el (nnml-request-expire-articles): Use it.
1182 * nnmail.el (nnmail-expiry-target): New variable.
1183 (nnmail-expiry-target-group): New function.
1185 2000-04-20 02:36:31 Emerick Rogul <emerick@cs.bu.edu>
1187 * message.el (message-forward): Add non-MIME separators.
1189 2000-04-20 02:25:39 Lars Magne Ingebrigtsen <larsi@gnus.org>
1191 * message.el (message-generate-headers): Respect the syntax check
1194 * gnus-sum.el (gnus-remove-thread-1): Show thread.
1195 (gnus-remove-thread): Don't show all threads.
1197 Thu Apr 20 01:39:25 2000 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
1199 * gnus.el: Pterodactyl Gnus v5.8.4 is released.
1201 2000-04-19 Dave Love <fx@gnu.org>
1203 * mailcap.el (mailcap-parse-mimetypes): Add ...mime.types.
1205 2000-04-18 12:28:24 Shenghuo ZHU <zsh@cs.rochester.edu>
1207 * nnwarchive.el (nnwarchive-type-definition): New egroups html.
1208 (nnwarchive-egroups-*): Ditto.
1209 (nnwarchive-url): Unibyte buffer and single line cookie.
1211 2000-04-14 18:50:04 Shenghuo ZHU <zsh@cs.rochester.edu>
1213 * mm-util.el (mm-char-or-char-int-p): New alias.
1214 * nnweb.el (nnweb-decode-entities): Check the validity of numeric
1217 2000-04-10 Daiki Ueno <ueno@unixuser.org>
1219 * lisp/imap.el (imap-body-lines): Check Content-Type: of the
1220 article case insensitively.
1222 2000-04-10 20:35:46 Shenghuo ZHU <zsh@cs.rochester.edu>
1224 * mail-source.el (mail-source-fetch-webmail): Use the default
1225 password provided in mail-sources; use webmail:subtype:user as
1228 2000-04-10 20:35:46 John Wiegley <johnw@gnu.org>
1230 * mail-source.el (mail-source-fetch-webmail): Use
1231 mail-source-password-cache.
1233 2000-04-09 18:13:47 Shenghuo ZHU <zsh@cs.rochester.edu>
1235 * webmail.el: Add netscape mail and fix HotMail mail.
1237 2000-04-08 Simon Josefsson <jas@pdc.kth.se>
1239 * imap.el (imap-kerberos4-open): Work with recent `imtest's.
1241 2000-04-02 Simon Josefsson <jas@pdc.kth.se>
1243 * nnimap.el (nnimap-request-article): Use BODY.PEEK[] instead of
1244 RFC822.PEEK if server support IMAP4rev1.
1245 (nnimap-request-body): Use BODY.PEEK[TEXT] instead of
1246 RFC822.TEXT.PEEK if server support IMAP4rev1.
1247 (nnimap-request-head): Use BODY.PEEK[HEADER] instead of
1248 RFC822.HEADER if server support IMAP4rev1.
1249 (nnimap-request-article-part): Support bodydetail in response
1252 2000-03-11 Simon Josefsson <jas@pdc.kth.se>
1254 * fill-flowed.el: New file.
1256 * mm-decode.el (mm-dissect-singlepart): Create a MIME handle for
1257 text/plain parts with `format' parameters.
1259 * mm-view.el (autoload): Autoload fill-flowed.
1260 (mm-inline-text): For "plain" parts with a format=flowed
1261 parameter, call `fill-flowed'.
1263 2000-03-21 10:32:44 Lars Magne Ingebrigtsen <larsi@gnus.org>
1265 * nnslashdot.el (nnslashdot-request-list): Fudge new-style
1268 2000-03-20 00:12:42 Lars Magne Ingebrigtsen <larsi@gnus.org>
1270 * nnslashdot.el (nnslashdot-request-list): Use the new slashdot
1273 2000-03-16 Simon Josefsson <jas@pdc.kth.se>
1275 * imap.el: GSSAPI support, support kerberos 4 with Cyrus v1.6.x
1277 (imap-kerberos4-program): Renamed from `imap-imtest-program'.
1278 (imap-gssapi-program): New variable.
1279 (imap-streams): Add gssapi.
1280 (imap-stream-alist): Ditto.
1281 (imap-authenticators): Ditto.
1282 (imap-authenticator-alist): Ditto.
1283 (imap-kerberos4-stream-p): Rename from `imap-kerberos4s-p'.
1284 (imap-kerberos4-open): Loop over imtest programs, support Cyrus
1285 1.6.x `imtest' syntax.
1286 (imap-gssapi-stream-p): New function.
1287 (imap-gssapi-open): Ditto.
1288 (imap-gssapi-auth-p): Ditto.
1289 (imap-gssapi-auth): Ditto.
1290 (imap-kerberos4-auth-p): Renamed from `imap-kerberos4a-p'.
1291 (imap-send-command): Use buffer-local `imap-client-eol' value.
1293 * nnimap.el (nnimap-retrieve-headers-progress): Fold continuation
1294 lines and turn TAB into SPC before parsing.
1296 2000-03-15 Simon Josefsson <jas@pdc.kth.se>
1298 * nnheader.el (nnheader-group-pathname): Make sure to return a
1300 * nnmail.el (nnmail-group-pathname): Ditto.
1302 2000-02-08 Per Abrahamsen <abraham@dina.kvl.dk>
1304 * nnmail.el (nnmail-fix-eudora-headers): Fix `In-Reply-To' too, it
1305 might split in the middle of a message-id.
1307 2000-03-13 13:51:38 Lars Magne Ingebrigtsen <larsi@gnus.org>
1309 * gnus-srvr.el (gnus-server-kill-server): Offer to kill all the
1310 groups from the server.
1312 * gnus-sum.el (gnus-summary-save-parts): Fix interactive spec.
1313 (gnus-summary-toggle-header): Update the wash status.
1315 * gnus-uu.el ((gnus-uu-extract-map "X" gnus-summary-mode-map)):
1318 * gnus-agent.el (gnus-agent-save-group-info): Respect old
1321 * nnmail.el (nnmail-get-active): Use it.
1322 (nnmail-parse-active): New function.
1324 * mm-view.el (mm-inline-text): Support the new version of
1327 * gnus-sum.el (gnus-summary-move-article): Only delete article
1329 (gnus-deaden-summary): Bury the buffer.
1331 * nnmail.el (nnmail-group-pathname): Ditto.
1333 * nnheader.el (nnheader-group-pathname): Use expand-file-name.
1335 2000-03-13 20:23:06 Christoph Rohland <hans-christoph.rohland@sap.com>
1337 * rfc2047.el (rfc2047-encode-message-header): Encode no matter
1340 2000-03-10 14:57:58 Lars Magne Ingebrigtsen <larsi@gnus.org>
1342 * message.el (message-send-mail): Protect against unloaded Gnus.
1344 * gnus-topic.el (gnus-topic-update-topic-line): Don't update the
1346 (gnus-topic-update-topic-line): Yes, do.
1347 (gnus-topic-goto-missing-group): Tally the correct number of
1348 unread articles before inserting the topic line.
1350 2000-03-01 09:55:26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1352 * nnultimate.el (nnultimate-retrieve-headers): Ignore errors.
1354 2000-02-13 13:53:08 Lars Magne Ingebrigtsen <larsi@gnus.org>
1356 * mm-decode.el (mm-dissect-buffer): Ditto.
1358 * gnus-art.el (article-decode-charset): Strip CTE.
1360 * ietf-drums.el (ietf-drums-strip): New function.
1362 * gnus-sum.el (gnus-summary-move-article): Don't use the prefix
1363 when prompting in read-only groups.
1365 2000-02-23 Simon Josefsson <jas@pdc.kth.se>
1367 * imap.el (imap-send-command): Change EOL-chars when
1368 `imap-client-eol' differs from default, not only for kerberos4.
1369 (imap-mailbox-status): Get encoded mailbox's status.
1371 2000-02-19 Simon Josefsson <jas@pdc.kth.se>
1373 * mail-source.el (mail-source-fetch-imap): Copy `imap-password'
1374 into `mail-source-password-cache'.
1376 2000-02-17 Florian Weimer <fw@deneb.cygnus.argh.org>
1378 * mm-util.el (mm-mime-charset): Check for presence of
1379 `coding-system-get' and `get-charset-property' (recent XEmacs has
1380 the former, but not the latter).
1382 2000-01-28 Dave Love <fx@gnu.org>
1384 * message.el (message-check-news-header-syntax): Fix typo
1386 (message-talkative-question): Put temp buffer in fundamental-mode.
1387 (message-recover): Use fundamental-mode in the right buffer.
1389 * nnmail.el (nnmail-split-history): Use fundamental-mode in the
1392 2000-01-26 12:01:18 Shenghuo ZHU <zsh@cs.rochester.edu>
1394 * qp.el (quoted-printable-decode-region): Add charset parameter.
1395 (quoted-printable-decode-string): Ditto.
1397 * gnus-art.el (article-de-quoted-unreadable): Use it.
1399 2000-01-21 Simon Josefsson <jas@pdc.kth.se>
1401 * nnimap.el (nnimap-split-predicate): New variable.
1402 (nnimap-split-articles): Use it.
1404 2000-01-20 Simon Josefsson <jas@pdc.kth.se>
1406 * utf7.el: Change email address.
1408 2000-01-18 22:03:51 Lars Magne Ingebrigtsen <larsi@gnus.org>
1410 * gnus-group.el (gnus-group-catchup): Purge split history.
1412 2000-01-14 02:43:55 Shenghuo ZHU <zsh@cs.rochester.edu>
1414 * nnmail.el (nnmail-generate-active): Support extended group name.
1415 (nnmail-get-active): Ditto.
1417 2000-01-13 15:16:10 Shenghuo ZHU <zsh@cs.rochester.edu>
1419 * gnus-agent.el (gnus-agent-write-active): Since no prefix in
1420 group names, don't remove anything.
1422 2000-01-13 15:10:53 Shenghuo ZHU <zsh@cs.rochester.edu>
1424 * webmail.el (webmail-my-deja-open): My-deja changes.
1426 2000-01-13 Simon Josefsson <jas@pdc.kth.se>
1428 * nnimap.el (nnimap-retrieve-headers-progress): Create xref field.
1430 2000-01-10 23:35:33 Shenghuo ZHU <zsh@cs.rochester.edu>
1432 * gnus-agent.el (gnus-agent-fetch-headers): Translate full path.
1434 2000-01-09 22:52:35 Shenghuo ZHU <zsh@cs.rochester.edu>
1436 * gnus.el (gnus-other-frame): Fix typo.
1438 1999-06-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1440 * gnus-cus.el (gnus-group-customize): Fix typo.
1442 2000-01-08 08:36:13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1444 * nnweb.el (nnweb-insert): Simplified.
1446 2000-01-06 18:32:53 Lars Magne Ingebrigtsen <larsi@gnus.org>
1448 * gnus-art.el (gnus-article-mode-map): "e" is
1449 gnus-summary-edit-article.
1451 2000-01-06 18:25:37 Jari Aalto <jari.aalto@poboxes.com>
1453 * mailcap.el (mailcap-mime-extensions): Add .diff.
1455 2000-01-06 00:06:40 Kim-Minh Kaplan <kmkaplan@vocatex.fr>
1457 * mm-decode.el (mm-mailcap-command): handle "%%" and the case where
1458 there is no "%s" in the method.
1460 2000-01-08 21:01:04 Kim-Minh Kaplan <kmkaplan@vocatex.fr>
1462 * gnus-sum.el (gnus-summary-select-article): Return 'old.
1464 2000-01-06 13:41:11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1466 * nnfolder.el (nnfolder-read-folder): Use nnfolder-save-buffer.
1468 * gnus.el: Really always pop up a new frame.
1470 * parse-time.el (parse-time-rules): Allow 100-110 to be
1473 * time-date.el (date-to-time): Don't use timezone.
1475 2000-01-06 Dave Love <fx@gnu.org>
1477 * time-date.el: Add keywords.
1478 (date-to-time): Add autoload cookie. Canonicalize with
1479 timezone-make-date-arpa-standard.
1480 (time-to-seconds): Avoid caddr.
1481 (safe-date-to-time): Add autoload cookie.
1483 * base64.el: Require cl when compiling.
1485 2000-01-05 BrYan P. Johnson <beej@mindspring.net>
1487 * gnus-group.el (gnus-group-line-format-alist): Added %E for
1489 (gnus-group-insert-group-line): Now groks %E and inserts icon in
1490 group line using gnus-group-add-icon.
1491 (gnus-group-icons): Added customize group.
1492 (gnus-group-icon-list): Added variable.
1493 (gnus-group-glyph-directory): Added variable.
1494 (gnus-group-icon-cache): Added variable.
1495 (gnus-group-running-xemacs): Added variable.
1496 (gnus-group-add-icon): Added function. Add an icon to the current
1497 line according to gnus-group-icon-list.
1498 (gnus-group-icon-create-glyph): Added function.
1500 2000-01-05 17:31:52 Lars Magne Ingebrigtsen <larsi@gnus.org>
1502 * gnus-sum.el (gnus-summary-select-article): Return whether we
1503 selected something new.
1504 (gnus-summary-search-article): Start searching at the window
1507 * gnus-group.el (gnus-fetch-group): Complete over
1510 Wed Jan 5 17:06:41 2000 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
1512 * gnus.el: Pterodactyl Gnus v5.8.3 is released.
1514 2000-01-05 15:56:02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1516 * gnus-sum.el (gnus-preserve-marks): New variable.
1517 (gnus-summary-move-article): Use it.
1518 (gnus-group-charset-alist): Added more entries.
1520 2000-01-03 01:18:36 Lars Magne Ingebrigtsen <larsi@gnus.org>
1522 * mm-decode.el (mm-inline-override-types): Removed duplicate.
1524 * gnus-uu.el (gnus-uu-mark-over): Use gnus-summary-default-score
1525 as the default score.
1527 * gnus-score.el (gnus-score-delta-default): Changed name.
1529 2000-01-04 Simon Josefsson <jas@pdc.kth.se>
1531 * imap.el (imap-parse-literal):
1532 (imap-parse-flag-list): Don't care about props.
1533 (imap-parse-string): Handle quoted characters.
1535 2000-01-02 08:37:03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1537 * gnus-sum.el (gnus-summary-goto-unread): Doc fix.
1538 (gnus-summary-mark-article): Doc fix.
1539 (gnus-summary-mark-forward): Doc fix.
1540 (t): Changed keystroke for gnus-summary-customize-parameters.
1542 * gnus-art.el (gnus-article-mode-map): Use gnus-article-edit for
1544 (gnus-article-mode-map): No, don't.
1546 * gnus-sum.el (gnus-summary-next-subject): Don't show the thread
1547 of the final article.
1549 * mm-decode.el (mm-interactively-view-part): Error on no method.
1551 2000-01-02 06:10:32 Stefan Monnier <monnier+gnu/emacs@tequila.cs.yale.edu>
1553 * gnus-score.el (gnus-score-insert-help): Something.
1555 * gnus-art.el (gnus-button-alist): Exclude < from <URL:
1557 * gnus-win.el (gnus-configure-frame): Ditto.
1559 * gnus-mh.el (gnus-summary-save-in-folder): Use
1560 with-current-buffer.
1562 2000-01-02 05:00:13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1564 * nnwarchive.el: Changed file perms.
1566 1999-12-19 21:42:15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1568 * gnus-group.el (gnus-group-delete-groups): New command.
1569 (gnus-group-delete-group): Extra no-prompt parameters.
1571 1999-12-14 10:18:30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1573 * nnslashdot.el (nnslashdot-request-article): Translate <br> into
1576 1999-12-28 12:20:18 Shenghuo ZHU <zsh@cs.rochester.edu>
1578 * webmail.el (webmail-hotmail-article): Don't insert message id.
1580 1999-12-28 Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann)
1582 * nnimap.el (nnimap-split-fancy): New variable.
1583 (nnimap-split-fancy): New function.
1585 1999-12-28 Simon Josefsson <jas@pdc.kth.se>
1587 (nnimap-split-rule): Document symbol value.
1589 1999-12-28 Simon Josefsson <jas@pdc.kth.se>
1591 * nnimap.el (nnimap-retrieve-headers-progress): Let
1592 `nnheader-parse-head' parse article.
1593 (nnimap-retrieve-headers-from-server): Don't request ENVELOPE,
1594 request headers needed by `nnheader-parse-head'.
1596 1999-12-23 Florian Weimer <fw@s.netic.de>
1598 * gnus-msg.el (gnus-group-posting-charset-alist): Correct default
1599 value (crosspostings are handled), improve documentation.
1601 * smiley.el: Declare file coding system as iso-8859-1.
1603 * nnultimate.el: Dito.
1607 * gnus-cite.el: Dito.
1609 * gnus-spec.el: Dito.
1611 1999-12-21 Florian Weimer <fw@s.netic.de>
1613 * gnus-msg.el (gnus-group-posting-charset-alist): New layout.
1614 (gnus-setup-message): No longer make `message-posting-charset'
1616 (gnus-setup-posting-charset): Reflect the new layout of
1617 `gnus-group-posting-charset-alist' and `message-posting-charset'.
1619 * message.el (message-send-mail): Bind `message-this-is-mail' and
1620 `message-posting-charset'.
1621 (message-send-news): Dito, and honour new layout of
1622 `message-posting-charset'.
1623 (message-encode-message-body): Ignore `message-posting-charset'.
1625 * mm-bodies.el (mm-body-encoding): Consider
1626 `message-posting-charset' when deciding whether to use 8bit.
1628 * rfc2047.el (rfc2047-encode-message-header): Back out change.
1629 (rfc2047-encodable-p): Now solely for headers; use
1630 `message-posting-charset'.
1632 1999-12-20 14:10:39 Shenghuo ZHU <zsh@cs.rochester.edu>
1634 * nnwarchive.el (nnwarchive-type-definition): Set default value.
1636 1999-12-19 22:49:13 Shenghuo ZHU <zsh@cs.rochester.edu>
1638 * nnagent.el (nnagent-server-opened): Optional.
1639 (nnagent-status-message): Optional.
1641 1999-12-19 Simon Josefsson <jas@pdc.kth.se>
1643 * gnus-cite.el (gnus-article-toggle-cited-text): Restore beg and
1644 end (referenced by instructions in
1645 `gnus-cited-opened-text-button-line-format-alist').
1647 1999-12-18 Simon Josefsson <jas@pdc.kth.se>
1649 * imap.el (imap-starttls-open): Typo.
1651 1999-12-18 16:43:37 Shenghuo ZHU <zsh@cs.rochester.edu>
1653 * mm-util.el (mm-charset-after): Non-MULE case.
1654 * mail-prsvr.el (mail-parse-mule-charset): New variable.
1655 * rfc2047.el (rfc2047-dissect-region): Bind it.
1657 1999-12-18 Florian Weimer <fw@s.netic.de>
1659 * mml.el (mml-generate-multipart-alist): Correct default value.
1661 * mm-encode.el (mm-use-ultra-safe-encoding): New variable.
1662 (mm-safer-encoding): New function.
1663 (mm-content-transfer-encoding): Use both.
1665 * mm-bodies.el (mm-body-encoding): Use mm-use-ultra-safe-encoding.
1666 * qp.el (quoted-printable-encode-region): Dito.
1668 1999-12-18 14:08:48 Shenghuo ZHU <zsh@cs.rochester.edu>
1670 * webmail.el (webmail-hotmail-article): Snarf the raw file.
1672 1999-12-18 14:08:12 Victor S. Miller <victor@idaccr.org>
1674 * webmail.el (webmail-hotmail-list): raw=0.
1676 1999-12-18 11:14:51 Shenghuo ZHU <zsh@cs.rochester.edu>
1678 * gnus-agent.el (gnus-agent-enter-history): Back-compatible in
1681 1999-12-18 11:02:00 Shenghuo ZHU <zsh@cs.rochester.edu>
1683 * gnus-agent.el (gnus-agent-expire): Convert to symbol if stringp.
1685 1999-12-18 Simon Josefsson <jas@pdc.kth.se>
1687 * imap.el: Don't autoload digest-md5.
1688 (imap-starttls-open): Bind coding-system-for-{read,write}.
1689 (imap-starttls-p): Check if we can find starttls.el.
1690 (imap-digest-md5-p): Check if we can find digest-md5.el.
1692 1999-12-17 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1694 * base64.el (base64-encode-string): Accept 2nd argument
1697 * imap.el: Require `digest-md5' when compiling; add autoload
1698 settings for `digest-md5-parse-digest-challenge',
1699 `digest-md5-digest-response', `starttls-open-stream' and
1700 `starttls-negotiate'.
1701 (imap-authenticators): Add `digest-md5'.
1702 (imap-authenticator-alist): Setup for `digest-md5'.
1703 (imap-digest-md5-p): New function.
1704 (imap-digest-md5-auth): New function.
1705 (imap-stream-alist): Add STARTTLS entry.
1706 (imap-starttls-p): New function.
1707 (imap-starttls-open): New function.
1709 1999-12-18 01:08:10 Shenghuo ZHU <zsh@cs.rochester.edu>
1711 * gnus-agent.el (gnus-agent-enter-history): Bad group name.
1713 1999-12-17 19:36:47 Shenghuo ZHU <zsh@cs.rochester.edu>
1715 * rfc2047.el (rfc2047-dissect-region): Use mapcar instead of
1716 string-to-x function.
1718 1999-12-17 13:08:54 Shenghuo ZHU <zsh@cs.rochester.edu>
1720 * rfc2047.el (rfc2047-fold-region): Fold a line more than once.
1722 1999-12-17 11:54:41 Shenghuo ZHU <zsh@cs.rochester.edu>
1724 * webmail.el: Enhance hotmail-snarf.
1726 1999-12-17 10:38:10 Shenghuo ZHU <zsh@cs.rochester.edu>
1728 * rfc2047.el (rfc2047-dissect-region): Rewrite.
1730 1999-12-16 22:59:22 Shenghuo ZHU <zsh@cs.rochester.edu>
1732 * webmail.el (webmail-hotmail-list): Search no-error.
1734 1999-12-15 22:07:15 Shenghuo ZHU <zsh@cs.rochester.edu>
1736 * nnwarchive.el: Support nov-is-evil.
1737 * gnus-bcklg.el (gnus-backlog-request-article): Buffer is optional.
1739 * gnus-agent.el (gnus-agent-fetch-articles): Use it.
1741 1999-12-15 08:55:19 Shenghuo ZHU <zsh@cs.rochester.edu>
1743 * nnagent.el (nnagent-server-opened): Redefine.
1744 (nnagent-status-message): Ditto.
1746 1999-12-14 23:37:44 Shenghuo ZHU <zsh@cs.rochester.edu>
1748 * rfc1843.el (rfc1843-decode-region): Use
1749 buffer-substring-no-properties.
1750 * gnus-art.el (article-decode-HZ): New function.
1752 1999-12-14 22:07:26 Shenghuo ZHU <zsh@cs.rochester.edu>
1754 * nnheader.el (nnheader-translate-file-chars): Only in full path.
1756 1999-12-14 16:21:45 Shenghuo ZHU <zsh@cs.rochester.edu>
1758 * mm-util.el (mm-find-charset-region): mail-parse-charset is a
1759 MIME charset not a MULE charset.
1761 1999-12-14 15:08:03 Shenghuo ZHU <zsh@cs.rochester.edu>
1763 * gnus-ems.el: Translate more ugly characters.
1764 * nnheader.el (nnheader-translate-file-chars): Don't translate
1767 1999-12-14 10:40:33 Shenghuo ZHU <zsh@cs.rochester.edu>
1769 * gnus-art.el (gnus-request-article-this-buffer): Use all refer
1770 method if cannot find the article.
1772 1999-12-14 01:13:50 Shenghuo ZHU <zsh@cs.rochester.edu>
1774 * gnus-art.el (gnus-request-article-this-buffer): Don't use refer
1775 method if overrided.
1777 1999-12-13 23:38:53 Shenghuo ZHU <zsh@cs.rochester.edu>
1779 * mail-source.el (mail-source-fetch-webmail): Parameter
1782 1999-12-13 23:31:17 Shenghuo ZHU <zsh@cs.rochester.edu>
1784 * webmail.el: Support my-deja. Better error report.
1786 1999-12-13 18:59:33 Shenghuo ZHU <zsh@cs.rochester.edu>
1788 * nnslashdot.el (nnslashdot-date-to-date): Error proof when input
1790 * gnus-sum.el (gnus-list-of-unread-articles): When (car read)
1793 1999-12-13 18:22:08 Shenghuo ZHU <zsh@cs.rochester.edu>
1795 * nnslashdot.el (nnslashdot-request-article): A space.
1797 1999-12-13 17:20:25 Shenghuo ZHU <zsh@cs.rochester.edu>
1799 * nnagent.el: Support different backend with same name.
1801 1999-12-13 13:14:42 Shenghuo ZHU <zsh@cs.rochester.edu>
1803 * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Support
1805 (nnslashdot-sane-retrieve-headers): Ditto.
1806 (nnslashdot-request-article): Ditto.
1808 1999-12-13 11:41:32 Shenghuo ZHU <zsh@cs.rochester.edu>
1810 * nnweb.el (nnweb-insert): Narrow to point.
1812 1999-12-13 10:59:42 Shenghuo ZHU <zsh@cs.rochester.edu>
1814 * nnweb.el (nnweb-insert): Follow refresh url.
1815 * nnslashdot.el: Use it.
1817 1999-12-13 10:39:53 Shenghuo ZHU <zsh@cs.rochester.edu>
1819 * nnweb.el (nnweb-decode-entities): Decode numerical entities.
1820 (nnweb-decode-entities-string): New function.
1822 * nnwarchive.el (nnwarchive-decode-entities-string): Rename to
1823 nnweb-* and move to nnweb.el.
1824 * nnwarchive.el: Use nnweb-decode-entities, etc.
1825 * webmail.el: Ditto.
1827 * nnslashdot.el: Use nnweb-decode-entities-string.
1828 (nnslashdot-decode-entities): Remove.
1830 1999-12-13 10:40:56 Eric Marsden <emarsden@mail.dotcom.fr>
1832 * nnslashdot.el: Decode entities.
1834 1999-12-12 Dave Love <fx@gnu.org>
1836 * gnus-agent.el (gnus-category-edit-groups)
1837 (gnus-category-edit-score, gnus-category-edit-predicate): Replace
1838 expansion of setf, fixed.
1840 1999-12-12 12:50:30 Shenghuo ZHU <zsh@cs.rochester.edu>
1842 * gnus-agent.el: Revoke last Dave Love's patch, because of
1843 incompatibility of XEmacs.
1845 1999-12-12 12:27:03 Shenghuo ZHU <zsh@cs.rochester.edu>
1847 * mm-uu.el: Change headers.
1848 * rfc1843.el: Ditto.
1849 * uudecode.el: Ditto.
1851 1999-12-07 Dave Love <fx@gnu.org>
1853 * gnus-agent.el (gnus-category-edit-predicate)
1854 (gnus-category-edit-score, gnus-category-edit-score): Expand setf
1855 inside backquote to avoid it at runtime.
1857 1999-12-07 Dave Love <fx@gnu.org>
1859 * binhex.el: Require cl when compiling.
1861 1999-12-04 Dave Love <fx@gnu.org>
1863 * gnus-cus.el (gnus-group-parameters): Allow nil for banner.
1865 1999-12-04 Dave Love <fx@gnu.org>
1867 * mm-util.el (mm-delete-duplicates): New function.
1868 (mm-write-region): Use it.
1870 * mml.el (mml-minibuffer-read-type): Use mm-delete-duplicates.
1872 * mailcap.el (mailcap-mime-types): Require mm-util. Use
1873 mm-delete-duplicates.
1875 * imap.el (imap-open, imap-debug): Avoid mapc.
1877 * nnvirtual.el (nnvirtual-create-mapping): Likewise.
1879 * gnus-sum.el (gnus-summary-exit-no-update): Avoid copy-list.
1880 (gnus-multi-decode-encoded-word-string): Avoid mapc.
1882 * gnus-start.el (gnus-site-init-file): Avoid ignore-errors at
1885 * gnus.el (gnus-select-method): Likewise.
1887 * nnheader.el (nnheader-nov-read-integer): Likewise.
1889 * mm-view.el (mm-inline-message): Require cl when compiling.
1890 Avoid ignore-errors at runtime.
1891 (mm-inline-text): Avoid mapc.
1893 1999-12-12 10:36:51 Shenghuo ZHU <zsh@cs.rochester.edu>
1895 * gnus-art.el (article-decode-charset): Widen is bad.
1897 1999-12-12 10:17:42 Shenghuo ZHU <zsh@cs.rochester.edu>
1899 * mm-util.el (mm-charset-after): `charset-after' may not be defined.
1901 1999-12-12 Florian Weimer <fw@s.netic.de>
1903 * rfc2047.el (rfc2047-encodable-p): New parameter header used to
1904 indicate that only US-ASCII is permitted.
1905 (rfc2047-encode-message-header): Use it. Now, Gnus should never
1906 use unencoded 8-bit characters in message headers.
1908 1999-12-12 03:08:15 Shenghuo ZHU <zsh@cs.rochester.edu>
1910 * ietf-drums.el (ietf-drums-narrow-to-header): Make it work with
1913 1999-12-11 14:42:26 Shenghuo ZHU <zsh@cs.rochester.edu>
1915 * webmail.el: Require url-cookie.
1917 1999-12-11 14:21:23 Shenghuo ZHU <zsh@cs.rochester.edu>
1919 * nnwarchive.el (nnwarchive-make-caesar-translation-table): A
1920 new function to make modified caesar table.
1921 (nnwarchive-from-r13): Use it.
1922 (nnwarchive-mail-archive-article): Improved.
1924 1999-12-11 12:30:20 Shenghuo ZHU <zsh@cs.rochester.edu>
1926 * webmail.el (webmail-url): Use mm-with-unibyte-current-buffer.
1928 1999-12-10 16:22:24 Shenghuo ZHU <zsh@cs.rochester.edu>
1930 * nnweb.el (nnweb-request-article): Return cons.
1932 1999-12-10 16:06:04 Shenghuo ZHU <zsh@cs.rochester.edu>
1934 * gnus-sum.el (gnus-summary-setup-default-charset): Typo.
1936 1999-12-10 12:14:04 Shenghuo ZHU <zsh@cs.rochester.edu>
1938 * mm-util.el (mm-with-unibyte): New macro.
1939 * nnweb.el (nnweb-init): Use it.
1941 1999-12-09 20:39:49 Shenghuo ZHU <zsh@cs.rochester.edu>
1943 * mm-util.el (mm-charset-after): New function.
1944 (mm-find-mime-charset-region): Set charsets after
1945 delete-duplicates and use find-coding-systems-region.
1946 (mm-find-charset-region): Remove composition.
1948 * mm-bodies.el (mm-encode-body): Use mm-charset-after.
1950 * mml.el (mml-parse-singlepart-with-multiple-charsets): Ditto.
1952 1999-12-09 17:47:56 Shenghuo ZHU <zsh@cs.rochester.edu>
1954 * mm-util.el (mm-find-mime-charset-region): Revoke last change.
1955 * mml.el (mml-confirmation-set): New variable.
1956 (mml-parse-1): Ask user to confirm.
1958 1999-12-09 Simon Josefsson <jas@pdc.kth.se>
1960 * gnus-start.el (gnus-get-unread-articles): Make sure all methods
1961 are scanned when we have directory mail-sources (the mail source
1962 is modified in that case, so we must scan it for all
1965 1999-12-09 12:05:28 Shenghuo ZHU <zsh@cs.rochester.edu>
1967 * nnml.el (nnml-request-move-article): Save nnml-current-directory
1968 and nnml-article-file-alist.
1970 1999-12-09 10:20:07 Shenghuo ZHU <zsh@cs.rochester.edu>
1972 * gnus-group.el (gnus-group-get-new-news-this-group): Binding
1973 nnmail-fetched-sources.
1975 1999-12-09 10:19:01 Shenghuo ZHU <zsh@cs.rochester.edu>
1977 * mm-util.el (mm-find-charset-region): Use the last charset.
1979 1999-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
1981 * gnus.el (gnus-select-method): Made the option list prettier.
1983 1999-12-08 Florian Weimer <fw@s.netic.de>
1985 * gnus-msg.el (gnus-group-posting-charset-alist): Use iso-8859-1
1986 for the `de' newsgroups hierarchy, as it is common practice there.
1989 1999-12-07 16:17:12 Shenghuo ZHU <zsh@cs.rochester.edu>
1991 * nnwarchive.el (nnwarchive-mail-archive-article): Fix
1992 buffer-string arguments. Fix references.
1994 1999-12-07 15:04:18 Shenghuo ZHU <zsh@cs.rochester.edu>
1996 * gnus-agent.el (gnus-agent-confirmation-function): New variable.
1997 (gnus-agent-batch-fetch): Use it.
1998 (gnus-agent-fetch-session): Use it.
2000 1999-12-07 12:32:43 Shenghuo ZHU <zsh@cs.rochester.edu>
2002 * mm-util.el (mm-find-mime-charset-region): Delete nil.
2004 1999-12-07 11:45:10 Shenghuo ZHU <zsh@cs.rochester.edu>
2006 * mm-util.el (mm-find-charset-region): Don't capitalize. Delete
2009 1999-12-07 Per Abrahamsen <abraham@dina.kvl.dk>
2011 * nnslashdot.el (nnslashdot-request-list): There were two
2012 top-level body-forms. Put a `progn' around them.
2014 * gnus.el (gnus-select-method): Use `condition-case'
2015 instead of `ignore-errors', since cl may not be loaded when the
2018 1999-12-06 23:57:47 Shenghuo ZHU <zsh@cs.rochester.edu>
2020 * nnwarchive.el: Support www.mail-archive.com.
2022 1999-12-06 23:55:55 Shenghuo ZHU <zsh@cs.rochester.edu>
2024 * nnmail.el (nnmail-get-new-mail): Remove fetched sources before
2027 1999-12-06 Simon Josefsson <jas@pdc.kth.se>
2029 * utf7.el: New file, written by Jon K Hellan.
2031 * imap.el (imap-use-utf7): Renamed from `imap-utf7-p', change
2034 1999-12-06 04:40:24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2036 * nnslashdot.el (nnslashdot-request-delete-group): New function.
2038 * gnus-sum.el (gnus-summary-refer-article): Work for lists with
2040 (gnus-refer-article-methods): New function.
2041 (gnus-summary-refer-article): Use it.
2043 1999-11-13 Simon Josefsson <jas@pdc.kth.se>
2045 * nnimap.el (nnimap-retrieve-groups): Return active format.
2047 * nnimap.el (nnimap-replace-in-string): Removed.
2048 (nnimap-request-list):
2049 (nnimap-retrieve-groups):
2050 (nnimap-request-newgroups): Quote group instead of escaping SPC.
2052 1999-12-05 Simon Josefsson <jas@pdc.kth.se>
2054 * imap.el: Use format-spec for ssl program.
2055 * imap.el (imap-ssl-arguments): Removed.
2056 (imap-ssl-open-{1,2}): Removed.
2058 1999-12-04 Per Abrahamsen <abraham@dina.kvl.dk>
2060 * gnus-start.el (gnus-site-init-file): Use `condition-case'
2061 instead of `ignore-errors', since cl may not be loaded when the
2064 1999-12-04 11:34:22 Shenghuo ZHU <zsh@cs.rochester.edu>
2066 * mm-bodies.el (mm-8bit-char-regexps): Removed.
2067 (mm-7bit-chars): New variable.
2068 (mm-body-7-or-8): Use it in both cases.
2070 1999-12-04 Michael Welsh Duggan <md5i@cs.cmu.edu>
2072 * gnus-start.el (gnus-site-init-file): Don't use cl macros in
2073 defcustom definitions.
2075 1999-12-04 Simon Josefsson <jas@pdc.kth.se>
2077 * mm-decode.el (mm-display-part): Let mm-display-external return
2079 (mm-display-external): For copiousoutput methods, insert output in
2082 1999-12-04 03:29:13 Shenghuo ZHU <zsh@cs.rochester.edu>
2084 * nntp.el (nntp-retrieve-headers-with-xover): Goto the end of
2087 1999-12-04 08:31:10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2089 * gnus-audio.el: An M too far.
2091 * gnus-msg.el (gnus-setup-message): One backtick too many.
2093 * gnus-art.el (gnus-mime-view-part-as-type): mailcap-mime-types is
2094 a function, not a variable.
2096 1999-12-04 08:14:08 Max Froumentin <masmef@maths.bath.ac.uk>
2098 * gnus-score.el (gnus-score-body): Widen before requesting.
2100 1999-12-04 08:06:13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2102 * gnus-group.el (gnus-group-prepare-flat): Comment fix.
2104 1999-12-04 03:01:55 Shenghuo ZHU <zsh@cs.rochester.edu>
2106 * mail-source.el (mail-source-fetch-webmail): Bind
2109 1999-12-04 07:18:23 Matt Swift <swift@alum.mit.edu>
2111 * gnus-uu.el (gnus-uu-mark-by-regexp): Doc fix.
2112 (gnus-uu-unmark-by-regexp): Ditto.
2114 * gnus-group.el (gnus-group-catchup-current): Would bug out on
2117 1999-12-04 01:34:31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2119 * gnus-msg.el (gnus-setup-message): Allow the charset setting to
2120 do their real thing.
2122 * nnmh.el (nnmh-be-safe): Doc fix.
2124 * gnus-sum.el (gnus-summary-exit): Write cache active file.
2126 * nntp.el (nntp-retrieve-headers-with-xover): Make sure the entire
2127 status line has arrived before we count it.
2129 * mailcap.el (mailcap-mime-data): Removed save-file from audio/*.
2131 * gnus-sum.el (gnus-thread-header): Fixed after indent.
2132 Whitespace problems.
2134 * gnus-win.el (gnus-configure-windows): Error fix.
2136 * gnus-demon.el (gnus-demon-add-nntp-close-connection): Add the
2139 * gnus.el: Fixed all the doc strings to match the FSF convetions.
2140 Indent all functions. Fix all comments to match the comment
2141 conventions. Double-space after full stop.
2143 1999-12-04 01:14:55 YAMAMOTO Kouji <kouji@pobox.com>
2145 * nnmail.el (nnmail-split-it): I redefined nnmail-split-fancy's
2146 value to divide received mails into my favorite groups and I met
2147 an error. It takes place if the length of a element "VALUE" in
2148 nnmail-split-fancy is less than two.
2150 1999-10-10 Robert Bihlmeyer <robbe@orcus.priv.at>
2152 * mml.el (mml-insert-part): New function.
2154 1999-09-29 04:48:14 Katsumi Yamaoka <yamaoka@jpl.org>
2156 * lpath.el: Add `sc-cite-regexp'.
2158 1999-12-02 Dave Love <fx@gnu.org>
2160 * mm-decode.el: Customize.
2162 1999-12-03 Dave Love <fx@gnu.org>
2164 * nnslashdot.el, nnultimate.el: Don't lose at compile time when
2165 the W3 stuff isn't available.
2167 1999-12-03 Dave Love <fx@gnu.org>
2169 * imap.el, mailcap.el, nnvirtual.el, rfc2104.el: Don't require cl
2172 1999-12-04 00:47:35 Dan Christensen <jdc@jhu.edu>
2174 * gnus-score.el (gnus-score-headers): Fix orphan scoring.
2176 1999-12-01 Andrew Innes <andrewi@gnu.org>
2178 * nnmbox.el (nnmbox-read-mbox): Count messages correctly, and
2179 don't be fooled by "From nobody" lines added by respooling.
2181 * pop3.el (pop3-movemail): Write crashbox in binary.
2182 (pop3-get-message-count): New function.
2184 * mail-source.el (mail-source-primary-source): New variable.
2185 (mail-source-report-new-mail-interval): New variable.
2186 (mail-source-idle-time-delay): New variable.
2187 (mail-source-new-mail-available): New internal variable.
2188 (mail-source-fetch-pop): Clear new mail flag, when mail from
2189 primary source has been fetched.
2190 (mail-source-check-pop): New function.
2191 (mail-source-new-mail-p): New function.
2192 (mail-source-start-idle-timer): New function.
2193 (mail-source-report-new-mail): New function.
2194 (mail-source-report-new-mail): New internal variable.
2195 (mail-source-report-new-mail-timer): New internal variable.
2196 (mail-source-report-new-mail-idle-timer): New internal variables.
2198 1999-12-04 00:39:34 Andreas Schwab <schwab@suse.de>
2200 * gnus-cus.el (gnus-group-customize): Customize fix.
2202 1999-12-04 00:38:24 Andrea Arcangeli <andrea@suse.de>
2204 * message.el (message-send-mail-with-sendmail): Use
2205 message-make-address.
2207 Fri Dec 3 20:34:11 1999 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
2209 * gnus.el: Pterodactyl Gnus v5.8.2 is released.
2211 Fri Dec 3 20:09:41 1999 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
2213 * gnus.el: Pterodactyl Gnus v5.8.1 is released.
2215 1999-11-11 Hrvoje Niksic <hniksic@iskon.hr>
2217 * mml.el (mml-insert-tag): Don't close the tag.
2218 (mml-insert-empty-tag): New function.
2219 (mml-attach-file): Use mml-insert-empty-tag instead of
2221 (mml-attach-buffer): Ditto.
2222 (mml-attach-external): Ditto.
2223 (mml-insert-multipart): Ditto.
2225 1999-12-03 08:49:53 Shenghuo ZHU <zsh@cs.rochester.edu>
2227 * nnfolder.el (nnfolder-request-article): Return -1 if not find
2230 1999-12-03 01:12:41 Shenghuo ZHU <zsh@cs.rochester.edu>
2232 * gnus.el (gnus-find-method-for-group): The method of a new group
2233 is not the native one.
2235 1999-12-03 01:26:55 Lars Magne Ingebrigtsen <larsi@gnus.org>
2237 * gnus-art.el (gnus-button-embedded-url): Always call browse-url.
2239 1999-12-02 18:00:15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2241 * nnultimate.el (nnultimate-retrieve-headers): Use
2242 mm-with-unibyte-current-buffer.
2243 (nnultimate-request-article): Ditto.
2245 1999-12-02 14:57:46 Shenghuo ZHU <zsh@cs.rochester.edu>
2247 * nntp.el (nntp-retrieve-groups): Set to process buffer.
2249 1999-12-02 11:14:50 Shenghuo ZHU <zsh@cs.rochester.edu>
2251 * mm-util.el (mm-with-unibyte-current-buffer): New macro.
2252 * nnweb.el (nnweb-retrieve-headers): Use it.
2253 (nnweb-request-article): Use it.
2255 * nnweb.el (nnweb-dejanews-create-mapping): Set a default date in
2256 case matching failed.
2258 1999-12-02 John Wiegley <jwiegley@inprise.com>
2260 * mail-source.el (mail-source-keyword-map): Add backslash to
2263 1999-12-02 07:24:35 Lars Magne Ingebrigtsen <larsi@gnus.org>
2265 * gnus-sum.el (gnus-group-charset-alist): Default nnweb groups to
2267 (gnus-group-charset-alist): No, don't.
2269 * nnweb.el (nnweb-init): Make the buffer unibyte.
2271 1999-12-01 23:02:48 Shenghuo ZHU <zsh@cs.rochester.edu>
2273 * mail-source.el (mail-source-set-common-1): Fix to get the
2276 1999-12-02 00:27:46 Lars Magne Ingebrigtsen <larsi@gnus.org>
2278 * nnslashdot.el (nnslashdot-read-groups): Unibyte.
2280 * nnultimate.el (nnultimate-request-list): Use unibyte.
2282 * gnus-uu.el (gnus-uu-grab-articles): Bind
2283 gnus-display-mime-function to nil.
2285 * message.el (message-send-mail-with-sendmail): Use the
2286 user-mail-address variable.
2288 * gnus-art.el (gnus-ignored-headers): More headers.
2290 * message.el (message-shorten-1): Use list.
2292 1999-12-01 21:59:36 Lars Magne Ingebrigtsen <larsi@gnus.org>
2294 * gnus-msg.el (gnus-configure-posting-styles): Ignore nil
2297 * nnweb.el (nnweb-dejanews-create-mapping): Get the data.
2298 (nnweb-dejanews-create-mapping): Do the properish date.
2300 1999-12-01 17:41:21 Shenghuo ZHU <zsh@cs.rochester.edu>
2302 * mail-source.el (mail-source-common-keyword-map): New variable.
2303 (mail-source-bind-common): New macro.
2304 (mail-source-fetch): Support plugged mail source.
2305 * gnus-int.el (gnus-request-scan): Use them.
2307 1999-12-01 21:59:36 Lars Magne Ingebrigtsen <larsi@gnus.org>
2309 * mm-view.el (mm-inline-message): Check whether charset is a
2312 * nnslashdot.el (nnslashdot-request-post): Insert <p>'s.
2314 * message.el (message-mode-map): Changed keystroke for
2315 message-yank-buffer.
2317 1999-11-26 Hrvoje Niksic <hniksic@iskon.hr>
2319 * message.el (message-shorten-references): Cut references to 31
2320 elements, then either fold them or shorten them to 988 characters.
2321 (message-shorten-1): New function.
2322 (message-cater-to-broken-inn): New variable.
2324 1999-12-01 21:47:10 Eric Marsden <emarsden@mail.dotcom.fr>
2326 * nnslashdot.el (nnslashdot-lose): New function.
2328 1999-12-01 21:08:48 Lars Magne Ingebrigtsen <larsi@gnus.org>
2330 * mm-view.el (mm-inline-message): Not the right type of charset is
2331 being fetched here. Let the group charset rule.
2332 (mm-inline-message): Ignore us-ascii.
2334 1999-11-24 Carsten Leonhardt <leo@arioch.oche.de>
2336 * mail-source.el (mail-source-fetch-maildir): work around the
2337 ommitted "file-regular-p" in efs/ange-ftp
2339 1999-12-01 19:59:25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2341 * mml.el (mml-generate-mime-1): Don't insert extra empty line.
2342 (mml-generate-mime-1): Use the encoding param.
2344 * gnus-sum.el (gnus-summary-show-article): Don't bind gnus-visual.
2346 * gnus-cache.el (gnus-cache-possibly-enter-article): Require
2347 gnus-art before binding its variables.
2349 * gnus-art.el (gnus-article-prepare-display): Run the prepare
2352 1999-12-01 19:48:14 Rupa Schomaker <rupa-list@rupa.com>
2354 * message.el (message-clone-locals): Use it.
2356 * gnus-msg.el (gnus-configure-posting-styles): Make
2357 user-mail-address local.
2359 1999-11-20 Simon Josefsson <jas@pdc.kth.se>
2361 * gnus-start.el (gnus-get-unread-articles): Scan each method only
2364 1999-12-01 17:37:18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2366 * message.el (message-generate-new-buffer-clone-locals): Use varstr.
2367 (message-clone-locals): Ditto.
2369 * gnus-sum.el (gnus-summary-enter-digest-group): Have the digest
2370 group inherit reply-to or from.
2372 1999-12-01 13:04:09 Shenghuo ZHU <zsh@cs.rochester.edu>
2374 * gnus-sum.el (gnus-summary-show-article): Support numbered ARG
2376 (gnus-summary-show-article-charset-alist): New variable.
2378 * mm-bodies.el (mm-decode-string): Support gnus-all and
2380 (mm-decode-body): Ditto.
2381 * rfc2047.el (rfc2047-decode): Ditto.
2383 1999-12-01 17:37:18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2385 * mail-source.el (mail-source-delete-incoming): Change default to
2388 Wed Dec 1 16:31:31 1999 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
2390 * gnus.el: Pterodactyl Gnus v0.99 is released.
2392 1999-12-01 14:28:49 Lars Magne Ingebrigtsen <larsi@gnus.org>
2394 * dgnushack.el (dgnushack-compile): No webmail under Emacs.
2396 * gnus-sum.el (gnus-summary-refer-article): Wrong interactive
2399 * gnus-msg.el (gnus-configure-posting-styles): Eval `eval'.
2400 (gnus-configure-posting-styles): No, don't.
2401 (gnus-configure-posting-styles): Allow overriding files.
2403 * gnus-art.el (gnus-header-button-alist): Use browse-url
2406 * mm-decode.el (mm-inline-media-tests): Check feature vcard.
2408 * gnus-msg.el (gnus-summary-yank-message): New command and
2411 * message.el (message-yank-buffer): New command.
2412 (message-buffers): New function.
2414 * gnus-sum.el (gnus-summary-catchup-and-goto-next-group): Select
2415 next group in a more normal fasion.
2417 * mml.el (mml-boundary-function): New variable.
2418 (mml-compute-boundary): Use it.
2420 * nnmh.el (nnmh-active-number): Skip past files that have buffers
2421 that exist for them.
2423 * gnus-async.el (gnus-async-prefetch-next): Cancel timers.
2424 (gnus-async-timer): New variable.
2426 1999-11-30 02:07:18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2428 * nnultimate.el (nnultimate-request-list): Be more lenient with
2431 1999-11-28 20:22:37 Lars Magne Ingebrigtsen <larsi@gnus.org>
2433 * gnus-art.el (gnus-treatment-function-alist): Do
2434 gnus-treat-capitalize-sentences.
2436 1999-11-30 09:07:53 Shenghuo ZHU <zsh@cs.rochester.edu>
2438 * webmail.el (webmail-hotmail-article): Hotmail changes the
2441 1999-11-29 Simon Josefsson <jas@pdc.kth.se>
2443 * mm-decode.el (mm-display-external): For `copiousoutput' methods,
2444 switch to buffer after calling program.
2445 (mm-display-external): Use `shell-command-switch' instead of "-c".
2447 1999-11-27 15:21:25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2449 * nnultimate.el (nnultimate-possibly-change-server): Don't always
2452 * nnslashdot.el (nnslashdot-request-article): Convert <br><br> to
2455 1999-11-24 20:18:24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2457 * message.el (message-mode): Doc fix.
2459 1999-11-24 09:25:00 Shenghuo ZHU <zsh@cs.rochester.edu>
2461 * gnus-art.el (article-emphasize): Check group variable.
2462 * rfc1843.el (rfc1843-decode-article-body): Ditto.
2464 1999-11-24 00:11:27 Shenghuo ZHU <zsh@cs.rochester.edu>
2466 * mm-decode.el (mm-save-part-to-file): Inhibit jka-compr for any
2469 1999-11-23 17:21:05 Shenghuo ZHU <zsh@cs.rochester.edu>
2471 * webmail.el: Support www.netaddress.com, i.e. usa.net.
2473 1999-11-23 Hrvoje Niksic <hniksic@iskon.hr>
2475 * mml.el (mml-quote-region): Insert ! after the hash.
2477 1999-11-23 05:08:23 Shenghuo ZHU <zsh@cs.rochester.edu>
2479 * gnus-group.el (gnus-group-warchive-address-history): Change to
2482 1999-11-23 02:33:13 Shenghuo ZHU <zsh@cs.rochester.edu>
2484 * webmail.el: Support mail.yahoo.com.
2486 * mail-source.el (mail-source-fetch-webmail): Add password check.
2487 (mail-source-keyword-map): Use `subtype'.
2489 1999-11-22 04:35:43 Shenghuo ZHU <zsh@cs.rochester.edu>
2491 * mail-source.el (mail-source-keyword-map): Add webmail.
2492 (mail-source-fetcher-alist): Ditto.
2493 (mail-source-fetch-webmail): New function.
2494 * webmail.el: New file.
2496 1999-11-21 12:20:02 Shenghuo ZHU <zsh@cs.rochester.edu>
2498 * nnwarchive.el (nnwarchive-request-group): Print 0 if it is nil.
2500 1999-11-21 12:19:11 Shenghuo ZHU <zsh@cs.rochester.edu>
2502 * mailcap.el (mailcap-parse-mailcap): Don't skip double semicolon.
2504 1999-11-20 12:54:25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2506 * nnultimate.el (nnultimate-request-list): Add fetch-time slot.
2507 (nnultimate-prune-days): New function.
2508 (nnultimate-create-mapping): Use it.
2509 (nnultimate-request-group): Only fetch the groups list if it has
2510 not been done before.
2511 (nnultimate-retrieve-headers): Don't write groups.
2512 (nnultimate-create-mapping): Off-by-one error.
2514 1999-11-19 12:17:25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2516 * nnslashdot.el (nnslashdot-sane-retrieve-headers): Fix to match
2519 1999-11-20 02:22:52 Shenghuo ZHU <zsh@cs.rochester.edu>
2521 * nnwarchive.el: Lots of changes make agent happy.
2523 1999-11-19 21:37:41 Shenghuo ZHU <zsh@cs.rochester.edu>
2525 * gnus-start.el (gnus-get-unread-articles): Assert group is in
2528 1999-11-19 19:53:08 Shenghuo ZHU <zsh@cs.rochester.edu>
2530 * mm-decode.el (mm-display-external): Write region with binary
2533 1999-11-18 14:52:05 Shenghuo ZHU <zsh@cs.rochester.edu>
2535 * nnweb.el (nnweb-dejanews-create-mapping): Bind `text'.
2537 1999-11-18 14:35:01 Shenghuo ZHU <zsh@cs.rochester.edu>
2539 * mm-uu.el (mm-uu-dissect): Use fake charset `gnus-decoded'.
2540 (mm-uu-test): Now it is in restricted region.
2542 * gnus-art.el (article-decode-charset): Don't mm-uu-test.
2544 * mm-view.el (mm-view-message): Fix buffer leak.
2545 (mm-inline-message): Support 'gnus-decoded.
2547 * mm-bodies.el (mm-decode-body): Ditto.
2549 * rfc2047.el (rfc2047-decode-region): Ditto.
2551 1999-11-18 Matthias Andree <ma@dt.e-technik.uni-dortmund.de>
2553 * imap.el (require): Added autoload for base64-encode-string.
2555 1999-11-17 Per Abrahamsen <abraham@dina.kvl.dk>
2557 * gnus.el (gnus-refer-article-method): Made list value
2560 1999-11-17 13:09:37 Shenghuo ZHU <zsh@cs.rochester.edu>
2562 * gnus-sum.el (gnus-summary-recenter): set-window-start with
2563 NOFORCE in Emacs case.
2565 1999-11-17 13:04:01 Shenghuo ZHU <zsh@cs.rochester.edu>
2567 * gnus-art.el (gnus-request-article-this-buffer): Set
2568 gnus-newsgroup-name.
2570 1999-11-16 23:53:22 Shenghuo ZHU <zsh@cs.rochester.edu>
2572 * gnus-xmas.el (gnus-xmas-summary-recenter): set-window-start with
2575 1999-11-17 Simon Josefsson <jas@pdc.kth.se>
2577 * gnus-start.el (gnus-get-unread-articles): Check server before
2580 1999-11-16 10:01:03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2582 * gnus.el (gnus-valid-select-methods): nnslashdot is news.
2584 * nnslashdot.el (nnslashdot-login-name): New variable.
2585 (nnslashdot-password): Ditto.
2586 (nnslashdot-request-post): New function.
2588 * gnus-art.el (gnus-treat-buttonize): More testing.
2590 * mm-encode.el: Another CVS test.
2592 * gnus-art.el (gnus-treat-emphasize): Change default.
2593 (gnus-treat-buttonize): Ditto.
2594 (gnus-treat-buttonize): This is a test.
2596 * gnus-sum.el (gnus-build-old-threads): Bind mail-parse-charset.
2597 (gnus-build-sparse-threads): Ditto.
2598 (gnus-build-all-threads): Ditto.
2600 * nnheader.el (make-full-mail-header): Make into a subst.
2602 * dgnushack.el (dgnushack-compile): Skip all w3-dependent files
2603 unless w3 is supplied.
2605 * gnus.el (gnus-refer-article-method): Doc fix.
2607 * gnus-sum.el: Do not accept a prefix.
2608 (gnus-summary-refer-article): Accept a list of select methods.
2610 1999-11-15 21:28:40 Shenghuo ZHU <zsh@cs.rochester.edu>
2612 * Makefile.in: Change `^ *' to `\t'.
2614 1999-11-11 Matt Pharr <mmp@graphics.stanford.edu>
2616 * message.el (message-forward): Pay attention to prefix argument
2617 again and forward all headers when it is set, regardless of the
2618 value of message-forward-ignored-headers.
2620 1999-11-15 20:44:50 William M. Perry <wmperry@aventail.com>
2622 * dgnushack.el (dgnushack-compile): Vpath file.
2624 * Makefile.in (SHELL): VPATH support.
2626 1999-11-15 20:37:17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2628 * gnus-ems.el: Check for cygwin32.
2630 1999-11-14 18:15:28 Shenghuo ZHU <zsh@cs.rochester.edu>
2632 * mm-decode.el (mm-display-external): Use 'non-viewer.
2634 1999-11-14 15:21:06 Shenghuo ZHU <zsh@cs.rochester.edu>
2636 * base64.el (base64-encode-string): An alias for base64-encode for
2639 1999-11-14 01:58:18 Shenghuo ZHU <zsh@cs.rochester.edu>
2641 * nntp.el (nntp-retrieve-groups): Erase nntp-sever-buffer before
2644 1999-11-13 Simon Josefsson <jas@pdc.kth.se>
2646 * gnus-start.el (gnus-get-unread-articles): Use
2647 nnfoo-retrieve-groups to find new news, if available.
2648 (gnus-read-active-file-2): New function.
2649 (gnus-get-unread-articles): Use it.
2650 (gnus-read-active-file-1): Ditto.
2652 1999-11-13 17:59:18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2654 * mm-util.el (mm-find-mime-charset-region): Make sure
2655 find-coding-systems-for-charsets is fbound.
2657 * gnus-ems.el: Typo fix.
2659 1999-11-13 Florian Weimer <fw@s.netic.de>
2661 * mm-util.el (mm-find-mime-charset-region): Use UTF-8 if
2662 it's available and makes sense.
2664 1999-11-12 19:56:23 Fabrice POPINEAU <Fabrice.Popineau@supelec.fr>
2666 * gnus-score.el (gnus-score-save): Translate score file.
2668 1999-11-13 Simon Josefsson <jas@pdc.kth.se>
2670 * mail-source.el (mail-source-keyword-map): For IMAP mail source,
2671 added fetchflag and dontexpunge keywords.
2672 (mail-source-fetch-imap): Use them.
2674 1999-11-12 Per Abrahamsen <abraham@dina.kvl.dk>
2676 * gnus-start.el (gnus-level-subscribed, gnus-level-unsubscribed,
2677 gnus-level-zombie, gnus-level-killed): Changed from `defcustom' to
2680 * gnus-cus.el (gnus-group-parameters): Changed from `defcustom' to
2682 Mention that it is both for group and topic parameters.
2683 (gnus-extra-topic-parameters): New constant, including `subscribe'
2685 (gnus-extra-group-parameters): New constant.
2686 (gnus-group-customize): Use them.
2688 * gnus.el (gnus-select-method): Added default value and tag.
2689 (gnus-refer-article-method): Added `DejaNews' customization option.
2691 1999-11-12 05:04:43 Lars Magne Ingebrigtsen <larsi@gnus.org>
2693 * gnus-int.el (gnus-server-opened): Ignore denied servers.
2695 * gnus-ems.el (gnus-mule-max-width-function): New backquote
2698 * nndoc.el (nndoc-mime-digest-type-p): Reinstated.
2700 * nnslashdot.el (nnslashdot-group-number): Changed default.
2702 * nnweb.el (nnweb-dejanews-create-mapping): Work with new deja.
2703 (nnweb-dejanews-wash-article): Removed.
2704 (nnweb-type-definition): Fetch by id.
2706 * gnus-msg.el (gnus-configure-posting-styles): Don't insert unless
2709 * nnslashdot.el (nnslashdot-group-number): Doc fix.
2710 (nnslashdot-request-list): Use Ultramode as well.
2711 (nnslashdot-date-to-date): Be more lenient.
2712 (nnslashdot-threaded): New function.
2714 1999-11-11 17:40:54 Lars Magne Ingebrigtsen <larsi@gnus.org>
2716 * gnus-art.el (gnus-mime-internalize-part): Doc fix.
2718 1999-11-11 14:32:48 Steinar Bang <sb@metis.no>
2720 * nnweb.el (nnweb-type-definition): /=dnc
2722 1999-11-11 10:58:38 Lars Magne Ingebrigtsen <larsi@gnus.org>
2724 * nnultimate.el (nnultimate-retrieve-headers): Work with american
2726 (nnultimate-retrieve-headers): Wrong ordering.
2728 1999-11-11 07:31:51 Matt Pharr <mmp@graphics.stanford.edu>
2730 * message.el (message-forward-as-mime): New variable.
2732 1999-11-11 05:24:13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2734 * gnus-util.el (gnus-dd-mmm): Beware buggy dates.
2736 1999-11-10 16:50:01 Shenghuo ZHU <zsh@cs.rochester.edu>
2738 * mail-source.el (mail-source-movemail-and-remove): New function.
2739 (mail-source-keyword-map): Add `function' for `maildir'.
2740 (mail-source-fetch-maildir): Use it.
2742 1999-11-10 13:48:10 Shenghuo ZHU <zsh@cs.rochester.edu>
2744 * nnwarchive.el: New file.
2745 * gnus-group.el (gnus-group-make-warchive-group): New function.
2746 * gnus.el (gnus-valid-select-methods): Add `nnwarchive'.
2748 1999-11-10 12:13:30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2750 * nnultimate.el (nnultimate-retrieve-headers): Work for multi-page
2753 1999-11-10 11:33:23 Rajappa Iyer <rajappa@mindspring.com>
2755 * gnus-salt.el (gnus-pick-article-or-thread): Don't move point.
2757 1999-11-10 05:22:56 Lars Magne Ingebrigtsen <larsi@gnus.org>
2759 * nnultimate.el (nnultimate-open-server): Do address.
2760 (nnultimate-forum-table-p): New function.
2762 * nnweb.el (nnweb-insert-html): Renamed.
2763 (nnweb-insert): New function.
2765 * nnultimate.el (nnultimate-insert-html): New function.
2767 * nnslashdot.el (nnslashdot-retrieve-headers): Don't do anything
2769 (nnslashdot-retrieve-headers): use the sane version instead.
2771 1999-11-09 00:13:25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2773 * nnslashdot.el (nnslashdot-request-article): Fold case.
2775 * nnultimate.el: New file.
2777 * nnslashdot.el (nnslashdot-retrieve-headers): Skip the article
2780 * gnus-start.el (gnus-active-to-gnus-format): Catch errors.
2781 (gnus-read-active-file-1): Separated into own function.
2782 (gnus-read-active-file): Catch quits.
2784 * nnslashdot.el (nnslashdot-request-article): Search better on
2786 (nnslashdot-request-list): Fold case.
2787 (nnslashdot-retrieve-headers): Ditto.
2789 1999-11-08 05:33:15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2791 * gnus.el: Autoload gnus-subscribe-topics.
2793 1999-11-07 22:56:46 Shenghuo ZHU <zsh@cs.rochester.edu>
2795 * gnus-agent.el (gnus-agent-save-group-info): Remove backslash
2797 * gnus-util.el (gnus-write-active-file): Ditto.
2799 1999-11-07 22:31:10 Shenghuo ZHU <zsh@cs.rochester.edu>
2801 * nnheader.el (nnheader-replace-duplicate-chars-in-string): New
2803 * gnus-cache.el (gnus-cache-file-name): Use it.
2804 * gnus-agent.el (gnus-agent-group-path): Use it.
2805 * nnmail.el (nnmail-group-pathname): Use it.
2807 1999-11-07 21:07:55 Shenghuo ZHU <zsh@cs.rochester.edu>
2809 * gnus-start.el (gnus-active-to-gnus-format): Don't insert backslash
2811 * gnus-util.el (gnus-write-active-file): Write cooked active file.
2812 * gnus-agent.el (gnus-agent-save-group-info): Ditto.
2813 * gnus.el (gnus-short-group-name): "..." proof.
2815 1999-11-07 20:03:16 Shenghuo ZHU <zsh@cs.rochester.edu>
2817 * gnus-srvr.el (gnus-browse-foreign-server): Keep using `read' to
2820 1999-11-08 00:06:02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2822 * nnslashdot.el (nnslashdot-retrieve-headers): Don't fetch too
2824 (nnslashdot-generate-active): New function.
2825 (nnslashdot-request-newgroups): Use it.
2827 * gnus-start.el (gnus-active-to-gnus-format): Intern strings group
2830 * nnslashdot.el (nnslashdot-request-newgroups): New function.
2831 (nnslashdot-request-list): Not moderated.
2833 1999-11-07 Simon Josefsson <jas@pdc.kth.se>
2835 * nnimap.el (nnimap-open-server): Remove error signal if
2836 nnimap-server-buffer is nil (the check should've been `boundp').
2838 * imap.el (imap-log):
2839 * nnimap.el (nnimap-debug): Disable debugging by default.
2841 1999-11-07 01:17:53 Lars Magne Ingebrigtsen <larsi@gnus.org>
2843 * gnus-start.el (gnus-subscribe-newsgroup-method): Doc fix.
2845 * gnus-topic.el (gnus-subscribe-topic): New function.
2847 * nnslashdot.el (nnslashdot-request-list): Give out extended group
2850 * gnus-start.el (gnus-ignored-newsgroups): Disregard bogus chars
2851 if starting with a quote.
2853 1999-11-07 13:06:11 Shenghuo ZHU <zsh@cs.rochester.edu>
2855 * gnus-srvr.el (gnus-browse-foreign-server): Support backslash in
2858 1999-11-07 01:17:53 Lars Magne Ingebrigtsen <larsi@gnus.org>
2860 * nnslashdot.el: New file.
2862 * nnheader.el (nnheader-insert-header): New function.
2864 * gnus-art.el (gnus-mime-internalize-part): Bind
2867 * nndraft.el (nndraft-request-expire-articles): Do all the backup
2870 1999-10-29 David S. Goldberg <dsg@mitre.org>
2872 * emacs-mime.texi (Customization): Document mm-inline-override-types
2874 1999-10-29 David S. Goldberg <dsg@mitre.org>
2876 * emacs-mime.texi (Customization): Document mm-inline-override-types
2878 1999-10-29 David S. Goldberg <dsg@mitre.org>
2880 * emacs-mime.texi (Customization): Document mm-inline-override-types
2882 1999-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
2884 * smiley.el (gnus-smiley-display): Use `smiley-toggle-buffer'.
2885 (smiley-toggle-buffer): New function.
2886 (smiley-buffer): Don't quote the function.
2887 (smiley-toggle-extents): Ditto.
2889 1999-11-07 01:00:32 Lars Magne Ingebrigtsen <larsi@gnus.org>
2891 * gnus-topic.el (gnus-topic-goto-missing-topic): Work even in
2894 1999-11-06 23:16:24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2896 * gnus-art.el (gnus-article-mode-map): Use the summary article
2899 1999-11-06 22:56:49 Jens-Ulrik Petersen <Jens-Ulrik.Petersen@nokia.com>
2901 * gnus-group.el (gnus-group-read-ephemeral-group): Doc fix.
2903 1999-11-06 21:40:30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2905 * gnus-uu.el (gnus-uu-mark-thread): Don't move point around.
2907 1999-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
2909 * gnus-art.el (gnus-treat-predicate): Examine whether the argument
2910 is list or not before condition.
2912 1999-10-07 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
2914 * gnus-art.el (gnus-treat-predicate): Work for (typep "something").
2916 1999-11-06 19:18:14 Kevin the Bandicoot <user42@zip.com.au>
2918 * gnus-art.el (gnus-emphasis-alist): New value.
2920 1999-11-06 13:57:13 Shenghuo ZHU <zsh@cs.rochester.edu>
2922 * gnus-srvr.el (gnus-browse-foreign-server): Use both `read' and
2925 1999-11-06 04:24:30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2927 * gnus-art.el (article-date-ut): Keep the updated timer.
2928 (gnus-emphasis-underline-italic): Doc fix.
2930 * gnus-msg.el (gnus-post-method): Doc fix.
2931 (gnus-post-method): Change default.
2933 1999-11-06 04:12:13 Francisco Solsona <flsc@hp.fciencias.unam.mx>
2935 * message.el (message-newline-and-reformat): Improvements.
2937 1999-11-06 03:51:24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2939 * message.el (message-newline-and-reformat): Don't insert too many
2941 (message-newline-and-reformat): Work even if not sc.
2943 * mm-view.el (mm-inline-message): Insert a delimiter at the end.
2945 * mm-decode.el (mm-inline-media-tests): Only if diff mode.
2947 1999-11-06 03:48:02 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
2949 * mm-view.el (mm-display-patch-inline): New function.
2951 1999-11-06 03:47:54 Robert Bihlmeyer <robbe@orcus.priv.at>
2953 * mm-view.el (mm-display-patch-inline): New function.
2955 1999-11-06 02:17:54 Lars Magne Ingebrigtsen <larsi@gnus.org>
2957 * gnus-sum.el (gnus-read-move-group-name): Subscribe to the
2960 * message.el (message-forward): Narrow to the right header.
2962 * gnus-sum.el (gnus-summary-limit-to-age): Protect against bogus
2965 * gnus-msg.el (gnus-configure-posting-styles): Use the
2966 user-full-name function.
2968 * mm-bodies.el (mm-body-encoding): Use the choosing function.
2969 (mm-body-charset-encoding-alist): Default to nil.
2971 * message.el (message-elide-ellipsis): Fix typo.
2972 (message-elide-region): Ditto.
2973 (message-elide-region): Don't insert a newline first.
2975 1999-11-05 20:28:27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2977 * gnus-sum.el (gnus-cut-thread): Also cut for numberp
2978 gnus-fetch-old-headers.
2979 (gnus-cut-threads): Ditto.
2980 (gnus-summary-initial-limit): Ditto.
2981 (gnus-summary-limit-children): Ditto.
2983 * gnus-msg.el (gnus-configure-posting-styles): Allow `header'
2986 1999-11-06 Simon Josefsson <jas@pdc.kth.se>
2988 * gnus-art.el (article-decode-encoded-words):
2989 (gnus-mime-display-single): Don't assume gnus-summary-buffer is
2992 * gnus.el (gnus-read-method): Add methods from
2993 `gnus-opened-servers' to completion. Map entered method/address
2994 into existing methods if possible.
2996 * gnus-group.el (gnus-group-make-group): Simplify method.
2998 * gnus-srvr.el (gnus-browse-unsubscribe-group): Simplify method.
3000 * mml.el (mml-preview): Remove mail-header-separator before
3003 1999-11-05 20:28:27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3005 * message.el (message-read-from-minibuffer): New function.
3007 Fri Nov 5 19:10:02 1999 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
3009 * gnus.el: Pterodactyl Gnus v0.98 is released.
3011 1999-11-05 01:27:49 Shenghuo ZHU <zsh@cs.rochester.edu>
3013 * gnus-agent.el (gnus-agent-expire): Remove bad line in NOV.
3015 1999-11-04 22:20:35 Shenghuo ZHU <zsh@cs.rochester.edu>
3017 * mml.el (mml-generate-mime-1): Read attached binary file in
3020 1999-11-03 16:08:56 Shenghuo ZHU <zsh@cs.rochester.edu>
3022 * gnus-sum.el (gnus-summary-toggle-header): Fix arg bug.
3024 1999-11-03 15:27:38 Shenghuo ZHU <zsh@cs.rochester.edu>
3026 * mailcap.el (mailcap-viewer-lessp): Fix bug.
3028 1999-11-02 17:28:33 Shenghuo ZHU <zsh@cs.rochester.edu>
3030 * gnus-sum.el (gnus-summary-search-article): Fix loop search bug.
3032 1999-10-31 21:24:59 Shenghuo ZHU <zsh@cs.rochester.edu>
3034 * gnus-art.el (gnus-article-mime-match-handle-first): New function.
3035 (gnus-article-mime-match-handle-function): New variable.
3036 (gnus-article-view-part): Make `b' customizable.
3038 1999-10-29 14:30:07 Shenghuo ZHU <zsh@cs.rochester.edu>
3040 * gnus-sum.el (gnus-article-get-xrefs): Test eobp.
3042 1999-09-27 Hrvoje Niksic <hniksic@srce.hr>
3044 * mm-decode.el (mm-attachment-override-types): Exclude text/plain.
3046 1999-10-26 23:27:44 Shenghuo ZHU <zsh@cs.rochester.edu>
3048 * mm-decode.el (mm-dissect-buffer): CTE may come without CTL.
3050 1999-10-26 21:44:05 Shenghuo ZHU <zsh@cs.rochester.edu>
3052 * gnus-srvr.el (gnus-browse-foreign-server): Use
3053 `buffer-substring' instead of `read'.
3055 1999-10-23 Simon Josefsson <jas@pdc.kth.se>
3057 * nnimap.el, imap.el, rfc2104.el: New files.
3059 * gnus.el (gnus-valid-select-methods): Add nnimap.
3061 * gnus-group.el (gnus-group-group-map): Add
3062 gnus-group-nnimap-edit-acl, gnus-group-nnimap-expunge.
3063 (gnus-group-nnimap-expunge): New function.
3064 (gnus-group-nnimap-edit-acl): New function.
3066 * gnus-agent.el (gnus-agent-group-mode-map): Add
3067 gnus-agent-synchronize.
3068 (gnus-agent-synchronize): New function.
3069 (gnus-agent-fetch-group-1): Check if server is open.
3071 * nnagent.el (nnagent-request-set-mark): Save marks.
3073 * mail-source.el (mail-source-keyword-map): New imap mail-source.
3074 (mail-source-fetcher-alist): Map to imap fetcher function.
3075 (mail-source-fetch-imap): New function.
3077 * gnus-art.el (article-hide-pgp): Hide all headers, not just
3080 1999-10-22 11:03:00 Shenghuo ZHU <zsh@cs.rochester.edu>
3082 * gnus-topic.el (gnus-topic-sort-topics-1): New function.
3083 (gnus-topic-sort-topics): New function.
3084 (gnus-topic-make-menu-bar): Add sort-topics.
3085 (gnus-topic-move): New function.
3086 (gnus-topic-move-group): Move the topic if no group selected.
3088 1999-10-13 21:31:50 Shenghuo ZHU <zsh@cs.rochester.edu>
3090 * gnus-art.el (gnus-article-setup-buffer): Fix buffer leak.
3092 1999-10-13 12:52:18 Shenghuo ZHU <zsh@cs.rochester.edu>
3094 * mm-view.el (mm-inline-message): Fix leaving group bug.
3096 1999-10-07 17:59:49 Shenghuo ZHU <zsh@cs.rochester.edu>
3098 * gnus-msg.el (gnus-post-method): Use normal method if current is
3101 1999-10-07 17:09:34 Shenghuo ZHU <zsh@cs.rochester.edu>
3103 * nnmail.el (nnmail-insert-xref): Dealing with empty articles.
3104 (nnmail-insert-lines): Ditto.
3106 1999-10-07 Shenghuo ZHU <zsh@cs.rochester.edu>
3108 * nnfolder.el (nnfolder-insert-newsgroup-line): Insert a blank
3111 * message.el (message-unsent-separator): One more separator.
3113 1999-10-06 Shenghuo ZHU <zsh@cs.rochester.edu>
3115 * nnfolder.el (nnfolder-request-move-article): For empty article,
3116 search till (point-max).
3117 (nnfolder-retrieve-headers): Ditto.
3118 (nnfolder-request-accept-article): Ditto.
3119 (nnfolder-save-mail): Ditto.
3120 (nnfolder-insert-newsgroup-line): Ditto.
3122 1999-10-05 Shenghuo ZHU <zsh@cs.rochester.edu>
3124 * qp.el (quoted-printable-encode-region): Check eobp.
3126 1999-10-03 Shenghuo ZHU <zsh@cs.rochester.edu>
3128 * nntp.el (nntp-retrieve-headers-with-xover): Fix hanging problem.
3130 1999-10-02 Shenghuo ZHU <zsh@cs.rochester.edu>
3132 * nntp.el (nntp-send-xover-command): Wait for nothing if not
3135 1999-09-29 Shenghuo ZHU <zsh@cs.rochester.edu>
3137 * mm-uu.el (mm-uu-forward-begin-line): Change the regexp.
3138 (mm-uu-forward-end-line): Ditto.
3140 1999-09-29 Didier Verna <verna@inf.enst.fr>
3142 * binhex.el (binhex-decode-region): don't consider the value of
3143 `enable-multibyte-characters' in XEmacs.
3145 * gnus-start.el (gnus-read-descriptions-file): ditto.
3147 * mm-util.el (mm-multibyte-p): ditto.
3148 (mm-with-unibyte-buffer): ditto.
3149 (mm-find-charset-region): use `mm-multibyte-p'.
3151 * mm-bodies.el (mm-decode-body): ditto.
3152 (mm-decode-string): ditto.
3154 * lpath.el ((string-match "XEmacs" emacs-version)): Don't define
3155 `enable-multibyte-characters' in XEmacs.
3157 1999-09-29 Shenghuo ZHU <zsh@cs.rochester.edu>
3159 * mm-util.el (mm-binary-coding-system): Try binary first.
3161 1999-09-14 Shenghuo ZHU <zsh@cs.rochester.edu>
3163 * rfc1843.el (rfc1843-decode-article-body): Don't decode twice.
3165 1999-09-10 Shenghuo ZHU <zsh@cs.rochester.edu>
3167 * gnus-art.el (article-make-date-line): Add time-zone in iso8601
3169 (article-date-ut): Find correct insert position.
3171 1999-09-03 Shenghuo ZHU <zsh@cs.rochester.edu>
3173 * mm-uu.el (mm-uu-dissect): Do not dissect quoted-printable
3176 1999-09-27 20:33:41 Lars Magne Ingebrigtsen <larsi@gnus.org>
3178 * gnus-topic.el (gnus-topic-find-groups): Work for unactivated
3181 * message.el (message-resend): Use message mode when prompting.
3183 * gnus-art.el (article-hide-headers): Mark wash.
3184 (article-emphasize): Ditto.
3186 1999-09-27 19:52:14 Vladimir Volovich <vvv@vvv.vsu.ru>
3188 * message.el (message-newline-and-reformat): Work for SC.
3190 1999-09-27 19:38:33 Lars Magne Ingebrigtsen <larsi@gnus.org>
3192 * gnus-msg.el (gnus-group-posting-charset-alist): 2047 in de.*.
3194 * gnus-sum.el (gnus-newsgroup-ignored-charsets): Add x-unknown.
3196 1999-10-20 David S. Goldberg <dsg@mitre.org>
3198 * mm-decode.el mm-inline-override-types: New variable
3200 * mm-decode.el (mm-inline-override-p): New function
3202 * mm-decode.el (mm-inlined-p): Use it
3204 1999-10-20 David S. Goldberg <dsg@mitre.org>
3206 * mm-decode.el mm-inline-override-types: New variable
3208 * mm-decode.el (mm-inline-override-p): New function
3210 * mm-decode.el (mm-inlined-p): Use it
3212 Mon Sep 27 15:18:05 1999 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
3214 * gnus.el: Pterodactyl Gnus v0.97 is released.
3216 1999-09-01 Brendan Kehoe <brendan@zen.org>
3218 * gnus-sum.el (gnus-summary-catchup-and-goto-next-group): Use
3219 gnus-summary-next-group, not gnus-summary-next-article. Only give
3222 1999-09-25 08:07:57 Lars Magne Ingebrigtsen <larsi@gnus.org>
3224 * gnus-agent.el (gnus-agent-fetch-group-1): Look in the group
3227 * gnus-xmas.el (gnus-xmas-summary-recenter): Display one more
3230 * message.el (message-forward-ignored-headers): New variable.
3232 * gnus-art.el (gnus-article-prepare-display): Nix out
3233 gnus-article-wash-types.
3235 * gnus-agent.el (gnus-agent-create-buffer): New function.
3236 (gnus-agent-fetch-group-1): Use it.
3237 (gnus-agent-start-fetch): Ditto.
3239 * gnus-sum.el (gnus-summary-exit): Don't use
3240 `gnus-use-adaptive-scoring'.
3242 * mail-source.el (mail-source-fetch-pop): Only store password when
3245 * gnus-nocem.el (gnus-nocem-scan-groups): Message better.
3247 1999-09-24 18:43:23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3249 * message.el (message-reply): Use it.
3250 (message-dont-reply-to-names): New variable.
3252 * nntp.el (nntp-open-telnet): Don't erase-buffer.
3254 * mm-util.el (mm-preferred-coding-system): Typo fix.
3256 * message.el (message-bounce): Work for non-MIME.
3258 * gnus.el (gnus-short-group-name): Short the right parts of the
3261 1999-09-24 18:17:48 Johan Kullstam <kullstam@ne.mediaone.net>
3263 * mm-encode.el (mm-qp-or-base64): New version.
3265 1999-09-10 Shenghuo ZHU <zsh@cs.rochester.edu>
3267 * gnus-art.el (article-make-date-line): Fix time-zone bug.
3269 1999-09-09 Shenghuo ZHU <zsh@cs.rochester.edu>
3271 * gnus-art.el (gnus-article-add-buttons): Don't delete markers out
3272 of restricted region.
3273 (gnus-mime-display-single): Set beg at correct point.
3275 1999-09-09 Shenghuo ZHU <zsh@cs.rochester.edu>
3277 * nnmail.el (nnmail-process-maildir-mail-format): Typo.
3279 1999-09-09 Jens-Ulrik Petersen <jens-ulrik.petersen@nokia.com>
3281 * gnus-msg.el (gnus-configure-posting-styles): Let
3282 `gnus-posting-styles' have its say in posting-style: local
3283 variable `styles' is already bound to `gnus-posting-styles' so
3284 don't rebind it to nil.
3286 1999-09-24 18:10:56 Robert Bihlmeyer <robbe@orcus.priv.at>
3288 * gnus-score.el (gnus-summary-increase-score): Allow editing of
3291 1999-09-08 Shenghuo ZHU <zsh@cs.rochester.edu>
3293 * mm-encode.el (mm-encode-content-transfer-encoding): Fold
3294 quoted-printable-encode-region.
3296 * qp.el (quoted-printable-encode-region): Assume charset
3297 encoded. Fold every line in the region.
3299 1999-09-02 Shenghuo ZHU <zsh@cs.rochester.edu>
3301 * gnus-srvr.el (gnus-browse-foreign-server): Read the first line
3304 1999-09-01 Didier Verna <verna@inf.enst.fr>
3306 * message.el (message-mode): allows whitespaces between multiple
3307 instances of the fill character ">".
3309 1999-09-24 18:02:50 Kim-Minh Kaplan <kmkaplan@vocatex.fr>
3311 * mm-encode.el (mm-qp-or-base64): Fix.
3313 1999-09-01 12:18:01 Katsumi Yamaoka <yamaoka@jpl.org>
3315 * message.el (message-send): Too much and.
3317 1999-09-24 17:58:07 Andreas Schwab <schwab@suse.de>
3319 * gnus-art.el (gnus-mime-view-part-as-type): Renamed.
3321 1999-08-28 12:44:20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3323 * gnus-score.el (gnus-score-headers): Work for nil scores.
3325 1999-08-27 20:46:11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3327 * gnus-cache.el (gnus-cache-write-active): Write full names.
3329 * gnus-util.el (gnus-write-active-file): Accept full name.
3331 * mm-decode.el (mm-inlinable-p): Use string-match on the types.
3332 (mm-assoc-string-match): New function.
3333 (mm-display-inline): Use it.
3335 * gnus-group.el (gnus-group-set-info): Work for nil group params.
3337 * gnus-msg.el (gnus-configure-posting-styles): Allow eval.
3339 1999-08-27 19:08:10 Florian Weimer <fw@s.netic.de>
3341 * mml.el (mml-generate-multipart-alist): New variable.
3343 1999-08-27 15:30:02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3345 * gnus-art.el (gnus-treat-predicate): Work for (not 5).
3347 1999-08-27 Peter von der Ahe <pahe@daimi.au.dk>
3349 * message.el (message-send): More helpful error message if sending
3352 1999-09-06 Robert Bihlmeyer <robbe@orcus.priv.at>
3354 * gnus-score.el (gnus-summary-increase-score): "Lars" was broken
3355 in newer emacsen, where ?r isn't equal 114.
3357 Fri Aug 27 13:17:48 1999 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
3359 * gnus.el: Pterodactyl Gnus v0.96 is released.
3361 1999-08-17 Simon Josefsson <jas@pdc.kth.se>
3363 * gnus-start.el (gnus-groups-to-gnus-format): Only use agent
3364 to get active info if method is covered by agent, otherwise
3365 active info is lost.
3367 1999-08-17 Simon Josefsson <jas@pdc.kth.se>
3369 * gnus-sum.el (gnus-summary-move-article): Report backend errors.
3371 1999-08-09 Dave Love <fx@gnu.org>
3373 * mm-util.el: Use `defalias', not `fset' for dummy functions.
3375 1999-08-09 Simon Josefsson <jas@pdc.kth.se>
3377 * gnus-art.el (gnus-ignored-headers): Remove "X-Pgp-*"
3378 (already matched by "^X-Pgp"), removed duplicate
3379 X-Mailing-List, added several new junk headers.
3381 1999-08-01 Simon Josefsson <jas@pdc.kth.se>
3383 * gnus-art.el (article-decode-charset): Don't assume
3384 gnus-summary-buffer is live.
3386 1999-08-27 15:07:43 Paul Flinders <paul@dawa.demon.co.uk>
3388 * smiley.el (smiley-deformed-regexp-alist): Fix % smileys.
3390 1999-08-27 15:02:58 Florian Weimer <fw@s.netic.de>
3392 * gnus-score.el (gnus-home-score-file): Work with absolute path
3395 1999-07-17 Shenghuo ZHU <zsh@cs.rochester.edu>
3397 * gnus-sum.el (gnus-articles-to-read): Return cached articles if
3398 nothing else in the group.
3400 1999-07-16 Shenghuo ZHU <zsh@cs.rochester.edu>
3402 * gnus-bcklg.el (gnus-backlog-enter-article): Check the size of
3405 1999-07-15 Shenghuo ZHU <zsh@cs.rochester.edu>
3407 * mm-uu.el (mm-uu-dissect): Fix for base64 message.
3409 1999-07-15 Shenghuo ZHU <zsh@cs.rochester.edu>
3411 * mm-uu.el (mm-uu-forward-end-line): Support forwarded message
3414 1999-07-14 Shenghuo ZHU <zsh@cs.rochester.edu>
3416 * mm-bodies.el (mm-decode-content-transfer-encoding): Delete
3419 1999-07-14 Shenghuo ZHU <zsh@cs.rochester.edu>
3421 * mm-util.el (mm-text-coding-system-for-write): New variable.
3422 (mm-append-to-file): New function.
3423 (mm-write-region): New function.
3425 * gnus-art.el (gnus-output-to-file): Use it.
3426 * gnus-util.el (gnus-output-to-rmail): Ditto.
3427 (gnus-output-to-mail): Ditto.
3428 * gnus-uu.el (gnus-uu-binhex-article): Ditto.
3430 1999-07-14 Shenghuo ZHU <zsh@cs.rochester.edu>
3432 * nnmail.el (nnmail-find-file): Use mm-auto-mode-alist.
3434 * nnheader.el (nnheader-insert-file-contents): Revert and use
3435 mm-insert-file-contents.
3436 (nnheader-find-file-noselect): Use mm-auto-mode-alist.
3437 (nnheader-auto-mode-alist): Removed.
3439 * mm-util.el (mm-inhibit-file-name-handlers): New variable.
3440 (mm-insert-file-contents): Add a new parameter for inserting
3441 compressed file literally.
3443 * mml.el (mml-generate-mime-1): Insert non-text literally.
3445 * gnus.el: Change most mm-insert-file-contents back to nnheader.
3447 1999-07-13 Hrvoje Niksic <hniksic@srce.hr>
3449 * gnus-art.el (gnus-unbuttonized-mime-types): Fix docstring.
3451 1999-08-27 14:53:42 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
3453 * gnus-sum.el (gnus-group-charset-alist): Default fido7 to
3456 1999-07-11 Shenghuo ZHU <zsh@cs.rochester.edu>
3458 * mml.el (mml-insert-mime): Decode text.
3459 (mml-to-mime): Narrow to headers-or-head.
3461 1999-07-11 Shenghuo ZHU <zsh@cs.rochester.edu>
3463 * mm-view.el (mm-inline-text): Check
3464 w3-meta-content-type-charset-regexp.
3466 1999-07-10 Simon Josefsson <jas@pdc.kth.se>
3468 * gnus-agent.el (gnus-agent-fetch-group-1): Search topics for
3471 1999-07-10 Alexandre Oliva <oliva@dcc.unicamp.br>
3473 * gnus-mlspl.el: Documentation fixes.
3475 1999-08-27 14:42:14 Rui Zhu <sprache@iname.com>
3477 * gnus-sum.el (gnus-summary-limit-to-age): Prompt better.
3479 1999-08-27 14:40:52 Michael Cook <cook@sightpath.com>
3481 * gnus-art.el (gnus-article-setup-buffer): Kill all local
3484 1999-08-27 14:39:34 Hrvoje Niksic <hniksic@srce.hr>
3486 * nnmail.el (nnmail-get-new-mail): "Done".
3488 1999-08-27 14:38:14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3490 * gnus-group.el (gnus-group-kill-all-zombies): Only prompt when
3493 1999-07-12 Shenghuo ZHU <zsh@cs.rochester.edu>
3495 * gnus-art.el (article-decode-charset): Fix broken CT.
3497 1999-07-12 Shenghuo ZHU <zsh@cs.rochester.edu>
3499 * gnus-agent.el (gnus-agent-fetch-group-1): Recreate agent
3500 overview buffer if it is killed.
3502 1999-08-27 14:26:03 Eric Marsden <emarsden@mail.dotcom.fr>
3504 * gnus-art.el (article-babel): New version.
3506 1999-08-27 14:22:39 Jon Kv <jonkv@ida.liu.se>
3508 * nnfolder.el (nnfolder-request-list-newsgroups): Faster expiry.
3510 1999-07-10 Mike McEwan <mike@lotusland.demon.co.uk>
3512 * gnus.texi (More Threading): Document new variable
3513 `gnus-sort-gathered-threads-function'.
3515 1999-07-10 Mike McEwan <mike@lotusland.demon.co.uk>
3517 * gnus.texi (More Threading): Document new variable
3518 `gnus-sort-gathered-threads-function'.
3520 1999-07-11 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3522 * gnus-uu.el (gnus-uu-digest-mail-forward): Delete file after
3525 1999-07-10 Shenghuo ZHU <zsh@cs.rochester.edu>
3527 * mm-util.el (mm-running-xemacs): Removed.
3528 (mm-coding-system-p): New function.
3529 (mm-binary-coding-system): Safe guess.
3530 (mm-text-coding-system): Ditto.
3531 (mm-auto-save-coding-system): Ditto.
3533 1999-07-11 11:02:03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3535 * mm-encode.el (mm-qp-or-base64): Also consider control chars.
3536 (mm-qp-or-base64): Reversed logic.
3538 * mm-decode.el (mm-save-part-to-file): Let coding system be
3541 1999-07-15 Mike McEwan <mike@lotusland.demon.co.uk>
3543 * gnus-agent.el (gnus-agent-fetch-group-1): Allow 'agent-score' to
3544 be set in topic parameters.
3546 1999-07-10 Mike McEwan <mike@lotusland.demon.co.uk>
3548 * gnus-sum.el (gnus-sort-gathered-threads-function): New variable.
3549 (gnus-sort-gathered-threads): Allow the user to specify the
3550 function to use when sorting gathered threads.
3552 * gnus-agent.el (gnus-agent-get-undownloaded-list): Don't
3553 mark cached articles as `undownloaded'.
3555 Tue Jul 20 02:39:56 1999 Peter von der Ahe <peter@ahe.dk>
3557 * gnus-sum.el (gnus-summary-exit): Allow gnus-use-adaptive-scoring
3558 to have buffer local values.
3560 1999-07-25 Matt Pharr <mmp@graphics.stanford.edu>
3562 * gnus-group.el (gnus-group-make-doc-group): Notice when user
3563 types 'g' for 'guess group type.
3565 1999-07-30 Simon Josefsson <jas@pdc.kth.se>
3567 * nnmail.el (nnmail-remove-list-identifiers): Remove whitespace
3568 after each regexp in nnmail-list-identifiers, not just after last
3571 * gnus-sum.el (gnus-list-identifiers): New variable.
3572 (gnus-summary-remove-list-identifiers): New function.
3573 (gnus-select-newsgroup): Use it.
3574 (gnus-summary-wash-hide-map): Bind
3575 `gnus-article-hide-list-identifiers' to W W l.
3576 (gnus-summary-make-menu-bar): Add list-identifiers command.
3578 * gnus-art.el (gnus-treat-strip-list-identifiers): New variable.
3579 (gnus-treatment-function-alist): Add variable.
3580 (article-hide-list-identifiers): New function.
3581 (mapcar): Add function.
3582 (gnus-article-hide): Use it.
3584 Fri Jul 9 22:21:16 1999 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
3586 * gnus.el: Pterodactyl Gnus v0.95 is released.
3588 1999-07-09 21:46:05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3590 * mm-decode.el (mm-mailcap-command): New function.
3591 (mm-display-external): Use it.
3593 * gnus-art.el (article-make-date-line): Work for India.
3595 * mm-encode.el (mm-qp-or-base64): Typo.
3597 * gnus-topic.el (gnus-topic-goto-topic): Made into command.
3599 Fri Jul 9 19:28:29 1999 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
3601 * gnus.el: Pterodactyl Gnus v0.94 is released.
3603 1999-07-09 21:19:23 Stainless Steel Rat <ratinox@peorth.gweep.net>
3605 * pop3.el: New version.
3607 1999-07-09 20:01:44 Lars Magne Ingebrigtsen <larsi@gnus.org>
3609 * mm-encode.el (mm-qp-or-base64): New function.
3610 (mm-content-transfer-encoding): Use it.
3612 * gnus-util.el (gnus-parse-netrc): Allow quoted names.
3614 1999-07-08 Shenghuo ZHU <zsh@cs.rochester.edu>
3616 * mm-decode.el (mm-display-external): Fix typo and use 'non-viewer.
3618 * mailcap.el (mailcap-mailcap-entry-passes-test): Add needsterminal.
3620 1999-07-09 18:52:22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3622 * gnus-art.el (gnus-mime-view-part-as-media): New command and
3625 * mailcap.el (mailcap-mime-types): New function.
3627 * nnmh.el (nnmh-request-group): Update nnmh-group-alist.
3629 * message.el (message-goto-eoh): Really go to the end.
3631 1999-07-09 18:40:23 Puneet Goel <puneet@computer.org>
3633 * message.el (message-make-date): Do the right thing in with
3634 sub-hour time zones.
3636 1999-07-09 18:36:21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3638 * gnus-group.el (gnus-group-make-menu-bar): Removed double bug
3641 1999-07-08 Shenghuo ZHU <zsh@cs.rochester.edu>
3643 * nnfolder.el (nnfolder-request-rename-group): Create directory.
3645 1999-07-08 Shenghuo ZHU <zsh@cs.rochester.edu>
3647 * mailcap.el (mailcap-parse-mailcap): Skip \;.
3648 (mailcap-parse-mailcap-extras): Fix "nonterminal;" and empty name,
3649 and use t as default value.
3651 Wed Jul 7 18:40:30 1999 Shenghuo ZHU <zsh@cs.rochester.edu>
3653 * gnus-sum.el (gnus-get-newsgroup-headers): Don't assume
3654 gnus-summary-buffer is live.
3656 1999-07-09 17:44:03 Robert Pluim <rpluim@nortelnetworks.com>
3658 * mm-util.el (mm-enable-multibyte): Check whether var bound.
3660 1999-07-09 17:31:39 Lars Magne Ingebrigtsen <larsi@gnus.org>
3662 * message.el (message-bounce): Do MIME bounces MIMEy.
3664 * gnus-sum.el (gnus-summary-read-group-1): Update mark positions.
3666 1999-07-08 08:41:10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3668 * mailcap.el (mailcap-mime-extensions): Changed patch to
3671 * mm-decode.el (mm-display-external): Wrong placement of paren.
3673 Wed Jul 7 13:09:51 1999 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
3675 * gnus.el: Pterodactyl Gnus v0.93 is released.
3677 1999-07-08 Alexandre Oliva <oliva@dcc.unicamp.br>
3679 * gnus-cus.el (gnus-group-parameters): New entries for
3682 * gnus-mlspl.el: Renamed functions and variables so as to
3683 start with gnus-group-split.
3684 * gnus.el: Adjust autoload entries.
3686 1999-07-07 ??:??:?? Alexandre Oliva <oliva@dcc.unicamp.br>
3688 * gnus-mlspl.el: Removed trailing t from comment and provide.
3689 Renamed functions and variables to start with gnus-mlsplit.
3690 Added autoload comments.
3691 * gnus.el: Added autoload entries.
3693 1999-07-06 05:37:46 Alexandre Oliva <oliva@dcc.unicamp.br>
3695 * nnmail.el (nnmail-split-it): Search the regexp multiple times,
3696 so that matches excluded by RESTRICTs do not cause the whole split
3697 to be ignored. This also fixes a long-standing bug in which a
3698 split with \N substitutions wouldn't cause cross-posting as
3701 * nnmail.el (nnmail-split-fancy): Document RESTRICT clauses.
3702 (nnmail-split-it): Implement them.
3704 * nnmail.el (nnmail-split-fancy): Document ! splits.
3706 1999-07-07 10:41:11 Stainless Steel Rat <ratinox@peorth.gweep.net>
3708 * pop3.el: New version.
3710 1999-07-05 Simon Josefsson
3712 * gnus-srvr.el (gnus-browse-foreign-server): Use read.
3714 1999-07-07 10:37:26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3716 * gnus-art.el (gnus-mime-display-alternative): Do treatment.
3718 1999-07-06 Shenghuo ZHU <zsh@cs.rochester.edu>
3720 * gnus-util.el (gnus-write-active-file): Use real name.
3722 * gnus-agent.el (gnus-agent-expire): Update active file
3725 1999-07-06 Shenghuo ZHU <zsh@cs.rochester.edu>
3727 * nndraft.el (nndraft-request-article): Use difference
3728 coding-systems for queue and drafts.
3730 * gnus-sum.el (gnus-summary-setup-default-charset): Special-case
3733 * mm-util.el (mm-auto-save-coding-system): New coding system.
3735 * message.el (message-draft-coding-system): Use it.
3737 1999-07-06 Shenghuo ZHU <zsh@cs.rochester.edu>
3739 * mm-uu.el: More customizable and less aggressive.
3741 1999-07-07 07:53:23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3743 * gnus-start.el (gnus-groups-to-gnus-format): Only gnus-active
3746 * mml.el (mml-generate-mime-1): Don't insert nofile files.
3747 (mml-insert-mml-markup): Accept a nofile.
3748 (mml-insert-mime): Insert nofile.
3750 * gnus-art.el (gnus-treat-strip-blank-lines): Removed.
3752 * mm-decode.el (mm-handle-media-type): New function.
3753 (mm-handle-media-supertype): New function.
3754 (mm-handle-media-subtype): New function.
3755 Use new functions throughout. "/"))
3757 1999-05-18 03:03:50 Katsumi Yamaoka <yamaoka@jpl.org>
3759 * gnus-art.el (gnus-treat-predicate): Typo.
3761 1999-07-07 06:21:36 Lars Magne Ingebrigtsen <larsi@gnus.org>
3763 * gnus-score.el (gnus-summary-score-entry): Made un-interactive.
3765 1999-07-06 17:57:16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3767 * gnus-art.el (article-date-ut): UT! Default it!
3769 Tue Jul 6 10:59:24 1999 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
3771 * gnus.el: Pterodactyl Gnus v0.92 is released.
3773 1999-07-06 12:30:59 Johannes Weinert <Johannes.Weinert@Informatik.Uni-Oldenburg.DE>
3775 * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
3777 1999-07-06 07:41:07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3779 * nntp.el (nntp-retrieve-groups): Don't do anything when not
3782 * gnus-start.el (gnus-active-to-gnus-format): Only save active
3785 * mm-view.el (mm-inline-message): Ignore remove-spec.
3787 * gnus-agent.el (gnus-agent-write-active): Check whether orig sym
3790 * gnus-msg.el (gnus-summary-mail-forward): Rename From_ lines.
3792 * nndoc.el (nndoc-guess-type): Remove blank lines at the start.
3794 * nnfolder.el (nnfolder-read-folder): Remove blank lines at the
3797 * message.el (message-fill-yanked-message): Remove `t' arg.
3799 * gnus-group.el (gnus-group-kill-group): Message killing of
3802 * mm-util.el (mm-preferred-coding-system): New function.
3803 (mm-mime-charset): Use it.
3805 * mml.el (mml-generate-mime-1): Charset-encode message parts.
3807 1999-07-06 07:03:31 Alexandre Oliva <oliva@dcc.unicamp.br>
3809 * gnus-mlsplt.el: New file.
3811 1999-07-06 05:47:57 Lars Magne Ingebrigtsen <larsi@gnus.org>
3813 * mm-decode.el (mm-inline-Media-tests): Changed from forms to
3815 (mm-attachment-override-p): Take a handle instead of a type.
3816 (mm-inlined-p): Ditto.
3817 (mm-automatic-display-p): Ditto,
3818 (mm-inlinable-p): Ditto.
3820 * nndraft.el (nndraft-request-expire-articles): Delete backup
3823 * mailcap.el (mailcap-parse-mailcap): Regexp-quote stuff.
3825 * gnus-sum.el (gnus-summary-limit-to-extra): Typo.
3827 1999-07-06 05:37:46 Alexandre Oliva <oliva@dcc.unicamp.br>
3829 * nnmail.el (nnmail-split-it): Allow .*.
3831 1999-07-05 05:04:57 Lars Magne Ingebrigtsen <larsi@gnus.org>
3833 * mm-decode.el (mm-inline-large-images-p): Renamed.
3835 * gnus-art.el (article-date-ut): Always look in the current buffer
3836 for the Date header.
3838 * mml.el (mml-validate): New command.
3840 * mailcap.el (mailcap-possible-viewers): Revert to string-match
3841 since we are dealing with regexps.
3843 Sun Jul 4 06:31:01 1999 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
3845 * gnus.el: Pterodactyl Gnus v0.91 is released.
3847 1999-07-04 04:35:28 Lars Magne Ingebrigtsen <larsi@gnus.org>
3849 * gnus-agent.el (gnus-agent-save-active-1): New function.
3850 (gnus-agent-save-active): use it.
3851 (gnus-agent-save-groups): Ditto.
3853 * gnus-cache.el (gnus-cache-write-active): Use it.
3855 * gnus-agent.el (gnus-agent-write-active): Use it.
3857 * gnus-util.el (gnus-write-active-file): New function.
3859 * gnus-agent.el (gnus-agent-write-active): New function to keep
3860 lower boundaries and canceled groups.
3861 (gnus-agent-save-groups): Use it.
3862 (gnus-agent-save-active): Use it.
3863 (gnus-agent-save-group-info): Only write active files.
3864 (gnus-agent-expire): Update active file.
3866 * mm-decode.el (mm-inlinable-part-p): Removed.
3867 (mm-user-display-methods): Default to nil.
3868 (mm-user-display-methods): Removed.
3869 (add-mime-display-method): Removed.
3870 (mm-automatic-display): Renamed.
3871 (mm-automatic-display-p): Use it.
3872 (mm-inlined-types): New variable.
3873 (mm-inlined-p): New function.
3875 * message.el (message-reply): Bind message-this-is-mail.
3877 1999-07-03 13:16:31 Michael Klingbeil <mklingbeil@knuut.de>
3879 * smiley.el (smiley-buffer): Fix for NT.
3881 1999-07-03 11:26:47 Lars Magne Ingebrigtsen <larsi@gnus.org>
3883 * mm-encode.el (mm-encode-buffer): Check whether we have 7bit.
3885 * message.el (message-check-news-header-syntax): Protect against
3888 * mm-util.el (mm-auto-mode-alist): New.
3890 * mml.el (mml-generate-mime-1): Ditto.
3892 * gnus.el: Use mm-insert-file-contents throughout instead of
3895 * mm-util.el (mm-insert-file-contents): New function.
3897 Sat Jul 3 07:35:35 1999 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
3899 * gnus.el: Pterodactyl Gnus v0.90 is released.
3901 1999-07-03 09:31:10 Sven Fischer <herpes@kawo2.rwth-aachen.de>
3903 * mailcap.el (mailcap-possible-viewers): Use string=.
3905 1999-07-01 Shenghuo ZHU <zsh@cs.rochester.edu>
3907 * mm-uu.el (mm-uu-forward-begin-line): New variable.
3908 (mm-uu-forward-end-line): New variable.
3909 (mm-uu-begin-line): Handle forwarded message.
3910 (mm-uu-identifier-alist): Ditto.
3911 (mm-uu-dissect): Ditto.
3913 1999-06-29 Shenghuo ZHU <zsh@cs.rochester.edu>
3915 * lpath.el: Two free variables.
3917 1999-07-02 Shenghuo ZHU <zsh@cs.rochester.edu>
3919 * nnheader.el (nnheader-file-coding-system): Use raw-text.
3920 * gnus-agent.el (gnus-agent-file-coding-system): Ditto.
3921 * gnus-cache.el (gnus-cache-coding-system): Ditto.
3923 * nnfolder.el (nnfolder-file-coding-system): Use mm-text-coding-system.
3924 (nnfolder-file-coding-system-for-write): New variable.
3925 (nnfolder-active-file-coding-system): New variable.
3926 (nnfolder-active-file-coding-system-for-write): New variable.
3927 (nnfolder-save-active): New function.
3928 (nnfolder-save-buffer): Use them.
3929 (nnfolder-possibly-change-group): Ditto.
3930 (nnfolder-request-list-newsgroups): Ditto.
3931 (nnfolder-request-create-group): Ditto.
3932 (nnfolder-request-expire-articles): Ditto.
3933 (nnfolder-request-move-article): Ditto.
3934 (nnfolder-request-accept-article): Ditto.
3935 (nnfolder-request-delete-group): Ditto.
3936 (nnfolder-request-rename-group): Ditto.
3937 (nnfolder-possibly-change-folder): Ditto.
3938 (nnfolder-read-folder): Ditto.
3939 (nnfolder-request-list): Remove pathname-coding-system.
3940 (nnfolder-possibly-change-group): Use nnmail-pathname-coding-system.
3942 * nnmail.el (nnmail-file-coding-system): Use raw-text.
3943 (nnmail-file-coding-system-1): Removed.
3944 (nnmail-find-file): Use nnmail-pathname-coding-system.
3945 (nnmail-write-region): Ditto.
3947 * nnmbox.el (nnmbox-file-coding-system): New variable.
3948 (nnmbox-file-coding-system-for-write): New variable.
3949 (nnmbox-active-file-coding-system): New variable.
3950 (nnmbox-active-file-coding-system-for-write): New variable.
3951 (nnmbox-save-buffer): New function.
3952 (nnmbox-save-active): New function.
3953 (nnmbox-request-scan): Use them.
3954 (nnmbox-request-expire-articles): Ditto.
3955 (nnmbox-request-move-article): Ditto.
3956 (nnmbox-request-accept-article): Ditto.
3957 (nnmbox-request-replace-article): Ditto.
3958 (nnmbox-request-delete-group): Ditto.
3959 (nnmbox-request-rename-group): Ditto.
3960 (nnmbox-request-create-group): Ditto.
3962 * mm-util.el (mm-text-coding-system): raw-text or -dos.
3963 (mm-running-ntemacs): Removed.
3965 * nnml.el (nnml-file-coding-system): Use nnmail-file-coding-system.
3967 1999-07-02 Shenghuo ZHU <zsh@cs.rochester.edu>
3969 * nnfolder.el (nnfolder-read-folder): Use nnheader-file-coding-system.
3971 1999-07-01 Shenghuo ZHU <zsh@cs.rochester.edu>
3973 * qp.el (quoted-printable-encoding-characters): Support lower case.
3975 1999-07-01 Shenghuo ZHU <zsh@cs.rochester.edu>
3977 * rfc2047.el (rfc2047-encode): Fold before B-encoding.
3978 (rfc2047-b-encode-region): Encode line by line.
3980 1999-07-03 09:20:16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3982 * mm-util.el (mm-find-mime-charset-region): Fix.
3984 1999-06-30 KOSEKI Yoshinori <kose@yk.NetLaputa.ne.jp>
3986 * mm-util.el (mm-mime-mule-charset-alist): Fix iso-2022-jp(-2) bug.
3987 (mm-find-mime-charset-region): Ditto.
3989 1999-07-03 09:15:35 Simon Josefsson <jas@pdc.kth.se>
3991 * gnus-sum.el (gnus-summary-move-article): Fix something or
3994 1999-06-29 Shenghuo ZHU <zsh@cs.rochester.edu>
3996 * gnus-sum.el (gnus-newsgroup-ephemeral-charset): New variable.
3997 (gnus-newsgroup-ephemeral-ignored-charsets): New variable.
3998 (gnus-summary-enter-digest-group): Use them.
3999 (gnus-summary-setup-default-charset): Ditto.
4001 1999-06-15 Shenghuo ZHU <zsh@cs.rochester.edu>
4003 * base64.el (base64-run-command-on-region): Use unibyte buffer.
4005 1999-06-15 Shenghuo ZHU <zsh@cs.rochester.edu>
4007 * gnus-msg.el (gnus-configure-posting-styles): Fix bug when
4008 gnus-newsgroup-name is nil.
4010 1999-06-15 Shenghuo ZHU <zsh@cs.rochester.edu>
4012 * rfc2047.el (rfc2047-encode): Chop the tail newline.
4014 1999-06-15 Shenghuo ZHU <zsh@cs.rochester.edu>
4016 * gnus-art.el (article-emphasize): Use correct
4017 gnus-article-emphasis-alist.
4019 1999-06-15 Shenghuo ZHU <zsh@cs.rochester.edu>
4021 * mm-view.el (mm-inline-text): Fix text/html bug.
4023 Mon Jun 28 17:54:01 1999 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
4025 * gnus.el: Pterodactyl Gnus v0.89 is released.
4027 1999-06-24 Shenghuo ZHU <zsh@cs.rochester.edu>
4029 * nnmail.el (nnmail-file-coding-system-1): For NTEmacs in Windows.
4030 * message.el (message-draft-coding-system): Ditto.
4031 * mm-util.el (mm-running-ntemacs): Ditto.
4033 1999-06-23 Shenghuo ZHU <zsh@cs.rochester.edu>
4035 * gnus-xmas.el (gnus-xmas-summary-recenter): A blank line may
4038 1999-06-23 Shenghuo ZHU <zsh@cs.rochester.edu>
4040 * mm-view.el (mm-inline-text): Ignore error in w3-region.
4042 1999-06-23 Shenghuo ZHU <zsh@cs.rochester.edu>
4044 * mml.el: require mm-decode.
4046 1999-06-23 Shenghuo ZHU <zsh@cs.rochester.edu>
4048 * gnus-art.el (gnus-display-mime): Treat as head only if necessary.
4050 1999-06-23 Shenghuo ZHU <zsh@cs.rochester.edu>
4052 * mm-view.el (mm-inline-image): Fix image undisplayer.
4054 1999-06-22 Shenghuo ZHU <zsh@cs.rochester.edu>
4056 * mml.el (mml-insert-multipart): Error in compeling-read.
4057 (mml-insert-tag): Match tags.
4059 1999-06-19 Shenghuo ZHU <zsh@cs.rochester.edu>
4061 * gnus-cache.el (gnus-cache-braid-nov): Fix coding-system bug.
4062 (gnus-cache-braid-heads): Ditto.
4063 (gnus-cache-retrieve-headers): Ditto.
4065 1999-06-16 Shenghuo ZHU <zsh@cs.rochester.edu>
4067 * gnus-draft.el (gnus-draft-send): Fix encoding bug.
4069 1999-06-16 10:17:29 Katsumi Yamaoka <yamaoka@jpl.org>
4071 * gnus-art.el (gnus-article-read-summary-keys): Convert key events
4072 to string under XEmacs.
4074 1999-06-28 19:34:03 Petersen Jens-Ulrik <jens-ulrik.petersen@nokia.com>
4076 * gnus-start.el (gnus-find-new-newsgroups): Doc fix.
4078 1999-06-22 Shenghuo ZHU <zsh@cs.rochester.edu>
4080 * mm-view.el (mm-inline-message): Fix message view bug.
4081 * gnus-art.el (gnus-article-prepare): Ditto.
4083 1999-06-16 Shenghuo ZHU <zsh@cs.rochester.edu>
4085 * gnus-cache.el (gnus-cache-possibly-enter-article): Fetch headers.
4087 Tue Jun 15 04:13:01 1999 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
4089 * gnus.el: Pterodactyl Gnus v0.88 is released.
4091 1999-06-15 04:13:45 Lars Magne Ingebrigtsen <larsi@gnus.org>
4093 * gnus-sum.el (gnus-summary-save-parts): Destroy handles after
4096 * nnmail.el (nnmail-get-new-mail): Save info.
4098 Mon Jun 14 01:15:59 1999 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
4100 * gnus.el: Pterodactyl Gnus v0.87 is released.
4102 1999-06-14 02:46:05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4104 * mail-source.el (mail-source-fetch-file): Use prescript-delay.
4105 (mail-source-run-script): New function.
4106 (mail-source-fetch-pop): Use it.
4108 1999-06-13 09:52:11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4110 * gnus-art.el (gnus-article-setup-highlight-words): Moved here.
4112 Sun Jun 13 07:30:40 1999 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
4114 * gnus.el: Pterodactyl Gnus v0.86 is released.
4116 1999-06-13 08:51:25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4118 * gnus-art.el (gnus-treat-translate): New variable.
4119 (gnus-treat-predicate): Accept a list of regexps.
4120 (gnus-article-treat-custom): Allow a list of regexps.
4122 1999-06-09 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4124 * gnus/gnus-group.el (gnus-permanently-visible-groups): Fix custom
4127 1999-06-13 05:15:52 Lars Magne Ingebrigtsen <larsi@gnus.org>
4129 * gnus-art.el (article-babel): Narrow a bit.
4131 * gnus-agent.el (gnus-agent-get-undownloaded-list): Was too slow.
4133 1999-06-12 Simon Josefsson <jas@pdc.kth.se>
4135 (gnus-agent-get-undownloaded-list): Operate on all articles, not
4137 (gnus-agent-fetch-headers): Fetch headers from unread and marked
4138 articles, not only unread ones.
4140 1999-06-13 03:01:35 Lars Magne Ingebrigtsen <larsi@gnus.org>
4142 * gnus-sum.el (gnus-summary-limit-to-extra): New command and
4145 * gnus-art.el (gnus-article-x-face-command): Ditto.
4147 * gnus-uu.el (gnus-uu-default-view-rules): Default to "display".
4149 * gnus.el (gnus-method-simplify): Accept server names.
4151 1999-06-13 02:36:15 Per Abrahamsen <abraham@dina.kvl.dk>
4153 * gnus-art.el (article-babel-prompt): New function.
4154 (article-babel): New command.
4156 1999-06-13 01:01:52 Lars Magne Ingebrigtsen <larsi@gnus.org>
4158 * gnus-art.el (gnus-article-part-wrapper): Go to part.
4160 * mml.el (mml-generate-mime-1): Don't insert literally.
4162 * gnus-util.el (gnus-parse-netrc): Skip lines with #'s.
4163 (gnus-netrc-syntax-table): Removed.
4164 (gnus-parse-netrc): Don't use syntax table; just use whitespace.
4166 Wed May 5 13:51:13 1999 Shenghuo ZHU <zsh@cs.rochester.edu>
4168 * mm-view.el (mm-inline-text): Fix charset for text/html.
4170 Wed May 5 01:15:08 1999 Shenghuo ZHU <zsh@cs.rochester.edu>
4172 * message.el (message-draft-coding-system): Use emacs-mule-dos.
4174 1999-06-12 07:29:39 Lars Magne Ingebrigtsen <larsi@gnus.org>
4176 * nnmail.el (nnmail-split-incoming): Return the number of split
4178 (nnmail-process-babyl-mail-format): Ditto.
4179 (nnmail-process-unix-mail-format): Ditto.
4180 (nnmail-process-mmdf-mail-format): Ditto.
4181 (nnmail-process-maildir-mail-format): Ditto.
4183 * mail-source.el (mail-source-callback): Return the number from
4186 * message.el (message-send-mail): Generate Lines.
4188 * mail-source.el (mail-source-call-script): New function.
4189 (mail-source-call-script): New function.
4191 Sun May 2 02:00:27 1999 Shenghuo ZHU <zsh@cs.rochester.edu>
4193 * gnus-sum.el (gnus-summary-setup-highlight-words): New function.
4194 (gnus-select-newsgroup): Use it.
4195 (gnus-group-highlight-words-alist): New variable.
4196 (gnus-newsgroup-emphasis-alist): New variable.
4197 (gnus-summary-local-variables): Use it.
4199 * gnus-art.el (article-emphasize): Use it.
4200 (gnus-emphasis-highlight-words): New face.
4201 * gnus-cus.el (gnus-group-parameters): New parameter.
4203 Sun May 2 01:00:02 1999 Shenghuo ZHU <zsh@cs.rochester.edu>
4205 * gnus-cache.el (gnus-cache-possibly-enter-article): Remove
4206 parameter `headers'.
4207 (gnus-cache-enter-article): Ditto.
4208 (gnus-cache-update-article): Ditto.
4209 * gnus-sum.el (gnus-summary-move-article): Ditto.
4210 (gnus-summary-mark-article-as-unread): Ditto.
4211 (gnus-summary-mark-article): Ditto.
4213 1999-06-12 03:59:56 Lars Magne Ingebrigtsen <larsi@gnus.org>
4215 * gnus-msg.el (gnus-message-insert-stylings): Removed.
4216 (gnus-posting-style-alist): Removed.
4217 (gnus-message-style-insertions): Ditto.
4218 (gnus-configure-posting-styles): Reimplementation.
4220 * mail-source.el (mail-source-fetch): Error the message.
4222 * gnus-msg.el (gnus-inews-do-gcc): Do mml and encoding.
4224 Sat Jun 12 00:19:57 1999 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
4226 * gnus.el: Pterodactyl Gnus v0.85 is released.
4228 1999-04-20 Michael Cook <cook@sightpath.com>
4230 * gnus-cite.el (gnus-cite-attribution-prefix): Tweak for MS
4231 Outlook citation regex.
4233 1999-06-12 02:09:49 Lars Magne Ingebrigtsen <pinard@iro.umontreal.ca>
4235 * nndoc.el (nndoc-mime-parts-type-p): Accept space before
4238 1999-05-24 Simon Josefsson <jas@pdc.kth.se>
4240 * gnus-range.el (gnus-remove-from-range): Document range1
4241 modification, protect range2.
4243 1999-05-24 Simon Josefsson <jas@pdc.kth.se>
4245 * gnus-sum.el (gnus-update-marks): Protect lists from
4246 gnus-remove-from-range, don't sort twice.
4248 1999-05-21 Simon Josefsson <jas@pdc.kth.se>
4250 * gnus-start.el (gnus-read-descriptions-file): Protect if no
4251 function in backend.
4253 1999-05-15 Simon Josefsson <jas@pdc.kth.se>
4255 * gnus-sum.el (gnus-valid-move-group-p): Check for a
4256 request-accept-article function in the backend instead of using
4257 the 'respool capability.
4259 1999-04-18 Hrvoje Niksic <hniksic@srce.hr>
4261 * mm-bodies.el (mm-decode-content-transfer-encoding): Handle
4262 spurious whitespace at eob.
4264 1999-06-12 02:02:06 Adrian Aichner <aichner@ecf.teradyne.com>
4266 * nnmail.el (nnmail-get-new-mail): Check right variable.
4268 1999-06-12 01:57:39 Karl Kleinpaste <karl@justresearch.com>
4270 * mailcap.el (mailcap-mime-data): Fix rfc822.
4272 1999-06-11 23:48:50 TOZAWA Akihiko <miles@is.s.u-tokyo.ac.jp>
4274 * nndoc.el (nndoc-nsmail-type-p): New function.
4275 (nndoc-type-alist): Recognize nsmail.
4277 1999-05-12 Mike McEwan <mike@lotusland.demon.co.uk>
4279 * gnus-art.el (gnus-treatment-function-alist): Display `x-face'
4280 *before* `article-hide-headers' deletes the information.
4282 1999-05-22 00:26:46 Lars Magne Ingebrigtsen <larsi@gnus.org>
4284 * gnus-sum.el (gnus-summary-save-parts): New command and
4286 (gnus-summary-save-parts-1): New function.
4287 (gnus-summary-iterate): Buggy.
4289 * mm-decode.el (mm-save-part-to-file): Made into own function.
4291 1999-05-11 05:53:16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4293 * gnus-group.el (gnus-group-set-info): Resist nils.
4295 1999-05-04 19:26:08 Lars Magne Ingebrigtsen <larsi@gnus.org>
4297 * mailcap.el (mailcap-mime-data): Ditto.
4299 * gnus-uu.el (gnus-uu-default-view-rules): Ditto.
4301 * gnus-art.el (gnus-article-x-face-command): Default to ee.
4303 1999-05-02 Gareth Jones <gdj1@gdjones.demon.co.uk>
4305 * gnus-art.el (article-make-date-line): Put X-Sent below Date if
4306 gnus-article-date-lapsed-new-header is t.
4308 Sat May 1 20:27:43 1999 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
4310 * gnus.el: Pterodactyl Gnus v0.84 is released.
4312 1999-05-01 22:23:21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4314 * gnus-msg.el (gnus-bug-message): Mime change.
4316 1999-04-22 Simon Josefsson <jas@pdc.kth.se>
4318 * gnus-sum.el (gnus-update-marks): Process null mark lists.
4320 1999-04-21 Hrvoje Niksic <hniksic@srce.hr>
4322 * mm-bodies.el (mm-decode-content-transfer-encoding): Recognize
4325 1999-03-04 Aaron M. Ucko <amu@mit.edu>
4327 * mail-source.el (mail-source-fetch-pop): Only prompt for password
4328 when authentication is 'password.
4330 1999-05-01 22:17:55 <pinard@iro.umontreal.ca>
4332 * gnus-win.el (gnus-configure-windows): Accept a setting.
4334 1999-04-21 20:51:13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4336 * mm-util.el (mm-quote-arg): Moved here.
4338 * mm-decode.el (mm-quote-arg): Quote more chars.
4340 1999-04-18 20:12:49 Lars Magne Ingebrigtsen <larsi@gnus.org>
4342 * nnheader.el (nnheader-parse-head): Message-ID in In-Reply-To
4343 with newlines would create buggy .nov files.
4345 * gnus-art.el (gnus-article-date-lapsed-new-header): Default to nil.
4347 * qp.el (quoted-printable-encode-region): Encode whitespace at the
4350 * message.el (message-mode): Doc fix.
4352 * gnus-art.el (article-hide-headers): Delete the hidden headers.
4354 * gnus-msg.el (gnus-setup-posting-charset): Default group to "".
4356 * gnus-art.el (article-date-ut): Rewrite.
4358 * mm-decode.el (mm-preferred-alternative-precedence): Reverse the
4361 * gnus-msg.el (gnus-message-insert-stylings): Remove duplicate
4364 * gnus-art.el (gnus-article-date-lapsed-new-header): Doc fix.
4366 1999-04-18 Didier Verna <verna@inf.enst.fr>
4368 * gnus-art.el (gnus-article-date-lapsed-new-header): new variable.
4369 (article-date-ut): use it.
4371 1999-04-18 20:06:20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4373 * mail-source.el (mail-source-fetch-pop): Call script
4376 Sun Apr 18 12:40:04 1999 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
4378 * gnus.el: Pterodactyl Gnus v0.83 is released.
4380 1999-04-18 10:55:57 Lars Magne Ingebrigtsen <larsi@gnus.org>
4382 * gnus-draft.el (gnus-draft-mode): Use mml minor mode.
4384 * gnus-cite.el (gnus-dissect-cited-text): Off-by-one error.
4386 * gnus-uu.el (gnus-uu-mark-thread): Save hidden threads.
4388 * gnus-art.el (gnus-mime-inline-part): Don't do a charset param.
4390 * gnus-msg.el (gnus-bug): Use application/x-emacs-lisp.
4392 * message.el (message-generate-headers): Accept continuation
4395 1999-04-18 10:48:57 Renaud Rioboo <Renaud.Rioboo@lip6.fr>
4397 * gnus-demon.el (gnus-demon-time-to-step): Not strings.
4399 1999-04-18 08:21:52 Lars Magne Ingebrigtsen <larsi@gnus.org>
4401 * gnus-art.el (gnus-treatment-function-alist): use
4404 * message.el (message-inhibit-body-encoding): Typo.
4405 (message-resend): Inhibit encoding.
4407 * gnus-sum.el (gnus-summary-toggle-header): Decode rfc2047.
4409 * gnus-art.el (article-remove-cr): Use re-search.
4411 * rfc2231.el (rfc2231-parse-string): Allow broken elm MIME
4414 * mm-decode.el (mm-quote-arg): Quote '.
4416 * gnus-ems.el (gnus-x-splash): Would place splash wrongly.
4418 * mm-decode.el (mm-insert-part): Use multibyte for text.
4420 * gnus-start.el (gnus-read-newsrc-file): New variable.
4421 (gnus-read-newsrc-file): Use it.
4423 1999-04-17 18:51:54 Lars Magne Ingebrigtsen <larsi@gnus.org>
4425 * nnvirtual.el (nnvirtual-request-expire-articles): New function.
4427 * gnus-group.el (gnus-group-expire-articles-1): Made into own
4430 Sat Apr 17 16:41:30 1999 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
4432 * gnus.el: Pterodactyl Gnus v0.82 is released.
4434 1999-04-15 Hrvoje Niksic <hniksic@srce.hr>
4436 * gnus-sum.el (gnus-group-charset-alist): Include Croatian groups
4439 1999-04-17 18:23:50 Lars Magne Ingebrigtsen <larsi@gnus.org>
4441 * mm-util.el (mm-charset-synonym-alist): Remove iso-2022-jp-2 from
4444 1999-04-17 18:03:38 Adam P. Jenkins <ajenkins@netway.com>
4446 * gnus-sum.el (gnus-summary-local-variables): Mark as global.
4448 1999-04-17 18:02:05 Ettore Perazzoli <ettore@comm2000.it>
4450 * mail-source.el (mail-source-fetch): Ask before bugging out.
4452 1999-03-19 Hrvoje Niksic <hniksic@srce.hr>
4454 * uudecode.el (uudecode-decode-region-external): Don't assume
4455 uudecode-temporary-file-directory ends with a slash.
4457 1999-03-18 Simon Josefsson <jas@pdc.kth.se>
4459 * gnus-sum.el (gnus-update-marks):
4460 (gnus-update-read-articles):
4461 (gnus-summary-expire-articles): Check server.
4463 1999-03-16 Simon Josefsson <jas@pdc.kth.se>
4465 * mml.el (mml-preview): New function.
4467 1999-04-17 17:10:21 William M. Perry <wmperry@aventail.com>
4469 * mail-source.el (mail-source-fetch-file): Return the right
4472 1999-04-17 07:52:17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4474 * mml.el (mml-insert-parameter): New function.
4475 (mml-insert-parameter-string): New function.
4477 * nnmail.el (nnmail-get-new-mail): Say how many new articles.
4479 * gnus-art.el (gnus-mime-multipart-functions): New variable.
4480 (gnus-mime-display-part): Use it.
4482 * mm-decode.el (mm-alternative-precedence): Removed.
4483 (mm-discouraged-alternatives): New variable.
4484 (mm-preferred-alternative-precedence): New function.
4486 * nnmail.el (nnmail-get-new-mail): Use mail-sources.
4488 * mail-source.el (mail-sources): New variable.
4490 * gnus-art.el (article-remove-cr): Remove several trailing CRs.
4492 * mm-decode.el (mm-valid-image-format-p): New function.
4493 (mm-inline-media-tests): Use it.
4494 (mm-valid-and-fit-image-p): New function.
4496 * gnus-agent.el (gnus-agent-fetch-groups): Error when unplugged.
4497 (gnus-agent-fetch-group): Ditto.
4499 1999-04-12 Didier Verna <verna@inf.enst.fr>
4501 * nnmail.el (nnmail-article-group): in case of a group name
4502 containing "\\n" constructs, be sure to pass the expanded value to
4505 Sat Apr 17 05:40:45 1999 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
4507 * gnus.el: Pterodactyl Gnus v0.81 is released.
4509 1999-04-16 15:54:02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4511 * gnus-sum.el (gnus-get-split-value): Reverse result.
4513 1999-04-03 00:17:24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4515 * gnus-start.el (gnus-always-read-dribble-file): Doc fix.
4517 1999-04-02 15:33:43 Lars Magne Ingebrigtsen <larsi@gnus.org>
4519 * mml.el (mml-insert-tag): Insert concluding part.
4521 * message.el (message-send-mail): Encode later.
4522 (message-send-news): Ditto.
4524 * nnfolder.el: Don't use mail delim.
4526 1999-03-28 19:14:27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4528 * gnus-cus.el (gnus-group-customize): Put point at min.
4530 * mm-view.el (mm-inline-text): Allow toggling html.
4532 1999-03-28 17:11:15 William M. Perry <wmperry@aventail.com>
4534 * mail-source.el: Added prescript and postscript to file.
4536 1999-03-28 13:46:00 Lars Magne Ingebrigtsen <larsi@gnus.org>
4538 * nnmail.el: Reverted.
4540 * gnus-msg.el (gnus-setup-posting-charset): Didn't work.
4541 (gnus-setup-posting-charset): Did work.
4543 1999-03-28 13:19:50 Jae-you Chung <jay@pllab.kaist.ac.kr>
4545 * gnus.el (gnus-short-group-name): Use
4546 gnus-group-uncollapsed-levels.
4548 1999-03-28 13:11:43 Lars Magne Ingebrigtsen <larsi@gnus.org>
4550 * gnus-cite.el (gnus-dissect-cited-text): Don't remove overlays.
4552 1999-03-26 13:18:45 Lars Magne Ingebrigtsen <larsi@gnus.org>
4554 * gnus-art.el (gnus-treat-strip-headers-in-body): New variable.
4555 (article-strip-headers-from-body): New command and keystroke.
4557 1999-03-14 16:09:10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4559 * mail-source.el (mail-source-fetch-pop): Check for symbol first.
4561 * nnheader.el (nnheader-insert-file-contents): Bind
4562 enable-local-eval to nil.
4563 (nnheader-find-file-noselect): Ditto.
4565 * nnmail.el (nnmail-article-group): Don't remove long lines.
4566 (nnmail-remove-long-lines): New function.
4567 (nnmail-split-header-length-limit): Removed.
4569 * mml.el (mml-generate-mime-1): Use unibyte buffers.
4571 * gnus-group.el (gnus-group-kill-all-zombies): Query user.
4573 1999-03-06 07:20:05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4575 * gnus-sum.el (gnus-summary-generic-mark): New function.
4577 * nnmail.el (nnmail-split-header-length-limit): Increased.
4578 (nnmail-article-group): Allow nil.
4580 * gnus-cite.el (gnus-cite-parse-wrapper): Inhibit point-motion.
4582 * nndoc.el (nndoc-generate-mime-parts-head): Insert real headers
4585 * mml.el (mml-minibuffer-read-type): Include types from
4588 * nndraft.el (nndraft-request-article): Would clobber Japanese.
4590 1999-03-05 Hrvoje Niksic <hniksic@srce.hr>
4592 * mml.el (mml-insert-tag): New function.
4593 (mml-read-file): Renamed to mml-minibuffer-read-file to avoid
4594 confusion with functions like `mml-read-tag'.
4595 (mml-read-type): Ditto with `mml-minibuffer-read-type'.
4596 (mml-minibuffer-read-description): Ditto with
4597 `mml-minibuffer-read-description'.
4598 (mml-attach-buffer): New function.
4599 (mml-mode-map): New entry for /.
4600 (mml-minibuffer-read-type): Accept DEFAULT.
4602 * mml.el (mml-quote-region): Narrow the region.
4604 * message.el (message-mode-menu): message-mime-attach-file is now
4607 1999-03-05 21:24:23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4609 * gnus-art.el (gnus-treatment-function-alist): Do emphasis earlier.
4611 1999-03-05 21:08:10 Robert Bihlmeyer <robbe@orcus.priv.at>
4613 * mml.el (mml-attach-buffer): New command.
4615 1999-02-27 Simon Josefsson <jas@pdc.kth.se>
4617 * gnus-sum.el (gnus-update-marks): Call gnus-remove-from-range
4618 with a proper range. Compress range.
4620 * gnus-range.el (gnus-remove-from-range): Protect arguments.
4622 1999-03-05 20:59:54 Lars Magne Ingebrigtsen <larsi@gnus.org>
4624 * mm-decode.el (mm-get-image): Create a temporary file for xbms.
4626 1999-03-04 04:20:25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4628 * gnus-picon.el (gnus-picons-x-face-file-name): Removed.
4629 (gnus-picons-convert-x-face): Removed.
4630 (gnus-picons-article-display-x-face): Removed.
4631 (gnus-picons-x-face-sentinel): Ditto.
4632 (gnus-picons-display-x-face): Ditto.
4634 Thu Mar 4 01:38:00 1999 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
4636 * gnus.el: Pterodactyl Gnus v0.80 is released.
4638 1999-03-02 16:04:30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4640 * gnus-art.el (gnus-mm-display-part): Narrow to the part itself.
4642 * gnus-sum.el (gnus-with-article): Moved here.
4644 * mail-source.el (mail-source-fetch-pop): Ask for password even
4647 1999-02-28 13:16:12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4649 * gnus-msg.el (gnus-bug): Add description.
4651 * mml.el (mml-insert-mml-markup): Insert disposition.
4653 * message.el (message-send-mail): Always encode mail headers.
4655 * smiley.el (gnus-smiley-display): Goto body.
4657 1999-02-28 13:15:47 Petr Konecny <pekon@informatics.muni.cz>
4659 * smiley.el (gnus-smiley-display): Don't search to blank line.
4661 1999-02-28 00:38:40 Lars Magne Ingebrigtsen <larsi@gnus.org>
4663 * gnus-art.el (gnus-treat-article): Only run the highlight stuff
4666 * nnmail.el (nnmail-current-spool): Removed.
4668 * gnus-salt.el (gnus-tree-inhibit): New varible.
4670 * gnus.el (mm-util): Required.
4672 1999-02-27 23:44:52 paul stevenson <spaul@mail.phy.ornl.gov>
4674 * gnus-sum.el (gnus-summary-toggle-header): Narrow to head first.
4676 1999-02-27 17:17:47 Lars Magne Ingebrigtsen <larsi@gnus.org>
4678 * mail-source.el (mail-source-bind): Doc fix.
4680 1999-02-26 20:35:57 Lars Magne Ingebrigtsen <larsi@gnus.org>
4682 * message.el (message-mode): Doc fix.
4684 * mm-encode.el (mm-content-transfer-encoding-defaults): Use 8bit
4687 * gnus.el (gnus-methods-equal-p): Moved here.
4689 * mail-source.el: pop at 110.
4691 * pop3.el (pop3-movemail): Use write-region instead of
4692 append-to-file to avoid excessive messaging.
4694 1999-02-27 lantz moore <lmoore@contigo.com>
4696 * nnmail.el (nnmail-get-new-mail): honor suffix for spool-files of
4699 1999-03-04 Robert Bihlmeyer <robbe@orcus.priv.at>
4701 * gnus-art.el (article-hide-boring-headers): Field names must not
4704 Fri Feb 26 18:54:16 1999 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
4706 * gnus.el: Pterodactyl Gnus v0.79 is released.
4708 1999-02-26 18:11:04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4710 * gnus-cite.el (gnus-cite-toggle): Don't remove highlighting.
4712 * mml.el (mml-mode): Don't use add-minor-mode.
4714 * message.el (messgage-inhibit-body-encoding): New variable.
4715 (message-encode-message-body): Use it.
4717 Fri Feb 26 17:00:25 1999 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
4719 * gnus.el: Pterodactyl Gnus v0.78 is released.
4721 1999-02-26 07:45:30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4723 * message.el (message-mode): Switch on MML mode.
4725 * mml.el: Included commands and functions.
4726 (mml-mode-map): New keymap.
4728 * message.el: Removed the insertion commands and functions.
4730 * gnus-ems.el (gnus-mule-cite-add-face): Removed.
4732 * gnus-sum.el (gnus-summary-sort-by-chars): New command and
4735 * gnus-art.el (gnus-narrow-to-page): Revert.
4737 * gnus-cite.el (gnus-cite-delete-overlays): New function.
4738 (gnus-cite-parse-maybe): Always reparse.
4740 * message.el (message-encode-message-body): Don't insert
4741 "multipart warning".
4743 * gnus-art.el (gnus-article-treat-head-custom): New variable.
4745 1999-02-25 Miles Bader <miles@ccs.mt.nec.co.jp>
4747 * mail-source.el (mail-source-fetch-pop): Return 1 for success.
4749 * nnmail.el: Require mm-util.
4751 1999-02-26 07:39:33 Justin Sheehy <justin@linus.mitre.org>
4753 * nnmail.el (nnmail-get-new-mail): Only get mail for the one
4756 1999-02-26 07:38:08 SeokChan LEE <chan@smoky-blue.com>
4758 * mm-bodies.el (mm-body-charset-encoding-alist): Add euc-kr.
4760 1999-02-21 Simon Josefsson <jas@pdc.kth.se>
4762 * gnus-msg.el (gnus-extended-version): Better regexp.
4764 1999-02-25 Didier Verna <verna@inf.enst.fr>
4766 * nnmail.el (nnmail-split-it): new syntax: `(! FUNC SPLIT)'. FUNC
4767 is called with the result of SPLIT and should return a new split.
4769 * gnus.texi: update the doc.
4771 1999-02-23 Didier Verna <verna@inf.enst.fr>
4773 * gnus-picon.el (gnus-picons-display-bar-p): when picons are
4774 displayed in the article buffer, output bars if
4775 `gnus-picons-display-article-move-p'.
4777 1999-02-20 Aaron M. Ucko <amu@mit.edu>
4779 * mail-source.el (mail-source-fetch-pop): Typo.
4781 1999-02-26 07:15:12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4783 * gnus-sum.el (gnus-summary-toggle-header): Save restriction.
4785 1999-02-23 03:07:58 Lars Magne Ingebrigtsen <larsi@gnus.org>
4787 * gnus-cite.el (gnus-cite-parse-wrapper): Always parse.
4789 1999-02-21 11:11:39 Lars Magne Ingebrigtsen <larsi@gnus.org>
4791 * mml.el (mml-insert-buffer): New function.
4793 * message.el (message-forward): Insert the buffer in the buffer.
4795 Sun Feb 21 01:20:50 1999 Shenghuo ZHU <zsh@cs.rochester.edu>
4797 * mm-view.el (mm-inline-message): Insert part in narrowed region.
4799 Sat Feb 20 23:09:40 1999 Shenghuo ZHU <zsh@cs.rochester.edu>
4801 * gnus-sum.el (gnus-summary-toggle-header): Save restriction.
4803 Sat Feb 20 21:34:28 1999 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
4805 * gnus.el: Pterodactyl Gnus v0.77 is released.
4807 1999-02-20 17:32:17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4809 * gnus-art.el (gnus-displaying-mime): New variable.
4810 (article-narrow-to-head): New function.
4812 * mail-source.el (mail-source-fetch-pop): Include pre/postscript.
4813 Default to pop instead of pop3.
4815 1999-02-19 16:16:04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4817 * gnus-art.el (article-hide-pgp): Goto body.
4819 * gnus-uu.el (gnus-uu-digest-mail-forward): Don't kill buffer.
4821 * gnus-cite.el: Don't use goto-line.
4823 * gnus-art.el (gnus-article-treat-html): Removed.
4824 (gnus-treat-article): Save restriction.
4826 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
4828 * message.el (message-send-mail): Don't untabify.
4829 (message-mode): Don't use tabs for indentation.
4831 1999-02-19 14:54:13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4833 * message.el (message-send-mail): Don't untabify.
4835 * nnml.el (nnml-save-mail): Typo fix.
4837 1999-02-19 Per Abrahamsen <abraham@dina.kvl.dk>
4839 * message.el (message-cite-function): Add
4840 `message-cite-original-without-signature' customization option.
4842 1999-02-18 Per Abrahamsen <abraham@dina.kvl.dk>
4844 * nnmail.el (nnmail-fix-eudora-headers): Mark as option to
4845 `nnmail-prepare-incoming-header-hook'.
4847 1999-02-19 14:41:43 Justin Sheehy <justin@linus.mitre.org>
4849 * gnus-util.el (gnus-make-sort-function-1): Typo fix.
4851 1999-02-19 14:40:37 Lars Magne Ingebrigtsen <larsi@gnus.org>
4853 * gnus-group.el (gnus-group-get-new-news): Require nnmail.
4855 1999-02-18 Michael Cook <cook@sightpath.com>
4857 * Recognize Microsoft Outlook's cite attribution conventions.
4859 1999-02-19 14:33:11 James H. Cloos, Jr. <cloos@jhcloos.com>
4861 * gnus-sum.el: Bind M.
4863 1999-02-19 14:31:29 Neil Crellin <neilc@wallaby.cc>
4865 * mail-source.el (mail-source-fetch-pop): Bind pop3-port.
4867 1999-02-15 Didier Verna <verna@inf.enst.fr>
4869 * gnus-picon.el (gnus-group-display-picons): ensures that
4870 `article-goto-body' really goes to the article body.
4872 1999-02-19 12:57:19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4874 * mm-view.el (mm-inline-text): Bind url-standalone-mode.
4876 * gnus-msg.el (gnus-summary-mail-forward): Create unique names.
4878 * mm-view.el (mm-view-message): Enable multibyte.
4880 1999-02-11 18:37:15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4882 * nnmail.el (nnmail-get-new-mail): Message later.
4884 * mm-util.el (mm-find-charset-region): Revert to checking
4887 1999-02-11 Matt Pharr <mmp@graphics.stanford.edu>
4889 * gnus-msg.el (gnus-bug): Encode environment info as a MIME
4892 Thu Feb 11 04:58:51 1999 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
4894 * gnus.el: Pterodactyl Gnus v0.76 is released.
4896 1999-02-06 Felix Lee <flee@cygnus.com>
4898 * gnus.el (gnus-group-change-level-function): Typo.
4900 1999-02-11 05:47:51 Lars Magne Ingebrigtsen <larsi@gnus.org>
4902 * gnus-sum.el (gnus-nov-skip-field): Removed.
4903 (gnus-nov-field): Ditto.
4904 (gnus-nov-parse-extra): Ditto.
4905 (gnus-nov-read-integer): Ditto.
4907 1999-02-05 09:44:20 Katsumi Yamaoka <yamaoka@jpl.org>
4909 * nnheader.el (nnheader-nov-read-message-id): New macro.
4910 (nnheader-parse-nov): Use it.
4912 * gnus-sum.el (gnus-nov-read-message-id): New macro.
4913 (gnus-nov-parse-line): Use it; use `(eobp)' instead of
4914 `(eq (char-after) ?\n)'.
4916 1999-02-11 05:16:26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4918 * gnus.el (gnus-other-frame): Always pop up a new frame.
4920 Wed Feb 10 01:03:43 1999 Shenghuo ZHU <zsh@cs.rochester.edu>
4922 * gnus-range.el (gnus-range-add): Rewrite.
4924 1999-02-02 18:12:00 Carsten Leonhardt <leo@arioch.oche.de>
4926 * nnmail.el (nnmail-split-incoming): Added detection of maildir
4928 (nnmail-process-maildir-mail-format): New function.
4930 * mail-source.el (mail-source-fetch-maildir): New function.
4931 (mail-source-keyword-map): Add default for maildir method.
4932 (mail-source-fetcher-alist): Changed "qmail" to "maildir".
4934 1999-02-10 02:29:28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4936 * mail-source.el (mail-source-fetcher-alist): Remove apop.
4938 * nndoc.el (nndoc-type-alist): Remove MIME-digest.
4939 (nndoc-mime-digest-type-p): Removed.
4941 1999-02-09 15:25:52 Lars Magne Ingebrigtsen <larsi@gnus.org>
4943 * gnus-art.el (gnus-article-read-summary-keys): Set the point
4944 where it is supposed to be.
4945 (gnus-treat-play-sounds): New variable.
4947 * gnus-sum.el (gnus-newsgroup-ignored-charsets): New variable.
4949 * gnus-art.el (article-display-x-face): Narrow to head.
4950 (gnus-article-washed-types): New variable.
4951 (article-hide-pgp): Is not a toggle.
4952 (gnus-article-hide-text-type): Save types.
4953 (article-decode-charset): Use it.
4955 * nnmail.el (nnmail-get-new-mail): Ignore procmail.
4957 * message.el (message-forward-start-separator): Removed.
4958 (message-forward-end-separator): Removed.
4959 (message-signature-before-forwarded-message): Removed.
4960 (message-included-forward-headers): Removed.
4961 (message-check-news-body-syntax): Don't check forward.
4962 (message-forward): Use MIME.
4964 * nnvirtual.el (nnvirtual-request-article): Bind
4965 gnus-article-decode-hook to nil.
4967 1999-02-06 16:55:25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4969 * mml.el (mml-parse-singlepart-with-multiple-charsets): Check for
4972 1999-02-04 00:00:35 Lars Magne Ingebrigtsen <larsi@gnus.org>
4974 * format-spec.el (format-spec): Be more robust.
4976 * message.el (message-encode-message-body): Default
4977 mail-parse-charset to mail-parse-charset.
4979 * gnus-sum.el (gnus-summary-edit-article-done): Don't encode.
4980 (gnus-summary-edit-article): Bind mail-parse-charset.
4982 * mml.el (mml-read-tag): Ignore white space after end of tag.
4984 * message.el (message-goto-body): Also work in separatorless
4987 * mml.el (mml-translate-from-mime): New function.
4988 (mml-insert-mime): Ditto.
4989 (mml-to-mime): New function.
4990 (mime-to-mml): New name.
4992 * gnus-sum.el (gnus-summary-edit-article): Always select raw
4995 * gnus-group.el (gnus-group-catchup-current): Unmark groups.
4997 * gnus-sum.el (gnus-summary-setup-default-charset): Don't
4998 special-case nndraft groups.
5000 1999-02-03 16:44:19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5002 * gnus-sum.el (gnus-get-newsgroup-headers): Bind charset.
5003 (gnus-get-newsgroup-headers): Already bound.
5005 * message.el (message-encode-message-body): Use posting charset.
5007 * mm-bodies.el (mm-encode-body): Use MIME charsets.
5008 (mm-body-encoding): Do CTE.
5009 (mm-body-7-or-8): New function.
5011 * mm-util.el (mm-mime-charset): Always fall back on alist.
5012 (mm-mime-mule-charset-alist): Include katakana-jisx0201.
5013 (mm-mime-mule-charset-alist): Add arabic-*-column.
5014 (mm-find-mime-charset-region): New function.
5016 * format-spec.el (format-spec-make): New function.
5018 * mail-source.el (format-spec): Required.
5019 (mail-source-fetch-with-program): Removed.
5020 (mail-source-fetch-with-program): New function.
5022 * format-spec.el: New file.
5024 1999-02-03 16:00:41 Tatsuya Ichikawa <ichikawa@hv.epson.co.jp>
5026 * mail-source.el (mail-source-fetch-with-program): Take optional
5029 1999-02-03 00:31:21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5031 * gnus-start.el: Ignore some groups.
5032 (gnus-setup-news): Bind nnmail-fetched-sources.
5034 * message.el (message-send-mail): Remove all tabs.
5036 * mm-util.el (mm-find-charset-region): Just check whether
5037 find-charset-region is defined.
5039 1999-02-02 23:35:20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5041 * gnus-group.el (gnus-group-get-new-news): Use
5042 nnmail-fetched-sources.
5044 * nnmail.el (nnmail-fetched-sources): New variable.
5045 (nnmail-get-new-mail): Use it.
5047 * mail-source.el (mail-source-fetched-sources): New variable.
5048 (mail-source-fetch): Use it.
5050 1999-02-02 23:20:20 Mark W. Eichin <eichin@thok.org>
5052 * gnus.el (gnus-getenv-nntpserver): if the file that
5053 gnus-nntpserver-file names has a trailing newline, the
5054 string-match will always match, and thus the file will never be
5055 read. (^ matches start of "line", \\` matches start of "buffer",
5056 which is what was intended...)
5058 1999-02-02 23:17:40 Kim-Minh Kaplan <kmkaplan@western.fr>
5060 * gnus-picon.el (gnus-picons-parse-filenames): Quote group names.
5062 1999-01-28 04:15:46 Katsumi Yamaoka <yamaoka@jpl.org>
5064 * gnus-start.el (gnus-read-active-file): Eliminate duplicated
5067 1999-01-27 Simon Josefsson <jas@pdc.kth.se>
5069 * gnus-range.el (gnus-remove-from-range): Sort second argument.
5071 1999-02-02 10:55:23 Scott Hofmann <shofmann@mindspring.com>
5073 * nntp.el: Use mail-source-read-passwd instead of nnmail-read-passwd.
5075 Mon Feb 1 23:23:03 1999 Shenghuo ZHU <zsh@cs.rochester.edu>
5077 * gnus-cus.el (gnus-group-parameters): Charset as symbol, and fix
5079 * gnus-sum.el (gnus-summary-setup-default-charset): Set nndraft's
5081 * gnus-agent.el (gnus-agent-queue-setup): Remove charset setting.
5082 * gnus-start.el (gnus-start-draft-setup): Ditto.
5084 1999-02-02 22:13:14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5086 * mail-source.el (mail-source-fetch-directory): Use the predicate.
5087 (mail-source-value): Don't do variables.
5089 * nnmail.el (nnmail-get-new-mail): Set the predicate.
5091 * gnus-sum.el (gnus-summary-toggle-header): Fix, and bound to t.
5093 1999-02-01 Michael Cook <cook@sightpath.com>
5095 * Defenestrate spurious ?a.
5097 1999-02-02 21:59:51 Lars Magne Ingebrigtsen <larsi@gnus.org>
5099 * mail-source.el (mail-source-fetch-pop): Instead use
5102 1999-02-01 Tatsuya Ichikawa <t-ichi@po.shiojiri.ne.jp>
5104 * lisp/mail-source.el : Support APOP authentication scheme.
5106 1999-02-02 21:56:14 Tatsuya Ichikawa <t-ichi@niagara.shiojiri.ne.jp>
5108 * pop3.el (pop3-movemail): Return t.
5110 1999-02-02 21:48:46 Lars Magne Ingebrigtsen <larsi@gnus.org>
5112 * rfc2047.el (rfc2047-fold-region): New function.
5113 (rfc2047-encode-message-header): Use it.
5115 1999-02-02 21:07:27 Hallvard B. Furuseth <h.b.furuseth@usit.uio.no>
5117 * gnus-sum.el (gnus-group-charset-alist): Add more.
5119 Mon Feb 1 21:18:00 1999 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
5121 * gnus.el: Pterodactyl Gnus v0.75 is released.
5123 1999-02-01 21:54:26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5125 * gnus-art.el (article-display-x-face): Don't narrow to head.
5127 1999-02-01 21:48:39 Michael Cook <cook@sightpath.com>
5129 * gnus-cite.el (gnus-cited-lines-visible): Accept a cons.
5131 1999-02-01 20:59:38 Lars Magne Ingebrigtsen <larsi@gnus.org>
5133 * mail-source.el (mail-source-fetch-directory): Ignore
5136 * gnus-cus.el (gnus-group-parameters): Addition.
5138 * gnus-art.el (article-strip-banner): Do symbolic banners.
5139 (article-strip-banner): New keystroke.
5141 1999-02-01 20:54:32 Michael Cook <cook@sightpath.com>
5143 * gnus-art.el (article-strip-banner): New command.
5145 1999-02-01 20:53:45 Lars Magne Ingebrigtsen <larsi@gnus.org>
5147 * gnus-art.el (gnus-treat-strip-banners): New variable.
5149 1999-01-28 05:34:56 Katsumi Yamaoka <yamaoka@jpl.org>
5151 * mail-source.el (mail-source-read-passwd): Use `read-passwd' if it
5154 Thu Jan 28 01:38:34 1999 Shenghuo ZHU <zsh@cs.rochester.edu>
5156 * message.el (message-draft-coding-system): Check coding-system.
5157 * mm-util.el (mm-text-coding-system): Ditto.
5159 1999-01-28 12:11:31 Katsumi Yamaoka <yamaoka@jpl.org>
5161 * mail-source.el (mail-source-fetch-pop): Save excursion.
5163 1999-01-28 08:14:21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5165 * mail-source.el (mail-source-movemail-args): Not constant.
5166 (mail-source-movemail-args): Removed.
5167 (mail-source-fetch-with-program): New function.
5168 (mail-source-fetch-pop): Use program and function.
5169 (mail-source-movemail-program): Removed.
5171 * gnus-art.el (gnus-treat-date-iso8601): New variable.
5172 (gnus-treat-date-user-defined): New variable.
5174 1999-01-28 08:07:12 Per Abrahamsen <abraham@dina.kvl.dk>
5176 * nnmail.el (nnmail-fix-eudora-headers): New function.
5178 1999-01-28 08:05:19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5180 * mm-bodies.el (mm-encode-body): Use mail-parse-charset.
5182 1999-01-27 08:06:38 Lars Magne Ingebrigtsen <larsi@gnus.org>
5184 * smiley.el (smiley-deformed-regexp-alist): Removed =>.
5185 (smiley-nosey-regexp-alist): Ditto.
5187 * gnus-art.el (gnus-treatment-function-alist): Do
5188 gnus-article-add-buttons-to-head later.
5189 (gnus-treat-capitalize-sentences): New variable.
5190 (article-capitalize-sentences): New command and keystroke.
5192 * gnus-group.el (gnus-group-catchup-current): Do group.
5194 * message.el (message-default-charset): Add group.
5196 Wed Jan 27 05:24:53 1999 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
5198 * gnus.el: Pterodactyl Gnus v0.74 is released.
5200 1999-01-27 05:56:29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5202 * gnus-art.el (article-fill-long-lines): Renamed.
5203 (article-fill-long-lines): New keystroke.
5205 1999-01-26 06:35:07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5207 * gnus-msg.el (gnus-setup-posting-charset): Check for group.
5209 * gnus-group.el (gnus-group-catchup-current): Skip groups now
5211 (gnus-group-catchup-current): Be more robus.
5213 * gnus-sum.el (gnus-summary-select-article): Reselect for showing
5216 1999-01-25 Dave Love <fx@gnu.org>
5218 * message.el (message-mode-menu): Add message-mime-attach-file.
5219 (message-mode): Doc fix.
5221 1999-01-26 05:24:19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5223 * nnmail.el (nnmail-check-duplication): Insert the mail source
5226 * mail-source.el (mail-source-fetch-pop): Bind mail-source-string.
5227 (mail-source-fetch-directory): Ditto.
5228 (mail-source-fetch-file): Ditto.
5229 (mail-source-string): New variable.
5231 * gnus-start.el (gnus-get-unread-articles): Nix out groups over
5234 * rfc2047.el (rfc2047-encodable-p): Convert to MIME charsets
5237 * mm-util.el (mm-mime-charset): Use the parameters.
5238 (mm-mime-charset): Removed region paremeters.
5240 * nnmail.el (nnmail-get-new-mail): Don't message the entire
5243 1999-01-25 12:05:16 Lloyd Zusman <ljz@asfast.com>
5245 * nnmail.el (nnmail-get-split-group): Quote right.
5247 1999-01-25 05:55:41 Lars Magne Ingebrigtsen <larsi@gnus.org>
5249 * mail-source.el (mail-source-movemail): Would kill an arbitrary
5252 1999-01-24 03:02:31 Lars Magne Ingebrigtsen <larsi@gnus.org>
5254 * gnus-group.el (gnus-clear-inboxes-moved): Removed.
5255 (gnus-group-mode): Don't hook.
5257 * mail-source.el (mail-source-bind): Doc fix.
5258 (mail-source-bind): Take only one param.
5260 * gnus-art.el (gnus-treat-highlight-signature): typep.
5262 * mail-source.el (mail-source-movemail): Ignore empty file.
5263 (mail-source-callback): Check before deleting.
5265 * message.el (message-mime-attach-file): Include name.
5267 1999-01-23 17:01:12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5269 * mm-util.el (mm-read-charset): Return a symbol.
5271 * mm-view.el (mm-inline-text): Insert signature separator.
5273 * gnus-art.el (gnus-treat-predicate): New function.
5274 (gnus-treat-article): Allow all types to be checked.
5276 * gnus-util.el (gnus-or): New function.
5279 * gnus-art.el (gnus-mime-display-single): Use override.
5281 * mm-decode.el (mm-attachment-override-types): New variable.
5282 (mm-attachment-override-p): New function.
5284 * gnus-picon.el (gnus-group-display-picons): Don't go backward.
5286 1999-01-23 16:45:06 Andrew J. Cosgriff <ajc@bing.wattle.id.au>
5288 * mm-view.el (mm-inline-text): Do vcards.
5290 Sat Jan 23 14:23:27 1999 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
5292 * gnus.el: Pterodactyl Gnus v0.73 is released.
5294 1999-01-23 11:38:36 Lars Magne Ingebrigtsen <larsi@gnus.org>
5296 * nnmail.el (nnmail-spool-file): Changed to use mail-source.
5297 (nnmail-crash-box, nnmail-use-procmail, nnmail-procmail-directory,
5298 nnmail-procmail-suffix, nnmail-resplit-incoming): Removed.
5299 (nnmail-movemail-program): Removed.
5300 (nnmail-movemail-args): Removed.
5301 (nnmail-pop-password-required): Ditto.
5302 (nnmail-tmp-directory): Ditto.
5303 (nnmail-delete-incoming): Removed.
5304 (nnmail-pop-password, nnmail-moved-inboxes,
5305 nnmail-internal-password, nnmail-move-inbox): Removed.
5306 (nnmail-read-passwd): Ditto.
5307 (nnmail-get-spool-files): Removed.
5308 (nnmail-resplit-incoming): Reinstated.
5310 * mail-source.el: New file.
5312 1999-01-23 09:08:31 James H. Cloos, Jr. <cloos@jhcloos.com>
5314 * gnus-art.el (gnus-article-mode-map): Bind backspace.
5316 1999-01-23 09:05:04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5318 * gnus-art.el (article-make-date-line): Fix iso8601 display.
5320 1999-01-20 02:53:52 Lars Magne Ingebrigtsen <larsi@gnus.org>
5322 * gnus-art.el (gnus-treat-display-smileys): Check xpm.
5324 * gnus-picon.el (gnus-group-display-picons): Goto body.
5326 * gnus.el: Indented all functions; broke long lines; changed all
5327 instances of illegal/legal to invalid/valid. Yes, I'm bored.
5329 Wed Jan 20 00:50:53 1999 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
5331 * gnus.el: Pterodactyl Gnus v0.72 is released.
5333 1999-01-20 01:39:48 Lars Magne Ingebrigtsen <larsi@gnus.org>
5335 * gnus.el: Cleaned up trailing whitespace.
5337 * mm-util.el (mm-read-charset): Work.
5339 1999-01-17 Matt Armstrong <mattdav+matt@best.com>
5341 * gnus-score.el (gnus-score-find-bnews): Match regexp on the
5342 nnheader-translate-file-chars'd group name.
5344 1999-01-20 01:30:30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5346 * message.el (message-encode-message-body): Fold case.
5348 1999-01-20 01:28:16 Alexei V. Barantsev <barancev@ispras.ru>
5350 * gnus-xmas.el (gnus-xmas-modeline-glyph): Backquote.
5352 1999-01-20 00:46:15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5354 * mailcap.el (mailcap-add): New function.
5356 1999-01-18 09:40:37 Lars Magne Ingebrigtsen <larsi@gnus.org>
5358 * gnus-art.el (article-goto-body-goes-to-point-min-p): New variable.
5359 (article-goto-body): Use it.
5360 (gnus-treat-article): Ditto.
5362 * gnus-agent.el (gnus-agent-get-undownloaded-list): Remove the
5363 downloaded articles from the downloadeble list.
5365 1999-01-16 17:31:08 Lars Magne Ingebrigtsen <larsi@gnus.org>
5367 * message.el (message-encode-message-body): Bind
5370 * mm-util.el (mm-charset-synonym-alist): New variable.
5371 (mm-charset-to-coding-system): Use it.
5372 (mm-charset-coding-system-alist): Removed.
5373 (mm-charset-to-coding-system): Don't use it.
5374 (mm-find-charset-region): Use mail-parse-charset.
5376 * gnus-art.el (gnus-treatment-function-alist): Use
5377 gnus-article-display-picons.
5378 (gnus-treat-display-xface): Only do if we have xface feature.
5379 (gnus-part-display-hook): New function.
5380 (gnus-treat-article): Use it.
5381 (gnus-treat-article): Use gnus-visual.
5383 * gnus-msg.el (gnus-setup-posting-charset): Check elem.
5385 * gnus-art.el (gnus-mm-display-part): Fix the MIME button after
5388 * mm-decode.el (mm-insert-part): Use insert-buffer-substring.
5390 * gnus-score.el (gnus-score-find-bnews): Protect against invalid
5393 Sat Jan 16 03:15:57 1999 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
5395 * gnus.el: Pterodactyl Gnus v0.71 is released.
5397 1999-01-16 00:13:31 Lars Magne Ingebrigtsen <larsi@gnus.org>
5399 * mm-view.el (mm-inline-image): Don't add a dot.
5401 * gnus-art.el (gnus-treat-article): New function.
5403 * gnus.el (gnus-article-display-hook): Removed.
5405 * gnus-art.el (gnus-article-treat-custom): New variable.
5407 * gnus-start.el (gnus-ignored-newsgroups-has-to-p): Removed.
5409 * gnus-msg.el (gnus-setup-posting-charset): Allow variables and
5412 * message.el (message-posting-charset): New variable.
5413 (message-send-mail): Use it.
5415 * gnus-msg.el (gnus-group-posting-charset-alist): Moved here.
5416 (gnus-setup-posting-charset): New function.
5417 (gnus-setup-message): Use it.
5419 * message.el (message-encode-message-body): Just look for
5420 Content-Type before inserting a new one.
5422 1999-01-15 23:08:47 Lars Magne Ingebrigtsen <larsi@gnus.org>
5424 * rfc2047.el (rfc2047-default-charset): Removed.
5426 * mail-prsvr.el: New file.
5427 (mail-parse-charset): New variable.
5429 * gnus-sum.el (gnus-newsgroup-charset): Changed name.
5432 * gnus.el (gnus-charset): New group.
5434 * nnmail.el (nnmail-pathname-coding-system): Default to binary.
5436 * gnus-sum.el (gnus-default-charset): Default to nil.
5437 (gnus-newsgroup-iso-8859-1-forced-regexp): Removed.
5438 (gnus-newsgroup-iso-8859-1-forced): Removed.
5440 * mm-util.el (mm-known-charsets): Removed.
5441 (mm-default-coding-system): Removed.
5442 (mm-default-charset): Removed.
5443 (mm-read-charset): New function.
5445 * message.el (message-default-charset): Removed.
5447 * rfc2047.el (rfc2047-default-charset): Default to nil.
5449 * mm-util.el (mm-charset-iso-8859-1-forced): Removed.
5451 Fri Jan 15 20:50:38 1999 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
5453 * gnus.el: Pterodactyl Gnus v0.70 is released.
5455 1999-01-15 00:06:04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5457 * mm-decode.el (mm-save-part): Use mm-get-part.
5458 (mm-insert-part): New function.
5459 (mm-get-part): Use it.
5460 (mm-get-image): Ditto.
5461 (mm-display-external): Ditto.
5463 * mm-view.el (mm-inline-text): Ditto.
5465 * gnus-move.el (gnus-move-group-to-server): Protect against nil
5468 * mm-decode.el (mm-display-external): Save the buffer.
5469 (mm-remove-part): Kill it.
5471 * qp.el (quoted-printable-decode-region): Do the right thing at eobp.
5473 * nnagent.el (nnagent-request-set-mark): Defined stub.
5475 1999-01-14 23:05:31 Lars Magne Ingebrigtsen <larsi@gnus.org>
5477 * gnus-score.el (gnus-score-load-score-alist): Bind
5478 coding-system-for-read.
5480 * gnus-sum.el (gnus-summary-exit): Do adaptive scoring before
5483 * mm-view.el (mm-setup-w3): Require w3.
5485 1999-01-13 Kiyokazu SUTO <suto@merry.xmath.ous.ac.jp>
5487 * lisp/nnspool.el (nnspool-retrieve-headers): Protect against empty
5490 1999-01-14 21:17:35 Lars Magne Ingebrigtsen <larsi@gnus.org>
5492 * mm-encode.el: Ditto.
5494 * mm-bodies.el (mm-decode-content-transfer-encoding): Message the
5497 * mailcap.el (mailcap-mime-data): SAFER ps.
5499 * message.el (message-encode-message-body): Always insert a
5500 Content-Type header.
5502 * mm-decode.el (mm-inline-media-tests): Default all text/* to be
5505 * mm-view.el (mm-inline-text): Handle all sorts of text.
5507 * mailcap.el (mailcap-mime-data): non-viewer for viewers that
5510 * mm-decode.el (mm-display-external): Use it.
5512 * gnus-art.el (gnus-visible-headers): Added bcc, gcc, fcc.
5514 * mm-decode.el (mm-save-part): Removed double code.
5516 1999-01-12 Dave Love <fx@gnu.org>
5518 * mm-decode.el (mm-save-part): Avoid doubly-compressed
5519 application/octet-stream .gz & al files with jka-compr.
5521 1999-01-12 Dave Love <fx@gnu.org>
5523 * gnus-ems.el (gnus-down-mouse-3): New variable.
5524 * gnus-art.el (gnus-mime-button-map): Use it.
5525 (gnus-mime-button-menu): Set the clicked-on buffer initially.
5527 1999-01-13 19:41:57 Lars Magne Ingebrigtsen <larsi@gnus.org>
5529 * mailcap.el (mailcap-mime-data): Added ImageMagic and ee.
5531 1999-01-12 17:34:43 Lars Magne Ingebrigtsen <larsi@gnus.org>
5533 * gnus-picon.el (gnus-picons-kill-buffer): Don't kill article
5536 * gnus-sum.el (gnus-summary-exit): Destroy all MIME.
5538 * gnus-cache.el (gnus-cache-read-active): Reversed check.
5540 1999-01-12 17:18:25 Matt Armstrong <matta@geoworks.com>
5542 * mml.el (mml-parameter-string): Strip directory component.
5544 1999-01-12 17:02:58 Lars Magne Ingebrigtsen <larsi@gnus.org>
5546 * gnus.el (gnus-use-demon): Removed.
5548 1999-01-12 05:53:23 Katsumi Yamaoka <yamaoka@jpl.org>
5550 * nnmail.el (nnmail-article-group): Don't infloop.
5552 1999-01-11 Colin Rafferty <colin@xemacs.org>
5554 * gnus-art.el (article-update-date-lapsed): Made it work with
5555 picons, and make it update on all visible frames.
5556 (article-date-ut): Get summary-buffer's current-headers.
5558 1999-01-12 07:20:31 Lars Magne Ingebrigtsen <larsi@gnus.org>
5560 * gnus-picon.el (gnus-picons-setup-buffer): Don't set major mode.
5561 (gnus-picons-setup-p): New variable.
5563 1999-01-11 02:13:12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5565 * nnmail.el (nnmail-split-header-length-limit): Lowered to 512.
5567 1999-01-04 12:58:13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5569 * gnus-sum.el (gnus-summary-exit-no-update): Don't use run-hooks.
5570 (gnus-summary-exit-no-update): Use mapcar.
5572 1999-01-02 14:36:32 Simon Josefsson <jas@pdc.kth.se>
5574 * gnus-agent.el (gnus-category-write): Make directory.
5576 1998-09-26 19:39:31 Simon Josefsson <jas@pdc.kth.se>
5578 * gnus-sum.el (gnus-update-read-articles):
5579 (gnus-update-marks): Request backend update of mark.
5581 1999-01-03 15:29:52 Lars Magne Ingebrigtsen <larsi@gnus.org>
5583 * mm-bodies.el (mm-body-encoding): Use mm-find.
5585 1999-01-03 15:28:27 Kim-Minh Kaplan <kmkaplan@western.fr>
5587 * gnus-picon.el (gnus-article-display-picons): Fix.
5589 Sun Jan 3 13:32:02 1999 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
5591 * gnus.el: Pterodactyl Gnus v0.69 is released.
5593 1999-01-03 06:45:10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5595 * gnus-picon.el (gnus-picons-setup-buffer): Run the hook.
5597 * gnus-agent.el (gnus-agent-remove-group): New command and
5600 * rfc2047.el (rfc2047-decode-region): Check for us-ascii.
5602 1999-01-02 14:12:41 Simon Josefsson <jas@pdc.kth.se>
5604 * gnus-agent.el (gnus-agent-write-servers): Make directory.
5606 1998-12-26 02:38:01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5608 * mm-view.el (mm-inline-text): Bind current id.
5610 * mm-decode.el (mm-handle-id): New macro.
5611 (mm-make-handle): Accept id.
5612 (mm-dissect-singlepart): Use it.
5614 1998-12-23 Matt Pharr <mmp@graphics.stanford.edu>
5616 * message.el (message-cite-original-without-signature): Use
5617 message-signature-separator when searching for signature in
5618 message-cite-original-without-signature.
5620 1998-12-24 16:25:38 Simon Josefsson <jas@pdc.kth.se>
5622 * gnus.el (gnus-server-to-method): Check named methods.
5624 1998-12-24 03:27:02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5626 * mm-view.el (mm-view-message): Goto point-min.
5628 * nnmail.el (nnmail-article-group): Don't delete lines, only
5631 * gnus-msg.el (gnus-configure-posting-styles): Also do nil
5634 * nnheader.el (nnheader-temp-directory): New variable.
5635 (nnheader-temp-directory): Removed.
5637 1998-12-22 Jack Vinson <jvinson@chevax.ecs.umass.edu>
5639 * mailcap.el (mailcap-parse-mailcaps): Add "~/.mailcaps" to the
5640 list of files to check for mailcap entries under windows-nt.
5642 1998-12-24 03:02:15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5644 * gnus-art.el (gnus-article-maybe-hide-headers): Check whether the
5645 summary buffer exists.
5647 1998-12-22 Aaron M. Ucko <amu@mit.edu>
5649 * nnsoup.el (nnsoup-store-reply): Remove code to deal with
5650 irrelevant Sun sendmail bug.
5651 (nnsoup-store-reply): Stop mucking with mail-header-separator.
5653 * message.el (message-send-news): Bind mail-header-separator to
5654 "" when asking backend to post.
5656 1998-12-22 Karl Kleinpaste <karl@justresearch.com>
5658 * mm-uu.el (mm-dissect-disposition): New variable.
5659 (mm-uu-dissect): Use it.
5661 1998-12-21 21:34:22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5663 * mm-view.el (mm-inline-text): Bind url-current-object.
5665 1998-12-06 03:05:41 Simon Josefsson <jas@pdc.kth.se>
5667 * gnus-range.el (gnus-remove-from-range): Rewrite.
5669 1998-12-09 SL Baur <steve@altair.xemacs.org>
5671 * gnus-picon.el (annotations): Remove bogus require 'xpm.
5673 1998-12-18 Hrvoje Niksic <hniksic@srce.hr>
5675 * message.el (message-encode-message-body): Insert `MIME-Version'
5676 instead of `Mime-Version'.
5678 1998-12-04 Hrvoje Niksic <hniksic@srce.hr>
5680 * message.el (message-insert-mime-part): Add the attachment
5682 (message-insert-mime-part): Make TYPE and DESCRIPTION optional.
5683 (message-mime-query-type): New function.
5684 (message-mime-query-description): Ditto.
5685 (message-mime-query-file): Ditto.
5686 (message-insert-mime-part): Use them.
5687 (message-mime-insert-external): Use the new stuff.
5689 1998-12-19 23:02:26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5691 * nnmail.el (nnmail-split-header-length-limit): New variable.
5693 * mm-decode.el (mm-dissect-buffer): Check syntax.
5695 * rfc2231.el (rfc2231-parse-string): Remove check for syntax.
5697 * rfc2047.el (rfc2047-encodable-p): Use mm-find-charset-region.
5698 (rfc2047-dissect-region): Ditto.
5700 1998-12-17 18:36:43 Lars Magne Ingebrigtsen <larsi@gnus.org>
5702 * mm-view.el (mm-view-message): Decode charset.
5704 1998-12-16 16:01:22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5706 * rfc2231.el (rfc2231-parse-string): Ignore syntactically invalid
5709 Wed Dec 16 01:44:40 1998 Shenghuo ZHU <zsh@cs.rochester.edu>
5711 * mm-bodies.el (mm-decode-content-transfer-encoding): Use
5713 * mm-uu.el (mm-uu-dissect): Use x-uuencode.
5715 1998-12-16 10:20:52 Lars Magne Ingebrigtsen <larsi@gnus.org>
5717 * message.el (message-send-mail): Do MML first.
5718 (message-send-news): Ditto.
5720 1998-12-15 20:57:18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5722 * gnus-picon.el (gnus-picons-face): New face.
5723 (gnus-picons-try-face): Use it.
5725 Tue Dec 15 19:17:43 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
5727 * gnus.el: Pterodactyl Gnus v0.68 is released.
5729 Tue Dec 15 18:28:24 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
5731 * gnus.el: Pterodactyl Gnus v0.67 is released.
5733 Tue Dec 15 17:31:44 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
5735 * gnus.el: Pterodactyl Gnus v0.66 is released.
5737 1998-12-13 11:00:43 Lars Magne Ingebrigtsen <larsi@gnus.org>
5739 * gnus-art.el (gnus-insert-mime-button): Decode description.
5741 Sat Dec 5 16:50:49 1998 Shenghuo ZHU <zsh@cs.rochester.edu>
5743 * gnus-art.el (article-decode-encoded-words): Rollback to 0.55.
5744 (gnus-decode-header-methods): Ditto.
5745 (gnus-decode-with-mail-decode-encoded-word-region): Ditto.
5747 1998-12-13 10:04:39 Lloyd Zusman <ljz@asfast.com>
5749 * gnus-xmas.el (gnus-xmas-summary-recenter): Allow numbers.
5751 1998-12-13 09:32:38 Lars Magne Ingebrigtsen <larsi@gnus.org>
5753 * mml.el (mml-insert-mime-headers): Encode description.
5755 * nnfolder.el (nnfolder-request-expire-articles): Go to the date
5758 * gnus-sum.el (gnus-default-charset): Doc fix.
5760 Wed Dec 9 15:18:39 1998 Shenghuo ZHU <zsh@cs.rochester.edu>
5762 * mm-decode.el (mm-display-part): Forward a line.
5764 Wed Dec 9 13:30:29 1998 Shenghuo ZHU <zsh@cs.rochester.edu>
5766 * mm-util.el (mm-running-ntemacs): New variable.
5767 (mm-text-coding-system): Ditto.
5768 * nnmail.el (nnmail-incoming-coding-system): Ditto.
5769 (nnmail-split-incoming): Use nnmail-incoming-coding-system.
5771 1998-12-13 08:52:45 Lars Magne Ingebrigtsen <larsi@gnus.org>
5773 * gnus-picon.el (gnus-picons-network-display-internal): Don't set
5776 * message.el (message-insert-headers): New command and keystroke.
5778 1998-12-07 23:42:14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5780 * mm-decode.el (mm-inline-media-tests): Recognize x-xbitmap.
5781 (mm-get-image): Ditto.
5783 * mm-bodies.el (mm-decode-content-transfer-encoding): Only for
5784 base64, uudecode and binhex.
5786 Sun Dec 6 21:58:31 1998 Shenghuo ZHU <zsh@cs.rochester.edu>
5788 * mm-bodies.el (mm-decode-content-transfer-encoding): Replace CRLF
5790 * mm-uu.el (mm-uu-dissect): Use inline.
5792 1998-12-07 23:19:14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5794 * mm-view.el (mm-view-message): New function.
5796 * mm-encode.el (mm-content-transfer-encoding-defaults): Changed to
5799 1998-12-07 Karl Kleinpaste <karl@justresearch.com>
5801 * mm-encode.el (mm-content-transfer-encoding-defaults): Add an
5802 entry for message/rfc822 as 8bit.
5804 1998-12-07 23:16:54 Lars Magne Ingebrigtsen <larsi@gnus.org>
5806 * mailcap.el (mailcap-mime-extensions): Add patch.
5808 1998-12-05 Dale Hagglund <rdh@best.com>
5810 * gnus-sum.el (gnus-summary-display-buttonized): Use prefix
5811 argument to force all multipart/* to look like multipart/mixed.
5813 * gnus-art.el (gnus-mime-display-multipart-as-mixed): New
5815 (gnus-mime-display-part): Use it.
5817 1998-12-07 22:46:37 Lars Magne Ingebrigtsen <larsi@gnus.org>
5819 * gnus-draft.el (gnus-draft-send): Only disable checks for
5820 non-interactive use.
5821 (gnus-draft-send-message): Use it.
5823 Sun Dec 6 19:36:53 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
5825 * gnus.el: Pterodactyl Gnus v0.65 is released.
5827 1998-12-06 20:11:02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5829 * gnus-art.el (gnus-article-prepare-display): Don't init w3.
5831 * mm-view.el (mm-inline-text): Bind url-standalone-mode here.
5833 Sat Dec 5 18:35:42 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
5835 * gnus.el: Pterodactyl Gnus v0.64 is released.
5837 1998-12-05 18:51:13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5839 * mm-view.el (mm-setup-w3): Don't load.
5841 * gnus-msg.el (gnus-setup-message): Set group name.
5842 (gnus-group-mail): Avoid leaking local vars.
5844 * message.el (message-attach-file): Renamed.
5845 (message-mime-attach-file): Renamed again.
5847 1998-12-05 Hrvoje Niksic <hniksic@srce.hr>
5849 * gnus-art.el (article-decode-encoded-words): Bind
5850 rfc2047-default-charset here.
5852 * gnus-art.el (gnus-insert-mime-button): Nix slashes in file name.
5854 1998-12-05 18:33:27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5856 * gnus-picon.el (gnus-picons-setup-buffer): Run picons hook.
5857 (gnus-picons-setup-hook): New hook.
5859 1998-12-05 Per Abrahamsen <abraham@dina.kvl.dk>
5861 * mailcap.el (mailcap-mime-data): Remove "*" from documentation
5863 (mailcap-mime-extensions): Ditto. Made first sentense fit a
5866 1998-12-05 17:11:04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5868 * gnus-art.el (gnus-article-prepare-display): Setup w3.
5869 (gnus-mime-view-part): Ditto.
5870 (gnus-mime-inline-part): Dotii.
5871 (gnus-mime-externalize-part): Daddo.
5872 (gnus-mime-internalize-part): Tutti frutti.
5873 (gnus-widget-press-button): Da da do.
5875 * mm-view.el (mm-setup-w3): Require url-vars.
5877 Fri Dec 4 12:13:12 1998 Shenghuo ZHU <zsh@cs.rochester.edu>
5879 * message.el (message-draft-coding-system): Fix for XEmacs-NT.
5880 * mm-util.el (mm-find-charset-region): Ditto.
5882 1998-12-05 16:30:01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5884 * message.el (message-send): Don't encode here.
5885 (message-send-mail): But here.
5886 (message-send-news): And here.
5888 1998-12-04 15:29:02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5890 * gnus-msg.el (gnus-message-insert-stylings): Don't insert twice.
5892 Fri Dec 4 04:09:15 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
5894 * gnus.el: Pterodactyl Gnus v0.63 is released.
5896 1998-12-04 04:59:20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5898 * mml.el (mml-base-boundary): Shorten.
5900 * message.el (message-insert-mime-part): Use default.
5902 * gnus-art.el (gnus-insert-mime-button): Bind gnus-tmp-type-long.
5904 1998-12-03 Per Abrahamsen <abraham@dina.kvl.dk>
5906 * gnus-art.el (gnus-mime-display-alternative): Use (*) for radio
5909 1998-12-04 Hrvoje Niksic <hniksic@srce.hr>
5911 * gnus-art.el (gnus-insert-mime-button): Do proper help-echo.
5913 1998-12-04 04:48:37 Hrvoje Niksic <hniksic@srce.hr>
5915 * gnus-art.el (gnus-insert-mime-button): Fix.
5917 1998-12-03 Hrvoje Niksic <hniksic@srce.hr>
5919 * message.el (message-insert-mime-part): Nicify prompts.
5920 (message-insert-mime-part): Really delete duplicates.
5921 (message-insert-mime-part): Check against common errors.
5922 (message-insert-mime-part): Fix docstring.
5924 1998-12-04 04:41:58 Lars Magne Ingebrigtsen <larsi@gnus.org>
5926 * gnus-art.el (gnus-mime-internalize-part): Bugged out.
5928 1998-12-03 Hrvoje Niksic <hniksic@srce.hr>
5930 * gnus-art.el (gnus-mime-button-line-format): Nicify.
5931 (gnus-insert-mime-button): Modify accordingly.
5933 1998-12-04 01:50:53 Lars Magne Ingebrigtsen <larsi@gnus.org>
5935 * gnus-art.el (gnus-display-mime): Set window point.
5937 * mm-decode.el (mm-display-external): Only decode when not
5939 (mm-alternative-precedence): Prefer multiparts.
5940 (mm-inline-media-tests): Inline multiparts.
5942 * gnus-picon.el (gnus-picons-next-job-internal): Do bar if asked.
5943 Ignore errors when requiring url.
5945 * mml.el (mml-quote-region): New command.
5947 * message.el (message-cite-original): Use it.
5948 (message-cite-original-without-signature): Ditto.
5950 Thu Dec 3 12:53:58 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
5952 * gnus.el: Pterodactyl Gnus v0.62 is released.
5954 1998-12-03 13:38:36 Lars Magne Ingebrigtsen <larsi@gnus.org>
5956 * gnus-art.el (gnus-mime-view-all-parts): Work with multiparts.
5958 1998-12-03 Hrvoje Niksic <hniksic@srce.hr>
5960 * mm-view.el (mm-inline-text): Use `point-min-marker' and
5963 1998-12-03 13:22:57 Lars Magne Ingebrigtsen <larsi@gnus.org>
5965 * mailcap.el (mailcap-mime-extensions): Use image/xpm for xpms.
5967 * gnus-art.el (gnus-mime-display-single): Check for attachment
5970 1998-12-03 Didier Verna <verna@inf.enst.fr>
5972 * gnus-msg.el (gnus-configure-posting-styles): find a
5973 posting-style entry in the group parameters, if any, and honor it
5976 1998-12-03 13:03:37 Felix Lee <flee@teleport.com>
5978 * nntp.el (nntp-after-change-function): Fix.
5980 1998-12-03 12:44:30 Mike McEwan <mike@lotusland.demon.co.uk>
5982 * mml.el (mml-generate-mime-1): Insert literally.
5984 1998-12-03 00:23:17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5986 * mml.el (mml-insert-mime-headers): Removed debug.
5988 1998-12-02 22:22:03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5990 * gnus-sum.el (gnus-summary-show-article): Destroy parts when
5993 * mm-encode.el (mm-content-transfer-encoding-defaults): Default
5994 application/emacs-lisp to 8bit.
5996 1998-12-03 Dale Hagglund <rdh@best.com>
5998 * mm-decode.el (mm-quote-arg): Add quoting of '()', '<>', and '|'.
6000 Wed Dec 2 20:24:27 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
6002 * gnus.el: Pterodactyl Gnus v0.61 is released.
6004 1998-12-02 21:12:56 Lars Magne Ingebrigtsen <larsi@gnus.org>
6006 * mml.el (mml-parse-1): Skipped parts.
6007 (mml-insert-mime-headers): Nil is a list.
6008 (mml-generate-mime-1): Don't insert literally.
6009 (mml-read-tag): Drop text props.
6010 (mml-read-part): Ditto.
6011 (mml-parse-singlepart-with-multiple-charsets): Ditto.
6013 Wed Dec 2 20:07:16 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
6015 * gnus.el: Pterodactyl Gnus v0.60 is released.
6017 1998-12-02 20:11:28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6019 * mml.el (mml-parse-1): Don't throw contents away.
6021 1998-12-02 Hrvoje Niksic <hniksic@srce.hr>
6023 * mml.el (mml-compute-boundary-1): Regexp-quote the boundary.
6025 1998-12-02 18:42:24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6027 * mml.el (mml-parse-singlepart-with-multiple-charsets): New
6029 (mml-parse-1): Use it.
6031 Tue Dec 1 23:04:25 1998 Shenghuo ZHU <zsh@cs.rochester.edu>
6033 * gnus-art.el (gnus-decode-with-mail-decode-encoded-word-region):
6034 Use gnus-newsgroup-default-charset.
6035 (article-decode-encoded-words): Remove charset codes.
6036 * gnus-sum.el (gnus-newsgroup-default-charset): Use
6037 gnus-default-charset.
6039 1998-12-02 03:14:20 Lars Magne Ingebrigtsen <larsi@gnus.org>
6041 * message.el (message-send-mail): Don't encode here.
6042 (message-send-news): Nor here.
6043 (message-send): ... but here instead.
6045 * gnus-picon.el (gnus-picons-display-article-move-p): Changed
6047 (gnus-article-display-picons): Replace From line.
6048 (gnus-group-display-picons): Replace Newsgroups line.
6049 (gnus-picons-display-glyph): Set baseline.
6050 (gnus-group-display-picons): Piconize the entire Newsgroups line.
6051 (gnus-picons-xbm-face): Revert to old, standard colors.
6053 * message.el (message-fetch-field): Remove text props.
6055 * gnus-art.el (gnus-article-normalized-header-length): New
6057 (article-normalize-headers): New command and keystroke.
6059 * gnus-picon.el (gnus-picons-xbm-face): Changed colors.
6061 Wed Dec 2 01:43:48 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
6063 * gnus.el: Pterodactyl Gnus v0.59 is released.
6065 1998-12-02 01:38:31 Lars Magne Ingebrigtsen <larsi@gnus.org>
6067 * mml.el (mml-insert-mime-headers): Beep at multiple charsets.
6069 * gnus-art.el (gnus-mime-copy-part): Set buffer-file-name.
6071 1998-11-30 Hrvoje Niksic <hniksic@srce.hr>
6073 * mml.el (mml-generate-mime-1): Handle unquoting end-tags.
6075 1998-12-02 00:15:30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6077 * mm-decode.el (mm-all-images-fit): New variable.
6078 (mm-image-fit-p): Use it.
6080 * gnus-art.el (gnus-mime-display-single): Use it.
6081 (gnus-mime-internalize-part): New command and keystroke.
6083 * mm-decode.el (mm-user-automatic-external-display): New
6085 (mm-automatic-external-display-p): New function.
6087 * gnus-picon.el (gnus-picons-xbm-face): Default to sensible
6090 1998-12-01 23:52:05 Lars Magne Ingebrigtsen <larsi@gnus.org>
6092 * gnus-sum.el (gnus-summary-repair-multipart): Reselect article.
6094 * gnus-art.el (gnus-with-article): Work in the original article
6096 (gnus-with-article): Work in read-only groups.
6098 Tue Dec 1 00:15:36 1998 Shenghuo ZHU <zsh@cs.rochester.edu>
6100 * mm-bodies.el (mm-decode-string): Return original string if not
6103 Mon Nov 30 23:38:02 1998 Shenghuo ZHU <zsh@cs.rochester.edu>
6105 * mm-uu.el (mm-uu-dissect): Use mm-make-handle.
6107 1998-12-01 01:53:49 Francois Pinard <pinard@iro.umontreal.ca>
6109 * nndoc.el (nndoc-mime-parts-type-p): Do related.
6111 Tue Dec 1 00:46:20 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
6113 * gnus.el: Pterodactyl Gnus v0.58 is released.
6115 1998-11-30 Hrvoje Niksic <hniksic@srce.hr>
6117 * mm-decode.el (mm-get-image): Return a glyph, not an image
6120 1998-11-29 Hrvoje Niksic <hniksic@srce.hr>
6122 * rfc2047.el (rfc2047-decode): Bind mm-default-charset.
6124 1998-12-01 01:23:35 Lars Magne Ingebrigtsen <larsi@gnus.org>
6126 * mail-parse.el (rfc2045): Required.
6128 1998-12-01 00:59:53 William M. Perry <wmperry@aventail.com>
6130 * mm-view.el (mm-inline-text): Remove props.
6132 1998-12-01 00:18:47 Lars Magne Ingebrigtsen <larsi@gnus.org>
6134 * mm-view.el (mm-setup-w3): Protect url-misc.
6136 * message.el (message-ignored-resent-headers): Remove
6139 * mml.el (mml-insert-mime-headers): Use encoding.
6140 (mml-parameter-string): Ditto.
6142 * rfc2045.el: New file.
6143 (rfc2045-encode-string): New function.
6145 1998-11-30 23:11:22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6147 * mail-parse.el (mail-header-encode-parameter): New function.
6149 * rfc2231.el (rfc2231-encode-string): New function.
6151 Mon Nov 30 13:52:50 1998 Shenghuo ZHU <zsh@cs.rochester.edu>
6153 * mm-bodies.el (mm-decode-string): New function.
6154 * mm-view.el (mm-inline-text): Use mm-decode-string.
6156 Mon Nov 30 21:57:00 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
6158 * gnus.el: Pterodactyl Gnus v0.57 is released.
6160 1998-11-23 Felix Lee <flee@cygnus.com>
6162 * nntp.el (nntp-async-needs-kluge): new setting.
6163 (nntp-async-timer): new var.
6164 (nntp-async-process-list): new var.
6165 (nntp-async-kluge): new function.
6166 (nntp-async-timer-handler): new function.
6167 (nntp-async-wait): new function.
6168 (nntp-async-stop): new function.
6169 (nntp-after-change-function): renamed, and split apart.
6170 (nntp-async-trigger): new function.
6171 (nntp-do-callback): new function.
6172 (nntp-accept-process-output): add optional timeout arg.
6174 * gnus-async.el (gnus-async-request-fetched-article): fixed.
6175 (gnus-async-wait-for-article): new function.
6176 (gnus-async-with-semaphore): s/asynch/async/.
6178 1998-11-30 16:54:56 Lars Magne Ingebrigtsen <larsi@gnus.org>
6180 * gnus-art.el (gnus-with-article): Don't encode.
6181 (gnus-insert-mime-button): Fall back on filename from C-D.
6182 (gnus-mime-display-single): Have dots right on text/plain
6185 * mm-decode.el (mm-dissect-buffer): Respect Content-Disposition in
6188 * gnus-art.el (gnus-with-article): Flush cache and backlog.
6190 * mm-bodies.el (mm-decode-content-transfer-encoding): Also do
6193 * gnus-sum.el (gnus-summary-reparent-thread): Use new macro.
6194 (gnus-summary-repair-multipart): New command and keystroke.
6196 * gnus-art.el (gnus-with-article-buffer): New macro.
6198 Sun Nov 29 23:51:57 1998 Shenghuo ZHU <zsh@cs.rochester.edu>
6200 * gnus-art.el (gnus-mime-inline-part): Do not get part when
6203 1998-11-30 03:38:35 Lars Magne Ingebrigtsen <larsi@gnus.org>
6205 * gnus-util.el (gnus-make-sort-function-1): Allow lambdas.
6207 * mml.el (mml-read-part): Partition right.
6209 * mm-decode.el (mm-handle-set-cache): New macro.
6210 (mm-handle-cache): Ditto.
6211 (mm-make-handle): Ditto.
6212 (mm-dissect-singlepart): Use it.
6213 (mm-get-image): Use the cache.
6215 1998-11-29 23:44:44 Lars Magne Ingebrigtsen <larsi@gnus.org>
6217 * gnus-art.el (gnus-mime-display-mixed): Rewrite.
6218 (gnus-mime-display-single): Don't insert lines between parts.
6220 Sun Nov 29 04:55:40 1998 Shenghuo ZHU <zsh@cs.rochester.edu>
6222 * nnmail.el (nnmail-file-coding-system-1): New variable.
6223 * nnfolder.el (nnfolder-file-coding-system): Ditto.
6224 (nnfolder-read-folder): Use nnfolder-file-coding-system.
6225 * nnml.el (nnml-file-coding-system): New variable.
6226 (nnml-request-article): Use nnml-file-coding-system.
6228 Sun Nov 29 15:12:52 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
6230 * gnus.el: Pterodactyl Gnus v0.56 is released.
6232 1998-11-29 00:52:53 Lars Magne Ingebrigtsen <larsi@gnus.org>
6234 * gnus-art.el (gnus-mime-display-part): New function.
6235 (gnus-mime-display-mixed): Use it.
6237 * mm-view.el (mm-setup-w3): Don't register.
6239 * message.el (message-cite-original): Cite parts.
6241 1998-11-28 23:51:25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6243 * mml.el (mml-parameter-string): New function.
6244 (mml-insert-mime-headers): Separated into new function.
6246 1998-11-28 Hrvoje Niksic <hniksic@srce.hr>
6248 * mml.el (mml-make-boundary): Use `make-string'.
6250 1998-11-27 Hrvoje Niksic <hniksic@srce.hr>
6252 * binhex.el (binhex-insert-char): Ditto.
6254 * base64.el (base64-insert-char): Ditto.
6256 * uudecode.el (uudecode-insert-char): Code correctly.
6258 1998-11-28 01:08:19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6260 * mml.el (mml-generate-mime): Don't generate multiparts for
6263 * gnus-art.el (gnus-display-mime): Save excursion.
6265 * message.el (message-remove-first-header): New function.
6266 (message-encode-message-body): Use it.
6268 Fri Nov 27 12:26:10 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
6270 * gnus.el: Pterodactyl Gnus v0.55 is released.
6272 1998-11-27 12:38:52 Lars Magne Ingebrigtsen <larsi@gnus.org>
6274 * mm-view.el (mm-setup-w3): New function.
6276 * mm-decode.el (mm-content-id-get-contents): New function.
6277 (mm-content-id-get-type): Ditto.
6278 (mm-content-id-get-encoding): Ditto.
6279 (mm-get-handle-by-content-id): Removed.
6281 1998-11-25 Colin Rafferty <colin@xemacs.org>
6283 * message.el (message-generate-new-buffers): Fix tag.
6285 1998-11-25 10:43:28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6287 * message.el (message-buffer-name): Check for unique first.
6289 * gnus-art.el (gnus-unbuttonized-mime-type-p): use
6290 gnus-inhibit-mime-unbuttonizing.
6292 * gnus-sum.el (t): Bind M-t.
6293 (gnus-inhibit-unbuttonizing): New variable.
6294 (gnus-summary-toggle-display-buttonized): New command.
6296 * gnus-art.el (gnus-display-mime): Select article window.
6297 (article-strip-trailing-space): New command and keystroke.
6299 * nneething.el (nneething-include-files): New variable.
6300 (nneething-create-mapping): Use it.
6302 * nntp.el (nntp-possibly-change-group): Use nntp-send-command.
6304 * nnvirtual.el (nnvirtual-request-update-mark): Only yodate
6305 ayto-expirable marks.
6307 1998-11-24 21:00:02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6309 * gnus-art.el (gnus-mime-view-all-parts): Set buffer.
6311 * gnus-sum.el (gnus-summary-display-buttonized): Don't pass on
6314 * gnus-art.el (gnus-article-mode-line-format): Doc fix.
6316 Tue Nov 24 14:57:41 1998 Shenghuo ZHU <zsh@cs.rochester.edu>
6318 * mm-util.el (mm-binary-coding-system): New variable.
6319 (mm-with-unibyte-buffer): Use mm-binary-coding-system.
6320 * mm-decode.el (mm-display-external): Ditto.
6322 Tue Nov 24 10:43:06 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
6324 * gnus.el: Pterodactyl Gnus v0.54 is released.
6326 1998-11-24 11:21:32 Katsumi Yamaoka <yamaoka@jpl.org>
6328 * gnus-sum.el (gnus-newsgroup-default-charset-alist): Note fj.
6330 1998-11-24 11:14:54 Lars Magne Ingebrigtsen <larsi@gnus.org>
6332 * mm-decode.el (mm-save-part): Unquote.
6334 1998-11-24 11:14:39 Matt Armstrong <matta@geoworks.com>
6336 * mm-decode.el (mm-save-part): Bind coding system for write.
6338 1998-11-24 10:42:30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6340 * gnus-art.el (gnus-article-mode-line-format): New default.
6341 (gnus-article-mime-part-status): New function.
6343 * message.el (message-send-news): Check the body syntax before
6346 * gnus-art.el (gnus-unbuttonized-mime-type): New function.
6347 (gnus-mime-display-single): Use it.
6348 (gnus-mime-display-alternative): Ditto.
6350 * mm-decode.el: Check for whether we are running under a term.
6352 1998-11-22 08:12:25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6354 * mm-decode.el (mm-preferred-alternative): Default to first
6356 (mm-preferred-alternative): No, we dont.
6358 Tue Nov 24 03:01:48 1998 Shenghuo ZHU <zsh@cs.rochester.edu>
6360 * mm-decode.el (mm-display-external): Use binary instead of
6362 * gnus-agent.el (gnus-agent-file-coding-system): Ditto.
6363 * nnheader.el (nnheader-file-coding-system): Ditto.
6364 * mm-util.el (mm-with-unibyte-buffer): Use binary instead of nil.
6366 Mon Nov 23 01:51:57 1998 Shenghuo ZHU <zsh@cs.rochester.edu>
6368 * gnus-sum.el (gnus-newsgroup-setup-default-charset): Use group
6369 name without method.
6371 Mon Nov 23 01:26:40 1998 Shenghuo ZHU <zsh@cs.rochester.edu>
6373 * gnus-sum.el (gnus-newsgroup-default-charset): Rename
6374 coding-system -> default-charset.
6375 (gnus-newsgroup-default-charset-alist): Ditto.
6376 (gnus-summary-local-variables): Ditto.
6377 (gnus-set-global-variables): Ditto.
6378 (gnus-get-newsgroup-headers): Ditto.
6379 (gnus-summary-from-or-to-or-newsgroups): Ditto.
6380 (gnus-get-newsgroup-headers-xover): Ditto.
6381 (gnus-newsgroup-setup-default-charset): Ditto.
6382 (article-decode-mime-words): Ditto.
6383 (article-decode-charset): Ditto.
6384 (article-decode-encoded-words): Ditto.
6385 (article-de-quoted-unreadable): Ditto.
6386 (gnus-mime-view-all-parts): Ditto.
6387 (gnus-mime-externalize-part): Ditto.
6388 (gnus-mm-display-part): Ditto.
6389 (gnus-mime-display-single): Ditto.
6390 (gnus-mime-display-alternative): Ditto.
6393 Mon Nov 23 00:54:33 1998 Shenghuo ZHU <zsh@cs.rochester.edu>
6395 * rfc2047.el (rfc2047-decode-region): Do not decode nil charset.
6396 * gnus-art.el (article-decode-charset): Overlay
6397 rfc2047-default-charset.
6398 * message.el (message-draft-coding-system): New variable.
6399 (message-set-auto-save-file-name): Use message-draft-coding-system.
6400 * nndraft.el (nndraft-request-article): Ditto.
6401 * gnus-start.el (gnus-start-draft-setup): Set charset nil.
6402 * gnus-agent.el (gnus-agent-queue-setup): Ditto.
6404 Sun Nov 22 04:42:22 1998 Shenghuo ZHU <zsh@cs.rochester.edu>
6406 * mm-uu.el (mm-uu-test): New function.
6407 (mm-uu-dissect): Inherit charset and cte from head.
6408 * gnus-art.el (article-decode-charset): Use mm-uu-test.
6410 Sat Nov 21 09:57:01 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
6412 * gnus.el: Pterodactyl Gnus v0.53 is released.
6414 1998-11-21 05:54:19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6416 * mm-decode.el (mm-get-image): New function.
6417 (mm-image-fit-p): New function.
6419 * gnus-xmas.el (gnus-xmas-annotation-in-region-p): Ditto.
6421 * gnus-util.el (gnus-annotation-in-region-p): New definition.
6423 * gnus-art.el (gnus-article-insert-newline): New function.
6424 (article-goto-body): New function.
6426 1998-11-20 10:34:04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6428 * gnus-art.el (gnus-mime-display-single): Insert blank line before
6431 * gnus-sum.el (gnus-summary-display-buttonized): New command and
6434 * gnus-art.el (gnus-mime-display-single): Don't insert a blank
6437 * message.el (message-remove-header): Go to end if wanted.
6439 1998-11-20 Karl Kleinpaste <karl@justresearch.com>
6441 * gnus-art.el (gnus-mime-display-alternative): Avoid window
6442 movement with save-window-excursion.
6444 Fri Nov 20 03:50:30 1998 Shenghuo ZHU <zsh@cs.rochester.edu>
6446 * gnus-art.el (gnus-mime-inline-part): Use argument as charset.
6448 Fri Nov 20 03:37:53 1998 Shenghuo ZHU <zsh@cs.rochester.edu>
6450 * mm-bodies.el (mm-decode-body): Remove buffer-file-coding-system.
6452 Fri Nov 20 01:20:38 1998 Shenghuo ZHU <zsh@cs.rochester.edu>
6454 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
6455 gnus-newsgroup-coding-system.
6456 (gnus-get-newsgroup-headers): Ditto.
6457 (gnus-get-newsgroup-headers-xover): Ditto.
6458 (gnus-set-global-variables): Ditto.
6459 * gnus-art.el (article-decode-mime-words): Ditto.
6460 (article-decode-charset): Ditto.
6461 (article-decode-encoded-words): Ditto.
6462 (article-de-quoted-unreadable): Ditto.
6463 (gnus-mime-view-all-parts): Ditto.
6464 (gnus-mime-externalize-part): Ditto.
6465 (gnus-mm-display-part): Ditto.
6466 (gnus-mime-display-alternative): Ditto.
6467 (gnus-mime-display-single): Ditto.
6468 * mm-view.el (mm-inline-text): Use default coding system.
6470 Fri Nov 20 00:54:37 1998 Shenghuo ZHU <zsh@cs.rochester.edu>
6472 * gnus-sum.el (gnus-newsgroup-coding-system-alist): New variable.
6473 (gnus-newsgroup-iso-8859-1-forced-regexp): New variable.
6474 (gnus-newsgroup-coding-system): New local variable.
6475 (gnus-newsgroup-iso-8859-1-forced): New local variable.
6476 (gnus-summary-local-variables): Add two new local variables.
6477 (gnus-newsgroup-setup-coding-system): New function.
6478 (gnus-select-newsgroup): Setup coding system.
6479 * lpath.el: Add two new variables.
6480 * mm-util.el (mm-charset-iso-8859-1-forced): New variable.
6481 (mm-charset-to-coding-system): Use mm-charset-iso-8859-1-forced.
6482 * gnus-cus.el (gnus-group-parameters): Customizable
6485 Fri Nov 20 05:30:26 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
6487 * gnus.el: Pterodactyl Gnus v0.52 is released.
6489 1998-11-20 04:32:23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6491 * rfc2047.el (rfc2047-encode-message-header): Encode the default
6494 * gnus-art.el (gnus-mime-display-single): Insert buttons for
6495 undisplayed text types.
6497 * mm-decode.el (mm-automatic-display-p): Only prefer inlinable
6500 1998-11-19 Felix Lee <flee@cygnus.com>
6502 * nntp.el (nntp-after-change-function-callback): recover from C-g.
6504 1998-11-19 Felix Lee <flee@cygnus.com>
6506 * gnus-async.el (gnus-asynch-obarray): rename to
6507 gnus-async-hashtb, and don't buffer-local it.
6509 (gnus-async-article-callback): new function.
6510 (gnus-make-async-article-function): use it.
6512 (gnus-async-current-prefetch-group): new var.
6513 (gnus-async-current-prefetch-article): new var.
6514 (gnus-async-request-fetched-article): are we fetching it already?
6516 (gnus-async-delete-prefected-entry): s/prefected/prefetched/
6518 1998-11-20 02:49:21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6520 * gnus-sum.el (gnus-summary-show-article): Require.
6522 * message.el: Provide before hooks.
6523 (message-send-news): Do MIME before headers.
6525 * gnus-art.el (gnus-article-check-buffer): New function.
6526 (gnus-article-read-summary-keys): Use it.
6528 * mm-decode.el (mm-user-automatic-display): Display all inline
6531 * gnus-art.el (gnus-mime-display-single): Don't buttonize so
6533 (gnus-unbuttonized-mime-types): New variable.
6535 1998-11-19 06:29:03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6537 * gnus-sum.el (gnus-inhibit-user-auto-expire): Changed to t.
6539 * mm-decode.el (mm-quote-arg): Quote semicolons.
6541 * gnus-art.el (gnus-mime-display-single): Don't display
6543 (gnus-mime-externalize-part): New command and keystroke.
6545 * mm-decode.el (mm-dissect-buffer): Pass on the description info.
6546 (mm-alternative-precedence): Changed order.
6548 1998-11-07 17:41:47 Simon Josefsson <jas@pdc.kth.se>
6550 * gnus.el (gnus-method-simplify): New function.
6551 (gnus-native-method-p): New function.
6552 (gnus-secondary-method-p): Use gnus-method-equal.
6554 * gnus-start.el (gnus-group-change-level): Shorten select method.
6556 Thu Nov 19 04:48:42 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
6558 * gnus.el: Pterodactyl Gnus v0.51 is released.
6560 1998-11-19 04:02:34 Lars Magne Ingebrigtsen <larsi@gnus.org>
6562 * gnus.el: Applied patches from 5.6.45.
6564 * gnus-score.el (gnus-score-find-trace): Print complete file
6566 (gnus-score-find-trace): Truncate lines.
6568 * gnus.el (gnus-message-archive-group): Allow function.
6570 * message.el (message-encode-message-body): Remove Mime-Version
6573 * gnus-cus.el (gnus-group-customize): Optional topic.
6575 * gnus-sum.el (gnus-summary-customize-parameters): New command and
6578 Wed Nov 18 13:46:08 1998 Shenghuo ZHU <zsh@cs.rochester.edu>
6580 * message.el (message-encode-message-body): Rewrite.
6582 1998-11-18 07:37:47 Lars Magne Ingebrigtsen <larsi@gnus.org>
6584 * mml.el (mml-base-boundary): New variable.
6585 (mml-make-boundary): New function.
6587 * gnus-cache.el (gnus-cache-coding-system): New variable.
6588 (gnus-cache-request-article): Use it.
6590 * message.el (message-insert-mime-part): Delete duplicates.
6592 Wed Nov 18 11:52:19 1998 Shenghuo ZHU <zsh@cs.rochester.edu>
6594 * gnus-art.el (gnus-mime-display-alternative): Set end of
6595 multipart and display even when nothing is preferred.
6597 Wed Nov 18 05:06:44 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
6599 * gnus.el: Pterodactyl Gnus v0.50 is released.
6601 1998-11-18 04:42:01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6603 * mm-decode.el (mm-inline-media-tests): Check that device-type is
6606 * gnus-sum.el (gnus-summary-sort): Didn't do reverse.
6608 1998-11-07 23:39:48 Simon Josefsson <jas@pdc.kth.se>
6610 * gnus.el (gnus-similar-server-opened): Compare backend.
6612 1998-11-08 03:37:42 Simon Josefsson <jas@pdc.kth.se>
6614 * gnus-topic.el (gnus-topic-expire-articles): New function.
6615 (gnus-topic-mode-map): Bind it.
6617 * gnus.texi (Topic Commands): New expiry command. Reordered.
6619 1998-11-10 Miles Bader <miles@ccs.mt.nec.co.jp>
6622 (gnus-auto-expirable-marks): New variable.
6623 (gnus-inhibit-user-auto-expire): New variable.
6624 (gnus-summary-mark-article-as-read, gnus-summary-mark-article):
6625 When looking to see if we should expire instead, check
6626 gnus-auto-expirable-marks instead of using a hard-wired list.
6627 (gnus-summary-mark-as-read-forward,
6628 gnus-summary-mark-as-read-backward):
6629 Pass gnus-inhibit-user-auto-expire for the no-expire argument to
6630 gnus-summary-mark-forward, instead of `t'.
6632 1998-11-18 03:30:26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6634 * mml.el (mml-compute-boundary): New function.
6635 (mml-compute-boundary-1): New function.
6636 (mml-generate-mime-1): Use it.
6638 1998-11-18 Hrvoje Niksic <hniksic@srce.hr>
6640 * mml.el (mml-generate-mime-1): Always precede closing boundary
6643 1998-11-18 02:36:37 Lars Magne Ingebrigtsen <larsi@gnus.org>
6645 * mml.el (mml-generate-mime-1): Do right boundaries when several
6648 * mm-decode.el (mm-user-automatic-display): Default to inline
6651 * mml.el (mml-generate-mime-1): Encode non-text parts.
6653 Wed Nov 18 02:22:23 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
6655 * gnus.el: Pterodactyl Gnus v0.49 is released.
6657 1998-11-18 00:37:43 Lars Magne Ingebrigtsen <larsi@gnus.org>
6659 * mm-view.el (mm-inline-text): Require w3-vars.
6661 * gnus-setup.el (gnus-use-tm): Removed.
6663 * gnus-art.el (gnus-article-goto-part): Don't beep.
6664 (gnus-article-view-part): Check return value.
6665 (gnus-mime-display-alternative): Don't display when there is
6668 * mml.el (mml-generate-mime-1): Don't use a unibyte buffer.
6669 (mml-generate-mime-1): Use unibyte for binaries.
6671 * gnus-art.el (gnus-display-mime): Call
6672 gnus-article-mime-part-function.
6673 (gnus-mime-part-function): New function.
6674 (gnus-article-mime-part-function): New function.
6676 * mml.el (mml-generate-mime-1): Don't insert so many newlines.
6678 1998-11-16 06:44:19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6680 * mml.el (mml-generate-mime-1): Do it in unibyte buffers.
6682 * message.el (message-font-lock-keywords): Highlight MML.
6683 (message-mml-face): New font.
6685 Mon Nov 16 23:34:12 1998 Shenghuo ZHU <zsh@cs.rochester.edu>
6687 * gnus-art.el (gnus-display-mime): Clean up even when no handles.
6688 (gnus-mm-display-part): Do not select-window if the article window
6691 Mon Nov 16 02:26:40 1998 Shenghuo ZHU <zsh@cs.rochester.edu>
6693 * gnus-sum.el (gnus-summary-move-article): Use no-encode for B m.
6695 Mon Nov 16 02:00:05 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
6697 * gnus.el: Pterodactyl Gnus v0.48 is released.
6699 1998-11-15 23:18:56 Lars Magne Ingebrigtsen <larsi@gnus.org>
6701 * mm-bodies.el (mm-encode-body): Disbabled for nonmule.
6703 * mm-util.el (mm-find-charset-region): Bogus change for non-Mule.
6705 * message.el (message-cite-original-without-signature): Ditto.
6706 (message-cite-original): Quote parts.
6708 Sun Nov 15 22:01:55 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
6710 * gnus.el: Pterodactyl Gnus v0.47 is released.
6712 1998-11-15 20:11:33 Lars Magne Ingebrigtsen <larsi@gnus.org>
6714 * message.el (message-encode-message-body): Insert MIME warning.
6716 * mml.el (mml-read-tag): Look for #tag.
6718 * mm-util.el (mm-find-charset-region): Check whether
6719 enable-multibyte-characters is bound.
6721 Sun Nov 15 02:01:31 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
6723 * gnus.el: Pterodactyl Gnus v0.46 is released.
6725 1998-11-15 01:54:40 Lars Magne Ingebrigtsen <larsi@gnus.org>
6727 * message.el (message-encode-message-body): Insert headers at the
6730 Sun Nov 15 01:13:41 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
6732 * gnus.el: Pterodactyl Gnus v0.45 is released.
6734 1998-11-15 00:28:49 Lars Magne Ingebrigtsen <larsi@gnus.org>
6736 * nndraft.el (nndraft-save-mime-part): Removed.
6737 (nndraft-get-mime-part): Ditto.
6739 * message.el (message-format-mime-old): Removed.
6740 (message-encode-message-body): Removed.
6741 (message-encode-message-body): Renamed.
6743 1998-11-14 18:27:19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6745 * gnus-sum.el (gnus-get-newsgroup-headers): Translate \r's.
6747 * message.el (message-format-mime): Check message-mime-part.
6749 * mm-encode.el (mm-mime-file-types): Removed.
6750 (mm-default-file-encoding): New definition.
6752 Sat Nov 14 01:29:39 1998 Shenghuo ZHU <zsh@cs.rochester.edu>
6754 * mm-view.el (mm-inline-image): Use mm-insert-inline.
6755 * gnus-art.el (gnus-mm-display-part): Go to correct position.
6757 Sat Nov 14 05:47:57 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
6759 * gnus.el: Pterodactyl Gnus v0.44 is released.
6761 1998-11-14 03:59:14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6763 * message.el (message-format-mime): New function.
6765 * nndraft.el (nndraft-save-mime-part): New function.
6766 (nndraft-get-mime-part): New function.
6768 * mm-encode.el (mm-default-file-encoding): New function.
6769 (mm-content-transfer-encoding): New function.
6770 (mm-encode-buffer): New function.
6772 * message.el: New command.
6773 (message-mime-part): New variable.
6774 (message-insert-mime-part): New command.
6776 * mm-encode.el (mm-encode-content-transfer-encoding): New
6779 * mm-util.el (mm-content-transfer-encoding-defaults): New
6781 (mm-mime-file-types): Taken from TM.
6783 Sat Nov 14 01:51:06 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
6785 * gnus.el: Pterodactyl Gnus v0.43 is released.
6787 1998-11-07 Karl Kleinpaste <karl@jprc.com>
6789 * gnus-cus.el (gnus-score-customize): Add "Extra" element.
6790 * gnus-score.el (gnus-score-default-header): Ditto.
6791 (gnus-header-index): Ditto.
6792 (gnus-summary-increase-score): Ditto, & process "extra" requests.
6793 (gnus-summary-header): Handle extra headers.
6794 (gnus-summary-score-entry): Ditto, & provide new score element.
6795 (gnus-summary-score-effect): Ditto.
6796 (gnus-score-string): Avoid "extra" string sort, & modify match in
6798 * gnus-sum.el (gnus-make-score-map): Add "extra" element.
6800 1998-11-13 20:30:40 Lars Magne Ingebrigtsen <larsi@gnus.org>
6802 * message.el (message-resend): Bind message-required-mail-headers
6805 * mm-view.el (mm-inline-text): Bind w3-strict-width.
6807 * nngateway.el (require): Require cl.
6809 * gnus-art.el (gnus-button-alist): Exclude more chars from news:
6812 Wed Nov 11 02:15:06 1998 Shenghuo ZHU <zsh@cs.rochester.edu>
6814 * gnus-agent.el (gnus-agent-fetch-headers): Create directory even
6817 1998-11-13 19:25:10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6819 * message.el (message-ignored-resent-headers): Remove X-Gnus.
6821 1998-11-10 Colin Rafferty <colin@xemacs.org>
6823 * gnus-sum.el (gnus-ignored-from-addresses): Only quote
6824 user-mail-address if non-nil.
6826 1998-11-13 18:50:18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6828 * gnus-util.el (gnus-make-sort-function): Do `reverse'.
6829 (gnus-make-sort-function-1): Ditto.
6831 * gnus-art.el (gnus-mm-display-part): Switch to mm in right
6834 1998-11-12 22:31:58 Lars Magne Ingebrigtsen <larsi@gnus.org>
6836 * mm-util.el (mm-with-unibyte-buffer): Ditto.
6838 * binhex.el (binhex-decode-region): Quote.
6840 1998-11-10 05:32:28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6842 * gnus-art.el (article-decode-charset): Don't downcase charset.
6844 * gnus-sum.el (gnus-get-newsgroup-headers-xover): Translate CR's.
6846 Sun Nov 8 23:17:24 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
6848 * gnus.el: Pterodactyl Gnus v0.42 is released.
6850 Sun Nov 8 02:36:33 1998 Shenghuo ZHU <zsh@cs.rochester.edu>
6852 * gnus-art.el (gnus-display-mime): Add id for alternative part.
6854 1998-11-08 02:24:47 Simon Josefsson <jas@pdc.kth.se>
6856 * nntp.el (nntp-send-mode-reader): Revert.
6858 Sun Nov 8 00:45:13 1998 Shenghuo ZHU <zsh@cs.rochester.edu>
6860 * gnus-agent.el (gnus-agent-fetch-articles): Use with-temp-buffer.
6862 Sat Nov 7 23:07:24 1998 Shenghuo ZHU <zsh@cs.rochester.edu>
6864 * message.el (message-make-date): Fix for negative time zones.
6866 Sun Nov 8 01:00:16 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
6868 * gnus.el: Pterodactyl Gnus v0.41 is released.
6870 1998-11-08 00:52:38 Hrvoje Niksic <hniksic@srce.hr>
6872 * mm-decode.el (mm-dissect-multipart): Quote regexp.
6874 1998-10-29 Sudish Joseph <sj@eng.mindspring.net>
6876 * gnus.el (gnus-short-group-name): When shortening foreign select
6877 methods, do not scan for plusses beyond the first colon.
6879 1998-11-07 Mike McEwan <mike@lotusland.demon.co.uk>
6881 * gnus-agent.el (gnus-agent-save-group-info): Cater for group info
6882 lines where `group' is the last thing on the line.
6884 1998-11-08 00:35:09 Lars Magne Ingebrigtsen <larsi@gnus.org>
6886 * gnus-art.el (gnus-article-view-part): Do alternative.
6887 (gnus-mime-display-alternative): Insert marker.
6889 1998-11-07 14:33:46 Lars Magne Ingebrigtsen <larsi@gnus.org>
6891 * mm-decode.el (mm-dissect-multipart): Quote regexp.
6893 * nnmail.el (nnmail-expired-article-p): Protect against bogus
6896 * gnus-cus.el (gnus-topic): Required.
6898 * nnheader.el (nnheader-parse-nov): Parse extra.
6899 (nnheader-nov-parse-extra): New macro.
6901 1998-10-31 12:33:22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6903 * gnus-art.el (gnus-article-view-part): Internal move.
6905 1998-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
6907 * gnus-cus-new.el (gnus-custom-topic): New free variable.
6908 (gnus-group-customize): Support editing topic parameters.
6910 1998-10-29 12:09:20 Karl Kleinpaste <karl@jprc.com>
6912 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Add
6915 1998-10-29 11:31:11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6917 * gnus-art.el (gnus-mm-display-part): Return.
6918 (gnus-article-view-part): Only go if external.
6919 (gnus-article-dumbquotes-map): Do 205.
6921 * mm-decode.el (mm-display-part): Return what was done.
6923 * message.el (message-buffer-naming-style): New variable.
6924 (message-generate-new-buffers): Extended.
6925 (message-buffer-naming-style): Removed.
6926 (message-buffer-name): Use it.
6927 (message-do-send-housekeeping): Rename new styling.
6929 * gnus-sum.el (gnus-summary-recenter): Allow
6930 gnus-auto-center-summary to be a number.
6932 Wed Nov 4 02:24:39 1998 Shenghuo ZHU <zsh@cs.rochester.edu>
6934 * pop3.el (pop3-open-server): Use "binary" instead of
6937 Sun Nov 1 01:26:42 1998 Shenghuo ZHU <zsh@cs.rochester.edu>
6939 * gnus-srvr.el (gnus-browse-foreign-server): Set
6940 gnus-browse-current-method to the result of gnus-server-to-method.
6942 Thu Oct 29 01:47:44 1998 Shenghuo ZHU <zsh@cs.rochester.edu>
6944 * gnus-util.el (gnus-pull): Another optional argument.
6945 * nnweb.el (nnweb-request-delete-group): Delete from
6946 nnweb-group-alist and update active file.
6948 Thu Oct 29 01:05:08 1998 Shenghuo ZHU <zsh@cs.rochester.edu>
6950 * gnus-group.el (gnus-group-make-group): Accept group of new
6953 Wed Oct 28 02:19:16 1998 Shenghuo ZHU <zsh@cs.rochester.edu>
6955 * gnus-agent.el (gnus-agent-fetch-group-1): Update dribble.
6957 Tue Oct 27 11:59:31 1998 Shenghuo ZHU <zsh@cs.rochester.edu>
6959 * mm-view.el (mm-inline-text): Postion of html portion.
6961 1998-10-29 10:26:54 Lars Magne Ingebrigtsen <larsi@gnus.org>
6963 * nntp.el (nntp-list-active-group): Waited for short strings.
6964 (nntp-send-mode-reader): Ditto.
6965 (nntp-open-connection): Ditto.
6967 * gnus-int.el (gnus-request-group-articles): New function.
6969 * nntp.el (nntp-request-listgroup): New function.
6970 (nntp-request-group-articles): Renamed.
6972 1998-10-27 10:37:52 Karl Kleinpaste <karl@jprc.com>
6974 * nnheader.el (nnheader-parse-nov): Supply extra.
6976 1998-10-26 23:03:48 Lars Magne Ingebrigtsen <larsi@gnus.org>
6978 * gnus-art.el (gnus-button-push): Don't go to
6979 gnus-article-buffer.
6981 * mm-view.el (mm-inline-image): Add a newline.
6983 * gnus-start.el (gnus-check-first-time-used): Check more.
6985 1998-10-26 23:03:29 Francois Felix Ingrand <felix@laas.fr>
6987 * gnus-start.el (gnus-check-first-time-used): Check current.
6989 1998-10-26 22:07:52 Lars Magne Ingebrigtsen <larsi@gnus.org>
6991 * mm-util.el (mm-find-charset-region): New function.
6993 * ietf-drums.el (ietf-drums-narrow-to-header): Work when no header.
6995 * gnus-art.el (gnus-mime-button-menu): Fix.
6997 1998-10-26 22:07:43 Michael Welsh Duggan <md5i@cs.cmu.edu>
6999 * gnus-art.el (gnus-mime-button-menu): New definition.
7001 1998-10-26 01:46:11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7003 * gnus-art.el (article-decode-charset): Downcase charset.
7004 (article-decode-charset): Pass on type.
7005 (article-decode-charset): Check nil charsets.
7006 (article-remove-cr): Translate CR to LF.
7007 (gnus-ignored-mime-types): Default to nil.
7009 * nnheader.el (nnheader-insert-nov): Work when not Xref.
7011 * gnus-sum.el (gnus-ignored-from-addresses): Default to
7013 (gnus-nov-parse-extra): Didn't return right thing.
7015 1998-10-25 23:25:27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7017 * gnus-xmas.el: Use compiled-function-p.
7019 Mon Oct 26 14:37:19 1998 Shenghuo ZHU <zsh@cs.rochester.edu>
7021 * mm-decode.el (mm-copy-Yo-buffer): Make it works when no header.
7023 Sun Oct 25 23:11:44 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
7025 * gnus.el: Pterodactyl Gnus v0.40 is released.
7027 1998-10-25 21:41:05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7029 * gnus-sum.el (gnus-summary-mark-forward): Show thread.
7031 * gnus-start.el (gnus-check-first-time-used): Ignore dribble.
7033 * gnus-agent.el (gnus-agent-fetch-group-1): Bind name.
7035 * nnml.el (nnml-possibly-create-directory): Check before making.
7037 1998-10-25 19:43:08 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7039 * nnheader.el (nnheader-insert-nov): Don't infloop.
7041 1998-10-25 19:26:11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7043 * gnus-sum.el (gnus-set-mode-line): Check that the spec has been
7046 1998-10-25 19:22:03 Joerg Lenneis <lenneis@statrix2.wu-wien.ac.at>
7048 * nneething.el (nneething-file-name): New definition.
7050 1998-10-25 17:56:23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7052 * gnus-art.el (gnus-treatment-function-alist): Fix.
7053 (gnus-summary-save-in-rmail): Use gnus-output-to-rmail.
7055 * nndoc.el (nndoc-dissect-mime-parts-sub): Recognize first part.
7057 Sun Oct 25 06:23:13 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
7059 * gnus.el: Pterodactyl Gnus v0.39 is released.
7061 1998-10-25 00:34:39 Lars Magne Ingebrigtsen <larsi@gnus.org>
7063 * gnus-art.el (gnus-ignored-mime-types): New variable.
7064 (gnus-mime-display-single): Use it.
7065 (gnus-treatment-function-alist): New variable.
7067 * gnus.el (gnus-mime): New group.
7069 * gnus-art.el (gnus-mime-display-alternative): Don't destroy
7070 things for other parts.
7071 (gnus-mime-display-alternative): Place point.
7073 * gnus.el: autoload gnus-uu-post-news.
7075 * mailcap.el (mailcap-mailcap-entry-passes-test): Also check
7078 * mm-decode.el (mm-display-part): Default to inline text/.*
7081 * mm-bodies.el (mm-decode-content-transfer-encoding): Default to
7084 * gnus-art.el (gnus-mime-copy-part): Use normal-mode.
7085 (gnus-mime-display-single): Inline all text parts.
7086 (gnus-article-narrow-to-signature): Removed mime:: stubs.
7088 1998-10-24 21:38:37 Lars Magne Ingebrigtsen <larsi@gnus.org>
7090 * nnml.el (nnml-possibly-create-directory): Rewrite.
7091 (nnml-request-create-group): Change to right server.
7093 * gnus-xmas.el (gnus-xmas-define): Use byte-code-function-p.
7095 * gnus-sum.el (gnus-set-mode-line): Use truncate-string-to-width.
7097 * gnus.el: rmail-output-to-rmail-file autoload.
7099 * gnus-util.el (gnus-output-to-rmail): Didn't work if not in
7102 * nnheader.el (nnheader-parse-head): Checked wrong variable.
7104 * gnus-sum.el (gnus-summary-update-mark): Ignore nil'd marks.
7106 Tue Oct 20 23:37:43 1998 Shenghuo ZHU <zsh@cs.rochester.edu>
7108 * gnus-art.el (gnus-mime-display-mixed): Multipart in
7111 Tue Oct 20 23:36:43 1998 Shenghuo ZHU <zsh@cs.rochester.edu>
7113 * gnus-sum.el (gnus-summary-exit): Use mm-destroy-parts.
7115 * gnus-sum.el (gnus-summary-exit-no-update): Ditto.
7117 Tue Oct 20 16:22:51 1998 Shenghuo ZHU <zsh@cs.rochester.edu>
7119 * mm-uu.el (mm-uu-dissect): Create pseudo multipart head.
7121 1998-10-24 20:51:53 Lars Magne Ingebrigtsen <larsi@gnus.org>
7123 * gnus-sum.el (gnus-valid-move-group-p): Make sure group has a
7126 * gnus-art.el (gnus-article-hidden-text-p): Return nil when not
7129 * gnus-spec.el (gnus-update-format-specifications): Use the
7130 article mode line spec.
7132 * gnus-art.el (gnus-insert-mime-button): Put right type.
7133 (gnus-insert-prev-page-button): Ditto.
7134 (gnus-insert-next-page-button): Dutti.
7136 * pop3.el: New version installed.
7138 Sat Oct 24 16:48:51 1998 Shenghuo ZHU <zsh@cs.rochester.edu>
7140 * mm-uu.el (mm-uu-dissect): Delete the begining spurious newline
7141 and display last part.
7143 Sat Oct 24 20:31:55 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
7145 * gnus.el: Pterodactyl Gnus v0.38 is released.
7147 1998-10-24 07:54:58 Lars Magne Ingebrigtsen <larsi@gnus.org>
7149 * gnus-art.el (article-mime-decode-quoted-printable-buffer):
7151 (article-de-quoted-unreadable): Narrow to default.
7153 * qp.el (quoted-printable-encode-region): Encode before QP-ing.
7155 * gnus-art.el (article-decode-charset): Decode even when broken
7158 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Return
7161 * gnus-msg.el (gnus-copy-article-buffer): Delete headers.
7163 * gnus-cache.el (gnus-cache-possibly-enter-article): Use
7166 * nnmail.el (nnmail-extra-headers): New variable.
7168 * nnheader.el (nnheader-insert-nov): Insert extra.
7170 * gnus.el (gnus-summary-line-format): Doc fix.
7172 * gnus-sum.el (gnus-get-newsgroup-headers): Parse extra.
7173 (gnus-nov-parse-line): Ditto.
7174 (gnus-nov-parse-extra): New macro.
7175 (gnus-header): New function.
7176 (gnus-update-summary-mark-positions): Change.
7177 (gnus-ignored-from-addresses): New variable.
7178 (gnus-summary-insert-from-or-to): New function.
7180 * gnus.el (gnus-extra-headers): New variable.
7182 * nnheader.el (make-mail-header): Expand.
7183 (mail-header-extra): New macro.
7184 (mail-header-set-extra): Ditto.
7185 (make-full-mail-header): Expand.
7187 Sat Oct 24 07:41:42 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
7189 * gnus.el: Pterodactyl Gnus v0.37 is released.
7191 1998-10-24 07:29:11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7193 * mm-bodies.el (mm-decode-body): Check for multibyticity.
7195 * mm-util.el (mm-enable-multibyte): Don't always switch multibyte
7198 1998-10-22 Didier Verna <verna@inf.enst.fr>
7200 * gnus-spec.el (gnus-balloon-face-function): new function
7201 (gnus-parse-format): understand the %< %> specifiers
7202 (gnus-parse-complex-format): ditto.
7204 1998-10-24 06:31:33 Lars Magne Ingebrigtsen <larsi@gnus.org>
7206 * gnus.el: Changed following-char to char-after throughout.
7208 1998-10-22 04:05:55 Lars Magne Ingebrigtsen <larsi@gnus.org>
7210 * mm-decode.el (mm-display-external): Protect more and message.
7212 Wed Oct 21 03:26:30 1998 Shenghuo ZHU <zsh@cs.rochester.edu>
7214 * gnus-xmas.el (gnus-xmas-article-push-button): Go to the
7217 Tue Oct 20 23:37:43 1998 Shenghuo ZHU <zsh@cs.rochester.edu>
7219 * gnus-art.el (gnus-mime-display-mixed): Multipart in
7222 Tue Oct 20 23:36:43 1998 Shenghuo ZHU <zsh@cs.rochester.edu>
7224 * gnus-sum.el (gnus-summary-exit): Use mm-destroy-parts.
7226 * gnus-sum.el (gnus-summary-exit-no-update): Ditto.
7228 Tue Oct 20 16:22:51 1998 Shenghuo ZHU <zsh@cs.rochester.edu>
7230 * mm-uu.el (mm-uu-dissect): Create pseudo multipart head.
7232 1998-10-21 Hrvoje Niksic <hniksic@srce.hr>
7234 * mailcap.el (mailcap-save-binary-file): Use unwind-protect.
7236 * mm-decode.el (mm-display-external): Set undisplayer to mm
7237 buffer, not the current buffer; use unwind-protect.
7239 1998-10-21 00:07:59 Lars Magne Ingebrigtsen <larsi@gnus.org>
7241 * gnus-sum.el (gnus-summary-exit): Destroy parts.
7242 (gnus-summary-exit-no-update): Ditto.
7244 1998-10-20 22:02:05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7246 * mm-decode.el (mm-inline-media-tests): Look for w3.
7248 * mailcap.el (mailcap-mime-data): Inline html.
7250 Tue Oct 20 20:25:03 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
7252 * gnus.el: Pterodactyl Gnus v0.36 is released.
7254 1998-10-20 18:13:08 Lars Magne Ingebrigtsen <larsi@gnus.org>
7256 * gnus-art.el (article-translate-strings):
7257 (gnus-article-dumbquotes-map): Don't dot.
7259 * pop3.el (pop3-open-server): Set point right.
7261 * mm-decode.el (mm-dissect-multipart): Dissect hierarchically.
7262 (mm-dissect-buffer): Ditto.
7263 (mm-destroy-part): Ignore non-handles.
7264 (mm-remove-part): Ditto.
7265 (mm-destroy-parts): New function.
7266 (mm-remove-parts): Ditto.
7268 * gnus-art.el (gnus-mm-display-part): Don't move point.
7270 Tue Oct 20 02:16:36 1998 Shenghuo ZHU <zsh@cs.rochester.edu>
7272 * mm-uu.el : New file.
7274 * gnus-art.el (gnus-display-mime): Dissect uu stuffs.
7276 * mm-bodies.el (mm-decode-content-transfer-encoding): Encoding as
7279 1998-10-20 00:35:05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7281 * mm-decode.el (mm-display-external): Check before selecting.
7283 Sat Sep 26 02:03:00 1998 Shenghuo ZHU <zsh@cs.rochester.edu>
7285 * gnus-sum.el (gnus-multi-decode-encoded-word-string): Rewrite.
7287 * gnus-sum.el (gnus-decode-encoded-word-methods): New variable.
7289 * gnus-sum.el (gnus-decode-encoded-word-methods-cache): New
7292 * gnus-sum.el (gnus-encoded-word-method-alist): Deleted.
7294 * gnus-art.el (gnus-decode-header-methods): New variable.
7296 * gnus-art.el (gnus-decode-header-methods-cache): New variable.
7298 * gnus-art.el (gnus-multi-decode-header): New function.
7300 Tue Oct 20 00:24:16 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
7302 * gnus.el: Pterodactyl Gnus v0.35 is released.
7304 1998-10-20 00:00:36 Lars Magne Ingebrigtsen <larsi@gnus.org>
7306 * uudecode.el (uudecode-decode-region-external): Insert
7309 * gnus-xmas.el (gnus-xmas-mime-button-menu): Moved here.
7311 * mm-bodies.el (mm-decode-body): Optional encoding.
7313 1998-10-19 23:57:57 Lars Magne Ingebrigtsen <larsi@gnus.org>
7315 * gnus-ems.el (gnus-mouse-3): New variable.
7317 * binhex.el (binhex-decode-region-external): Don't use -internally.
7319 1998-10-16 14:54:02 Simon Josefsson <jas@pdc.kth.se>
7321 * mailcap.el (mailcap-parse-mailcaps): Only open regular
7324 1998-09-26 22:28:01 Simon Josefsson <jas@pdc.kth.se>
7326 * gnus-group.el (gnus-add-marked-articles): Request backend update
7329 1998-09-26 19:39:31 Simon Josefsson <jas@pdc.kth.se>
7331 * gnus-sum.el (gnus-update-read-articles):
7332 (gnus-update-marks): Request backend update of mark.
7334 1998-09-26 19:33:58 Simon Josefsson <jas@pdc.kth.se>
7336 * gnus.texi (Optional Backend Functions): New item,
7337 nnchoke-request-set-mark.
7339 1998-09-26 16:27:27 Simon Josefsson <jas@pdc.kth.se>
7341 * gnus-range.el (gnus-remove-from-range): Don't add stuff in
7344 1998-10-19 23:45:13 Simon Josefsson <jas@pdc.kth.se>
7346 * gnus-sum.el (gnus-summary-exit-no-update): Don't expire.
7348 1998-10-14 SL Baur <steve@altair.xemacs.org>
7350 * gnus-sum.el: Move gnus-save-hidden-threads above where it is
7353 1998-10-10 SL Baur <steve@altair.xemacs.org>
7355 * mm-view.el: Require mm-decode for macros.
7357 * mm-decode.el (mm-handle-type): Move macro declarations above the
7358 place where they are used.
7360 Sun Oct 18 13:59:07 1998 Kurt Swanson <ksw@dna.lth.se>
7362 * gnus-msg.el (gnus-summary-mail-forward): Erase old forward
7365 1998-10-19 23:38:11 Katsumi Yamaoka <yamaoka@ga.sony.co.jp>
7367 * nnagent.el (nnagent-open-server): Error message.
7369 1998-10-19 23:35:08 Joerg Lenneis <lenneis@statrix2.wu-wien.ac.at>
7371 * nnheader.el (nnheader-article-p): Recognize lower-case headers.
7373 1998-10-19 Hrvoje Niksic <hniksic@srce.hr>
7375 * score-mode.el (gnus-score-mode-map): Ditto.
7377 * message.el (message-mode-map): Ditto.
7379 * gnus-uu.el (gnus-uu-post-news): Ditto.
7381 * gnus-kill.el (gnus-kill-file-mode-map): Ditto.
7383 * gnus-eform.el (gnus-edit-form-mode-map): Ditto.
7385 * gnus-art.el (gnus-article-edit-mode-map): Use
7386 `set-keymap-parent' rather than `copy-keymap'.
7388 1998-10-18 Hrvoje Niksic <hniksic@srce.hr>
7390 * gnus-art.el (gnus-mime-button-commands): New variable.
7391 (gnus-mime-button-map): Initialize it from
7392 `gnus-mime-button-commands'.
7393 (gnus-mime-button-menu): New function.
7394 (gnus-insert-mime-button): Use `gnus-mime-button-map'.
7396 1998-10-11 Hrvoje Niksic <hniksic@srce.hr>
7398 * message.el (message-insert-to): Make `nobody' and `poster'
7399 synonymous to `never' and `always' in Mail-Copies-To.
7400 (message-reply): Ditto.
7401 (message-followup): Ditto.
7403 1998-10-19 23:17:41 Lars Magne Ingebrigtsen <larsi@gnus.org>
7405 * mailcap.el (mailcap-mime-data): Save sound.
7407 1998-09-24 Hrvoje Niksic <hniksic@srce.hr>
7409 * message.el (message-ignored-supersedes-headers): Include
7410 `NNTP-Posting-Date'.
7412 1998-10-19 01:25:27 Jonas Steverud <d4jonas@dtek.chalmers.se>
7414 * gnus-art.el (gnus-article-dumbquotes-table): New variable.
7416 1998-10-19 00:50:22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7418 * mm-bodies.el (mm-decode-content-transfer-encoding): Use
7421 1998-10-18 18:20:34 Lars Magne Ingebrigtsen <larsi@gnus.org>
7423 * mm-decode.el (mm-display-external): Don't switch on save.
7425 1998-10-18 18:14:06 Andy Piper <andyp@parallax.co.uk>
7427 * nnmail.el (nnmail-movemail-args): New variable.
7429 1998-10-18 00:17:02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7431 * gnus-art.el (article-translate-strings):
7433 1998-10-17 22:51:31 Lars Magne Ingebrigtsen <larsi@gnus.org>
7435 * gnus-art.el (gnus-article-view-part): Use it.
7436 (gnus-mm-display-part): New function.
7437 (article-de-quoted-unreadable): Yse mm-default-coding-system.
7439 * mm-decode.el (mm-handle-displayed-p): New function.
7441 * gnus-art.el (gnus-mime-copy-part): Create better names.
7442 (gnus-mime-button-line-format): Include dots spec.
7444 1998-10-15 Matt Pharr <mmp@graphics.stanford.edu>
7446 * gnus-msg.el (gnus-summary-mail-forward): Erase contents of old
7447 forward buffer first.
7449 1998-10-17 21:16:46 Lars Magne Ingebrigtsen <larsi@gnus.org>
7451 * gnus-util.el (gnus-set-window-start): New function.
7453 * message.el (message-send): Don't check changed.
7455 1998-10-12 15:26:41 Lars Magne Ingebrigtsen <larsi@gnus.org>
7457 * gnus-art.el (gnus-article-setup-buffer): Set params.
7459 * mm-decode.el (mm-user-display-methods): Inline
7460 "message/delivery-status".
7462 1998-10-11 07:06:38 Lars Magne Ingebrigtsen <larsi@gnus.org>
7464 * message.el (message-auto-save-directory): Rename.
7465 (message-mode): Dof fix.
7467 * gnus-art.el (gnus-summary-save-in-pipe): Default to "cat".
7468 (gnus-summary-save-in-pipe): No, check gnus-last-shell-command.
7470 * nndoc.el (nndoc-mime-parts-type-p): Be a bit more forgiving.
7472 * message.el (message-make-date): Avoid locale.
7474 * gnus-art.el (gnus-article-edit-done): Allow update before doing
7477 * mm-decode.el (mm-display-inline): Goto point-min.
7479 * gnus-art.el (gnus-article-prepare-display): Not read-only.
7481 * mm-decode.el (mm-display-external): Reverse before sorting.
7483 * gnus-draft.el (gnus-draft-send): Allow mail.
7485 1998-10-10 -SL Baur <steve@altair.xemacs.org>
7487 * message.el (message-check): Move message-check macro above where
7490 * gnus-art.el (article-hide-pgp): Hide the PGP 5/GNUPG Hash: line.
7492 1998-10-11 06:45:37 Lloyd Zusman <ljz@asfast.com>
7494 * gnus-sum.el (gnus-summary-make-menu-bar): Fix.
7496 Sun Oct 11 02:28:40 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
7498 * gnus.el: Pterodactyl Gnus v0.34 is released.
7500 1998-10-11 02:15:41 Lars Magne Ingebrigtsen <larsi@gnus.org>
7502 * mm-decode.el (mm-inline-media-tests): delivery-status.
7504 * mm-view.el (mm-inline-text): Provide default.
7506 1998-10-11 01:01:37 Lloyd Zusman <ljz@asfast.com>
7508 * mailcap.el (mailcap-possible-viewers): Fix nils.
7510 1998-10-11 00:03:37 Lars Magne Ingebrigtsen <larsi@gnus.org>
7512 * gnus-art.el (gnus-article-edit-exit): Don't do updates.
7513 (article-update-date-lapsed): Record the buffer.
7514 (article-update-date-lapsed): Do all windows that display article
7517 * nnml.el (nnml-generate-nov-databases-1): Ditto.
7519 * gnus-score.el (gnus-score-score-files-1): Ignore dotted files.
7521 * gnus-art.el (gnus-insert-mime-button): Mark buttons as
7524 * gnus-msg.el (gnus-summary-mail-forward): Decode properly.
7526 1998-10-10 22:07:03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7528 * gnus-agent.el (gnus-category-add): Change default category to
7531 * nnvirtual.el (nnvirtual-update-read-and-marked): Don't nix out
7534 * gnus-draft.el (gnus-draft-send): Check server more.
7536 * gnus-art.el (gnus-article-view-part): New command and keystroke.
7537 (gnus-article-goto-part): New function.
7539 * mm-view.el (mm-inline-text): Insert richtext properly.
7541 * gnus-art.el (gnus-insert-mime-button): Store handle in alist.
7543 1998-10-03 15:04:27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7545 * parse-time.el (parse-time-rules): Accept dates far into the past
7546 and the future, and parse single-digit numbers as years.
7548 1998-10-02 04:46:46 Lars Magne Ingebrigtsen <larsi@gnus.org>
7550 * mm-decode.el (mm-display-external): Chop off directories.
7552 1998-10-01 07:33:35 Lars Magne Ingebrigtsen <larsi@gnus.org>
7554 * uudecode.el (uu-decode-region-external): Use
7555 insert-file-contents-literally.
7557 * gnus-cache.el (gnus-cache-generate-active): Translate _ to :.
7559 1998-10-01 07:02:11 Shenghuo ZHU <zsh@cs.rochester.edu>
7561 * uudecode.el: New file.
7563 * mm-bodies.el (mm-decode-content-transfer-encoding): Do
7566 1998-10-01 05:19:35 Lars Magne Ingebrigtsen <larsi@gnus.org>
7568 * gnus-art.el (gnus-mime-display-alternative): Set faces.
7570 * message.el (message-fetch-field): Unfold properly.
7572 * mm-bodies.el (mm-decode-content-transfer-encoding): Replace CRLF
7575 1998-09-30 05:47:49 Lars Magne Ingebrigtsen <larsi@gnus.org>
7577 * gnus-sum.el (gnus-summary-first-unread-subject): New command.
7578 (gnus-auto-select-first): Removed.
7579 (gnus-auto-select-first): Extended.
7580 (gnus-summary-read-group-1): Use new value.
7582 1998-09-29 13:21:06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7584 * message.el (message-fix-before-sending): Space.
7586 * nnmail.el (nnmail-find-file): Don't erase.
7588 Wed Sep 30 23:49:03 1998 Shenghuo ZHU <zsh@cs.rochester.edu>
7590 * gnus-agent.el (gnus-agent-fetch-headers): Do not decode headers.
7592 Wed Sep 30 23:46:29 1998 Shenghuo ZHU <zsh@cs.rochester.edu>
7594 * gnus-soup.el (gnus-soup-add-article): Do not decode headers.
7596 Wed Sep 30 23:44:08 1998 Shenghuo ZHU <zsh@cs.rochester.edu>
7598 * gnus-soup.el (gnus-soup-pack-packet): Pack only if necesary.
7600 Sat Sep 26 03:04:18 1998 Shenghuo ZHU <zsh@cs.rochester.edu>
7602 * mm-util.el (mm-with-unibyte-buffer): Make it work in XEmacs
7605 1998-09-29 11:35:09 Lars Magne Ingebrigtsen <larsi@gnus.org>
7607 * gnus-art.el (gnus-mime-view-all-parts): New command and
7610 * mm-decode.el (mm-display-external): Translate slashes.
7612 * nnmail.el (nnmail-find-file): Restrict auto-mode-alist.
7614 * nndraft.el (nndraft-retrieve-headers): Don't copy so much.
7616 * mm-decode.el (mm-quote-arg): Quote spaces.
7617 (mm-display-external): Quote args.
7619 1998-09-24 22:27:55 Lars Magne Ingebrigtsen <larsi@gnus.org>
7621 * mm-decode.el (mm-inlinable-part-p): New function.
7623 1998-09-25 22:28:01 Simon Josefsson <jas@pdc.kth.se>
7625 * mm-util.el (mm-disable-multibyte): New function.
7627 Thu Sep 24 20:28:31 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
7629 * gnus.el: Pterodactyl Gnus v0.33 is released.
7631 1998-09-24 18:47:31 Lars Magne Ingebrigtsen <larsi@gnus.org>
7633 * gnus-art.el (gnus-insert-mime-button): Get buffer size.
7635 * mm-decode.el (mm-display-external): Don't switch for externals.
7636 (mm-dissect-multipart): Don't include end-sep.
7638 * mm-util.el (mm-get-coding-system-list): New function.
7639 (mm-coding-system-list): New variable.
7641 Thu Sep 24 02:08:10 1998 ZHU Shenghuo <zsh@cs.rochester.edu>
7643 * gnus-cus.el (gnus-group-parameters): Add charset as a parameter
7645 Thu Sep 24 02:05:48 1998 ZHU Shenghuo <zsh@cs.rochester.edu>
7647 * gnus-cus.el (gnus-group-customize): Use variable as cons not as
7650 Thu Sep 24 01:41:03 1998 ZHU Shenghuo <zsh@cs.rochester.edu>
7652 * base64.el (base64-run-command-on-region): External base64
7653 decoder do not use coding system
7655 Thu Sep 24 01:39:44 1998 ZHU Shenghuo <zsh@cs.rochester.edu>
7657 * mm-decode.el (mm-interactively-view-part): Typo.
7659 Thu Sep 24 01:37:30 1998 ZHU Shenghuo <zsh@cs.rochester.edu>
7661 * mm-decode.el (mm-dissect-multipart): Display last part when the
7662 article has no close-delimiter
7664 Thu Sep 24 01:28:54 1998 ZHU Shenghuo <zsh@cs.rochester.edu>
7666 * mm-decode.el (mm-dissect-buffer): Display parts which have no
7669 Thu Sep 24 01:23:57 1998 ZHU Shenghuo <zsh@cs.rochester.edu>
7671 * gnus-art.el (gnus-display-mime): Typo.
7673 Thu Sep 24 02:29:57 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
7675 * gnus.el: Pterodactyl Gnus v0.32 is released.
7677 1998-09-24 00:27:11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7679 * gnus-kill.el (gnus-batch-score): Protect against errors.
7681 * gnus-art.el: Protect against broken headers.
7683 * mm-decode.el (mm-display-external): Respect needsterm.
7684 (mm-display-external): Create buffer for external commands.
7686 1998-09-23 22:04:05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7688 * mailcap.el (mailcap-mime-info): Return the proper viewer.
7690 * mm-decode.el (mm-display-external): Use file name.
7692 1998-09-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7694 * gnus-util.el (gnus-output-to-rmail): adjust to
7695 `rmail-output-to-rmail-file'
7697 1998-09-23 20:07:00 Lars Magne Ingebrigtsen <larsi@gnus.org>
7699 * gnus-util.el (gnus-output-to-rmail): Reinstated function.
7701 * gnus-sum.el (gnus-select-newsgroup): Set global variables before
7704 * gnus-art.el (article-decode-charset): Fold case.
7706 1998-09-17 15:49:10 Simon Josefsson <jas@pdc.kth.se>
7708 * mailcap.el (mailcap-save-binary-file): Goto point-min.
7710 1998-09-23 19:48:52 Aaron M. Ucko <amu@mit.edu>
7712 * nnmail.el (nnmail-check-duplication): Enter into duplicate list
7715 Tue Sep 15 16:15:16 1998 Kurt Swanson <ksw@dna.lth.se>
7717 * gnus-salt.el (gnus-pick-setup-message): Return from whence ye
7720 1998-09-23 19:42:03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7722 * gnus-xmas.el (wid-edit): Required.
7724 * gnus-ems.el (gnus-widget-button-keymap): New variable.
7726 Sun Sep 20 00:27:55 1998 ZHU Shenghuo <zsh@cs.rochester.edu>
7728 * gnus-art.el (gnus-mime-inline-part): remove part if necessary
7730 1998-09-23 19:30:52 Matt Armstrong <matta@geoworks.com>
7732 * gnus-art.el (article-decode-charset): Narrow to the correct
7735 * mm-bodies.el: Fix autoload.
7737 1998-09-22 18:35:12 Lee Willis <lee@gbdirect.co.uk>
7739 * gnus-art.el (gnus-mime-button-line-format): Doc fix.
7741 1998-09-22 14:53:35 Lars Magne Ingebrigtsen <larsi@gnus.org>
7743 * rfc2047.el (rfc2047-decode): Use rfc2047-default-charset.
7745 1998-09-19 13:58:35 Lars Magne Ingebrigtsen <larsi@gnus.org>
7747 * gnus-art.el (gnus-insert-mime-button): Specify keymap.
7748 (gnus-article-add-button): Ditto.
7750 * gnus-sum.el (gnus-summary-insert-pseudos): Use mm.
7752 * gnus-art.el (gnus-article-prepare-display): Make article mode.
7753 (gnus-article-prepare-display): Bind url-standalone-mode.
7755 * mm-decode.el (mm-remove-part): Also delete directory.
7756 (mm-display-external): Create a private sub-dir.
7758 * mailcap.el (mailcap-binary-suffixes): New variable.
7759 (mailcap-command-p): Use it.
7761 1998-09-16 10:38:21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7763 * nnmbox.el (nnmbox-request-group): Change server.
7764 (nnmbox-possibly-change-newsgroup): Enable multibyte.
7766 * message.el (message-encode-message-body): Don't stomp MIME
7769 * gnus-sum.el (gnus-summary-edit-article-done): Don't encode
7771 (gnus-summary-exit): Check for a live article buffer.
7772 (gnus-summary-exit-no-update): Ditto.
7774 * gnus-int.el (gnus-request-replace-article): Accept no-encode
7777 * gnus-sum.el (gnus-article-decoded-p): New variable.
7779 * mm-decode.el (mm-display-external): Use no-conv.
7781 * rfc2047.el (rfc2047-q-encode-region): Bound properly.
7782 (rfc2047-charset-encoding-alist): Use B encoding for koi8-r.
7784 * gnus-art.el (gnus-article-mode-map): Bind button2 to
7787 1998-09-15 14:38:02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7789 * gnus-agent.el (gnus-agent-expire): Protect against nil infos.
7791 Mon Sep 14 18:55:38 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
7793 * gnus.el: Pterodactyl Gnus v0.31 is released.
7795 1998-09-14 15:12:59 Lars Magne Ingebrigtsen <larsi@gnus.org>
7797 * gnus-sum.el (gnus-summary-exit): Destroy MIME.
7799 * mm-decode.el (mm-display-part): Accept no-default.
7801 * gnus-art.el (gnus-insert-mime-button): buffer-size doesn't take
7804 * gnus-sum.el (gnus-summary-insert-line): Don't exclude faces.
7805 (gnus-summary-prepare-threads): Ditto.
7807 * gnus.el (gnus-article-mode-map): Make sparse keymap.
7809 * gnus-art.el (gnus-mime-button-line-format-alist): Allow a %d spec.
7810 (gnus-mime-button-line-format): Doc fix.
7811 (gnus-insert-mime-button): Use it.
7812 (gnus-article-add-button): Use widget-convert-button.
7814 * gnus.el ((featurep 'gnus-xmas)): Defalias gnus-decode-rfc1522 to
7817 * mm-decode.el (mm-alternative-precedence): Ditto.
7819 1998-09-14 15:12:49 Conrad Sauerwald <conrad@stack.nl>
7821 * mm-decode.el (mm-user-automatic-display): Use enriched.
7823 1998-09-14 15:09:12 Paul Fisher <rao@gnu.org>
7825 * mm-decode.el (mm-dissect-multipart): Have the part start on the
7828 1998-09-14 14:33:34 Lars Magne Ingebrigtsen <larsi@gnus.org>
7830 * gnus-msg.el (gnus-inews-add-send-actions): Mark silently.
7832 * gnus-art.el (article-update-date-lapsed): Only update header if
7833 buffer is dispalyed in frame.
7834 (gnus-article-prepare-display): New function.
7835 (gnus-article-prepare): Use it.
7837 1998-09-14 08:16:43 Lars Magne Ingebrigtsen <larsi@gnus.org>
7839 * gnus-art.el (gnus-mime-inline-part): New command and keystroke.
7841 * mm-view.el (mm-insert-inline): New function.
7843 * mm-decode.el (mm-pipe-part): Bugged.
7845 * gnus-agent.el (gnus-agent-send-mail): Don't encode.
7847 * mm-bodies.el (mm-encode-body): Move over the body.
7849 * nnmbox.el (nnmbox-read-mbox): Enable multibyte.
7851 * rfc2047.el (rfc2047-q-encode-region): Would bug out.
7853 1998-09-13 Francois Pinard <pinard@iro.umontreal.ca>
7855 * nndoc.el: Make nndoc-dissection-alist simpler for MIME, adjust all
7856 related functions. Handle message/rfc822 parts. Display subject on
7857 multipart summary lines. Display name on sub-parts when available.
7859 1998-09-14 07:36:38 Hallvard B. Furuseth <h.b.furuseth@usit.uio.no>
7861 * mailcap.el (mailcap-command-p): New version.
7863 1998-09-13 Mike McEwan <mike@lotusland.demon.co.uk>
7865 * gnus-agent.el (gnus-agent-expire): Stop expiry barfing on killed
7868 1998-09-13 18:34:06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7870 * message.el (message-make-date): Remove weekday name.
7872 * mm-decode.el (mm-dissect-buffer): Protect against broken
7875 * mailcap.el (mailcap-command-in-path-p): New function.
7876 (mailcap-command-p): Renamed.
7878 1998-09-13 17:58:47 Hallvard B. Furuseth <h.b.furuseth@usit.uio.no>
7880 * rfc2047.el (eval): Autoload.
7882 1998-09-13 12:22:40 Lars Magne Ingebrigtsen <larsi@gnus.org>
7884 * gnus-sum.el (gnus-decode-encoded-word-functions): New variable.
7885 (gnus-multi-decode-encoded-word-string): New function.
7886 (gnus-encoded-word-method-alist): New variable.
7887 (gnus-decode-encoded-word-functions): Removed.
7889 1998-09-13 Shenghuo ZHU <zsh@cs.rochester.edu>
7891 * gnus-int.el (gnus-request-replace-article): Replace
7892 message-narrow-to-headers with message-narrow-to-head
7894 1998-09-13 12:05:41 Lars Magne Ingebrigtsen <larsi@gnus.org>
7896 * drums.el (drums-quote-string): Reversed match.
7898 * message.el (message-make-date): Use weekday name.
7900 Sun Sep 11 10:27:15 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
7902 * gnus.el: Pterodactyl Gnus v0.30 is released.
7904 1998-09-13 08:00:41 Lars Magne Ingebrigtsen <larsi@gnus.org>
7906 * gnus-art.el (article-decode-encoded-words): Use it.
7907 (gnus-decode-header-function): New variable.
7909 * gnus-sum.el (gnus-nov-parse-line): Use it.
7910 (gnus-decode-encoded-word-function): New variable.
7912 * gnus-msg.el (gnus-copy-article-buffer): Decode the right
7915 * gnus-art.el (gnus-insert-mime-button): Use widget.
7916 (gnus-widget-press-button): New function.
7917 (gnus-article-prev-button): Removed.
7918 (gnus-article-next-button): Ditto.
7919 (gnus-article-add-button): Ditto.
7921 * gnus.el (gnus-article-mode-map): Inherit from widget.
7922 (gnus-article-mode-map): No, don't.
7924 * mm-decode.el (mm-dissect-buffer): Store Content-ID things.
7925 (mm-content-id-alist): New variable.
7926 (mm-get-content-id): New function.
7928 * gnus-art.el (gnus-request-article-this-buffer): Only decode
7929 articles if we are fetching to the article buffer.
7931 1998-09-13 07:58:59 Shenghuo ZHU <zsh@cs.rochester.edu>
7933 * gnus-sum.el (gnus-summary-move-article): Don't decode accepting
7936 1998-09-13 07:23:28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7938 * mm-util.el (mm-mime-charset): Try to use safe-charsets.
7939 (mm-default-mime-charset): New variable.
7941 * rfc2047.el (rfc2047-dissect-region): Dissect using tspecials.
7943 * drums.el (drums-quote-string): Reversed test.
7945 1998-09-12 14:29:21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7947 * mm-util.el (mm-insert-rfc822-headers): Possibly not quote
7950 * drums.el (drums-quote-string): New function.
7952 * rfc2047.el (rfc2047-encode-message-header): Goto point-min.
7953 (rfc2047-b-encode-region): Chop lines.
7954 (rfc2047-q-encode-region): Ditto.
7956 Sat Sep 12 13:27:15 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
7958 * gnus.el: Pterodactyl Gnus v0.29 is released.
7960 1998-09-12 12:46:30 Istvan Marko <imarko@pacificnet.net>
7962 * mm-decode.el (mm-save-part): Message right.
7964 1998-09-12 11:30:01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7966 * drums.el (drums-parse-address): Returned a list instead of a
7968 (drums-remove-whitespace): Skip comments.
7969 (drums-parse-addresses): Didn't work.
7971 Sat Sep 12 09:17:30 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
7973 * gnus.el: Pterodactyl Gnus v0.28 is released.
7975 1998-09-12 04:57:25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7977 * gnus-art.el (gnus-mime-button-map): Use the article keymap as a
7979 (article-decode-encoded-words): Rename.
7981 * message.el (message-narrow-to-headers-or-head): New function.
7983 * gnus-int.el (gnus-request-accept-article): Narrow to the right
7986 * message.el (message-send-news): Encode body after checking
7989 * gnus-art.el (gnus-mime-button-line-format): Allow descriptions.
7991 * mm-decode.el (mm-save-part): Use Content-Disposition filename.
7993 * gnus-art.el (gnus-display-mime): Respect disposition.
7995 * mm-decode.el (mm-preferred-alternative): Respect disposition.
7997 * gnus-art.el (article-strip-multiple-blank-lines): Don't delete
7998 text with annotations.
8000 * message.el (message-make-date): Fix sign for negative time
8003 * mm-view.el (mm-inline-image): Insert a space at the end of the
8006 * mail-parse.el: New file.
8008 * rfc2231.el: New file.
8010 * drums.el (drums-content-type-get): Removed.
8011 (drums-parse-content-type): Ditto.
8013 * mailcap.el (mailcap-mime-data): Use symbols instead of strings.
8015 Fri Sep 11 18:23:34 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
8017 * gnus.el: Pterodactyl Gnus v0.27 is released.
8019 1998-09-11 12:42:07 Lars Magne Ingebrigtsen- <larsi@gnus.org>
8021 * mm-decode.el (mm-alternative-precedence): New variable.
8022 (mm-preferred-alternative): New function.
8024 * gnus-art.el (gnus-mime-copy-part): New command.
8026 * mm-decode.el (mm-get-part): New function.
8028 * mm-view.el: New file.
8030 * mm-decode.el (mm-dissect-buffer): Downcase cte.
8031 (mm-display-part): Default to mailcap-save-binary-file.
8033 Fri Sep 11 12:32:50 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
8035 * gnus.el: Pterodactyl Gnus v0.26 is released.
8037 1998-09-11 08:25:33 Lars Magne Ingebrigtsen <larsi@gnus.org>
8039 * mm-decode.el (mm-interactively-view-part): New function.
8041 * gnus-art.el (gnus-mime-view-part): New command.
8043 * mm-decode.el (mm-last-shell-command): New variable.
8045 * mailcap.el (mailcap-mime-info): Allow returning all matches.
8047 * mm-decode.el (mm-save-part): New function.
8049 * gnus-art.el (article-decode-charset): Protect against buggy
8051 (gnus-mime-pipe-part): New command.
8052 (gnus-mime-save-part): New command.
8053 (gnus-mime-button-map): New keymap.
8054 (gnus-mime-button-line-format): New variable.
8055 (gnus-insert-mime-button): New function.
8056 (gnus-display-mime): Use it.
8058 * gnus-util.el (gnus-dd-mmm): Removed length spec.
8060 * mm-decode.el (mm-inline-text): Decode charsets.
8062 * gnus-art.el (gnus-article-save): Comment fix.
8064 * gnus-int.el (gnus-start-news-server): When in batch, don't
8067 * gnus-cache.el (gnus-cache-possibly-enter-article): Don't
8070 * mm-decode.el (mm-inline-media-tests): Add audio.
8071 (mm-inline-audio): New function.
8073 1998-09-11 08:19:22 Katsumi Yamaoka <yamaoka@ga.sony.co.jp>
8075 * gnus-art.el (article-make-date-line): Didn't work.
8077 * parse-time.el (parse-time-string): One too many nils.
8079 Fri Sep 11 08:09:40 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
8081 * gnus.el: Pterodactyl Gnus v0.25 is released.
8083 1998-09-11 07:38:14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8085 * gnus-art.el (article-remove-trailing-blank-lines): Don't remove
8088 * gnus.el ((featurep 'gnus-xmas)): New
8089 'gnus-annotation-in-region-p alias.
8091 1998-09-10 06:20:52 Lars Magne Ingebrigtsen <larsi@gnus.org>
8093 * mm-util.el (mm-with-unibyte-buffer): New function.
8095 * gnus-uu.el (gnus-quote-arg-for-sh-or-csh): Renamed.
8097 * mm-decode.el (mm-inline-media-tests): New variable.
8099 * gnus-sum.el (gnus-summary-exit): Destroy handles.
8101 * gnus-art.el (gnus-article-mime-handles): New variable.
8103 * drums.el (drums-narrow-to-header): New function.
8105 * gnus-art.el (article-decode-charset): Use it.
8107 * drums.el (drums-content-type-get): New function.
8109 * mm-util.el (mm-content-type-charset): Removed.
8111 * drums.el (drums-syntax-table): @ is word.
8112 (drums-parse-content-type): New function.
8114 * parse-time.el (parse-time-rules): Parse "Wed, 29 Apr 98 0:26:01
8117 * gnus-util.el (gnus-date-get-time): Use safe date.
8119 * gnus-sum.el (gnus-show-mime): Removed.
8120 (gnus-summary-toggle-mime): Removed.
8122 * gnus-art.el (gnus-strict-mime): Removed.
8123 (gnus-article-prepare): Don't do MIME.
8124 (gnus-decode-encoded-word-method): Removed.
8125 (gnus-show-mime-method): Removed.
8127 Thu Sep 10 04:03:29 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
8129 * gnus.el: Pterodactyl Gnus v0.24 is released.
8131 1998-09-10 01:58:24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8133 * gnus-sum.el (gnus-summary-show-article): Don't decode chars if
8136 * parse-time.el (parse-time-rules): Accept times that look like
8139 * message.el (message-make-date): Use zone properly.
8141 * gnus.el: Autoload gnus-batch.
8143 * gnus-art.el (article-de-quoted-unreadable): Do not do
8144 gnus-article-decode-rfc1522.
8146 * gnus-msg.el (gnus-inews-do-gcc): Use it.
8148 * gnus-int.el (gnus-request-accept-article): Accept a no-encode
8151 * message.el (message-encode-message-body): Check for us-ascii.
8153 * gnus-msg.el (gnus-extended-version): Move Gnus version comments
8156 1998-09-09 13:18:13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8158 * gnus-art.el (article-decode-charset): Rename.
8160 Wed Sep 9 12:25:48 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
8162 * gnus.el: Pterodactyl Gnus v0.23 is released.
8164 1998-09-09 12:14:47 Lars Magne Ingebrigtsen <larsi@gnus.org>
8166 * gnus-util.el (gnus-parent-id): Ditto.
8167 (gnus-put-text-property-excluding-newlines): Ditto.
8169 * gnus-sum.el (gnus-dependencies-add-header): Make into subst.
8171 1998-09-08 Karl Kleinpaste <karl@jprc.com>
8173 * message.el (message-generate-headers): Generate User-Agent
8174 instead of X-Mailer & X-Newsreader.
8176 * gnus-msg.el (gnus-extended-version): Reformat for USEFOR
8177 User-Agent header format.
8179 Tue Sep 8 22:38:27 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
8181 * gnus.el: Pterodactyl Gnus v0.22 is released.
8183 1998-09-08 22:36:54 Lars Magne Ingebrigtsen <larsi@gnus.org>
8185 * mm-util.el (mm-multibyte-p): Typo.
8187 Tue Sep 8 22:25:53 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
8189 * gnus.el: Pterodactyl Gnus v0.21 is released.
8191 1998-09-08 Hrvoje Niksic <hniksic@srce.hr>
8193 * gnus-art.el (article-treat-dumbquotes): Handle \224 correctly.
8195 1998-09-08 22:18:03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8197 * mm-util.el (mm-multibyte-p): New function.
8199 Tue Sep 8 21:43:03 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
8201 * gnus.el: Pterodactyl Gnus v0.20 is released.
8203 1998-09-08 11:40:45 Lars Magne Ingebrigtsen <larsi@gnus.org>
8205 * rfc2047.el (rfc2047-decode-region): Only decode when in
8208 * nnheader.el (nnheader-pathname-coding-system): Changed to binary.
8210 * gnus-int.el (gnus-request-replace-article): Encode.
8211 (gnus-request-accept-article): Encode.
8213 * gnus-art.el (gnus-request-article-this-buffer): Decode charsets
8216 * gnus.el (gnus-article-display-hook): Take the charset functions
8219 * time-date.el (safe-date-to-time): New function.
8221 * gnus-util.el (gnus-dd-mmm): Protect against bogus dates.
8223 Tue Sep 8 07:09:28 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
8225 * gnus.el: Pterodactyl Gnus v0.19 is released.
8227 1998-09-08 04:51:39 Lars Magne Ingebrigtsen <larsi@gnus.org>
8229 * base64.el (base64-encode-region): Accept no-line-break.
8231 * mm-util.el (mm-mime-charset): New function.
8233 * gnus-draft.el (gnus-draft-edit-message): Delete article.
8235 Tue Sep 8 04:29:23 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
8237 * gnus.el: Pterodactyl Gnus v0.18 is released.
8239 1998-09-08 02:21:36 Lars Magne Ingebrigtsen <larsi@gnus.org>
8241 * message.el (message-send-and-exit): Return t on success.
8242 (message-make-date): Make a proper time zone.
8244 * gnus-draft.el (gnus-draft-send): Only remove article if the
8245 sending is successful.
8247 * drums.el (drums-get-comment): Return the last comment.
8248 (drums-parse-address): Parse old-style From headers.
8250 1998-09-07 SL Baur <steve@altair.xemacs.org>
8252 * gnus-sum.el (gnus-data-compute-positions): Move below
8253 `gnus-save-hidden-threads' so the former is correctly detected as
8256 1998-09-06 Dave Love <fx@gnu.org>
8258 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
8259 ignore-errors too, eval'd when compile. Require w3 stuff at load
8260 time for nicer failure if it's not available.
8262 1998-09-08 00:38:39 Lars Magne Ingebrigtsen <larsi@gnus.org>
8264 * time-date.el (time-to-seconds): Renamed.
8266 * parse-time.el (parse-time-string): Downcase before handling.
8267 (parse-time-rules): Times without seconds have 0 seconds.
8269 * rfc2047.el (rfc2047-encode-region): New version.
8270 (rfc2047-dissect-region): New function.
8272 1998-09-07 01:08:35 Lars Magne Ingebrigtsen <larsi@gnus.org>
8274 * message.el (message-make-date): Use symbolic zone.
8276 1998-09-06 23:23:06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8278 * time-date.el (parse-time): Always use parse-time.
8280 * parse-time.el (parse-time-syntax): Use vectors.
8282 Sun Sep 6 21:19:26 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
8284 * gnus.el: Pterodactyl Gnus v0.17 is released.
8286 1998-09-06 05:45:17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8288 * time-date.el: Renamed from "date".
8290 * gnus.el: Removed all timezone dependencies.
8292 * score-mode.el: Removed.
8293 (gnus-score-edit-insert-date): Use date.
8295 * date.el (float-to-time): New function.
8297 * nnspool.el (nnspool-seconds-since-epoch): Removed.
8299 * date.el (time-to-float): New function.
8301 * message.el (message-make-date): Use format-time-string.
8302 (message-make-expires): Use make-date.
8304 * gnus-xmas.el (gnus-xmas-seconds-since-epoch): Removed.
8306 * gnus-util.el (gnus-dd-mmm): Use date.
8307 (gnus-sortable-date): Ditto.
8309 * message.el (message-make-date): Take an optional time.
8311 * gnus: Applied patches from 5.6.43.
8313 * date.el (if): Use parse-time.
8315 * gnus-score.el (gnus-summary-score-entry): Make into a command
8318 * gnus-group.el (gnus-group-get-new-news-this-group): Only call if
8321 * gnus.el (gnus-agent-meta-information-header): Moved here.
8323 1998-09-05 Mike McEwan <mike@lotusland.demon.co.uk>
8325 * gnus-agent.el (gnus-agent-scoreable-headers): New variable.
8326 (gnus-agent-fetch-group-1): Score article headers using normal
8327 group score files if the download score rule of a category/group
8329 (gnus-agent-fetch-group-1): Don't parse the entire .overview when
8330 deciding what articles to download.
8331 (gnus-agent-fetch-group-1): Don't push headers through scoring and
8332 predicate processing if predicate is `true' or `false'.
8334 1998-09-06 01:56:02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8336 * gnus-score.el (gnus-score-load-score-alist): Bind coding system.
8338 * gnus-art.el (gnus-article-setup-buffer): Enable multibyte.
8340 * score-mode.el (score-mode-coding-system): New variable.
8341 (gnus-score-edit-exit): Use it.
8343 1998-09-04 Jason R Mastaler <jason@4b.org>
8345 * drums.el: Corrected typo.
8347 1998-09-05 23:24:43 Hallvard B. Furuseth <h.b.furuseth@usit.uio.no>
8349 * mm-bodies.el (mm-body-encoding): Faster version.
8351 1998-09-05 22:23:03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8353 * gnus-art.el (gnus-article-decode-charset): Only decode text
8356 * message.el (message-output): Use rmail.
8358 * rfc2047.el (rfc2047-encoded-word-regexp): Allow spaces in the
8361 * mm-util.el (mm-charset-to-coding-system): Use
8362 rfc2047-default-charset.
8363 (mm-known-charsets): New variable.
8365 * message.el (message-caesar-region): Bugged out.
8367 1998-09-06 Mike McEwan <mike@lotusland.demon.co.uk>
8369 * gnus-agent.el (gnus-agent-fetch-group-1): Allow lists when
8370 specifying `agent-predicate' in a group's parameters.
8372 Sat Sep 5 21:55:01 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
8374 * gnus.el: Pterodactyl Gnus v0.16 is released.
8376 1998-09-05 17:30:11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8378 * nnmail.el (nnmail-expired-article-p): Use predicate.
8380 * date.el (time-less-p): Renamed.
8382 * gnus-art.el (gnus-article-decode-charset): Really fetch headers
8385 * rfc2047.el (rfc2047-decode-region): Use the mm decoding
8388 * gnus-group.el (gnus-group-sort-selected-flat): Didn't work at
8390 (gnus-group-sort-selected-groups-by-alphabet): Changed interface
8393 Sat Sep 5 01:45:52 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
8395 * gnus.el: Pterodactyl Gnus v0.15 is released.
8397 1998-09-05 00:21:22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8399 * date.el: New file.
8401 * gnus-util.el (gnus-encode-date): Removed.
8402 (gnus-time-less): Ditto.
8404 * nnmail.el (nnmail-date-to-time): Removed.
8405 (nnmail-time-less): Ditto.
8406 (nnmail-days-to-time): Ditto.
8407 (nnmail-time-since): Ditto.
8409 * drums.el: New file.
8411 1998-09-04 00:25:52 Lars Magne Ingebrigtsen <larsi@gnus.org>
8413 * message.el (message-encode-message-body): Encode headers with
8416 * rfc2047.el (rfc2047-default-charset): Renamed.
8417 (rfc2047-encodable-p): Use it.
8419 * base64.el (mm-util): Required.
8421 1998-09-03 16:28:30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8423 * gnus-msg.el (gnus-post-method): Peel off real info from opened
8426 * gnus-util.el (gnus-output-to-rmail): Removed.
8428 * gnus-art.el (gnus-summary-save-in-rmail): Use
8429 gnus-output-to-rmailrmail-output-to-rmail-file.
8431 * rfc2047.el (rfc2047-decode-region): Fold case.
8432 (rfc2047-decode): Use decode-string.
8434 * mm-util.el: Provide mm-char-int.
8436 Thu Sep 3 15:23:22 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
8438 * gnus.el: Pterodactyl Gnus v0.14 is released.
8440 1998-09-03 15:08:30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8442 * mm-bodies.el (mm-body-encoding): Go through the buffer to make
8445 1998-09-02 14:38:18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8447 * gnus-msg.el (gnus-post-method): Use opened servers, and remove
8449 (gnus-inews-insert-mime-headers): Removed.
8451 * message.el (message-caesar-region): Protect against MULE chars.
8453 1998-09-02 00:36:23 Hallvard B. Furuseth <h.b.furuseth@usit.uio.no>
8455 * mm-util.el (if): fset the right function.
8457 1998-09-02 00:31:53 Lars Magne Ingebrigtsen <larsi@gnus.org>
8459 * gnus-art.el (gnus-article-decode-charset): Use real
8462 1998-09-01 17:58:40 Lars Magne Ingebrigtsen <larsi@gnus.org>
8464 * mm-bodies.el (mm-decode-body): Protect against malformed
8466 (mm-decode-body): Check that buffer-file-coding-system is
8469 Tue Sep 1 10:29:33 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
8471 * gnus.el: Pterodactyl Gnus v0.13 is released.
8473 1998-09-01 09:14:33 Lars Magne Ingebrigtsen <larsi@gnus.org>
8475 * gnus-util.el (gnus-strip-whitespace): Already defined.
8478 * gnus-art.el (gnus-article-decode-charset): Strip whitespace.
8480 * gnus-util.el (gnus-strip-whitespace): New function.
8482 * mm-util.el (mm-content-type-charset): Downcase.
8484 1998-08-31 23:04:29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8486 * gnus-art.el (gnus-article-decode-charset): Accept a prefix.
8487 (gnus-article-decode-charset): Don't fetch all headers.
8489 * mm-util.el (mm-read-coding-system): New function.
8491 * mm-bodies.el (mm-decode-body): Check the right charset.
8493 * gnus-sum.el (gnus-summary-mode-line-format): Ditto.
8495 * gnus-art.el (gnus-article-mode-line-format): Use short group
8498 Mon Aug 31 23:03:13 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
8500 * gnus.el: Pterodactyl Gnus v0.12 is released.
8502 1998-08-31 22:39:36 Lars Magne Ingebrigtsen <larsi@gnus.org>
8504 * mm-bodies.el (mm-decode-body): Don't do charset unless MULE.
8506 * gnus-art.el (gnus-article-decode-charset): Supply cte.
8507 (gnus-article-decode-charset): Always run.
8509 * mm-bodies.el (mm-decode-body): Decode cte.
8511 Mon Aug 31 22:14:50 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
8513 * gnus.el: Pterodactyl Gnus v0.11 is released.
8515 1998-08-31 14:27:25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8517 * message.el (message-encode-message-body): Ditto.
8519 * gnus-art.el (gnus-article-decode-mime-words): New command and
8521 (gnus-article-decode-charset): Ditto.
8522 (gnus-article-decode-charset): Only work under MULE.
8524 * mm-util.el (mm-content-type-charset): New function.
8526 * nnmail.el (nnmail-delete-incoming): Changed to nil.
8528 * message.el (message-send-mail): Insert MIME headers.
8529 (message-check-news-body-syntax): Don't warn for escape sequences.
8530 (message-check-news-body-syntax): Insert MIME headers.
8532 * mm-bodies.el (mm-body-encoding): New function.
8534 * message.el (message-encode-message-body): New function.
8536 * mm-bodies.el: New file.
8538 * mm-util.el (mm-narrow-to-head): New function.
8540 * rfc2047.el (rfc2047-encode): Use it.
8542 * mm-util.el: Provide mm-encode-coding-region.
8544 * gnus-sum.el (gnus-summary-mode): Enable multibyte.
8546 * gnus-util.el (gnus-set-work-buffer): Enable multibyte.
8548 * mm-util.el (mm-enable-multibyte): New function.
8550 * message.el (message-set-work-buffer): Set multibyte.
8552 * gnus.el (gnus-continuum-version): Be valid forever and ever.
8554 * gnus-util.el (gnus-point-at-eol): Removed.
8555 (gnus-point-at-bol): Ditto.
8557 * base64.el (base64-decode-region): Commented out messaging.
8559 1998-08-31 Didier Verna <verna@inf.enst.fr>
8561 * gnus-msg.el (gnus-group-mail): make it behave like
8562 gnus-group-post-news with regards to the prefix (this enables the
8563 use of posting styles).
8565 1998-08-31 12:53:32 Lars Magne Ingebrigtsen <larsi@gnus.org>
8567 * gnus.el (gnus-article-display-hook): Added
8568 gnus-article-decode-rfc1522 to hook.
8570 Mon Aug 31 12:43:46 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
8572 * gnus.el: Pterodactyl Gnus v0.10 is released.
8574 1998-08-31 11:45:13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8576 * nnfolder.el (nnfolder-delete-mail): Narrow to mail and allow
8579 1998-08-30 17:59:07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8581 * rfc2047.el (rfc2047-encodable-p): Use find-charset-region.
8583 * mm-util.el (mm-charsets-in-region): Removed.
8585 * rfc2047.el: Renamed file.
8587 * gnus-msg.el (gnus-copy-article-buffer): Multibyte.
8589 * message.el (message-mode): Set multibyte.
8591 * mm-util.el (mm-charsets-in-region): Copied here.
8593 * gnus-util.el: Removed gnus-truncate-string.
8595 * gnus-art.el (gnus-article-decode-mime-words): Use 1522.
8597 * rfc1522.el (rfc1522-unencoded-charsets): New variable.
8598 (rfc1522-encodable-p): New function.
8599 (rfc1522-encode-message-header): Use it.
8601 Sun Aug 30 17:46:01 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
8603 * gnus.el: Pterodactyl Gnus v0.9 is released.
8605 1998-08-30 16:13:08 Lars Magne Ingebrigtsen <larsi@gnus.org>
8607 * mm-util.el: Shadow encode-coding-string.
8609 * base64.el (base64-encode-region): Don't add newline.
8611 * rfc1522.el (rfc1522-narrow-to-field): Copied here.
8613 * mm-util.el: New file.
8615 * mm-decode.el: Somewhat depleted.
8616 * mm-encode.el: Ditto.
8618 * rfc1522.el: New file.
8620 * mm-util.el (mm-replace-chars-in-string): Copied here.
8622 * mm-encode.el (mm-q-encode-region): New function.
8624 * qp.el (quoted-printable-encode-region): Take an optional CLASS
8627 * mm-encode.el (mm-encode-word-region): Downcase.
8629 Sun Aug 30 15:28:01 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
8631 * gnus.el: Pterodactyl Gnus v0.8 is released.
8633 1998-08-30 12:23:03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8635 * message.el (message-send-mail): Encode headers.
8637 * qp.el (quoted-printable-encode-region): Encode 8-bit words.
8638 (quoted-printable-encode-region): Upcase.
8640 * message.el (message-default-charset): New variable.
8642 * qp.el (quoted-printable-encode-region): Optional param FOLD.
8644 * message.el (message-narrow-to-field): Changed name.
8646 * mm-encode.el: New file.
8648 * message.el (message-narrow-to-header): New function.
8650 * gnus-art.el (gnus-article-decode-mime-words): Place point in the
8653 Sun Aug 30 12:15:54 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
8655 * gnus.el: Pterodactyl Gnus v0.7 is released.
8657 1998-08-30 01:26:12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8659 * gnus.el: Remove autoload for
8660 gnus-article-mime-decode-quoted-printable.
8662 * mm-decode.el (mm-charset-to-coding-system): Allow iso-8859-1 to
8663 be decoded in non-MULE Emacsen.
8665 * gnus-xmas.el (gnus-xmas-logo-color-alist): More brown.
8667 1998-08-29 SL Baur <steve@altair.xemacs.org>
8669 * gnus-xmas.el (gnus-xmas-logo-color-alist): Try shades of brown.
8671 1998-08-30 01:04:57 Lars Magne Ingebrigtsen <larsi@gnus.org>
8673 * mm-decode.el: Check for coding-system-list.
8675 Sun Aug 30 00:59:15 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
8677 * gnus.el: Pterodactyl Gnus v0.6 is released.
8679 1998-08-30 00:36:28 Lars Magne Ingebrigtsen <larsi@gnus.org>
8681 * nnheader.el (fboundp): Protect code-coding-string.
8683 * gnus-art.el (gnus-article-mode): Check that set-buffer-multibyte
8686 Sat Aug 29 23:24:31 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
8688 * gnus.el: Pterodactyl Gnus v0.5 is released.
8690 1998-08-29 22:38:35 Lars Magne Ingebrigtsen <larsi@gnus.org>
8692 * gnus-art.el (gnus-article-mode): Make article buffer multibyte.
8693 (gnus-hack-decode-rfc1522): Removed.
8695 * mm-decode.el (mm-charset-coding-system-alist): Check better.
8697 Sat Aug 29 22:20:39 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
8699 * gnus.el: Gnus v0.4 is released.
8701 1998-08-29 20:53:29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8703 * gnus-art.el (gnus-article-decode-mime-words): New command and
8706 * qp.el (quoted-printable-decode-region): Don't use hexl.
8708 * gnus-xmas.el (gnus-xmas-logo-color-style): Changed to dino.
8710 * gnus-sum.el (gnus-parse-headers-hook): Default to nil.
8711 (gnus-structured-field-decoder): Removed.
8712 (gnus-unstructured-field-decoder): Ditto.
8714 * mm-decode.el: New file.
8718 * gnus-art.el (article-mime-decode-quoted-printable): Removed.
8720 * gnus-ems.el (fboundp): Removed gnus-split-string.
8722 * gnus.el (gnus-splash-face): Doc fix.
8724 * gnus-ems.el (fboundp): Don't bind mail-file-babyl-p.
8726 * gnus-art.el (article-mime-decode-quoted-printable): Don't use
8729 * nnheader.el (nnheader-temp-write): Removed.
8731 Sat Aug 29 20:34:17 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
8733 * gnus.el: Gnus v0.3 is released.
8735 Sat Aug 29 19:32:06 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
8737 * gnus.el: Gnus v0.2 is released.