From 2eaf1a7dd0958e33bc17ed2590c4057a543f65ac Mon Sep 17 00:00:00 2001 From: bg66 Date: Mon, 29 Oct 2007 09:03:19 +0000 Subject: [PATCH] (mixi-community-name-regexp): Follow the change of mixi. --- ChangeLog | 4 ++++ mixi.el | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7299062..adb6f3b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2007-10-29 OHASHI Akira + * mixi.el (mixi-community-name-regexp): Follow the change of mixi. + +2007-10-29 OHASHI Akira + * mixi-el: Version 1.0.0 released. * configure.ac: Bump up version. diff --git a/mixi.el b/mixi.el index cb8b2ed..481773f 100644 --- a/mixi.el +++ b/mixi.el @@ -136,7 +136,7 @@ (autoload 'w3m-retrieve "w3m") (autoload 'url-retrieve-synchronously "url")) -(defconst mixi-revision "$Revision: 1.174 $") +(defconst mixi-revision "$Revision: 1.175 $") (defgroup mixi nil "API library for accessing to mixi." @@ -1459,7 +1459,7 @@ Increase this value when unexpected error frequently occurs." (defconst mixi-community-nodata-regexp "^¥Ç¡¼¥¿¤¬¤¢¤ê¤Þ¤»¤ó") (defconst mixi-community-name-regexp - "
+ "

\\(.*\\)

") (defconst mixi-community-birthday-regexp "
³«ÀßÆü
-- 1.7.10.4