# HG changeset patch # User Yoshiki Yazawa # Date 1210938906 -32400 # Node ID 872f418ba45d1b93358a65894262c7ccb65eac8c # Parent ac1259fde1d00b25a588f9eec713f3600983b024 - revised README - tweaked some texts diff -r ac1259fde1d0 -r 872f418ba45d README --- a/README Thu May 15 23:57:02 2008 +0900 +++ b/README Fri May 16 20:55:06 2008 +0900 @@ -101,13 +101,15 @@ Fixed a crash bug that each unload and reload pidgin-twitter cycle resulted in crash. -0.6.0 (In near future in 2008) -- Added letter counter. -- Suppress "False positive oops message" when sending message which -exceeds 140 bytes but actual length is within 140 characters. -- pidgin-twitter now strips all markup elements on sending a -message. This feature prevents this plugin from posting unexpected -excessively markuped message. +0.6.0 (May 16 2008) +- Letter counter has been added. +- Suppress "false positive oops message" when sending message which + exceeds 140 bytes but within 140 characters. +- Pidgin-twitter now strips all markup elements from sending message. + This feature prevents this plugin from posting unexpected + excessively marked up message. +- Since pidgin-twitter no longer sends any marked up message, all + markup widgets in conversation window has been disabled. 6. Acknowledgments @@ -119,8 +121,8 @@ convcharcount plugin. In development for 0.6.0, mikanbako (@mikanbako) joined our team and -contributed numerous efforts. The original strip markup feature has -been developed by him. +contributed numerous efforts. The original strip markup feature and +the disable markup widgets feature has been developed by him. Yoshiki Yazawa (@yazuuchi) and the pidgin-twitter team diff -r ac1259fde1d0 -r 872f418ba45d pidgin-twitter.c --- a/pidgin-twitter.c Thu May 15 23:57:02 2008 +0900 +++ b/pidgin-twitter.c Fri May 16 20:55:06 2008 +0900 @@ -591,7 +591,7 @@ box = gtkconv->toolbar; /* Disable widgets that decorate or add link to composing text - * because Twitter can't receive markuped strings. For lean-view + * because Twitter cannot receive marked up string. For lean-view * and wide-view, see pidgin/gtkimhtmltoolbar.c. */ menus = g_object_get_data(G_OBJECT(box), "lean-view"); @@ -902,7 +902,7 @@ "0.6.0", /**< version */ "replaces usernames with links and play sounds", /** summary */ "replaces usernames with links and play sounds", /** desc */ - "Yoshiki Yazawa (yaz@honeyplanet.jp)", /**< author */ + "Yoshiki Yazawa and the pidging-twitter team", /**< author */ "http://www.honeyplanet.jp/", /**< homepage */ load_plugin, /**< load */ unload_plugin, /**< unload */