* mixi.el (mixi-revision): New constant.
authorbg66 <bg66>
Thu, 4 Oct 2007 06:13:22 +0000 (06:13 +0000)
committerbg66 <bg66>
Thu, 4 Oct 2007 06:13:22 +0000 (06:13 +0000)
* sb-mixi.el (shimbun-mixi-revision): Ditto.
* configure.ac (AM_INIT_AUTOMAKE): Change the version of this package.

ChangeLog
configure.ac
mixi.el
sb-mixi.el

index b94547d..f87da80 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
index 0994fe6..d06a5a4 100644 (file)
@@ -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 (file)
--- 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:
   (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)
index 3d6f744..691b010 100644 (file)
@@ -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))