From cbc5809335a5a0f162adf87fd1d22d9d08aead84 Mon Sep 17 00:00:00 2001 From: Chris Lahey Date: Mon, 1 Feb 1999 20:49:11 +0000 Subject: [PATCH] Added a gnome-edit-properties capplet. --- ChangeLog | 20 ++++++++++++++++++++ capplets/Makefile.am | 2 +- configure.in | 1 + 3 files changed, 22 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5f62dc9c0..c2b10ec27 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +1999-02-01 Chris Lahey + + * capplets/gnome-edit-properties/gnome-edit-properties.desktop, + capplets/gnome-edit-properties/gnome-edit-properties.c, + capplets/gnome-edit-properties/Makefile.am, + capplets/gnome-edit-properties/.cvsignore: Added + gnome-edit-properties/ directory. This adds a capplet to set + which editor you wish to be invoked when you run the gnome-edit + application. + + * capplets/desktop-links/Environment.directory: Added this file. + This adds another category of capplet to the control-center. + + * capplets/desktop-links/Makefile.am (ccenterdir): Added + installation of Environment.directory. + + * capplets/Makefile.am (always_built_SUBDIRS): Added gnome-edit-properties. + + * configure.in: Added capplets/gnome-edit-properties/Makefile. + 1999-02-01 Elliot Lee * Revert session management changes until further discussion. diff --git a/capplets/Makefile.am b/capplets/Makefile.am index c1e741e9f..4860ed886 100644 --- a/capplets/Makefile.am +++ b/capplets/Makefile.am @@ -1,7 +1,7 @@ always_built_SUBDIRS = mouse-properties keyboard-properties \ desktop-links screensaver-properties background-properties \ theme-switcher e-conf sound-properties bell-properties \ - ui-properties url-properties + ui-properties url-properties gnome-edit-properties SUBDIRS = $(always_built_SUBDIRS) diff --git a/configure.in b/configure.in index 9e22f3fc6..56a001064 100644 --- a/configure.in +++ b/configure.in @@ -96,6 +96,7 @@ capplets/e-conf/Makefile capplets/theme-switcher/Makefile capplets/ui-properties/Makefile capplets/url-properties/Makefile +capplets/gnome-edit-properties/Makefile idl/Makefile intl/Makefile])