X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fmixi.git;a=blobdiff_plain;f=ChangeLog;h=d541d23467f60b6d684c405cd99615eefb8fb6a4;hp=4625bc4c3683c572cb4b401d494aaf1765c029b9;hb=024ab7527bb1ed840213038225cd4ae4f03285bd;hpb=aa7d17ae33c84f525ea9bb44d344d77899929f65 diff --git a/ChangeLog b/ChangeLog index 4625bc4..d541d23 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,750 @@ +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. + +2007-11-19 OHASHI Akira + + * mixi.el (mixi-diary-comment-list-regexp): Follow the change of mixi. + +2007-11-03 OHASHI Akira + + * mixi.el (mixi-make-comment): Add the COUNT slot. + (mixi-comment-count): New function. + (mixi-topic-comment-list-regexp): Fix regexp. + (mixi-event-comment-list-regexp): Ditto. + (mixi-get-comments): Follow the change above. + * mixi-utils.el (mixi-make-author): Add the ADD-COMMENT-COUNT argument. + * sb-mixi.el (shimbun-mixi-add-comment-count-to-author): New user + option. + (shimbun-mixi-get-headers): Use it. + +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. + +2007-10-26 OHASHI Akira + + * AUTHORS: Add new entries of the special thanks. + * README: Write it. + +2007-10-21 OHASHI Akira + + * mixi-ja.texi: New file. + * infohack.el: Ditto. + * ptexinfmt.el: Ditto. + * Makefile.am (EXTRA_DIST): Add texinfo files. + (info_TEXINFOS): New variable. + (install): Depend install-info. + (install-package): Make info file. + (%.info): New rule. + +2007-10-18 OHASHI Akira + + * mixi-atom.el: Fix expressions of the copyright notices. + * mixi-gnus.el: Ditto. + * mixi-ticker.el: Ditto. + * mixi-utils.el: Ditto. + * mixi-wl.el: Ditto. + * mixi.el: Ditto. + * sb-mixi.el: Ditto. + +2007-10-16 OHASHI Akira + + * mixi.el (mixi-new-bbs-comment-list-page): New macro. + (mixi-new-bbs-comment-list-regexp): New constant. + (mixi-get-new-bbs-comments): New function. + * sb-mixi.el (shimbun-mixi-default-group-alist): Add it. + (shimbun-mixi-group-alist): Remove unnecessary constants. + +2007-10-15 OHASHI Akira + + * mixi.el (mixi-diary-comment-list-regexp): Follow the change of mixi. + +2007-10-09 OHASHI Akira + + * mixi.el (mixi-event-owner-regexp): Fix regexp. + (mixi-realize-event): Follow the change above. + +2007-10-07 Yoichi NAKAYAMA + + * mixi-wl.el (mixi-wl-setup-draft-buffer): Avoid error when there is + no recipient. + +2007-10-04 OHASHI Akira + + * mixi.el (mixi-revision): New constant. + * sb-mixi.el (shimbun-mixi-revision): Ditto. + * configure.ac (AM_INIT_AUTOMAKE): Change the version of this package. + +2007-10-01 OHASHI Akira + + * mixi.el (mixi-post-succeed-regexp): Follow the change of mixi. + + * mixi.el (mixi-diary-comment-list-regexp): Follow the change of mixi. + (mixi-get-comments): Follow the change above. + + * 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): Ditto. + (mixi-friend-list-nick-regexp): Ditto. + (mixi-diary-owner-nick-regexp): Ditto. + (mixi-diary-title-regexp): Ditto. + (mixi-diary-time-regexp): Ditto. + (mixi-diary-content-regexp): Ditto. + (mixi-realize-diary): Ditto. + (mixi-diary-list-regexp): Ditto. + (mixi-new-diary-list-regexp): Ditto. + (mixi-get-diaries): Ditto. + (mixi-community-name-regexp): Ditto. + (mixi-community-birthday-regexp): Ditto. + (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. + (mixi-community-list-name-regexp): Ditto. + (mixi-search-community-list-regexp): Ditto. + (mixi-topic-community-regexp): Ditto. + (mixi-topic-title-regexp): Ditto. + (mixi-topic-time-regexp): Ditto. + (mixi-topic-owner-regexp): Ditto. + (mixi-topic-content-regexp): Ditto. + (mixi-event-community-regexp): Ditto. + (mixi-event-title-regexp): Ditto. + (mixi-event-time-regexp): Ditto. + (mixi-event-date-regexp): Ditto. + (mixi-event-place-regexp): Ditto. + (mixi-event-owner-regexp): Ditto. + (mixi-event-owner-seceded-regexp): Ditto. + (mixi-event-detail-regexp): Ditto. + (mixi-event-limit-regexp): Ditto. + (mixi-event-members-regexp): Ditto. + (mixi-realize-event): Ditto. + (mixi-bbs-list-regexp): Ditto. + (mixi-new-bbs-list-regexp): Ditto. + (mixi-search-bbs-list-regexp): Ditto. + (mixi-diary-comment-list-regexp): Ditto. + (mixi-topic-comment-list-regexp): Ditto. + (mixi-event-comment-list-regexp): Ditto. + (mixi-get-comments): Ditto. + (mixi-new-comment-list-regexp): Ditto. + * mixi-utils.el (mixi-make-content): Follow the change above. + + * mixi.el (mixi-event-detail-regexp): Fix regexp. + +2007-09-30 OHASHI Akira + + * mixi-utils.el (mixi-make-content): Fix regexp. + + * mixi.el (mixi-friend-profile-regexp): Fix regexp. + +2007-09-28 OHASHI Akira + + * mixi-utils.el (mixi-make-content): Fix for closed users. + + * sb-mixi.el (shimbun-mixi-get-profile-with-diary): New user option. + (shimbun-mixi-get-headers): Use it. + +2007-09-27 OHASHI Akira + + * mixi.el (mixi-url-retrieve): Add a URL to error messages. + (mixi-w3m-retrieve): Ditto. + (mixi-curl-retrieve): Ditto. + +2007-09-26 OHASHI Akira + + * sb-mixi.el (shimbun-get-headers): Use `shimbun-header-index-pages'. + +2007-09-25 OHASHI Akira + + * mixi.el (mixi-topic-content-regexp): Fix regexp. + (mixi-realize-topic): Follow the change above. + +2007-09-17 OHASHI Akira + + * mixi.el (mixi-diary-content-regexp): Fix for retrieving photos. + +2007-09-10 OHASHI Akira + + * mixi.el (mixi-entity-alist): New constant. + (mixi-encode-specials-string): New function. + * mixi-atom.el (mixi-make-atom-entry): Use it. + + * mixi-atom.el (mixi-atom-self): New constant. + (mixi-make-atom): Use it. + +2007-07-25 OHASHI Akira + + * mixi.el (mixi-topic-comment-list-regexp): Fix regexp. + +2007-07-24 OHASHI Akira + + * mixi.el (with-mixi-retrieve): Follow the change of mixi. + (with-mixi-post-form): Ditto. + (mixi-login-form): New constant. + (with-mixi-retrieve): Use it. + (with-mixi-post-form): Ditto. + +2007-06-20 OHASHI Akira + + * mixi.el (mixi-diary-list-regexp): Follow the change of mixi. + (mixi-get-diaries): Follow the change above. + (mixi-news-finished-regexp): Follow the change of mixi. + +2007-06-19 OHASHI Akira + + * mixi.el (mixi-post-key-regexp): Follow the change of mixi. + +2007-06-07 OHASHI Akira + + * mixi.el (mixi-event-time-regexp): Follow the change of mixi. + (mixi-event-detail-regexp): Ditto. + (mixi-event-comment-list-regexp): Ditto. + +2007-05-31 OHASHI Akira + + * mixi.el (mixi-diary-content-regexp): Follow the change of mixi. + (mixi-search-diary-list-regexp): Ditto. + (mixi-topic-content-regexp): Ditto. + (mixi-event-detail-regexp): Ditto. + (mixi-diary-comment-list-regexp): Ditto. + (mixi-topic-comment-list-regexp): Ditto. + (mixi-event-comment-list-regexp): Ditto. + (mixi-message-content-regexp): Ditto. + +2007-04-26 OHASHI Akira + + * riece-mixi.el (riece-mixi-send-object-with-url): Don't send a title. + +2007-04-19 OHASHI Akira + + * sb-mixi.el (shimbun-mixi-to-regexp): Abolish. + (shimbun-mixi-send-mail): Ditto. + * mixi-utils.el (mixi-to-regexp): New constant. + (mixi-send-mail): New function. + * mixi-gnus.el (message-mixi-p): Follow the change above. + (message-send-via-mixi): Ditto. + * mixi-wl.el (wl-draft-send-mail-with-mixi): Ditto. + (mixi-wl-setup-draft-buffer): Ditto. + * acinclude.m4 (AC_EXAMINE_MODULES): Ditto. + +2007-04-16 OHASHI Akira + + * mixi-wl.el (wl-draft-send-mail-with-mixi): Check that title is not + nil. + +2007-04-05 OHASHI Akira + + * mixi.el (mixi-friend-list-id-regexp): Follow the change of mixi. + (mixi-friend-list-nick-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-list-id-regexp): Ditto. + (mixi-community-list-name-regexp): Ditto. + +2007-03-26 OHASHI Akira + + * Makefile.am (compile-individually): New target. + * COMPILE.in (mixi-compile-module): New function. + (mixi-examine): Ditto. + +2007-03-26 OHASHI Akira + + * COMPILE.in: Rename from `COMPILE'. + (mixi-modules): New variable. + (mixi-compile): Use it. + (mixi-install): Ditto. + (mixi-compile-package): Ditto. + (mixi-install-package): Ditto. + (mixi-compile-modules): Follow the change above. + (mixi-install-modules): Ditto. + * .cvsignore: Add COMPILE. + * acinclude.m4 (AC_EXAMINE_MODULES): New function. + (AC_CHECK_SHIMBUN): Don't use AC_SUBST. + (AC_CHECK_GNUS): Ditto. + (AC_CHECK_WL): Ditto. + (AC_CHECK_RIECE): Ditto. + * configure.ac: Use AC_EXAMINE_MODULES. + (HAVE_SHIMBUN): Abolish. + (HAVE_GNUS): Ditto. + (HAVE_WL): Ditto. + (HAVE_RIECE): Ditto. + (AC_CONFIG_FILES): Add COMPILE. + * Makefile.am (MODULES_MIXI): Abolish. + (MODULES_SHIMBUN): Ditto. + (MODULES_GNUS): Ditto. + (MODULES_WL): Ditto. + (MODULES_RIECE): Ditto. + (MODULES): Ditto. + (DISTCLEANFILES): New variable. + (EXTRA_DIST): Follow the change above. + (elc): Ditto. + (install): Ditto. + (package): Ditto. + (install-package): Ditto. + +2007-03-25 Hiroya Murata + + * sb-mixi.el (shimbun-mixi-default-group-alist): New constant; + rename from `shimbun-mixi-group-alist'. + (shimbun-mixi-group-alist): Change the default value to nil. + (shimbun-mixi-group-alist): New function. + (shimbun-groups): Use it instead of the same name variable. + (shimbun-get-headers): Ditto. + +2007-03-25 OHASHI Akira + + * INSTALL-CVS: New file. + * Makefile.am (EXTRA_DIST): Add it. + +2007-03-23 OHASHI Akira + + * mixi.el (mixi-diary-closed-regexp): Fix regexp. + (mixi-diary-owner-nick-regexp): Ditto. + (mixi-diary-time-regexp): Ditto. + (mixi-diary-title-regexp): Ditto. + (mixi-diary-content-regexp): Ditto. + (mixi-realize-diary): Follow the change above. + (mixi-event-community-regexp): Fix regexp. + (mixi-event-time-regexp): Ditto. + (mixi-event-title-regexp): Ditto. + (mixi-event-owner-regexp): Ditto. + (mixi-event-owner-seceded-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. + +2007-03-22 OHASHI Akira + + * mixi.el (mixi-community-name-regexp): Fix regexp. + (mixi-community-birthday-regexp): Ditto. + (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. + (mixi-realize-community): Follow the change above. + +2007-03-19 OHASHI Akira + + * mixi.el (mixi-diary-content-regexp): Fix regexp. + +2007-03-19 OHASHI Akira + + * mixi-gnus.el: Use `require' instead of `autoload'. + * mixi-wl.el: Ditto. + * riece-mixi.el: Ditto. + + * acinclude.m4 (AC_CHECK_GNUS): New function. + (AC_CHECK_WL): Ditto. + * configure.ac: Use them. + (HAVE_GNUS): New condition. + (HAVE_WL): Ditto. + * Makefile.am (MODULES_GNUS): New variable. + (MODULES_WL): Ditto. + (MODULES_SHIMBUN): Follow the change above. + (EXTRA_DIST): Ditto. + (MODULES): Ditto. + +2007-03-17 Hiroya Murata + + * mixi-utils.el (toplevel): Specify the file coding system. + + * mixi.el (toplevel): Ditto. + (mixi-my-id-regexp): Use `show_profile' instead of `add_diary'. + (mixi-make-me): Call `re-search-forward' with 3rd argument. + +2007-03-16 OHASHI Akira + + * mixi-ticker.el: New file. + * Makefile.am (MODULES_MIXI): Add it. + +2007-03-15 OHASHI Akira + + * contrib/atom.cgi: New file. + * contrib/atom.sh: Ditto. + * Makefile.am (CONTRIB): New variable. + (EXTRA_DIST): Use it. + +2007-03-14 OHASHI Akira + + * mixi-atom.el (mixi-make-atom): Use `concat' instead of `insert'. + (mixi-atom-cgi): New function. + (mixi-atom-file): Rename from `mixi-make-atom-file'. + +2007-03-12 OHASHI Akira + + * mixi-atom.el (mixi-atom-file): New user option. + (mixi-make-atom-file): Use it. + + * mixi-atom.el (mixi-make-atom-file): Rename from + `mixi-atom-write-file'. + +2007-03-12 OHASHI Akira + + * mixi.el (mixi-login): Simplify. + +2007-03-07 OHASHI Akira + + * riece-mixi.el (riece-mixi-display-message-function): Simplify. + + * mixi.el (mixi-save-cache): Use while-loop instead of `mapc'. + (mixi-load-cache): Ditto. + * sb-mixi.el (shimbun-mixi-get-headers): Ditto. + (shimbun-mixi-comment-article): Ditto. + * mixi-atom.el (mixi-make-atom-entries): Ditto. + * riece-mixi.el (riece-mixi-check): Ditto. + +2007-03-06 OHASHI Akira + + * riece-mixi.el (riece-mixi-reply-to-only-me): New user option. + (riece-mixi-display-message-function): Use it. + + * riece-mixi.el (riece-mixi-enabled): Abolish. + (riece-mixi-display-message-function): Follow the change above. + (riece-mixi-check): Ditto. + (riece-mixi-enable): Ditto. + (riece-mixi-disable): Ditto. + +2007-03-06 OHASHI Akira + + * riece-mixi.el: New file. + * configure.ac: Add AC_CHECK_RIECE and HAVE_RIECE. + * acinclude.m4: Add AC_CHECK_RIECE. + * Makefile.am (MODULES_ALL): Abolish. + (MODULES_SHIMBUN): New variable. + (MODULES_RIECE): Ditto. + (EXTRA_DIST): Follow the change above. + (MODULES): Ditto. + + * mixi-utils.el (mixi-make-title): Support a suffix of news. + +2007-03-01 OHASHI Akira + + * mixi.el (mixi-favorite-list-id-regexp): Abolish. + (mixi-favorite-list-nick-regexp): Ditto. + (mixi-favorite-list-regexp): New regexp. + (mixi-get-favorites): Follow the change above. + +2007-02-23 OHASHI Akira + + * mixi-atom.el: New file. + * Makefile.am (MODULES_MIXI): Add it. + + * mixi-utils.el (mixi-make-content): Support mixi-log object. + + * mixi.el (mixi-url-encode-string): New function. + (mixi-url-encode-and-quote-percent-string): Use it. + * mixi-utils.el (mixi-make-encoded-url): New function. + (mixi-make-objects): Ditto. + + * mixi-utils.el (mixi-make-id-1): New function. + (mixi-make-message-id): Use it. + (mixi-make-tag-uri): New function. + * sb-mixi.el (shimbun-get-headers): Use it. + + * configure.ac: Change PACKAGE to mixi-el. + +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-buffer): New macro. - (with-mixi-retrieve): Use them. + (with-mixi-retrieve): Use it. (with-mixi-post-form): Ditto. (mixi-get-matched-items): Follow the change above. @@ -24,16 +766,16 @@ 2007-01-17 OHASHI Akira - * mixi.el: (mixi-get-matched-items): Add REVERSE argument. + * 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. + * 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. + * 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. @@ -451,7 +1193,7 @@ (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-friend): Add all slots to the argument. (mixi-make-diary): Ditto. (mixi-make-community): Ditto. (mixi-make-topic): Ditto. @@ -590,7 +1332,7 @@ * sb-mixi.el (shimbun-mixi-make-subject): Follow the change above. (shimbun-mixi-make-body): Ditto. - + 2006-11-27 OHASHI Akira * mixi.el (mixi-event-cache): New variable. @@ -1145,3 +1887,10 @@ 2006-10-20 OHASHI Akira * mixi.el: Importing mixi.el. + + +Local Variables: +coding: iso-2022-7bit +fill-column: 79 +indent-tabs-mode: t +End: