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