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