ChangeLog for MusicTracker Pidgin Plugin
========================================

2008-12-22 (Version 0.4.13)
	* Fix filter to operate on whole words only (issue 51)
	* Fix filter to operate on 'now listening', not just the status message
	* Add an option to swap artist and title in the received MSN-messenger compatible WM_COPYDATA message, as some people are apparently getting them from some player applications in the opposite order for reasons which are unclear
	* Add linux songbird player support via dbusbird interface (issue 41) (Note that dbusbird currently has a few limitations: it truncates title to 30 characters, and stopped status doesn't seem to be reported reliably)
	* Add translation support using gettext (NOTE: To be consistent with the location of the translation files, musictracker now installs the plugin into the prefix specified to ./configure, rather than directly into the pidgin plugin directory found using pidgin's pkg-config file.  Since pidgin installed into /usr doesn't appear to search for plugins in /usr/local by default, this means that people building from source may well need to do './configure --prefix=/usr' where previously './configure' has done the right thing for them...)
	* Add italian translation by Alessio Fachechi (issue 67) (Other translations are welcome.  The file po/musictracker.pot is a template containing all the translatable messages)
	* Deal with AIMP2's implementation of the winamp interface (issue 61)
	* Added reported classname for Foobar2000 ColumnUI (issue 53)
	* Try again to get the dbus-glib dependency in .ebuild right (issue 55)

2008-11-19 (Version 0.4.12)
	* Relax and refine the regex used for matching MSN "now listening" messages; track info from VLC should work again (issue 46)
	* Remove a fixed size buffer from capture() utility function
	* Add a per-account "tune status is broken" configuration to work around the problem that libpurple tells us googletalk accounts have tune status, but it doesn't actually work (and I can't work out a good way to detect this situation automatically) (issue 26)
	* Merge some fixes to problems found with valgrind (fixes warnings when compiled with -D_FORTIFY_SOURCE=2) (issue 44)
	* Remove m4 directory from build, we don't actually make any macros (stops ebuild installing empty), see gentoo bug #180771
	* Update and correct dbus-glib dependency in .ebuild
	* Fix a crash when data retrieval from last.fm fails (issue 35)
	
2008-10-03 (Version 0.4.11)
	* Fix "status doesn't clear when status changing is deactivated" bug (#37), more collateral breakage from change for #32
	* Reorder menu actions so disable/enable is the first one, as it's probably the most used

2008-09-22 (Version 0.4.10)
	* Fix terrible bug introduced by change for issue #32, which utterly broke tune status support (issue #36)

2008-09-22 (Version 0.4.9)
	* Update configure check for dbus-glib to 0.73, needed for dbus_g_proxy_call_with_timeout
	* Fix /nowplaying to get correct information when status changing is disabled (issue #32)
	* Fix a problem with the msn compatability message handler which behaved badly when Winamp had stopped in auto-detect mode
	* Avoid a crash mode in winamp message handling seen with musikCube (due to it's limited Winamp compatibilty interface)
	* Fix crash with audacious caused by a rather obvious mistake (issue #28, #33)
	* Audit uses of G_TYPE_STRING returned from a dbus call and fix a couple of leaks
	* Make MPRIS player detection fully dynamic, scanning for org.mpris.* service names; add an additional hint needed for dragonplayer to work
	* Generalize MSN message support a little bit more
	* Avoid a potential null dereference in xmms2 debug output
	* Rewrite MPRIS debug code to avoid use of GHashTableIter, so we work with all GLib > 2.0.0, and so don't have a different GLib dependency to pidgin itself

2008-09-10 (Version 0.4.8)
	* Add patch from Phillip Camp for SqueezeCenter/SlimServer support 
	* Fix a crash which could occur if an account is added whilst musictracker is loaded
	* Add a fallback method for getting track information by catching messages intended to pass that info to MSN Messenger
	* Fix foobar2000 title parsing for the case where the track has no album information
	* Add MPRIS-complaint player track information support

2008-09-01 (Version 0.4.7)
	* Correct the way we retrieve track artist info from WMP (#16)
	* Fix a problem where tune status could sometimes get left with stale data (e.g. if player was closed whilst pidgin was closed)
	* Apply patch from hyperair adding a timeout to dbus calls, so they cannot block indefinitely (hanging pidgin) if something has gone wrong in the target application (#13)
	* Fix restoring saved status so it correctly restores account-specific saved status (#11)
	* Attempt to avoid being told "MSN: Friendly name changes too rapidly" when player is stopped
	* Some more tidying up
	* Update libmpdclient to latest svn (revision 7402) (this fixes a file descriptor leak when an IPv6-enabled MPD is running) (#137, maybe #12?)
	* Enable MPD client in windows build
	* Fix type conversion warnings when building for x64 (#18)
	* Use dopen/dlsym to access XMMS2 client library, so it doesn't become a run-time dependency if we build with XMM2 support enabled

2008-08-22 (Version 0.4.6)
	* Rewrite WMP support using disphelper from http://disphelper.sourceforge.net/ and WMPuICE by Christian Mueller from http://www.mediatexx.com
	* Restore support for non-widechar Winamp interface, as a fall-back if preferred interface fails

2008-08-07 (Version 0.4.5)
	* Various fixes to avoid crash modes where track information is longer than expected
	* Compilation warnings fixes
	* Improve foobar2000 and winamp interface code to work better for track info using east asian characters
	* Do PCRE_STATIC properly (only applies to windows builds and tells us to use a static library)
	* Improve last.fm feed interface: infer player is off if scrobble timestamp is older than a configurable interval, configure polling interval as well
	* Add some possibly needed pcre_free()s

2008-08-01 (Version 0.4.4) "I suppose I should fix that...."
	* Store musictracker per-account preferences using both screen name and protocol as the key,
		so that multiple accounts with the same screen name on different protocols may have different setttings (#2)
	* Strip windows DLL before making installer (so it's not huge!) (#4)
	* Restore UI selected status when musictracker is unloaded (#114)
	* Fix tune status support to work with msn, coming in purple 2.5.0,
		add UI to disable personal message changing if we have tune status (#3)
	* Add ability to disable status changing whilst away
	* Add a simple implementation of a "/nowplaying" or "/np" command
	* Fix way amarok and iTunes interface code deals with times greater than 60 minutes (#22)
	* Fix exaile interface code to retrieve current position in track correctly (was broken!)
	* Tidy up some debug output and general cruft
	* Add a bit of defensive code against a possible crash (#5)
	
2008-07-22 (Version 0.4.3 forked) "patch frenzy"
	* patch from chet.the.gray for Listen player support (#13)
	* patch from puthali.HB for Last.fm feed support (#48)	
	* patch from patrick.dessalle for Audacious 1.4 support (#86)
	* patch from hyperair for Banshee 1.0 support (#87)
	* patch from thelrix for XMPP user tune support (#96)
	* patch from ZeeGeek for XMMS2 player support (#121)
	* Rhythmbox: Slightly improve the way we report information for streams (#35), based on a patch by eemil.lagerspetz
	* Improve "Toggle status changing" action so it has a dynamic menu item which reflects the current Enabled/Disabled state
		(#39), based on a patch by TorresMAT
	* Winamp: don't screw up titles which contain hyphens, try to still do something useful with streams (#59)
	        based on a patch by leonardo.monteiro.fernandes
	* amarok: Check for running dcopserver to avoid problems when dcop blocks for long enough that we appear to hang pidgin (#68),
		Don't spam stderr with "call failed" errors from trying to dcop amarok
        * Add missing header include to fix Gentoo QA notice on build (#138)
	
2008-07-10 (Version 0.4.2 unofficial)
	* Fix finding window for Foobar2000 0.9.5.3 and later
	* Don't crash if track info from player isn't valid UTF-8!
	* Get UTF-8 track info from iTunes and WMP
	* Avoid damaging valid UTF-8 track info when removing unprintable characters
	* If the track info message is empty, try to restore the status message selected in UI (e.g. for when your player stopped message is empty)
	* Remove use of modified MSN protocol plugin to append now-playing info to nickname (I suggest you use msn-pecan which supports personal messages)
	* Fixed to build with latest purple

2007-05-16 (Version 0.4.1)
	* Added Banshee and Quod Libet support
	* Fixed bug that caused disable option to not work for MSN
	* Disabling musictracker for a protocol now clears the previous status
		set by musictracker. Also works for
		Tools->MusicTracker->Toggle Status Changing
	* Updated Exaile support to work with latest version (0.2.9)

2007-05-12 (Version 0.4)
	* Added new and improved preferences dialog
	* Added scheme to set per-player preferences
	* Per-account status customizations and disabling now supported
	* Added hostname, port and password preferences to MPD support
	* Added iTunes and Windows Media Player support
	* Added NSIS based Windows installer

2007-05-11
	* Cleaned up player selection code. Now only a singe array entry
		needs to be added to g_players for adding a player
	* Fixed defect that caused detection of DBUS-based players to start
		up the player if it was not running (such as Rhythmbox)

2007-05-08
	* Added support for compiling on Windows with Mingw
	* Added Winamp support
	* Added foobar2000 support (incomplete, does not get track duration)

2007-05-06 (Version 0.3)
	* Made compatible with Pidgin 2.0.0
	* Added Rhythmbox support
	* Fixed missing player-selection configuration option bug
	* Added auto-detection of media players

2007-03-22 (Version 0.2.3)
	* MPD support added by Erik de Jong
	* Fixed libxmms.so symlink checking bug
	* Fixed crash due to assertion on delimiter length in preferences
	* Added option for disabling status filter

2007-01-29 (Version 0.2.2)
	* Cleaned up XMMS & Audacious support code

2007-01-03
	* Removed dependency on XMMS Infopipe plugin
	* Added Audacious player support

2006-12-29 (Version 0.2.1)
	* Added menu action to toggle status changing

2006-12-27 (Version 0.2)
	* Added protocol-specific status format overriding support
	* Started maintaining Changelog
