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