changeset 53:872f418ba45d 0.6.0

- revised README - tweaked some texts
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Fri, 16 May 2008 20:55:06 +0900
parents ac1259fde1d0
children 6807911fc92b
files README pidgin-twitter.c
diffstat 2 files changed, 13 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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	*/