summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2001-11-01 01:24:25 +0000
committerDarin Adler <darin@src.gnome.org>2001-11-01 01:24:25 +0000
commit097991a9d017975f4a02871e419d97ed700eafd6 (patch)
treef08d2c9748e58bfc68e855b1069e4ad26ecd3752 /ChangeLog
parent2d5e846c73050bc36a2d04ef8c3f9339029071cb (diff)
downloadnautilus-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--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 348f58e4d..6b8eb5631 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.