X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=8957192b878883cc2b536cd6d82ce057bb0cfca4;hb=71034c4a834f93427314c2938849d796ba9291c8;hp=8d3fef19b16d46433a41b31318bcacba7f198b82;hpb=470d6c5df50a594e40f67901f496f0b5cbe9a9b7;p=elisp%2Fmixi.git diff --git a/ChangeLog b/ChangeLog index 8d3fef1..8957192 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,666 @@ +2007-02-22 OHASHI Akira + + * mixi-utils.el: New file. + * sb-mixi.el: Use it. + * Makefile.am (MODULES_MIXI): Add it. + +2007-02-19 OHASHI Akira + + * mixi.el (mixi-log-list-regexp): Follow the change of mixi. + +2007-02-19 OHASHI Akira + + * mixi.el (mixi-news-finished-regexp): New regexp. + (mixi-realize-news): Use it. + +2007-02-16 OHASHI Akira + + * mixi.el: Add autoload cookies. + * .cvsignore: New file. + * AUTHORS: Ditto. + * COMPILE: Ditto. + * Makefile.am: Ditto. + * NEWS: Ditto. + * README: Ditto. + * acinclude.m4: Ditto. + * configure.ac: Ditto. + +2007-02-16 OHASHI Akira + + * mixi-gnus.el: Avoid errors and warnings when compiling. + + * mixi-wl.el: Ditto. + +2007-02-07 OHASHI Akira + + * mixi.el (mixi-url-retrieve): Don't show status to minibuffer. + +2007-02-05 OHASHI Akira + + * mixi.el (mixi-curl-post-form): New function. + (mixi-curl-retrieve): Add the FORM-DATA argument. + (mixi-message-title-regexp): Fix regexp. + (mixi-message-content-regexp): Ditto. + +2007-02-01 OHASHI Akira + + * mixi.el (mixi-friend-nick-regexp): Follow the change of mixi. + (mixi-friend-name-regexp): Ditto. + (mixi-friend-sex-regexp): Ditto. + (mixi-friend-address-regexp): Ditto. + (mixi-friend-age-regexp): Ditto. + (mixi-friend-birthday-regexp): Ditto. + (mixi-friend-blood-type-regexp): Ditto. + (mixi-friend-birthplace-regexp): Ditto. + (mixi-friend-hobby-regexp): Ditto. + (mixi-friend-job-regexp): Ditto. + (mixi-friend-organization-regexp): Ditto. + (mixi-friend-profile-regexp): Ditto. + (mixi-realize-friend): Follow the change above. + +2007-01-31 Yoichi NAKAYAMA + + * mixi-wl.el: Use wl-draft-send-hook. + (wl-draft-send-mail-with-mixi): Fix arg of wl-draft-write-sendlog. + +2007-01-30 OHASHI Akira + + * mixi.el (mixi-make-object-from-url): Support friend object. + (mixi-friend-url-regexp): Support profile page. + (mixi-make-friend-from-url): Follow the change above. + + * sb-mixi.el (shimbun-mixi-group-alist): Add logs group. + (shimbun-mixi-make-subject): Support log object. + (shimbun-mixi-make-from): Ditto. + (shimbun-mixi-make-message-id): Ditto. + (shimbun-mixi-make-xref): Support log and friend object. + (shimbun-mixi-make-body): Support friend object. + +2007-01-24 OHASHI Akira + + * sb-mixi.el (shimbun-mixi-group-alist): Add `messages.sent' and + `mixi-el' groups to default value. + +2007-01-24 OHASHI Akira + + * mixi.el (mixi-bbs-community): Rename `bbs' from `object'. + (mixi-bbs-comment-count): New accessor method. + (mixi-bbs-set-comment-count): Ditto. + (mixi-new-bbs-list-regexp): Fix regexp. + (mixi-get-new-bbses): Return only BBSes having unseen comments. + (mixi-new-comment-list-regexp): Fix regexp. + (mixi-get-new-comments): Return only diaries having unseen comments. + +2007-01-24 OHASHI Akira + + * mixi.el (mixi-make-diary): Add comment-count argument. + (mixi-diary-url-regexp): Follow the change above. + (mixi-make-diary-from-url): Ditto. + (mixi-diary-comment-count): New accessor method. + (mixi-diary-time): Follow the change above. + (mixi-diary-title): Ditto. + (mixi-diary-content): Ditto. + (mixi-diary-set-comment-count): New accessor method. + (mixi-diary-set-time): Follow the change above. + (mixi-diary-set-title): Ditto. + (mixi-diary-set-content): Ditto. + (mixi-get-diaries): Ditto. + (mixi-get-new-diaries): Ditto. + (mixi-search-diaries): Ditto. + (mixi-make-topic): Add comment-count argument. + (mixi-topic-url-regexp): Follow the change above. + (mixi-make-topic-from-url): Ditto. + (mixi-topic-comment-count): New accessor method. + (mixi-topic-time): Follow the change above. + (mixi-topic-title): Ditto. + (mixi-topic-owner): Ditto. + (mixi-topic-content): Ditto. + (mixi-topic-set-comment-count): New accessor method. + (mixi-topic-set-time): Follow the change above. + (mixi-topic-set-title): Ditto. + (mixi-topic-set-owner): Ditto. + (mixi-topic-set-content): Ditto. + (mixi-make-event): Add comment-count argument. + (mixi-event-url-regexp): Follow the change above. + (mixi-make-event-from-url): Ditto. + (mixi-event-comment-count): New accessor method. + (mixi-event-time): Follow the change above. + (mixi-event-title): Ditto. + (mixi-event-owner): Ditto. + (mixi-event-date): Ditto. + (mixi-event-place): Ditto. + (mixi-event-detail): Ditto. + (mixi-event-limit): Ditto. + (mixi-event-members): Ditto. + (mixi-event-set-comment-count): New accessor method. + (mixi-event-set-time): Follow the change above. + (mixi-event-set-title): Ditto. + (mixi-event-set-owner): Ditto. + (mixi-event-set-date): Ditto. + (mixi-event-set-place): Ditto. + (mixi-event-set-detail): Ditto. + (mixi-event-set-limit): Ditto. + (mixi-event-set-members): Ditto. + +2007-01-23 OHASHI Akira + + * mixi.el (mixi-news-title-regexp): Follow the change of mixi. + (mixi-news-content-regexp): Ditto. + +2007-01-22 OHASHI Akira + + * mixi.el (mixi-news-content-regexp): Follow the change of mixi. + +2007-01-19 OHASHI Akira + + * mixi.el (mixi-community-birthday-regexp): Follow the change of mixi. + +2007-01-19 OHASHI Akira + + * mixi.el (mixi-realize-parent): Rename from `mixi-realize-object'. + (mixi-parent-p): New macro. + (mixi-get-comments): Use them. + + * sb-mixi.el (shimbun-mixi-get-headers): Ditto. + (shimbun-get-headers): Ditto. + +2007-01-18 OHASHI Akira + + * mixi.el (mixi-realize-object): New function. + (mixi-get-comments): Realize the parent before getting comments. + (mixi-realize-diary): Follow the change above. + (mixi-realize-topic): Ditto. + (mixi-realize-event): Ditto. + +2007-01-18 OHASHI Akira + + * mixi.el (mixi-temp-buffer-name): Rename from `mixi-buffer-name'. + (with-mixi-retrieve): Follow the change above. + (with-mixi-post-form): Ditto. + +2007-01-18 OHASHI Akira + + * mixi.el (mixi-buffer-name): New variable. + (with-mixi-retrieve): Use it. + (with-mixi-post-form): Ditto. + (mixi-get-matched-items): Follow the change above. + +2007-01-18 OHASHI Akira + + * sb-mixi.el (shimbun-mixi-get-headers): Get headers of comments + before parent's. + +2007-01-18 OHASHI Akira + + * sb-mixi.el (shimbun-mixi-get-headers): Stop getting comment's + headers when it was already shown. + +2007-01-18 OHASHI Akira + + * mixi.el (mixi-friend-nick-regexp): Follow the change of mixi. + (mixi-friend-page): Ditto. + (mixi-realize-friend): Ditto. + +2007-01-17 OHASHI Akira + + * mixi.el: (mixi-get-matched-items): Add REVERSE argument. + (mixi-get-comments): Follow the change above. + +2007-01-17 OHASHI Akira + + * mixi.el: (mixi-realize-message): Follow the change of mixi. + +2007-01-17 OHASHI Akira + + * mixi.el: (with-mixi-retrieve): Don't bind `buffer' variable. + (with-mixi-post-form): Ditto. + (mixi-get-matched-items): Follow the change above. + (mixi-make-me): Ditto. + (mixi-realize-diary): Ditto. + (mixi-post-diary): Ditto. + (mixi-realize-community): Ditto. + (mixi-realize-topic): Ditto. + (mixi-post-topic): Ditto. + (mixi-realize-event): Ditto. + (mixi-post-comment): Ditto. + (mixi-realize-message): Ditto. + (mixi-post-message): Ditto. + (mixi-realize-news): Ditto. + (mixi-realization-error): Ditto. + (mixi-post-error): Ditto. + +2007-01-17 OHASHI Akira + + * mixi.el: Avoid warnings when compiling. + +2007-01-16 OHASHI Akira + + * mixi.el (mixi-login-use-ssl): New user option. + (mixi-login): Use it. + +2007-01-15 OHASHI Akira + + * mixi.el (mixi-diary-list-regexp): Fix regexp. + (mixi-get-diaries): Follow the change above. + +2007-01-15 OHASHI Akira + + * mixi.el (mixi-bbs-p): Simplify. + (mixi-message-box-p): Ditto. + (mixi-news-category-p): Ditto. + (mixi-news-sort-list): New constant. + (mixi-news-sort-p): New macro. + (mixi-news-sort-id): New function. + (mixi-news-list-page): Add SORT argument. + (mixi-get-news): Ditto. + + * sb-mixi.el (shimbun-mixi-group-alist): Follow the change above. + +2007-01-14 OHASHI Akira + + * sb-mixi.el (shimbun-mixi-group-alist): Add news groups. + (shimbun-mixi-make-from): Support news. + (shimbun-mixi-make-message-id): Ditto. + (shimbun-mixi-make-xref): Ditto. + (shimbun-mixi-make-reply-to): Ditto. + +2007-01-14 OHASHI Akira + + * mixi.el (mixi-expand-url): Fix for news. + (mixi-news-cache): New variable. + (mixi-make-news): New function. + (mixi-news-url-regexp): New constant. + (mixi-make-news-from-url): New function. + (mixi-news-p): New macro. + (mixi-news-page): Ditto. + (mixi-news-title-regexp): New regexp. + (mixi-news-media-time-regexp): Ditto. + (mixi-news-content-regexp): Ditto. + (mixi-realize-news): New function. + (mixi-news-media-id): New accessor method. + (mixi-news-id): Ditto. + (mixi-news-media): Ditto. + (mixi-news-time): Ditto. + (mixi-news-title): Ditto. + (mixi-news-content): Ditto. + (mixi-news-set-media): Ditto. + (mixi-news-set-time): Ditto. + (mixi-news-set-title): Ditto. + (mixi-news-set-content): Ditto. + (mixi-news-category-list): New constant. + (mixi-news-category-p): New macro. + (mixi-news-category-id): New function. + (mixi-news-list-page): New macro. + (mixi-news-list-regexp): New regexp. + (mixi-get-news): New function. + +2007-01-12 OHASHI Akira + + * mixi.el (mixi-search-diary-list-page): Fix typo. + (mixi-search-community-list-page): Ditto. + (mixi-search-bbs-list-page): Ditto. + +2007-01-12 OHASHI Akira + + * mixi.el (mixi-diary-list-regexp): Fix regexp. + (mixi-get-diaries): Follow the change above. + (mixi-diary-time): Ditto. + (mixi-diary-title): Ditto. + (mixi-new-diary-list-regexp): Fix regexp. + (mixi-get-new-diaries): Follow the change above. + (mixi-search-diary-list-regexp): Fix regexp. + (mixi-search-diaries): Follow the change above. + +2007-01-11 OHASHI Akira + + * mixi.el (mixi-community-birthday-regexp): Follow the change of mixi. + (mixi-community-owner-regexp): Ditto. + (mixi-community-category-regexp): Ditto. + (mixi-community-members-regexp): Ditto. + (mixi-community-open-level-regexp): Ditto. + (mixi-community-authority-regexp): Ditto. + (mixi-community-description-regexp): Ditto. + +2007-01-10 OHASHI Akira + + * mixi-gnus.el (mixi-gnus-setup): Simplify. + +2007-01-09 OHASHI Akira + + * mixi.el (mixi-topic-content-regexp): Follow the change of mixi. + +2007-01-09 OHASHI Akira + + * mixi-wl.el: New file. + +2007-01-09 OHASHI Akira + + * mixi-gnus.el (message-send-via-mixi): Don't replace twice. + +2007-01-09 OHASHI Akira + + * mixi-gnus.el (message-mixi-p): Change the pseudo header to + `Mixi-To:'. + (message-send-via-mixi): Ditto. + +2007-01-09 OHASHI Akira + + * mixi-gnus.el (message-mixi-p): Simplify. + +2007-01-09 OHASHI Akira + + * mixi.el (mixi-event-comment-list-regexp): Fix regexp. + +2007-01-09 OHASHI Akira + + * mixi-gnus.el: New file. + + * sb-mixi.el (shimbun-mixi-send-mail): Rename from + `shimbun-mixi-send-mail-wrapper'. + +2007-01-08 OHASHI Akira + + * mixi.el (mixi-backend): Rename from `mixi-retrieve-function' and + change the default value to `w3m'. + (mixi-retrieve): Follow the change above. + (mixi-post-form): Ditto. + (mixi-login): Ditto. + +2007-01-08 OHASHI Akira + + * sb-mixi.el (shimbun-mixi-reply-to): New variable. + (shimbun-reply-to): New method. + (shimbun-mixi-make-reply-to): New function. + (shimbun-article): Use it. + (shimbun-mixi-make-object-from-message-id): Abolish. + (shimbun-mixi-to-regexp): New constant. + (shimbun-mixi-send-mail-wrapper): Follow the change above. + +2006-12-30 OHASHI Akira + + * mixi.el (mixi-event-owner-seceded-regexp): New regexp. + (mixi-realize-event): Follow the change above. + +2006-12-28 OHASHI Akira + + * sb-mixi.el (shimbun-mixi-message-id-suffix): Abolish. + (shimbun-mixi-make-message-id): Revert. + +2006-12-28 OHASHI Akira + + * sb-mixi.el (shimbun-mixi-send-mail-wrapper): New function. + +2006-12-28 OHASHI Akira + + * sb-mixi.el (shimbun-mixi-message-id-suffix): New constant. + (shimbun-mixi-make-message-id): Use it and change return value. + (shimbun-mixi-make-object-from-message-id): New function. + +2006-12-28 OHASHI Akira + + * sb-mixi.el (shimbun-mixi-logout-p): Abolish. + (shimbun-close): Follow the change above. + +2006-12-27 OHASHI Akira + + * mixi.el (mixi-post-message-page): New macro. + (mixi-post-message-key-regexp): New constant. + (mixi-post-message-succeed-regexp): Ditto. + (mixi-post-message): New function. + +2006-12-27 OHASHI Akira + + * mixi.el (mixi-post-diary-id-regexp): Abolish. + (mixi-post-diary-title-regexp): Ditto. + (mixi-post-diary-body-regexp): Ditto. + (mixi-post-key-regexp): Rename from `mixi-post-diary-key-regex'. + (mixi-post-succeed-regexp): Rename from + `mixi-post-diary-succeed-regexp'. + (mixi-post-diary): Follow the change above. + (mixi-post-topic-title-regexp): Abolish. + (mixi-post-topic-body-regexp): Ditto. + (mixi-post-topic-key-regexp): Ditto. + (mixi-post-topic-succeed-regexp): Ditto. + (mixi-post-topic): Follow the change above. + (mixi-post-diary-comment-page): New function. + (mixi-post-topic-comment-page): Ditto. + (mixi-post-event-comment-page): Ditto. + (mixi-post-comment): Ditto. + +2006-12-27 OHASHI Akira + + * mixi.el (mixi-post-diary-page): New macro. + (mixi-post-diary): Use it and fix typo. + (mixi-post-error): Add optional argument `object'. + (mixi-post-topic-page): New macro. + (mixi-post-topic-title-regexp): New constant. + (mixi-post-topic-body-regexp): Ditto. + (mixi-post-topic-key-regexp): Ditto. + (mixi-post-topic-succeed-regexp): Ditto. + (mixi-post-topic): New function. + +2006-12-26 OHASHI Akira + + * mixi.el (mixi-post-error): New error symbol. + (mixi-post-error): New macro. + (mixi-post-form): New macro. + (mixi-make-form-data): New function. + (mixi-url-retrieve): Add optional argument `extra-headers'. + (mixi-url-post-form): New function. + (mixi-w3m-post-form): Ditto. + (with-mixi-post-form): New macro. + (mixi-post-diary-key-regexp): New constant. + (mixi-post-diary-id-regexp): Ditto. + (mixi-post-diary-title-regexp): Ditto. + (mixi-post-diary-body-regexp): Ditto. + (mixi-post-diary-succeed-regexp): Ditto. + (mixi-post-diary): New function. + +2006-12-26 OHASHI Akira + + * mixi.el (mixi-url-retrieve): Simplify. + +2006-12-25 OHASHI Akira + + * mixi.el (mixi-diary-comment-list-regexp): Follow the change of mixi. + +2006-12-25 OHASHI Akira + + * mixi.el (mixi-save-cache): Change the location of cache files. + (mixi-load-cache): Ditto. + +2006-12-25 OHASHI Akira + + * sb-mixi.el (shimbun-get-headers): Use `mixi-bbs-p'. + (shimbun-mixi-get-comment-p): Abolish. + (shimbun-mixi-get-headers): Follow the change above. + +2006-12-25 OHASHI Akira + + * mixi.el (mixi-event-time-regexp): Fix regexp. + (mixi-event-title-regexp): Ditto. + (mixi-event-owner-regexp): Ditto. + (mixi-event-date-regexp): Ditto. + (mixi-event-place-regexp): Ditto. + (mixi-event-detail-regexp): Ditto. + (mixi-event-limit-regexp): Ditto. + (mixi-event-members-regexp): Ditto. + (mixi-realize-event): Follow the change above. + +2006-12-25 OHASHI Akira + + * mixi.el (with-mixi-retrieve): Check whether on the login page + strictly. + +2006-12-22 OHASHI Akira + + * mixi.el (mixi-realization-error): Use buffer variable only when it + is bound and debug-on-error is t. + +2006-12-22 OHASHI Akira + + * mixi.el (mixi-realization-error): New error symbol. + (mixi-realization-error): New macro. + (mixi-realize-friend): Use it. + (mixi-realize-diary): Ditto. + (mixi-realize-community): Ditto. + (mixi-realize-topic): Ditto. + (mixi-realize-event): Ditto. + (mixi-realize-message): Ditto. + +2006-12-22 OHASHI Akira + + * mixi.el (mixi-get-friends): Rename ARGS argument to FRIEND-OR-RANGE. + (mixi-get-diaries): Ditto. + (mixi-get-communities): Ditto. + (mixi-get-messages): Rename ARGS argument to BOX-OR-RANGE. + (mixi-get-introductions): Rename ARGS argument to FRIEND-OR-RANGE. + +2006-12-19 OHASHI Akira + + * mixi.el (mixi-object-realized-p): Rename from + `mixi-object-realize-p'. + (mixi-realize-friend): Rename from `mixi-friend-realize'. + (mixi-friend-nick): Follow the change above. + (mixi-friend-name): Ditto. + (mixi-friend-sex): Ditto. + (mixi-friend-address): Ditto. + (mixi-friend-age): Ditto. + (mixi-friend-birthday): Ditto. + (mixi-friend-blood-type): Ditto. + (mixi-friend-birthplace): Ditto. + (mixi-friend-hobby): Ditto. + (mixi-friend-job): Ditto. + (mixi-friend-organization): Ditto. + (mixi-friend-profile): Ditto. + (mixi-realize-diary): Rename from `mixi-diary-realize'. + (mixi-diary-time): Follow the change above. + (mixi-diary-title): Ditto. + (mixi-diary-content): Ditto. + (mixi-realize-community): Rename from `mixi-community-realize'. + (mixi-community-name): Follow the change above. + (mixi-community-birthday): Ditto. + (mixi-community-owner): Ditto. + (mixi-community-category): Ditto. + (mixi-community-members): Ditto. + (mixi-community-open-level): Ditto. + (mixi-community-authority): Ditto. + (mixi-community-description): Ditto. + (mixi-realize-topic): Rename from `mixi-topic-realize'. + (mixi-topic-time): Follow the change above. + (mixi-topic-title): Ditto. + (mixi-topic-owner): Ditto. + (mixi-topic-content): Ditto. + (mixi-realize-event): Rename from `mixi-event-realize'. + (mixi-event-time): Follow the change above. + (mixi-event-title): Ditto. + (mixi-event-owner): Ditto. + (mixi-event-date): Ditto. + (mixi-event-place): Ditto. + (mixi-event-detail): Ditto. + (mixi-event-limit): Ditto. + (mixi-event-members): Ditto. + (mixi-realize-message): Rename from `mixi-message-realize'. + (mixi-message-owner): Follow the change above. + (mixi-message-title): Ditto. + (mixi-message-time): Ditto. + (mixi-message-content): Ditto. + +2006-12-19 OHASHI Akira + + * sb-mixi.el (shimbun-mixi-comment-article): Rename from + `shimbun-comment-article'. + (shimbun-article): Follow the change above. + +2006-12-19 OHASHI Akira + + * mixi.el (mixi-parse-buffer): Use `sleep-for' instead of `sit-for'. + +2006-12-18 OHASHI Akira + + * mixi.el (mixi-friend-nick-regexp): Follow the change of mixi. + (mixi-friend-name-regexp): Ditto. + (mixi-friend-sex-regexp): Ditto. + (mixi-friend-hobby-regexp): Ditto. + (mixi-friend-realize): Follow the change above. + (mixi-community-birthday-regexp): Follow the change of mixi. + (mixi-community-owner-regexp): Ditto. + (mixi-community-category-regexp): Ditto. + (mixi-community-members-regexp): Ditto. + (mixi-community-open-level-regexp): Ditto. + (mixi-community-authority-regexp): Ditto. + +2006-12-18 OHASHI Akira + + * sb-mixi.el (shimbun-mixi-make-subject): Add SHIMBUN argument. + (shimbun-mixi-get-headers): Follow the change above. + + * mixi.el (mixi-topic-community-regexp): New regexp. + (mixi-topic-realize): Use it. + (mixi-event-community-regexp): New regexp. + (mixi-event-realize): Use it. + (mixi-bbs-list): New constant. + (mixi-bbs-p): New macro. + (mixi-bbs-community): New function. + +2006-12-18 OHASHI Akira + + * mixi.el (mixi-curl-cookie-file): Change the default value to + ~/.mixi/cookies.txt. + +2006-12-14 OHASHI Akira + + * mixi.el (mixi-object-title): Remove application dependant codes. + (mixi-object-content): Ditto. + + * sb-mixi.el (shimbun-mixi-make-subject): Follow the change above. + (shimbun-mixi-make-body): Ditto. + +2006-12-14 OHASHI Akira + + * mixi.el (mixi-friend-nick-regexp): Follow the change of mixi. + (mixi-friend-realize): Ditto. + +2006-12-14 OHASHI Akira + + * mixi.el (mixi-object-p): Check whether class is symbol. + (mixi-read-object): New function. + (mixi-cache-file-regexp): New regexp. + (mixi-cache-regexp): Use it. + (mixi-save-cache): Remove the prefix of file name. + (mixi-read-cache): Use `mixi-read-object' instead of `puthash'. + (mixi-load-cache): Follow the change above. + (mixi-make-friend): Add all slots to the argument. + (mixi-make-diary): Ditto. + (mixi-make-community): Ditto. + (mixi-make-topic): Ditto. + (mixi-make-event): Ditto. + (mixi-make-message): Ditto. + +2006-12-12 OHASHI Akira + + * mixi.el (mixi-url-retrieve): Simplify. + +2006-12-11 OHASHI Akira + + * mixi.el (mixi-diary-time-regexp): Follow the change of mixi; + Fix regexp. + (mixi-diary-title-regexp): Ditto. + (mixi-diary-content-regexp): Ditto. + (mixi-diary-realize): Follow the change above. + +2006-12-11 OHASHI Akira + + * mixi.el (mixi-search-bbs-list-page): New macro. + (mixi-search-bbs-list-regexp): New regexp. + (mixi-search-bbses): New function. + +2006-12-11 OHASHI Akira + + * mixi.el (mixi-search-community-list-page): New macro. + (mixi-search-community-list-regexp): New regexp. + (mixi-search-communities): New function. + 2006-12-11 OHASHI Akira * mixi.el (mixi-cache-expires): Set the default value to nil. @@ -173,6 +836,19 @@ * mixi.el (mixi-topic-content-regexp): Fix regexp. (mixi-topic-realize): Follow the change above. +2006-11-25 OHASHI Akira + + * mixi.el (mixi-save-cache): Use `symbol-value' instead of + `default-value'. + +2006-11-24 OHASHI Akira + + * mixi.el (mixi-directory): Rename from `mixi-cache-directory'. + (mixi-cache-regexp): New regexp. + (mixi-save-cache): New function. + (mixi-read-cache): Ditto. + (mixi-load-cache): Ditto. + 2006-11-24 OHASHI Akira * mixi.el (mixi-retrieve): New macro.