* sb-mixi.el (shimbun-comment-article): Cache the content of all
[elisp/mixi.git] / ChangeLog
1 2006-11-29  OHASHI Akira  <bg66@koka-in.org>
2
3         * sb-mixi.el (shimbun-comment-article): Cache the content of all
4         comment.
5
6 2006-11-29  OHASHI Akira  <bg66@koka-in.org>
7
8         * sb-mixi.el (shimbun-mixi): Add the COMMENT-CACHE slot.
9         (initialize-instance): New method.
10         (shimbun-mixi-get-headers): Cache the content of comment.
11         (shimbun-comment-article): Use cache.
12         (shimbun-article): Follow the change above.
13
14 2006-11-28  OHASHI Akira  <bg66@koka-in.org>
15
16         * sb-mixi.el (shimbun-mixi-x-face-alist): New variable.
17
18 2006-11-28  OHASHI Akira  <bg66@koka-in.org>
19
20         * mixi.el (mixi-object-title): Follow the event object.
21         (mixi-object-content): Ditto.
22         (mixi-bbs-owner): New alias.
23         (mixi-bbs-id): Ditto.
24         (mixi-bbs-time): Ditto.
25         (mixi-bbs-title): Ditto.
26         (mixi-bbs-content): Ditto.
27
28         * sb-mixi.el (shimbun-mixi-make-subject): Follow the change above.
29         (shimbun-mixi-make-body): Ditto.
30         
31 2006-11-27  OHASHI Akira  <bg66@koka-in.org>
32
33         * mixi.el (mixi-event-cache): New variable.
34         (mixi-make-event): New function.
35         (mixi-event-url-regexp): New constant.
36         (mixi-make-event-from-url): New function.
37         (mixi-event-p): New macro.
38         (mixi-event-page): Ditto.
39         (mixi-event-time-regexp): New regexp.
40         (mixi-event-title-regexp): Ditto.
41         (mixi-event-owner-regexp): Ditto.
42         (mixi-event-date-regexp): Ditto.
43         (mixi-event-place-regexp): Ditto.
44         (mixi-event-detail-regexp): Ditto.
45         (mixi-event-limit-regexp): Ditto.
46         (mixi-event-members-regexp): Ditto.
47         (mixi-event-realize): New function.
48         (mixi-event-community): New accessor method.
49         (mixi-event-id): Ditto.
50         (mixi-event-time): Ditto.
51         (mixi-event-title): Ditto.
52         (mixi-event-owner): Ditto.
53         (mixi-event-date): Ditto.
54         (mixi-event-place): Ditto.
55         (mixi-event-detail): Ditto.
56         (mixi-event-limit): Ditto.
57         (mixi-event-members): Ditto.
58         (mixi-event-set-time): Ditto.
59         (mixi-event-set-title): Ditto.
60         (mixi-event-set-owner): Ditto.
61         (mixi-event-set-date): Ditto.
62         (mixi-event-set-place): Ditto.
63         (mixi-event-set-detail): Ditto.
64         (mixi-event-set-limit): Ditto.
65         (mixi-event-set-members): Ditto.
66         (mixi-bbs-list-page): Rename from `mixi-topic-list-page'.
67         (mixi-bbs-list-regexp): Rename from `mixi-topic-list-regexp'.
68         (mixi-get-bbses): Rename from `mixi-get-topics'.
69         (mixi-new-bbs-list-page): Rename from `mixi-new-topic-list-page'.
70         (mixi-new-bbs-list-regexp): Rename from `mixi-new-topic-list-regexp'.
71         (mixi-get-new-bbses): Rename from `mixi-get-new-topics'.
72         (mixi-bbs-list-regexp): Follow the change above.
73         (mixi-get-bbses): Ditto.
74         (mixi-new-bbs-list-regexp): Ditto.
75         (mixi-get-new-bbses): Ditto.
76         (mixi-event-comment-list-page): New function.
77         (mixi-event-comment-list-regexp): New constant.
78
79         * sb-mixi.el (shimbun-mixi-group-alist): Follow the change above.
80         (shimbun-mixi-make-subject): Ditto.
81         (shimbun-mixi-make-xref): Ditto.
82         (shimbun-mixi-get-headers): Ditto.
83         (shimbun-get-headers): Ditto.
84         (shimbun-mixi-make-body): New function.
85         (shimbun-article): Follow the change above.
86
87 2006-11-27  OHASHI Akira  <bg66@koka-in.org>
88
89         * sb-mixi.el (shimbun-mixi-get-headers): Don't quit even if there are
90         comments which have already gotten.
91
92 2006-11-27  OHASHI Akira  <bg66@koka-in.org>
93
94         * mixi.el (mixi-topic-content-regexp): Fix regexp.
95         (mixi-topic-realize): Follow the change above.
96
97 2006-11-24  OHASHI Akira  <bg66@koka-in.org>
98
99         * mixi.el (mixi-retrieve): New macro.
100         (mixi-retrieve-1): Use it.
101         (mixi-login): Ditto.
102         (mixi-logout): Ditto.
103         (with-mixi-retrieve): Ditto.
104
105 2006-11-23  OHASHI Akira  <bg66@koka-in.org>
106
107         * mixi.el (mixi-url-retrieve): Rename from `mixi-w3-retrieve'.
108         (mixi-retrieve-function): Follow the change above.
109
110 2006-11-22  OHASHI Akira  <bg66@koka-in.org>
111
112         * mixi.el (mixi-w3-retrieve): Use `decode-coding-string' instead of
113         `mm-decode-coding-string'.
114
115 2006-11-22  OHASHI Akira  <bg66@koka-in.org>
116
117         * sb-mixi.el (shimbun-get-headers): Simplify.
118
119 2006-11-22  OHASHI Akira  <bg66@koka-in.org>
120
121         * mixi.el (mixi-message-owner-regexp): Fix regexp.
122         (mixi-message-title-regexp): Ditto.
123         (mixi-message-time-regexp): Ditto.
124         (mixi-message-realize): Follow the change above.
125
126 2006-11-22  OHASHI Akira  <bg66@koka-in.org>
127
128         * mixi.el (mixi-log-list-regexp): Fix regexp.
129
130 2006-11-22  OHASHI Akira  <bg66@koka-in.org>
131
132         * sb-mixi.el (shimbun-comment-article): Simplify.
133
134 2006-11-22  KAMO Tomoyuki  <kto2038@yahoo.co.jp>
135
136         * mixi.el (mixi-get-matched-items): Fix the condition for quitting
137         retrieval.
138
139 2006-11-20  OHASHI Akira  <bg66@koka-in.org>
140
141         * sb-mixi.el (shimbun-mixi-get-comment-p): New user option.
142         (shimbun-mixi-get-headers): Use it.
143
144 2006-11-11  OHASHI Akira  <bg66@koka-in.org>
145
146         * mixi.el (mixi-topic-content-regexp): Fix regexp.
147         (mixi-topic-realize): Follow the change above.
148         (mixi-topic-comment-list-regexp): Fix regexp.
149         (mixi-diary-comment-list-regexp): Follow the change above.
150         (mixi-get-comments): Ditto.
151
152 2006-11-11  OHASHI Akira  <bg66@koka-in.org>
153
154         * mixi.el (mixi-topic-comment-list-page): Use `all' instead of '%d'.
155
156 2006-11-10  OHASHI Akira  <bg66@koka-in.org>
157
158         * mixi.el (mixi-get-new-comments): Return diaries instead of comments.
159
160 2006-11-10  OHASHI Akira  <bg66@koka-in.org>
161
162         * sb-mixi.el (shimbun-mixi-group-alist): Add `messages' to default
163         value.
164         (shimbun-mixi-make-xref): Follow the change above.
165
166 2006-11-10  OHASHI Akira  <bg66@koka-in.org>
167
168         * sb-mixi.el (shimbun-mixi-get-headers): Stop getting comment's
169         headers when it was already shown.
170         (shimbun-get-headers): Follow the change above.
171
172 2006-11-10  OHASHI Akira  <bg66@koka-in.org>
173
174         * sb-mixi.el: New file.
175
176 2006-11-10  OHASHI Akira  <bg66@koka-in.org>
177
178         * mixi.el (mixi-expand-url): Don't expand twice.
179
180 2006-11-10  OHASHI Akira  <bg66@koka-in.org>
181
182         * mixi.el (mixi-log-list-regexp): Fix regexp.
183         (mixi-community-owner-regexp): Ditto.
184         (mixi-topic-owner-regexp): Ditto.
185         (mixi-topic-content-regexp): Ditto.
186         (mixi-diary-comment-list-regexp): Ditto.
187         (mixi-topic-comment-list-regexp): Ditto.
188         (mixi-message-owner-regexp): Ditto.
189         (mixi-introduction-list-regexp): Ditto.
190         (mixi-my-introduction-list-regexp): Ditto.
191
192 2006-11-09  OHASHI Akira  <bg66@koka-in.org>
193
194         * mixi.el (mixi-object-owner): New accessor method.
195         (mixi-object-time): Ditto.
196         (mixi-object-title): Ditto.
197
198 2006-11-09  OHASHI Akira  <bg66@koka-in.org>
199
200         * mixi.el (mixi-make-friend-from-url): Support my object.
201         (mixi-make-object-from-url): Ditto.
202
203 2006-11-08  OHASHI Akira  <bg66@koka-in.org>
204
205         * mixi.el (mixi-friend-realize): Don't remove markup.
206         (mixi-diary-realize): Ditto.
207         (mixi-community-realize): Ditto.
208         (mixi-topic-realize): Ditto.
209         (mixi-get-comments): Ditto.
210         (mixi-message-realize): Ditto.
211         (mixi-get-introductions): Ditto.
212
213 2006-11-08  OHASHI Akira  <bg66@koka-in.org>
214
215         * mixi.el (mixi-object-url-regexp): New regexp.
216         (mixi-friend-url-regexp): Ditto.
217         (mixi-diary-url-regexp): Ditto.
218         (mixi-topic-url-regexp): Ditto.
219         (mixi-message-url-regexp): Ditto.
220         (mixi-community-url-regexp): Ditto.
221         (mixi-make-object-from-url): New function.
222         (mixi-make-friend-from-url): Ditto.
223         (mixi-make-diary-from-url): Ditto.
224         (mixi-make-community-from-url): Ditto.
225         (mixi-make-topic-from-url): Ditto.
226         (mixi-make-message-from-url): Ditto.
227         (mixi-object-content): New accessor method.
228
229 2006-11-06  OHASHI Akira  <bg66@koka-in.org>
230
231         * mixi.el (mixi-expand-url): New macro.
232         (mixi-w3-retrieve): Use it.
233         (mixi-w3m-retrieve): Ditto.
234         (mixi-curl-retrieve): Ditto.
235
236 2006-11-01  OHASHI Akira  <bg66@koka-in.org>
237
238         * mixi.el (mixi-diary-comment-list-regexp): Fix regexp.
239         (mixi-topic-comment-list-regexp): Ditto.
240         (mixi-get-comments): Follow the change above.
241
242 2006-10-28  OHASHI Akira  <bg66@koka-in.org>
243
244         * mixi.el (mixi-message-box-list): New constant.
245         (mixi-message-box-p): New macro.
246         (mixi-message-box-name): New function.
247         (mixi-get-messages): Use them.
248
249 2006-10-25  OHASHI Akira  <bg66@koka-in.org>
250
251         * mixi.el (mixi-remove-markup): When STRING is nil, insert a null
252         string.
253         (mixi-make-introduction): New function.
254         (mixi-introduction-p): New macro.
255         (mixi-introduction-parent): New accessor method.
256         (mixi-introduction-owner): Ditto.
257         (mixi-introduction-content): Ditto.
258         (mixi-introduction-list-page): New macro.
259         (mixi-introduction-list-regexp): New regexp.
260         (mixi-my-introduction-list-regexp): Ditto.
261         (mixi-get-introductions): New function.
262
263 2006-10-25  Daiki Ueno  <ueno@unixuser.org>
264
265         * mixi.el (mixi-retrieve-function): Try to select
266         mixi-retrieve-function automatically.
267
268 2006-10-25  OHASHI Akira  <bg66@koka-in.org>
269
270         * mixi.el (mixi-cache-expires): Add new constant.
271         (mixi-cache-expired-p): Follow the change above.
272
273 2006-10-25  OHASHI Akira  <bg66@koka-in.org>
274
275         * mixi.el (mixi-retrieve-function): Use `radio' instead of `choice'.
276         (mixi-default-email): Ditto.
277         (mixi-default-password): Ditto.
278         (mixi-cache-expires): Ditto.
279
280 2006-10-25  Daiki Ueno  <ueno@unixuser.org>
281
282         * mixi.el (mixi-time-less-p): Normalize encoded time.
283         (mixi-time-add): Ditto.
284
285 2006-10-24  OHASHI Akira  <bg66@koka-in.org>
286
287         * mixi.el (mixi-object-timestamp): New accessor method.
288         (mixi-cache-expired-p): Use it.
289         (mixi-object-realize-p): New alias.
290         (mixi-object-set-timestamp): New accessor method.
291         (mixi-object-touch): New macro.
292         (mixi-friend-realize-p): Abolish.
293         (mixi-friend-touch): Ditto.
294         (mixi-diary-realize-p): Ditto.
295         (mixi-diary-touch): Ditto.
296         (mixi-community-realize-p): Ditto.
297         (mixi-community-touch): Ditto.
298         (mixi-topic-realize-p): Ditto.
299         (mixi-topic-touch): Ditto.
300         (mixi-message-realize-p): Ditto.
301         (mixi-message-touch): Ditto.
302         (mixi-friend-realize): Follow the change above.
303         (mixi-diary-realize): Ditto.
304         (mixi-community-realize): Ditto.
305         (mixi-topic-realize): Ditto.
306         (mixi-message-realize): Ditto.
307
308 2006-10-24  OHASHI Akira  <bg66@koka-in.org>
309
310         * mixi.el (mixi-message-cache): New variable.
311         (mixi-make-message): New function.
312         (mixi-message-p): New macro.
313         (mixi-message-page): Ditto.
314         (mixi-message-owner-regexp): New regexp.
315         (mixi-message-title-regexp): Ditto.
316         (mixi-message-time-regexp): Ditto.
317         (mixi-message-content-regexp): Ditto.
318         (mixi-message-realize): New function.
319         (mixi-message-realize-p): New accessor method.
320         (mixi-message-id): Ditto.
321         (mixi-message-box): Ditto.
322         (mixi-message-owner): Ditto.
323         (mixi-message-title): Ditto.
324         (mixi-message-time): Ditto.
325         (mixi-message-content): Ditto.
326         (mixi-message-touch): Ditto.
327         (mixi-message-set-owner): Ditto.
328         (mixi-message-set-title): Ditto.
329         (mixi-message-set-time): Ditto.
330         (mixi-message-set-content): Ditto.
331         (mixi-message-list-page): New macro.
332         (mixi-message-list-regexp): New regexp.
333         (mixi-get-messages): New function.
334
335 2006-10-24  Daiki Ueno  <ueno@unixuser.org>
336
337         * mixi.el (with-mixi-decoded-time-value): Abolished.
338         (mixi-encode-time-value): Abolished.
339         (mixi-time-less-p): Simplified.
340         (mixi-time-add): Simplified.
341         (mixi-seconds-to-time): Simplified.
342
343 2006-10-24  OHASHI Akira  <bg66@koka-in.org>
344
345         * mixi.el (with-mixi-retrieve): Put `edebug-form-spec'.
346         (with-mixi-decoded-time-value): Ditto.
347
348 2006-10-24  OHASHI Akira  <bg66@koka-in.org>
349
350         * mixi.el (mixi-get-matched-items): Fix when MAX-NUMBERS is nil.
351
352 2006-10-24  OHASHI Akira  <bg66@koka-in.org>
353
354         * mixi.el (mixi-diary-comment-list-page): Use `%d' instead of `all'
355         for page parameter.
356         (mixi-topic-comment-list-page): Ditto.
357         (mixi-get-comments): Use `max-numbers' instead of 1.
358         (mixi-get-matched-items): Exit when the same items got already.
359
360 2006-10-23  OHASHI Akira  <bg66@koka-in.org>
361
362         * mixi.el (toplevel): Don't use the FILENAME argument of `require'.
363
364 2006-10-23  OHASHI Akira  <bg66@koka-in.org>
365
366         * mixi.el (with-mixi-decoded-time-value): New macro.
367         (mixi-encode-time-value): New function.
368         (mixi-time-less-p): Ditto.
369         (mixi-time-add): Ditto.
370         (mixi-seconds-to-time): Ditto.
371         (mixi-cache-expired-p): Use them.
372
373 2006-10-23  OHASHI Akira  <bg66@koka-in.org>
374
375         * mixi.el (mixi-get-friends): Change the FRIEND and the MAX-NUMBERS
376         argument to the ARGS argument.
377         (mixi-get-diaries): Ditto.
378         (mixi-get-communities): Ditto.
379
380         * mixi.el (mixi-get-matched-items): Change the MAX-PAGES argument to
381         MAX-NUMBERS.
382         (mixi-friend-max-pages): Abolish.
383         (mixi-favorite-max-pages): Ditto.
384         (mixi-log-max-pages): Ditto.
385         (mixi-diary-max-pages): Ditto.
386         (mixi-new-diary-max-pages): Ditto.
387         (mixi-community-max-pages): Ditto.
388         (mixi-topic-max-pages): Ditto.
389         (mixi-new-topic-max-pages): Ditto.
390         (mixi-new-comment-max-pages): Ditto.
391         (mixi-get-friends): Add the MAX-NUMBERS argument.
392         (mixi-get-favorites): Ditto.
393         (mixi-get-logs): Ditto.
394         (mixi-get-diaries): Ditto.
395         (mixi-get-new-diaries): Ditto.
396         (mixi-get-communities): Ditto.
397         (mixi-get-topics): Ditto.
398         (mixi-get-new-topics): Ditto.
399         (mixi-get-comments): Ditto.
400         (mixi-get-new-comments): Ditto.
401
402 2006-10-23  Daiki Ueno  <ueno@unixuser.org>
403
404         * mixi.el (mixi-curl-retrieve): Make the temp buffer unibyte.
405
406 2006-10-23  Daiki Ueno  <ueno@unixuser.org>
407
408         * mixi.el (mixi-curl-retrieve): New function.
409         (mixi-retrieve-function): Don't use NOERROR arg of require.
410
411 2006-10-23  OHASHI Akira  <bg66@koka-in.org>
412
413         * mixi.el (mixi-get-matched-items): Don't convert string to number.
414         (mixi-login): Ditto.
415         (mixi-make-me): Ditto.
416         (mixi-friend-page): Ditto.
417         (mixi-friend-list-page): Ditto.
418         (mixi-diary-page): Ditto.
419         (mixi-diary-list-page): Ditto.
420         (mixi-community-page): Ditto.
421         (mixi-community-realize): Ditto.
422         (mixi-community-list-page): Ditto.
423         (mixi-topic-page): Ditto.
424         (mixi-topic-realize): Ditto.
425         (mixi-topic-list-page): Ditto.
426         (mixi-diary-comment-list-page): Ditto.
427         (mixi-topic-comment-list-page): Ditto.
428         (mixi-get-logs): Ditto.
429         (mixi-get-comments): Ditto.
430
431 2006-10-23  OHASHI Akira  <bg66@koka-in.org>
432
433         * mixi.el: Try to require `url' and `w3m'.
434         (mixi-get-comments): Fix typo.
435
436 2006-10-23  OHASHI Akira  <bg66@koka-in.org>
437
438         * mixi.el (mixi-retrieve-function): New user option.
439         (mixi-retrieve): Abolish.
440         (mixi-w3-retrieve): New function.
441         (mixi-w3m-retrieve): Ditto.
442         (mixi-retrieve-1): Ditto.
443         (mixi-login): Follow the change above.
444         (with-mixi-retrieve): Ditto.
445
446 2006-10-23  OHASHI Akira  <bg66@koka-in.org>
447
448         * mixi.el: Require `url' instead of `w3m'.
449         (mixi-retrieve): Follow the change above.
450         (mixi-login): Ditto.
451         (mixi-continuously-access-interval): Increase to 4.0.
452         (mixi-verbose): Abolish.
453         (mixi-friend-to-id): Ditto.
454         (mixi-community-to-id): Ditto.
455
456 2006-10-22  OHASHI Akira  <bg66@koka-in.org>
457
458         * mixi.el (mixi-make-community): New slot `members'.
459         (mixi-community-members): New accessor method.
460         (mixi-community-set-members): Ditto.
461         (mixi-community-members-regexp): New regexp.
462         (mixi-community-realize): Use them.
463
464         * mixi.el (mixi-make-community): New slot `open level'.
465         (mixi-community-open-level): New accessor method.
466         (mixi-community-set-open-level): Ditto.
467         (mixi-community-open-level-regexp): New regexp.
468         (mixi-community-realize): Use them.
469
470         * mixi.el (mixi-make-community): New slot `authority'.
471         (mixi-community-authority): New accessor method.
472         (mixi-community-set-authority): Ditto.
473         (mixi-community-authority-regexp): New regexp.
474         (mixi-community-realize): Use them.
475
476 2006-10-22  OHASHI Akira  <bg66@koka-in.org>
477
478         * mixi.el (mixi-make-friend): New slot `sex'.
479         (mixi-friend-sex): New accessor method.
480         (mixi-friend-set-sex): Ditto.
481         (mixi-friend-name-sex-regexp): Rename from `mixi-friend-name-regexp'.
482         (mixi-my-name-regexp): Abolish.
483         (mixi-friend-realize): Use them.
484
485         * mixi.el (mixi-make-friend): New slot `address'.
486         (mixi-friend-address): New accessor method.
487         (mixi-friend-set-address): Ditto.
488         (mixi-friend-address-regexp): New regexp.
489         (mixi-friend-realize): Use them.
490
491         * mixi.el (mixi-make-friend): New slot `age'.
492         (mixi-friend-age): New accessor method.
493         (mixi-friend-set-age): Ditto.
494         (mixi-friend-age-regexp): New regexp.
495         (mixi-friend-realize): Use them.
496
497         * mixi.el (mixi-make-friend): New slot `birthday'.
498         (mixi-friend-birthday): New accessor method.
499         (mixi-friend-set-birthday): Ditto.
500         (mixi-friend-birthday-regexp): New regexp.
501         (mixi-friend-realize): Use them.
502
503         * mixi.el (mixi-make-friend): New slot `blood type'.
504         (mixi-friend-blood-type): New accessor method.
505         (mixi-friend-set-blood-type): Ditto.
506         (mixi-friend-blood-type-regexp): New regexp.
507         (mixi-friend-realize): Use them.
508
509         * mixi.el (mixi-make-friend): New slot `birthplace'.
510         (mixi-friend-birthplace): New accessor method.
511         (mixi-friend-set-birthplace): Ditto.
512         (mixi-friend-birthplace-regexp): New regexp.
513         (mixi-friend-realize): Use them.
514
515         * mixi.el (mixi-make-friend): New slot `hobby'.
516         (mixi-friend-hobby): New accessor method.
517         (mixi-friend-set-hobby): Ditto.
518         (mixi-friend-hobby-regexp): New regexp.
519         (mixi-friend-realize): Use them.
520
521         * mixi.el (mixi-make-friend): New slot `job'.
522         (mixi-friend-job): New accessor method.
523         (mixi-friend-set-job): Ditto.
524         (mixi-friend-job-regexp): New regexp.
525         (mixi-friend-realize): Use them.
526
527         * mixi.el (mixi-make-friend): New slot `organization'.
528         (mixi-friend-organization): New accessor method.
529         (mixi-friend-set-organization): Ditto.
530         (mixi-friend-organization-regexp): New regexp.
531         (mixi-friend-realize): Use them.
532
533         * mixi.el (mixi-make-friend): New slot `profile'.
534         (mixi-friend-profile): New accessor method.
535         (mixi-friend-set-profile): Ditto.
536         (mixi-friend-profile-regexp): New regexp.
537         (mixi-friend-realize): Use them.
538
539 2006-10-21  OHASHI Akira  <bg66@koka-in.org>
540
541         * mixi.el (mixi-friend-max-pages): Abolish; Move to toplevel defvar.
542         (mixi-favorite-max-pages): Ditto.
543         (mixi-log-max-pages): Ditto.
544         (mixi-diary-max-pages): Ditto.
545         (mixi-new-diary-max-pages): Ditto.
546         (mixi-community-max-pages): Ditto.
547         (mixi-topic-max-pages): Ditto.
548         (mixi-new-topic-max-pages): Ditto.
549         (mixi-new-comment-max-pages): Ditto.
550
551 2006-10-20  OHASHI Akira  <bg66@koka-in.org>
552
553         * mixi.el (mixi): Use `mixi' instead of `Mixi'.
554         (mixi-url): Ditto.
555         (mixi-coding-system): Ditto.
556         (mixi-continuously-access-interval): Ditto.
557         (mixi-message): Ditto.
558         (mixi-login): Ditto.
559
560 2006-10-20  OHASHI Akira  <bg66@koka-in.org>
561
562         * mixi.el (mixi-login): Tiny fix.
563         (mixi-accept-adult-contents): Fix docs.
564
565 2006-10-20  OHASHI Akira  <bg66@koka-in.org>
566
567         * mixi.el (mixi-login): Return an error when `w3m-use-cookies' is nil.
568
569 2006-10-20  OHASHI Akira  <bg66@koka-in.org>
570
571         * mixi.el: Importing mixi.el.