comparison README @ 342:941f848b61c9 0.9.0

- update requirement for pidgin to 2.6.0 - update README to release 0.9.0
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sun, 18 Oct 2009 23:59:55 +0900
parents 38a2ef743019
children 3d2657ce4dba
comparison
equal deleted inserted replaced
341:b41f1bf69cba 342:941f848b61c9
1 pidgin-twitter-0.8.5.2 1 pidgin-twitter-0.9.0
2 2
3 3
4 1. What is this? 4 1. What is this?
5 5
6 pidgin-twitter is a Pidgin plugin to help posting and reading micro 6 pidgin-twitter is a Pidgin plugin to help posting and reading micro
16 * show letter counter on the format toolbar 16 * show letter counter on the format toolbar
17 * filter messages from specified users 17 * filter messages from specified users
18 18
19 Twitter specific 19 Twitter specific
20 * get/post Twitter statuses via API 20 * get/post Twitter statuses via API
21 * reply/favorite/retweet functionalities
22 # translate #<search tag> to link to the search query
21 * escape pseudo commands like "w" 23 * escape pseudo commands like "w"
22 * suppress oops message 24 * suppress oops message
23 # translate #<search tag> to link to the search query
24 25
25 Wassr specific 26 Wassr specific
26 * translate #<channel name> to link to the channel 27 * translate #<channel name> to link to the channel
27 * eliminate annoying post completion messages 28 * eliminate annoying post completion messages
28 29
32 * translate !<group name> to link to the group 33 * translate !<group name> to link to the group
33 34
34 35
35 2. Dependency 36 2. Dependency
36 37
37 This plugin requires Pidgin 2.4.0 or newer, glib-2.16.0 or newer, 38 This plugin requires Pidgin 2.6.0 or newer, glib-2.16.0 or newer,
38 gtk+-2.12.0 or newer and libxml-2.6.27 or newer. 39 gtk+-2.12.0 or newer and libxml-2.6.27 or newer.
39 40
40 41
41 3. How to build 42 3. How to build
42 43
249 4.6.6 Enable log output 250 4.6.6 Enable log output
250 251
251 This checkbox toggles log messages for debugging. If you have any 252 This checkbox toggles log messages for debugging. If you have any
252 trouble, we suggest to enable this feature and report us your problem 253 trouble, we suggest to enable this feature and report us your problem
253 with obtained information. 254 with obtained information.
255
256 4.7 Reply, Favorite and Retweet
257
258 In twitter service, pidgin-twitter adds links for replying, creating
259 favorite and retweeting to each message. To reply a message, press R
260 link and @username string will be automatically prepared in the
261 composing area. Sending message with this action sets "in reply to"
262 property on the server. To create favorite, just press F link. To
263 retweet someone's message, press RT link and the message is properly
264 quoted and prepared in the composing area.
254 265
255 266
256 5. History 267 5. History
257 268
258 0.4.0 (May 01 2008) 269 0.4.0 (May 01 2008)
340 351
341 0.8.5.2 (September 20 2009) 352 0.8.5.2 (September 20 2009)
342 - Improved icon retrieval in twitter service. Now icon file whose name 353 - Improved icon retrieval in twitter service. Now icon file whose name
343 contains UTF-8 multi-byte characters can be retrieved as well. 354 contains UTF-8 multi-byte characters can be retrieved as well.
344 355
356 0.9.0 (October 19 2009)
357 - Added reply, favorite and retweet functionality in twitter service.
358 - Added support for non-ascii hash tags.
359
345 360
346 6. Acknowledgments 361 6. Acknowledgments
347 362
348 In the beginning of development, I (yazuuchi) got a number of valuable 363 In the beginning of development, I (yazuuchi) got a number of valuable
349 feedbacks from nosuke (@konosuke) and mojin (@mojin). 364 feedbacks from nosuke (@konosuke) and mojin (@mojin).