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