X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=7b1c417ded14ab7f874d7b591dc3a56996d52565;hb=874e8b557e911b10c15acc68ed83001be480a89b;hp=4b82303780e843b02019e7ac762173c6e4b8a755;hpb=301cc7eeb45ada5362144ebfb391693c18f9979e;p=elisp%2Fgnus.git- diff --git a/ChangeLog b/ChangeLog index 4b82303..7b1c417 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,157 @@ +1999-05-04 Tatsuya Ichikawa + + * lisp/gnus.el (gnus-version-number): Update to 6.10.064. + (gnus-revision-number): Fresh start from 00. + + * Sync up with Pterodactyl Gnus v0.84. + +1999-04-27 Katsumi Yamaoka + + * lisp/gnus.el (gnus-revision-number): Increment to 02. + + * lisp/gnus-vm.el (gnus-summary-save-in-vm): To read the name of + FOLDER in the way of VM; give the value of `gnus-current-article' + to the function `gnus-summary-select-article' if it is called non + interactively. + (gnus-summary-save-article-vm): Accept the optional 2nd arg FOLDER. + If it is called interactively the name of FOLDER is read from the + minibuffer; bind `mime-display-header-hook', + `mime-display-text/plain-hook', `mime-text-decode-hook', + `mime-view-define-keymap-hook' and `mime-view-mode-hook' to nil + when the function `gnus-summary-save-article' is called. + (gnus-summary-save-article-vm-count, + gnus-summary-save-article-vm-folder): New internal variables. + (gnus-vm-make-folder): Bind `mime-display-header-hook', + `mime-display-text/plain-hook', `mime-text-decode-hook', + `mime-view-define-keymap-hook' and `mime-view-mode-hook' to nil + when the function `vm-mode' is called. + (vm-use-toolbar, vm-primary-inbox, vm-folder-history, + vm-folder-directory): Define variables for avoiding byte compile + warning. + (gnus-vm-inhibit-window-system): Abolish variable; don't require + `win-vm'. + (TopLevel): Don't autoload "vm" for the functions + `vm-forward-message', `vm-reply' or `vm-mail'; don't require + `sendmail', `message', `gnus' or `gnus-msg' but `gnus-art'. + +1999-04-20 Katsumi Yamaoka + + * lisp/gnus.el (gnus-revision-number): Increment to 01. + + * lisp/pop3.el (pop3-munge-message-separator): Don't put the + Content-Length field break into the other fields. + +1999-04-18 Sin'ya Kanematsu + + * texi/gnus-ja.texi: Fix typo - `gnus-auto-expirable-newgroups' -> + `gnus-auto-expirable-newsgroups'. + +1999-04-18 Katsumi Yamaoka + + * lisp/gnus.el (gnus-version-number): Update to 6.10.063. + (gnus-revision-number): Fresh start from 00. + + * Sync up with Pterodactyl Gnus v0.83. + +1999-04-15 NAKAGAWA Tsuneo + + * REDME.semi.ja: Fix where the required packages are. + +1999-04-13 Katsumi Yamaoka + + * lisp/gnus.el (gnus-revision-number): Increment to 09. + +1999-04-13 Keiichi Suzuki + + * lisp/gnus-sum.el (gnus-summary-move-article): Fix, + `gnus-article-mark-lists' will be broken by side effect. + +1999-04-09 Katsumi Yamaoka + + * lisp/gnus.el (gnus-revision-number): Increment to 08. + + * lisp/gnus-art.el (TopLevel): Remove symbol's function definition + for `gnus-article-mime-decode-quoted-printable'. + +1999-04-05 Katsumi Yamaoka + + * lisp/gnus.el (gnus-revision-number): Increment to 07. + +1999-03-30 Yoshiki Hayashi + + * texi/gnus-ja.texi: Some fixes. + +1999-03-26 Katsumi Yamaoka + + * lisp/gnus.el (gnus-revision-number): Increment to 06. + + * lisp/pop3.el (pop3-munge-message-separator): If a retrieved + message has a illegal date field, use `(current-time)' instead. + +1999-03-25 Katsumi Yamaoka + + * lisp/message.el (message-send): Kill `message-encoding-buffer' + after sending. + +1999-03-25 Katsumi Yamaoka + + * lisp/message.el (message-maybe-encode): Inherit the buffer local + variable `mime-edit-pgp-processing' and call + `mime-edit-pgp-enclose-buffer'. + +1999-03-24 Katsumi Yamaoka + + * lisp/gnus.el (gnus-revision-number): Increment to 05. + + * lisp/gnus-art.el (gnus-article-display-mime-message): Set up the + buffer local variable `default-mime-charset' of + `gnus-article-buffer' before `mime-display-message' is called. + + * lisp/gnus-i18n.el (gnus-newsgroup-default-charset-alist): Be also + matched with the group name which has a method name and/or a + foreign server name. + (gnus-set-summary-default-charset): Cancel the last change. + +1999-03-24 Katsumi Yamaoka + + * lisp/gnus.el (gnus-revision-number): Increment to 04. + + * lisp/gnus-i18n.el (gnus-set-summary-default-charset): Strip + method and foreign server name from the newsgroup name. + +1999-03-22 Tsukamoto Tetsuo + + * lisp/gnus-offline.el (gnus-offline-popup-menu): Fix. + +1999-03-22 Tsukamoto Tetsuo + + * lisp/gnus.el (gnus-revision-number): Increment to 03. + + * lisp/gnus-offline.el (gnus-offline-popup-menu): Modify so that + the title of a popup menu is displayed under Emacs 19.34. + (gnus-offline-define-menu-and-key): Rewrite the function to change + the behavior of "Get new news" button, under XEmacs. + + * lisp/gnus-ofsetup.el: Modify for Semi-gnus 6.10.xx so that + `pop3-fma-password' can be saved in .newsrc.eld. + + * README-offline.en: Update. + * README-offline.ja: Ditto. + +1999-03-09 Katsumi Yamaoka + + * lisp/gnus.el (gnus-revision-number): Increment to 02. + + * lisp/message.el (message-yank-original): Keep the existing + references. + +1999-03-04 Katsumi Yamaoka + + * lisp/gnus.el (gnus-revision-number): Increment to 01. + (gnus-other-frame): Rewrite on the model of `toolbar-gnus'. + (gnus-frame): New internal variable. + (gnus-frame-properties): New user option. + 1999-03-04 Katsumi Yamaoka * lisp/gnus.el (gnus-version-number): Update to 6.10.062.