2005-01-11 Davyd Madeley * NEWS: * configure.in: Release 2.9.4 * Makefile.am: Ensure M4 macros are in included in tarball 2005-01-11 Davyd Madeley * configure.in: Use ACLOCAL_AMFLAGS correctly. * charpick/charpick.c: * minicommander/src/about.c: * mixer/applet.c: Use GtkAboutDialog 2005-01-11 Davyd Madeley * accessx-status/applet.c: * battstat/battstat_applet.c: * charpick/charpick.c: * drivemount/drivemount.c: * geyes/geyes.c: * gswitchit/gswitchit-applet.c: * gtik/gtik.c: * gweather/gweather-applet.c: * mini-commander/src/mini-commander_applet.c: * mixer/applet.c: * modemlights/modem-applet.c: * multiload/main.c: * trashapplet/src/trashapplet.c: specify DATADIR in panel_applet_setup_menu_from_file(), this will load the correct version of the menus XML when building in a different prefix. * modemlights/modem-applet.c: * trashapplet/src/trashapplet.c: Don't set parent for GtkAboutDialog, as we want about dialog to appear in the middle of the screen. * gweather/Makefile.am: * gweather/gweather-xml.c: Move Gweather files to ${pkgdatadir}/gweather. Remove deprecated function. Fixes out of prefix builds. * battstat/battstat_applet.c: Use GtkAboutDialog 2005-01-11 Davyd Madeley * geyes/Makefile.am: * geyes/themes/Makefile.am: Move geyes themes to ${pkgdatadir} 2005-01-11 Tomasz Kłoczko * configure.in: Define GNOME_GLADEDIR and $(gladedir) as ${pkgdatadir}/glade. Use this directory for access all gnoem-applets applications to glade files. Small fixed GNOME_PIXMAPSDIR. * battstat/Makefile.am: * pufreq/Makefile.am: * gswitchit/Makefile.am: * mini-commander/src/Makefile.am: * modemlights/Makefile.am: * stickynotes/Makefile.am: Remove all gladedir definitions (now will be used value defined in cnfigure.in). Remove all -D with glade directories. * battstat/properties.c: * cpufreq/src/cpufreq-prefs.c: * gswitchit/gswitchit-plugins-add.c: * gswitchit/gswitchit-plugins.c: * mini-commander/src/preferences.c: * modemlights/modem-applet.c: * stickynotes/stickynotes_applet.h: Use GNOME_GLADEDIR as base directory for acces to glade files. * battstat/Makefile.am: Use $(pixmapsdir) "framework". * battstat/Makefile.am: Remove -DDATA_DIR from INCLUDES (DATA_DIR is not used in battstat subtree). * modemlights/Makefile.am: use $(pixmapsdir) "framework". Cleanups. Remove using -DGNOMELOCALEDIR from INCLUDES (this symbol is now defined in project ). * cpufreq/src/Makefile.am: * cpufreq/src/cpufreq-selector/Makefile.am: * gswitchit/Makefile.am: Remove -Wall -Werror (non-portable options) and not used any more -I$(top_srcdir)/intl from INCLUDES. 2005-01-11 Davyd Madeley * HACKING: update with more pertinent information 2005-01-10 Benoît Dejean * configure.in: require LIBGTOP >= 2.9.4. 2005-01-10 Davyd Madeley * m4/system-tools-backends.m4 (added): Add this file to stop the build from breaking. Is there no way to test for macros before we try to use them? 2005-01-09 Benoît Dejean * configure.in: require LIBGTOP >= 2.9.0. 2005-01-07 Elijah Newren * configure.in: require LIBPANEL_APPLET >= 2.9.4 (mini-commander needs to use new panel_applet_request_focus() API) 2005-01-07 Davyd Madeley * configure.in: Support for new modemlights (requires gnome-system-tools to build). * modemlights/*: Out with the old, in with the new. 2005-01-07 Davyd Madeley * wireless/.cvsignore (Removed): Missed one ;) 2005-01-06 Mark McLoughlin Deprecate the wireless applet in favour of netstatus. * Makefile.am, configure.in: don't build wireless dir. * wireless/*: remove. 2005-01-04 Davyd Madeley * configure.in: stickynotes now requires libwnck. I accidently committed changes to stickynotes last time, so they can stay. 2005-01-04 Davyd Madeley * cdplayer/*: Removed * Makefile.am: * configure.in: Removed cdplayer from build * null_applet/GNOME_NullApplet_Factory.server.in.in: * null_applet/null_applet.c: Taught null_applet to remove cdplayers 2005-01-04 Christoffer Olsen * HACKING: Updated it * gweather/gweather.schemas.in: Fixed bug #150921 2005-01-03 Thomas Vander Stichele * Makefile.am: * autogen.sh: * configure.in: * m4/ac-define-dir.m4: Add AC_DEFINE_DIR, m4 dir, and use it to properly get directories defined in config.h 2005-01-03 Davyd Madeley * wireless/wireless-applet.c: * mixer/applet.c: Fix some file locations. 2005-01-03 Tomasz Kłoczko * gnome-applets/battstat/po/*: removed all files (all battstat translations are now in central po/). * accessx-status/Makefile.am: removed -DGLADEDIR=$(gladedir) from INCLUDES (not used anymore). INCLUDES moved on top (after SUBDIRS). 2005-01-03 Davyd Madeley * autogen.sh: Up requirement to automake-1.8. * Makefile.am: * battstat/Makefile.am: * battstat/sounds/Makefile.am: * charpick/Makefile.am: * drivemount/Makefile.am: * geyes/Makefile.am: * gkb-new/Makefile.am: * gswitchit/Makefile.am: * gtik/Makefile.am: * gweather/Makefile.am: * mini-commander/src/Makefile.am: * mixer/Makefile.am: * modemlights/Makefile.am: * multiload/Makefile.am: * stickynotes/Makefile.am: Clean up files for distcheck. 2005-01-02 Tomasz Kłoczko * configure.in: Add base infrastructure for icons and pixmaps. * accessx-status/Makefile.am: Remove -DPIXMAPDIR from INCLUDES. * accessx-status/applet.c: Use GNOME_PIXMAPDIR defined in configure.in istead PIXMAPDIR. * accessx-status/pixmaps/Makefile.am: Rename icons{dir,_DATA} to accessx_status_pixmaps{dir,_DATA}. Define accessx_status_pixmapsdir as $(pixmapsdir)/accessx-status-applet. * cdplayer/Makefile.am: Removed double listed IMAGES from EXTRA_DIST. Indentations in IMAGES, VARIABLES, EXTRA_DIST, *_SOURCES, *_DEPS. * cpufreq/pixmaps/Makefile.am: Removed -DICONDIR from INCLUDES (unused). * drivemount/Makefile.am: Rdefine desktop_iconsdir using $(iconsdir). Indentations in drivemount_applet2_{SOURCES,LDADD}. * geyes/Makefile.am gtik/Makefile.am: Redefine pixmapdir to desktop_iconsdir using $(iconsdir). * mini-commander/src/Makefile.am: Rename bitmaps_DATA to BITMAPS. This bitmaps are directly included in mini-commander_applet.c and must be not installed. Indentations in mini_commander_applet_LDADD. Redefine pixmapdir to desktop_iconsdir using $(iconsdir). * mixer/Makefile.am: Redefine pixmapdir to desktop_iconsdir using $(iconsdir). Rename pixmapsdir to mixer_pixmapsdir abd define using $(pixmapsdir). Remove -DPIXDIR from INCLUDES. * mixer/applet.c: Use GNOME_PIXMAPSDIR instead PIXDIR. * modemlights/Makefile.am: Redefine pixmapdir to desktop_iconsdir using $(iconsdir). * multiload/Makefile.am: Redefine pixmapdir to desktop_iconsdir using $(iconsdir). Indentations in EXTRA_DIST. * wireless/Makefile.am: Remove -DICONDIR from INCLUDES. Redefine pixmapdir to wireless_applet_pixmapdir using $(pixmapsdir). * wireless/wireless-applet.c: Use GNOME_PIXMAPSDIR instead pixmapsdir. 2005-01-01 Tomasz Kłoczko * gweather/pixmaps/*: removed (unused now). * gnome-applets/cpufreq/src/Makefile.am: remove -DGNOMELOCALEDIR from INCLUDES. GNOMELOCALEDIR is now declared in configure.in. * acinclude.m4: removed private copy of esd.m4. gmome-applets don't uses now esound. 2004-12-28 Davyd Madeley * Makefile.am: Scrollkeeper fix for distcheck (patch from Mariano Suárez-Alvarez * configure.in: Bump post release version to 2.9.3.2 2004-12-27 Tomasz Kłoczko * configure.in: add AC_DEFINE_UNQUOTED(GNOMELOCALEDIR, "${datadir}/locale", [locale directory]) * accessx-status/Makefile.am: * battstat/Makefile.am: * battstat/apmlib/Makefile.am: * cdplayer/Makefile.am: * charpick/Makefile.am: * cpufreq/src/Makefile.am: * drivemount/Makefile.am: * geyes/Makefile.am: * gswitchit/Makefile.am: * gtik/Makefile.am: * gtik/access/Makefile.am: * gweather/Makefile.am: * libgswitchit/Makefile.am: * mini-commander/src/Makefile.am: * mixer/Makefile.am: * modemlights/Makefile.am: * modemlights/Makefile.am: * multiload/Makefile.am: * null_applet/Makefile.am: * stickynotes/Makefile.am: * wireless/Makefile.am: remove all all -DGNOMELOCALEDIR. Now GNOMELOCALEDIR is declared in single point. Adjustments in INCLUDES.