X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fmixi.git;a=blobdiff_plain;f=ChangeLog;h=d541d23467f60b6d684c405cd99615eefb8fb6a4;hp=61a6f2821fd6bc3263bdd315385505b77b70cc54;hb=024ab7527bb1ed840213038225cd4ae4f03285bd;hpb=2c0e29f831a479ce640c17717404aab7055247bb diff --git a/ChangeLog b/ChangeLog index 61a6f28..d541d23 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,97 @@ +2008-04-15 OHASHI Akira + + * mixi-el: Version 1.4.1 released. + * configure.ac: Bump up version. + +2008-04-12 OHASHI Akira + + * mixi.el (mixi-login-form): Follow the change of mixi. + +2008-03-31 OHASHI Akira + + * mixi.el (mixi-news-content-regexp): Follow the change of mixi. + +2008-02-15 OHASHI Akira + + * mixi-el: Version 1.4.0 released. + * configure.ac: Bump up version. + +2008-02-12 OHASHI Akira + + * mixi.el (mixi-make-release): New function. + (mixi-release-p): New macro. + (mixi-release-title): New function. + (mixi-release-time): Ditto. + (mixi-release-content): Ditto. + (mixi-release-list-page): New macro. + (mixi-release-list-regexp): New constant. + (mixi-get-releases): New function. + * mixi-utils.el (mixi-make-author): Support release object. + (mixi-make-id-1): Ditto. + (mixi-make-url): Ditto. + (mixi-make-reply-to): Ditto. + * sb-mixi.el (shimbun-mixi): Add release-cache. + (shimbun-mixi-default-group-alist): Add releases group. + (initialize-instance): Initialize release cache. + (shimbun-close): Clear release cache. + (shimbun-mixi-release-article): New function. + (shimbun-article): Use it. + +2008-02-12 OHASHI Akira + + * mixi.el (mixi-news-finished-regexp): Follow the change of mixi. + (mixi-news-title-regexp): Ditto. + (mixi-news-media-time-regexp): Ditto. + (mixi-news-content-regexp): Ditto. + (mixi-news-list-regexp): Ditto. + (mixi-get-news): Follow the change above. + +2008-01-30 OHASHI Akira + + * mixi-el: Version 1.3.0 released. + * configure.ac: Bump up version. + +2008-01-30 KAMO Tomoyuki + + * mixi.el (mixi-event-comment-list-regexp): Follow the change of mixi. + +2008-01-18 OHASHI Akira + + * mixi-el: Version 1.2.1 released. + * configure.ac: Bump up version. + +2008-01-16 OHASHI Akira + + * mixi.el (mixi-get-matched-items): Fix a while loop condition. + +2007-12-29 OHASHI Akira + + * mixi-el: Version 1.2.0 released. + * configure.ac: Bump up version. + +2007-12-29 OHASHI Akira + + * mixi.el (mixi-news-category-list): Add game-anime and column. + * sb-mixi.el (shimbun-mixi-default-group-alist): Support them. + +2007-12-26 OHASHI Akira + + * mixi-el: Version 1.1.0 released. + * configure.ac: Bump up version. + +2007-12-26 OHASHI Akira + + * mixi.el (mixi-recommended-friend-list-page): New macro. + (mixi-recommended-friend-list-regexp): New constant. + (mixi-get-recommended-friends): New function. + (mixi-recommended-community-list-page): New alias. + (mixi-recommended-community-list-regexp): New constant. + (mixi-get-recommended-communities): New function. + +2007-12-21 OHASHI Akira + + * configure.ac: Use modern AC_INIT. + 2007-11-24 OHASHI Akira * Makefile.am (install-package): Install a info file correctly.