2004-04-19  Alexander Larsson  <alexl@redhat.com>

	* NEWS: 
	Update for 2.6.1

2004-04-16  Martin Wehner  <martin.wehner@epost.de>

	* src/file-manager/fm-list-view.c (key_press_callback):
	Make Shift+Enter and Shift+Space close window behind in
	the list view (closes #139324).

2004-04-16  Martin Wehner  <martin.wehner@epost.de>

	* src/file-manager/fm-tree-model.c (fm_tree_model_remove_root_uri):
	Disconnect changed handler on root node removal. Prevents a crash
	related to removable media in the treeview (#128219).

2004-04-14  Martin Wehner  <martin.wehner@epost.de>

	* src/nautilus-spatial-window.c (location_menu_item_activated_callback):
	* src/nautilus-window-manage-views.[ch] (nautilus_window_open_location):
	* src/nautilus-window.c (nautilus_window_go_to):
        Make shift/middle click close window behind (#137663).

2004-04-14  Alexander Larsson  <alexl@redhat.com>

	* src/nautilus-application.c (initialize_kde_trash_hack):
	Fix up kde trash hack to look in global config also.

2004-04-14  Soeren Sandmann Pedersen  <ssp@localhost.localdomain>

	* src/file-manager/fm-list-model.c (fm_list_model_get_value):
	Don't unref the icon when it is NULL

2004-04-12  Dave Camp  <dave@ximian.com>

	* components/emblem/Makefile.am: Added bonobo server file
	stuff to CLEANFILES.  Patch from Steve Chaplin
	<stevech1097@yahoo.com.au>

2004-04-12  Dave Camp  <dave@ximian.com>

	* libnautilus-private/nautilus-icon-dnd.c:
	(selection_is_image_file): Allow SVG files when dealing with 
	backgrounds.  Patch from Benjamin Keil.

2004-04-09  Dave Camp  <dave@ximian.com>

	* libnautilus-private/nautilus-directory-background.c:
	(nautilus_connect_desktop_background_to_file_metadata),
	(background_changed_callback),
	(nautilus_connect_background_to_file_metadata):
	* libnautilus-private/nautilus-directory-background.h:
	* libnautilus-private/nautilus-dnd.c:
	(nautilus_drag_drop_background_ask):
	* libnautilus-private/nautilus-dnd.h:
	* libnautilus-private/nautilus-icon-dnd.c:
	(get_background_drag_action):
	* src/file-manager/fm-icon-view.c: (fm_icon_view_begin_loading):
	By default set the background per-directory in spatial mode.
	* src/file-manager/fm-list-view.c: (fm_list_view_begin_loading):
	Take out background metadata stuff, we don't use an eelbackground
	here.

2004-04-09  Dave Camp  <dave@ximian.com>

	* src/nautilus-window-manage-views.c: (new_window_show_callback),
	(open_location): Use nautilus_window_close() to close the
	window, fixes #139072

2004-04-09  James Willcox  <jwillcox@gnome.org>

	* src/nautilus-spatial-window-ui.xml:  Add a *Shift*BackSpace keybinding
	for the UpCloseParent verb.  Fixes 139375.

2004-04-09  Guntupalli Karunakar  <karunakar@freedomink.org>

        * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.

2004-04-08  James Willcox  <jwillcox@gnome.org>

	* src/nautilus-navigation-window.c:
	(nautilus_navigation_window_show):
	* src/nautilus-spatial-window.c: (nautilus_spatial_window_show):
	* src/nautilus-window.c: (nautilus_window_show):

        Always show the status bar if the window is a spatial one.
	Fixes 138967.

2004-04-07  Alexander Larsson  <alexl@redhat.com>

	* libnautilus-private/nautilus-program-choosing.c:
	(nautilus_launch_show_file):
	Better error messages when launching fails.
	The error messages are re-used from other places due
	to the string freeze, so they aren't optimal.

2004-04-07  Alexander Larsson  <alexl@redhat.com>

	* src/nautilus-window-manage-views.c:
	(position_and_show_window_callback):
	* src/nautilus-window-private.h:
	* src/nautilus-window.c: (set_initial_window_geometry):
	Make min height/width smaller for spatial windows.

2004-04-07  Xan Lopez  <xan@gnome.org>

	* src/nautilus-bookmarks-window.c: (create_bookmarks_window),
	(bookmarks_delete_bookmark), (on_remove_button_clicked),
	(on_key_pressed), (repopulate):

        Allow delete key to remove bookmarks, fixes #136452

2004-04-07  Martin Wehner  <martin.wehner@epost.de>

	* src/file-manager/fm-directory-view.c (volume_or_drive_unmounted_callback):
        Interchange Eject & Unmount error dialog titles (#139260).

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

	* src/file-manager/nautilus-icon-view-ui.xml: Remove separator between
	manual and automatic layout menu items (fixes #110197).

2004-04-01  Dave Camp  <dave@ximian.com>

	* libnautilus-private/nautilus-icon-container.c: (keyboard_space),
	(key_press_event): Make Shift+Enter and Shift+Space close window 
	behind.

2004-04-01  Dave Camp  <dave@ximian.com>

	* src/nautilus-window.c: (nautilus_window_set_viewed_file):
	Monitor NAUTILUS_FILE_ATTRIBUTE_SLOW_MIME_TYPE.
	
2004-04-01  Dave Camp  <dave@ximian.com>

	* src/nautilus-spatial-window.c:
	(nautilus_spatial_window_set_location_button),
	(nautilus_spatial_window_instance_init): Add an down arrow to the
	location button in an attempt to make it look more like a 
	pulldown menu.

2004-04-01  Alexander Larsson  <alexl@redhat.com>

	* libnautilus-private/nautilus-icon-factory.c (load_icon_file):
	Fix thumbnail scaling typo.

2004-03-31  Dave Camp  <dave@ximian.com>

	* src/nautilus-location-dialog.c: (nautilus_location_dialog_new):
	Fill in the dialog with requesting window's location.

2004-03-31  Alexander Larsson  <alexl@redhat.com>

        Based on patch from Soeren Sandmann:
	
	* libnautilus-private/nautilus-file.c: (get_description):
	Only warn once per mimetype with no description.
	
	* libnautilus-private/nautilus-icon-factory.[ch]:
	Add force_size option to force the nominal size.
	
	* src/file-manager/fm-list-model.c:
	* src/file-manager/fm-tree-model.c:
	Use force_size to avoid constantly scaling things.

2004-03-31  Christian Rose  <menthos@menthos.com>

	* configure.in: Added "af" to ALL_LINGUAS.

2004-03-30  Dave Camp  <dave@ximian.com>

	* src/file-manager/fm-directory-view.c: (activate_weak_notify),
	(stop_activate), (activate_callback),
	(activation_drive_mounted_callback),
	(activate_activation_uri_ready_callback),
	(fm_directory_view_activate_file): Cancel an activation if the
	window/view goes away.

2004-03-30  Dave Camp  <dave@ximian.com>

	* src/file-manager/fm-directory-view.c: (activate_callback),
	(activate_activation_uri_ready_callback): Fix a couple
	of file/memory leaks.

2004-03-30  Alexander Larsson  <alexl@redhat.com>

	* src/file-manager/fm-properties-window.c:
	Ref window during permission callout (#123691)
	Collect file changes and apply after timeout, makes
	e.g. permission changes for many items faster.

2004-03-30  Alexander Larsson  <alexl@redhat.com>

	* libnautilus-private/nautilus-icon-container.c: (match_best_name),
	(select_matching_name), (handle_typeahead), (key_press_event):
	* src/file-manager/fm-list-view.c: (select_matching_name),
	(handle_typeahead), (key_press_callback):
	Fix non-ascii typeahead.

2004-03-30  Alexander Larsson  <alexl@redhat.com>

	* src/file-manager/fm-tree-view.c (create_tree):
	Use correct icon for filesystem.

2004-03-29  Dave Camp  <dave@ximian.com>

	* src/nautilus-application.c:
	(nautilus_application_present_spatial_window):
	* src/nautilus-application.h:
	* src/nautilus-shell.c: (open_window),
	(restore_one_window_callback):
	* src/nautilus-window-manage-views.c: (open_location): When 
	opening a spatial window for the first time, place it over the 
	parent window.

2004-03-26  Alexander Larsson  <alexl@redhat.com>

	* src/file-manager/fm-properties-window.c (get_target_file_for_original_file):
	Fix unref of volume/drive that we didn't ref.

2004-03-25  Alexander Larsson  <alexl@redhat.com>

	* configure.in:
	Require libgnomeui 2.6.0

2004-03-22  Alexander Larsson  <alexl@redhat.com>

	* configure.in:
	Bump version to 2.6.1 post releast

=== nautilus 2.6.0 ===