X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=29856f45c996563829506a91b2b035b033d04650;hb=6f0347f9ea0b4a65df004ea48dd7c930a7e9e0cd;hp=901c5de1c84971ebb1bb0ab7d6f1a6f888804c51;hpb=47d038a4115608de4a02ff10ad3763eccfd8ca5a;p=elisp%2Fmixi.git diff --git a/ChangeLog b/ChangeLog index 901c5de..29856f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,161 @@ +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. @@ -886,7 +1044,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.