2005-03-01 Alexander Larsson * data/applications.desktop.in: * data/favorites.desktop.in: Remove old files. * docs/Makefile.am (EXTRA_DIST): Remove nautilus-context-menus.txt from makefile * NEWS: Update for release 2005-02-27 Martin Wehner * src/file-manager/fm-list-view.c: (create_and_set_up_tree_view): Make the backspace key open the parent folder in the list view like it does in the icon view. (#142891) Patch from Christian Neumair 2005-02-27 Martin Wehner * libnautilus-private/nautilus-desktop-link.c: (nautilus_desktop_link_can_rename): Make Computer icon renameable. (#154122) Patch from Tim Savannah 2005-02-27 Martin Wehner * libnautilus-private/nautilus-file-operations-progress.c: (time_remaining_callback): Don't show ETA if bytes_copied > bytes_total. Prevents miscalculated ETAs from being shown. (#158614) Based on a patch from John Spray 2005-02-24 Alexander Larsson * src/file-manager/fm-properties-window.c: Make show_original work (had a typo) Make where use original file, not target. Fixes location display for desktop icons. 2005-02-24 Alexander Larsson * src/file-manager/fm-properties-window.c: deep count on target files, not original files. Fixes properties for e.g. home icon on desktop. Patch from Jaap Haitsma 2005-02-23 Alexander Larsson * docs/nautilus-context-menus.txt: Remove old docs. 2005-02-22 Alexander Larsson * libnautilus-private/nautilus-desktop-icon-file.c: * libnautilus-private/nautilus-file-operations.c: (nautilus_file_operations_delete): * libnautilus-private/nautilus-file.c: (nautilus_file_can_rename), (rename_guts), (nautilus_file_get_drop_target_uri): * src/file-manager/fm-desktop-icon-view.c: (trash_link_is_selection): * src/file-manager/fm-icon-container.c: (get_sort_category): * src/file-manager/fm-properties-window.c: (get_target_file_for_original_file): Handle nautilus_desktop_icon_file_get_link() returning NULL. Likely fixes bug #145971 2005-02-22 Alexander Larsson * src/file-manager/fm-properties-window.c: (should_show_mime_type): Remove stale comment. Patch from Jaap Haitsma 2005-02-22 Alexander Larsson * src/nautilus-application.c: (end_startup_notification): Don't give critical warnings if we have no startup_id. * src/nautilus-window.c: (nautilus_window_update_icon): Use names and not pixbufs for the window icons. This means the icons of the best size are used. Patch from Jaap Haitsma 2005-02-22 Alexander Larsson * src/nautilus-application.c: (create_window): * src/nautilus-window-private.h: * src/nautilus-window.c: (nautilus_window_init), (nautilus_window_finalize): Remove unneeded startup_id. 2005-02-22 Martin Wehner * MAINTAINERS: Update my email address. 2005-02-21 Martin Wehner * src/file-manager/fm-desktop-icon-view.c: (fm_desktop_icon_view_supports_uri): Use EEL_DESKTOP_URI instead of "x-nautilus-desktop:". Patch from Jaap Haitsma 2005-02-18 Paolo Borelli * libnautilus-private/nautilus-icon-container.c (popup-menu): fix #136578 (Menu key should pop up context menu). 2005-02-18 Alexander Larsson * src/file-manager/fm-properties-window.c (should_show_open_with): Don't show open with property page for desktop files and desktop special icons. 2005-02-17 Martin Wehner * src/nautilus-navigation-window-menus.c: (add_bookmark_for_current_location): Only add a bookmark once for a given location. Fixes #161862. Patch from egeetha@novell.com 2005-02-15 Alexander Larsson * src/nautilus-application.c: * src/nautilus-shell.c: Fixes to the startup notification stuff. Patch from Elijah Newren 2005-02-14 Alexander Larsson * data/applications.desktop.in: * data/favorites.desktop.in: * src/network-scheme.desktop.in: * nautilus-computer.desktop.in: * nautilus-folder-handler.desktop.in: * nautilus-home.desktop.in: * nautilus.desktop.in: Enable startup notification. * src/nautilus-application.c: * src/nautilus-application.h: * src/nautilus-bookmarks-window.c: * src/nautilus-connect-server-dialog-nonmain.c: * src/nautilus-location-bar.c: * src/nautilus-main.c: * src/nautilus-navigation-window-menus.c: * src/nautilus-shell-interface.idl: * src/nautilus-shell.c: * src/nautilus-window-manage-views.c: * src/nautilus-window-private.h: * src/nautilus-window.c: Handle startup notification across corba activation. Patch from Elijah Newren 2005-02-11 Alexander Larsson * src/file-manager/fm-tree-model.c: Don't do any i/o on tree roots until they are opened. This means you don't get any auth dialogs. Removed the monitor on the root file totally, as that should not normally change/go away anyway (and it was doing i/o). This changes semantics in the file a bit, we now have a dummy row also if node->directory != NULL and node->parent == NULL. 2005-02-10 Alexander Larsson * configure.in: Post release version bump === nautilus 2.9.91 ===