From: bg66 Date: Thu, 4 Oct 2007 06:13:22 +0000 (+0000) Subject: * mixi.el (mixi-revision): New constant. X-Git-Tag: mixi-el-1_0_0~12 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=b97b8673530b95f8cd3134394b4002fc3a3e125b;p=elisp%2Fmixi.git * mixi.el (mixi-revision): New constant. * sb-mixi.el (shimbun-mixi-revision): Ditto. * configure.ac (AM_INIT_AUTOMAKE): Change the version of this package. --- diff --git a/ChangeLog b/ChangeLog index b94547d..f87da80 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-10-04 OHASHI Akira + + * mixi.el (mixi-revision): New constant. + * sb-mixi.el (shimbun-mixi-revision): Ditto. + * configure.ac (AM_INIT_AUTOMAKE): Change the version of this package. + 2007-10-01 OHASHI Akira * mixi.el (mixi-post-succeed-regexp): Follow the change of mixi. @@ -1016,7 +1022,7 @@ (mixi-save-cache): Remove the prefix of file name. (mixi-read-cache): Use `mixi-read-object' instead of `puthash'. (mixi-load-cache): Follow the change above. - (mixi-make-friend): Add all slots to the argument. + (mixi-make-friend): Add all slots to the argument. (mixi-make-diary): Ditto. (mixi-make-community): Ditto. (mixi-make-topic): Ditto. diff --git a/configure.ac b/configure.ac index 0994fe6..d06a5a4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_INIT AC_PREREQ(2.59) AC_CONFIG_SRCDIR([mixi.el]) -AM_INIT_AUTOMAKE(mixi-el, 1.0.0) +AM_INIT_AUTOMAKE(mixi-el, 0.0.50) AC_CHECK_EMACS AC_PATH_LISPDIR diff --git a/mixi.el b/mixi.el index b53da72..9385314 100644 --- a/mixi.el +++ b/mixi.el @@ -40,7 +40,7 @@ ;; * mixi-get-comments ;; * mixi-get-new-comments ;; * mixi-get-messages -;; * mixi-get-introductions +;; * mixi-get-introductions (broken) ;; * mixi-get-news ;; ;; APIs for posting: @@ -135,6 +135,8 @@ (autoload 'w3m-retrieve "w3m") (autoload 'url-retrieve-synchronously "url")) +(defconst mixi-revision "$Revision: 1.169 $") + (defgroup mixi nil "API library for accessing to mixi." :group 'hypermedia) diff --git a/sb-mixi.el b/sb-mixi.el index 3d6f744..691b010 100644 --- a/sb-mixi.el +++ b/sb-mixi.el @@ -33,6 +33,8 @@ (require 'mixi-utils) (require 'shimbun) +(defconst shimbun-mixi-revision "$Revision: 1.57 $") + (eval-and-compile (luna-define-class shimbun-mixi (shimbun) (comment-cache)) (luna-define-internal-accessors 'shimbun-mixi))