diff options
author | Darin Adler <darin@src.gnome.org> | 2000-03-16 00:31:18 +0000 |
---|---|---|
committer | Darin Adler <darin@src.gnome.org> | 2000-03-16 00:31:18 +0000 |
commit | ee495dba40dd0ed54440d54816024e1fe94e861f (patch) | |
tree | 8143a609d5b8956dd698e8147d37117fd6ea4891 /HACKING | |
parent | 4df4c1e1ea73d38e226517ea14f7a74cc0517a98 (diff) | |
download | nautilus-ee495dba40dd0ed54440d54816024e1fe94e861f.tar.gz |
Tell people about the gnome-xml branch.
* HACKING: Tell people about the gnome-xml branch.
* libnautilus/Makefile.am:
* libnautilus/gnome-icon-container-grid.c:
* libnautilus/gnome-icon-container-grid.h:
* libnautilus/gnome-icon-container-private.h:
* libnautilus/gnome-icon-container.c:
Broke out the grid code from the main container code.
This is a first step toward improving the layout code.
* libnautilus/nautilus-directory-private.h:
* libnautilus/nautilus-directory.c:
* libnautilus/nautilus-directory.h:
* src/fm-directory-view.c:
Got started on making the directory I/O async.
There's still a long way to go, this was a baby step.
* libnautilus/nautilus-bookmark.c:
* libnautilus/nautilus-bookmark.h:
* libnautilus/nautilus-self-checks.c:
General cleanup.
* libnautilus/nautilus-file.h:
Rearranged a little bit.
* libnautilus/nautilus-file-utilities.c:
Put FIXME in where there's code that needs to be changed.
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -15,9 +15,8 @@ Nautilus currently requires the following modules (built in the given order): glib: glib-1-2 gtk+: gtk-1-2 gnome-libs: gnome-libs-1-0 - libglade: HEAD -gnome-xml: HEAD +gnome-xml: LIB_XML_1_X ORBit: HEAD bonobo: HEAD gnome-vfs: HEAD |