* mixi-gnus.el (message-send-via-mixi): Don't replace twice.
[elisp/mixi.git] / ChangeLog
1 2007-01-09  OHASHI Akira  <bg66@koka-in.org>
2
3         * mixi-gnus.el (message-send-via-mixi): Don't replace twice.
4
5 2007-01-09  OHASHI Akira  <bg66@koka-in.org>
6
7         * mixi-gnus.el (message-mixi-p): Change the pseudo header to
8         `Mixi-To:'.
9         (message-send-via-mixi): Ditto.
10
11 2007-01-09  OHASHI Akira  <bg66@koka-in.org>
12
13         * mixi-gnus.el (message-mixi-p): Simplify.
14
15 2007-01-09  OHASHI Akira  <bg66@koka-in.org>
16
17         * mixi.el (mixi-event-comment-list-regexp): Fix regexp.
18
19 2007-01-09  OHASHI Akira  <bg66@koka-in.org>
20
21         * mixi-gnus.el: New file.
22
23         * sb-mixi.el (shimbun-mixi-send-mail): Rename from
24         `shimbun-mixi-send-mail-wrapper'.
25
26 2007-01-08  OHASHI Akira  <bg66@koka-in.org>
27
28         * mixi.el (mixi-backend): Rename from `mixi-retrieve-function' and
29         change the default value to `w3m'.
30         (mixi-retrieve): Follow the change above.
31         (mixi-post-form): Ditto.
32         (mixi-login): Ditto.
33
34 2007-01-08  OHASHI Akira  <bg66@koka-in.org>
35
36         * sb-mixi.el (shimbun-mixi-reply-to): New variable.
37         (shimbun-reply-to): New method.
38         (shimbun-mixi-make-reply-to): New function.
39         (shimbun-article): Use it.
40         (shimbun-mixi-make-object-from-message-id): Abolish.
41         (shimbun-mixi-to-regexp): New constant.
42         (shimbun-mixi-send-mail-wrapper): Follow the change above.
43
44 2006-12-30  OHASHI Akira  <bg66@koka-in.org>
45
46         * mixi.el (mixi-event-owner-seceded-regexp): New regexp.
47         (mixi-realize-event): Follow the change above.
48
49 2006-12-28  OHASHI Akira  <bg66@koka-in.org>
50
51         * sb-mixi.el (shimbun-mixi-message-id-suffix): Abolish.
52         (shimbun-mixi-make-message-id): Revert.
53
54 2006-12-28  OHASHI Akira  <bg66@koka-in.org>
55
56         * sb-mixi.el (shimbun-mixi-send-mail-wrapper): New function.
57
58 2006-12-28  OHASHI Akira  <bg66@koka-in.org>
59
60         * sb-mixi.el (shimbun-mixi-message-id-suffix): New constant.
61         (shimbun-mixi-make-message-id): Use it and change return value.
62         (shimbun-mixi-make-object-from-message-id): New function.
63
64 2006-12-28  OHASHI Akira  <bg66@koka-in.org>
65
66         * sb-mixi.el (shimbun-mixi-logout-p): Abolish.
67         (shimbun-close): Follow the change above.
68
69 2006-12-27  OHASHI Akira  <bg66@koka-in.org>
70
71         * mixi.el (mixi-post-message-page): New macro.
72         (mixi-post-message-key-regexp): New constant.
73         (mixi-post-message-succeed-regexp): Ditto.
74         (mixi-post-message): New function.
75
76 2006-12-27  OHASHI Akira  <bg66@koka-in.org>
77
78         * mixi.el (mixi-post-diary-id-regexp): Abolish.
79         (mixi-post-diary-title-regexp): Ditto.
80         (mixi-post-diary-body-regexp): Ditto.
81         (mixi-post-key-regexp): Rename from `mixi-post-diary-key-regex'.
82         (mixi-post-succeed-regexp): Rename from
83         `mixi-post-diary-succeed-regexp'.
84         (mixi-post-diary): Follow the change above.
85         (mixi-post-topic-title-regexp): Abolish.
86         (mixi-post-topic-body-regexp): Ditto.
87         (mixi-post-topic-key-regexp): Ditto.
88         (mixi-post-topic-succeed-regexp): Ditto.
89         (mixi-post-topic): Follow the change above.
90         (mixi-post-diary-comment-page): New function.
91         (mixi-post-topic-comment-page): Ditto.
92         (mixi-post-event-comment-page): Ditto.
93         (mixi-post-comment): Ditto.
94
95 2006-12-27  OHASHI Akira  <bg66@koka-in.org>
96
97         * mixi.el (mixi-post-diary-page): New macro.
98         (mixi-post-diary): Use it and fix typo.
99         (mixi-post-error): Add optional argument `object'.
100         (mixi-post-topic-page): New macro.
101         (mixi-post-topic-title-regexp): New constant.
102         (mixi-post-topic-body-regexp): Ditto.
103         (mixi-post-topic-key-regexp): Ditto.
104         (mixi-post-topic-succeed-regexp): Ditto.
105         (mixi-post-topic): New function.
106
107 2006-12-26  OHASHI Akira  <bg66@koka-in.org>
108
109         * mixi.el (mixi-post-error): New error symbol.
110         (mixi-post-error): New macro.
111         (mixi-post-form): New macro.
112         (mixi-make-form-data): New function.
113         (mixi-url-retrieve): Add optional argument `extra-headers'.
114         (mixi-url-post-form): New function.
115         (mixi-w3m-post-form): Ditto.
116         (with-mixi-post-form): New macro.
117         (mixi-post-diary-key-regexp): New constant.
118         (mixi-post-diary-id-regexp): Ditto.
119         (mixi-post-diary-title-regexp): Ditto.
120         (mixi-post-diary-body-regexp): Ditto.
121         (mixi-post-diary-succeed-regexp): Ditto.
122         (mixi-post-diary): New function.
123
124 2006-12-26  OHASHI Akira  <bg66@koka-in.org>
125
126         * mixi.el (mixi-url-retrieve): Simplify.
127
128 2006-12-25  OHASHI Akira  <bg66@koka-in.org>
129
130         * mixi.el (mixi-diary-comment-list-regexp): Follow the change of mixi.
131
132 2006-12-25  OHASHI Akira  <bg66@koka-in.org>
133
134         * mixi.el (mixi-save-cache): Change the location of cache files.
135         (mixi-load-cache): Ditto.
136
137 2006-12-25  OHASHI Akira  <bg66@koka-in.org>
138
139         * sb-mixi.el (shimbun-get-headers): Use `mixi-bbs-p'.
140         (shimbun-mixi-get-comment-p): Abolish.
141         (shimbun-mixi-get-headers): Follow the change above.
142
143 2006-12-25  OHASHI Akira  <bg66@koka-in.org>
144
145         * mixi.el (mixi-event-time-regexp): Fix regexp.
146         (mixi-event-title-regexp): Ditto.
147         (mixi-event-owner-regexp): Ditto.
148         (mixi-event-date-regexp): Ditto.
149         (mixi-event-place-regexp): Ditto.
150         (mixi-event-detail-regexp): Ditto.
151         (mixi-event-limit-regexp): Ditto.
152         (mixi-event-members-regexp): Ditto.
153         (mixi-realize-event): Follow the change above.
154
155 2006-12-25  OHASHI Akira  <bg66@koka-in.org>
156
157         * mixi.el (with-mixi-retrieve): Check whether on the login page
158         strictly.
159
160 2006-12-22  OHASHI Akira  <bg66@koka-in.org>
161
162         * mixi.el (mixi-realization-error): Use buffer variable only when it
163         is bound and debug-on-error is t.
164
165 2006-12-22  OHASHI Akira  <bg66@koka-in.org>
166
167         * mixi.el (mixi-realization-error): New error symbol.
168         (mixi-realization-error): New macro.
169         (mixi-realize-friend): Use it.
170         (mixi-realize-diary): Ditto.
171         (mixi-realize-community): Ditto.
172         (mixi-realize-topic): Ditto.
173         (mixi-realize-event): Ditto.
174         (mixi-realize-message): Ditto.
175
176 2006-12-22  OHASHI Akira  <bg66@koka-in.org>
177
178         * mixi.el (mixi-get-friends): Rename ARGS argument to FRIEND-OR-RANGE.
179         (mixi-get-diaries): Ditto.
180         (mixi-get-communities): Ditto.
181         (mixi-get-messages): Rename ARGS argument to BOX-OR-RANGE.
182         (mixi-get-introductions): Rename ARGS argument to FRIEND-OR-RANGE.
183
184 2006-12-19  OHASHI Akira  <bg66@koka-in.org>
185
186         * mixi.el (mixi-object-realized-p): Rename from
187         `mixi-object-realize-p'.
188         (mixi-realize-friend): Rename from `mixi-friend-realize'.
189         (mixi-friend-nick): Follow the change above.
190         (mixi-friend-name): Ditto.
191         (mixi-friend-sex): Ditto.
192         (mixi-friend-address): Ditto.
193         (mixi-friend-age): Ditto.
194         (mixi-friend-birthday): Ditto.
195         (mixi-friend-blood-type): Ditto.
196         (mixi-friend-birthplace): Ditto.
197         (mixi-friend-hobby): Ditto.
198         (mixi-friend-job): Ditto.
199         (mixi-friend-organization): Ditto.
200         (mixi-friend-profile): Ditto.
201         (mixi-realize-diary): Rename from `mixi-diary-realize'.
202         (mixi-diary-time): Follow the change above.
203         (mixi-diary-title): Ditto.
204         (mixi-diary-content): Ditto.
205         (mixi-realize-community): Rename from `mixi-community-realize'.
206         (mixi-community-name): Follow the change above.
207         (mixi-community-birthday): Ditto.
208         (mixi-community-owner): Ditto.
209         (mixi-community-category): Ditto.
210         (mixi-community-members): Ditto.
211         (mixi-community-open-level): Ditto.
212         (mixi-community-authority): Ditto.
213         (mixi-community-description): Ditto.
214         (mixi-realize-topic): Rename from `mixi-topic-realize'.
215         (mixi-topic-time): Follow the change above.
216         (mixi-topic-title): Ditto.
217         (mixi-topic-owner): Ditto.
218         (mixi-topic-content): Ditto.
219         (mixi-realize-event): Rename from `mixi-event-realize'.
220         (mixi-event-time): Follow the change above.
221         (mixi-event-title): Ditto.
222         (mixi-event-owner): Ditto.
223         (mixi-event-date): Ditto.
224         (mixi-event-place): Ditto.
225         (mixi-event-detail): Ditto.
226         (mixi-event-limit): Ditto.
227         (mixi-event-members): Ditto.
228         (mixi-realize-message): Rename from `mixi-message-realize'.
229         (mixi-message-owner): Follow the change above.
230         (mixi-message-title): Ditto.
231         (mixi-message-time): Ditto.
232         (mixi-message-content): Ditto.
233
234 2006-12-19  OHASHI Akira  <bg66@koka-in.org>
235
236         * sb-mixi.el (shimbun-mixi-comment-article): Rename from
237         `shimbun-comment-article'.
238         (shimbun-article): Follow the change above.
239
240 2006-12-19  OHASHI Akira  <bg66@koka-in.org>
241
242         * mixi.el (mixi-parse-buffer): Use `sleep-for' instead of `sit-for'.
243
244 2006-12-18  OHASHI Akira  <bg66@koka-in.org>
245
246         * mixi.el (mixi-friend-nick-regexp): Follow the change of mixi.
247         (mixi-friend-name-regexp): Ditto.
248         (mixi-friend-sex-regexp): Ditto.
249         (mixi-friend-hobby-regexp): Ditto.
250         (mixi-friend-realize): Follow the change above.
251         (mixi-community-birthday-regexp): Follow the change of mixi.
252         (mixi-community-owner-regexp): Ditto.
253         (mixi-community-category-regexp): Ditto.
254         (mixi-community-members-regexp): Ditto.
255         (mixi-community-open-level-regexp): Ditto.
256         (mixi-community-authority-regexp): Ditto.
257
258 2006-12-18  OHASHI Akira  <bg66@koka-in.org>
259
260         * sb-mixi.el (shimbun-mixi-make-subject): Add SHIMBUN argument.
261         (shimbun-mixi-get-headers): Follow the change above.
262
263         * mixi.el (mixi-topic-community-regexp): New regexp.
264         (mixi-topic-realize): Use it.
265         (mixi-event-community-regexp): New regexp.
266         (mixi-event-realize): Use it.
267         (mixi-bbs-list): New constant.
268         (mixi-bbs-p): New macro.
269         (mixi-bbs-community): New function.
270
271 2006-12-18  OHASHI Akira  <bg66@koka-in.org>
272
273         * mixi.el (mixi-curl-cookie-file): Change the default value to
274         ~/.mixi/cookies.txt.
275
276 2006-12-14  OHASHI Akira  <bg66@koka-in.org>
277
278         * mixi.el (mixi-object-title): Remove application dependant codes.
279         (mixi-object-content): Ditto.
280
281         * sb-mixi.el (shimbun-mixi-make-subject): Follow the change above.
282         (shimbun-mixi-make-body): Ditto.
283
284 2006-12-14  OHASHI Akira  <bg66@koka-in.org>
285
286         * mixi.el (mixi-friend-nick-regexp): Follow the change of mixi.
287         (mixi-friend-realize): Ditto.
288
289 2006-12-14  OHASHI Akira  <bg66@koka-in.org>
290
291         * mixi.el (mixi-object-p): Check whether class is symbol.
292         (mixi-read-object): New function.
293         (mixi-cache-file-regexp): New regexp.
294         (mixi-cache-regexp): Use it.
295         (mixi-save-cache): Remove the prefix of file name.
296         (mixi-read-cache): Use `mixi-read-object' instead of `puthash'.
297         (mixi-load-cache): Follow the change above.
298         (mixi-make-friend): Add all slots to the argument. 
299         (mixi-make-diary): Ditto.
300         (mixi-make-community): Ditto.
301         (mixi-make-topic): Ditto.
302         (mixi-make-event): Ditto.
303         (mixi-make-message): Ditto.
304
305 2006-12-12  OHASHI Akira  <bg66@koka-in.org>
306
307         * mixi.el (mixi-url-retrieve): Simplify.
308
309 2006-12-11  OHASHI Akira  <bg66@koka-in.org>
310
311         * mixi.el (mixi-diary-time-regexp): Follow the change of mixi;
312         Fix regexp.
313         (mixi-diary-title-regexp): Ditto.
314         (mixi-diary-content-regexp): Ditto.
315         (mixi-diary-realize): Follow the change above.
316
317 2006-12-11  OHASHI Akira  <bg66@koka-in.org>
318
319         * mixi.el (mixi-search-bbs-list-page): New macro.
320         (mixi-search-bbs-list-regexp): New regexp.
321         (mixi-search-bbses): New function.
322
323 2006-12-11  OHASHI Akira  <bg66@koka-in.org>
324
325         * mixi.el (mixi-search-community-list-page): New macro.
326         (mixi-search-community-list-regexp): New regexp.
327         (mixi-search-communities): New function.
328
329 2006-12-11  OHASHI Akira  <bg66@koka-in.org>
330
331         * mixi.el (mixi-cache-expires): Set the default value to nil.
332
333 2006-12-08  OHASHI Akira  <bg66@koka-in.org>
334
335         * sb-mixi.el (shimbun-mixi-initialize-comment-cache): Abolish.
336         (initialize-instance): Follow the change above.
337         (shimbun-close): Set the comment cache to nil.
338
339 2006-12-08  OHASHI Akira  <bg66@koka-in.org>
340
341         * mixi.el (mixi-topic-comment-list-regexp): Fix regexp.
342         (mixi-message): Rename the STRING argument to STRINGS.
343         (mixi-login): Follow the cange above.
344         (mixi-parse-buffer): Fix error message.
345
346 2006-12-07  OHASHI Akira  <bg66@koka-in.org>
347
348         * mixi.el (mixi-diary-owner-nick-regexp): Fix regexp.
349         (mixi-topic-owner-regexp): Ditto.
350
351 2006-12-05  OHASHI Akira  <bg66@koka-in.org>
352
353         * sb-mixi.el (shimbun-mixi-logout-p): New user option.
354         (shimbun-mixi-initialize-comment-cache): New macro.
355         (initialize-instance): Use it.
356         (shimbun-close): New method.
357
358 2006-12-04  OHASHI Akira  <bg66@koka-in.org>
359
360         * mixi.el (mixi-url-encode-and-quote-percent-string): New function.
361         (mixi-search-diary-list-page): New macro.
362         (mixi-search-diary-list-regexp): New regexp.
363         (mixi-search-diaries): New function.
364         (mixi-diary-closed-regexp): New regexp.
365         (mixi-diary-realize): Use it.
366
367         * sb-mixi.el (shimbun-mixi-group-alist): Fix docs.
368
369 2006-12-04  OHASHI Akira  <bg66@koka-in.org>
370
371         * mixi.el (mixi-diary-content-regexp): Fix regexp.
372
373 2006-12-01  OHASHI Akira  <bg66@koka-in.org>
374
375         * mixi.el (mixi-diary-comment-list-page): Use `full=1' instead of
376         `page=%d'.
377         (mixi-get-comments): Get comments in latest order.
378
379 2006-12-01  OHASHI Akira  <bg66@koka-in.org>
380
381         * mixi.el (mixi-parse-buffer): Rename from `mixi-retrieve-1', and
382         swap `buffer' argument and `url'.
383         (mixi-url-retrieve): Follow the change above.
384         (mixi-w3m-retrieve): Ditto.
385         (mixi-curl-retrieve): Ditto.
386
387 2006-11-30  OHASHI Akira  <bg66@koka-in.org>
388
389         * mixi.el (mixi-get-matched-items): Rename `max-numbers' to `range',
390         and swap `range' and `regexp'.
391         (mixi-get-friends): Follow the change above.
392         (mixi-get-favorites): Ditto.
393         (mixi-get-logs): Ditto.
394         (mixi-get-diaries): Ditto.
395         (mixi-get-new-diaries): Ditto.
396         (mixi-get-communities): Ditto.
397         (mixi-get-bbses): Ditto.
398         (mixi-get-new-bbses): Ditto.
399         (mixi-get-comments): Ditto.
400         (mixi-get-new-comments): Ditto.
401         (mixi-get-messages): Ditto.
402         (mixi-get-introductions): Ditto.
403
404 2006-11-30  OHASHI Akira  <bg66@koka-in.org>
405
406         * sb-mixi.el (shimbun-comment-article): Simplify.
407
408 2006-11-29  OHASHI Akira  <bg66@koka-in.org>
409
410         * sb-mixi.el (shimbun-comment-article): Cache the content of all
411         comment.
412
413 2006-11-29  OHASHI Akira  <bg66@koka-in.org>
414
415         * sb-mixi.el (shimbun-mixi): Add the COMMENT-CACHE slot.
416         (initialize-instance): New method.
417         (shimbun-mixi-get-headers): Cache the content of comment.
418         (shimbun-comment-article): Use cache.
419         (shimbun-article): Follow the change above.
420
421 2006-11-28  OHASHI Akira  <bg66@koka-in.org>
422
423         * sb-mixi.el (shimbun-mixi-x-face-alist): New variable.
424
425 2006-11-28  OHASHI Akira  <bg66@koka-in.org>
426
427         * mixi.el (mixi-object-title): Follow the event object.
428         (mixi-object-content): Ditto.
429         (mixi-bbs-owner): New alias.
430         (mixi-bbs-id): Ditto.
431         (mixi-bbs-time): Ditto.
432         (mixi-bbs-title): Ditto.
433         (mixi-bbs-content): Ditto.
434
435         * sb-mixi.el (shimbun-mixi-make-subject): Follow the change above.
436         (shimbun-mixi-make-body): Ditto.
437         
438 2006-11-27  OHASHI Akira  <bg66@koka-in.org>
439
440         * mixi.el (mixi-event-cache): New variable.
441         (mixi-make-event): New function.
442         (mixi-event-url-regexp): New constant.
443         (mixi-make-event-from-url): New function.
444         (mixi-event-p): New macro.
445         (mixi-event-page): Ditto.
446         (mixi-event-time-regexp): New regexp.
447         (mixi-event-title-regexp): Ditto.
448         (mixi-event-owner-regexp): Ditto.
449         (mixi-event-date-regexp): Ditto.
450         (mixi-event-place-regexp): Ditto.
451         (mixi-event-detail-regexp): Ditto.
452         (mixi-event-limit-regexp): Ditto.
453         (mixi-event-members-regexp): Ditto.
454         (mixi-event-realize): New function.
455         (mixi-event-community): New accessor method.
456         (mixi-event-id): Ditto.
457         (mixi-event-time): Ditto.
458         (mixi-event-title): Ditto.
459         (mixi-event-owner): Ditto.
460         (mixi-event-date): Ditto.
461         (mixi-event-place): Ditto.
462         (mixi-event-detail): Ditto.
463         (mixi-event-limit): Ditto.
464         (mixi-event-members): Ditto.
465         (mixi-event-set-time): Ditto.
466         (mixi-event-set-title): Ditto.
467         (mixi-event-set-owner): Ditto.
468         (mixi-event-set-date): Ditto.
469         (mixi-event-set-place): Ditto.
470         (mixi-event-set-detail): Ditto.
471         (mixi-event-set-limit): Ditto.
472         (mixi-event-set-members): Ditto.
473         (mixi-bbs-list-page): Rename from `mixi-topic-list-page'.
474         (mixi-bbs-list-regexp): Rename from `mixi-topic-list-regexp'.
475         (mixi-get-bbses): Rename from `mixi-get-topics'.
476         (mixi-new-bbs-list-page): Rename from `mixi-new-topic-list-page'.
477         (mixi-new-bbs-list-regexp): Rename from `mixi-new-topic-list-regexp'.
478         (mixi-get-new-bbses): Rename from `mixi-get-new-topics'.
479         (mixi-bbs-list-regexp): Follow the change above.
480         (mixi-get-bbses): Ditto.
481         (mixi-new-bbs-list-regexp): Ditto.
482         (mixi-get-new-bbses): Ditto.
483         (mixi-event-comment-list-page): New function.
484         (mixi-event-comment-list-regexp): New constant.
485
486         * sb-mixi.el (shimbun-mixi-group-alist): Follow the change above.
487         (shimbun-mixi-make-subject): Ditto.
488         (shimbun-mixi-make-xref): Ditto.
489         (shimbun-mixi-get-headers): Ditto.
490         (shimbun-get-headers): Ditto.
491         (shimbun-mixi-make-body): New function.
492         (shimbun-article): Follow the change above.
493
494 2006-11-27  OHASHI Akira  <bg66@koka-in.org>
495
496         * sb-mixi.el (shimbun-mixi-get-headers): Don't quit even if there are
497         comments which have already gotten.
498
499 2006-11-27  OHASHI Akira  <bg66@koka-in.org>
500
501         * mixi.el (mixi-topic-content-regexp): Fix regexp.
502         (mixi-topic-realize): Follow the change above.
503
504 2006-11-25  OHASHI Akira  <bg66@koka-in.org>
505
506         * mixi.el (mixi-save-cache): Use `symbol-value' instead of
507         `default-value'.
508
509 2006-11-24  OHASHI Akira  <bg66@koka-in.org>
510
511         * mixi.el (mixi-directory): Rename from `mixi-cache-directory'.
512         (mixi-cache-regexp): New regexp.
513         (mixi-save-cache): New function.
514         (mixi-read-cache): Ditto.
515         (mixi-load-cache): Ditto.
516
517 2006-11-24  OHASHI Akira  <bg66@koka-in.org>
518
519         * mixi.el (mixi-retrieve): New macro.
520         (mixi-retrieve-1): Use it.
521         (mixi-login): Ditto.
522         (mixi-logout): Ditto.
523         (with-mixi-retrieve): Ditto.
524
525 2006-11-23  OHASHI Akira  <bg66@koka-in.org>
526
527         * mixi.el (mixi-url-retrieve): Rename from `mixi-w3-retrieve'.
528         (mixi-retrieve-function): Follow the change above.
529
530 2006-11-22  OHASHI Akira  <bg66@koka-in.org>
531
532         * mixi.el (mixi-w3-retrieve): Use `decode-coding-string' instead of
533         `mm-decode-coding-string'.
534
535 2006-11-22  OHASHI Akira  <bg66@koka-in.org>
536
537         * sb-mixi.el (shimbun-get-headers): Simplify.
538
539 2006-11-22  OHASHI Akira  <bg66@koka-in.org>
540
541         * mixi.el (mixi-message-owner-regexp): Fix regexp.
542         (mixi-message-title-regexp): Ditto.
543         (mixi-message-time-regexp): Ditto.
544         (mixi-message-realize): Follow the change above.
545
546 2006-11-22  OHASHI Akira  <bg66@koka-in.org>
547
548         * mixi.el (mixi-log-list-regexp): Fix regexp.
549
550 2006-11-22  OHASHI Akira  <bg66@koka-in.org>
551
552         * sb-mixi.el (shimbun-comment-article): Simplify.
553
554 2006-11-22  KAMO Tomoyuki  <kto2038@yahoo.co.jp>
555
556         * mixi.el (mixi-get-matched-items): Fix the condition for quitting
557         retrieval.
558
559 2006-11-20  OHASHI Akira  <bg66@koka-in.org>
560
561         * sb-mixi.el (shimbun-mixi-get-comment-p): New user option.
562         (shimbun-mixi-get-headers): Use it.
563
564 2006-11-11  OHASHI Akira  <bg66@koka-in.org>
565
566         * mixi.el (mixi-topic-content-regexp): Fix regexp.
567         (mixi-topic-realize): Follow the change above.
568         (mixi-topic-comment-list-regexp): Fix regexp.
569         (mixi-diary-comment-list-regexp): Follow the change above.
570         (mixi-get-comments): Ditto.
571
572 2006-11-11  OHASHI Akira  <bg66@koka-in.org>
573
574         * mixi.el (mixi-topic-comment-list-page): Use `all' instead of '%d'.
575
576 2006-11-10  OHASHI Akira  <bg66@koka-in.org>
577
578         * mixi.el (mixi-get-new-comments): Return diaries instead of comments.
579
580 2006-11-10  OHASHI Akira  <bg66@koka-in.org>
581
582         * sb-mixi.el (shimbun-mixi-group-alist): Add `messages' to default
583         value.
584         (shimbun-mixi-make-xref): Follow the change above.
585
586 2006-11-10  OHASHI Akira  <bg66@koka-in.org>
587
588         * sb-mixi.el (shimbun-mixi-get-headers): Stop getting comment's
589         headers when it was already shown.
590         (shimbun-get-headers): Follow the change above.
591
592 2006-11-10  OHASHI Akira  <bg66@koka-in.org>
593
594         * sb-mixi.el: New file.
595
596 2006-11-10  OHASHI Akira  <bg66@koka-in.org>
597
598         * mixi.el (mixi-expand-url): Don't expand twice.
599
600 2006-11-10  OHASHI Akira  <bg66@koka-in.org>
601
602         * mixi.el (mixi-log-list-regexp): Fix regexp.
603         (mixi-community-owner-regexp): Ditto.
604         (mixi-topic-owner-regexp): Ditto.
605         (mixi-topic-content-regexp): Ditto.
606         (mixi-diary-comment-list-regexp): Ditto.
607         (mixi-topic-comment-list-regexp): Ditto.
608         (mixi-message-owner-regexp): Ditto.
609         (mixi-introduction-list-regexp): Ditto.
610         (mixi-my-introduction-list-regexp): Ditto.
611
612 2006-11-09  OHASHI Akira  <bg66@koka-in.org>
613
614         * mixi.el (mixi-object-owner): New accessor method.
615         (mixi-object-time): Ditto.
616         (mixi-object-title): Ditto.
617
618 2006-11-09  OHASHI Akira  <bg66@koka-in.org>
619
620         * mixi.el (mixi-make-friend-from-url): Support my object.
621         (mixi-make-object-from-url): Ditto.
622
623 2006-11-08  OHASHI Akira  <bg66@koka-in.org>
624
625         * mixi.el (mixi-friend-realize): Don't remove markup.
626         (mixi-diary-realize): Ditto.
627         (mixi-community-realize): Ditto.
628         (mixi-topic-realize): Ditto.
629         (mixi-get-comments): Ditto.
630         (mixi-message-realize): Ditto.
631         (mixi-get-introductions): Ditto.
632
633 2006-11-08  OHASHI Akira  <bg66@koka-in.org>
634
635         * mixi.el (mixi-object-url-regexp): New regexp.
636         (mixi-friend-url-regexp): Ditto.
637         (mixi-diary-url-regexp): Ditto.
638         (mixi-topic-url-regexp): Ditto.
639         (mixi-message-url-regexp): Ditto.
640         (mixi-community-url-regexp): Ditto.
641         (mixi-make-object-from-url): New function.
642         (mixi-make-friend-from-url): Ditto.
643         (mixi-make-diary-from-url): Ditto.
644         (mixi-make-community-from-url): Ditto.
645         (mixi-make-topic-from-url): Ditto.
646         (mixi-make-message-from-url): Ditto.
647         (mixi-object-content): New accessor method.
648
649 2006-11-06  OHASHI Akira  <bg66@koka-in.org>
650
651         * mixi.el (mixi-expand-url): New macro.
652         (mixi-w3-retrieve): Use it.
653         (mixi-w3m-retrieve): Ditto.
654         (mixi-curl-retrieve): Ditto.
655
656 2006-11-01  OHASHI Akira  <bg66@koka-in.org>
657
658         * mixi.el (mixi-diary-comment-list-regexp): Fix regexp.
659         (mixi-topic-comment-list-regexp): Ditto.
660         (mixi-get-comments): Follow the change above.
661
662 2006-10-28  OHASHI Akira  <bg66@koka-in.org>
663
664         * mixi.el (mixi-message-box-list): New constant.
665         (mixi-message-box-p): New macro.
666         (mixi-message-box-name): New function.
667         (mixi-get-messages): Use them.
668
669 2006-10-25  OHASHI Akira  <bg66@koka-in.org>
670
671         * mixi.el (mixi-remove-markup): When STRING is nil, insert a null
672         string.
673         (mixi-make-introduction): New function.
674         (mixi-introduction-p): New macro.
675         (mixi-introduction-parent): New accessor method.
676         (mixi-introduction-owner): Ditto.
677         (mixi-introduction-content): Ditto.
678         (mixi-introduction-list-page): New macro.
679         (mixi-introduction-list-regexp): New regexp.
680         (mixi-my-introduction-list-regexp): Ditto.
681         (mixi-get-introductions): New function.
682
683 2006-10-25  Daiki Ueno  <ueno@unixuser.org>
684
685         * mixi.el (mixi-retrieve-function): Try to select
686         mixi-retrieve-function automatically.
687
688 2006-10-25  OHASHI Akira  <bg66@koka-in.org>
689
690         * mixi.el (mixi-cache-expires): Add new constant.
691         (mixi-cache-expired-p): Follow the change above.
692
693 2006-10-25  OHASHI Akira  <bg66@koka-in.org>
694
695         * mixi.el (mixi-retrieve-function): Use `radio' instead of `choice'.
696         (mixi-default-email): Ditto.
697         (mixi-default-password): Ditto.
698         (mixi-cache-expires): Ditto.
699
700 2006-10-25  Daiki Ueno  <ueno@unixuser.org>
701
702         * mixi.el (mixi-time-less-p): Normalize encoded time.
703         (mixi-time-add): Ditto.
704
705 2006-10-24  OHASHI Akira  <bg66@koka-in.org>
706
707         * mixi.el (mixi-object-timestamp): New accessor method.
708         (mixi-cache-expired-p): Use it.
709         (mixi-object-realize-p): New alias.
710         (mixi-object-set-timestamp): New accessor method.
711         (mixi-object-touch): New macro.
712         (mixi-friend-realize-p): Abolish.
713         (mixi-friend-touch): Ditto.
714         (mixi-diary-realize-p): Ditto.
715         (mixi-diary-touch): Ditto.
716         (mixi-community-realize-p): Ditto.
717         (mixi-community-touch): Ditto.
718         (mixi-topic-realize-p): Ditto.
719         (mixi-topic-touch): Ditto.
720         (mixi-message-realize-p): Ditto.
721         (mixi-message-touch): Ditto.
722         (mixi-friend-realize): Follow the change above.
723         (mixi-diary-realize): Ditto.
724         (mixi-community-realize): Ditto.
725         (mixi-topic-realize): Ditto.
726         (mixi-message-realize): Ditto.
727
728 2006-10-24  OHASHI Akira  <bg66@koka-in.org>
729
730         * mixi.el (mixi-message-cache): New variable.
731         (mixi-make-message): New function.
732         (mixi-message-p): New macro.
733         (mixi-message-page): Ditto.
734         (mixi-message-owner-regexp): New regexp.
735         (mixi-message-title-regexp): Ditto.
736         (mixi-message-time-regexp): Ditto.
737         (mixi-message-content-regexp): Ditto.
738         (mixi-message-realize): New function.
739         (mixi-message-realize-p): New accessor method.
740         (mixi-message-id): Ditto.
741         (mixi-message-box): Ditto.
742         (mixi-message-owner): Ditto.
743         (mixi-message-title): Ditto.
744         (mixi-message-time): Ditto.
745         (mixi-message-content): Ditto.
746         (mixi-message-touch): Ditto.
747         (mixi-message-set-owner): Ditto.
748         (mixi-message-set-title): Ditto.
749         (mixi-message-set-time): Ditto.
750         (mixi-message-set-content): Ditto.
751         (mixi-message-list-page): New macro.
752         (mixi-message-list-regexp): New regexp.
753         (mixi-get-messages): New function.
754
755 2006-10-24  Daiki Ueno  <ueno@unixuser.org>
756
757         * mixi.el (with-mixi-decoded-time-value): Abolished.
758         (mixi-encode-time-value): Abolished.
759         (mixi-time-less-p): Simplified.
760         (mixi-time-add): Simplified.
761         (mixi-seconds-to-time): Simplified.
762
763 2006-10-24  OHASHI Akira  <bg66@koka-in.org>
764
765         * mixi.el (with-mixi-retrieve): Put `edebug-form-spec'.
766         (with-mixi-decoded-time-value): Ditto.
767
768 2006-10-24  OHASHI Akira  <bg66@koka-in.org>
769
770         * mixi.el (mixi-get-matched-items): Fix when MAX-NUMBERS is nil.
771
772 2006-10-24  OHASHI Akira  <bg66@koka-in.org>
773
774         * mixi.el (mixi-diary-comment-list-page): Use `%d' instead of `all'
775         for page parameter.
776         (mixi-topic-comment-list-page): Ditto.
777         (mixi-get-comments): Use `max-numbers' instead of 1.
778         (mixi-get-matched-items): Exit when the same items got already.
779
780 2006-10-23  OHASHI Akira  <bg66@koka-in.org>
781
782         * mixi.el (toplevel): Don't use the FILENAME argument of `require'.
783
784 2006-10-23  OHASHI Akira  <bg66@koka-in.org>
785
786         * mixi.el (with-mixi-decoded-time-value): New macro.
787         (mixi-encode-time-value): New function.
788         (mixi-time-less-p): Ditto.
789         (mixi-time-add): Ditto.
790         (mixi-seconds-to-time): Ditto.
791         (mixi-cache-expired-p): Use them.
792
793 2006-10-23  OHASHI Akira  <bg66@koka-in.org>
794
795         * mixi.el (mixi-get-friends): Change the FRIEND and the MAX-NUMBERS
796         argument to the ARGS argument.
797         (mixi-get-diaries): Ditto.
798         (mixi-get-communities): Ditto.
799
800         * mixi.el (mixi-get-matched-items): Change the MAX-PAGES argument to
801         MAX-NUMBERS.
802         (mixi-friend-max-pages): Abolish.
803         (mixi-favorite-max-pages): Ditto.
804         (mixi-log-max-pages): Ditto.
805         (mixi-diary-max-pages): Ditto.
806         (mixi-new-diary-max-pages): Ditto.
807         (mixi-community-max-pages): Ditto.
808         (mixi-topic-max-pages): Ditto.
809         (mixi-new-topic-max-pages): Ditto.
810         (mixi-new-comment-max-pages): Ditto.
811         (mixi-get-friends): Add the MAX-NUMBERS argument.
812         (mixi-get-favorites): Ditto.
813         (mixi-get-logs): Ditto.
814         (mixi-get-diaries): Ditto.
815         (mixi-get-new-diaries): Ditto.
816         (mixi-get-communities): Ditto.
817         (mixi-get-topics): Ditto.
818         (mixi-get-new-topics): Ditto.
819         (mixi-get-comments): Ditto.
820         (mixi-get-new-comments): Ditto.
821
822 2006-10-23  Daiki Ueno  <ueno@unixuser.org>
823
824         * mixi.el (mixi-curl-retrieve): Make the temp buffer unibyte.
825
826 2006-10-23  Daiki Ueno  <ueno@unixuser.org>
827
828         * mixi.el (mixi-curl-retrieve): New function.
829         (mixi-retrieve-function): Don't use NOERROR arg of require.
830
831 2006-10-23  OHASHI Akira  <bg66@koka-in.org>
832
833         * mixi.el (mixi-get-matched-items): Don't convert string to number.
834         (mixi-login): Ditto.
835         (mixi-make-me): Ditto.
836         (mixi-friend-page): Ditto.
837         (mixi-friend-list-page): Ditto.
838         (mixi-diary-page): Ditto.
839         (mixi-diary-list-page): Ditto.
840         (mixi-community-page): Ditto.
841         (mixi-community-realize): Ditto.
842         (mixi-community-list-page): Ditto.
843         (mixi-topic-page): Ditto.
844         (mixi-topic-realize): Ditto.
845         (mixi-topic-list-page): Ditto.
846         (mixi-diary-comment-list-page): Ditto.
847         (mixi-topic-comment-list-page): Ditto.
848         (mixi-get-logs): Ditto.
849         (mixi-get-comments): Ditto.
850
851 2006-10-23  OHASHI Akira  <bg66@koka-in.org>
852
853         * mixi.el: Try to require `url' and `w3m'.
854         (mixi-get-comments): Fix typo.
855
856 2006-10-23  OHASHI Akira  <bg66@koka-in.org>
857
858         * mixi.el (mixi-retrieve-function): New user option.
859         (mixi-retrieve): Abolish.
860         (mixi-w3-retrieve): New function.
861         (mixi-w3m-retrieve): Ditto.
862         (mixi-retrieve-1): Ditto.
863         (mixi-login): Follow the change above.
864         (with-mixi-retrieve): Ditto.
865
866 2006-10-23  OHASHI Akira  <bg66@koka-in.org>
867
868         * mixi.el: Require `url' instead of `w3m'.
869         (mixi-retrieve): Follow the change above.
870         (mixi-login): Ditto.
871         (mixi-continuously-access-interval): Increase to 4.0.
872         (mixi-verbose): Abolish.
873         (mixi-friend-to-id): Ditto.
874         (mixi-community-to-id): Ditto.
875
876 2006-10-22  OHASHI Akira  <bg66@koka-in.org>
877
878         * mixi.el (mixi-make-community): New slot `members'.
879         (mixi-community-members): New accessor method.
880         (mixi-community-set-members): Ditto.
881         (mixi-community-members-regexp): New regexp.
882         (mixi-community-realize): Use them.
883
884         * mixi.el (mixi-make-community): New slot `open level'.
885         (mixi-community-open-level): New accessor method.
886         (mixi-community-set-open-level): Ditto.
887         (mixi-community-open-level-regexp): New regexp.
888         (mixi-community-realize): Use them.
889
890         * mixi.el (mixi-make-community): New slot `authority'.
891         (mixi-community-authority): New accessor method.
892         (mixi-community-set-authority): Ditto.
893         (mixi-community-authority-regexp): New regexp.
894         (mixi-community-realize): Use them.
895
896 2006-10-22  OHASHI Akira  <bg66@koka-in.org>
897
898         * mixi.el (mixi-make-friend): New slot `sex'.
899         (mixi-friend-sex): New accessor method.
900         (mixi-friend-set-sex): Ditto.
901         (mixi-friend-name-sex-regexp): Rename from `mixi-friend-name-regexp'.
902         (mixi-my-name-regexp): Abolish.
903         (mixi-friend-realize): Use them.
904
905         * mixi.el (mixi-make-friend): New slot `address'.
906         (mixi-friend-address): New accessor method.
907         (mixi-friend-set-address): Ditto.
908         (mixi-friend-address-regexp): New regexp.
909         (mixi-friend-realize): Use them.
910
911         * mixi.el (mixi-make-friend): New slot `age'.
912         (mixi-friend-age): New accessor method.
913         (mixi-friend-set-age): Ditto.
914         (mixi-friend-age-regexp): New regexp.
915         (mixi-friend-realize): Use them.
916
917         * mixi.el (mixi-make-friend): New slot `birthday'.
918         (mixi-friend-birthday): New accessor method.
919         (mixi-friend-set-birthday): Ditto.
920         (mixi-friend-birthday-regexp): New regexp.
921         (mixi-friend-realize): Use them.
922
923         * mixi.el (mixi-make-friend): New slot `blood type'.
924         (mixi-friend-blood-type): New accessor method.
925         (mixi-friend-set-blood-type): Ditto.
926         (mixi-friend-blood-type-regexp): New regexp.
927         (mixi-friend-realize): Use them.
928
929         * mixi.el (mixi-make-friend): New slot `birthplace'.
930         (mixi-friend-birthplace): New accessor method.
931         (mixi-friend-set-birthplace): Ditto.
932         (mixi-friend-birthplace-regexp): New regexp.
933         (mixi-friend-realize): Use them.
934
935         * mixi.el (mixi-make-friend): New slot `hobby'.
936         (mixi-friend-hobby): New accessor method.
937         (mixi-friend-set-hobby): Ditto.
938         (mixi-friend-hobby-regexp): New regexp.
939         (mixi-friend-realize): Use them.
940
941         * mixi.el (mixi-make-friend): New slot `job'.
942         (mixi-friend-job): New accessor method.
943         (mixi-friend-set-job): Ditto.
944         (mixi-friend-job-regexp): New regexp.
945         (mixi-friend-realize): Use them.
946
947         * mixi.el (mixi-make-friend): New slot `organization'.
948         (mixi-friend-organization): New accessor method.
949         (mixi-friend-set-organization): Ditto.
950         (mixi-friend-organization-regexp): New regexp.
951         (mixi-friend-realize): Use them.
952
953         * mixi.el (mixi-make-friend): New slot `profile'.
954         (mixi-friend-profile): New accessor method.
955         (mixi-friend-set-profile): Ditto.
956         (mixi-friend-profile-regexp): New regexp.
957         (mixi-friend-realize): Use them.
958
959 2006-10-21  OHASHI Akira  <bg66@koka-in.org>
960
961         * mixi.el (mixi-friend-max-pages): Abolish; Move to toplevel defvar.
962         (mixi-favorite-max-pages): Ditto.
963         (mixi-log-max-pages): Ditto.
964         (mixi-diary-max-pages): Ditto.
965         (mixi-new-diary-max-pages): Ditto.
966         (mixi-community-max-pages): Ditto.
967         (mixi-topic-max-pages): Ditto.
968         (mixi-new-topic-max-pages): Ditto.
969         (mixi-new-comment-max-pages): Ditto.
970
971 2006-10-20  OHASHI Akira  <bg66@koka-in.org>
972
973         * mixi.el (mixi): Use `mixi' instead of `Mixi'.
974         (mixi-url): Ditto.
975         (mixi-coding-system): Ditto.
976         (mixi-continuously-access-interval): Ditto.
977         (mixi-message): Ditto.
978         (mixi-login): Ditto.
979
980 2006-10-20  OHASHI Akira  <bg66@koka-in.org>
981
982         * mixi.el (mixi-login): Tiny fix.
983         (mixi-accept-adult-contents): Fix docs.
984
985 2006-10-20  OHASHI Akira  <bg66@koka-in.org>
986
987         * mixi.el (mixi-login): Return an error when `w3m-use-cookies' is nil.
988
989 2006-10-20  OHASHI Akira  <bg66@koka-in.org>
990
991         * mixi.el: Importing mixi.el.