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