=== nautilus 2.14.3 ===

2006-08-01  Martin Wehner  <martin.wehner@gmail.com>

	* NEWS:
	Update for release

	* configure.in:
	Require eel 2.14.3 and bump version.

2006-08-01  Martin Wehner  <martin.wehner@gmail.com>

	* libnautilus-private/nautilus-search-engine-beagle.c:
	(nautilus_search_engine_beagle_new): Check whether daemon is
	running as beagle_client_new doesn't fail when a stale socket
	file exists.

	Patch from Jürg Billeter <j@bitron.ch>

2006-08-01  Martin Wehner  <martin.wehner@gmail.com>

	* src/file-manager/fm-icon-container.c (fm_icon_container_get_icon_images):
	Only pass TRUE for embedding_text if we actually read a top-left text.
	Based on patch from Rene Hausleitner (#335435)

2006-05-17  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>

	* nautilus-folder-handler.desktop.in: Add i18n.
	* po/POTFILES.in: Add new file.

2006-05-09  Martin Wehner  <martin.wehner@gmail.com>

	* src/nautilus-window-manage-views.c:
	(got_file_info_for_view_selection_callback):
	Re-set viewed_file after a location change failed. Prevents
	crashing over an assertion in viewed_file_changed_callback
	on slow filesystems. Fixes #339965.

2006-05-08  Federico Mena Quintero  <federico@novell.com>

	Merged from HEAD:

	* libnautilus-private/nautilus-file-operations.c
	(handle_transfer_ok): Don't special-case the first 0 bytes of the
	file in the case of reporting actual copy/move progress.  It is
	fine to update both the labels and the sizes every time.  Fixes
	http://bugzilla.gnome.org/show_bug.cgi?id=341064
	https://bugzilla.novell.com/show_bug.cgi?id=66073

2006-05-04  Christian Neumair  <chris@gnome-de.org>

	* src/nautilus-navigation-action.c:
	(nautilus_navigation_action_class_init), (disconnect_proxy):
	Disconnect signal handlers registered when connecting proxies.

2006-04-26  Christian Neumair  <chris@gnome-de.org>

	* libnautilus-private/nautilus-file.c:
	(nautilus_file_denies_access_permission),
	(nautilus_file_can_get_permissions),
	(nautilus_file_can_set_permissions):
	If no ACCESS file info field is available, pretend to have full
	access. If no PERMISSIONS field is available, pretend to have full
	permission control.

2006-04-26  Alexander Larsson  <alexl@redhat.com>

	* libnautilus-private/nautilus-icon-canvas-item.c:
	Fix width of text selection in text-below-icons mode.
	(it was to wide.)
	
2006-04-25  Christian Neumair  <chris@gnome-de.org>

	* configure.in: 
	Require gnome-vfs 2.14.2, gnome_vfs_volume_compare fixes.

	* src/file-manager/fm-tree-view.c: (create_tree):
	Use gnome_vfs_volume_compare to sort volumes from the volume monitor.

2006-04-18  Alexander Larsson  <alexl@redhat.com>

	* libnautilus-private/nautilus-file-attributes.h:
	* libnautilus-private/nautilus-directory-async.c:
	* libnautilus-private/nautilus-directory-private.h:
	* libnautilus-private/nautilus-file-private.h:
	* libnautilus-private/nautilus-file.c:
	* libnautilus-private/nautilus-file.h:
	Add  LARGE_TOP_LEFT_TEXT attribute and change the text size for
	the normal top-left text to 10x5.
	Add need_large argument to nautilus_file_peek_top_left_text and
	nautilus_extract_top_left_text.
	
	* libnautilus-private/nautilus-icon-canvas-item.[ch]
	Make details an instance-private instead of allocating separately.
	Add _set_is_visible() and only keep PangoLayouts cached for
	visible icons.
	
	* libnautilus-private/nautilus-icon-container.[ch]:
	* src/file-manager/fm-icon-container.c:
	Monitor large embedded text for larger icons.
	Call nautilus_icon_canvas_item_set_is_visible as needed.
	
	* libnautilus-private/nautilus-icon-factory.[ch]:
	Limit never-free recently used cache to 20 items.
	Free other unused cache items after a 100 sec.

2006-04-15  Martin Wehner  <martin.wehner@gmail.com>

	* po/LINGUAS:
	Remove newlines to fix build with CVS intltool. (#338423) 

2006-04-15  Martin Wehner  <martin.wehner@gmail.com>

	* src/nautilus-places-sidebar.c: (remove_selected_bookmarks):
	Don't delete the first bookmark if pressing del key on an
	undeletable item. Fixes #338377.

2006-04-14  Martin Wehner  <martin.wehner@gmail.com>

	* src/nautilus-spatial-window.c: (action_add_bookmark_callback):
	Don't add location bookmark for desktop windows. Fixes #334860.

	Patch from Christian Neumair <chris@gnome-de.org>

2006-04-11  Martin Wehner  <martin.wehner@gmail.com>

	* configure.in:
	Post-release version bump.