1 2007-06-07 OHASHI Akira <bg66@koka-in.org>
3 * mixi.el (mixi-event-time-regexp): Follow the change of mixi.
4 (mixi-event-detail-regexp): Ditto.
5 (mixi-event-comment-list-regexp): Ditto.
7 2007-05-31 OHASHI Akira <bg66@koka-in.org>
9 * mixi.el (mixi-diary-content-regexp): Follow the change of mixi.
10 (mixi-search-diary-list-regexp): Ditto.
11 (mixi-topic-content-regexp): Ditto.
12 (mixi-event-detail-regexp): Ditto.
13 (mixi-diary-comment-list-regexp): Ditto.
14 (mixi-topic-comment-list-regexp): Ditto.
15 (mixi-event-comment-list-regexp): Ditto.
16 (mixi-message-content-regexp): Ditto.
18 2007-04-26 OHASHI Akira <bg66@koka-in.org>
20 * riece-mixi.el (riece-mixi-send-object-with-url): Don't send a title.
22 2007-04-19 OHASHI Akira <bg66@koka-in.org>
24 * sb-mixi.el (shimbun-mixi-to-regexp): Abolish.
25 (shimbun-mixi-send-mail): Ditto.
26 * mixi-utils.el (mixi-to-regexp): New constant.
27 (mixi-send-mail): New function.
28 * mixi-gnus.el (message-mixi-p): Follow the change above.
29 (message-send-via-mixi): Ditto.
30 * mixi-wl.el (wl-draft-send-mail-with-mixi): Ditto.
31 (mixi-wl-setup-draft-buffer): Ditto.
32 * acinclude.m4 (AC_EXAMINE_MODULES): Ditto.
34 2007-04-16 OHASHI Akira <bg66@koka-in.org>
36 * mixi-wl.el (wl-draft-send-mail-with-mixi): Check that title is not
39 2007-04-05 OHASHI Akira <bg66@koka-in.org>
41 * mixi.el (mixi-friend-list-id-regexp): Follow the change of mixi.
42 (mixi-friend-list-nick-regexp): Ditto.
43 (mixi-community-category-regexp): Ditto.
44 (mixi-community-members-regexp): Ditto.
45 (mixi-community-open-level-regexp): Ditto.
46 (mixi-community-authority-regexp): Ditto.
47 (mixi-community-list-id-regexp): Ditto.
48 (mixi-community-list-name-regexp): Ditto.
50 2007-03-26 OHASHI Akira <bg66@koka-in.org>
52 * Makefile.am (compile-individually): New target.
53 * COMPILE.in (mixi-compile-module): New function.
54 (mixi-examine): Ditto.
56 2007-03-26 OHASHI Akira <bg66@koka-in.org>
58 * COMPILE.in: Rename from `COMPILE'.
59 (mixi-modules): New variable.
60 (mixi-compile): Use it.
61 (mixi-install): Ditto.
62 (mixi-compile-package): Ditto.
63 (mixi-install-package): Ditto.
64 (mixi-compile-modules): Follow the change above.
65 (mixi-install-modules): Ditto.
66 * .cvsignore: Add COMPILE.
67 * acinclude.m4 (AC_EXAMINE_MODULES): New function.
68 (AC_CHECK_SHIMBUN): Don't use AC_SUBST.
69 (AC_CHECK_GNUS): Ditto.
71 (AC_CHECK_RIECE): Ditto.
72 * configure.ac: Use AC_EXAMINE_MODULES.
73 (HAVE_SHIMBUN): Abolish.
77 (AC_CONFIG_FILES): Add COMPILE.
78 * Makefile.am (MODULES_MIXI): Abolish.
79 (MODULES_SHIMBUN): Ditto.
80 (MODULES_GNUS): Ditto.
82 (MODULES_RIECE): Ditto.
84 (DISTCLEANFILES): New variable.
85 (EXTRA_DIST): Follow the change above.
89 (install-package): Ditto.
91 2007-03-25 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
93 * sb-mixi.el (shimbun-mixi-default-group-alist): New constant;
94 rename from `shimbun-mixi-group-alist'.
95 (shimbun-mixi-group-alist): Change the default value to nil.
96 (shimbun-mixi-group-alist): New function.
97 (shimbun-groups): Use it instead of the same name variable.
98 (shimbun-get-headers): Ditto.
100 2007-03-25 OHASHI Akira <bg66@koka-in.org>
102 * INSTALL-CVS: New file.
103 * Makefile.am (EXTRA_DIST): Add it.
105 2007-03-23 OHASHI Akira <bg66@koka-in.org>
107 * mixi.el (mixi-diary-closed-regexp): Fix regexp.
108 (mixi-diary-owner-nick-regexp): Ditto.
109 (mixi-diary-time-regexp): Ditto.
110 (mixi-diary-title-regexp): Ditto.
111 (mixi-diary-content-regexp): Ditto.
112 (mixi-realize-diary): Follow the change above.
113 (mixi-event-community-regexp): Fix regexp.
114 (mixi-event-time-regexp): Ditto.
115 (mixi-event-title-regexp): Ditto.
116 (mixi-event-owner-regexp): Ditto.
117 (mixi-event-owner-seceded-regexp): Ditto.
118 (mixi-event-date-regexp): Ditto.
119 (mixi-event-place-regexp): Ditto.
120 (mixi-event-detail-regexp): Ditto.
121 (mixi-event-limit-regexp): Ditto.
122 (mixi-event-members-regexp): Ditto.
123 (mixi-realize-event): Follow the change above.
125 2007-03-22 OHASHI Akira <bg66@koka-in.org>
127 * mixi.el (mixi-community-name-regexp): Fix regexp.
128 (mixi-community-birthday-regexp): Ditto.
129 (mixi-community-owner-regexp): Ditto.
130 (mixi-community-category-regexp): Ditto.
131 (mixi-community-members-regexp): Ditto.
132 (mixi-community-open-level-regexp): Ditto.
133 (mixi-community-authority-regexp): Ditto.
134 (mixi-community-description-regexp): Ditto.
135 (mixi-realize-community): Follow the change above.
137 2007-03-19 OHASHI Akira <bg66@koka-in.org>
139 * mixi.el (mixi-diary-content-regexp): Fix regexp.
141 2007-03-19 OHASHI Akira <bg66@koka-in.org>
143 * mixi-gnus.el: Use `require' instead of `autoload'.
145 * riece-mixi.el: Ditto.
147 * acinclude.m4 (AC_CHECK_GNUS): New function.
148 (AC_CHECK_WL): Ditto.
149 * configure.ac: Use them.
150 (HAVE_GNUS): New condition.
152 * Makefile.am (MODULES_GNUS): New variable.
154 (MODULES_SHIMBUN): Follow the change above.
158 2007-03-17 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
160 * mixi-utils.el (toplevel): Specify the file coding system.
162 * mixi.el (toplevel): Ditto.
163 (mixi-my-id-regexp): Use `show_profile' instead of `add_diary'.
164 (mixi-make-me): Call `re-search-forward' with 3rd argument.
166 2007-03-16 OHASHI Akira <bg66@koka-in.org>
168 * mixi-ticker.el: New file.
169 * Makefile.am (MODULES_MIXI): Add it.
171 2007-03-15 OHASHI Akira <bg66@koka-in.org>
173 * contrib/atom.cgi: New file.
174 * contrib/atom.sh: Ditto.
175 * Makefile.am (CONTRIB): New variable.
176 (EXTRA_DIST): Use it.
178 2007-03-14 OHASHI Akira <bg66@koka-in.org>
180 * mixi-atom.el (mixi-make-atom): Use `concat' instead of `insert'.
181 (mixi-atom-cgi): New function.
182 (mixi-atom-file): Rename from `mixi-make-atom-file'.
184 2007-03-12 OHASHI Akira <bg66@koka-in.org>
186 * mixi-atom.el (mixi-atom-file): New user option.
187 (mixi-make-atom-file): Use it.
189 * mixi-atom.el (mixi-make-atom-file): Rename from
190 `mixi-atom-write-file'.
192 2007-03-12 OHASHI Akira <bg66@koka-in.org>
194 * mixi.el (mixi-login): Simplify.
196 2007-03-07 OHASHI Akira <bg66@koka-in.org>
198 * riece-mixi.el (riece-mixi-display-message-function): Simplify.
200 * mixi.el (mixi-save-cache): Use while-loop instead of `mapc'.
201 (mixi-load-cache): Ditto.
202 * sb-mixi.el (shimbun-mixi-get-headers): Ditto.
203 (shimbun-mixi-comment-article): Ditto.
204 * mixi-atom.el (mixi-make-atom-entries): Ditto.
205 * riece-mixi.el (riece-mixi-check): Ditto.
207 2007-03-06 OHASHI Akira <bg66@koka-in.org>
209 * riece-mixi.el (riece-mixi-reply-to-only-me): New user option.
210 (riece-mixi-display-message-function): Use it.
212 * riece-mixi.el (riece-mixi-enabled): Abolish.
213 (riece-mixi-display-message-function): Follow the change above.
214 (riece-mixi-check): Ditto.
215 (riece-mixi-enable): Ditto.
216 (riece-mixi-disable): Ditto.
218 2007-03-06 OHASHI Akira <bg66@koka-in.org>
220 * riece-mixi.el: New file.
221 * configure.ac: Add AC_CHECK_RIECE and HAVE_RIECE.
222 * acinclude.m4: Add AC_CHECK_RIECE.
223 * Makefile.am (MODULES_ALL): Abolish.
224 (MODULES_SHIMBUN): New variable.
225 (MODULES_RIECE): Ditto.
226 (EXTRA_DIST): Follow the change above.
229 * mixi-utils.el (mixi-make-title): Support a suffix of news.
231 2007-03-01 OHASHI Akira <bg66@koka-in.org>
233 * mixi.el (mixi-favorite-list-id-regexp): Abolish.
234 (mixi-favorite-list-nick-regexp): Ditto.
235 (mixi-favorite-list-regexp): New regexp.
236 (mixi-get-favorites): Follow the change above.
238 2007-02-23 OHASHI Akira <bg66@koka-in.org>
240 * mixi-atom.el: New file.
241 * Makefile.am (MODULES_MIXI): Add it.
243 * mixi-utils.el (mixi-make-content): Support mixi-log object.
245 * mixi.el (mixi-url-encode-string): New function.
246 (mixi-url-encode-and-quote-percent-string): Use it.
247 * mixi-utils.el (mixi-make-encoded-url): New function.
248 (mixi-make-objects): Ditto.
250 * mixi-utils.el (mixi-make-id-1): New function.
251 (mixi-make-message-id): Use it.
252 (mixi-make-tag-uri): New function.
253 * sb-mixi.el (shimbun-get-headers): Use it.
255 * configure.ac: Change PACKAGE to mixi-el.
257 2007-02-22 OHASHI Akira <bg66@koka-in.org>
259 * mixi-utils.el: New file.
260 * sb-mixi.el: Use it.
261 * Makefile.am (MODULES_MIXI): Add it.
263 2007-02-19 OHASHI Akira <bg66@koka-in.org>
265 * mixi.el (mixi-log-list-regexp): Follow the change of mixi.
267 2007-02-19 OHASHI Akira <bg66@koka-in.org>
269 * mixi.el (mixi-news-finished-regexp): New regexp.
270 (mixi-realize-news): Use it.
272 2007-02-16 OHASHI Akira <bg66@koka-in.org>
274 * mixi.el: Add autoload cookies.
275 * .cvsignore: New file.
278 * Makefile.am: Ditto.
281 * acinclude.m4: Ditto.
282 * configure.ac: Ditto.
284 2007-02-16 OHASHI Akira <bg66@koka-in.org>
286 * mixi-gnus.el: Avoid errors and warnings when compiling.
290 2007-02-07 OHASHI Akira <bg66@koka-in.org>
292 * mixi.el (mixi-url-retrieve): Don't show status to minibuffer.
294 2007-02-05 OHASHI Akira <bg66@koka-in.org>
296 * mixi.el (mixi-curl-post-form): New function.
297 (mixi-curl-retrieve): Add the FORM-DATA argument.
298 (mixi-message-title-regexp): Fix regexp.
299 (mixi-message-content-regexp): Ditto.
301 2007-02-01 OHASHI Akira <bg66@koka-in.org>
303 * mixi.el (mixi-friend-nick-regexp): Follow the change of mixi.
304 (mixi-friend-name-regexp): Ditto.
305 (mixi-friend-sex-regexp): Ditto.
306 (mixi-friend-address-regexp): Ditto.
307 (mixi-friend-age-regexp): Ditto.
308 (mixi-friend-birthday-regexp): Ditto.
309 (mixi-friend-blood-type-regexp): Ditto.
310 (mixi-friend-birthplace-regexp): Ditto.
311 (mixi-friend-hobby-regexp): Ditto.
312 (mixi-friend-job-regexp): Ditto.
313 (mixi-friend-organization-regexp): Ditto.
314 (mixi-friend-profile-regexp): Ditto.
315 (mixi-realize-friend): Follow the change above.
317 2007-01-31 Yoichi NAKAYAMA <yoichi@geiin.org>
319 * mixi-wl.el: Use wl-draft-send-hook.
320 (wl-draft-send-mail-with-mixi): Fix arg of wl-draft-write-sendlog.
322 2007-01-30 OHASHI Akira <bg66@koka-in.org>
324 * mixi.el (mixi-make-object-from-url): Support friend object.
325 (mixi-friend-url-regexp): Support profile page.
326 (mixi-make-friend-from-url): Follow the change above.
328 * sb-mixi.el (shimbun-mixi-group-alist): Add logs group.
329 (shimbun-mixi-make-subject): Support log object.
330 (shimbun-mixi-make-from): Ditto.
331 (shimbun-mixi-make-message-id): Ditto.
332 (shimbun-mixi-make-xref): Support log and friend object.
333 (shimbun-mixi-make-body): Support friend object.
335 2007-01-24 OHASHI Akira <bg66@koka-in.org>
337 * sb-mixi.el (shimbun-mixi-group-alist): Add `messages.sent' and
338 `mixi-el' groups to default value.
340 2007-01-24 OHASHI Akira <bg66@koka-in.org>
342 * mixi.el (mixi-bbs-community): Rename `bbs' from `object'.
343 (mixi-bbs-comment-count): New accessor method.
344 (mixi-bbs-set-comment-count): Ditto.
345 (mixi-new-bbs-list-regexp): Fix regexp.
346 (mixi-get-new-bbses): Return only BBSes having unseen comments.
347 (mixi-new-comment-list-regexp): Fix regexp.
348 (mixi-get-new-comments): Return only diaries having unseen comments.
350 2007-01-24 OHASHI Akira <bg66@koka-in.org>
352 * mixi.el (mixi-make-diary): Add comment-count argument.
353 (mixi-diary-url-regexp): Follow the change above.
354 (mixi-make-diary-from-url): Ditto.
355 (mixi-diary-comment-count): New accessor method.
356 (mixi-diary-time): Follow the change above.
357 (mixi-diary-title): Ditto.
358 (mixi-diary-content): Ditto.
359 (mixi-diary-set-comment-count): New accessor method.
360 (mixi-diary-set-time): Follow the change above.
361 (mixi-diary-set-title): Ditto.
362 (mixi-diary-set-content): Ditto.
363 (mixi-get-diaries): Ditto.
364 (mixi-get-new-diaries): Ditto.
365 (mixi-search-diaries): Ditto.
366 (mixi-make-topic): Add comment-count argument.
367 (mixi-topic-url-regexp): Follow the change above.
368 (mixi-make-topic-from-url): Ditto.
369 (mixi-topic-comment-count): New accessor method.
370 (mixi-topic-time): Follow the change above.
371 (mixi-topic-title): Ditto.
372 (mixi-topic-owner): Ditto.
373 (mixi-topic-content): Ditto.
374 (mixi-topic-set-comment-count): New accessor method.
375 (mixi-topic-set-time): Follow the change above.
376 (mixi-topic-set-title): Ditto.
377 (mixi-topic-set-owner): Ditto.
378 (mixi-topic-set-content): Ditto.
379 (mixi-make-event): Add comment-count argument.
380 (mixi-event-url-regexp): Follow the change above.
381 (mixi-make-event-from-url): Ditto.
382 (mixi-event-comment-count): New accessor method.
383 (mixi-event-time): Follow the change above.
384 (mixi-event-title): Ditto.
385 (mixi-event-owner): Ditto.
386 (mixi-event-date): Ditto.
387 (mixi-event-place): Ditto.
388 (mixi-event-detail): Ditto.
389 (mixi-event-limit): Ditto.
390 (mixi-event-members): Ditto.
391 (mixi-event-set-comment-count): New accessor method.
392 (mixi-event-set-time): Follow the change above.
393 (mixi-event-set-title): Ditto.
394 (mixi-event-set-owner): Ditto.
395 (mixi-event-set-date): Ditto.
396 (mixi-event-set-place): Ditto.
397 (mixi-event-set-detail): Ditto.
398 (mixi-event-set-limit): Ditto.
399 (mixi-event-set-members): Ditto.
401 2007-01-23 OHASHI Akira <bg66@koka-in.org>
403 * mixi.el (mixi-news-title-regexp): Follow the change of mixi.
404 (mixi-news-content-regexp): Ditto.
406 2007-01-22 OHASHI Akira <bg66@koka-in.org>
408 * mixi.el (mixi-news-content-regexp): Follow the change of mixi.
410 2007-01-19 OHASHI Akira <bg66@koka-in.org>
412 * mixi.el (mixi-community-birthday-regexp): Follow the change of mixi.
414 2007-01-19 OHASHI Akira <bg66@koka-in.org>
416 * mixi.el (mixi-realize-parent): Rename from `mixi-realize-object'.
417 (mixi-parent-p): New macro.
418 (mixi-get-comments): Use them.
420 * sb-mixi.el (shimbun-mixi-get-headers): Ditto.
421 (shimbun-get-headers): Ditto.
423 2007-01-18 OHASHI Akira <bg66@koka-in.org>
425 * mixi.el (mixi-realize-object): New function.
426 (mixi-get-comments): Realize the parent before getting comments.
427 (mixi-realize-diary): Follow the change above.
428 (mixi-realize-topic): Ditto.
429 (mixi-realize-event): Ditto.
431 2007-01-18 OHASHI Akira <bg66@koka-in.org>
433 * mixi.el (mixi-temp-buffer-name): Rename from `mixi-buffer-name'.
434 (with-mixi-retrieve): Follow the change above.
435 (with-mixi-post-form): Ditto.
437 2007-01-18 OHASHI Akira <bg66@koka-in.org>
439 * mixi.el (mixi-buffer-name): New variable.
440 (with-mixi-retrieve): Use it.
441 (with-mixi-post-form): Ditto.
442 (mixi-get-matched-items): Follow the change above.
444 2007-01-18 OHASHI Akira <bg66@koka-in.org>
446 * sb-mixi.el (shimbun-mixi-get-headers): Get headers of comments
449 2007-01-18 OHASHI Akira <bg66@koka-in.org>
451 * sb-mixi.el (shimbun-mixi-get-headers): Stop getting comment's
452 headers when it was already shown.
454 2007-01-18 OHASHI Akira <bg66@koka-in.org>
456 * mixi.el (mixi-friend-nick-regexp): Follow the change of mixi.
457 (mixi-friend-page): Ditto.
458 (mixi-realize-friend): Ditto.
460 2007-01-17 OHASHI Akira <bg66@koka-in.org>
462 * mixi.el (mixi-get-matched-items): Add REVERSE argument.
463 (mixi-get-comments): Follow the change above.
465 2007-01-17 OHASHI Akira <bg66@koka-in.org>
467 * mixi.el (mixi-realize-message): Follow the change of mixi.
469 2007-01-17 OHASHI Akira <bg66@koka-in.org>
471 * mixi.el (with-mixi-retrieve): Don't bind `buffer' variable.
472 (with-mixi-post-form): Ditto.
473 (mixi-get-matched-items): Follow the change above.
474 (mixi-make-me): Ditto.
475 (mixi-realize-diary): Ditto.
476 (mixi-post-diary): Ditto.
477 (mixi-realize-community): Ditto.
478 (mixi-realize-topic): Ditto.
479 (mixi-post-topic): Ditto.
480 (mixi-realize-event): Ditto.
481 (mixi-post-comment): Ditto.
482 (mixi-realize-message): Ditto.
483 (mixi-post-message): Ditto.
484 (mixi-realize-news): Ditto.
485 (mixi-realization-error): Ditto.
486 (mixi-post-error): Ditto.
488 2007-01-17 OHASHI Akira <bg66@koka-in.org>
490 * mixi.el: Avoid warnings when compiling.
492 2007-01-16 OHASHI Akira <bg66@koka-in.org>
494 * mixi.el (mixi-login-use-ssl): New user option.
495 (mixi-login): Use it.
497 2007-01-15 OHASHI Akira <bg66@koka-in.org>
499 * mixi.el (mixi-diary-list-regexp): Fix regexp.
500 (mixi-get-diaries): Follow the change above.
502 2007-01-15 OHASHI Akira <bg66@koka-in.org>
504 * mixi.el (mixi-bbs-p): Simplify.
505 (mixi-message-box-p): Ditto.
506 (mixi-news-category-p): Ditto.
507 (mixi-news-sort-list): New constant.
508 (mixi-news-sort-p): New macro.
509 (mixi-news-sort-id): New function.
510 (mixi-news-list-page): Add SORT argument.
511 (mixi-get-news): Ditto.
513 * sb-mixi.el (shimbun-mixi-group-alist): Follow the change above.
515 2007-01-14 OHASHI Akira <bg66@koka-in.org>
517 * sb-mixi.el (shimbun-mixi-group-alist): Add news groups.
518 (shimbun-mixi-make-from): Support news.
519 (shimbun-mixi-make-message-id): Ditto.
520 (shimbun-mixi-make-xref): Ditto.
521 (shimbun-mixi-make-reply-to): Ditto.
523 2007-01-14 OHASHI Akira <bg66@koka-in.org>
525 * mixi.el (mixi-expand-url): Fix for news.
526 (mixi-news-cache): New variable.
527 (mixi-make-news): New function.
528 (mixi-news-url-regexp): New constant.
529 (mixi-make-news-from-url): New function.
530 (mixi-news-p): New macro.
531 (mixi-news-page): Ditto.
532 (mixi-news-title-regexp): New regexp.
533 (mixi-news-media-time-regexp): Ditto.
534 (mixi-news-content-regexp): Ditto.
535 (mixi-realize-news): New function.
536 (mixi-news-media-id): New accessor method.
537 (mixi-news-id): Ditto.
538 (mixi-news-media): Ditto.
539 (mixi-news-time): Ditto.
540 (mixi-news-title): Ditto.
541 (mixi-news-content): Ditto.
542 (mixi-news-set-media): Ditto.
543 (mixi-news-set-time): Ditto.
544 (mixi-news-set-title): Ditto.
545 (mixi-news-set-content): Ditto.
546 (mixi-news-category-list): New constant.
547 (mixi-news-category-p): New macro.
548 (mixi-news-category-id): New function.
549 (mixi-news-list-page): New macro.
550 (mixi-news-list-regexp): New regexp.
551 (mixi-get-news): New function.
553 2007-01-12 OHASHI Akira <bg66@koka-in.org>
555 * mixi.el (mixi-search-diary-list-page): Fix typo.
556 (mixi-search-community-list-page): Ditto.
557 (mixi-search-bbs-list-page): Ditto.
559 2007-01-12 OHASHI Akira <bg66@koka-in.org>
561 * mixi.el (mixi-diary-list-regexp): Fix regexp.
562 (mixi-get-diaries): Follow the change above.
563 (mixi-diary-time): Ditto.
564 (mixi-diary-title): Ditto.
565 (mixi-new-diary-list-regexp): Fix regexp.
566 (mixi-get-new-diaries): Follow the change above.
567 (mixi-search-diary-list-regexp): Fix regexp.
568 (mixi-search-diaries): Follow the change above.
570 2007-01-11 OHASHI Akira <bg66@koka-in.org>
572 * mixi.el (mixi-community-birthday-regexp): Follow the change of mixi.
573 (mixi-community-owner-regexp): Ditto.
574 (mixi-community-category-regexp): Ditto.
575 (mixi-community-members-regexp): Ditto.
576 (mixi-community-open-level-regexp): Ditto.
577 (mixi-community-authority-regexp): Ditto.
578 (mixi-community-description-regexp): Ditto.
580 2007-01-10 OHASHI Akira <bg66@koka-in.org>
582 * mixi-gnus.el (mixi-gnus-setup): Simplify.
584 2007-01-09 OHASHI Akira <bg66@koka-in.org>
586 * mixi.el (mixi-topic-content-regexp): Follow the change of mixi.
588 2007-01-09 OHASHI Akira <bg66@koka-in.org>
590 * mixi-wl.el: New file.
592 2007-01-09 OHASHI Akira <bg66@koka-in.org>
594 * mixi-gnus.el (message-send-via-mixi): Don't replace twice.
596 2007-01-09 OHASHI Akira <bg66@koka-in.org>
598 * mixi-gnus.el (message-mixi-p): Change the pseudo header to
600 (message-send-via-mixi): Ditto.
602 2007-01-09 OHASHI Akira <bg66@koka-in.org>
604 * mixi-gnus.el (message-mixi-p): Simplify.
606 2007-01-09 OHASHI Akira <bg66@koka-in.org>
608 * mixi.el (mixi-event-comment-list-regexp): Fix regexp.
610 2007-01-09 OHASHI Akira <bg66@koka-in.org>
612 * mixi-gnus.el: New file.
614 * sb-mixi.el (shimbun-mixi-send-mail): Rename from
615 `shimbun-mixi-send-mail-wrapper'.
617 2007-01-08 OHASHI Akira <bg66@koka-in.org>
619 * mixi.el (mixi-backend): Rename from `mixi-retrieve-function' and
620 change the default value to `w3m'.
621 (mixi-retrieve): Follow the change above.
622 (mixi-post-form): Ditto.
625 2007-01-08 OHASHI Akira <bg66@koka-in.org>
627 * sb-mixi.el (shimbun-mixi-reply-to): New variable.
628 (shimbun-reply-to): New method.
629 (shimbun-mixi-make-reply-to): New function.
630 (shimbun-article): Use it.
631 (shimbun-mixi-make-object-from-message-id): Abolish.
632 (shimbun-mixi-to-regexp): New constant.
633 (shimbun-mixi-send-mail-wrapper): Follow the change above.
635 2006-12-30 OHASHI Akira <bg66@koka-in.org>
637 * mixi.el (mixi-event-owner-seceded-regexp): New regexp.
638 (mixi-realize-event): Follow the change above.
640 2006-12-28 OHASHI Akira <bg66@koka-in.org>
642 * sb-mixi.el (shimbun-mixi-message-id-suffix): Abolish.
643 (shimbun-mixi-make-message-id): Revert.
645 2006-12-28 OHASHI Akira <bg66@koka-in.org>
647 * sb-mixi.el (shimbun-mixi-send-mail-wrapper): New function.
649 2006-12-28 OHASHI Akira <bg66@koka-in.org>
651 * sb-mixi.el (shimbun-mixi-message-id-suffix): New constant.
652 (shimbun-mixi-make-message-id): Use it and change return value.
653 (shimbun-mixi-make-object-from-message-id): New function.
655 2006-12-28 OHASHI Akira <bg66@koka-in.org>
657 * sb-mixi.el (shimbun-mixi-logout-p): Abolish.
658 (shimbun-close): Follow the change above.
660 2006-12-27 OHASHI Akira <bg66@koka-in.org>
662 * mixi.el (mixi-post-message-page): New macro.
663 (mixi-post-message-key-regexp): New constant.
664 (mixi-post-message-succeed-regexp): Ditto.
665 (mixi-post-message): New function.
667 2006-12-27 OHASHI Akira <bg66@koka-in.org>
669 * mixi.el (mixi-post-diary-id-regexp): Abolish.
670 (mixi-post-diary-title-regexp): Ditto.
671 (mixi-post-diary-body-regexp): Ditto.
672 (mixi-post-key-regexp): Rename from `mixi-post-diary-key-regex'.
673 (mixi-post-succeed-regexp): Rename from
674 `mixi-post-diary-succeed-regexp'.
675 (mixi-post-diary): Follow the change above.
676 (mixi-post-topic-title-regexp): Abolish.
677 (mixi-post-topic-body-regexp): Ditto.
678 (mixi-post-topic-key-regexp): Ditto.
679 (mixi-post-topic-succeed-regexp): Ditto.
680 (mixi-post-topic): Follow the change above.
681 (mixi-post-diary-comment-page): New function.
682 (mixi-post-topic-comment-page): Ditto.
683 (mixi-post-event-comment-page): Ditto.
684 (mixi-post-comment): Ditto.
686 2006-12-27 OHASHI Akira <bg66@koka-in.org>
688 * mixi.el (mixi-post-diary-page): New macro.
689 (mixi-post-diary): Use it and fix typo.
690 (mixi-post-error): Add optional argument `object'.
691 (mixi-post-topic-page): New macro.
692 (mixi-post-topic-title-regexp): New constant.
693 (mixi-post-topic-body-regexp): Ditto.
694 (mixi-post-topic-key-regexp): Ditto.
695 (mixi-post-topic-succeed-regexp): Ditto.
696 (mixi-post-topic): New function.
698 2006-12-26 OHASHI Akira <bg66@koka-in.org>
700 * mixi.el (mixi-post-error): New error symbol.
701 (mixi-post-error): New macro.
702 (mixi-post-form): New macro.
703 (mixi-make-form-data): New function.
704 (mixi-url-retrieve): Add optional argument `extra-headers'.
705 (mixi-url-post-form): New function.
706 (mixi-w3m-post-form): Ditto.
707 (with-mixi-post-form): New macro.
708 (mixi-post-diary-key-regexp): New constant.
709 (mixi-post-diary-id-regexp): Ditto.
710 (mixi-post-diary-title-regexp): Ditto.
711 (mixi-post-diary-body-regexp): Ditto.
712 (mixi-post-diary-succeed-regexp): Ditto.
713 (mixi-post-diary): New function.
715 2006-12-26 OHASHI Akira <bg66@koka-in.org>
717 * mixi.el (mixi-url-retrieve): Simplify.
719 2006-12-25 OHASHI Akira <bg66@koka-in.org>
721 * mixi.el (mixi-diary-comment-list-regexp): Follow the change of mixi.
723 2006-12-25 OHASHI Akira <bg66@koka-in.org>
725 * mixi.el (mixi-save-cache): Change the location of cache files.
726 (mixi-load-cache): Ditto.
728 2006-12-25 OHASHI Akira <bg66@koka-in.org>
730 * sb-mixi.el (shimbun-get-headers): Use `mixi-bbs-p'.
731 (shimbun-mixi-get-comment-p): Abolish.
732 (shimbun-mixi-get-headers): Follow the change above.
734 2006-12-25 OHASHI Akira <bg66@koka-in.org>
736 * mixi.el (mixi-event-time-regexp): Fix regexp.
737 (mixi-event-title-regexp): Ditto.
738 (mixi-event-owner-regexp): Ditto.
739 (mixi-event-date-regexp): Ditto.
740 (mixi-event-place-regexp): Ditto.
741 (mixi-event-detail-regexp): Ditto.
742 (mixi-event-limit-regexp): Ditto.
743 (mixi-event-members-regexp): Ditto.
744 (mixi-realize-event): Follow the change above.
746 2006-12-25 OHASHI Akira <bg66@koka-in.org>
748 * mixi.el (with-mixi-retrieve): Check whether on the login page
751 2006-12-22 OHASHI Akira <bg66@koka-in.org>
753 * mixi.el (mixi-realization-error): Use buffer variable only when it
754 is bound and debug-on-error is t.
756 2006-12-22 OHASHI Akira <bg66@koka-in.org>
758 * mixi.el (mixi-realization-error): New error symbol.
759 (mixi-realization-error): New macro.
760 (mixi-realize-friend): Use it.
761 (mixi-realize-diary): Ditto.
762 (mixi-realize-community): Ditto.
763 (mixi-realize-topic): Ditto.
764 (mixi-realize-event): Ditto.
765 (mixi-realize-message): Ditto.
767 2006-12-22 OHASHI Akira <bg66@koka-in.org>
769 * mixi.el (mixi-get-friends): Rename ARGS argument to FRIEND-OR-RANGE.
770 (mixi-get-diaries): Ditto.
771 (mixi-get-communities): Ditto.
772 (mixi-get-messages): Rename ARGS argument to BOX-OR-RANGE.
773 (mixi-get-introductions): Rename ARGS argument to FRIEND-OR-RANGE.
775 2006-12-19 OHASHI Akira <bg66@koka-in.org>
777 * mixi.el (mixi-object-realized-p): Rename from
778 `mixi-object-realize-p'.
779 (mixi-realize-friend): Rename from `mixi-friend-realize'.
780 (mixi-friend-nick): Follow the change above.
781 (mixi-friend-name): Ditto.
782 (mixi-friend-sex): Ditto.
783 (mixi-friend-address): Ditto.
784 (mixi-friend-age): Ditto.
785 (mixi-friend-birthday): Ditto.
786 (mixi-friend-blood-type): Ditto.
787 (mixi-friend-birthplace): Ditto.
788 (mixi-friend-hobby): Ditto.
789 (mixi-friend-job): Ditto.
790 (mixi-friend-organization): Ditto.
791 (mixi-friend-profile): Ditto.
792 (mixi-realize-diary): Rename from `mixi-diary-realize'.
793 (mixi-diary-time): Follow the change above.
794 (mixi-diary-title): Ditto.
795 (mixi-diary-content): Ditto.
796 (mixi-realize-community): Rename from `mixi-community-realize'.
797 (mixi-community-name): Follow the change above.
798 (mixi-community-birthday): Ditto.
799 (mixi-community-owner): Ditto.
800 (mixi-community-category): Ditto.
801 (mixi-community-members): Ditto.
802 (mixi-community-open-level): Ditto.
803 (mixi-community-authority): Ditto.
804 (mixi-community-description): Ditto.
805 (mixi-realize-topic): Rename from `mixi-topic-realize'.
806 (mixi-topic-time): Follow the change above.
807 (mixi-topic-title): Ditto.
808 (mixi-topic-owner): Ditto.
809 (mixi-topic-content): Ditto.
810 (mixi-realize-event): Rename from `mixi-event-realize'.
811 (mixi-event-time): Follow the change above.
812 (mixi-event-title): Ditto.
813 (mixi-event-owner): Ditto.
814 (mixi-event-date): Ditto.
815 (mixi-event-place): Ditto.
816 (mixi-event-detail): Ditto.
817 (mixi-event-limit): Ditto.
818 (mixi-event-members): Ditto.
819 (mixi-realize-message): Rename from `mixi-message-realize'.
820 (mixi-message-owner): Follow the change above.
821 (mixi-message-title): Ditto.
822 (mixi-message-time): Ditto.
823 (mixi-message-content): Ditto.
825 2006-12-19 OHASHI Akira <bg66@koka-in.org>
827 * sb-mixi.el (shimbun-mixi-comment-article): Rename from
828 `shimbun-comment-article'.
829 (shimbun-article): Follow the change above.
831 2006-12-19 OHASHI Akira <bg66@koka-in.org>
833 * mixi.el (mixi-parse-buffer): Use `sleep-for' instead of `sit-for'.
835 2006-12-18 OHASHI Akira <bg66@koka-in.org>
837 * mixi.el (mixi-friend-nick-regexp): Follow the change of mixi.
838 (mixi-friend-name-regexp): Ditto.
839 (mixi-friend-sex-regexp): Ditto.
840 (mixi-friend-hobby-regexp): Ditto.
841 (mixi-friend-realize): Follow the change above.
842 (mixi-community-birthday-regexp): Follow the change of mixi.
843 (mixi-community-owner-regexp): Ditto.
844 (mixi-community-category-regexp): Ditto.
845 (mixi-community-members-regexp): Ditto.
846 (mixi-community-open-level-regexp): Ditto.
847 (mixi-community-authority-regexp): Ditto.
849 2006-12-18 OHASHI Akira <bg66@koka-in.org>
851 * sb-mixi.el (shimbun-mixi-make-subject): Add SHIMBUN argument.
852 (shimbun-mixi-get-headers): Follow the change above.
854 * mixi.el (mixi-topic-community-regexp): New regexp.
855 (mixi-topic-realize): Use it.
856 (mixi-event-community-regexp): New regexp.
857 (mixi-event-realize): Use it.
858 (mixi-bbs-list): New constant.
859 (mixi-bbs-p): New macro.
860 (mixi-bbs-community): New function.
862 2006-12-18 OHASHI Akira <bg66@koka-in.org>
864 * mixi.el (mixi-curl-cookie-file): Change the default value to
867 2006-12-14 OHASHI Akira <bg66@koka-in.org>
869 * mixi.el (mixi-object-title): Remove application dependant codes.
870 (mixi-object-content): Ditto.
872 * sb-mixi.el (shimbun-mixi-make-subject): Follow the change above.
873 (shimbun-mixi-make-body): Ditto.
875 2006-12-14 OHASHI Akira <bg66@koka-in.org>
877 * mixi.el (mixi-friend-nick-regexp): Follow the change of mixi.
878 (mixi-friend-realize): Ditto.
880 2006-12-14 OHASHI Akira <bg66@koka-in.org>
882 * mixi.el (mixi-object-p): Check whether class is symbol.
883 (mixi-read-object): New function.
884 (mixi-cache-file-regexp): New regexp.
885 (mixi-cache-regexp): Use it.
886 (mixi-save-cache): Remove the prefix of file name.
887 (mixi-read-cache): Use `mixi-read-object' instead of `puthash'.
888 (mixi-load-cache): Follow the change above.
889 (mixi-make-friend): Add all slots to the argument.
890 (mixi-make-diary): Ditto.
891 (mixi-make-community): Ditto.
892 (mixi-make-topic): Ditto.
893 (mixi-make-event): Ditto.
894 (mixi-make-message): Ditto.
896 2006-12-12 OHASHI Akira <bg66@koka-in.org>
898 * mixi.el (mixi-url-retrieve): Simplify.
900 2006-12-11 OHASHI Akira <bg66@koka-in.org>
902 * mixi.el (mixi-diary-time-regexp): Follow the change of mixi;
904 (mixi-diary-title-regexp): Ditto.
905 (mixi-diary-content-regexp): Ditto.
906 (mixi-diary-realize): Follow the change above.
908 2006-12-11 OHASHI Akira <bg66@koka-in.org>
910 * mixi.el (mixi-search-bbs-list-page): New macro.
911 (mixi-search-bbs-list-regexp): New regexp.
912 (mixi-search-bbses): New function.
914 2006-12-11 OHASHI Akira <bg66@koka-in.org>
916 * mixi.el (mixi-search-community-list-page): New macro.
917 (mixi-search-community-list-regexp): New regexp.
918 (mixi-search-communities): New function.
920 2006-12-11 OHASHI Akira <bg66@koka-in.org>
922 * mixi.el (mixi-cache-expires): Set the default value to nil.
924 2006-12-08 OHASHI Akira <bg66@koka-in.org>
926 * sb-mixi.el (shimbun-mixi-initialize-comment-cache): Abolish.
927 (initialize-instance): Follow the change above.
928 (shimbun-close): Set the comment cache to nil.
930 2006-12-08 OHASHI Akira <bg66@koka-in.org>
932 * mixi.el (mixi-topic-comment-list-regexp): Fix regexp.
933 (mixi-message): Rename the STRING argument to STRINGS.
934 (mixi-login): Follow the cange above.
935 (mixi-parse-buffer): Fix error message.
937 2006-12-07 OHASHI Akira <bg66@koka-in.org>
939 * mixi.el (mixi-diary-owner-nick-regexp): Fix regexp.
940 (mixi-topic-owner-regexp): Ditto.
942 2006-12-05 OHASHI Akira <bg66@koka-in.org>
944 * sb-mixi.el (shimbun-mixi-logout-p): New user option.
945 (shimbun-mixi-initialize-comment-cache): New macro.
946 (initialize-instance): Use it.
947 (shimbun-close): New method.
949 2006-12-04 OHASHI Akira <bg66@koka-in.org>
951 * mixi.el (mixi-url-encode-and-quote-percent-string): New function.
952 (mixi-search-diary-list-page): New macro.
953 (mixi-search-diary-list-regexp): New regexp.
954 (mixi-search-diaries): New function.
955 (mixi-diary-closed-regexp): New regexp.
956 (mixi-diary-realize): Use it.
958 * sb-mixi.el (shimbun-mixi-group-alist): Fix docs.
960 2006-12-04 OHASHI Akira <bg66@koka-in.org>
962 * mixi.el (mixi-diary-content-regexp): Fix regexp.
964 2006-12-01 OHASHI Akira <bg66@koka-in.org>
966 * mixi.el (mixi-diary-comment-list-page): Use `full=1' instead of
968 (mixi-get-comments): Get comments in latest order.
970 2006-12-01 OHASHI Akira <bg66@koka-in.org>
972 * mixi.el (mixi-parse-buffer): Rename from `mixi-retrieve-1', and
973 swap `buffer' argument and `url'.
974 (mixi-url-retrieve): Follow the change above.
975 (mixi-w3m-retrieve): Ditto.
976 (mixi-curl-retrieve): Ditto.
978 2006-11-30 OHASHI Akira <bg66@koka-in.org>
980 * mixi.el (mixi-get-matched-items): Rename `max-numbers' to `range',
981 and swap `range' and `regexp'.
982 (mixi-get-friends): Follow the change above.
983 (mixi-get-favorites): Ditto.
984 (mixi-get-logs): Ditto.
985 (mixi-get-diaries): Ditto.
986 (mixi-get-new-diaries): Ditto.
987 (mixi-get-communities): Ditto.
988 (mixi-get-bbses): Ditto.
989 (mixi-get-new-bbses): Ditto.
990 (mixi-get-comments): Ditto.
991 (mixi-get-new-comments): Ditto.
992 (mixi-get-messages): Ditto.
993 (mixi-get-introductions): Ditto.
995 2006-11-30 OHASHI Akira <bg66@koka-in.org>
997 * sb-mixi.el (shimbun-comment-article): Simplify.
999 2006-11-29 OHASHI Akira <bg66@koka-in.org>
1001 * sb-mixi.el (shimbun-comment-article): Cache the content of all
1004 2006-11-29 OHASHI Akira <bg66@koka-in.org>
1006 * sb-mixi.el (shimbun-mixi): Add the COMMENT-CACHE slot.
1007 (initialize-instance): New method.
1008 (shimbun-mixi-get-headers): Cache the content of comment.
1009 (shimbun-comment-article): Use cache.
1010 (shimbun-article): Follow the change above.
1012 2006-11-28 OHASHI Akira <bg66@koka-in.org>
1014 * sb-mixi.el (shimbun-mixi-x-face-alist): New variable.
1016 2006-11-28 OHASHI Akira <bg66@koka-in.org>
1018 * mixi.el (mixi-object-title): Follow the event object.
1019 (mixi-object-content): Ditto.
1020 (mixi-bbs-owner): New alias.
1021 (mixi-bbs-id): Ditto.
1022 (mixi-bbs-time): Ditto.
1023 (mixi-bbs-title): Ditto.
1024 (mixi-bbs-content): Ditto.
1026 * sb-mixi.el (shimbun-mixi-make-subject): Follow the change above.
1027 (shimbun-mixi-make-body): Ditto.
1029 2006-11-27 OHASHI Akira <bg66@koka-in.org>
1031 * mixi.el (mixi-event-cache): New variable.
1032 (mixi-make-event): New function.
1033 (mixi-event-url-regexp): New constant.
1034 (mixi-make-event-from-url): New function.
1035 (mixi-event-p): New macro.
1036 (mixi-event-page): Ditto.
1037 (mixi-event-time-regexp): New regexp.
1038 (mixi-event-title-regexp): Ditto.
1039 (mixi-event-owner-regexp): Ditto.
1040 (mixi-event-date-regexp): Ditto.
1041 (mixi-event-place-regexp): Ditto.
1042 (mixi-event-detail-regexp): Ditto.
1043 (mixi-event-limit-regexp): Ditto.
1044 (mixi-event-members-regexp): Ditto.
1045 (mixi-event-realize): New function.
1046 (mixi-event-community): New accessor method.
1047 (mixi-event-id): Ditto.
1048 (mixi-event-time): Ditto.
1049 (mixi-event-title): Ditto.
1050 (mixi-event-owner): Ditto.
1051 (mixi-event-date): Ditto.
1052 (mixi-event-place): Ditto.
1053 (mixi-event-detail): Ditto.
1054 (mixi-event-limit): Ditto.
1055 (mixi-event-members): Ditto.
1056 (mixi-event-set-time): Ditto.
1057 (mixi-event-set-title): Ditto.
1058 (mixi-event-set-owner): Ditto.
1059 (mixi-event-set-date): Ditto.
1060 (mixi-event-set-place): Ditto.
1061 (mixi-event-set-detail): Ditto.
1062 (mixi-event-set-limit): Ditto.
1063 (mixi-event-set-members): Ditto.
1064 (mixi-bbs-list-page): Rename from `mixi-topic-list-page'.
1065 (mixi-bbs-list-regexp): Rename from `mixi-topic-list-regexp'.
1066 (mixi-get-bbses): Rename from `mixi-get-topics'.
1067 (mixi-new-bbs-list-page): Rename from `mixi-new-topic-list-page'.
1068 (mixi-new-bbs-list-regexp): Rename from `mixi-new-topic-list-regexp'.
1069 (mixi-get-new-bbses): Rename from `mixi-get-new-topics'.
1070 (mixi-bbs-list-regexp): Follow the change above.
1071 (mixi-get-bbses): Ditto.
1072 (mixi-new-bbs-list-regexp): Ditto.
1073 (mixi-get-new-bbses): Ditto.
1074 (mixi-event-comment-list-page): New function.
1075 (mixi-event-comment-list-regexp): New constant.
1077 * sb-mixi.el (shimbun-mixi-group-alist): Follow the change above.
1078 (shimbun-mixi-make-subject): Ditto.
1079 (shimbun-mixi-make-xref): Ditto.
1080 (shimbun-mixi-get-headers): Ditto.
1081 (shimbun-get-headers): Ditto.
1082 (shimbun-mixi-make-body): New function.
1083 (shimbun-article): Follow the change above.
1085 2006-11-27 OHASHI Akira <bg66@koka-in.org>
1087 * sb-mixi.el (shimbun-mixi-get-headers): Don't quit even if there are
1088 comments which have already gotten.
1090 2006-11-27 OHASHI Akira <bg66@koka-in.org>
1092 * mixi.el (mixi-topic-content-regexp): Fix regexp.
1093 (mixi-topic-realize): Follow the change above.
1095 2006-11-25 OHASHI Akira <bg66@koka-in.org>
1097 * mixi.el (mixi-save-cache): Use `symbol-value' instead of
1100 2006-11-24 OHASHI Akira <bg66@koka-in.org>
1102 * mixi.el (mixi-directory): Rename from `mixi-cache-directory'.
1103 (mixi-cache-regexp): New regexp.
1104 (mixi-save-cache): New function.
1105 (mixi-read-cache): Ditto.
1106 (mixi-load-cache): Ditto.
1108 2006-11-24 OHASHI Akira <bg66@koka-in.org>
1110 * mixi.el (mixi-retrieve): New macro.
1111 (mixi-retrieve-1): Use it.
1112 (mixi-login): Ditto.
1113 (mixi-logout): Ditto.
1114 (with-mixi-retrieve): Ditto.
1116 2006-11-23 OHASHI Akira <bg66@koka-in.org>
1118 * mixi.el (mixi-url-retrieve): Rename from `mixi-w3-retrieve'.
1119 (mixi-retrieve-function): Follow the change above.
1121 2006-11-22 OHASHI Akira <bg66@koka-in.org>
1123 * mixi.el (mixi-w3-retrieve): Use `decode-coding-string' instead of
1124 `mm-decode-coding-string'.
1126 2006-11-22 OHASHI Akira <bg66@koka-in.org>
1128 * sb-mixi.el (shimbun-get-headers): Simplify.
1130 2006-11-22 OHASHI Akira <bg66@koka-in.org>
1132 * mixi.el (mixi-message-owner-regexp): Fix regexp.
1133 (mixi-message-title-regexp): Ditto.
1134 (mixi-message-time-regexp): Ditto.
1135 (mixi-message-realize): Follow the change above.
1137 2006-11-22 OHASHI Akira <bg66@koka-in.org>
1139 * mixi.el (mixi-log-list-regexp): Fix regexp.
1141 2006-11-22 OHASHI Akira <bg66@koka-in.org>
1143 * sb-mixi.el (shimbun-comment-article): Simplify.
1145 2006-11-22 KAMO Tomoyuki <kto2038@yahoo.co.jp>
1147 * mixi.el (mixi-get-matched-items): Fix the condition for quitting
1150 2006-11-20 OHASHI Akira <bg66@koka-in.org>
1152 * sb-mixi.el (shimbun-mixi-get-comment-p): New user option.
1153 (shimbun-mixi-get-headers): Use it.
1155 2006-11-11 OHASHI Akira <bg66@koka-in.org>
1157 * mixi.el (mixi-topic-content-regexp): Fix regexp.
1158 (mixi-topic-realize): Follow the change above.
1159 (mixi-topic-comment-list-regexp): Fix regexp.
1160 (mixi-diary-comment-list-regexp): Follow the change above.
1161 (mixi-get-comments): Ditto.
1163 2006-11-11 OHASHI Akira <bg66@koka-in.org>
1165 * mixi.el (mixi-topic-comment-list-page): Use `all' instead of '%d'.
1167 2006-11-10 OHASHI Akira <bg66@koka-in.org>
1169 * mixi.el (mixi-get-new-comments): Return diaries instead of comments.
1171 2006-11-10 OHASHI Akira <bg66@koka-in.org>
1173 * sb-mixi.el (shimbun-mixi-group-alist): Add `messages' to default
1175 (shimbun-mixi-make-xref): Follow the change above.
1177 2006-11-10 OHASHI Akira <bg66@koka-in.org>
1179 * sb-mixi.el (shimbun-mixi-get-headers): Stop getting comment's
1180 headers when it was already shown.
1181 (shimbun-get-headers): Follow the change above.
1183 2006-11-10 OHASHI Akira <bg66@koka-in.org>
1185 * sb-mixi.el: New file.
1187 2006-11-10 OHASHI Akira <bg66@koka-in.org>
1189 * mixi.el (mixi-expand-url): Don't expand twice.
1191 2006-11-10 OHASHI Akira <bg66@koka-in.org>
1193 * mixi.el (mixi-log-list-regexp): Fix regexp.
1194 (mixi-community-owner-regexp): Ditto.
1195 (mixi-topic-owner-regexp): Ditto.
1196 (mixi-topic-content-regexp): Ditto.
1197 (mixi-diary-comment-list-regexp): Ditto.
1198 (mixi-topic-comment-list-regexp): Ditto.
1199 (mixi-message-owner-regexp): Ditto.
1200 (mixi-introduction-list-regexp): Ditto.
1201 (mixi-my-introduction-list-regexp): Ditto.
1203 2006-11-09 OHASHI Akira <bg66@koka-in.org>
1205 * mixi.el (mixi-object-owner): New accessor method.
1206 (mixi-object-time): Ditto.
1207 (mixi-object-title): Ditto.
1209 2006-11-09 OHASHI Akira <bg66@koka-in.org>
1211 * mixi.el (mixi-make-friend-from-url): Support my object.
1212 (mixi-make-object-from-url): Ditto.
1214 2006-11-08 OHASHI Akira <bg66@koka-in.org>
1216 * mixi.el (mixi-friend-realize): Don't remove markup.
1217 (mixi-diary-realize): Ditto.
1218 (mixi-community-realize): Ditto.
1219 (mixi-topic-realize): Ditto.
1220 (mixi-get-comments): Ditto.
1221 (mixi-message-realize): Ditto.
1222 (mixi-get-introductions): Ditto.
1224 2006-11-08 OHASHI Akira <bg66@koka-in.org>
1226 * mixi.el (mixi-object-url-regexp): New regexp.
1227 (mixi-friend-url-regexp): Ditto.
1228 (mixi-diary-url-regexp): Ditto.
1229 (mixi-topic-url-regexp): Ditto.
1230 (mixi-message-url-regexp): Ditto.
1231 (mixi-community-url-regexp): Ditto.
1232 (mixi-make-object-from-url): New function.
1233 (mixi-make-friend-from-url): Ditto.
1234 (mixi-make-diary-from-url): Ditto.
1235 (mixi-make-community-from-url): Ditto.
1236 (mixi-make-topic-from-url): Ditto.
1237 (mixi-make-message-from-url): Ditto.
1238 (mixi-object-content): New accessor method.
1240 2006-11-06 OHASHI Akira <bg66@koka-in.org>
1242 * mixi.el (mixi-expand-url): New macro.
1243 (mixi-w3-retrieve): Use it.
1244 (mixi-w3m-retrieve): Ditto.
1245 (mixi-curl-retrieve): Ditto.
1247 2006-11-01 OHASHI Akira <bg66@koka-in.org>
1249 * mixi.el (mixi-diary-comment-list-regexp): Fix regexp.
1250 (mixi-topic-comment-list-regexp): Ditto.
1251 (mixi-get-comments): Follow the change above.
1253 2006-10-28 OHASHI Akira <bg66@koka-in.org>
1255 * mixi.el (mixi-message-box-list): New constant.
1256 (mixi-message-box-p): New macro.
1257 (mixi-message-box-name): New function.
1258 (mixi-get-messages): Use them.
1260 2006-10-25 OHASHI Akira <bg66@koka-in.org>
1262 * mixi.el (mixi-remove-markup): When STRING is nil, insert a null
1264 (mixi-make-introduction): New function.
1265 (mixi-introduction-p): New macro.
1266 (mixi-introduction-parent): New accessor method.
1267 (mixi-introduction-owner): Ditto.
1268 (mixi-introduction-content): Ditto.
1269 (mixi-introduction-list-page): New macro.
1270 (mixi-introduction-list-regexp): New regexp.
1271 (mixi-my-introduction-list-regexp): Ditto.
1272 (mixi-get-introductions): New function.
1274 2006-10-25 Daiki Ueno <ueno@unixuser.org>
1276 * mixi.el (mixi-retrieve-function): Try to select
1277 mixi-retrieve-function automatically.
1279 2006-10-25 OHASHI Akira <bg66@koka-in.org>
1281 * mixi.el (mixi-cache-expires): Add new constant.
1282 (mixi-cache-expired-p): Follow the change above.
1284 2006-10-25 OHASHI Akira <bg66@koka-in.org>
1286 * mixi.el (mixi-retrieve-function): Use `radio' instead of `choice'.
1287 (mixi-default-email): Ditto.
1288 (mixi-default-password): Ditto.
1289 (mixi-cache-expires): Ditto.
1291 2006-10-25 Daiki Ueno <ueno@unixuser.org>
1293 * mixi.el (mixi-time-less-p): Normalize encoded time.
1294 (mixi-time-add): Ditto.
1296 2006-10-24 OHASHI Akira <bg66@koka-in.org>
1298 * mixi.el (mixi-object-timestamp): New accessor method.
1299 (mixi-cache-expired-p): Use it.
1300 (mixi-object-realize-p): New alias.
1301 (mixi-object-set-timestamp): New accessor method.
1302 (mixi-object-touch): New macro.
1303 (mixi-friend-realize-p): Abolish.
1304 (mixi-friend-touch): Ditto.
1305 (mixi-diary-realize-p): Ditto.
1306 (mixi-diary-touch): Ditto.
1307 (mixi-community-realize-p): Ditto.
1308 (mixi-community-touch): Ditto.
1309 (mixi-topic-realize-p): Ditto.
1310 (mixi-topic-touch): Ditto.
1311 (mixi-message-realize-p): Ditto.
1312 (mixi-message-touch): Ditto.
1313 (mixi-friend-realize): Follow the change above.
1314 (mixi-diary-realize): Ditto.
1315 (mixi-community-realize): Ditto.
1316 (mixi-topic-realize): Ditto.
1317 (mixi-message-realize): Ditto.
1319 2006-10-24 OHASHI Akira <bg66@koka-in.org>
1321 * mixi.el (mixi-message-cache): New variable.
1322 (mixi-make-message): New function.
1323 (mixi-message-p): New macro.
1324 (mixi-message-page): Ditto.
1325 (mixi-message-owner-regexp): New regexp.
1326 (mixi-message-title-regexp): Ditto.
1327 (mixi-message-time-regexp): Ditto.
1328 (mixi-message-content-regexp): Ditto.
1329 (mixi-message-realize): New function.
1330 (mixi-message-realize-p): New accessor method.
1331 (mixi-message-id): Ditto.
1332 (mixi-message-box): Ditto.
1333 (mixi-message-owner): Ditto.
1334 (mixi-message-title): Ditto.
1335 (mixi-message-time): Ditto.
1336 (mixi-message-content): Ditto.
1337 (mixi-message-touch): Ditto.
1338 (mixi-message-set-owner): Ditto.
1339 (mixi-message-set-title): Ditto.
1340 (mixi-message-set-time): Ditto.
1341 (mixi-message-set-content): Ditto.
1342 (mixi-message-list-page): New macro.
1343 (mixi-message-list-regexp): New regexp.
1344 (mixi-get-messages): New function.
1346 2006-10-24 Daiki Ueno <ueno@unixuser.org>
1348 * mixi.el (with-mixi-decoded-time-value): Abolished.
1349 (mixi-encode-time-value): Abolished.
1350 (mixi-time-less-p): Simplified.
1351 (mixi-time-add): Simplified.
1352 (mixi-seconds-to-time): Simplified.
1354 2006-10-24 OHASHI Akira <bg66@koka-in.org>
1356 * mixi.el (with-mixi-retrieve): Put `edebug-form-spec'.
1357 (with-mixi-decoded-time-value): Ditto.
1359 2006-10-24 OHASHI Akira <bg66@koka-in.org>
1361 * mixi.el (mixi-get-matched-items): Fix when MAX-NUMBERS is nil.
1363 2006-10-24 OHASHI Akira <bg66@koka-in.org>
1365 * mixi.el (mixi-diary-comment-list-page): Use `%d' instead of `all'
1367 (mixi-topic-comment-list-page): Ditto.
1368 (mixi-get-comments): Use `max-numbers' instead of 1.
1369 (mixi-get-matched-items): Exit when the same items got already.
1371 2006-10-23 OHASHI Akira <bg66@koka-in.org>
1373 * mixi.el (toplevel): Don't use the FILENAME argument of `require'.
1375 2006-10-23 OHASHI Akira <bg66@koka-in.org>
1377 * mixi.el (with-mixi-decoded-time-value): New macro.
1378 (mixi-encode-time-value): New function.
1379 (mixi-time-less-p): Ditto.
1380 (mixi-time-add): Ditto.
1381 (mixi-seconds-to-time): Ditto.
1382 (mixi-cache-expired-p): Use them.
1384 2006-10-23 OHASHI Akira <bg66@koka-in.org>
1386 * mixi.el (mixi-get-friends): Change the FRIEND and the MAX-NUMBERS
1387 argument to the ARGS argument.
1388 (mixi-get-diaries): Ditto.
1389 (mixi-get-communities): Ditto.
1391 * mixi.el (mixi-get-matched-items): Change the MAX-PAGES argument to
1393 (mixi-friend-max-pages): Abolish.
1394 (mixi-favorite-max-pages): Ditto.
1395 (mixi-log-max-pages): Ditto.
1396 (mixi-diary-max-pages): Ditto.
1397 (mixi-new-diary-max-pages): Ditto.
1398 (mixi-community-max-pages): Ditto.
1399 (mixi-topic-max-pages): Ditto.
1400 (mixi-new-topic-max-pages): Ditto.
1401 (mixi-new-comment-max-pages): Ditto.
1402 (mixi-get-friends): Add the MAX-NUMBERS argument.
1403 (mixi-get-favorites): Ditto.
1404 (mixi-get-logs): Ditto.
1405 (mixi-get-diaries): Ditto.
1406 (mixi-get-new-diaries): Ditto.
1407 (mixi-get-communities): Ditto.
1408 (mixi-get-topics): Ditto.
1409 (mixi-get-new-topics): Ditto.
1410 (mixi-get-comments): Ditto.
1411 (mixi-get-new-comments): Ditto.
1413 2006-10-23 Daiki Ueno <ueno@unixuser.org>
1415 * mixi.el (mixi-curl-retrieve): Make the temp buffer unibyte.
1417 2006-10-23 Daiki Ueno <ueno@unixuser.org>
1419 * mixi.el (mixi-curl-retrieve): New function.
1420 (mixi-retrieve-function): Don't use NOERROR arg of require.
1422 2006-10-23 OHASHI Akira <bg66@koka-in.org>
1424 * mixi.el (mixi-get-matched-items): Don't convert string to number.
1425 (mixi-login): Ditto.
1426 (mixi-make-me): Ditto.
1427 (mixi-friend-page): Ditto.
1428 (mixi-friend-list-page): Ditto.
1429 (mixi-diary-page): Ditto.
1430 (mixi-diary-list-page): Ditto.
1431 (mixi-community-page): Ditto.
1432 (mixi-community-realize): Ditto.
1433 (mixi-community-list-page): Ditto.
1434 (mixi-topic-page): Ditto.
1435 (mixi-topic-realize): Ditto.
1436 (mixi-topic-list-page): Ditto.
1437 (mixi-diary-comment-list-page): Ditto.
1438 (mixi-topic-comment-list-page): Ditto.
1439 (mixi-get-logs): Ditto.
1440 (mixi-get-comments): Ditto.
1442 2006-10-23 OHASHI Akira <bg66@koka-in.org>
1444 * mixi.el: Try to require `url' and `w3m'.
1445 (mixi-get-comments): Fix typo.
1447 2006-10-23 OHASHI Akira <bg66@koka-in.org>
1449 * mixi.el (mixi-retrieve-function): New user option.
1450 (mixi-retrieve): Abolish.
1451 (mixi-w3-retrieve): New function.
1452 (mixi-w3m-retrieve): Ditto.
1453 (mixi-retrieve-1): Ditto.
1454 (mixi-login): Follow the change above.
1455 (with-mixi-retrieve): Ditto.
1457 2006-10-23 OHASHI Akira <bg66@koka-in.org>
1459 * mixi.el: Require `url' instead of `w3m'.
1460 (mixi-retrieve): Follow the change above.
1461 (mixi-login): Ditto.
1462 (mixi-continuously-access-interval): Increase to 4.0.
1463 (mixi-verbose): Abolish.
1464 (mixi-friend-to-id): Ditto.
1465 (mixi-community-to-id): Ditto.
1467 2006-10-22 OHASHI Akira <bg66@koka-in.org>
1469 * mixi.el (mixi-make-community): New slot `members'.
1470 (mixi-community-members): New accessor method.
1471 (mixi-community-set-members): Ditto.
1472 (mixi-community-members-regexp): New regexp.
1473 (mixi-community-realize): Use them.
1475 * mixi.el (mixi-make-community): New slot `open level'.
1476 (mixi-community-open-level): New accessor method.
1477 (mixi-community-set-open-level): Ditto.
1478 (mixi-community-open-level-regexp): New regexp.
1479 (mixi-community-realize): Use them.
1481 * mixi.el (mixi-make-community): New slot `authority'.
1482 (mixi-community-authority): New accessor method.
1483 (mixi-community-set-authority): Ditto.
1484 (mixi-community-authority-regexp): New regexp.
1485 (mixi-community-realize): Use them.
1487 2006-10-22 OHASHI Akira <bg66@koka-in.org>
1489 * mixi.el (mixi-make-friend): New slot `sex'.
1490 (mixi-friend-sex): New accessor method.
1491 (mixi-friend-set-sex): Ditto.
1492 (mixi-friend-name-sex-regexp): Rename from `mixi-friend-name-regexp'.
1493 (mixi-my-name-regexp): Abolish.
1494 (mixi-friend-realize): Use them.
1496 * mixi.el (mixi-make-friend): New slot `address'.
1497 (mixi-friend-address): New accessor method.
1498 (mixi-friend-set-address): Ditto.
1499 (mixi-friend-address-regexp): New regexp.
1500 (mixi-friend-realize): Use them.
1502 * mixi.el (mixi-make-friend): New slot `age'.
1503 (mixi-friend-age): New accessor method.
1504 (mixi-friend-set-age): Ditto.
1505 (mixi-friend-age-regexp): New regexp.
1506 (mixi-friend-realize): Use them.
1508 * mixi.el (mixi-make-friend): New slot `birthday'.
1509 (mixi-friend-birthday): New accessor method.
1510 (mixi-friend-set-birthday): Ditto.
1511 (mixi-friend-birthday-regexp): New regexp.
1512 (mixi-friend-realize): Use them.
1514 * mixi.el (mixi-make-friend): New slot `blood type'.
1515 (mixi-friend-blood-type): New accessor method.
1516 (mixi-friend-set-blood-type): Ditto.
1517 (mixi-friend-blood-type-regexp): New regexp.
1518 (mixi-friend-realize): Use them.
1520 * mixi.el (mixi-make-friend): New slot `birthplace'.
1521 (mixi-friend-birthplace): New accessor method.
1522 (mixi-friend-set-birthplace): Ditto.
1523 (mixi-friend-birthplace-regexp): New regexp.
1524 (mixi-friend-realize): Use them.
1526 * mixi.el (mixi-make-friend): New slot `hobby'.
1527 (mixi-friend-hobby): New accessor method.
1528 (mixi-friend-set-hobby): Ditto.
1529 (mixi-friend-hobby-regexp): New regexp.
1530 (mixi-friend-realize): Use them.
1532 * mixi.el (mixi-make-friend): New slot `job'.
1533 (mixi-friend-job): New accessor method.
1534 (mixi-friend-set-job): Ditto.
1535 (mixi-friend-job-regexp): New regexp.
1536 (mixi-friend-realize): Use them.
1538 * mixi.el (mixi-make-friend): New slot `organization'.
1539 (mixi-friend-organization): New accessor method.
1540 (mixi-friend-set-organization): Ditto.
1541 (mixi-friend-organization-regexp): New regexp.
1542 (mixi-friend-realize): Use them.
1544 * mixi.el (mixi-make-friend): New slot `profile'.
1545 (mixi-friend-profile): New accessor method.
1546 (mixi-friend-set-profile): Ditto.
1547 (mixi-friend-profile-regexp): New regexp.
1548 (mixi-friend-realize): Use them.
1550 2006-10-21 OHASHI Akira <bg66@koka-in.org>
1552 * mixi.el (mixi-friend-max-pages): Abolish; Move to toplevel defvar.
1553 (mixi-favorite-max-pages): Ditto.
1554 (mixi-log-max-pages): Ditto.
1555 (mixi-diary-max-pages): Ditto.
1556 (mixi-new-diary-max-pages): Ditto.
1557 (mixi-community-max-pages): Ditto.
1558 (mixi-topic-max-pages): Ditto.
1559 (mixi-new-topic-max-pages): Ditto.
1560 (mixi-new-comment-max-pages): Ditto.
1562 2006-10-20 OHASHI Akira <bg66@koka-in.org>
1564 * mixi.el (mixi): Use `mixi' instead of `Mixi'.
1566 (mixi-coding-system): Ditto.
1567 (mixi-continuously-access-interval): Ditto.
1568 (mixi-message): Ditto.
1569 (mixi-login): Ditto.
1571 2006-10-20 OHASHI Akira <bg66@koka-in.org>
1573 * mixi.el (mixi-login): Tiny fix.
1574 (mixi-accept-adult-contents): Fix docs.
1576 2006-10-20 OHASHI Akira <bg66@koka-in.org>
1578 * mixi.el (mixi-login): Return an error when `w3m-use-cookies' is nil.
1580 2006-10-20 OHASHI Akira <bg66@koka-in.org>
1582 * mixi.el: Importing mixi.el.
1586 coding: iso-2022-7bit