X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=c25d630382a1d01a44479ecc4011c2c3282da3a0;hb=94409b948c5b2330fd4f19ed26d9423539044bb7;hp=6155bc11503b40c2b370cc0f1edd37e520b7e5b3;hpb=60cb0d1b1f0871851b9de423cf3bd91a2d8e09df;p=elisp%2Fmixi.git diff --git a/ChangeLog b/ChangeLog index 6155bc1..c25d630 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,97 @@ +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 avobe. + (mixi-realize-event): Follow the change above. 2007-10-07 Yoichi NAKAYAMA