Added a gnome-edit-properties capplet.
This commit is contained in:
parent
6b8874144c
commit
cbc5809335
3 changed files with 22 additions and 1 deletions
20
ChangeLog
20
ChangeLog
|
@ -1,3 +1,23 @@
|
||||||
|
1999-02-01 Chris Lahey <clahey@umich.edu>
|
||||||
|
|
||||||
|
* 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 <sopwith@redhat.com>
|
1999-02-01 Elliot Lee <sopwith@redhat.com>
|
||||||
|
|
||||||
* Revert session management changes until further discussion.
|
* Revert session management changes until further discussion.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
always_built_SUBDIRS = mouse-properties keyboard-properties \
|
always_built_SUBDIRS = mouse-properties keyboard-properties \
|
||||||
desktop-links screensaver-properties background-properties \
|
desktop-links screensaver-properties background-properties \
|
||||||
theme-switcher e-conf sound-properties bell-properties \
|
theme-switcher e-conf sound-properties bell-properties \
|
||||||
ui-properties url-properties
|
ui-properties url-properties gnome-edit-properties
|
||||||
|
|
||||||
SUBDIRS = $(always_built_SUBDIRS)
|
SUBDIRS = $(always_built_SUBDIRS)
|
||||||
|
|
||||||
|
|
|
@ -96,6 +96,7 @@ capplets/e-conf/Makefile
|
||||||
capplets/theme-switcher/Makefile
|
capplets/theme-switcher/Makefile
|
||||||
capplets/ui-properties/Makefile
|
capplets/ui-properties/Makefile
|
||||||
capplets/url-properties/Makefile
|
capplets/url-properties/Makefile
|
||||||
|
capplets/gnome-edit-properties/Makefile
|
||||||
idl/Makefile
|
idl/Makefile
|
||||||
intl/Makefile])
|
intl/Makefile])
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue