Update.
[elisp/gnus.git-] / ChangeLog
index 7b1670d..6beec9f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,92 @@
+2000-03-16  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/gnus-vers.el (gnus-revision-number): Increment to 15.
+
+       * lisp/gnus.el (gnus-continuum-version): Remove.
+       (gnus-product-variable-file-list): Use `product-version' instead of
+       the constant values.
+       (TopLevel): Don't autoload "gnus-msg" for the function
+       `gnus-extended-version'.
+       (gnus-version): Move to gnus-vers.el.
+       (gnus-version): Ditto.
+       (gnus-version-number): Ditto.
+       (gnus-product-name): Ditto.
+       (gnus-original-product-name): Ditto.
+       (running-pterodactyl-gnus-0_73-or-later): Ditto.
+       (gnus-original-version-number): Ditto.
+       (gnus-revision-number): Ditto.
+
+       * lisp/gnus-vers.el (gnus-extended-version): Move from gnus-msg.el.
+       (gnus-version): Move from gnus.el.
+       (gnus-version): Ditto.
+       (gnus-version-number): Ditto.
+       (gnus-product-name): Ditto.
+       (gnus-original-product-name): Ditto.
+       (running-pterodactyl-gnus-0_73-or-later): Ditto.
+       (gnus-original-version-number): Ditto.
+       (gnus-revision-number): Ditto.
+
+       * lisp/gnus-start.el (gnus-product-quick-file-format): Use
+       `gnus-vers' instead of `gnus' for the product.
+       (gnus-product-save-variable-file-1): Message an absolute file name;
+       use `save-buffer-as-coding-system'; use `gnus-vers' instead of
+       `gnus' for the product.
+       (gnus-convert-old-ticks): Remove.
+       (gnus-convert-old-newsrc): Remove.
+       (gnus-read-newsrc-file): Don't call `gnus-read-newsrc-file'.
+
+       * lisp/gnus-spec.el (gnus-compile): Modify for the new form of
+       `gnus-format-specs-compiled'.
+       (gnus-update-format-specifications): Specify the arg `format' for
+       `gnus-update-format-specification-1'.
+       (gnus-update-format-specification-1): Modify for the new form of
+       `gnus-format-specs-compiled'; add a new arg `format'.
+       (gnus-format-specs-compiled): Allow the plural compiled functions
+       for each element.
+
+       * lisp/gnus-msg.el (gnus-extended-version): Move to gnus-vers.el.
+
+2000-03-14  Keiichi Suzuki  <keiichi@nanap.org>
+
+       NOTE: It requires `product' in APEL 10.0 or later.
+       Will be created ``~/News/.T-gnus/'' directory automatically by
+       default.   You can customize location by `gnus-product-directory'.
+       ``cache'' and  ``strict-cache'' files will be created under the
+       directory.
+
+       * lisp/gnus.el (TopLevel): Require `gnus-vers'.
+       (gnus-product-name): Abolished.
+       (gnus-version-number): Ditto.
+       (gnus-version): Use `product-string'. (Format changed)
+       (gnus-variable-list): Delete `gnus-format-specs'.
+       (gnus-product-variable-file-list): New variable.
+       (TopLevel): Use `product-provide'.
+
+       * lisp/gnus-vers.el: New file.
+
+       * lisp/gnus-start.el (gnus-product-directory): New user option.
+       (gnus-clear-quick-file-variables): New function.
+       (gnus-clear-system): Use `gnus-clear-quick-file-variables'.
+       (gnus-read-newsrc-file): Likewise.
+       (gnus-read-newsrc-el-file): Read product's variable files.
+       (gnus-product-read-variable-file-1): New function.
+       (gnus-save-newsrc-file): Save product's variable files.
+       (gnus-product-variable-touch): New function.
+       (gnus-product-variables-dirty-p): Ditto.
+       (gnus-product-save-variable-file): Ditto.
+       (gnus-product-save-variable-file-1): Ditto.
+       (gnus-product-quick-file-format): Ditto.
+
+       * lisp/gnus-spec.el (gnus-update-format): Use
+       `gnus-product-variable-touch'.
+       (gnus-update-format-specification-1): Likewise.
+       (gnus-update-format-specifications): Do not check `emacs-version'
+       and `gnus-newsrc-file-version'.  Use
+       `gnus-product-variable-touch'.
+
+       * lisp/gnus-msg.el (gnus-inews-add-send-actions): Use
+       `product-string'.
+
 2000-03-09  Katsumi Yamaoka <yamaoka@jpl.org>
 
        * lisp/gnus.el (gnus-revision-number): Increment to 14.