+2007-10-04  OHASHI Akira  <bg66@koka-in.org>
+
+       * 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  <bg66@koka-in.org>
 
        * mixi.el (mixi-post-succeed-regexp):  Follow the change of mixi.
        (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.
 
 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
 
 ;;  * mixi-get-comments
 ;;  * mixi-get-new-comments
 ;;  * mixi-get-messages
-;;  * mixi-get-introductions
+;;  * mixi-get-introductions (broken)
 ;;  * mixi-get-news
 ;;
 ;; APIs for posting:
   (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)
 
 (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))