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