1 2007-05-31 OHASHI Akira <bg66@koka-in.org>
3 * mixi.el (mixi-diary-content-regexp): Follow the change of mixi.
4 (mixi-search-diary-list-regexp): Ditto.
5 (mixi-topic-content-regexp): Ditto.
6 (mixi-event-detail-regexp): Ditto.
7 (mixi-diary-comment-list-regexp): Ditto.
8 (mixi-topic-comment-list-regexp): Ditto.
9 (mixi-event-comment-list-regexp): Ditto.
10 (mixi-message-content-regexp): Ditto.
12 2007-04-26 OHASHI Akira <bg66@koka-in.org>
14 * riece-mixi.el (riece-mixi-send-object-with-url): Don't send a title.
16 2007-04-19 OHASHI Akira <bg66@koka-in.org>
18 * sb-mixi.el (shimbun-mixi-to-regexp): Abolish.
19 (shimbun-mixi-send-mail): Ditto.
20 * mixi-utils.el (mixi-to-regexp): New constant.
21 (mixi-send-mail): New function.
22 * mixi-gnus.el (message-mixi-p): Follow the change above.
23 (message-send-via-mixi): Ditto.
24 * mixi-wl.el (wl-draft-send-mail-with-mixi): Ditto.
25 (mixi-wl-setup-draft-buffer): Ditto.
26 * acinclude.m4 (AC_EXAMINE_MODULES): Ditto.
28 2007-04-16 OHASHI Akira <bg66@koka-in.org>
30 * mixi-wl.el (wl-draft-send-mail-with-mixi): Check that title is not
33 2007-04-05 OHASHI Akira <bg66@koka-in.org>
35 * mixi.el (mixi-friend-list-id-regexp): Follow the change of mixi.
36 (mixi-friend-list-nick-regexp): Ditto.
37 (mixi-community-category-regexp): Ditto.
38 (mixi-community-members-regexp): Ditto.
39 (mixi-community-open-level-regexp): Ditto.
40 (mixi-community-authority-regexp): Ditto.
41 (mixi-community-list-id-regexp): Ditto.
42 (mixi-community-list-name-regexp): Ditto.
44 2007-03-26 OHASHI Akira <bg66@koka-in.org>
46 * Makefile.am (compile-individually): New target.
47 * COMPILE.in (mixi-compile-module): New function.
48 (mixi-examine): Ditto.
50 2007-03-26 OHASHI Akira <bg66@koka-in.org>
52 * COMPILE.in: Rename from `COMPILE'.
53 (mixi-modules): New variable.
54 (mixi-compile): Use it.
55 (mixi-install): Ditto.
56 (mixi-compile-package): Ditto.
57 (mixi-install-package): Ditto.
58 (mixi-compile-modules): Follow the change above.
59 (mixi-install-modules): Ditto.
60 * .cvsignore: Add COMPILE.
61 * acinclude.m4 (AC_EXAMINE_MODULES): New function.
62 (AC_CHECK_SHIMBUN): Don't use AC_SUBST.
63 (AC_CHECK_GNUS): Ditto.
65 (AC_CHECK_RIECE): Ditto.
66 * configure.ac: Use AC_EXAMINE_MODULES.
67 (HAVE_SHIMBUN): Abolish.
71 (AC_CONFIG_FILES): Add COMPILE.
72 * Makefile.am (MODULES_MIXI): Abolish.
73 (MODULES_SHIMBUN): Ditto.
74 (MODULES_GNUS): Ditto.
76 (MODULES_RIECE): Ditto.
78 (DISTCLEANFILES): New variable.
79 (EXTRA_DIST): Follow the change above.
83 (install-package): Ditto.
85 2007-03-25 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
87 * sb-mixi.el (shimbun-mixi-default-group-alist): New constant;
88 rename from `shimbun-mixi-group-alist'.
89 (shimbun-mixi-group-alist): Change the default value to nil.
90 (shimbun-mixi-group-alist): New function.
91 (shimbun-groups): Use it instead of the same name variable.
92 (shimbun-get-headers): Ditto.
94 2007-03-25 OHASHI Akira <bg66@koka-in.org>
96 * INSTALL-CVS: New file.
97 * Makefile.am (EXTRA_DIST): Add it.
99 2007-03-23 OHASHI Akira <bg66@koka-in.org>
101 * mixi.el (mixi-diary-closed-regexp): Fix regexp.
102 (mixi-diary-owner-nick-regexp): Ditto.
103 (mixi-diary-time-regexp): Ditto.
104 (mixi-diary-title-regexp): Ditto.
105 (mixi-diary-content-regexp): Ditto.
106 (mixi-realize-diary): Follow the change above.
107 (mixi-event-community-regexp): Fix regexp.
108 (mixi-event-time-regexp): Ditto.
109 (mixi-event-title-regexp): Ditto.
110 (mixi-event-owner-regexp): Ditto.
111 (mixi-event-owner-seceded-regexp): Ditto.
112 (mixi-event-date-regexp): Ditto.
113 (mixi-event-place-regexp): Ditto.
114 (mixi-event-detail-regexp): Ditto.
115 (mixi-event-limit-regexp): Ditto.
116 (mixi-event-members-regexp): Ditto.
117 (mixi-realize-event): Follow the change above.
119 2007-03-22 OHASHI Akira <bg66@koka-in.org>
121 * mixi.el (mixi-community-name-regexp): Fix regexp.
122 (mixi-community-birthday-regexp): Ditto.
123 (mixi-community-owner-regexp): Ditto.
124 (mixi-community-category-regexp): Ditto.
125 (mixi-community-members-regexp): Ditto.
126 (mixi-community-open-level-regexp): Ditto.
127 (mixi-community-authority-regexp): Ditto.
128 (mixi-community-description-regexp): Ditto.
129 (mixi-realize-community): Follow the change above.
131 2007-03-19 OHASHI Akira <bg66@koka-in.org>
133 * mixi.el (mixi-diary-content-regexp): Fix regexp.
135 2007-03-19 OHASHI Akira <bg66@koka-in.org>
137 * mixi-gnus.el: Use `require' instead of `autoload'.
139 * riece-mixi.el: Ditto.
141 * acinclude.m4 (AC_CHECK_GNUS): New function.
142 (AC_CHECK_WL): Ditto.
143 * configure.ac: Use them.
144 (HAVE_GNUS): New condition.
146 * Makefile.am (MODULES_GNUS): New variable.
148 (MODULES_SHIMBUN): Follow the change above.
152 2007-03-17 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
154 * mixi-utils.el (toplevel): Specify the file coding system.
156 * mixi.el (toplevel): Ditto.
157 (mixi-my-id-regexp): Use `show_profile' instead of `add_diary'.
158 (mixi-make-me): Call `re-search-forward' with 3rd argument.
160 2007-03-16 OHASHI Akira <bg66@koka-in.org>
162 * mixi-ticker.el: New file.
163 * Makefile.am (MODULES_MIXI): Add it.
165 2007-03-15 OHASHI Akira <bg66@koka-in.org>
167 * contrib/atom.cgi: New file.
168 * contrib/atom.sh: Ditto.
169 * Makefile.am (CONTRIB): New variable.
170 (EXTRA_DIST): Use it.
172 2007-03-14 OHASHI Akira <bg66@koka-in.org>
174 * mixi-atom.el (mixi-make-atom): Use `concat' instead of `insert'.
175 (mixi-atom-cgi): New function.
176 (mixi-atom-file): Rename from `mixi-make-atom-file'.
178 2007-03-12 OHASHI Akira <bg66@koka-in.org>
180 * mixi-atom.el (mixi-atom-file): New user option.
181 (mixi-make-atom-file): Use it.
183 * mixi-atom.el (mixi-make-atom-file): Rename from
184 `mixi-atom-write-file'.
186 2007-03-12 OHASHI Akira <bg66@koka-in.org>
188 * mixi.el (mixi-login): Simplify.
190 2007-03-07 OHASHI Akira <bg66@koka-in.org>
192 * riece-mixi.el (riece-mixi-display-message-function): Simplify.
194 * mixi.el (mixi-save-cache): Use while-loop instead of `mapc'.
195 (mixi-load-cache): Ditto.
196 * sb-mixi.el (shimbun-mixi-get-headers): Ditto.
197 (shimbun-mixi-comment-article): Ditto.
198 * mixi-atom.el (mixi-make-atom-entries): Ditto.
199 * riece-mixi.el (riece-mixi-check): Ditto.
201 2007-03-06 OHASHI Akira <bg66@koka-in.org>
203 * riece-mixi.el (riece-mixi-reply-to-only-me): New user option.
204 (riece-mixi-display-message-function): Use it.
206 * riece-mixi.el (riece-mixi-enabled): Abolish.
207 (riece-mixi-display-message-function): Follow the change above.
208 (riece-mixi-check): Ditto.
209 (riece-mixi-enable): Ditto.
210 (riece-mixi-disable): Ditto.
212 2007-03-06 OHASHI Akira <bg66@koka-in.org>
214 * riece-mixi.el: New file.
215 * configure.ac: Add AC_CHECK_RIECE and HAVE_RIECE.
216 * acinclude.m4: Add AC_CHECK_RIECE.
217 * Makefile.am (MODULES_ALL): Abolish.
218 (MODULES_SHIMBUN): New variable.
219 (MODULES_RIECE): Ditto.
220 (EXTRA_DIST): Follow the change above.
223 * mixi-utils.el (mixi-make-title): Support a suffix of news.
225 2007-03-01 OHASHI Akira <bg66@koka-in.org>
227 * mixi.el (mixi-favorite-list-id-regexp): Abolish.
228 (mixi-favorite-list-nick-regexp): Ditto.
229 (mixi-favorite-list-regexp): New regexp.
230 (mixi-get-favorites): Follow the change above.
232 2007-02-23 OHASHI Akira <bg66@koka-in.org>
234 * mixi-atom.el: New file.
235 * Makefile.am (MODULES_MIXI): Add it.
237 * mixi-utils.el (mixi-make-content): Support mixi-log object.
239 * mixi.el (mixi-url-encode-string): New function.
240 (mixi-url-encode-and-quote-percent-string): Use it.
241 * mixi-utils.el (mixi-make-encoded-url): New function.
242 (mixi-make-objects): Ditto.
244 * mixi-utils.el (mixi-make-id-1): New function.
245 (mixi-make-message-id): Use it.
246 (mixi-make-tag-uri): New function.
247 * sb-mixi.el (shimbun-get-headers): Use it.
249 * configure.ac: Change PACKAGE to mixi-el.
251 2007-02-22 OHASHI Akira <bg66@koka-in.org>
253 * mixi-utils.el: New file.
254 * sb-mixi.el: Use it.
255 * Makefile.am (MODULES_MIXI): Add it.
257 2007-02-19 OHASHI Akira <bg66@koka-in.org>
259 * mixi.el (mixi-log-list-regexp): Follow the change of mixi.
261 2007-02-19 OHASHI Akira <bg66@koka-in.org>
263 * mixi.el (mixi-news-finished-regexp): New regexp.
264 (mixi-realize-news): Use it.
266 2007-02-16 OHASHI Akira <bg66@koka-in.org>
268 * mixi.el: Add autoload cookies.
269 * .cvsignore: New file.
272 * Makefile.am: Ditto.
275 * acinclude.m4: Ditto.
276 * configure.ac: Ditto.
278 2007-02-16 OHASHI Akira <bg66@koka-in.org>
280 * mixi-gnus.el: Avoid errors and warnings when compiling.
284 2007-02-07 OHASHI Akira <bg66@koka-in.org>
286 * mixi.el (mixi-url-retrieve): Don't show status to minibuffer.
288 2007-02-05 OHASHI Akira <bg66@koka-in.org>
290 * mixi.el (mixi-curl-post-form): New function.
291 (mixi-curl-retrieve): Add the FORM-DATA argument.
292 (mixi-message-title-regexp): Fix regexp.
293 (mixi-message-content-regexp): Ditto.
295 2007-02-01 OHASHI Akira <bg66@koka-in.org>
297 * mixi.el (mixi-friend-nick-regexp): Follow the change of mixi.
298 (mixi-friend-name-regexp): Ditto.
299 (mixi-friend-sex-regexp): Ditto.
300 (mixi-friend-address-regexp): Ditto.
301 (mixi-friend-age-regexp): Ditto.
302 (mixi-friend-birthday-regexp): Ditto.
303 (mixi-friend-blood-type-regexp): Ditto.
304 (mixi-friend-birthplace-regexp): Ditto.
305 (mixi-friend-hobby-regexp): Ditto.
306 (mixi-friend-job-regexp): Ditto.
307 (mixi-friend-organization-regexp): Ditto.
308 (mixi-friend-profile-regexp): Ditto.
309 (mixi-realize-friend): Follow the change above.
311 2007-01-31 Yoichi NAKAYAMA <yoichi@geiin.org>
313 * mixi-wl.el: Use wl-draft-send-hook.
314 (wl-draft-send-mail-with-mixi): Fix arg of wl-draft-write-sendlog.
316 2007-01-30 OHASHI Akira <bg66@koka-in.org>
318 * mixi.el (mixi-make-object-from-url): Support friend object.
319 (mixi-friend-url-regexp): Support profile page.
320 (mixi-make-friend-from-url): Follow the change above.
322 * sb-mixi.el (shimbun-mixi-group-alist): Add logs group.
323 (shimbun-mixi-make-subject): Support log object.
324 (shimbun-mixi-make-from): Ditto.
325 (shimbun-mixi-make-message-id): Ditto.
326 (shimbun-mixi-make-xref): Support log and friend object.
327 (shimbun-mixi-make-body): Support friend object.
329 2007-01-24 OHASHI Akira <bg66@koka-in.org>
331 * sb-mixi.el (shimbun-mixi-group-alist): Add `messages.sent' and
332 `mixi-el' groups to default value.
334 2007-01-24 OHASHI Akira <bg66@koka-in.org>
336 * mixi.el (mixi-bbs-community): Rename `bbs' from `object'.
337 (mixi-bbs-comment-count): New accessor method.
338 (mixi-bbs-set-comment-count): Ditto.
339 (mixi-new-bbs-list-regexp): Fix regexp.
340 (mixi-get-new-bbses): Return only BBSes having unseen comments.
341 (mixi-new-comment-list-regexp): Fix regexp.
342 (mixi-get-new-comments): Return only diaries having unseen comments.
344 2007-01-24 OHASHI Akira <bg66@koka-in.org>
346 * mixi.el (mixi-make-diary): Add comment-count argument.
347 (mixi-diary-url-regexp): Follow the change above.
348 (mixi-make-diary-from-url): Ditto.
349 (mixi-diary-comment-count): New accessor method.
350 (mixi-diary-time): Follow the change above.
351 (mixi-diary-title): Ditto.
352 (mixi-diary-content): Ditto.
353 (mixi-diary-set-comment-count): New accessor method.
354 (mixi-diary-set-time): Follow the change above.
355 (mixi-diary-set-title): Ditto.
356 (mixi-diary-set-content): Ditto.
357 (mixi-get-diaries): Ditto.
358 (mixi-get-new-diaries): Ditto.
359 (mixi-search-diaries): Ditto.
360 (mixi-make-topic): Add comment-count argument.
361 (mixi-topic-url-regexp): Follow the change above.
362 (mixi-make-topic-from-url): Ditto.
363 (mixi-topic-comment-count): New accessor method.
364 (mixi-topic-time): Follow the change above.
365 (mixi-topic-title): Ditto.
366 (mixi-topic-owner): Ditto.
367 (mixi-topic-content): Ditto.
368 (mixi-topic-set-comment-count): New accessor method.
369 (mixi-topic-set-time): Follow the change above.
370 (mixi-topic-set-title): Ditto.
371 (mixi-topic-set-owner): Ditto.
372 (mixi-topic-set-content): Ditto.
373 (mixi-make-event): Add comment-count argument.
374 (mixi-event-url-regexp): Follow the change above.
375 (mixi-make-event-from-url): Ditto.
376 (mixi-event-comment-count): New accessor method.
377 (mixi-event-time): Follow the change above.
378 (mixi-event-title): Ditto.
379 (mixi-event-owner): Ditto.
380 (mixi-event-date): Ditto.
381 (mixi-event-place): Ditto.
382 (mixi-event-detail): Ditto.
383 (mixi-event-limit): Ditto.
384 (mixi-event-members): Ditto.
385 (mixi-event-set-comment-count): New accessor method.
386 (mixi-event-set-time): Follow the change above.
387 (mixi-event-set-title): Ditto.
388 (mixi-event-set-owner): Ditto.
389 (mixi-event-set-date): Ditto.
390 (mixi-event-set-place): Ditto.
391 (mixi-event-set-detail): Ditto.
392 (mixi-event-set-limit): Ditto.
393 (mixi-event-set-members): Ditto.
395 2007-01-23 OHASHI Akira <bg66@koka-in.org>
397 * mixi.el (mixi-news-title-regexp): Follow the change of mixi.
398 (mixi-news-content-regexp): Ditto.
400 2007-01-22 OHASHI Akira <bg66@koka-in.org>
402 * mixi.el (mixi-news-content-regexp): Follow the change of mixi.
404 2007-01-19 OHASHI Akira <bg66@koka-in.org>
406 * mixi.el (mixi-community-birthday-regexp): Follow the change of mixi.
408 2007-01-19 OHASHI Akira <bg66@koka-in.org>
410 * mixi.el (mixi-realize-parent): Rename from `mixi-realize-object'.
411 (mixi-parent-p): New macro.
412 (mixi-get-comments): Use them.
414 * sb-mixi.el (shimbun-mixi-get-headers): Ditto.
415 (shimbun-get-headers): Ditto.
417 2007-01-18 OHASHI Akira <bg66@koka-in.org>
419 * mixi.el (mixi-realize-object): New function.
420 (mixi-get-comments): Realize the parent before getting comments.
421 (mixi-realize-diary): Follow the change above.
422 (mixi-realize-topic): Ditto.
423 (mixi-realize-event): Ditto.
425 2007-01-18 OHASHI Akira <bg66@koka-in.org>
427 * mixi.el (mixi-temp-buffer-name): Rename from `mixi-buffer-name'.
428 (with-mixi-retrieve): Follow the change above.
429 (with-mixi-post-form): Ditto.
431 2007-01-18 OHASHI Akira <bg66@koka-in.org>
433 * mixi.el (mixi-buffer-name): New variable.
434 (with-mixi-retrieve): Use it.
435 (with-mixi-post-form): Ditto.
436 (mixi-get-matched-items): Follow the change above.
438 2007-01-18 OHASHI Akira <bg66@koka-in.org>
440 * sb-mixi.el (shimbun-mixi-get-headers): Get headers of comments
443 2007-01-18 OHASHI Akira <bg66@koka-in.org>
445 * sb-mixi.el (shimbun-mixi-get-headers): Stop getting comment's
446 headers when it was already shown.
448 2007-01-18 OHASHI Akira <bg66@koka-in.org>
450 * mixi.el (mixi-friend-nick-regexp): Follow the change of mixi.
451 (mixi-friend-page): Ditto.
452 (mixi-realize-friend): Ditto.
454 2007-01-17 OHASHI Akira <bg66@koka-in.org>
456 * mixi.el (mixi-get-matched-items): Add REVERSE argument.
457 (mixi-get-comments): Follow the change above.
459 2007-01-17 OHASHI Akira <bg66@koka-in.org>
461 * mixi.el (mixi-realize-message): Follow the change of mixi.
463 2007-01-17 OHASHI Akira <bg66@koka-in.org>
465 * mixi.el (with-mixi-retrieve): Don't bind `buffer' variable.
466 (with-mixi-post-form): Ditto.
467 (mixi-get-matched-items): Follow the change above.
468 (mixi-make-me): Ditto.
469 (mixi-realize-diary): Ditto.
470 (mixi-post-diary): Ditto.
471 (mixi-realize-community): Ditto.
472 (mixi-realize-topic): Ditto.
473 (mixi-post-topic): Ditto.
474 (mixi-realize-event): Ditto.
475 (mixi-post-comment): Ditto.
476 (mixi-realize-message): Ditto.
477 (mixi-post-message): Ditto.
478 (mixi-realize-news): Ditto.
479 (mixi-realization-error): Ditto.
480 (mixi-post-error): Ditto.
482 2007-01-17 OHASHI Akira <bg66@koka-in.org>
484 * mixi.el: Avoid warnings when compiling.
486 2007-01-16 OHASHI Akira <bg66@koka-in.org>
488 * mixi.el (mixi-login-use-ssl): New user option.
489 (mixi-login): Use it.
491 2007-01-15 OHASHI Akira <bg66@koka-in.org>
493 * mixi.el (mixi-diary-list-regexp): Fix regexp.
494 (mixi-get-diaries): Follow the change above.
496 2007-01-15 OHASHI Akira <bg66@koka-in.org>
498 * mixi.el (mixi-bbs-p): Simplify.
499 (mixi-message-box-p): Ditto.
500 (mixi-news-category-p): Ditto.
501 (mixi-news-sort-list): New constant.
502 (mixi-news-sort-p): New macro.
503 (mixi-news-sort-id): New function.
504 (mixi-news-list-page): Add SORT argument.
505 (mixi-get-news): Ditto.
507 * sb-mixi.el (shimbun-mixi-group-alist): Follow the change above.
509 2007-01-14 OHASHI Akira <bg66@koka-in.org>
511 * sb-mixi.el (shimbun-mixi-group-alist): Add news groups.
512 (shimbun-mixi-make-from): Support news.
513 (shimbun-mixi-make-message-id): Ditto.
514 (shimbun-mixi-make-xref): Ditto.
515 (shimbun-mixi-make-reply-to): Ditto.
517 2007-01-14 OHASHI Akira <bg66@koka-in.org>
519 * mixi.el (mixi-expand-url): Fix for news.
520 (mixi-news-cache): New variable.
521 (mixi-make-news): New function.
522 (mixi-news-url-regexp): New constant.
523 (mixi-make-news-from-url): New function.
524 (mixi-news-p): New macro.
525 (mixi-news-page): Ditto.
526 (mixi-news-title-regexp): New regexp.
527 (mixi-news-media-time-regexp): Ditto.
528 (mixi-news-content-regexp): Ditto.
529 (mixi-realize-news): New function.
530 (mixi-news-media-id): New accessor method.
531 (mixi-news-id): Ditto.
532 (mixi-news-media): Ditto.
533 (mixi-news-time): Ditto.
534 (mixi-news-title): Ditto.
535 (mixi-news-content): Ditto.
536 (mixi-news-set-media): Ditto.
537 (mixi-news-set-time): Ditto.
538 (mixi-news-set-title): Ditto.
539 (mixi-news-set-content): Ditto.
540 (mixi-news-category-list): New constant.
541 (mixi-news-category-p): New macro.
542 (mixi-news-category-id): New function.
543 (mixi-news-list-page): New macro.
544 (mixi-news-list-regexp): New regexp.
545 (mixi-get-news): New function.
547 2007-01-12 OHASHI Akira <bg66@koka-in.org>
549 * mixi.el (mixi-search-diary-list-page): Fix typo.
550 (mixi-search-community-list-page): Ditto.
551 (mixi-search-bbs-list-page): Ditto.
553 2007-01-12 OHASHI Akira <bg66@koka-in.org>
555 * mixi.el (mixi-diary-list-regexp): Fix regexp.
556 (mixi-get-diaries): Follow the change above.
557 (mixi-diary-time): Ditto.
558 (mixi-diary-title): Ditto.
559 (mixi-new-diary-list-regexp): Fix regexp.
560 (mixi-get-new-diaries): Follow the change above.
561 (mixi-search-diary-list-regexp): Fix regexp.
562 (mixi-search-diaries): Follow the change above.
564 2007-01-11 OHASHI Akira <bg66@koka-in.org>
566 * mixi.el (mixi-community-birthday-regexp): Follow the change of mixi.
567 (mixi-community-owner-regexp): Ditto.
568 (mixi-community-category-regexp): Ditto.
569 (mixi-community-members-regexp): Ditto.
570 (mixi-community-open-level-regexp): Ditto.
571 (mixi-community-authority-regexp): Ditto.
572 (mixi-community-description-regexp): Ditto.
574 2007-01-10 OHASHI Akira <bg66@koka-in.org>
576 * mixi-gnus.el (mixi-gnus-setup): Simplify.
578 2007-01-09 OHASHI Akira <bg66@koka-in.org>
580 * mixi.el (mixi-topic-content-regexp): Follow the change of mixi.
582 2007-01-09 OHASHI Akira <bg66@koka-in.org>
584 * mixi-wl.el: New file.
586 2007-01-09 OHASHI Akira <bg66@koka-in.org>
588 * mixi-gnus.el (message-send-via-mixi): Don't replace twice.
590 2007-01-09 OHASHI Akira <bg66@koka-in.org>
592 * mixi-gnus.el (message-mixi-p): Change the pseudo header to
594 (message-send-via-mixi): Ditto.
596 2007-01-09 OHASHI Akira <bg66@koka-in.org>
598 * mixi-gnus.el (message-mixi-p): Simplify.
600 2007-01-09 OHASHI Akira <bg66@koka-in.org>
602 * mixi.el (mixi-event-comment-list-regexp): Fix regexp.
604 2007-01-09 OHASHI Akira <bg66@koka-in.org>
606 * mixi-gnus.el: New file.
608 * sb-mixi.el (shimbun-mixi-send-mail): Rename from
609 `shimbun-mixi-send-mail-wrapper'.
611 2007-01-08 OHASHI Akira <bg66@koka-in.org>
613 * mixi.el (mixi-backend): Rename from `mixi-retrieve-function' and
614 change the default value to `w3m'.
615 (mixi-retrieve): Follow the change above.
616 (mixi-post-form): Ditto.
619 2007-01-08 OHASHI Akira <bg66@koka-in.org>
621 * sb-mixi.el (shimbun-mixi-reply-to): New variable.
622 (shimbun-reply-to): New method.
623 (shimbun-mixi-make-reply-to): New function.
624 (shimbun-article): Use it.
625 (shimbun-mixi-make-object-from-message-id): Abolish.
626 (shimbun-mixi-to-regexp): New constant.
627 (shimbun-mixi-send-mail-wrapper): Follow the change above.
629 2006-12-30 OHASHI Akira <bg66@koka-in.org>
631 * mixi.el (mixi-event-owner-seceded-regexp): New regexp.
632 (mixi-realize-event): Follow the change above.
634 2006-12-28 OHASHI Akira <bg66@koka-in.org>
636 * sb-mixi.el (shimbun-mixi-message-id-suffix): Abolish.
637 (shimbun-mixi-make-message-id): Revert.
639 2006-12-28 OHASHI Akira <bg66@koka-in.org>
641 * sb-mixi.el (shimbun-mixi-send-mail-wrapper): New function.
643 2006-12-28 OHASHI Akira <bg66@koka-in.org>
645 * sb-mixi.el (shimbun-mixi-message-id-suffix): New constant.
646 (shimbun-mixi-make-message-id): Use it and change return value.
647 (shimbun-mixi-make-object-from-message-id): New function.
649 2006-12-28 OHASHI Akira <bg66@koka-in.org>
651 * sb-mixi.el (shimbun-mixi-logout-p): Abolish.
652 (shimbun-close): Follow the change above.
654 2006-12-27 OHASHI Akira <bg66@koka-in.org>
656 * mixi.el (mixi-post-message-page): New macro.
657 (mixi-post-message-key-regexp): New constant.
658 (mixi-post-message-succeed-regexp): Ditto.
659 (mixi-post-message): New function.
661 2006-12-27 OHASHI Akira <bg66@koka-in.org>
663 * mixi.el (mixi-post-diary-id-regexp): Abolish.
664 (mixi-post-diary-title-regexp): Ditto.
665 (mixi-post-diary-body-regexp): Ditto.
666 (mixi-post-key-regexp): Rename from `mixi-post-diary-key-regex'.
667 (mixi-post-succeed-regexp): Rename from
668 `mixi-post-diary-succeed-regexp'.
669 (mixi-post-diary): Follow the change above.
670 (mixi-post-topic-title-regexp): Abolish.
671 (mixi-post-topic-body-regexp): Ditto.
672 (mixi-post-topic-key-regexp): Ditto.
673 (mixi-post-topic-succeed-regexp): Ditto.
674 (mixi-post-topic): Follow the change above.
675 (mixi-post-diary-comment-page): New function.
676 (mixi-post-topic-comment-page): Ditto.
677 (mixi-post-event-comment-page): Ditto.
678 (mixi-post-comment): Ditto.
680 2006-12-27 OHASHI Akira <bg66@koka-in.org>
682 * mixi.el (mixi-post-diary-page): New macro.
683 (mixi-post-diary): Use it and fix typo.
684 (mixi-post-error): Add optional argument `object'.
685 (mixi-post-topic-page): New macro.
686 (mixi-post-topic-title-regexp): New constant.
687 (mixi-post-topic-body-regexp): Ditto.
688 (mixi-post-topic-key-regexp): Ditto.
689 (mixi-post-topic-succeed-regexp): Ditto.
690 (mixi-post-topic): New function.
692 2006-12-26 OHASHI Akira <bg66@koka-in.org>
694 * mixi.el (mixi-post-error): New error symbol.
695 (mixi-post-error): New macro.
696 (mixi-post-form): New macro.
697 (mixi-make-form-data): New function.
698 (mixi-url-retrieve): Add optional argument `extra-headers'.
699 (mixi-url-post-form): New function.
700 (mixi-w3m-post-form): Ditto.
701 (with-mixi-post-form): New macro.
702 (mixi-post-diary-key-regexp): New constant.
703 (mixi-post-diary-id-regexp): Ditto.
704 (mixi-post-diary-title-regexp): Ditto.
705 (mixi-post-diary-body-regexp): Ditto.
706 (mixi-post-diary-succeed-regexp): Ditto.
707 (mixi-post-diary): New function.
709 2006-12-26 OHASHI Akira <bg66@koka-in.org>
711 * mixi.el (mixi-url-retrieve): Simplify.
713 2006-12-25 OHASHI Akira <bg66@koka-in.org>
715 * mixi.el (mixi-diary-comment-list-regexp): Follow the change of mixi.
717 2006-12-25 OHASHI Akira <bg66@koka-in.org>
719 * mixi.el (mixi-save-cache): Change the location of cache files.
720 (mixi-load-cache): Ditto.
722 2006-12-25 OHASHI Akira <bg66@koka-in.org>
724 * sb-mixi.el (shimbun-get-headers): Use `mixi-bbs-p'.
725 (shimbun-mixi-get-comment-p): Abolish.
726 (shimbun-mixi-get-headers): Follow the change above.
728 2006-12-25 OHASHI Akira <bg66@koka-in.org>
730 * mixi.el (mixi-event-time-regexp): Fix regexp.
731 (mixi-event-title-regexp): Ditto.
732 (mixi-event-owner-regexp): Ditto.
733 (mixi-event-date-regexp): Ditto.
734 (mixi-event-place-regexp): Ditto.
735 (mixi-event-detail-regexp): Ditto.
736 (mixi-event-limit-regexp): Ditto.
737 (mixi-event-members-regexp): Ditto.
738 (mixi-realize-event): Follow the change above.
740 2006-12-25 OHASHI Akira <bg66@koka-in.org>
742 * mixi.el (with-mixi-retrieve): Check whether on the login page
745 2006-12-22 OHASHI Akira <bg66@koka-in.org>
747 * mixi.el (mixi-realization-error): Use buffer variable only when it
748 is bound and debug-on-error is t.
750 2006-12-22 OHASHI Akira <bg66@koka-in.org>
752 * mixi.el (mixi-realization-error): New error symbol.
753 (mixi-realization-error): New macro.
754 (mixi-realize-friend): Use it.
755 (mixi-realize-diary): Ditto.
756 (mixi-realize-community): Ditto.
757 (mixi-realize-topic): Ditto.
758 (mixi-realize-event): Ditto.
759 (mixi-realize-message): Ditto.
761 2006-12-22 OHASHI Akira <bg66@koka-in.org>
763 * mixi.el (mixi-get-friends): Rename ARGS argument to FRIEND-OR-RANGE.
764 (mixi-get-diaries): Ditto.
765 (mixi-get-communities): Ditto.
766 (mixi-get-messages): Rename ARGS argument to BOX-OR-RANGE.
767 (mixi-get-introductions): Rename ARGS argument to FRIEND-OR-RANGE.
769 2006-12-19 OHASHI Akira <bg66@koka-in.org>
771 * mixi.el (mixi-object-realized-p): Rename from
772 `mixi-object-realize-p'.
773 (mixi-realize-friend): Rename from `mixi-friend-realize'.
774 (mixi-friend-nick): Follow the change above.
775 (mixi-friend-name): Ditto.
776 (mixi-friend-sex): Ditto.
777 (mixi-friend-address): Ditto.
778 (mixi-friend-age): Ditto.
779 (mixi-friend-birthday): Ditto.
780 (mixi-friend-blood-type): Ditto.
781 (mixi-friend-birthplace): Ditto.
782 (mixi-friend-hobby): Ditto.
783 (mixi-friend-job): Ditto.
784 (mixi-friend-organization): Ditto.
785 (mixi-friend-profile): Ditto.
786 (mixi-realize-diary): Rename from `mixi-diary-realize'.
787 (mixi-diary-time): Follow the change above.
788 (mixi-diary-title): Ditto.
789 (mixi-diary-content): Ditto.
790 (mixi-realize-community): Rename from `mixi-community-realize'.
791 (mixi-community-name): Follow the change above.
792 (mixi-community-birthday): Ditto.
793 (mixi-community-owner): Ditto.
794 (mixi-community-category): Ditto.
795 (mixi-community-members): Ditto.
796 (mixi-community-open-level): Ditto.
797 (mixi-community-authority): Ditto.
798 (mixi-community-description): Ditto.
799 (mixi-realize-topic): Rename from `mixi-topic-realize'.
800 (mixi-topic-time): Follow the change above.
801 (mixi-topic-title): Ditto.
802 (mixi-topic-owner): Ditto.
803 (mixi-topic-content): Ditto.
804 (mixi-realize-event): Rename from `mixi-event-realize'.
805 (mixi-event-time): Follow the change above.
806 (mixi-event-title): Ditto.
807 (mixi-event-owner): Ditto.
808 (mixi-event-date): Ditto.
809 (mixi-event-place): Ditto.
810 (mixi-event-detail): Ditto.
811 (mixi-event-limit): Ditto.
812 (mixi-event-members): Ditto.
813 (mixi-realize-message): Rename from `mixi-message-realize'.
814 (mixi-message-owner): Follow the change above.
815 (mixi-message-title): Ditto.
816 (mixi-message-time): Ditto.
817 (mixi-message-content): Ditto.
819 2006-12-19 OHASHI Akira <bg66@koka-in.org>
821 * sb-mixi.el (shimbun-mixi-comment-article): Rename from
822 `shimbun-comment-article'.
823 (shimbun-article): Follow the change above.
825 2006-12-19 OHASHI Akira <bg66@koka-in.org>
827 * mixi.el (mixi-parse-buffer): Use `sleep-for' instead of `sit-for'.
829 2006-12-18 OHASHI Akira <bg66@koka-in.org>
831 * mixi.el (mixi-friend-nick-regexp): Follow the change of mixi.
832 (mixi-friend-name-regexp): Ditto.
833 (mixi-friend-sex-regexp): Ditto.
834 (mixi-friend-hobby-regexp): Ditto.
835 (mixi-friend-realize): Follow the change above.
836 (mixi-community-birthday-regexp): Follow the change of mixi.
837 (mixi-community-owner-regexp): Ditto.
838 (mixi-community-category-regexp): Ditto.
839 (mixi-community-members-regexp): Ditto.
840 (mixi-community-open-level-regexp): Ditto.
841 (mixi-community-authority-regexp): Ditto.
843 2006-12-18 OHASHI Akira <bg66@koka-in.org>
845 * sb-mixi.el (shimbun-mixi-make-subject): Add SHIMBUN argument.
846 (shimbun-mixi-get-headers): Follow the change above.
848 * mixi.el (mixi-topic-community-regexp): New regexp.
849 (mixi-topic-realize): Use it.
850 (mixi-event-community-regexp): New regexp.
851 (mixi-event-realize): Use it.
852 (mixi-bbs-list): New constant.
853 (mixi-bbs-p): New macro.
854 (mixi-bbs-community): New function.
856 2006-12-18 OHASHI Akira <bg66@koka-in.org>
858 * mixi.el (mixi-curl-cookie-file): Change the default value to
861 2006-12-14 OHASHI Akira <bg66@koka-in.org>
863 * mixi.el (mixi-object-title): Remove application dependant codes.
864 (mixi-object-content): Ditto.
866 * sb-mixi.el (shimbun-mixi-make-subject): Follow the change above.
867 (shimbun-mixi-make-body): Ditto.
869 2006-12-14 OHASHI Akira <bg66@koka-in.org>
871 * mixi.el (mixi-friend-nick-regexp): Follow the change of mixi.
872 (mixi-friend-realize): Ditto.
874 2006-12-14 OHASHI Akira <bg66@koka-in.org>
876 * mixi.el (mixi-object-p): Check whether class is symbol.
877 (mixi-read-object): New function.
878 (mixi-cache-file-regexp): New regexp.
879 (mixi-cache-regexp): Use it.
880 (mixi-save-cache): Remove the prefix of file name.
881 (mixi-read-cache): Use `mixi-read-object' instead of `puthash'.
882 (mixi-load-cache): Follow the change above.
883 (mixi-make-friend): Add all slots to the argument.
884 (mixi-make-diary): Ditto.
885 (mixi-make-community): Ditto.
886 (mixi-make-topic): Ditto.
887 (mixi-make-event): Ditto.
888 (mixi-make-message): Ditto.
890 2006-12-12 OHASHI Akira <bg66@koka-in.org>
892 * mixi.el (mixi-url-retrieve): Simplify.
894 2006-12-11 OHASHI Akira <bg66@koka-in.org>
896 * mixi.el (mixi-diary-time-regexp): Follow the change of mixi;
898 (mixi-diary-title-regexp): Ditto.
899 (mixi-diary-content-regexp): Ditto.
900 (mixi-diary-realize): Follow the change above.
902 2006-12-11 OHASHI Akira <bg66@koka-in.org>
904 * mixi.el (mixi-search-bbs-list-page): New macro.
905 (mixi-search-bbs-list-regexp): New regexp.
906 (mixi-search-bbses): New function.
908 2006-12-11 OHASHI Akira <bg66@koka-in.org>
910 * mixi.el (mixi-search-community-list-page): New macro.
911 (mixi-search-community-list-regexp): New regexp.
912 (mixi-search-communities): New function.
914 2006-12-11 OHASHI Akira <bg66@koka-in.org>
916 * mixi.el (mixi-cache-expires): Set the default value to nil.
918 2006-12-08 OHASHI Akira <bg66@koka-in.org>
920 * sb-mixi.el (shimbun-mixi-initialize-comment-cache): Abolish.
921 (initialize-instance): Follow the change above.
922 (shimbun-close): Set the comment cache to nil.
924 2006-12-08 OHASHI Akira <bg66@koka-in.org>
926 * mixi.el (mixi-topic-comment-list-regexp): Fix regexp.
927 (mixi-message): Rename the STRING argument to STRINGS.
928 (mixi-login): Follow the cange above.
929 (mixi-parse-buffer): Fix error message.
931 2006-12-07 OHASHI Akira <bg66@koka-in.org>
933 * mixi.el (mixi-diary-owner-nick-regexp): Fix regexp.
934 (mixi-topic-owner-regexp): Ditto.
936 2006-12-05 OHASHI Akira <bg66@koka-in.org>
938 * sb-mixi.el (shimbun-mixi-logout-p): New user option.
939 (shimbun-mixi-initialize-comment-cache): New macro.
940 (initialize-instance): Use it.
941 (shimbun-close): New method.
943 2006-12-04 OHASHI Akira <bg66@koka-in.org>
945 * mixi.el (mixi-url-encode-and-quote-percent-string): New function.
946 (mixi-search-diary-list-page): New macro.
947 (mixi-search-diary-list-regexp): New regexp.
948 (mixi-search-diaries): New function.
949 (mixi-diary-closed-regexp): New regexp.
950 (mixi-diary-realize): Use it.
952 * sb-mixi.el (shimbun-mixi-group-alist): Fix docs.
954 2006-12-04 OHASHI Akira <bg66@koka-in.org>
956 * mixi.el (mixi-diary-content-regexp): Fix regexp.
958 2006-12-01 OHASHI Akira <bg66@koka-in.org>
960 * mixi.el (mixi-diary-comment-list-page): Use `full=1' instead of
962 (mixi-get-comments): Get comments in latest order.
964 2006-12-01 OHASHI Akira <bg66@koka-in.org>
966 * mixi.el (mixi-parse-buffer): Rename from `mixi-retrieve-1', and
967 swap `buffer' argument and `url'.
968 (mixi-url-retrieve): Follow the change above.
969 (mixi-w3m-retrieve): Ditto.
970 (mixi-curl-retrieve): Ditto.
972 2006-11-30 OHASHI Akira <bg66@koka-in.org>
974 * mixi.el (mixi-get-matched-items): Rename `max-numbers' to `range',
975 and swap `range' and `regexp'.
976 (mixi-get-friends): Follow the change above.
977 (mixi-get-favorites): Ditto.
978 (mixi-get-logs): Ditto.
979 (mixi-get-diaries): Ditto.
980 (mixi-get-new-diaries): Ditto.
981 (mixi-get-communities): Ditto.
982 (mixi-get-bbses): Ditto.
983 (mixi-get-new-bbses): Ditto.
984 (mixi-get-comments): Ditto.
985 (mixi-get-new-comments): Ditto.
986 (mixi-get-messages): Ditto.
987 (mixi-get-introductions): Ditto.
989 2006-11-30 OHASHI Akira <bg66@koka-in.org>
991 * sb-mixi.el (shimbun-comment-article): Simplify.
993 2006-11-29 OHASHI Akira <bg66@koka-in.org>
995 * sb-mixi.el (shimbun-comment-article): Cache the content of all
998 2006-11-29 OHASHI Akira <bg66@koka-in.org>
1000 * sb-mixi.el (shimbun-mixi): Add the COMMENT-CACHE slot.
1001 (initialize-instance): New method.
1002 (shimbun-mixi-get-headers): Cache the content of comment.
1003 (shimbun-comment-article): Use cache.
1004 (shimbun-article): Follow the change above.
1006 2006-11-28 OHASHI Akira <bg66@koka-in.org>
1008 * sb-mixi.el (shimbun-mixi-x-face-alist): New variable.
1010 2006-11-28 OHASHI Akira <bg66@koka-in.org>
1012 * mixi.el (mixi-object-title): Follow the event object.
1013 (mixi-object-content): Ditto.
1014 (mixi-bbs-owner): New alias.
1015 (mixi-bbs-id): Ditto.
1016 (mixi-bbs-time): Ditto.
1017 (mixi-bbs-title): Ditto.
1018 (mixi-bbs-content): Ditto.
1020 * sb-mixi.el (shimbun-mixi-make-subject): Follow the change above.
1021 (shimbun-mixi-make-body): Ditto.
1023 2006-11-27 OHASHI Akira <bg66@koka-in.org>
1025 * mixi.el (mixi-event-cache): New variable.
1026 (mixi-make-event): New function.
1027 (mixi-event-url-regexp): New constant.
1028 (mixi-make-event-from-url): New function.
1029 (mixi-event-p): New macro.
1030 (mixi-event-page): Ditto.
1031 (mixi-event-time-regexp): New regexp.
1032 (mixi-event-title-regexp): Ditto.
1033 (mixi-event-owner-regexp): Ditto.
1034 (mixi-event-date-regexp): Ditto.
1035 (mixi-event-place-regexp): Ditto.
1036 (mixi-event-detail-regexp): Ditto.
1037 (mixi-event-limit-regexp): Ditto.
1038 (mixi-event-members-regexp): Ditto.
1039 (mixi-event-realize): New function.
1040 (mixi-event-community): New accessor method.
1041 (mixi-event-id): Ditto.
1042 (mixi-event-time): Ditto.
1043 (mixi-event-title): Ditto.
1044 (mixi-event-owner): Ditto.
1045 (mixi-event-date): Ditto.
1046 (mixi-event-place): Ditto.
1047 (mixi-event-detail): Ditto.
1048 (mixi-event-limit): Ditto.
1049 (mixi-event-members): Ditto.
1050 (mixi-event-set-time): Ditto.
1051 (mixi-event-set-title): Ditto.
1052 (mixi-event-set-owner): Ditto.
1053 (mixi-event-set-date): Ditto.
1054 (mixi-event-set-place): Ditto.
1055 (mixi-event-set-detail): Ditto.
1056 (mixi-event-set-limit): Ditto.
1057 (mixi-event-set-members): Ditto.
1058 (mixi-bbs-list-page): Rename from `mixi-topic-list-page'.
1059 (mixi-bbs-list-regexp): Rename from `mixi-topic-list-regexp'.
1060 (mixi-get-bbses): Rename from `mixi-get-topics'.
1061 (mixi-new-bbs-list-page): Rename from `mixi-new-topic-list-page'.
1062 (mixi-new-bbs-list-regexp): Rename from `mixi-new-topic-list-regexp'.
1063 (mixi-get-new-bbses): Rename from `mixi-get-new-topics'.
1064 (mixi-bbs-list-regexp): Follow the change above.
1065 (mixi-get-bbses): Ditto.
1066 (mixi-new-bbs-list-regexp): Ditto.
1067 (mixi-get-new-bbses): Ditto.
1068 (mixi-event-comment-list-page): New function.
1069 (mixi-event-comment-list-regexp): New constant.
1071 * sb-mixi.el (shimbun-mixi-group-alist): Follow the change above.
1072 (shimbun-mixi-make-subject): Ditto.
1073 (shimbun-mixi-make-xref): Ditto.
1074 (shimbun-mixi-get-headers): Ditto.
1075 (shimbun-get-headers): Ditto.
1076 (shimbun-mixi-make-body): New function.
1077 (shimbun-article): Follow the change above.
1079 2006-11-27 OHASHI Akira <bg66@koka-in.org>
1081 * sb-mixi.el (shimbun-mixi-get-headers): Don't quit even if there are
1082 comments which have already gotten.
1084 2006-11-27 OHASHI Akira <bg66@koka-in.org>
1086 * mixi.el (mixi-topic-content-regexp): Fix regexp.
1087 (mixi-topic-realize): Follow the change above.
1089 2006-11-25 OHASHI Akira <bg66@koka-in.org>
1091 * mixi.el (mixi-save-cache): Use `symbol-value' instead of
1094 2006-11-24 OHASHI Akira <bg66@koka-in.org>
1096 * mixi.el (mixi-directory): Rename from `mixi-cache-directory'.
1097 (mixi-cache-regexp): New regexp.
1098 (mixi-save-cache): New function.
1099 (mixi-read-cache): Ditto.
1100 (mixi-load-cache): Ditto.
1102 2006-11-24 OHASHI Akira <bg66@koka-in.org>
1104 * mixi.el (mixi-retrieve): New macro.
1105 (mixi-retrieve-1): Use it.
1106 (mixi-login): Ditto.
1107 (mixi-logout): Ditto.
1108 (with-mixi-retrieve): Ditto.
1110 2006-11-23 OHASHI Akira <bg66@koka-in.org>
1112 * mixi.el (mixi-url-retrieve): Rename from `mixi-w3-retrieve'.
1113 (mixi-retrieve-function): Follow the change above.
1115 2006-11-22 OHASHI Akira <bg66@koka-in.org>
1117 * mixi.el (mixi-w3-retrieve): Use `decode-coding-string' instead of
1118 `mm-decode-coding-string'.
1120 2006-11-22 OHASHI Akira <bg66@koka-in.org>
1122 * sb-mixi.el (shimbun-get-headers): Simplify.
1124 2006-11-22 OHASHI Akira <bg66@koka-in.org>
1126 * mixi.el (mixi-message-owner-regexp): Fix regexp.
1127 (mixi-message-title-regexp): Ditto.
1128 (mixi-message-time-regexp): Ditto.
1129 (mixi-message-realize): Follow the change above.
1131 2006-11-22 OHASHI Akira <bg66@koka-in.org>
1133 * mixi.el (mixi-log-list-regexp): Fix regexp.
1135 2006-11-22 OHASHI Akira <bg66@koka-in.org>
1137 * sb-mixi.el (shimbun-comment-article): Simplify.
1139 2006-11-22 KAMO Tomoyuki <kto2038@yahoo.co.jp>
1141 * mixi.el (mixi-get-matched-items): Fix the condition for quitting
1144 2006-11-20 OHASHI Akira <bg66@koka-in.org>
1146 * sb-mixi.el (shimbun-mixi-get-comment-p): New user option.
1147 (shimbun-mixi-get-headers): Use it.
1149 2006-11-11 OHASHI Akira <bg66@koka-in.org>
1151 * mixi.el (mixi-topic-content-regexp): Fix regexp.
1152 (mixi-topic-realize): Follow the change above.
1153 (mixi-topic-comment-list-regexp): Fix regexp.
1154 (mixi-diary-comment-list-regexp): Follow the change above.
1155 (mixi-get-comments): Ditto.
1157 2006-11-11 OHASHI Akira <bg66@koka-in.org>
1159 * mixi.el (mixi-topic-comment-list-page): Use `all' instead of '%d'.
1161 2006-11-10 OHASHI Akira <bg66@koka-in.org>
1163 * mixi.el (mixi-get-new-comments): Return diaries instead of comments.
1165 2006-11-10 OHASHI Akira <bg66@koka-in.org>
1167 * sb-mixi.el (shimbun-mixi-group-alist): Add `messages' to default
1169 (shimbun-mixi-make-xref): Follow the change above.
1171 2006-11-10 OHASHI Akira <bg66@koka-in.org>
1173 * sb-mixi.el (shimbun-mixi-get-headers): Stop getting comment's
1174 headers when it was already shown.
1175 (shimbun-get-headers): Follow the change above.
1177 2006-11-10 OHASHI Akira <bg66@koka-in.org>
1179 * sb-mixi.el: New file.
1181 2006-11-10 OHASHI Akira <bg66@koka-in.org>
1183 * mixi.el (mixi-expand-url): Don't expand twice.
1185 2006-11-10 OHASHI Akira <bg66@koka-in.org>
1187 * mixi.el (mixi-log-list-regexp): Fix regexp.
1188 (mixi-community-owner-regexp): Ditto.
1189 (mixi-topic-owner-regexp): Ditto.
1190 (mixi-topic-content-regexp): Ditto.
1191 (mixi-diary-comment-list-regexp): Ditto.
1192 (mixi-topic-comment-list-regexp): Ditto.
1193 (mixi-message-owner-regexp): Ditto.
1194 (mixi-introduction-list-regexp): Ditto.
1195 (mixi-my-introduction-list-regexp): Ditto.
1197 2006-11-09 OHASHI Akira <bg66@koka-in.org>
1199 * mixi.el (mixi-object-owner): New accessor method.
1200 (mixi-object-time): Ditto.
1201 (mixi-object-title): Ditto.
1203 2006-11-09 OHASHI Akira <bg66@koka-in.org>
1205 * mixi.el (mixi-make-friend-from-url): Support my object.
1206 (mixi-make-object-from-url): Ditto.
1208 2006-11-08 OHASHI Akira <bg66@koka-in.org>
1210 * mixi.el (mixi-friend-realize): Don't remove markup.
1211 (mixi-diary-realize): Ditto.
1212 (mixi-community-realize): Ditto.
1213 (mixi-topic-realize): Ditto.
1214 (mixi-get-comments): Ditto.
1215 (mixi-message-realize): Ditto.
1216 (mixi-get-introductions): Ditto.
1218 2006-11-08 OHASHI Akira <bg66@koka-in.org>
1220 * mixi.el (mixi-object-url-regexp): New regexp.
1221 (mixi-friend-url-regexp): Ditto.
1222 (mixi-diary-url-regexp): Ditto.
1223 (mixi-topic-url-regexp): Ditto.
1224 (mixi-message-url-regexp): Ditto.
1225 (mixi-community-url-regexp): Ditto.
1226 (mixi-make-object-from-url): New function.
1227 (mixi-make-friend-from-url): Ditto.
1228 (mixi-make-diary-from-url): Ditto.
1229 (mixi-make-community-from-url): Ditto.
1230 (mixi-make-topic-from-url): Ditto.
1231 (mixi-make-message-from-url): Ditto.
1232 (mixi-object-content): New accessor method.
1234 2006-11-06 OHASHI Akira <bg66@koka-in.org>
1236 * mixi.el (mixi-expand-url): New macro.
1237 (mixi-w3-retrieve): Use it.
1238 (mixi-w3m-retrieve): Ditto.
1239 (mixi-curl-retrieve): Ditto.
1241 2006-11-01 OHASHI Akira <bg66@koka-in.org>
1243 * mixi.el (mixi-diary-comment-list-regexp): Fix regexp.
1244 (mixi-topic-comment-list-regexp): Ditto.
1245 (mixi-get-comments): Follow the change above.
1247 2006-10-28 OHASHI Akira <bg66@koka-in.org>
1249 * mixi.el (mixi-message-box-list): New constant.
1250 (mixi-message-box-p): New macro.
1251 (mixi-message-box-name): New function.
1252 (mixi-get-messages): Use them.
1254 2006-10-25 OHASHI Akira <bg66@koka-in.org>
1256 * mixi.el (mixi-remove-markup): When STRING is nil, insert a null
1258 (mixi-make-introduction): New function.
1259 (mixi-introduction-p): New macro.
1260 (mixi-introduction-parent): New accessor method.
1261 (mixi-introduction-owner): Ditto.
1262 (mixi-introduction-content): Ditto.
1263 (mixi-introduction-list-page): New macro.
1264 (mixi-introduction-list-regexp): New regexp.
1265 (mixi-my-introduction-list-regexp): Ditto.
1266 (mixi-get-introductions): New function.
1268 2006-10-25 Daiki Ueno <ueno@unixuser.org>
1270 * mixi.el (mixi-retrieve-function): Try to select
1271 mixi-retrieve-function automatically.
1273 2006-10-25 OHASHI Akira <bg66@koka-in.org>
1275 * mixi.el (mixi-cache-expires): Add new constant.
1276 (mixi-cache-expired-p): Follow the change above.
1278 2006-10-25 OHASHI Akira <bg66@koka-in.org>
1280 * mixi.el (mixi-retrieve-function): Use `radio' instead of `choice'.
1281 (mixi-default-email): Ditto.
1282 (mixi-default-password): Ditto.
1283 (mixi-cache-expires): Ditto.
1285 2006-10-25 Daiki Ueno <ueno@unixuser.org>
1287 * mixi.el (mixi-time-less-p): Normalize encoded time.
1288 (mixi-time-add): Ditto.
1290 2006-10-24 OHASHI Akira <bg66@koka-in.org>
1292 * mixi.el (mixi-object-timestamp): New accessor method.
1293 (mixi-cache-expired-p): Use it.
1294 (mixi-object-realize-p): New alias.
1295 (mixi-object-set-timestamp): New accessor method.
1296 (mixi-object-touch): New macro.
1297 (mixi-friend-realize-p): Abolish.
1298 (mixi-friend-touch): Ditto.
1299 (mixi-diary-realize-p): Ditto.
1300 (mixi-diary-touch): Ditto.
1301 (mixi-community-realize-p): Ditto.
1302 (mixi-community-touch): Ditto.
1303 (mixi-topic-realize-p): Ditto.
1304 (mixi-topic-touch): Ditto.
1305 (mixi-message-realize-p): Ditto.
1306 (mixi-message-touch): Ditto.
1307 (mixi-friend-realize): Follow the change above.
1308 (mixi-diary-realize): Ditto.
1309 (mixi-community-realize): Ditto.
1310 (mixi-topic-realize): Ditto.
1311 (mixi-message-realize): Ditto.
1313 2006-10-24 OHASHI Akira <bg66@koka-in.org>
1315 * mixi.el (mixi-message-cache): New variable.
1316 (mixi-make-message): New function.
1317 (mixi-message-p): New macro.
1318 (mixi-message-page): Ditto.
1319 (mixi-message-owner-regexp): New regexp.
1320 (mixi-message-title-regexp): Ditto.
1321 (mixi-message-time-regexp): Ditto.
1322 (mixi-message-content-regexp): Ditto.
1323 (mixi-message-realize): New function.
1324 (mixi-message-realize-p): New accessor method.
1325 (mixi-message-id): Ditto.
1326 (mixi-message-box): Ditto.
1327 (mixi-message-owner): Ditto.
1328 (mixi-message-title): Ditto.
1329 (mixi-message-time): Ditto.
1330 (mixi-message-content): Ditto.
1331 (mixi-message-touch): Ditto.
1332 (mixi-message-set-owner): Ditto.
1333 (mixi-message-set-title): Ditto.
1334 (mixi-message-set-time): Ditto.
1335 (mixi-message-set-content): Ditto.
1336 (mixi-message-list-page): New macro.
1337 (mixi-message-list-regexp): New regexp.
1338 (mixi-get-messages): New function.
1340 2006-10-24 Daiki Ueno <ueno@unixuser.org>
1342 * mixi.el (with-mixi-decoded-time-value): Abolished.
1343 (mixi-encode-time-value): Abolished.
1344 (mixi-time-less-p): Simplified.
1345 (mixi-time-add): Simplified.
1346 (mixi-seconds-to-time): Simplified.
1348 2006-10-24 OHASHI Akira <bg66@koka-in.org>
1350 * mixi.el (with-mixi-retrieve): Put `edebug-form-spec'.
1351 (with-mixi-decoded-time-value): Ditto.
1353 2006-10-24 OHASHI Akira <bg66@koka-in.org>
1355 * mixi.el (mixi-get-matched-items): Fix when MAX-NUMBERS is nil.
1357 2006-10-24 OHASHI Akira <bg66@koka-in.org>
1359 * mixi.el (mixi-diary-comment-list-page): Use `%d' instead of `all'
1361 (mixi-topic-comment-list-page): Ditto.
1362 (mixi-get-comments): Use `max-numbers' instead of 1.
1363 (mixi-get-matched-items): Exit when the same items got already.
1365 2006-10-23 OHASHI Akira <bg66@koka-in.org>
1367 * mixi.el (toplevel): Don't use the FILENAME argument of `require'.
1369 2006-10-23 OHASHI Akira <bg66@koka-in.org>
1371 * mixi.el (with-mixi-decoded-time-value): New macro.
1372 (mixi-encode-time-value): New function.
1373 (mixi-time-less-p): Ditto.
1374 (mixi-time-add): Ditto.
1375 (mixi-seconds-to-time): Ditto.
1376 (mixi-cache-expired-p): Use them.
1378 2006-10-23 OHASHI Akira <bg66@koka-in.org>
1380 * mixi.el (mixi-get-friends): Change the FRIEND and the MAX-NUMBERS
1381 argument to the ARGS argument.
1382 (mixi-get-diaries): Ditto.
1383 (mixi-get-communities): Ditto.
1385 * mixi.el (mixi-get-matched-items): Change the MAX-PAGES argument to
1387 (mixi-friend-max-pages): Abolish.
1388 (mixi-favorite-max-pages): Ditto.
1389 (mixi-log-max-pages): Ditto.
1390 (mixi-diary-max-pages): Ditto.
1391 (mixi-new-diary-max-pages): Ditto.
1392 (mixi-community-max-pages): Ditto.
1393 (mixi-topic-max-pages): Ditto.
1394 (mixi-new-topic-max-pages): Ditto.
1395 (mixi-new-comment-max-pages): Ditto.
1396 (mixi-get-friends): Add the MAX-NUMBERS argument.
1397 (mixi-get-favorites): Ditto.
1398 (mixi-get-logs): Ditto.
1399 (mixi-get-diaries): Ditto.
1400 (mixi-get-new-diaries): Ditto.
1401 (mixi-get-communities): Ditto.
1402 (mixi-get-topics): Ditto.
1403 (mixi-get-new-topics): Ditto.
1404 (mixi-get-comments): Ditto.
1405 (mixi-get-new-comments): Ditto.
1407 2006-10-23 Daiki Ueno <ueno@unixuser.org>
1409 * mixi.el (mixi-curl-retrieve): Make the temp buffer unibyte.
1411 2006-10-23 Daiki Ueno <ueno@unixuser.org>
1413 * mixi.el (mixi-curl-retrieve): New function.
1414 (mixi-retrieve-function): Don't use NOERROR arg of require.
1416 2006-10-23 OHASHI Akira <bg66@koka-in.org>
1418 * mixi.el (mixi-get-matched-items): Don't convert string to number.
1419 (mixi-login): Ditto.
1420 (mixi-make-me): Ditto.
1421 (mixi-friend-page): Ditto.
1422 (mixi-friend-list-page): Ditto.
1423 (mixi-diary-page): Ditto.
1424 (mixi-diary-list-page): Ditto.
1425 (mixi-community-page): Ditto.
1426 (mixi-community-realize): Ditto.
1427 (mixi-community-list-page): Ditto.
1428 (mixi-topic-page): Ditto.
1429 (mixi-topic-realize): Ditto.
1430 (mixi-topic-list-page): Ditto.
1431 (mixi-diary-comment-list-page): Ditto.
1432 (mixi-topic-comment-list-page): Ditto.
1433 (mixi-get-logs): Ditto.
1434 (mixi-get-comments): Ditto.
1436 2006-10-23 OHASHI Akira <bg66@koka-in.org>
1438 * mixi.el: Try to require `url' and `w3m'.
1439 (mixi-get-comments): Fix typo.
1441 2006-10-23 OHASHI Akira <bg66@koka-in.org>
1443 * mixi.el (mixi-retrieve-function): New user option.
1444 (mixi-retrieve): Abolish.
1445 (mixi-w3-retrieve): New function.
1446 (mixi-w3m-retrieve): Ditto.
1447 (mixi-retrieve-1): Ditto.
1448 (mixi-login): Follow the change above.
1449 (with-mixi-retrieve): Ditto.
1451 2006-10-23 OHASHI Akira <bg66@koka-in.org>
1453 * mixi.el: Require `url' instead of `w3m'.
1454 (mixi-retrieve): Follow the change above.
1455 (mixi-login): Ditto.
1456 (mixi-continuously-access-interval): Increase to 4.0.
1457 (mixi-verbose): Abolish.
1458 (mixi-friend-to-id): Ditto.
1459 (mixi-community-to-id): Ditto.
1461 2006-10-22 OHASHI Akira <bg66@koka-in.org>
1463 * mixi.el (mixi-make-community): New slot `members'.
1464 (mixi-community-members): New accessor method.
1465 (mixi-community-set-members): Ditto.
1466 (mixi-community-members-regexp): New regexp.
1467 (mixi-community-realize): Use them.
1469 * mixi.el (mixi-make-community): New slot `open level'.
1470 (mixi-community-open-level): New accessor method.
1471 (mixi-community-set-open-level): Ditto.
1472 (mixi-community-open-level-regexp): New regexp.
1473 (mixi-community-realize): Use them.
1475 * mixi.el (mixi-make-community): New slot `authority'.
1476 (mixi-community-authority): New accessor method.
1477 (mixi-community-set-authority): Ditto.
1478 (mixi-community-authority-regexp): New regexp.
1479 (mixi-community-realize): Use them.
1481 2006-10-22 OHASHI Akira <bg66@koka-in.org>
1483 * mixi.el (mixi-make-friend): New slot `sex'.
1484 (mixi-friend-sex): New accessor method.
1485 (mixi-friend-set-sex): Ditto.
1486 (mixi-friend-name-sex-regexp): Rename from `mixi-friend-name-regexp'.
1487 (mixi-my-name-regexp): Abolish.
1488 (mixi-friend-realize): Use them.
1490 * mixi.el (mixi-make-friend): New slot `address'.
1491 (mixi-friend-address): New accessor method.
1492 (mixi-friend-set-address): Ditto.
1493 (mixi-friend-address-regexp): New regexp.
1494 (mixi-friend-realize): Use them.
1496 * mixi.el (mixi-make-friend): New slot `age'.
1497 (mixi-friend-age): New accessor method.
1498 (mixi-friend-set-age): Ditto.
1499 (mixi-friend-age-regexp): New regexp.
1500 (mixi-friend-realize): Use them.
1502 * mixi.el (mixi-make-friend): New slot `birthday'.
1503 (mixi-friend-birthday): New accessor method.
1504 (mixi-friend-set-birthday): Ditto.
1505 (mixi-friend-birthday-regexp): New regexp.
1506 (mixi-friend-realize): Use them.
1508 * mixi.el (mixi-make-friend): New slot `blood type'.
1509 (mixi-friend-blood-type): New accessor method.
1510 (mixi-friend-set-blood-type): Ditto.
1511 (mixi-friend-blood-type-regexp): New regexp.
1512 (mixi-friend-realize): Use them.
1514 * mixi.el (mixi-make-friend): New slot `birthplace'.
1515 (mixi-friend-birthplace): New accessor method.
1516 (mixi-friend-set-birthplace): Ditto.
1517 (mixi-friend-birthplace-regexp): New regexp.
1518 (mixi-friend-realize): Use them.
1520 * mixi.el (mixi-make-friend): New slot `hobby'.
1521 (mixi-friend-hobby): New accessor method.
1522 (mixi-friend-set-hobby): Ditto.
1523 (mixi-friend-hobby-regexp): New regexp.
1524 (mixi-friend-realize): Use them.
1526 * mixi.el (mixi-make-friend): New slot `job'.
1527 (mixi-friend-job): New accessor method.
1528 (mixi-friend-set-job): Ditto.
1529 (mixi-friend-job-regexp): New regexp.
1530 (mixi-friend-realize): Use them.
1532 * mixi.el (mixi-make-friend): New slot `organization'.
1533 (mixi-friend-organization): New accessor method.
1534 (mixi-friend-set-organization): Ditto.
1535 (mixi-friend-organization-regexp): New regexp.
1536 (mixi-friend-realize): Use them.
1538 * mixi.el (mixi-make-friend): New slot `profile'.
1539 (mixi-friend-profile): New accessor method.
1540 (mixi-friend-set-profile): Ditto.
1541 (mixi-friend-profile-regexp): New regexp.
1542 (mixi-friend-realize): Use them.
1544 2006-10-21 OHASHI Akira <bg66@koka-in.org>
1546 * mixi.el (mixi-friend-max-pages): Abolish; Move to toplevel defvar.
1547 (mixi-favorite-max-pages): Ditto.
1548 (mixi-log-max-pages): Ditto.
1549 (mixi-diary-max-pages): Ditto.
1550 (mixi-new-diary-max-pages): Ditto.
1551 (mixi-community-max-pages): Ditto.
1552 (mixi-topic-max-pages): Ditto.
1553 (mixi-new-topic-max-pages): Ditto.
1554 (mixi-new-comment-max-pages): Ditto.
1556 2006-10-20 OHASHI Akira <bg66@koka-in.org>
1558 * mixi.el (mixi): Use `mixi' instead of `Mixi'.
1560 (mixi-coding-system): Ditto.
1561 (mixi-continuously-access-interval): Ditto.
1562 (mixi-message): Ditto.
1563 (mixi-login): Ditto.
1565 2006-10-20 OHASHI Akira <bg66@koka-in.org>
1567 * mixi.el (mixi-login): Tiny fix.
1568 (mixi-accept-adult-contents): Fix docs.
1570 2006-10-20 OHASHI Akira <bg66@koka-in.org>
1572 * mixi.el (mixi-login): Return an error when `w3m-use-cookies' is nil.
1574 2006-10-20 OHASHI Akira <bg66@koka-in.org>
1576 * mixi.el: Importing mixi.el.
1580 coding: iso-2022-7bit