elisp/mixi.git
17 years ago* mixi.el: Require `url' instead of `w3m'.
bg66 [Mon, 23 Oct 2006 02:06:30 +0000 (02:06 +0000)]
* mixi.el: Require `url' instead of `w3m'.
(mixi-retrieve): Follow the change above.
(mixi-login): Ditto.
(mixi-continuously-access-interval): Increase to 4.0.
(mixi-verbose): Abolish.
(mixi-friend-to-id): Ditto.
(mixi-community-to-id): Ditto.

17 years ago* mixi.el (mixi-make-community): New slot `members'.
bg66 [Sun, 22 Oct 2006 07:32:41 +0000 (07:32 +0000)]
* mixi.el (mixi-make-community): New slot `members'.
(mixi-community-members): New accessor method.
(mixi-community-set-members): Ditto.
(mixi-community-members-regexp): New constant.
(mixi-community-realize): Use them.

* mixi.el (mixi-make-community): New slot `open level'.
(mixi-community-open-level): New accessor method.
(mixi-community-set-open-level): Ditto.
(mixi-community-open-level-regexp): New constant.
(mixi-community-realize): Use them.

* mixi.el (mixi-make-community): New slot `authority'.
(mixi-community-authority): New accessor method.
(mixi-community-set-authority): Ditto.
(mixi-community-authority-regexp): New constant.
(mixi-community-realize): Use them.

17 years agoFix typo.
bg66 [Sun, 22 Oct 2006 07:05:27 +0000 (07:05 +0000)]
Fix typo.

17 years ago* mixi.el (mixi-make-friend): New slog `sex'.
bg66 [Sun, 22 Oct 2006 07:03:21 +0000 (07:03 +0000)]
* mixi.el (mixi-make-friend): New slog `sex'.
(mixi-friend-sex): New accessor method.
(mixi-friend-set-sex): Ditto.
(mixi-friend-name-sex-regexp): Rename from `mixi-friend-name-regexp'.
(mixi-my-name-regexp): Abolish.
(mixi-friend-realize): Use them.

* mixi.el (mixi-make-friend): New slog `address'.
(mixi-friend-address): New accessor method.
(mixi-friend-set-address): Ditto.
(mixi-friend-address-regexp): New constant.
(mixi-friend-realize): Use them.

* mixi.el (mixi-make-friend): New slog `age'.
(mixi-friend-age): New accessor method.
(mixi-friend-set-age): Ditto.
(mixi-friend-age-regexp): New constant.
(mixi-friend-realize): Use them.

* mixi.el (mixi-make-friend): New slog `birthday'.
(mixi-friend-birthday): New accessor method.
(mixi-friend-set-birthday): Ditto.
(mixi-friend-birthday-regexp): New constant.
(mixi-friend-realize): Use them.

* mixi.el (mixi-make-friend): New slog `blood type'.
(mixi-friend-blood-type): New accessor method.
(mixi-friend-set-blood-type): Ditto.
(mixi-friend-blood-type-regexp): New constant.
(mixi-friend-realize): Use them.

* mixi.el (mixi-make-friend): New slog `birthplace'.
(mixi-friend-birthplace): New accessor method.
(mixi-friend-set-birthplace): Ditto.
(mixi-friend-birthplace-regexp): New constant.
(mixi-friend-realize): Use them.

* mixi.el (mixi-make-friend): New slog `hobby'.
(mixi-friend-hobby): New accessor method.
(mixi-friend-set-hobby): Ditto.
(mixi-friend-hobby-regexp): New constant.
(mixi-friend-realize): Use them.

* mixi.el (mixi-make-friend): New slog `job'.
(mixi-friend-job): New accessor method.
(mixi-friend-set-job): Ditto.
(mixi-friend-job-regexp): New constant.
(mixi-friend-realize): Use them.

* mixi.el (mixi-make-friend): New slog `organization'.
(mixi-friend-organization): New accessor method.
(mixi-friend-set-organization): Ditto.
(mixi-friend-organization-regexp): New constant.
(mixi-friend-realize): Use them.

* mixi.el (mixi-make-friend): New slog `profile'.
(mixi-friend-profile): New accessor method.
(mixi-friend-set-profile): Ditto.
(mixi-friend-profile-regexp): New constant.
(mixi-friend-realize): Use them.

17 years agoFix typo.
bg66 [Sat, 21 Oct 2006 14:51:36 +0000 (14:51 +0000)]
Fix typo.

17 years ago* mixi.el (mixi-friend-max-pages): Abolish; Move to toplevel defvar.
bg66 [Sat, 21 Oct 2006 14:49:11 +0000 (14:49 +0000)]
* mixi.el (mixi-friend-max-pages): Abolish; Move to toplevel defvar.
(mixi-favorite-max-pages): Ditto.
(mixi-log-max-pages): Ditto.
(mixi-diary-max-pages): Ditto.
(mixi-new-diary-max-pages): Ditto.
(mixi-community-max-pages): Ditto.
(mixi-topic-max-pages): Ditto.
(mixi-new-topic-max-pages): Ditto.
(mixi-new-community-max-pages): Ditto.

17 years ago* mixi.el (mixi): Use `mixi' instead of `Mixi'.
bg66 [Fri, 20 Oct 2006 09:42:23 +0000 (09:42 +0000)]
* mixi.el (mixi): Use `mixi' instead of `Mixi'.
(mixi-url): Ditto.
(mixi-coding-system): Ditto.
(mixi-continuously-access-interval): Ditto.
(mixi-message): Ditto.
(mixi-login): Ditto.

17 years ago* mixi.el (mixi-login): Tiny fix.
bg66 [Fri, 20 Oct 2006 08:54:23 +0000 (08:54 +0000)]
* mixi.el (mixi-login): Tiny fix.
(mixi-accept-adult-contents): Fix docs.

17 years agoFix typo.
bg66 [Fri, 20 Oct 2006 06:18:10 +0000 (06:18 +0000)]
Fix typo.

17 years ago* mixi.el (mixi-login): Return a error when `w3m-use-cookies' is nil.
bg66 [Fri, 20 Oct 2006 06:15:37 +0000 (06:15 +0000)]
* mixi.el (mixi-login): Return a error when `w3m-use-cookies' is nil.

17 years agoImporting mixi.el. start
bg66 [Fri, 20 Oct 2006 05:45:11 +0000 (05:45 +0000)]
Importing mixi.el.