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