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