comparison README @ 9:d5702f04b19c

Fixed a bug that disabling this plugin while watch dog function has been hooked causes crash.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Wed, 17 Sep 2008 11:04:42 +0900
parents 19782faf1f00
children
comparison
equal deleted inserted replaced
8:8af1f090ba9a 9:d5702f04b19c
1 pidgin-audacious-2.0.0 1 pidgin-audacious-2.0.1
2
2 3
3 1. What's this? 4 1. What's this?
4 5
5 pidgin-audacious is a pidgin plugin which updates status and userinfo 6 pidgin-audacious is a pidgin plugin which updates status and userinfo
6 message for your pidgin accounts, reflecting the current track name what 7 message for your pidgin accounts, reflecting the current track name what
12 13
13 This plugin requires pidgin 2.0.0 or later and development version of 14 This plugin requires pidgin 2.0.0 or later and development version of
14 audacious (which capable of DBus connection expected to be released 15 audacious (which capable of DBus connection expected to be released
15 as 1.4.0.). 16 as 1.4.0.).
16 17
18
17 2. How to build 19 2. How to build
18 20
19 Building pidgin-audacious plugin is very simple. Please do 21 Building pidgin-audacious plugin is very simple. Please do
20 22
21 ./configure 23 ./configure
22 make 24 make
23 make install 25 make install
24 26
25 If you would like to test new alias substitution feature, please apply 27 If you would like to test new alias substitution feature, please apply
26 included patch against the pidgin source. 28 included patch against the pidgin source.
29
27 30
28 3. Usage 31 3. Usage
29 32
30 This plugin expands the token "%song" in your status/userinfo message 33 This plugin expands the token "%song" in your status/userinfo message
31 and alias with the name of the currently playing music. To show the 34 and alias with the name of the currently playing music. To show the
35 38
36 You can enable or disable expansion in status message, userinfo or 39 You can enable or disable expansion in status message, userinfo or
37 alias respectively. The preferences dialog is available from plugins 40 alias respectively. The preferences dialog is available from plugins
38 window in pidgin. 41 window in pidgin.
39 42
40 4. Acknowledgment 43
44 4. History
45
46 2.0.1
47
48 Fixed a bug that disabling this plugin while watch dog function has
49 been hooked causes crash.
50
51
52 5. Acknowledgment
41 53
42 This plugin has been built based on Jon Oberheide's 54 This plugin has been built based on Jon Oberheide's
43 gaim-rhythmbox-2.0beta2. I greatly appreciate his work. 55 gaim-rhythmbox-2.0beta2. I greatly appreciate his work.
44 56
45 57