diff options
author | Darin Adler <darin@src.gnome.org> | 2000-05-24 21:12:50 +0000 |
---|---|---|
committer | Darin Adler <darin@src.gnome.org> | 2000-05-24 21:12:50 +0000 |
commit | 3f2b83b1a010f20d7688444f2f1c5f82b34e9553 (patch) | |
tree | f9b384a77188676a5b3de014a8a3979f80b18f58 /HACKING | |
parent | 0409c2620ca12a06e676083b30f9ceec1871cbb8 (diff) | |
download | nautilus-3f2b83b1a010f20d7688444f2f1c5f82b34e9553.tar.gz |
Moved to make clear that popt must build first.
* HACKING: Moved to make clear that popt must build first.
* RENAMING: Added some new file renamings.
* src/nautilus-zoomable-frame-svr.c:
* src/nautilus.h: [removed]
* src/ntl-app.c:
* src/ntl-main.c:
* src/ntl-meta-view.c:
* src/ntl-types.h: [removed]
* src/ntl-uri-map.c:
* src/ntl-view-bonobo-control.c:
* src/ntl-view-bonobo-subdoc.c:
* src/ntl-view-frame-svr.c:
* src/ntl-view-nautilus.c:
* src/ntl-view-private.h:
* src/ntl-view.c:
* src/ntl-window-msgs.c:
* src/ntl-window-state.c:
* src/ntl-window.c:
Got rid of "nautilus.h" and "ntl-types.h".
* libnautilus/nautilus-undo-context.c:
(impl_Nautilus_Undo_Context__destroy),
(impl_Nautilus_Undo_Context__create),
(impl_Nautilus_Undo_Context__get_undo_manager),
(nautilus_undo_context_new), (nautilus_undo_context_initialize),
(destroy):
* libnautilus/nautilus-undo-manager.c:
(impl_Nautilus_Undo_Manager__destroy),
(impl_Nautilus_Undo_Manager__create),
(impl_Nautilus_Undo_Manager__append),
(impl_Nautilus_Undo_Manager__forget),
(impl_Nautilus_Undo_Manager__undo), (nautilus_undo_manager_new),
(nautilus_undo_manager_initialize),
(nautilus_undo_manager_initialize_class),
(nautilus_undo_manager_undo), (nautilus_undo_manager_redo),
(nautilus_undo_manager_add_transaction),
(nautilus_undo_manager_unregister_object),
(nautilus_undo_manager_can_undo), (nautilus_undo_manager_can_redo),
(destroy), (nautilus_undo_manager_enable_redo),
(nautilus_undo_manager_set_queue_depth), (free_undo_manager_list):
Various code cleanups. Specifically, get rid of unused
bonobo_object and rename gtk_object to bonobo_object.
Get rid of some yucky function pointer casts.
* src/ntl-app.c: (nautilus_app_init):
Got rid of bogus extra ref.
* libnautilus-extensions/nautilus-program-chooser.c:
(nautilus_program_chooser_new): Reindent part just to annoy John.
* libnautilus-extensions/nautilus-program-choosing.c:
(nautilus_launch_application): Newline at end of file (ugh).
* src/ntl-index-panel.c: (add_command_buttons): Format tweaking.
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,6 +16,7 @@ Nautilus currently requires the following modules from GNOME CVS module branch configure options ------ ------ ----------------- + popt: <need 1.5, but not from GNOME CVS, see below> glib: glib-1-2 gtk+: gtk-1-2 imlib: HEAD @@ -34,7 +35,6 @@ Nautilus currently requires the following modules from GNOME CVS gtkhtml: HEAD eog: HEAD --enable-oaf=yes xpdf: HEAD - popt: <need 1.5, but not from GNOME CVS, see below> Other modules for Red Hat users: |