summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2000-07-13 23:10:07 +0000
committerDarin Adler <darin@src.gnome.org>2000-07-13 23:10:07 +0000
commitca9d580d3fb0b40edcb7dc192c077e4f8ff2a75c (patch)
tree5d7510e2779d6be24dc5b88c631bbf11704db9be
parenta6b35053e4bb5e2144c0b9e6ff4a554f61853f31 (diff)
downloadnautilus-ca9d580d3fb0b40edcb7dc192c077e4f8ff2a75c.tar.gz
Added an empty file to fix the build (required since Elliot added it to
* components/services/startup/lib/dummy.c: Added an empty file to fix the build (required since Elliot added it to the Makefile). * HACKING: Some tweaks. * TODO: Removed some done items. * src/Makefile.am: * src/file-manager/Makefile.am: Changed libntl-file-manager.la to libnautilus-file-manager.la.
-rw-r--r--ChangeLog21
-rw-r--r--HACKING7
-rw-r--r--TODO7
-rw-r--r--components/services/startup/lib/dummy.c0
-rw-r--r--src/Makefile.am2
-rw-r--r--src/file-manager/Makefile.am4
6 files changed, 22 insertions, 19 deletions
diff --git a/ChangeLog b/ChangeLog
index c1e35e071..32d37bcfb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,17 @@
+2000-07-13 Darin Adler <darin@eazel.com>
+
+ * components/services/startup/lib/dummy.c: Added an empty file to
+ fix the build (required since Elliot added it to the Makefile).
+
+ * HACKING: Some tweaks.
+ * TODO: Removed some done items.
+
+ * src/Makefile.am:
+ * src/file-manager/Makefile.am:
+ Changed libntl-file-manager.la to libnautilus-file-manager.la.
+
2000-07-13 Elliot Lee <sopwith@redhat.com>
+
* TODO: Fix typo
* components/rpmview/Makefile.am,
components/services/install/command-line/Makefile.am,
@@ -61,12 +74,10 @@
2000-07-13 Robey Pointer <robey@eazel.com>
- *
- components/services/trilobite/libtrilobite/trilobite-root-client.c:
+ * components/services/trilobite/libtrilobite/trilobite-root-client.c:
(trilobite_root_client_destroy):
* components/services/trilobite/sample/command-line/main.c: (main):
- *
- components/services/trilobite/sample/service/sample-service-impl.c:
+ * components/services/trilobite/sample/service/sample-service-impl.c:
(impl_Trilobite_Eazel_Sample_list_it):
Fix a few places where corba objects weren't released, so that the
@@ -75,7 +86,7 @@
2000-07-13 Robin * Slomkowski <rslomkow@eazel.com>
- * nautilus.spec.in: added arlo them
+ * nautilus.spec.in: added arlo theme
2000-07-13 Darin Adler <darin@eazel.com>
diff --git a/HACKING b/HACKING
index bb064fff2..f2970aa2b 100644
--- a/HACKING
+++ b/HACKING
@@ -27,6 +27,8 @@ Specifically, you will need to:
NOTE: more documentation is in docs/
+* All patches should go through nautilus-list@lists.eazel.com.
+
=================
2: Module Listing
=================
@@ -154,10 +156,7 @@ Then you want to remove the m4 file for any of the things you are building.
===============================
Also, you need to do a "killall oafd; killall gconfd" before
-running Nautilus if OAF, GConf, or any of the .oafinfo files
-in any module changed.
-
-* All patches should go through nautilus-list@lists.eazel.com.
+running Nautilus if OAF or GConf changed.
===============================
6: Using the leak checker
diff --git a/TODO b/TODO
index 7408db45d..0142c9cea 100644
--- a/TODO
+++ b/TODO
@@ -5,19 +5,12 @@ Infrastructure
. File manager - Virtual directories/files/actions
. Figure out how to provide clean and separate abstractions for data
transfer and presentation (views handle both right now).
-. Cache scaled pixbufs in nautilus-icon-factory
-
Components
----------
. Text, postscript, PDF
. Bookmark meta view (in addition to the bookmarks menu).
-Misc
-----
-Search for "XXX" or "TODO" in the source. Or "FIXME" which is the
-standard convention.
-
Documentation
---
. Documentation on how to write a Nautilus view.
diff --git a/components/services/startup/lib/dummy.c b/components/services/startup/lib/dummy.c
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/components/services/startup/lib/dummy.c
diff --git a/src/Makefile.am b/src/Makefile.am
index 537f1fd46..fb60962b4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -22,7 +22,7 @@ INCLUDES =\
$(NULL)
LDADD =\
- file-manager/libntl-file-manager.la \
+ $(top_builddir)/src/file-manager/libnautilus-file-manager.la \
$(top_builddir)/libnautilus/libnautilus.la \
$(top_builddir)/libnautilus-extensions/libnautilus-extensions.la \
$(top_builddir)/cut-n-paste-code/widgets/e-paned/libe-paned.la \
diff --git a/src/file-manager/Makefile.am b/src/file-manager/Makefile.am
index 0b75394a2..ce75cc716 100644
--- a/src/file-manager/Makefile.am
+++ b/src/file-manager/Makefile.am
@@ -1,6 +1,6 @@
NULL =
-noinst_LTLIBRARIES=libntl-file-manager.la
+noinst_LTLIBRARIES=libnautilus-file-manager.la
INCLUDES = \
-I$(top_srcdir) \
@@ -20,7 +20,7 @@ dfos_corba_srcs= \
GNOME_Desktop_FileOperationService-skels.c \
GNOME_Desktop_FileOperationService-common.c
-libntl_file_manager_la_SOURCES= \
+libnautilus_file_manager_la_SOURCES= \
$(dfos_corba_srcs) \
dfos-corba.c \
dfos-corba.h \