Revision history for Perl extension WWW::Mixi.

0.33  Mon Jul 18 01:10:19 2005

	- add parse_ and get_list_diary_monthly_menu (thanks DonaDona)
	- mod request
		- now it can return code 403 and 503 when contents means that.
	- fix parse_list_community.
	- fix parse_list_friend (thanks slash/onigawara)
	- fix post_delete_diary submitted (thanks Mami Komura)

0.32  Tue Jun 07 01:09:24 2005

	- add parse_ and get_show_friend_outline
	- add parse_ and get_show_friend_profile
	- add parse_ and get_new_diary
	- add parse_ and get_new_diary_next
	- add parse_ and get_new_diary_previous
	- add parse_ and get_send_message_preview
	- add parse_ and get_send_message_confirm
	- add parse_ and get_show_friend_outline
	- add parse_ and get_show_friend_detail
	- mod parse_add_diary_preview
		- now it uses parse_standard_form
	- add parse_ and get_delete_diary_preview
	- add parse_ and get_edit_diary_preview
	- add parse_ and get_edit_diary_image
	- add parse_add_diary_confirm
	- add parse_delete_diary_confirm
	- add parse_edit_diary_confirm
	- mod get_add_diary_confirm
	- mod get_delete_diary_confirm
	- mod get_edit_diary_confirm
		- now they returns result with parsing response content
	- add get_view_diary
	- rename parse_diary -> parse_view_diary
		- parse_diary remains as alias of parse_view_diary currently
	- fix parse_standard_history
	- del parse_standard_history2
	- add parse_standard_form
	- add query_sorted_url
	- add post_send_message

0.31  Wed May 11 12:44:20 2005

	- add stamp method.
	- add request method (overwrite LWP::RobotUA::request)
	- fix parse_list_bookmark returns unsorted array.
	- fix all request rejected by robots.txt

0.30  Mon May  3 13:00:00 2005
	- add "enable_cookies".
	- fix "parse_calender".
		-  title and name had not "rewrite"d.

0.29  Mon Apr 25 12:00:00 2005
	- fix "parse_add_diary_preview".
	- fix "get_add_diary_confirm".
	- fix "post_add_diary".
		- they does not work because of 'post_key' required from Apr. 2005.
	- fix "rewrite".
		- uninvited double quote in HTML tag is allowed.
	- PODs are explicitly specified code with "encoding utf8".

0.28  Fri Apr  1 14:13:00 2005
	- add "parse_list_outbox", "get_list_outbox". (thanks AsO)
		- allows you to get and parse "message.pl?box=outbox".
	- fix "parse_message".
		- allows you to parse "view_message" in outbox.
	- fix "parse_list_friend_next" and "parse_list_friend_previous".
		- it does not work because of HTML changes at 05/03/31.
	- fix "parse_list_bookmark".
		- it had key "descrption" instead of "description".

0.27  Wed Mar  9 23:56:00 2005
	- PODs converted to utf-8.

0.26  Wed Mar  9 12:53:00 2005
	- first CPAN-ed version; created by h2xs 1.23 with options
		-AX -n WWW::Mixi