* mixi-gnus.el (toplevel): Avoid warnings when compiling.
authorbg66 <bg66>
Tue, 9 Dec 2008 08:12:29 +0000 (08:12 +0000)
committerbg66 <bg66>
Tue, 9 Dec 2008 08:12:29 +0000 (08:12 +0000)
* mixi.el (mixi-diary-title-regexp): Follow the change of mixi.

ChangeLog
mixi-gnus.el
mixi.el

index 4c34714..35c06e0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-12-09  OHASHI Akira  <bg66@koka-in.org>
+
+       * mixi-gnus.el (toplevel): Avoid warnings when compiling.
+
+       * mixi.el (mixi-diary-title-regexp): Follow the change of mixi.
+
 2008-11-12  OHASHI Akira  <bg66@koka-in.org>
 
        * mixi-el: Version 2.1.0 released.
index 1d00893..abaa167 100644 (file)
 (require 'mixi-utils)
 (require 'message)
 
+;; Functions and variables which should be defined in the other module
+;; at run-time.
+(eval-when-compile
+  (defvar message-bogus-addresses))
+
 (defun message-mixi-p ()
   "Say whether the current buffer contains a mixi message."
   (and (not message-this-is-news)
diff --git a/mixi.el b/mixi.el
index bf82c9a..6b6bd2e 100644 (file)
--- a/mixi.el
+++ b/mixi.el
   (autoload 'w3m-retrieve "w3m")
   (autoload 'url-retrieve-synchronously "url"))
 
-(defconst mixi-revision "$Revision: 1.200 $")
+(defconst mixi-revision "$Revision: 1.201 $")
 
 (defgroup mixi nil
   "API library for accessing to mixi."
@@ -1210,7 +1210,7 @@ Increase this value when unexpected error frequently occurs."
 <h2>\\(.+?\\)\\(¤µ¤ó\\)?¤ÎÆüµ­</h2>")
 (defconst mixi-diary-title-regexp
   "<div class=\"listDiaryTitle\">
-<dl class=\"clearfix\">
+<dl>
 <dt>\\([^<\n]+\\)\\(<span>\\)?")
 (defconst mixi-diary-time-regexp
   "<dd>\\([0-9]+\\)ǯ\\([0-9]+\\)·î\\([0-9]+\\)Æü\\([0-9]+\\):\\([0-9]+\\)</dd>")