X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=857e33a8736ad9422f5fe2a6f7ea8255359b51cc;hb=5574748d41c29266794708e1a545d5d13b586712;hp=13eb142a8e4ec78e03ad85557c1c9c9dbf14169e;hpb=defb7294cbd645745c1b5bc6ded3f6623df38d43;p=elisp%2Fmixi.git diff --git a/ChangeLog b/ChangeLog index 13eb142..857e33a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,126 @@ +2008-08-07 OHASHI Akira + + * mixi-el: Version 1.5.0 released. + * configure.ac: Bump up version. + +2008-08-07 OHASHI Akira + + * mixi.el (mixi-get-friends): Follow the change of mixi. + (mixi-my-friend-list-page): New function. + (mixi-friend-list-page): Change from macro to function. + (mixi-my-friend-list-nick-regexp): New constant. + (mixi-friend-list-nick-regexp): Fix regexp. + +2008-08-05 OHASHI Akira + + * sb-mixi.el (shimbun-mixi-default-group-alist): Add echo group. + + * mixi-utils.el (mixi-make-title): Support echo object. + (mixi-make-time): New function. + (mixi-make-date): Use it. + (mixi-make-id-1): Support echo object. + (mixi-make-tag-uri): Ditto. + (mixi-make-url): Ditto. + (mixi-make-reply-to): Ditto. + (mixi-send-mail): Ditto. + + * mixi.el (mixi-echo-cache): New variable. + (mixi-make-echo): New function. + (mixi-echo-url-regexp): New constant. + (mixi-make-echo-from-url): New function. + (mixi-echo-p): New macro. + (mixi-echo-page): Ditto. + (mixi-echo-owner-nick-regexp): New constant. + (mixi-echo-content-regexp): Ditto. + (mixi-realize-echo): New function. + (mixi-echo-owner): New accessor method. + (mixi-echo-post-time): Ditto. + (mixi-echo-content): Ditto. + (mixi-echo-set-content): Ditto. + (mixi-echo-list-page): New macro. + (mixi-echo-list-regexp): New constant. + (mixi-get-echoes): New function. + (mixi-new-echo-list-page): New macro. + (mixi-new-echo-list-regexp): New constant. + (mixi-get-new-echoes): New function. + (mixi-post-echo-page): New macro. + (mixi-echo-post-succeed-regexp): New constant. + (mixi-post-echo): New function. + +2008-07-31 OHASHI Akira + + * mixi-gnus.el (mixi-gnus-setup): Avoid matching with bogus addresses + for `message-send-via-mixi'. + +2008-07-08 OHASHI Akira + + * mixi-el: Version 1.4.2 released. + * configure.ac: Bump up version. + +2008-07-07 OHASHI Akira + + * mixi.el (mixi-post-succeed-regexp): Follow the change of mixi. + (mixi-new-diary-list-title-regexp): New constant. + (mixi-get-new-diaries): Follow the change above. + +2008-06-07 OHASHI Akira + + * mixi.el (mixi-search-diary-list-regexp): Follow the change of mixi. + (mixi-search-diaries): Follow the change above. + +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.