# HG changeset patch # User Yoshiki Yazawa # Date 1214624248 -32400 # Node ID 63bd9ca28be0de3612e854b76b616565550b7eae # Parent f83b14fbca232c71a92a6bcc5fb0a086f06652ce - added nosuke and iratqq to the authors. - updated README. - minor cleanups. diff -r f83b14fbca23 -r 63bd9ca28be0 README --- a/README Sat Jun 28 04:56:13 2008 +0900 +++ b/README Sat Jun 28 12:37:28 2008 +0900 @@ -1,4 +1,4 @@ -pidgin-twitter-0.6.0 +pidgin-twitter-0.7.0 alpha1 1. What is this? @@ -14,7 +14,6 @@ like "¤Ë¤Û¤ó¤´w" or "....w" and it will be wrongly interpreted as an incomplete command message so that twitter gives us an error massage. -*update* In version 0.6.0, various new features have been added. Letter counter for composing message is useful for keeping track of the length limit of twitter message and oops suppression will give users who mainly use @@ -22,6 +21,13 @@ 0.6.0, pidgin-twitter strips any markup elements from sending message, so the posts from pidgin-twitter are always kept sane. +*update* +In version 0.7.0 alpha1, show icon feature and API based posting +feature have been added. Although these new features are under +development, they seem to be very useful in the current twitter +situation. This is the reason why we decide to release this alpha +version. + 2. Dependency @@ -109,7 +115,14 @@ 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. + markup widgets in conversation window have been disabled. + +0.7.0 alpha1 (June 28 2008) +- Show icon feature has been added. +- API based posting has been added. +- Notifications on message arrival can be disabled now. +- Annoying completion message which is returned from wassr service + will be automatically ignored. 6. Acknowledgments diff -r f83b14fbca23 -r 63bd9ca28be0 pidgin-twitter.c --- a/pidgin-twitter.c Sat Jun 28 04:56:13 2008 +0900 +++ b/pidgin-twitter.c Sat Jun 28 12:37:28 2008 +0900 @@ -917,8 +917,8 @@ GtkTextBuffer *target_buffer = NULL; GtkTextIter inserting_point, next_line; gchar *message; - GMatchInfo *match_info = NULL; - gchar *user_name_in_message; +// GMatchInfo *match_info = NULL; +// gchar *user_name_in_message; int icon_id; GList *entry_of_mark; @@ -1483,10 +1483,10 @@ PURPLE_PRIORITY_DEFAULT, /**< priority */ PLUGIN_ID, /**< id */ "Pidgin-Twitter", /**< name */ - "0.7.0d1", /**< version */ - "replaces usernames with links and plays sounds", /** summary */ - "replaces usernames with links and plays sounds", /** desc */ - "Yoshiki Yazawa, mikanbako and the pidging-twitter team", /**< author */ + "0.7.0 alpha1", /**< version */ + "provides useful features for twitter", /** summary */ + "provides useful features for twitter", /** desc */ + "Yoshiki Yazawa, mikanbako, \nKonosuke Watanabe, IWATA Ray, \nthe pidging-twitter team", /**< author */ "http://www.honeyplanet.jp/", /**< homepage */ load_plugin, /**< load */ unload_plugin, /**< unload */