comparison README @ 294:ea9973e6903c 0.8.3

update README.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Tue, 07 Apr 2009 18:11:25 +0900
parents 5e4e9b6637b4
children 13b268d9d034
comparison
equal deleted inserted replaced
293:f360d673cc35 294:ea9973e6903c
42 Building pidgin-twitter plugin is very simple. Please do; 42 Building pidgin-twitter plugin is very simple. Please do;
43 43
44 ./configure 44 ./configure
45 make 45 make
46 sudo make install 46 sudo make install
47
48 If you intend to build pidgin-twitter on Windows, edit Makefile.mingw
49 as your build environment and do;
50
51 make -f Makefile.mingw
52
53 Put resultant pidgin-twitter.dll to pidgin's plug-ins directory.
47 54
48 55
49 4. Usage 56 4. Usage
50 57
51 To enable pidgin-twitter, please check it as "Enabled" in Pidgin's 58 To enable pidgin-twitter, please check it as "Enabled" in Pidgin's
306 313
307 0.8.2 (December 13 2008) 314 0.8.2 (December 13 2008)
308 - Adapted for laconica 0.6.4 in identi.ca service. 315 - Adapted for laconica 0.6.4 in identi.ca service.
309 - Fixed the recipient format for jisko. 316 - Fixed the recipient format for jisko.
310 317
311 0.8.3 (April 4 2009) 318 0.8.3 (April 7 2009)
312 - Number of messages to retrieve in twitter API access is now 319 - Number of messages to retrieve in twitter API access is now
313 configurable. 320 configurable.
314 - Adapted to twitter's icon URL change. 321 - Adapted to twitter's icon URL change.
315 - Changed the way of escaping outgoing message. More characters will 322 - Changed the way of escaping outgoing message. More characters will
316 be sent as raw. 323 be sent as raw.