2002-04-10 Kevin Breit <mrproper@ximian.com>
* configure.in: Added the help/Makefile.am and help/C/Makefile.am. If the build breaks, look at this stuff. It's not the first time I've killed the build.
* Makefile.am: Made sure that help was in the SUBDIRS. I don't want to break the build again. :/
Tue Apr 9 11:43:08 2002 Jonathan Blandford <jrb@gnome.org>
* capplets/accessibility/keyboard/Makefile.am: Change gnome2-* to
gnome-*
* capplets/default-applications/Makefile.am: ditto
* capplets/file-types/Makefile.am: ditto
* capplets/font/Makefile.am: ditto
* capplets/keyboard/Makefile.am: ditto
* capplets/mouse/Makefile.am: ditto
* capplets/sound/Makefile.am: ditto
* capplets/theme-switcher/Makefile.am: ditto
* capplets/ui-properties/Makefile.am: ditto
* control-center/Makefile.am: ditto
* gnome-settings-daemon/Makefile.am: ditto
* gnome-keybinding-properties.c (setup_dialog): man, was this code
silly. Also, themes are case sensitive.
(is_metacity_running): Add support for metacity keybindings. This
is off by default until I write code to actually detect metacity.
Tue Apr 9 11:58:10 2002 Jonathan Blandford <jrb@gnome.org>
* Makefile.am: Add commented out disk support until I finish the code.
2002-03-28 jacob berkman <jacob@ximian.com>
* configure.in: add X libraries to link lines for things that make
X calls (since pango/gtk don't pull those in for us)
2002-03-26 jacob berkman <jacob@ximian.com>
* capplets/Makefile.am (always_built_SUBDIRS): remove screensaver
* capplets/screensaver/: remove as xscreensaver provides these
things
* configure.in: remove xscreensaver check again as xscreensaver
supplies the .desktop file for itself
(AC_OUTPUT): remove capplets/screensaver/Makefile
Sun Mar 17 16:30:48 2002 Jonathan Blandford <jrb@redhat.com>
* capplets/keybindings/gnome-keybinding-properties.c
(create_dialog): fix typo.
I'm never able to import new code w/o screwing something up. Sigh...
2002-02-27 Kjartan Maraas <kmaraas@gnome.org>
* root-manager/root-manager-helper.c: s/PACKAGE/GETTEXT_PACKAGE/g
* configure.in: Add missing AC_DEFINE_UNQUOTED so that GETTEXT_PACKAGE
ends up in config.h. Also s/PACKAGE/GETTEXT_PACKAGE/g
2002-02-23 Kjartan Maraas <kmaraas@gnome.org>
* capplets/default-applications/gnome-default-applications-properties.glade:
Remove translatable="yes" from icon labels. Remnant of a bug in
libglade-convert. (Thanks to James).
* capplets/file-types/file-types-properties.glade: Same
* capplets/keyboard/gnome-keyboard-properties.glade: Same
* capplets/mouse/gnome-mouse-properties.glade: Same.
* capplets/ui-properties/gnome2-ui-properties.glade: Same
* control-center/gnomecc.glade: Same
2002-02-05 jacob berkman <jacob@ximian.com>
* configure.in (GETTEXT_PACKAGE): change to be parallel
installable
* control-center2.png:
* Makefile.am (pixmap_DATA): rename to be parallel installable
2002-01-28 Seth Nickell <snickell@stanford.edu>
* control-center/capplet-dir.c: (capplet_new), (capplet_dir_new),
(capplet_dir_entry_destroy), (read_entries),
(get_root_capplet_dir):
* control-center/capplet-dir.h:
Read control center directory structure out of GnomeVFS instead of
directly off the disk.
Also deal with pixmaps more uniformly, and properly load them
out of PREFIX/share/pixmaps when they aren't an absolute path.
* capplets/desktop-links/Sawfish/appearance-properties.desktop.in:
* capplets/desktop-links/Sawfish/bindings-properties.desktop.in:
* capplets/desktop-links/Sawfish/focus-properties.desktop.in:
* capplets/desktop-links/Sawfish/match-properties.desktop.in:
* capplets/desktop-links/Sawfish/maximize-properties.desktop.in:
* capplets/desktop-links/Sawfish/meta-properties.desktop.in:
* capplets/desktop-links/Sawfish/misc-properties.desktop.in:
* capplets/desktop-links/Sawfish/move-properties.desktop.in:
* capplets/desktop-links/Sawfish/placement-properties.desktop.in:
* capplets/desktop-links/Sawfish/sound-properties.desktop.in:
* capplets/desktop-links/Sawfish/workspace-properties.desktop.in:
* capplets/ui-properties/behavior.desktop.in.in:
Add a Categories Field.
* capplets/desktop-links/Makefile.am:
* capplets/desktop-links/Sawfish/Makefile.am:
* capplets/file-types/Makefile.am:
* capplets/theme-switcher/Makefile.am:
* capplets/ui-properties/Makefile.am:
* control-center/Gnome.directory.in.in:
* control-center/Makefile.am:
Install directory files into PREFIX/share/gnome/vfolders, the standard
vfolder description location.