diff options
author | Darin Adler <darin@src.gnome.org> | 2001-11-01 01:24:25 +0000 |
---|---|---|
committer | Darin Adler <darin@src.gnome.org> | 2001-11-01 01:24:25 +0000 |
commit | 097991a9d017975f4a02871e419d97ed700eafd6 (patch) | |
tree | f08d2c9748e58bfc68e855b1069e4ad26ecd3752 /ChangeLog | |
parent | 2d5e846c73050bc36a2d04ef8c3f9339029071cb (diff) | |
download | nautilus-097991a9d017975f4a02871e419d97ed700eafd6.tar.gz |
Removed nautilus-config and nautilusConf.sh stuff. Get rid of applets,
* configure.in:
* Makefile.am:
Removed nautilus-config and nautilusConf.sh stuff.
Get rid of applets, helper-scripts, and helper-utilities.
Compile user-guide, help, and omf-install.
* applets/
* helper-scripts/
* helper-utilities/
Removed.
* src/Nautilus_shell.oaf.in: Renamed to .server.in.
* src/.cvsignore: Ignore the new .server.
* src/nautilus-view-frame.c: Add missing include.
* src/nautilus-window.c: (nautilus_window_allow_stop):
Put code in #if GNOME2_CONVERSION_COMPLETE.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,5 +1,26 @@ 2001-10-31 Darin Adler <darin@bentspoon.com> + * configure.in: + * Makefile.am: + Removed nautilus-config and nautilusConf.sh stuff. + Get rid of applets, helper-scripts, and helper-utilities. + Compile user-guide, help, and omf-install. + + * applets/ + * helper-scripts/ + * helper-utilities/ + Removed. + + * src/Nautilus_shell.oaf.in: Renamed to .server.in. + * src/.cvsignore: Ignore the new .server. + + * src/nautilus-view-frame.c: Add missing include. + + * src/nautilus-window.c: (nautilus_window_allow_stop): + Put code in #if GNOME2_CONVERSION_COMPLETE. + +2001-10-31 Darin Adler <darin@bentspoon.com> + * README: Try to be kinda up to date. * configure.in: Fix dependencies. I removed too many last time so idl compiles all failed. |