(shimbun-mixi-default-group-alist): New constant;
[elisp/mixi.git] / ChangeLog
1 2007-03-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * sb-mixi.el (shimbun-mixi-default-group-alist): New constant;
4         rename from `shimbun-mixi-group-alist'.
5         (shimbun-mixi-group-alist): Change the default value to nil.
6         (shimbun-mixi-group-alist): New function.
7         (shimbun-groups): Use it instead of the same name variable.
8         (shimbun-get-headers): Ditto.
9
10 2007-03-25  OHASHI Akira  <bg66@koka-in.org>
11
12         * INSTALL-CVS: New file.
13         * Makefile.am (EXTRA_DIST): Add it.
14
15 2007-03-23  OHASHI Akira  <bg66@koka-in.org>
16
17         * mixi.el (mixi-diary-closed-regexp): Fix regexp.
18         (mixi-diary-owner-nick-regexp): Ditto.
19         (mixi-diary-time-regexp): Ditto.
20         (mixi-diary-title-regexp): Ditto.
21         (mixi-diary-content-regexp): Ditto.
22         (mixi-realize-diary): Follow the change above.
23         (mixi-event-community-regexp): Fix regexp.
24         (mixi-event-time-regexp): Ditto.
25         (mixi-event-title-regexp): Ditto.
26         (mixi-event-owner-regexp): Ditto.
27         (mixi-event-owner-seceded-regexp): Ditto.
28         (mixi-event-date-regexp): Ditto.
29         (mixi-event-place-regexp): Ditto.
30         (mixi-event-detail-regexp): Ditto.
31         (mixi-event-limit-regexp): Ditto.
32         (mixi-event-members-regexp): Ditto.
33         (mixi-realize-event): Follow the change above.
34
35 2007-03-22  OHASHI Akira  <bg66@koka-in.org>
36
37         * mixi.el (mixi-community-name-regexp): Fix regexp.
38         (mixi-community-birthday-regexp): Ditto.
39         (mixi-community-owner-regexp): Ditto.
40         (mixi-community-category-regexp): Ditto.
41         (mixi-community-members-regexp): Ditto.
42         (mixi-community-open-level-regexp): Ditto.
43         (mixi-community-authority-regexp): Ditto.
44         (mixi-community-description-regexp): Ditto.
45         (mixi-realize-community): Follow the change above.
46
47 2007-03-19  OHASHI Akira  <bg66@koka-in.org>
48
49         * mixi.el (mixi-diary-content-regexp): Fix regexp.
50
51 2007-03-19  OHASHI Akira  <bg66@koka-in.org>
52
53         * mixi-gnus.el: Use `require' instead of `autoload'.
54         * mixi-wl.el: Ditto.
55         * riece-mixi.el: Ditto.
56
57         * acinclude.m4 (AC_CHECK_GNUS): New function.
58         (AC_CHECK_WL): Ditto.
59         * configure.ac: Use them.
60         (HAVE_GNUS): New condition.
61         (HAVE_WL): Ditto.
62         * Makefile.am (MODULES_GNUS): New variable.
63         (MODULES_WL): Ditto.
64         (MODULES_SHIMBUN): Follow the change above.
65         (EXTRA_DIST): Ditto.
66         (MODULES): Ditto.
67
68 2007-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
69
70         * mixi-utils.el (toplevel): Specify the file coding system.
71
72         * mixi.el (toplevel): Ditto.
73         (mixi-my-id-regexp): Use `show_profile' instead of `add_diary'.
74         (mixi-make-me): Call `re-search-forward' with 3rd argument.
75
76 2007-03-16  OHASHI Akira  <bg66@koka-in.org>
77
78         * mixi-ticker.el: New file.
79         * Makefile.am (MODULES_MIXI): Add it.
80
81 2007-03-15  OHASHI Akira  <bg66@koka-in.org>
82
83         * contrib/atom.cgi: New file.
84         * contrib/atom.sh: Ditto.
85         * Makefile.am (CONTRIB): New variable.
86         (EXTRA_DIST): Use it.
87
88 2007-03-14  OHASHI Akira  <bg66@koka-in.org>
89
90         * mixi-atom.el (mixi-make-atom): Use `concat' instead of `insert'.
91         (mixi-atom-cgi): New function.
92         (mixi-atom-file): Rename from `mixi-make-atom-file'.
93
94 2007-03-12  OHASHI Akira  <bg66@koka-in.org>
95
96         * mixi-atom.el (mixi-atom-file): New user option.
97         (mixi-make-atom-file): Use it.
98
99         * mixi-atom.el (mixi-make-atom-file): Rename from
100         `mixi-atom-write-file'.
101
102 2007-03-12  OHASHI Akira  <bg66@koka-in.org>
103
104         * mixi.el (mixi-login): Simplify.
105
106 2007-03-07  OHASHI Akira  <bg66@koka-in.org>
107
108         * riece-mixi.el (riece-mixi-display-message-function): Simplify.
109
110         * mixi.el (mixi-save-cache): Use while-loop instead of `mapc'.
111         (mixi-load-cache): Ditto.
112         * sb-mixi.el (shimbun-mixi-get-headers): Ditto.
113         (shimbun-mixi-comment-article): Ditto.
114         * mixi-atom.el (mixi-make-atom-entries): Ditto.
115         * riece-mixi.el (riece-mixi-check): Ditto.
116
117 2007-03-06  OHASHI Akira  <bg66@koka-in.org>
118
119         * riece-mixi.el (riece-mixi-reply-to-only-me): New user option.
120         (riece-mixi-display-message-function): Use it.
121
122         * riece-mixi.el (riece-mixi-enabled): Abolish.
123         (riece-mixi-display-message-function): Follow the change above.
124         (riece-mixi-check): Ditto.
125         (riece-mixi-enable): Ditto.
126         (riece-mixi-disable): Ditto.
127
128 2007-03-06  OHASHI Akira  <bg66@koka-in.org>
129
130         * riece-mixi.el: New file.
131         * configure.ac: Add AC_CHECK_RIECE and HAVE_RIECE.
132         * acinclude.m4: Add AC_CHECK_RIECE.
133         * Makefile.am (MODULES_ALL): Abolish.
134         (MODULES_SHIMBUN): New variable.
135         (MODULES_RIECE): Ditto.
136         (EXTRA_DIST): Follow the change above.
137         (MODULES): Ditto.
138
139         * mixi-utils.el (mixi-make-title): Support a suffix of news.
140
141 2007-03-01  OHASHI Akira  <bg66@koka-in.org>
142
143         * mixi.el (mixi-favorite-list-id-regexp): Abolish.
144         (mixi-favorite-list-nick-regexp): Ditto.
145         (mixi-favorite-list-regexp): New regexp.
146         (mixi-get-favorites): Follow the change above.
147
148 2007-02-23  OHASHI Akira  <bg66@koka-in.org>
149
150         * mixi-atom.el: New file.
151         * Makefile.am (MODULES_MIXI): Add it.
152
153         * mixi-utils.el (mixi-make-content): Support mixi-log object.
154
155         * mixi.el (mixi-url-encode-string): New function.
156         (mixi-url-encode-and-quote-percent-string): Use it.
157         * mixi-utils.el: (mixi-make-encoded-url): New function.
158         (mixi-make-objects): Ditto.
159
160         * mixi-utils.el: (mixi-make-id-1): New function.
161         (mixi-make-message-id): Use it.
162         (mixi-make-tag-uri): New function.
163         * sb-mixi.el (shimbun-get-headers): Use it.
164
165         * configure.ac: Change PACKAGE to mixi-el.
166
167 2007-02-22  OHASHI Akira  <bg66@koka-in.org>
168
169         * mixi-utils.el: New file.
170         * sb-mixi.el: Use it.
171         * Makefile.am (MODULES_MIXI): Add it.
172
173 2007-02-19  OHASHI Akira  <bg66@koka-in.org>
174
175         * mixi.el (mixi-log-list-regexp): Follow the change of mixi.
176
177 2007-02-19  OHASHI Akira  <bg66@koka-in.org>
178
179         * mixi.el (mixi-news-finished-regexp): New regexp.
180         (mixi-realize-news): Use it.
181
182 2007-02-16  OHASHI Akira  <bg66@koka-in.org>
183
184         * mixi.el: Add autoload cookies.
185         * .cvsignore: New file.
186         * AUTHORS: Ditto.
187         * COMPILE: Ditto.
188         * Makefile.am: Ditto.
189         * NEWS: Ditto.
190         * README: Ditto.
191         * acinclude.m4: Ditto.
192         * configure.ac: Ditto.
193
194 2007-02-16  OHASHI Akira  <bg66@koka-in.org>
195
196         * mixi-gnus.el: Avoid errors and warnings when compiling.
197
198         * mixi-wl.el: Ditto.
199
200 2007-02-07  OHASHI Akira  <bg66@koka-in.org>
201
202         * mixi.el (mixi-url-retrieve): Don't show status to minibuffer.
203
204 2007-02-05  OHASHI Akira  <bg66@koka-in.org>
205
206         * mixi.el (mixi-curl-post-form): New function.
207         (mixi-curl-retrieve): Add the FORM-DATA argument.
208         (mixi-message-title-regexp): Fix regexp.
209         (mixi-message-content-regexp): Ditto.
210
211 2007-02-01  OHASHI Akira  <bg66@koka-in.org>
212
213         * mixi.el (mixi-friend-nick-regexp): Follow the change of mixi.
214         (mixi-friend-name-regexp): Ditto.
215         (mixi-friend-sex-regexp): Ditto.
216         (mixi-friend-address-regexp): Ditto.
217         (mixi-friend-age-regexp): Ditto.
218         (mixi-friend-birthday-regexp): Ditto.
219         (mixi-friend-blood-type-regexp): Ditto.
220         (mixi-friend-birthplace-regexp): Ditto.
221         (mixi-friend-hobby-regexp): Ditto.
222         (mixi-friend-job-regexp): Ditto.
223         (mixi-friend-organization-regexp): Ditto.
224         (mixi-friend-profile-regexp): Ditto.
225         (mixi-realize-friend): Follow the change above.
226
227 2007-01-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
228
229         * mixi-wl.el: Use wl-draft-send-hook.
230         (wl-draft-send-mail-with-mixi): Fix arg of wl-draft-write-sendlog.
231
232 2007-01-30  OHASHI Akira  <bg66@koka-in.org>
233
234         * mixi.el (mixi-make-object-from-url): Support friend object.
235         (mixi-friend-url-regexp): Support profile page.
236         (mixi-make-friend-from-url): Follow the change above.
237
238         * sb-mixi.el (shimbun-mixi-group-alist): Add logs group.
239         (shimbun-mixi-make-subject): Support log object.
240         (shimbun-mixi-make-from): Ditto.
241         (shimbun-mixi-make-message-id): Ditto.
242         (shimbun-mixi-make-xref): Support log and friend object.
243         (shimbun-mixi-make-body): Support friend object.
244
245 2007-01-24  OHASHI Akira  <bg66@koka-in.org>
246
247         * sb-mixi.el (shimbun-mixi-group-alist): Add `messages.sent' and
248         `mixi-el' groups to default value.
249
250 2007-01-24  OHASHI Akira  <bg66@koka-in.org>
251
252         * mixi.el (mixi-bbs-community): Rename `bbs' from `object'.
253         (mixi-bbs-comment-count): New accessor method.
254         (mixi-bbs-set-comment-count): Ditto.
255         (mixi-new-bbs-list-regexp): Fix regexp.
256         (mixi-get-new-bbses): Return only BBSes having unseen comments.
257         (mixi-new-comment-list-regexp): Fix regexp.
258         (mixi-get-new-comments): Return only diaries having unseen comments.
259
260 2007-01-24  OHASHI Akira  <bg66@koka-in.org>
261
262         * mixi.el (mixi-make-diary): Add comment-count argument.
263         (mixi-diary-url-regexp): Follow the change above.
264         (mixi-make-diary-from-url): Ditto.
265         (mixi-diary-comment-count): New accessor method.
266         (mixi-diary-time): Follow the change above.
267         (mixi-diary-title): Ditto.
268         (mixi-diary-content): Ditto.
269         (mixi-diary-set-comment-count): New accessor method.
270         (mixi-diary-set-time): Follow the change above.
271         (mixi-diary-set-title): Ditto.
272         (mixi-diary-set-content): Ditto.
273         (mixi-get-diaries): Ditto.
274         (mixi-get-new-diaries): Ditto.
275         (mixi-search-diaries): Ditto.
276         (mixi-make-topic): Add comment-count argument.
277         (mixi-topic-url-regexp): Follow the change above.
278         (mixi-make-topic-from-url): Ditto.
279         (mixi-topic-comment-count): New accessor method.
280         (mixi-topic-time): Follow the change above.
281         (mixi-topic-title): Ditto.
282         (mixi-topic-owner): Ditto.
283         (mixi-topic-content): Ditto.
284         (mixi-topic-set-comment-count): New accessor method.
285         (mixi-topic-set-time): Follow the change above.
286         (mixi-topic-set-title): Ditto.
287         (mixi-topic-set-owner): Ditto.
288         (mixi-topic-set-content): Ditto.
289         (mixi-make-event): Add comment-count argument.
290         (mixi-event-url-regexp): Follow the change above.
291         (mixi-make-event-from-url): Ditto.
292         (mixi-event-comment-count): New accessor method.
293         (mixi-event-time): Follow the change above.
294         (mixi-event-title): Ditto.
295         (mixi-event-owner): Ditto.
296         (mixi-event-date): Ditto.
297         (mixi-event-place): Ditto.
298         (mixi-event-detail): Ditto.
299         (mixi-event-limit): Ditto.
300         (mixi-event-members): Ditto.
301         (mixi-event-set-comment-count): New accessor method.
302         (mixi-event-set-time): Follow the change above.
303         (mixi-event-set-title): Ditto.
304         (mixi-event-set-owner): Ditto.
305         (mixi-event-set-date): Ditto.
306         (mixi-event-set-place): Ditto.
307         (mixi-event-set-detail): Ditto.
308         (mixi-event-set-limit): Ditto.
309         (mixi-event-set-members): Ditto.
310
311 2007-01-23  OHASHI Akira  <bg66@koka-in.org>
312
313         * mixi.el (mixi-news-title-regexp): Follow the change of mixi.
314         (mixi-news-content-regexp): Ditto.
315
316 2007-01-22  OHASHI Akira  <bg66@koka-in.org>
317
318         * mixi.el (mixi-news-content-regexp): Follow the change of mixi.
319
320 2007-01-19  OHASHI Akira  <bg66@koka-in.org>
321
322         * mixi.el (mixi-community-birthday-regexp): Follow the change of mixi.
323
324 2007-01-19  OHASHI Akira  <bg66@koka-in.org>
325
326         * mixi.el (mixi-realize-parent): Rename from `mixi-realize-object'.
327         (mixi-parent-p): New macro.
328         (mixi-get-comments): Use them.
329
330         * sb-mixi.el (shimbun-mixi-get-headers): Ditto.
331         (shimbun-get-headers): Ditto.
332
333 2007-01-18  OHASHI Akira  <bg66@koka-in.org>
334
335         * mixi.el (mixi-realize-object): New function.
336         (mixi-get-comments): Realize the parent before getting comments.
337         (mixi-realize-diary): Follow the change above.
338         (mixi-realize-topic): Ditto.
339         (mixi-realize-event): Ditto.
340
341 2007-01-18  OHASHI Akira  <bg66@koka-in.org>
342
343         * mixi.el (mixi-temp-buffer-name): Rename from `mixi-buffer-name'.
344         (with-mixi-retrieve): Follow the change above.
345         (with-mixi-post-form): Ditto.
346
347 2007-01-18  OHASHI Akira  <bg66@koka-in.org>
348
349         * mixi.el (mixi-buffer-name): New variable.
350         (with-mixi-retrieve): Use it.
351         (with-mixi-post-form): Ditto.
352         (mixi-get-matched-items): Follow the change above.
353
354 2007-01-18  OHASHI Akira  <bg66@koka-in.org>
355
356         * sb-mixi.el (shimbun-mixi-get-headers): Get headers of comments
357         before parent's.
358
359 2007-01-18  OHASHI Akira  <bg66@koka-in.org>
360
361         * sb-mixi.el (shimbun-mixi-get-headers): Stop getting comment's
362         headers when it was already shown.
363
364 2007-01-18  OHASHI Akira  <bg66@koka-in.org>
365
366         * mixi.el (mixi-friend-nick-regexp): Follow the change of mixi.
367         (mixi-friend-page): Ditto.
368         (mixi-realize-friend): Ditto.
369
370 2007-01-17  OHASHI Akira  <bg66@koka-in.org>
371
372         * mixi.el: (mixi-get-matched-items): Add REVERSE argument.
373         (mixi-get-comments): Follow the change above.
374
375 2007-01-17  OHASHI Akira  <bg66@koka-in.org>
376
377         * mixi.el: (mixi-realize-message): Follow the change of mixi.
378
379 2007-01-17  OHASHI Akira  <bg66@koka-in.org>
380
381         * mixi.el: (with-mixi-retrieve): Don't bind `buffer' variable.
382         (with-mixi-post-form): Ditto.
383         (mixi-get-matched-items): Follow the change above.
384         (mixi-make-me): Ditto.
385         (mixi-realize-diary): Ditto.
386         (mixi-post-diary): Ditto.
387         (mixi-realize-community): Ditto.
388         (mixi-realize-topic): Ditto.
389         (mixi-post-topic): Ditto.
390         (mixi-realize-event): Ditto.
391         (mixi-post-comment): Ditto.
392         (mixi-realize-message): Ditto.
393         (mixi-post-message): Ditto.
394         (mixi-realize-news): Ditto.
395         (mixi-realization-error): Ditto.
396         (mixi-post-error): Ditto.
397
398 2007-01-17  OHASHI Akira  <bg66@koka-in.org>
399
400         * mixi.el: Avoid warnings when compiling.
401
402 2007-01-16  OHASHI Akira  <bg66@koka-in.org>
403
404         * mixi.el (mixi-login-use-ssl): New user option.
405         (mixi-login): Use it.
406
407 2007-01-15  OHASHI Akira  <bg66@koka-in.org>
408
409         * mixi.el (mixi-diary-list-regexp): Fix regexp.
410         (mixi-get-diaries): Follow the change above.
411
412 2007-01-15  OHASHI Akira  <bg66@koka-in.org>
413
414         * mixi.el (mixi-bbs-p): Simplify.
415         (mixi-message-box-p): Ditto.
416         (mixi-news-category-p): Ditto.
417         (mixi-news-sort-list): New constant.
418         (mixi-news-sort-p): New macro.
419         (mixi-news-sort-id): New function.
420         (mixi-news-list-page): Add SORT argument.
421         (mixi-get-news): Ditto.
422
423         * sb-mixi.el (shimbun-mixi-group-alist): Follow the change above.
424
425 2007-01-14  OHASHI Akira  <bg66@koka-in.org>
426
427         * sb-mixi.el (shimbun-mixi-group-alist): Add news groups.
428         (shimbun-mixi-make-from): Support news.
429         (shimbun-mixi-make-message-id): Ditto.
430         (shimbun-mixi-make-xref): Ditto.
431         (shimbun-mixi-make-reply-to): Ditto.
432
433 2007-01-14  OHASHI Akira  <bg66@koka-in.org>
434
435         * mixi.el (mixi-expand-url): Fix for news.
436         (mixi-news-cache): New variable.
437         (mixi-make-news): New function.
438         (mixi-news-url-regexp): New constant.
439         (mixi-make-news-from-url): New function.
440         (mixi-news-p): New macro.
441         (mixi-news-page): Ditto.
442         (mixi-news-title-regexp): New regexp.
443         (mixi-news-media-time-regexp): Ditto.
444         (mixi-news-content-regexp): Ditto.
445         (mixi-realize-news): New function.
446         (mixi-news-media-id): New accessor method.
447         (mixi-news-id): Ditto.
448         (mixi-news-media): Ditto.
449         (mixi-news-time): Ditto.
450         (mixi-news-title): Ditto.
451         (mixi-news-content): Ditto.
452         (mixi-news-set-media): Ditto.
453         (mixi-news-set-time): Ditto.
454         (mixi-news-set-title): Ditto.
455         (mixi-news-set-content): Ditto.
456         (mixi-news-category-list): New constant.
457         (mixi-news-category-p): New macro.
458         (mixi-news-category-id): New function.
459         (mixi-news-list-page): New macro.
460         (mixi-news-list-regexp): New regexp.
461         (mixi-get-news): New function.
462
463 2007-01-12  OHASHI Akira  <bg66@koka-in.org>
464
465         * mixi.el (mixi-search-diary-list-page): Fix typo.
466         (mixi-search-community-list-page): Ditto.
467         (mixi-search-bbs-list-page): Ditto.
468
469 2007-01-12  OHASHI Akira  <bg66@koka-in.org>
470
471         * mixi.el (mixi-diary-list-regexp): Fix regexp.
472         (mixi-get-diaries): Follow the change above.
473         (mixi-diary-time): Ditto.
474         (mixi-diary-title): Ditto.
475         (mixi-new-diary-list-regexp): Fix regexp.
476         (mixi-get-new-diaries): Follow the change above.
477         (mixi-search-diary-list-regexp): Fix regexp.
478         (mixi-search-diaries): Follow the change above.
479
480 2007-01-11  OHASHI Akira  <bg66@koka-in.org>
481
482         * mixi.el (mixi-community-birthday-regexp): Follow the change of mixi.
483         (mixi-community-owner-regexp): Ditto.
484         (mixi-community-category-regexp): Ditto.
485         (mixi-community-members-regexp): Ditto.
486         (mixi-community-open-level-regexp): Ditto.
487         (mixi-community-authority-regexp): Ditto.
488         (mixi-community-description-regexp): Ditto.
489
490 2007-01-10  OHASHI Akira  <bg66@koka-in.org>
491
492         * mixi-gnus.el (mixi-gnus-setup): Simplify.
493
494 2007-01-09  OHASHI Akira  <bg66@koka-in.org>
495
496         * mixi.el (mixi-topic-content-regexp): Follow the change of mixi.
497
498 2007-01-09  OHASHI Akira  <bg66@koka-in.org>
499
500         * mixi-wl.el: New file.
501
502 2007-01-09  OHASHI Akira  <bg66@koka-in.org>
503
504         * mixi-gnus.el (message-send-via-mixi): Don't replace twice.
505
506 2007-01-09  OHASHI Akira  <bg66@koka-in.org>
507
508         * mixi-gnus.el (message-mixi-p): Change the pseudo header to
509         `Mixi-To:'.
510         (message-send-via-mixi): Ditto.
511
512 2007-01-09  OHASHI Akira  <bg66@koka-in.org>
513
514         * mixi-gnus.el (message-mixi-p): Simplify.
515
516 2007-01-09  OHASHI Akira  <bg66@koka-in.org>
517
518         * mixi.el (mixi-event-comment-list-regexp): Fix regexp.
519
520 2007-01-09  OHASHI Akira  <bg66@koka-in.org>
521
522         * mixi-gnus.el: New file.
523
524         * sb-mixi.el (shimbun-mixi-send-mail): Rename from
525         `shimbun-mixi-send-mail-wrapper'.
526
527 2007-01-08  OHASHI Akira  <bg66@koka-in.org>
528
529         * mixi.el (mixi-backend): Rename from `mixi-retrieve-function' and
530         change the default value to `w3m'.
531         (mixi-retrieve): Follow the change above.
532         (mixi-post-form): Ditto.
533         (mixi-login): Ditto.
534
535 2007-01-08  OHASHI Akira  <bg66@koka-in.org>
536
537         * sb-mixi.el (shimbun-mixi-reply-to): New variable.
538         (shimbun-reply-to): New method.
539         (shimbun-mixi-make-reply-to): New function.
540         (shimbun-article): Use it.
541         (shimbun-mixi-make-object-from-message-id): Abolish.
542         (shimbun-mixi-to-regexp): New constant.
543         (shimbun-mixi-send-mail-wrapper): Follow the change above.
544
545 2006-12-30  OHASHI Akira  <bg66@koka-in.org>
546
547         * mixi.el (mixi-event-owner-seceded-regexp): New regexp.
548         (mixi-realize-event): Follow the change above.
549
550 2006-12-28  OHASHI Akira  <bg66@koka-in.org>
551
552         * sb-mixi.el (shimbun-mixi-message-id-suffix): Abolish.
553         (shimbun-mixi-make-message-id): Revert.
554
555 2006-12-28  OHASHI Akira  <bg66@koka-in.org>
556
557         * sb-mixi.el (shimbun-mixi-send-mail-wrapper): New function.
558
559 2006-12-28  OHASHI Akira  <bg66@koka-in.org>
560
561         * sb-mixi.el (shimbun-mixi-message-id-suffix): New constant.
562         (shimbun-mixi-make-message-id): Use it and change return value.
563         (shimbun-mixi-make-object-from-message-id): New function.
564
565 2006-12-28  OHASHI Akira  <bg66@koka-in.org>
566
567         * sb-mixi.el (shimbun-mixi-logout-p): Abolish.
568         (shimbun-close): Follow the change above.
569
570 2006-12-27  OHASHI Akira  <bg66@koka-in.org>
571
572         * mixi.el (mixi-post-message-page): New macro.
573         (mixi-post-message-key-regexp): New constant.
574         (mixi-post-message-succeed-regexp): Ditto.
575         (mixi-post-message): New function.
576
577 2006-12-27  OHASHI Akira  <bg66@koka-in.org>
578
579         * mixi.el (mixi-post-diary-id-regexp): Abolish.
580         (mixi-post-diary-title-regexp): Ditto.
581         (mixi-post-diary-body-regexp): Ditto.
582         (mixi-post-key-regexp): Rename from `mixi-post-diary-key-regex'.
583         (mixi-post-succeed-regexp): Rename from
584         `mixi-post-diary-succeed-regexp'.
585         (mixi-post-diary): Follow the change above.
586         (mixi-post-topic-title-regexp): Abolish.
587         (mixi-post-topic-body-regexp): Ditto.
588         (mixi-post-topic-key-regexp): Ditto.
589         (mixi-post-topic-succeed-regexp): Ditto.
590         (mixi-post-topic): Follow the change above.
591         (mixi-post-diary-comment-page): New function.
592         (mixi-post-topic-comment-page): Ditto.
593         (mixi-post-event-comment-page): Ditto.
594         (mixi-post-comment): Ditto.
595
596 2006-12-27  OHASHI Akira  <bg66@koka-in.org>
597
598         * mixi.el (mixi-post-diary-page): New macro.
599         (mixi-post-diary): Use it and fix typo.
600         (mixi-post-error): Add optional argument `object'.
601         (mixi-post-topic-page): New macro.
602         (mixi-post-topic-title-regexp): New constant.
603         (mixi-post-topic-body-regexp): Ditto.
604         (mixi-post-topic-key-regexp): Ditto.
605         (mixi-post-topic-succeed-regexp): Ditto.
606         (mixi-post-topic): New function.
607
608 2006-12-26  OHASHI Akira  <bg66@koka-in.org>
609
610         * mixi.el (mixi-post-error): New error symbol.
611         (mixi-post-error): New macro.
612         (mixi-post-form): New macro.
613         (mixi-make-form-data): New function.
614         (mixi-url-retrieve): Add optional argument `extra-headers'.
615         (mixi-url-post-form): New function.
616         (mixi-w3m-post-form): Ditto.
617         (with-mixi-post-form): New macro.
618         (mixi-post-diary-key-regexp): New constant.
619         (mixi-post-diary-id-regexp): Ditto.
620         (mixi-post-diary-title-regexp): Ditto.
621         (mixi-post-diary-body-regexp): Ditto.
622         (mixi-post-diary-succeed-regexp): Ditto.
623         (mixi-post-diary): New function.
624
625 2006-12-26  OHASHI Akira  <bg66@koka-in.org>
626
627         * mixi.el (mixi-url-retrieve): Simplify.
628
629 2006-12-25  OHASHI Akira  <bg66@koka-in.org>
630
631         * mixi.el (mixi-diary-comment-list-regexp): Follow the change of mixi.
632
633 2006-12-25  OHASHI Akira  <bg66@koka-in.org>
634
635         * mixi.el (mixi-save-cache): Change the location of cache files.
636         (mixi-load-cache): Ditto.
637
638 2006-12-25  OHASHI Akira  <bg66@koka-in.org>
639
640         * sb-mixi.el (shimbun-get-headers): Use `mixi-bbs-p'.
641         (shimbun-mixi-get-comment-p): Abolish.
642         (shimbun-mixi-get-headers): Follow the change above.
643
644 2006-12-25  OHASHI Akira  <bg66@koka-in.org>
645
646         * mixi.el (mixi-event-time-regexp): Fix regexp.
647         (mixi-event-title-regexp): Ditto.
648         (mixi-event-owner-regexp): Ditto.
649         (mixi-event-date-regexp): Ditto.
650         (mixi-event-place-regexp): Ditto.
651         (mixi-event-detail-regexp): Ditto.
652         (mixi-event-limit-regexp): Ditto.
653         (mixi-event-members-regexp): Ditto.
654         (mixi-realize-event): Follow the change above.
655
656 2006-12-25  OHASHI Akira  <bg66@koka-in.org>
657
658         * mixi.el (with-mixi-retrieve): Check whether on the login page
659         strictly.
660
661 2006-12-22  OHASHI Akira  <bg66@koka-in.org>
662
663         * mixi.el (mixi-realization-error): Use buffer variable only when it
664         is bound and debug-on-error is t.
665
666 2006-12-22  OHASHI Akira  <bg66@koka-in.org>
667
668         * mixi.el (mixi-realization-error): New error symbol.
669         (mixi-realization-error): New macro.
670         (mixi-realize-friend): Use it.
671         (mixi-realize-diary): Ditto.
672         (mixi-realize-community): Ditto.
673         (mixi-realize-topic): Ditto.
674         (mixi-realize-event): Ditto.
675         (mixi-realize-message): Ditto.
676
677 2006-12-22  OHASHI Akira  <bg66@koka-in.org>
678
679         * mixi.el (mixi-get-friends): Rename ARGS argument to FRIEND-OR-RANGE.
680         (mixi-get-diaries): Ditto.
681         (mixi-get-communities): Ditto.
682         (mixi-get-messages): Rename ARGS argument to BOX-OR-RANGE.
683         (mixi-get-introductions): Rename ARGS argument to FRIEND-OR-RANGE.
684
685 2006-12-19  OHASHI Akira  <bg66@koka-in.org>
686
687         * mixi.el (mixi-object-realized-p): Rename from
688         `mixi-object-realize-p'.
689         (mixi-realize-friend): Rename from `mixi-friend-realize'.
690         (mixi-friend-nick): Follow the change above.
691         (mixi-friend-name): Ditto.
692         (mixi-friend-sex): Ditto.
693         (mixi-friend-address): Ditto.
694         (mixi-friend-age): Ditto.
695         (mixi-friend-birthday): Ditto.
696         (mixi-friend-blood-type): Ditto.
697         (mixi-friend-birthplace): Ditto.
698         (mixi-friend-hobby): Ditto.
699         (mixi-friend-job): Ditto.
700         (mixi-friend-organization): Ditto.
701         (mixi-friend-profile): Ditto.
702         (mixi-realize-diary): Rename from `mixi-diary-realize'.
703         (mixi-diary-time): Follow the change above.
704         (mixi-diary-title): Ditto.
705         (mixi-diary-content): Ditto.
706         (mixi-realize-community): Rename from `mixi-community-realize'.
707         (mixi-community-name): Follow the change above.
708         (mixi-community-birthday): Ditto.
709         (mixi-community-owner): Ditto.
710         (mixi-community-category): Ditto.
711         (mixi-community-members): Ditto.
712         (mixi-community-open-level): Ditto.
713         (mixi-community-authority): Ditto.
714         (mixi-community-description): Ditto.
715         (mixi-realize-topic): Rename from `mixi-topic-realize'.
716         (mixi-topic-time): Follow the change above.
717         (mixi-topic-title): Ditto.
718         (mixi-topic-owner): Ditto.
719         (mixi-topic-content): Ditto.
720         (mixi-realize-event): Rename from `mixi-event-realize'.
721         (mixi-event-time): Follow the change above.
722         (mixi-event-title): Ditto.
723         (mixi-event-owner): Ditto.
724         (mixi-event-date): Ditto.
725         (mixi-event-place): Ditto.
726         (mixi-event-detail): Ditto.
727         (mixi-event-limit): Ditto.
728         (mixi-event-members): Ditto.
729         (mixi-realize-message): Rename from `mixi-message-realize'.
730         (mixi-message-owner): Follow the change above.
731         (mixi-message-title): Ditto.
732         (mixi-message-time): Ditto.
733         (mixi-message-content): Ditto.
734
735 2006-12-19  OHASHI Akira  <bg66@koka-in.org>
736
737         * sb-mixi.el (shimbun-mixi-comment-article): Rename from
738         `shimbun-comment-article'.
739         (shimbun-article): Follow the change above.
740
741 2006-12-19  OHASHI Akira  <bg66@koka-in.org>
742
743         * mixi.el (mixi-parse-buffer): Use `sleep-for' instead of `sit-for'.
744
745 2006-12-18  OHASHI Akira  <bg66@koka-in.org>
746
747         * mixi.el (mixi-friend-nick-regexp): Follow the change of mixi.
748         (mixi-friend-name-regexp): Ditto.
749         (mixi-friend-sex-regexp): Ditto.
750         (mixi-friend-hobby-regexp): Ditto.
751         (mixi-friend-realize): Follow the change above.
752         (mixi-community-birthday-regexp): Follow the change of mixi.
753         (mixi-community-owner-regexp): Ditto.
754         (mixi-community-category-regexp): Ditto.
755         (mixi-community-members-regexp): Ditto.
756         (mixi-community-open-level-regexp): Ditto.
757         (mixi-community-authority-regexp): Ditto.
758
759 2006-12-18  OHASHI Akira  <bg66@koka-in.org>
760
761         * sb-mixi.el (shimbun-mixi-make-subject): Add SHIMBUN argument.
762         (shimbun-mixi-get-headers): Follow the change above.
763
764         * mixi.el (mixi-topic-community-regexp): New regexp.
765         (mixi-topic-realize): Use it.
766         (mixi-event-community-regexp): New regexp.
767         (mixi-event-realize): Use it.
768         (mixi-bbs-list): New constant.
769         (mixi-bbs-p): New macro.
770         (mixi-bbs-community): New function.
771
772 2006-12-18  OHASHI Akira  <bg66@koka-in.org>
773
774         * mixi.el (mixi-curl-cookie-file): Change the default value to
775         ~/.mixi/cookies.txt.
776
777 2006-12-14  OHASHI Akira  <bg66@koka-in.org>
778
779         * mixi.el (mixi-object-title): Remove application dependant codes.
780         (mixi-object-content): Ditto.
781
782         * sb-mixi.el (shimbun-mixi-make-subject): Follow the change above.
783         (shimbun-mixi-make-body): Ditto.
784
785 2006-12-14  OHASHI Akira  <bg66@koka-in.org>
786
787         * mixi.el (mixi-friend-nick-regexp): Follow the change of mixi.
788         (mixi-friend-realize): Ditto.
789
790 2006-12-14  OHASHI Akira  <bg66@koka-in.org>
791
792         * mixi.el (mixi-object-p): Check whether class is symbol.
793         (mixi-read-object): New function.
794         (mixi-cache-file-regexp): New regexp.
795         (mixi-cache-regexp): Use it.
796         (mixi-save-cache): Remove the prefix of file name.
797         (mixi-read-cache): Use `mixi-read-object' instead of `puthash'.
798         (mixi-load-cache): Follow the change above.
799         (mixi-make-friend): Add all slots to the argument. 
800         (mixi-make-diary): Ditto.
801         (mixi-make-community): Ditto.
802         (mixi-make-topic): Ditto.
803         (mixi-make-event): Ditto.
804         (mixi-make-message): Ditto.
805
806 2006-12-12  OHASHI Akira  <bg66@koka-in.org>
807
808         * mixi.el (mixi-url-retrieve): Simplify.
809
810 2006-12-11  OHASHI Akira  <bg66@koka-in.org>
811
812         * mixi.el (mixi-diary-time-regexp): Follow the change of mixi;
813         Fix regexp.
814         (mixi-diary-title-regexp): Ditto.
815         (mixi-diary-content-regexp): Ditto.
816         (mixi-diary-realize): Follow the change above.
817
818 2006-12-11  OHASHI Akira  <bg66@koka-in.org>
819
820         * mixi.el (mixi-search-bbs-list-page): New macro.
821         (mixi-search-bbs-list-regexp): New regexp.
822         (mixi-search-bbses): New function.
823
824 2006-12-11  OHASHI Akira  <bg66@koka-in.org>
825
826         * mixi.el (mixi-search-community-list-page): New macro.
827         (mixi-search-community-list-regexp): New regexp.
828         (mixi-search-communities): New function.
829
830 2006-12-11  OHASHI Akira  <bg66@koka-in.org>
831
832         * mixi.el (mixi-cache-expires): Set the default value to nil.
833
834 2006-12-08  OHASHI Akira  <bg66@koka-in.org>
835
836         * sb-mixi.el (shimbun-mixi-initialize-comment-cache): Abolish.
837         (initialize-instance): Follow the change above.
838         (shimbun-close): Set the comment cache to nil.
839
840 2006-12-08  OHASHI Akira  <bg66@koka-in.org>
841
842         * mixi.el (mixi-topic-comment-list-regexp): Fix regexp.
843         (mixi-message): Rename the STRING argument to STRINGS.
844         (mixi-login): Follow the cange above.
845         (mixi-parse-buffer): Fix error message.
846
847 2006-12-07  OHASHI Akira  <bg66@koka-in.org>
848
849         * mixi.el (mixi-diary-owner-nick-regexp): Fix regexp.
850         (mixi-topic-owner-regexp): Ditto.
851
852 2006-12-05  OHASHI Akira  <bg66@koka-in.org>
853
854         * sb-mixi.el (shimbun-mixi-logout-p): New user option.
855         (shimbun-mixi-initialize-comment-cache): New macro.
856         (initialize-instance): Use it.
857         (shimbun-close): New method.
858
859 2006-12-04  OHASHI Akira  <bg66@koka-in.org>
860
861         * mixi.el (mixi-url-encode-and-quote-percent-string): New function.
862         (mixi-search-diary-list-page): New macro.
863         (mixi-search-diary-list-regexp): New regexp.
864         (mixi-search-diaries): New function.
865         (mixi-diary-closed-regexp): New regexp.
866         (mixi-diary-realize): Use it.
867
868         * sb-mixi.el (shimbun-mixi-group-alist): Fix docs.
869
870 2006-12-04  OHASHI Akira  <bg66@koka-in.org>
871
872         * mixi.el (mixi-diary-content-regexp): Fix regexp.
873
874 2006-12-01  OHASHI Akira  <bg66@koka-in.org>
875
876         * mixi.el (mixi-diary-comment-list-page): Use `full=1' instead of
877         `page=%d'.
878         (mixi-get-comments): Get comments in latest order.
879
880 2006-12-01  OHASHI Akira  <bg66@koka-in.org>
881
882         * mixi.el (mixi-parse-buffer): Rename from `mixi-retrieve-1', and
883         swap `buffer' argument and `url'.
884         (mixi-url-retrieve): Follow the change above.
885         (mixi-w3m-retrieve): Ditto.
886         (mixi-curl-retrieve): Ditto.
887
888 2006-11-30  OHASHI Akira  <bg66@koka-in.org>
889
890         * mixi.el (mixi-get-matched-items): Rename `max-numbers' to `range',
891         and swap `range' and `regexp'.
892         (mixi-get-friends): Follow the change above.
893         (mixi-get-favorites): Ditto.
894         (mixi-get-logs): Ditto.
895         (mixi-get-diaries): Ditto.
896         (mixi-get-new-diaries): Ditto.
897         (mixi-get-communities): Ditto.
898         (mixi-get-bbses): Ditto.
899         (mixi-get-new-bbses): Ditto.
900         (mixi-get-comments): Ditto.
901         (mixi-get-new-comments): Ditto.
902         (mixi-get-messages): Ditto.
903         (mixi-get-introductions): Ditto.
904
905 2006-11-30  OHASHI Akira  <bg66@koka-in.org>
906
907         * sb-mixi.el (shimbun-comment-article): Simplify.
908
909 2006-11-29  OHASHI Akira  <bg66@koka-in.org>
910
911         * sb-mixi.el (shimbun-comment-article): Cache the content of all
912         comment.
913
914 2006-11-29  OHASHI Akira  <bg66@koka-in.org>
915
916         * sb-mixi.el (shimbun-mixi): Add the COMMENT-CACHE slot.
917         (initialize-instance): New method.
918         (shimbun-mixi-get-headers): Cache the content of comment.
919         (shimbun-comment-article): Use cache.
920         (shimbun-article): Follow the change above.
921
922 2006-11-28  OHASHI Akira  <bg66@koka-in.org>
923
924         * sb-mixi.el (shimbun-mixi-x-face-alist): New variable.
925
926 2006-11-28  OHASHI Akira  <bg66@koka-in.org>
927
928         * mixi.el (mixi-object-title): Follow the event object.
929         (mixi-object-content): Ditto.
930         (mixi-bbs-owner): New alias.
931         (mixi-bbs-id): Ditto.
932         (mixi-bbs-time): Ditto.
933         (mixi-bbs-title): Ditto.
934         (mixi-bbs-content): Ditto.
935
936         * sb-mixi.el (shimbun-mixi-make-subject): Follow the change above.
937         (shimbun-mixi-make-body): Ditto.
938
939 2006-11-27  OHASHI Akira  <bg66@koka-in.org>
940
941         * mixi.el (mixi-event-cache): New variable.
942         (mixi-make-event): New function.
943         (mixi-event-url-regexp): New constant.
944         (mixi-make-event-from-url): New function.
945         (mixi-event-p): New macro.
946         (mixi-event-page): Ditto.
947         (mixi-event-time-regexp): New regexp.
948         (mixi-event-title-regexp): Ditto.
949         (mixi-event-owner-regexp): Ditto.
950         (mixi-event-date-regexp): Ditto.
951         (mixi-event-place-regexp): Ditto.
952         (mixi-event-detail-regexp): Ditto.
953         (mixi-event-limit-regexp): Ditto.
954         (mixi-event-members-regexp): Ditto.
955         (mixi-event-realize): New function.
956         (mixi-event-community): New accessor method.
957         (mixi-event-id): Ditto.
958         (mixi-event-time): Ditto.
959         (mixi-event-title): Ditto.
960         (mixi-event-owner): Ditto.
961         (mixi-event-date): Ditto.
962         (mixi-event-place): Ditto.
963         (mixi-event-detail): Ditto.
964         (mixi-event-limit): Ditto.
965         (mixi-event-members): Ditto.
966         (mixi-event-set-time): Ditto.
967         (mixi-event-set-title): Ditto.
968         (mixi-event-set-owner): Ditto.
969         (mixi-event-set-date): Ditto.
970         (mixi-event-set-place): Ditto.
971         (mixi-event-set-detail): Ditto.
972         (mixi-event-set-limit): Ditto.
973         (mixi-event-set-members): Ditto.
974         (mixi-bbs-list-page): Rename from `mixi-topic-list-page'.
975         (mixi-bbs-list-regexp): Rename from `mixi-topic-list-regexp'.
976         (mixi-get-bbses): Rename from `mixi-get-topics'.
977         (mixi-new-bbs-list-page): Rename from `mixi-new-topic-list-page'.
978         (mixi-new-bbs-list-regexp): Rename from `mixi-new-topic-list-regexp'.
979         (mixi-get-new-bbses): Rename from `mixi-get-new-topics'.
980         (mixi-bbs-list-regexp): Follow the change above.
981         (mixi-get-bbses): Ditto.
982         (mixi-new-bbs-list-regexp): Ditto.
983         (mixi-get-new-bbses): Ditto.
984         (mixi-event-comment-list-page): New function.
985         (mixi-event-comment-list-regexp): New constant.
986
987         * sb-mixi.el (shimbun-mixi-group-alist): Follow the change above.
988         (shimbun-mixi-make-subject): Ditto.
989         (shimbun-mixi-make-xref): Ditto.
990         (shimbun-mixi-get-headers): Ditto.
991         (shimbun-get-headers): Ditto.
992         (shimbun-mixi-make-body): New function.
993         (shimbun-article): Follow the change above.
994
995 2006-11-27  OHASHI Akira  <bg66@koka-in.org>
996
997         * sb-mixi.el (shimbun-mixi-get-headers): Don't quit even if there are
998         comments which have already gotten.
999
1000 2006-11-27  OHASHI Akira  <bg66@koka-in.org>
1001
1002         * mixi.el (mixi-topic-content-regexp): Fix regexp.
1003         (mixi-topic-realize): Follow the change above.
1004
1005 2006-11-25  OHASHI Akira  <bg66@koka-in.org>
1006
1007         * mixi.el (mixi-save-cache): Use `symbol-value' instead of
1008         `default-value'.
1009
1010 2006-11-24  OHASHI Akira  <bg66@koka-in.org>
1011
1012         * mixi.el (mixi-directory): Rename from `mixi-cache-directory'.
1013         (mixi-cache-regexp): New regexp.
1014         (mixi-save-cache): New function.
1015         (mixi-read-cache): Ditto.
1016         (mixi-load-cache): Ditto.
1017
1018 2006-11-24  OHASHI Akira  <bg66@koka-in.org>
1019
1020         * mixi.el (mixi-retrieve): New macro.
1021         (mixi-retrieve-1): Use it.
1022         (mixi-login): Ditto.
1023         (mixi-logout): Ditto.
1024         (with-mixi-retrieve): Ditto.
1025
1026 2006-11-23  OHASHI Akira  <bg66@koka-in.org>
1027
1028         * mixi.el (mixi-url-retrieve): Rename from `mixi-w3-retrieve'.
1029         (mixi-retrieve-function): Follow the change above.
1030
1031 2006-11-22  OHASHI Akira  <bg66@koka-in.org>
1032
1033         * mixi.el (mixi-w3-retrieve): Use `decode-coding-string' instead of
1034         `mm-decode-coding-string'.
1035
1036 2006-11-22  OHASHI Akira  <bg66@koka-in.org>
1037
1038         * sb-mixi.el (shimbun-get-headers): Simplify.
1039
1040 2006-11-22  OHASHI Akira  <bg66@koka-in.org>
1041
1042         * mixi.el (mixi-message-owner-regexp): Fix regexp.
1043         (mixi-message-title-regexp): Ditto.
1044         (mixi-message-time-regexp): Ditto.
1045         (mixi-message-realize): Follow the change above.
1046
1047 2006-11-22  OHASHI Akira  <bg66@koka-in.org>
1048
1049         * mixi.el (mixi-log-list-regexp): Fix regexp.
1050
1051 2006-11-22  OHASHI Akira  <bg66@koka-in.org>
1052
1053         * sb-mixi.el (shimbun-comment-article): Simplify.
1054
1055 2006-11-22  KAMO Tomoyuki  <kto2038@yahoo.co.jp>
1056
1057         * mixi.el (mixi-get-matched-items): Fix the condition for quitting
1058         retrieval.
1059
1060 2006-11-20  OHASHI Akira  <bg66@koka-in.org>
1061
1062         * sb-mixi.el (shimbun-mixi-get-comment-p): New user option.
1063         (shimbun-mixi-get-headers): Use it.
1064
1065 2006-11-11  OHASHI Akira  <bg66@koka-in.org>
1066
1067         * mixi.el (mixi-topic-content-regexp): Fix regexp.
1068         (mixi-topic-realize): Follow the change above.
1069         (mixi-topic-comment-list-regexp): Fix regexp.
1070         (mixi-diary-comment-list-regexp): Follow the change above.
1071         (mixi-get-comments): Ditto.
1072
1073 2006-11-11  OHASHI Akira  <bg66@koka-in.org>
1074
1075         * mixi.el (mixi-topic-comment-list-page): Use `all' instead of '%d'.
1076
1077 2006-11-10  OHASHI Akira  <bg66@koka-in.org>
1078
1079         * mixi.el (mixi-get-new-comments): Return diaries instead of comments.
1080
1081 2006-11-10  OHASHI Akira  <bg66@koka-in.org>
1082
1083         * sb-mixi.el (shimbun-mixi-group-alist): Add `messages' to default
1084         value.
1085         (shimbun-mixi-make-xref): Follow the change above.
1086
1087 2006-11-10  OHASHI Akira  <bg66@koka-in.org>
1088
1089         * sb-mixi.el (shimbun-mixi-get-headers): Stop getting comment's
1090         headers when it was already shown.
1091         (shimbun-get-headers): Follow the change above.
1092
1093 2006-11-10  OHASHI Akira  <bg66@koka-in.org>
1094
1095         * sb-mixi.el: New file.
1096
1097 2006-11-10  OHASHI Akira  <bg66@koka-in.org>
1098
1099         * mixi.el (mixi-expand-url): Don't expand twice.
1100
1101 2006-11-10  OHASHI Akira  <bg66@koka-in.org>
1102
1103         * mixi.el (mixi-log-list-regexp): Fix regexp.
1104         (mixi-community-owner-regexp): Ditto.
1105         (mixi-topic-owner-regexp): Ditto.
1106         (mixi-topic-content-regexp): Ditto.
1107         (mixi-diary-comment-list-regexp): Ditto.
1108         (mixi-topic-comment-list-regexp): Ditto.
1109         (mixi-message-owner-regexp): Ditto.
1110         (mixi-introduction-list-regexp): Ditto.
1111         (mixi-my-introduction-list-regexp): Ditto.
1112
1113 2006-11-09  OHASHI Akira  <bg66@koka-in.org>
1114
1115         * mixi.el (mixi-object-owner): New accessor method.
1116         (mixi-object-time): Ditto.
1117         (mixi-object-title): Ditto.
1118
1119 2006-11-09  OHASHI Akira  <bg66@koka-in.org>
1120
1121         * mixi.el (mixi-make-friend-from-url): Support my object.
1122         (mixi-make-object-from-url): Ditto.
1123
1124 2006-11-08  OHASHI Akira  <bg66@koka-in.org>
1125
1126         * mixi.el (mixi-friend-realize): Don't remove markup.
1127         (mixi-diary-realize): Ditto.
1128         (mixi-community-realize): Ditto.
1129         (mixi-topic-realize): Ditto.
1130         (mixi-get-comments): Ditto.
1131         (mixi-message-realize): Ditto.
1132         (mixi-get-introductions): Ditto.
1133
1134 2006-11-08  OHASHI Akira  <bg66@koka-in.org>
1135
1136         * mixi.el (mixi-object-url-regexp): New regexp.
1137         (mixi-friend-url-regexp): Ditto.
1138         (mixi-diary-url-regexp): Ditto.
1139         (mixi-topic-url-regexp): Ditto.
1140         (mixi-message-url-regexp): Ditto.
1141         (mixi-community-url-regexp): Ditto.
1142         (mixi-make-object-from-url): New function.
1143         (mixi-make-friend-from-url): Ditto.
1144         (mixi-make-diary-from-url): Ditto.
1145         (mixi-make-community-from-url): Ditto.
1146         (mixi-make-topic-from-url): Ditto.
1147         (mixi-make-message-from-url): Ditto.
1148         (mixi-object-content): New accessor method.
1149
1150 2006-11-06  OHASHI Akira  <bg66@koka-in.org>
1151
1152         * mixi.el (mixi-expand-url): New macro.
1153         (mixi-w3-retrieve): Use it.
1154         (mixi-w3m-retrieve): Ditto.
1155         (mixi-curl-retrieve): Ditto.
1156
1157 2006-11-01  OHASHI Akira  <bg66@koka-in.org>
1158
1159         * mixi.el (mixi-diary-comment-list-regexp): Fix regexp.
1160         (mixi-topic-comment-list-regexp): Ditto.
1161         (mixi-get-comments): Follow the change above.
1162
1163 2006-10-28  OHASHI Akira  <bg66@koka-in.org>
1164
1165         * mixi.el (mixi-message-box-list): New constant.
1166         (mixi-message-box-p): New macro.
1167         (mixi-message-box-name): New function.
1168         (mixi-get-messages): Use them.
1169
1170 2006-10-25  OHASHI Akira  <bg66@koka-in.org>
1171
1172         * mixi.el (mixi-remove-markup): When STRING is nil, insert a null
1173         string.
1174         (mixi-make-introduction): New function.
1175         (mixi-introduction-p): New macro.
1176         (mixi-introduction-parent): New accessor method.
1177         (mixi-introduction-owner): Ditto.
1178         (mixi-introduction-content): Ditto.
1179         (mixi-introduction-list-page): New macro.
1180         (mixi-introduction-list-regexp): New regexp.
1181         (mixi-my-introduction-list-regexp): Ditto.
1182         (mixi-get-introductions): New function.
1183
1184 2006-10-25  Daiki Ueno  <ueno@unixuser.org>
1185
1186         * mixi.el (mixi-retrieve-function): Try to select
1187         mixi-retrieve-function automatically.
1188
1189 2006-10-25  OHASHI Akira  <bg66@koka-in.org>
1190
1191         * mixi.el (mixi-cache-expires): Add new constant.
1192         (mixi-cache-expired-p): Follow the change above.
1193
1194 2006-10-25  OHASHI Akira  <bg66@koka-in.org>
1195
1196         * mixi.el (mixi-retrieve-function): Use `radio' instead of `choice'.
1197         (mixi-default-email): Ditto.
1198         (mixi-default-password): Ditto.
1199         (mixi-cache-expires): Ditto.
1200
1201 2006-10-25  Daiki Ueno  <ueno@unixuser.org>
1202
1203         * mixi.el (mixi-time-less-p): Normalize encoded time.
1204         (mixi-time-add): Ditto.
1205
1206 2006-10-24  OHASHI Akira  <bg66@koka-in.org>
1207
1208         * mixi.el (mixi-object-timestamp): New accessor method.
1209         (mixi-cache-expired-p): Use it.
1210         (mixi-object-realize-p): New alias.
1211         (mixi-object-set-timestamp): New accessor method.
1212         (mixi-object-touch): New macro.
1213         (mixi-friend-realize-p): Abolish.
1214         (mixi-friend-touch): Ditto.
1215         (mixi-diary-realize-p): Ditto.
1216         (mixi-diary-touch): Ditto.
1217         (mixi-community-realize-p): Ditto.
1218         (mixi-community-touch): Ditto.
1219         (mixi-topic-realize-p): Ditto.
1220         (mixi-topic-touch): Ditto.
1221         (mixi-message-realize-p): Ditto.
1222         (mixi-message-touch): Ditto.
1223         (mixi-friend-realize): Follow the change above.
1224         (mixi-diary-realize): Ditto.
1225         (mixi-community-realize): Ditto.
1226         (mixi-topic-realize): Ditto.
1227         (mixi-message-realize): Ditto.
1228
1229 2006-10-24  OHASHI Akira  <bg66@koka-in.org>
1230
1231         * mixi.el (mixi-message-cache): New variable.
1232         (mixi-make-message): New function.
1233         (mixi-message-p): New macro.
1234         (mixi-message-page): Ditto.
1235         (mixi-message-owner-regexp): New regexp.
1236         (mixi-message-title-regexp): Ditto.
1237         (mixi-message-time-regexp): Ditto.
1238         (mixi-message-content-regexp): Ditto.
1239         (mixi-message-realize): New function.
1240         (mixi-message-realize-p): New accessor method.
1241         (mixi-message-id): Ditto.
1242         (mixi-message-box): Ditto.
1243         (mixi-message-owner): Ditto.
1244         (mixi-message-title): Ditto.
1245         (mixi-message-time): Ditto.
1246         (mixi-message-content): Ditto.
1247         (mixi-message-touch): Ditto.
1248         (mixi-message-set-owner): Ditto.
1249         (mixi-message-set-title): Ditto.
1250         (mixi-message-set-time): Ditto.
1251         (mixi-message-set-content): Ditto.
1252         (mixi-message-list-page): New macro.
1253         (mixi-message-list-regexp): New regexp.
1254         (mixi-get-messages): New function.
1255
1256 2006-10-24  Daiki Ueno  <ueno@unixuser.org>
1257
1258         * mixi.el (with-mixi-decoded-time-value): Abolished.
1259         (mixi-encode-time-value): Abolished.
1260         (mixi-time-less-p): Simplified.
1261         (mixi-time-add): Simplified.
1262         (mixi-seconds-to-time): Simplified.
1263
1264 2006-10-24  OHASHI Akira  <bg66@koka-in.org>
1265
1266         * mixi.el (with-mixi-retrieve): Put `edebug-form-spec'.
1267         (with-mixi-decoded-time-value): Ditto.
1268
1269 2006-10-24  OHASHI Akira  <bg66@koka-in.org>
1270
1271         * mixi.el (mixi-get-matched-items): Fix when MAX-NUMBERS is nil.
1272
1273 2006-10-24  OHASHI Akira  <bg66@koka-in.org>
1274
1275         * mixi.el (mixi-diary-comment-list-page): Use `%d' instead of `all'
1276         for page parameter.
1277         (mixi-topic-comment-list-page): Ditto.
1278         (mixi-get-comments): Use `max-numbers' instead of 1.
1279         (mixi-get-matched-items): Exit when the same items got already.
1280
1281 2006-10-23  OHASHI Akira  <bg66@koka-in.org>
1282
1283         * mixi.el (toplevel): Don't use the FILENAME argument of `require'.
1284
1285 2006-10-23  OHASHI Akira  <bg66@koka-in.org>
1286
1287         * mixi.el (with-mixi-decoded-time-value): New macro.
1288         (mixi-encode-time-value): New function.
1289         (mixi-time-less-p): Ditto.
1290         (mixi-time-add): Ditto.
1291         (mixi-seconds-to-time): Ditto.
1292         (mixi-cache-expired-p): Use them.
1293
1294 2006-10-23  OHASHI Akira  <bg66@koka-in.org>
1295
1296         * mixi.el (mixi-get-friends): Change the FRIEND and the MAX-NUMBERS
1297         argument to the ARGS argument.
1298         (mixi-get-diaries): Ditto.
1299         (mixi-get-communities): Ditto.
1300
1301         * mixi.el (mixi-get-matched-items): Change the MAX-PAGES argument to
1302         MAX-NUMBERS.
1303         (mixi-friend-max-pages): Abolish.
1304         (mixi-favorite-max-pages): Ditto.
1305         (mixi-log-max-pages): Ditto.
1306         (mixi-diary-max-pages): Ditto.
1307         (mixi-new-diary-max-pages): Ditto.
1308         (mixi-community-max-pages): Ditto.
1309         (mixi-topic-max-pages): Ditto.
1310         (mixi-new-topic-max-pages): Ditto.
1311         (mixi-new-comment-max-pages): Ditto.
1312         (mixi-get-friends): Add the MAX-NUMBERS argument.
1313         (mixi-get-favorites): Ditto.
1314         (mixi-get-logs): Ditto.
1315         (mixi-get-diaries): Ditto.
1316         (mixi-get-new-diaries): Ditto.
1317         (mixi-get-communities): Ditto.
1318         (mixi-get-topics): Ditto.
1319         (mixi-get-new-topics): Ditto.
1320         (mixi-get-comments): Ditto.
1321         (mixi-get-new-comments): Ditto.
1322
1323 2006-10-23  Daiki Ueno  <ueno@unixuser.org>
1324
1325         * mixi.el (mixi-curl-retrieve): Make the temp buffer unibyte.
1326
1327 2006-10-23  Daiki Ueno  <ueno@unixuser.org>
1328
1329         * mixi.el (mixi-curl-retrieve): New function.
1330         (mixi-retrieve-function): Don't use NOERROR arg of require.
1331
1332 2006-10-23  OHASHI Akira  <bg66@koka-in.org>
1333
1334         * mixi.el (mixi-get-matched-items): Don't convert string to number.
1335         (mixi-login): Ditto.
1336         (mixi-make-me): Ditto.
1337         (mixi-friend-page): Ditto.
1338         (mixi-friend-list-page): Ditto.
1339         (mixi-diary-page): Ditto.
1340         (mixi-diary-list-page): Ditto.
1341         (mixi-community-page): Ditto.
1342         (mixi-community-realize): Ditto.
1343         (mixi-community-list-page): Ditto.
1344         (mixi-topic-page): Ditto.
1345         (mixi-topic-realize): Ditto.
1346         (mixi-topic-list-page): Ditto.
1347         (mixi-diary-comment-list-page): Ditto.
1348         (mixi-topic-comment-list-page): Ditto.
1349         (mixi-get-logs): Ditto.
1350         (mixi-get-comments): Ditto.
1351
1352 2006-10-23  OHASHI Akira  <bg66@koka-in.org>
1353
1354         * mixi.el: Try to require `url' and `w3m'.
1355         (mixi-get-comments): Fix typo.
1356
1357 2006-10-23  OHASHI Akira  <bg66@koka-in.org>
1358
1359         * mixi.el (mixi-retrieve-function): New user option.
1360         (mixi-retrieve): Abolish.
1361         (mixi-w3-retrieve): New function.
1362         (mixi-w3m-retrieve): Ditto.
1363         (mixi-retrieve-1): Ditto.
1364         (mixi-login): Follow the change above.
1365         (with-mixi-retrieve): Ditto.
1366
1367 2006-10-23  OHASHI Akira  <bg66@koka-in.org>
1368
1369         * mixi.el: Require `url' instead of `w3m'.
1370         (mixi-retrieve): Follow the change above.
1371         (mixi-login): Ditto.
1372         (mixi-continuously-access-interval): Increase to 4.0.
1373         (mixi-verbose): Abolish.
1374         (mixi-friend-to-id): Ditto.
1375         (mixi-community-to-id): Ditto.
1376
1377 2006-10-22  OHASHI Akira  <bg66@koka-in.org>
1378
1379         * mixi.el (mixi-make-community): New slot `members'.
1380         (mixi-community-members): New accessor method.
1381         (mixi-community-set-members): Ditto.
1382         (mixi-community-members-regexp): New regexp.
1383         (mixi-community-realize): Use them.
1384
1385         * mixi.el (mixi-make-community): New slot `open level'.
1386         (mixi-community-open-level): New accessor method.
1387         (mixi-community-set-open-level): Ditto.
1388         (mixi-community-open-level-regexp): New regexp.
1389         (mixi-community-realize): Use them.
1390
1391         * mixi.el (mixi-make-community): New slot `authority'.
1392         (mixi-community-authority): New accessor method.
1393         (mixi-community-set-authority): Ditto.
1394         (mixi-community-authority-regexp): New regexp.
1395         (mixi-community-realize): Use them.
1396
1397 2006-10-22  OHASHI Akira  <bg66@koka-in.org>
1398
1399         * mixi.el (mixi-make-friend): New slot `sex'.
1400         (mixi-friend-sex): New accessor method.
1401         (mixi-friend-set-sex): Ditto.
1402         (mixi-friend-name-sex-regexp): Rename from `mixi-friend-name-regexp'.
1403         (mixi-my-name-regexp): Abolish.
1404         (mixi-friend-realize): Use them.
1405
1406         * mixi.el (mixi-make-friend): New slot `address'.
1407         (mixi-friend-address): New accessor method.
1408         (mixi-friend-set-address): Ditto.
1409         (mixi-friend-address-regexp): New regexp.
1410         (mixi-friend-realize): Use them.
1411
1412         * mixi.el (mixi-make-friend): New slot `age'.
1413         (mixi-friend-age): New accessor method.
1414         (mixi-friend-set-age): Ditto.
1415         (mixi-friend-age-regexp): New regexp.
1416         (mixi-friend-realize): Use them.
1417
1418         * mixi.el (mixi-make-friend): New slot `birthday'.
1419         (mixi-friend-birthday): New accessor method.
1420         (mixi-friend-set-birthday): Ditto.
1421         (mixi-friend-birthday-regexp): New regexp.
1422         (mixi-friend-realize): Use them.
1423
1424         * mixi.el (mixi-make-friend): New slot `blood type'.
1425         (mixi-friend-blood-type): New accessor method.
1426         (mixi-friend-set-blood-type): Ditto.
1427         (mixi-friend-blood-type-regexp): New regexp.
1428         (mixi-friend-realize): Use them.
1429
1430         * mixi.el (mixi-make-friend): New slot `birthplace'.
1431         (mixi-friend-birthplace): New accessor method.
1432         (mixi-friend-set-birthplace): Ditto.
1433         (mixi-friend-birthplace-regexp): New regexp.
1434         (mixi-friend-realize): Use them.
1435
1436         * mixi.el (mixi-make-friend): New slot `hobby'.
1437         (mixi-friend-hobby): New accessor method.
1438         (mixi-friend-set-hobby): Ditto.
1439         (mixi-friend-hobby-regexp): New regexp.
1440         (mixi-friend-realize): Use them.
1441
1442         * mixi.el (mixi-make-friend): New slot `job'.
1443         (mixi-friend-job): New accessor method.
1444         (mixi-friend-set-job): Ditto.
1445         (mixi-friend-job-regexp): New regexp.
1446         (mixi-friend-realize): Use them.
1447
1448         * mixi.el (mixi-make-friend): New slot `organization'.
1449         (mixi-friend-organization): New accessor method.
1450         (mixi-friend-set-organization): Ditto.
1451         (mixi-friend-organization-regexp): New regexp.
1452         (mixi-friend-realize): Use them.
1453
1454         * mixi.el (mixi-make-friend): New slot `profile'.
1455         (mixi-friend-profile): New accessor method.
1456         (mixi-friend-set-profile): Ditto.
1457         (mixi-friend-profile-regexp): New regexp.
1458         (mixi-friend-realize): Use them.
1459
1460 2006-10-21  OHASHI Akira  <bg66@koka-in.org>
1461
1462         * mixi.el (mixi-friend-max-pages): Abolish; Move to toplevel defvar.
1463         (mixi-favorite-max-pages): Ditto.
1464         (mixi-log-max-pages): Ditto.
1465         (mixi-diary-max-pages): Ditto.
1466         (mixi-new-diary-max-pages): Ditto.
1467         (mixi-community-max-pages): Ditto.
1468         (mixi-topic-max-pages): Ditto.
1469         (mixi-new-topic-max-pages): Ditto.
1470         (mixi-new-comment-max-pages): Ditto.
1471
1472 2006-10-20  OHASHI Akira  <bg66@koka-in.org>
1473
1474         * mixi.el (mixi): Use `mixi' instead of `Mixi'.
1475         (mixi-url): Ditto.
1476         (mixi-coding-system): Ditto.
1477         (mixi-continuously-access-interval): Ditto.
1478         (mixi-message): Ditto.
1479         (mixi-login): Ditto.
1480
1481 2006-10-20  OHASHI Akira  <bg66@koka-in.org>
1482
1483         * mixi.el (mixi-login): Tiny fix.
1484         (mixi-accept-adult-contents): Fix docs.
1485
1486 2006-10-20  OHASHI Akira  <bg66@koka-in.org>
1487
1488         * mixi.el (mixi-login): Return an error when `w3m-use-cookies' is nil.
1489
1490 2006-10-20  OHASHI Akira  <bg66@koka-in.org>
1491
1492         * mixi.el: Importing mixi.el.