X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=f4d4fbbeb231f7ab6e5c7aca784df604db38fcc2;hb=05c4553eb24385a0f323023b392fe4772dec2f02;hp=dbb954cc6fbe97e9c5267789581e7ccc919a0cf3;hpb=12713a87cea54ecb15d69c36456adc07fc7c65e5;p=elisp%2Fmixi.git diff --git a/ChangeLog b/ChangeLog index dbb954c..f4d4fbb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,402 @@ +2008-11-12 OHASHI Akira + + * mixi.el (mixi-message-box-list): Add `noticebox'. + (mixi-message-list-regexp): Follow the change of mixi. + (mixi-message-title-regexp): Ditto. + (mixi-message-time-regexp): Ditto. + (mixi-message-owner-regexp): Ditto. + (mixi-message-content-regexp): Ditto. + (mixi-realize-message): Follow the change above. + * mixi-utils.el (mixi-make-author): Ditto. + (mixi-make-id-1): Ditto. + (mixi-make-reply-to): Ditto. + * sb-mixi.el (shimbun-mixi-default-group-alist): Add `messages.notice'. + +2008-10-04 OHASHI Akira + + * mixi-el: Version 2.0.0 released. + * configure.ac: Bump up version. + +2008-09-28 OHASHI Akira + + * mixi.el (mixi-news-url-regexp): Fix regexp. + (mixi-make-news-from-url): Follow the change above. + +2008-09-05 OHASHI Akira + + * mixi.el (mixi-diary-closed-regexp): Fix regexp. + +2008-08-22 OHASHI Akira + + * mixi.el (url-request-method): Abolish useless variables. + (url-request-data): Ditto. + (url-request-extra-headers): Ditto. + (url-show-status): Ditto. + +2008-08-21 OHASHI Akira + + * riece-mixi.el (riece-mixi-message-filter): Rename from + `riece-mixi-message-filter-function' and return `message'. + (riece-mixi-insinuate): Follow the change above. + (riece-mixi-uninstall): Ditto. + +2008-08-20 OHASHI Akira + + * riece-mixi.el (riece-mixi-message-filter-function): New function. + (riece-mixi-insinuate): Use it. + (riece-mixi-uninstall): New function. + +2008-08-18 OHASHI Akira + + * mixi.el (mixi-warning-continuously-accessing): Follow the change of + mixi. + +2008-08-11 OHASHI Akira + + * mixi.el (mixi-diary-comment-list-regexp): Follow the change of mixi. + +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. + +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. @@ -921,7 +1320,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.