log pidgin-twitter.c @ 39:2ac81c0afb53

age author description
Mon, 12 May 2008 22:22:19 +0900 Yoshiki Yazawa - new debug macro. it includes function name and line number.
Mon, 12 May 2008 19:46:10 +0900 Yoshiki Yazawa applied indent to fix indentations
Sun, 11 May 2008 15:24:53 +0900 Yoshiki Yazawa - made suppress oops configurable
Sun, 11 May 2008 03:52:06 +0900 Yoshiki Yazawa added oops message suppression functionality. it discards oops message if a sent message is more than 140 bytes and less than 140 letters.
Sat, 10 May 2008 23:08:16 +0900 mikanbako fix 44ffbd056f33
Sat, 10 May 2008 20:18:20 +0900 Yoshiki Yazawa added patch to strip excessive hyper link on @username when it copied and pasted from message window. patch by mikanbako (maoutwo@gmail.com).
Sat, 10 May 2008 19:12:38 +0900 Yoshiki Yazawa commented out an annoying debug message
Sat, 10 May 2008 18:10:58 +0900 Yoshiki Yazawa added letter counter
Tue, 06 May 2008 22:11:03 +0900 Yoshiki Yazawa tweaked descriptions
Mon, 05 May 2008 23:32:20 +0900 Yoshiki Yazawa - Fixed a crash bug. Each unload/reload cycle caused crash due to unrefed regp. 0.5.1
Mon, 05 May 2008 20:00:03 +0900 Yoshiki Yazawa forgot to erase old code
Mon, 05 May 2008 19:54:04 +0900 Yoshiki Yazawa more improvement on regexp
Mon, 05 May 2008 19:26:05 +0900 Yoshiki Yazawa revised regexp
Mon, 05 May 2008 15:15:48 +0900 Yoshiki Yazawa tweaked regp[PSEUDO]
Sun, 04 May 2008 19:46:02 +0900 Yoshiki Yazawa unref newly added regex at unload time.