X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=ae80d716be774a1f5975bab22c3629cbbc330e3d;hb=7b17de45f393f66301fbe7db9f96a8683762909e;hp=285ba455a475c64047f029e083c2eea4caabcbf6;hpb=ca649fa9194f4fb6c28628880de835fc32b23036;p=elisp%2Fgnus.git- diff --git a/ChangeLog b/ChangeLog index 285ba45..ae80d71 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,216 @@ +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. + (gnus-revision-number): Fresh start from 00. + + * Sync up with Pterodactyl Gnus v0.80. + + * lisp/gnus-sum.el (gnus-summary-edit-article): Don't use + `mime-to-mml' nor `mml-to-mime'. + +1999-03-02 Katsumi Yamaoka + + * lisp/gnus.el (gnus-revision-number): Increment to 03. + + * lisp/gnus-sum.el (gnus-select-newsgroup): Examine cached articles + with `gnus-cache-articles-in-group' if the current group is not + a virtual group. + (TopLevel): Autoload `gnus-cache-articles-in-group' + +1999-03-01 Katsumi Yamaoka + + * lisp/gnus.el (gnus-revision-number): Increment to 02. + + * texi/gnus-ja.texi: Sync up with Semi-gnus 6.10. + + * lisp/dgnushack.el (dgnushack-install-package): Don't refer to + `configure-package-path'. Use `early-packages', `late-packages' or + `last-packages' instead. + +1999-03-01 Katsumi Yamaoka + + * lisp/gnus.el (gnus-revision-number): Increment to 01. + + * lisp/message.el (messgage-inhibit-body-encoding): Default to t. + (message-mode): Abolish `message-mime-attach-file' from doc + string. + (message-mode-map): Abolish `message-mime-attach-file' from + `message-mode-menu'. + + * lisp/gnus-start.el (save-buffer-as-coding-system): Abolished. It + is given in APEL 9.13 by now. + + * lisp/gnus-ems.el (gnus-decode-coding-string): Abolished. + (gnus-encode-coding-string): Abolished. + (gnus-mule-cite-add-face): Restored. + (gnus-cite-add-face): Restored. + + * README.semi.ja: Note that APEL 9.13 or later is required. + * README.semi: Ditto. + * README.T-gnus: Ditto. + +1999-02-27 Tatsuya Ichikawa + + * lisp/gnus.el (gnus-version-number): Update to 6.10.061. + (gnus-revision-number): Fresh start from 00. + + * Sync up with Pterodactyl Gnus v0.79. + +1999-02-27 Tatsuya Ichikawa + + * lisp/gnus.el (gnus-version-number): Update to 6.10.060. + (gnus-revision-number): Fresh start from 00. + + * Sync up with Pterodactyl Gnus v0.78. + +1999-02-26 Katsumi Yamaoka + + * lisp/gnus.el (gnus-revision-number): Increment to 05. + + * Makefile.in (add-info-suffix, remove-info-suffix): New targets. + (package, install-package, package-ja, install-package-ja): Use + them. + (xinfo, xinfo-ja): Only build infos. + + * texi/Makefile.in (add-info-suffix): Chdir ../lisp first. + + * lisp/dgnushack.el (dgnushack-add-info-suffix-maybe): Chdir + ../texi first. + (dgnushack-install-package): Don't refer to `package-path'; error + if the package path does not found. + (TopLevel): Don't define `gnus-revision-number', + `gnus-version-number' and `package-path'. + +1999-02-24 Tatsuya Ichikawa + + * README.ichikawa : Removed. + + * README.T-gnus : Renamed from README.ichikawa + Remove description about T-gnus 6.8. + +1999-02-24 Katsumi Yamaoka + + * lisp/gnus.el (gnus-revision-number): Increment to 04. + + * Makefile.in (xinfo, xinfo-ja): Make add-info-suffix, formatting, + and make remove-info-suffix. + + * texi/Makefile.in (.texi): Don't specify the output filename when + makeinfo command is used. + (add-info-suffix, remove-info-suffix): New targets. + + * lisp/dgnushack.el (dgnushack-add-info-suffix-maybe): New + function. It will be used for adding ".info" suffix to @setfilename + line in each .texi files. + (dgnushack-texi-file-regexp): New constant. + (dgnushack-info-file-regexp): Add ".info" suffix. + +1999-02-24 Katsumi Yamaoka + + * lisp/gnus.el (gnus-revision-number): Increment to 03. + + * lisp/Makefile.in (all, total): Remove "auto-autoloads.el" and + "custom-load.el" as well. + + * Makefile.in (xlick, xinfo, xinfo-ja): New targets. + (install-package-ja, package-ja, install-package, package): Use + them; use $XEMACS instead of $EMACS. + (osome): Use $XEMACS instead of "xemacs21". + (x): Ditto. + (XEMACS): Use "xemacs" instead of "xemacs21" in default. + + * lisp/dgnushack.el (dgnushack-install-package): Remove extra files + in destination lisp directory. + (dgnushack-make-package): Don't generate "_pkg.el" file; don't + remove "auto-autoloads.el*" files. + (dgnushack-compile): Don't remove "_pkg.el" from the list. + +1999-02-23 Katsumi Yamaoka + + * lisp/gnus.el (gnus-revision-number): Increment to 02. + + * lisp/mail-source.el (mail-source-fetch-pop): Fix typo in original + source and merged it. + + * README.ichikawa: Update description about the latest T-gnus. + +1999-02-22 Tatsuya Ichikawa + + * lisp/gnus-art.el (gnus-narrow-to-page): Fix that "^L" do not work. + + * lisp/gnus.el (gnus-revision-number): Increment to 01. + 1999-02-21 Tatsuya Ichikawa * lisp/mail-source.el (mail-source-fetch-pop): Comment out