2002-01-18 Ian Campbell * NEWS: Added 0.9. Spell checked. * configure.in (VERSION): Version 0.9. 2002-01-18 Ian Campbell * README: Be a bit clearer that it works for KDE too. * configure.in (fatal_warnings, more_warnings): Move these down below the other tests so -Werror doesn't break tests. 2002-01-17 Ian Campbell * configure.in (fatal_warnings): New configure option which separates Werror from the more-warnings flag. 2002-01-16 Ian Campbell * NEWS: Update for 0.8 * src/Makefile.am (INCLUDES): Tidy up * configure.in (set_more_warnings): Enable -Wall here rather than by overriding the global CFLAGS. This allows users to pass CFLAGS to configure. * configure.in (PACKAGE): Adjust order of calls to prevent warning. 2002-01-08 Ian Campbell * configure.in (VERSION): Bump to 0.8 2001-12-19 Ian Campbell * src/Makefile.am (INCLUDES): Include @XMMS_CFLAGS@ to support people who don't have GTK+ and XMMS in the same prefix. * src/xmms-status-plugin.c (timeout_callback): Use g_strcasecmp rather than strcmp for portability. 2001-12-16 Ian Campbell * CREDITS, AUTHORS, README, src/about.c: Change my email from ijc25@cam.ac.uk to ijc@hellion.org.uk. * ABOUT-NLS: Removed from CVS. 2001-12-16 Ian Campbell * configure.in, NEWS: Update ready for 0.7 * Makefile.am, src/Makefile.am, configure.in: Remove RCS Id tag. 2001-07-16 Ian Campbell * src/xmms-status-plugin.h (STATUS_DOCKLET_BUTTON_LAST): Define and use throughout. (StatusDockletButtonModifier): Define. * src/xmms-status-plugin.c (button_press_callback): Updated to check modifiers. (get_gplugin_info): Add prototype so -Werror doesn't complain. * src/configure.c (status_docklet_create_button_pane): Split code from status_docklet_configure(). (status_docklet_save_config): Updated to save modifiers with button bindings. Use default config file instead of building path ourselves. (status_docklet_load_config): Updated to load modifiers with button bindings. Use default config file instead of building path ourselves. * autogen.sh: Don't pass -I /usr/share/aclocal/gnome to aclocal. * configure.in: Bump version to 0.7-pre1. Added enable-more-warnings flag to configure. 2001-04-18 Ian Campbell * images/joost-playing-anim.xpm * images/joost-paused-anim.xpm * images/joost-idle.xpm New images thanks to Joost Ellerbroek . 2001-04-17 Ian Campbell * configure.in: Bump to version 0.6 2001-03-20 Ian Campbell * configure.in: Up version to 0.6-pre1. Include fr in ALL_LINGUAS. * src/Makefile: Define LOCALEDIR. * src/xmms-status-plugin.c: Fix typo in a comment. * src/xmms-status-plugin.h: Fix _ macro to pass the domain. 2000-11-17 Ian Campbell * CREDITS: Added some people who I forgot. * xmms_mini.xpm: Moved to src/xmms_mini.xpm * Makefile.am, src/Makefile.am: Moved xmms_mini.xpm * src/xmms-status-plugin.c: Set the window title and class. 2000-11-15 Ian Campbell * src/xmms-status-plugin.c: Support for KDE2 style system tray. * src/configure.c: Fixes for configuration from Dave Yearke . 2000-10-24 Ian Campbell * configure.in: bump version to 0.4 * src/configure.c, src/xmms-status-plugin.[ch]: Added "Add Files" as an option when clicking. Fixed bug in tooltip generation. Based on a patch from Aaron M. Brown 2000-07-20 Ian Campbell * images: Added timetre-idle.xpm timetre-paused-anim.xpm and timerter-playing-anim.xpm to the distro. All from Vincent Tassy 2000-06-25 Ian Campbell * src/xmms-status-plugin.c: Use xmms_remote_quit * configure.in: Check for xmms_remote_quit * src/xmms-status-image.c: Fix a warning. 2000-06-09 Ian Campbell * NEWS: Added credits 2000-06-06 Ian Campbell * src/about.c, src/xmms-status-image.c, src/xmms-status-plugin.c: Various changes/fixes 2000-06-06 Ian Campbell * Moved menus around. * Fixed some spellings. * Handle style (eg theme) changes. 2000-05-27 Ian Campbell * Added animated images. * Added new images. * Added Configuration for these. 2000-05-13 Ian Campbell * Define XMMS_STATUS_DIR * install images 2000-05-12 Ian Campbell * Made button click actions configurable * Renamed all global functions to prefix with status_docklet. 2000-05-09 Ian Campbell * Make all windows toggle on click. Patch from Crispin Flowerday 2000-05-07 Ian Campbell * Added support for drag and drop. Added menu items for adding and removing from the playlist. 2000-04-26 Ian Campbell * Initial Release