log main.c @ 364:cbdf0b35d31b default tip

age author description
Fri, 13 May 2011 00:01:48 +0900 Yoshiki Yazawa - version bump to 0.9.2.1 0.9.2.1
Thu, 12 May 2011 23:53:50 +0900 Yoshiki Yazawa compilation fix for gcc 4.6. patch by dai <d+pidgin@vdr.jp>
Tue, 31 Aug 2010 17:15:14 +0900 Yoshiki Yazawa do not escape pseudo command by default.
Thu, 26 Aug 2010 15:05:57 +0900 Yoshiki Yazawa version bump to 0.9.2
Mon, 14 Dec 2009 20:14:31 +0900 Yoshiki Yazawa embed "in reply to foo" link to each reply message
Sat, 12 Dec 2009 00:18:27 +0900 Yoshiki Yazawa add preliminary support for quotetweet and official retweet.
Sun, 18 Oct 2009 17:38:40 +0900 Yoshiki Yazawa - twitter still requires preceding white space on a hash tag in almost all case.
Sun, 18 Oct 2009 16:55:57 +0900 Yoshiki Yazawa - removed the evil hack
Sun, 18 Oct 2009 13:30:48 +0900 Yoshiki Yazawa twitter markups tags like "#2.0" as "#2" but those tags only be matched with the query of "#2.0". so, we should handle a punctuation within a string as a normal letter and should strip it only if it is followed by white space.
Thu, 15 Oct 2009 15:49:12 +0900 Yoshiki Yazawa gtkimhtml easily be fooled if the buffer is not entity markuped.
Wed, 14 Oct 2009 14:55:55 +0900 Yoshiki Yazawa better handling of non-ascii tag. now it properly handles tags in which the first ascii latter occurs in the beginning or mid of a non-ascii word.
Tue, 13 Oct 2009 13:39:49 +0900 Yoshiki Yazawa version bump to 0.9.0
Tue, 13 Oct 2009 03:10:32 +0900 Yoshiki Yazawa do not append "in_reply_to_status_id" when msdid is 0.
Tue, 13 Oct 2009 02:45:03 +0900 Yoshiki Yazawa improved handling of RT string
Mon, 12 Oct 2009 21:51:13 +0900 Yoshiki Yazawa implemented reply, favorite, retweet functionalities. these are quite raw, be careful!