+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.
(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)
(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."
<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>")