nautilus/libnautilus-private
Mathieu Lacage af7bef76b8 Buddy: pavel. Fix bug 2422 and 4382.
2000-11-13  Mathieu Lacage  <mathieu@eazel.com>

	Buddy: pavel.
	Fix bug 2422 and 4382.

	* components/tree/nautilus-tree-view.c:
	(filtering_changed_callback),
	(collapse_time_callback): added. collapses opened folders when
	you leave the tree view.
	(nautilus_tree_view_drag_leave): make it call tree_view_drag_destroy
	(nautilus_tree_view_drag_motion): cleanup, make it call
	tree_view_drag_destroy_real
	(nautilus_tree_view_drag_drop): spaces.
	(nautilus_tree_view_drag_data_received): cleanup: make it call
	tree_view_drag_destroy.
	(nautilus_dump_info): cleanup.
	(expand_time_callback): cleanup.
	(nautilus_tree_view_expand_maybe_later): cleanup
	(nautilus_tree_view_collapse_all): cleanup.
	(nautilus_tree_view_receive_dropped_icons): make it collapse
	correctly.
	(nautilus_tree_view_prelight_stop): new function: clears prelighting.
	(nautilus_tree_view_drag_destroy): new function: destroys when drag finished.
	(nautilus_tree_view_drag_destroy_real): new function: destroys when drag begins.
	* docs/dnd.txt: add some thoughts.
	* libnautilus-extensions/nautilus-drag.c:
	(nautilus_drag_init): init new field.
	* libnautilus-extensions/nautilus-drag.h: add shared field to public structure.
2000-11-14 01:38:06 +00:00
..
.cvsignore Shh 2000-05-16 13:51:28 +00:00
Makefile.am buddy: John Sullivan <sullivan@eazel.com> 2000-11-10 00:43:23 +00:00
nautilus-background-canvas-group.c More background drawing speedups - this time mainly for the non-aa case. 2000-10-03 00:26:57 +00:00
nautilus-background-canvas-group.h Made the index panel use NautilusBackground. 2000-01-12 00:08:20 +00:00
nautilus-background.c Tuck id of desktop window in root so other apps can detect when Nautilus 2000-10-11 23:12:01 +00:00
nautilus-background.h More background drawing speedups - this time mainly for the non-aa case. 2000-10-03 00:26:57 +00:00
nautilus-bonobo-extensions.c small fix: replace NULL with CORBA_OBJECT_NIL add new test. 2000-11-07 00:13:03 +00:00
nautilus-bonobo-extensions.h Fixed 3568: Bonobo verbs and data leak when menus rebuilt 2000-10-23 18:43:04 +00:00
nautilus-bookmark.c Fixed bug bug 3264 (Tree view shows no branches for directories, 2000-09-26 00:52:22 +00:00
nautilus-bookmark.h Fixed bug 2218 (Duplicate items appear in history list) 2000-09-08 01:03:21 +00:00
nautilus-buffered-widget.c Remove a bunch of extraneous includes. 2000-10-25 04:56:36 +00:00
nautilus-buffered-widget.h Add unref/ref functions for gcs that take NULL. 2000-08-29 02:11:38 +00:00
nautilus-caption-table.c Fixed bug bug 3264 (Tree view shows no branches for directories, 2000-09-26 00:52:22 +00:00
nautilus-caption-table.h Cut over to HEAD of Bonobo. This check-in includes all the changes 2000-10-05 23:47:54 +00:00
nautilus-caption.c Fixed bug bug 3264 (Tree view shows no branches for directories, 2000-09-26 00:52:22 +00:00
nautilus-caption.h Cut over to HEAD of Bonobo. This check-in includes all the changes 2000-10-05 23:47:54 +00:00
nautilus-cdrom-extensions.h Fixed bug 1866, Turn volume mounting code into an object. 2000-08-02 22:04:26 +00:00
nautilus-ctree.c Expand margins around expander by 3 pixels on each side to make it easier 2000-11-13 13:18:43 +00:00
nautilus-ctree.h Fixed a glitch with prelighting and mousedown. 2000-09-14 01:50:07 +00:00
nautilus-customization-data.c made it use nautilus_image instead of gtk_pixmap so nice anti-aliased 2000-10-06 00:07:46 +00:00
nautilus-customization-data.h Fixed bug 2977, to remove anti-aliased text from the emblm menu 2000-09-14 03:46:57 +00:00
nautilus-dateedit-extensions.c Most of the work on 2369, to add the emblems to the search criteria. This 2000-08-30 21:00:13 +00:00
nautilus-dateedit-extensions.h Fixed bug 2071 to improve the date modified search criterion. Also, an 2000-08-26 05:57:29 +00:00
nautilus-debug.c Checking lots of little fixes to make the new RedHat 7.0 compiler work. 2000-09-29 23:38:11 +00:00
nautilus-debug.h Change include style from <libtrilobite/xxx.h> to "xxx.h" to fix the 2000-07-19 23:34:21 +00:00
nautilus-default-file-icon.c Added additional data to icons so they can specify where the 2000-03-15 00:31:49 +00:00
nautilus-default-file-icon.h Added additional data to icons so they can specify where the 2000-03-15 00:31:49 +00:00
nautilus-directory-async.c Fix bug 4305 (Nautilus can't find myplay.com (default bookmark) 2000-11-01 19:02:19 +00:00
nautilus-directory-background.c Change "file" back to "directory" because it was actually part of the 2000-10-12 21:58:06 +00:00
nautilus-directory-background.h Bye bye to directory metadata. (set_metadata_string_in_metafile): don't 2000-10-12 16:16:15 +00:00
nautilus-directory-metafile.c Do some routine housekeeping that will help make the future 2000-10-19 21:51:17 +00:00
nautilus-directory-metafile.h Do some routine housekeeping that will help make the future 2000-10-19 21:51:17 +00:00
nautilus-directory-notify.h Work in progress on saving drop locations during a copy/move operation. 2000-09-12 09:25:48 +00:00
nautilus-directory-private.h Believed fix to 4361 and possible progress on 4157. 2000-11-02 18:14:32 +00:00
nautilus-directory.c Fixed bug 4485 (":" as location caused odd error messages) 2000-11-09 01:08:47 +00:00
nautilus-directory.h New set of functions for manipulating a set of case-insensitive strings 2000-10-25 23:16:44 +00:00
nautilus-drag.c Buddy: pavel. Fix bug 2422 and 4382. 2000-11-14 01:38:06 +00:00
nautilus-drag.h Buddy: pavel. Fix bug 2422 and 4382. 2000-11-14 01:38:06 +00:00
nautilus-druid-page-eazel.c Fixed bug bug 3264 (Tree view shows no branches for directories, 2000-09-26 00:52:22 +00:00
nautilus-druid-page-eazel.h Change required versions. 2000-10-06 01:17:32 +00:00
nautilus-druid.c Fixed bug bug 3264 (Tree view shows no branches for directories, 2000-09-26 00:52:22 +00:00
nautilus-druid.h Change required versions. 2000-10-06 01:17:32 +00:00
nautilus-entry.c Remove the Undo command. 2000-10-11 23:19:59 +00:00
nautilus-entry.h fixed bug 2829, location bar should treat TAB like right arrow when 2000-09-12 00:40:50 +00:00
nautilus-file-attributes.h Some work towards reducing load_directory calls. 2000-10-24 20:24:35 +00:00
nautilus-file-changes-queue.c Storage leak fixes. Today I concentrated on leaks that happen 2000-09-23 01:21:29 +00:00
nautilus-file-changes-queue.h Work in progress on saving drop locations during a copy/move operation. 2000-09-12 09:25:48 +00:00
nautilus-file-operations-progress.c Fixed bug bug 3264 (Tree view shows no branches for directories, 2000-09-26 00:52:22 +00:00
nautilus-file-operations-progress.h add news from latest PR1 release. make dnd do real file operations from 2000-08-29 03:12:36 +00:00
nautilus-file-operations.c Tweak to match Nautilus coding style. 2000-11-07 19:26:37 +00:00
nautilus-file-operations.h Tweak to match Nautilus coding style. 2000-11-07 19:26:37 +00:00
nautilus-file-private.h Fix bug 4305 (Nautilus can't find myplay.com (default bookmark) 2000-11-01 19:02:19 +00:00
nautilus-file-utilities.c Fix for 4585. Crash saving updates.tgz file from server if it already 2000-11-07 08:21:51 +00:00
nautilus-file-utilities.h Fix for 4585. Crash saving updates.tgz file from server if it already 2000-11-07 08:21:51 +00:00
nautilus-file.c Expand margins around expander by 3 pixels on each side to make it easier 2000-11-13 13:18:43 +00:00
nautilus-file.h Expand margins around expander by 3 pixels on each side to make it easier 2000-11-13 13:18:43 +00:00
nautilus-font-factory.c Use gdk_fontset_load() instead of gdk_font_load() to make i18n work 2000-10-18 13:40:00 +00:00
nautilus-font-factory.h Task 667. Unhardcode font strings. 2000-06-02 20:34:43 +00:00
nautilus-font-picker.c Cut over to HEAD of Bonobo. This check-in includes all the changes 2000-10-05 23:47:54 +00:00
nautilus-font-picker.h Cut over to HEAD of Bonobo. This check-in includes all the changes 2000-10-05 23:47:54 +00:00
nautilus-gdk-extensions.c Fixed bug 3705, Bookmark icons do not appear in the menu item 2000-10-19 02:17:41 +00:00
nautilus-gdk-extensions.h Fixed bug 3705, Bookmark icons do not appear in the menu item 2000-10-19 02:17:41 +00:00
nautilus-gdk-pixbuf-extensions.c Fixed nautilus_gdk_pixbuf_load_async bug that would cause it to fail 2000-10-30 19:52:47 +00:00
nautilus-gdk-pixbuf-extensions.h Tuck id of desktop window in root so other apps can detect when Nautilus 2000-10-11 23:12:01 +00:00
nautilus-generous-bin.c Another cut on the desktop. Way closer. 2000-05-31 19:21:04 +00:00
nautilus-generous-bin.h Another cut on the desktop. Way closer. 2000-05-31 19:21:04 +00:00
nautilus-glib-extensions.c New set of functions for manipulating a set of case-insensitive strings 2000-10-25 23:16:44 +00:00
nautilus-glib-extensions.h New set of functions for manipulating a set of case-insensitive strings 2000-10-25 23:16:44 +00:00
nautilus-global-preferences.c Renamed "directory" to "folder 2000-11-13 23:32:16 +00:00
nautilus-global-preferences.h Expand margins around expander by 3 pixels on each side to make it easier 2000-11-13 13:18:43 +00:00
nautilus-gnome-extensions.c Fixed bugzilla.eazel.com bugs 4051 (applications which require 2000-11-12 05:28:41 +00:00
nautilus-gnome-extensions.h Fixed bugzilla.eazel.com bugs 4051 (applications which require 2000-11-12 05:28:41 +00:00
nautilus-graphic-effects.c implemented Arlo's new design for icon selection highlighting. It's still 2000-09-23 01:59:28 +00:00
nautilus-graphic-effects.h implemented Arlo's new design for icon selection highlighting. It's still 2000-09-23 01:59:28 +00:00
nautilus-gtk-extensions.c Fix bug 2571: action not computed corected for dnd in list view. Also, the 2000-10-26 08:04:05 +00:00
nautilus-gtk-extensions.h Fix bug 2571: action not computed corected for dnd in list view. Also, the 2000-10-26 08:04:05 +00:00
nautilus-gtk-macros.h Getting closer to an implementation of the shared trash. Did a bit 2000-08-15 21:55:12 +00:00
nautilus-horizontal-splitter.c Fixed bug 3420: "Show Sidebar" can leave sidebar at zero width 2000-10-03 15:57:31 +00:00
nautilus-horizontal-splitter.h Fixed bug 3420: "Show Sidebar" can leave sidebar at zero width 2000-10-03 15:57:31 +00:00
nautilus-icon-canvas-item.c fixed bug 4192, strange feedback while stretching icons, by using libart 2000-11-03 22:26:11 +00:00
nautilus-icon-canvas-item.h Fixed bug 640 (icon cache never frees images (awaiting GdkPixbuf 2000-09-20 00:44:07 +00:00
nautilus-icon-container.c Fixed bug 3057, Icon renaming state can get broken by clicking in location 2000-11-11 00:00:34 +00:00
nautilus-icon-container.h Folder renaming now starts when the icon is added rather than at some 2000-10-27 00:52:15 +00:00
nautilus-icon-dnd.c Fixed bug 3776, Crash when trying to drag URL .desktop file to desktop 2000-11-09 21:25:09 +00:00
nautilus-icon-dnd.h Got rid of the crufty old way drag&drop motion used to handle updating the 2000-06-29 08:07:58 +00:00
nautilus-icon-factory-private.h made thumbnailing work remotely for all images, by treating small remote 2000-10-31 06:09:18 +00:00
nautilus-icon-factory.c added a new "loading thumbnail" icon from Susan 2000-11-01 02:25:26 +00:00
nautilus-icon-factory.h Fixed bug 640 (icon cache never frees images (awaiting GdkPixbuf 2000-09-20 00:44:07 +00:00
nautilus-icon-private.h Folder renaming now starts when the icon is added rather than at some 2000-10-27 00:52:15 +00:00
nautilus-icon-text-item.c Fixed bug 3057, Icon renaming state can get broken by clicking in location 2000-11-11 00:00:34 +00:00
nautilus-icon-text-item.h libnautilus-extensions/nautilus-icon-text-item.c 2000-04-29 00:46:41 +00:00
nautilus-image.c Change '=+' to the more common '+=' when adding integers. 2000-11-01 17:54:50 +00:00
nautilus-image.h Removed. It was a bad try. Stuff is now in eazel-services-extensions.h. 2000-10-25 15:39:39 +00:00
nautilus-iso9660.h Fixed bug 1866, Turn volume mounting code into an object. 2000-08-02 22:04:26 +00:00
nautilus-keep-last-vertical-box.c Fixed bug bug 3264 (Tree view shows no branches for directories, 2000-09-26 00:52:22 +00:00
nautilus-keep-last-vertical-box.h Finished task 598 (Command button layout should account 2000-05-19 02:24:39 +00:00
nautilus-label.c made nautilus_label interpret a wrap width of -1 to mean "use all of the 2000-10-30 08:01:26 +00:00
nautilus-label.h Removed. It was a bad try. Stuff is now in eazel-services-extensions.h. 2000-10-25 15:39:39 +00:00
nautilus-lib-self-check-functions.c Leak-checking-related fixes. 2000-06-08 01:25:16 +00:00
nautilus-lib-self-check-functions.h fixed build problem where someone apparently deleted nautilus-queue 2000-09-19 07:35:20 +00:00
nautilus-link-set.c Do some routine housekeeping that will help make the future 2000-10-19 21:51:17 +00:00
nautilus-link-set.h made it reload the appropriate window after installing or removing a link 2000-06-12 23:18:52 +00:00
nautilus-link.c Fixed bug 3805, Nautilus tries to parse text files on the desktop as XML. 2000-10-20 21:25:07 +00:00
nautilus-link.h Fixed bugs in Nautilus link management, some other minor problems 2000-09-13 18:13:56 +00:00
nautilus-list-column-title.c Work on 2036 - drawing glitches in ListView. 2000-10-03 20:54:42 +00:00
nautilus-list-column-title.h First pass on making list column resizing live. 2000-03-17 04:46:16 +00:00
nautilus-list.c Hopefully, fix bug 4055 for true. make it work with multiple successive 2000-11-04 00:06:02 +00:00
nautilus-list.h Fix bug 2571: action not computed corected for dnd in list view. Also, the 2000-10-26 08:04:05 +00:00
nautilus-merged-directory.c Use nautilus_file_get_existing', not nautilus_file_get', to check if a 2000-10-12 06:44:26 +00:00
nautilus-merged-directory.h Finished task 571 (Make a Trash "virtual directory" with trash 2000-08-22 02:11:45 +00:00
nautilus-metadata.h Bye bye to directory metadata. (set_metadata_string_in_metafile): don't 2000-10-12 16:16:15 +00:00
nautilus-mime-actions.c buddy: John Sullivan <sullivan@eazel.com> 2000-11-10 00:43:23 +00:00
nautilus-mime-actions.h Worked on getting rid of wait_until_ready. 2000-11-08 01:11:33 +00:00
nautilus-password-dialog.c Backport PR2 changes (fix NULL string check in trilobite, and finish 2000-11-07 02:31:10 +00:00
nautilus-password-dialog.h Fixed bug 1247 ("Edit Novice Settings" menu item 2000-09-05 19:39:30 +00:00
nautilus-preference.c Fix more storage leaks. 2000-09-27 00:07:33 +00:00
nautilus-preference.h Fixed bug 1247 ("Edit Novice Settings" menu item 2000-09-05 19:39:30 +00:00
nautilus-preferences-box.c Fixed bug bug 3264 (Tree view shows no branches for directories, 2000-09-26 00:52:22 +00:00
nautilus-preferences-box.h Fixed bug 1247 ("Edit Novice Settings" menu item 2000-09-05 19:39:30 +00:00
nautilus-preferences-dialog.c Expand margins around expander by 3 pixels on each side to make it easier 2000-11-13 13:18:43 +00:00
nautilus-preferences-dialog.h Fixed bug 1247 ("Edit Novice Settings" menu item 2000-09-05 19:39:30 +00:00
nautilus-preferences-group.c Fixed bug bug 3264 (Tree view shows no branches for directories, 2000-09-26 00:52:22 +00:00
nautilus-preferences-group.h Cut over to HEAD of Bonobo. This check-in includes all the changes 2000-10-05 23:47:54 +00:00
nautilus-preferences-item.c Remove the fixed font from the list of available fonts. Its a bad one to 2000-10-18 16:11:18 +00:00
nautilus-preferences-item.h Cut over to HEAD of Bonobo. This check-in includes all the changes 2000-10-05 23:47:54 +00:00
nautilus-preferences-pane.c Fixed bug bug 3264 (Tree view shows no branches for directories, 2000-09-26 00:52:22 +00:00
nautilus-preferences-pane.h Fixed bug 1247 ("Edit Novice Settings" menu item 2000-09-05 19:39:30 +00:00
nautilus-preferences-private.h Update for GConf HEAD (0.9) 2000-10-03 12:55:56 +00:00
nautilus-preferences.c Update for GConf HEAD (0.9) 2000-10-03 12:55:56 +00:00
nautilus-preferences.h Fixed bug 640 (icon cache never frees images (awaiting GdkPixbuf 2000-09-20 00:44:07 +00:00
nautilus-program-chooser.c Fixed bugzilla.eazel.com bugs 4051 (applications which require 2000-11-12 05:28:41 +00:00
nautilus-program-chooser.h Finished task 1044 (Make "Open With Other" behave sensibly 2000-06-14 00:36:44 +00:00
nautilus-program-choosing.c Remove stray printf. 2000-11-13 17:43:59 +00:00
nautilus-program-choosing.h Fixed bugzilla.eazel.com bugs 4051 (applications which require 2000-11-12 05:28:41 +00:00
nautilus-radio-button-group.c Fixed bug bug 3264 (Tree view shows no branches for directories, 2000-09-26 00:52:22 +00:00
nautilus-radio-button-group.h Cut over to HEAD of Bonobo. This check-in includes all the changes 2000-10-05 23:47:54 +00:00
nautilus-scalable-font.c Add new function to only measure a string without doing all the rendering 2000-10-18 16:03:28 +00:00
nautilus-scalable-font.h Add function to create a GdkPixbuf from a string. Also fixed a debuggin 2000-09-07 16:27:41 +00:00
nautilus-search-uri.c Clean up some of the "human" strings for search uris, mostly so the 2000-11-02 12:08:24 +00:00
nautilus-search-uri.h Removed some special-case file names that aren't needed any more. 2000-09-05 22:56:38 +00:00
nautilus-self-checks.c Checking lots of little fixes to make the new RedHat 7.0 compiler work. 2000-09-29 23:38:11 +00:00
nautilus-self-checks.h Redid drag code so that it will work if there are multiple windows 2000-01-25 23:49:39 +00:00
nautilus-sound.c fixed bug 3493, sound previews don't stop playing, by amending the logic 2000-10-06 19:47:41 +00:00
nautilus-sound.h implemented sound process management using gconf to store the process ID 2000-10-03 07:31:50 +00:00
nautilus-stock-dialogs.c Made timed-wait dialog remember the dialog. Was being triggered during a 2000-10-22 21:21:43 +00:00
nautilus-stock-dialogs.h Fixed bug 3231, which crashed nautilus when file dialogs were closed 2000-09-28 21:38:36 +00:00
nautilus-string-list.c Got leaks in "nautilus --check" down to 0. 2000-09-26 19:07:45 +00:00
nautilus-string-list.h Add support for case insensitive string lists. 2000-08-21 16:35:03 +00:00
nautilus-string-map.c Remove a FIXME (bug 2442) which i already fixed. 2000-08-29 22:11:45 +00:00
nautilus-string-map.h Add support for case insensitive string lists. 2000-08-21 16:35:03 +00:00
nautilus-string-picker.c Fixed bug bug 3264 (Tree view shows no branches for directories, 2000-09-26 00:52:22 +00:00
nautilus-string-picker.h Fixed bug 1247 ("Edit Novice Settings" menu item 2000-09-05 19:39:30 +00:00
nautilus-string.c Saw the Tinderbox broken, so I just had to fix it. Also, I 2000-10-03 06:33:41 +00:00
nautilus-string.h More work on whittling the state machine down to size. 2000-10-03 02:02:10 +00:00
nautilus-tabs.c lots of layout tweaks to please Arlo; it's still not finished yet since I 2000-10-25 01:20:18 +00:00
nautilus-tabs.h added image-based tabs to the summary view. Also, fixed problem where the 2000-10-23 06:14:37 +00:00
nautilus-text-caption.c Fixed bug bug 3264 (Tree view shows no branches for directories, 2000-09-26 00:52:22 +00:00
nautilus-text-caption.h Fixed bug 1247 ("Edit Novice Settings" menu item 2000-09-05 19:39:30 +00:00
nautilus-theme.c Do some routine housekeeping that will help make the future 2000-10-19 21:51:17 +00:00
nautilus-theme.h re-organized the code to add the ability to request image paths from 2000-10-08 06:23:59 +00:00
nautilus-thumbnails.c made thumbnailing work remotely for all images, by treating small remote 2000-10-31 06:09:18 +00:00
nautilus-thumbnails.h Fixed bug 640 (icon cache never frees images (awaiting GdkPixbuf 2000-09-20 00:44:07 +00:00
nautilus-trash-directory.c Last part of fix to 2989 - Disk thrashing on Nautilus startup. When 2000-10-24 02:22:31 +00:00
nautilus-trash-directory.h Finished task 571 (Make a Trash "virtual directory" with trash 2000-08-22 02:11:45 +00:00
nautilus-undo-context.c Bonobo objects own themselves, so we should not do a ref/sink on them. 2000-09-28 17:18:12 +00:00
nautilus-undo-context.h The main change here is revamping the undo manager. 2000-06-07 02:47:10 +00:00
nautilus-undo-manager.c Cut over to HEAD of Bonobo. This check-in includes all the changes 2000-10-05 23:47:54 +00:00
nautilus-undo-manager.h Cut over to HEAD of Bonobo. This check-in includes all the changes 2000-10-05 23:47:54 +00:00
nautilus-undo-signal-handlers.c Use calls by new names. 2000-10-18 21:43:35 +00:00
nautilus-undo-signal-handlers.h Add newline to the end of the file to quiet gcc-2.96 warnings. 2000-09-23 10:13:58 +00:00
nautilus-user-level-manager.c Fix bug 3998 (Move to Trash crashes Nautilus if item with that 2000-10-26 18:58:58 +00:00
nautilus-user-level-manager.h Fixed bug 1779 ("Customize Hacker Settings" doesn't match 2000-09-15 17:19:54 +00:00
nautilus-vfs-directory.c Use nautilus_file_get_existing', not nautilus_file_get', to check if a 2000-10-12 06:44:26 +00:00
nautilus-vfs-directory.h More prep work for the trash directory. 2000-08-14 23:45:21 +00:00
nautilus-view-identifier.c More work on whittling the state machine down to size. 2000-10-03 02:02:10 +00:00
nautilus-view-identifier.h More work on whittling the state machine down to size. 2000-10-03 02:02:10 +00:00
nautilus-volume-monitor.c Fixed bug 4700, ejecting an audio cd kills Nautilus 2000-11-14 01:26:49 +00:00
nautilus-volume-monitor.h Fixed bug 2450, We don't detect zip drives, etc. 2000-09-17 01:24:57 +00:00
nautilus-xml-extensions.c Do some routine housekeeping that will help make the future 2000-10-19 21:51:17 +00:00
nautilus-xml-extensions.h Do some routine housekeeping that will help make the future 2000-10-19 21:51:17 +00:00
README Fix the email for bitching. 1997-01-02 08:07:05 +00:00

README for nautilus/libnautilus-extensions

This library, libnautilus-extensions, is totally private to nautilus.

If you are writing a nautilus component, you should not use this
library or link with it in any way.

Soon, libnautilus-extensions will be renamed to nautilus-internals to
emphasize the fact that this is code that is internal to nautilus and 
not available for public consumption.

If you think that there is something interesting in this library that
you would like to use in a third party component, please send mail to
the nautilus mailing list at:

nautilus-list@lists.eazel.com