diff --git a/nautilus-2.27.1.tar.bz2 b/nautilus-2.27.1.tar.bz2 deleted file mode 100644 index 105bfcd..0000000 --- a/nautilus-2.27.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba6ff0a83201ec48236f6e50f74a6e487fd8b107d81d3d5542df69822920b6c2 -size 5814191 diff --git a/nautilus-2.27.2.tar.bz2 b/nautilus-2.27.2.tar.bz2 new file mode 100644 index 0000000..cd917ec --- /dev/null +++ b/nautilus-2.27.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8edffc003d5484aa074cd9030e71cc7d889d87fd9a4ff0f0029313562c8bb94 +size 5939950 diff --git a/nautilus-bnc363122-lockdown-context-menus.diff b/nautilus-bnc363122-lockdown-context-menus.diff index 4cd7cb5..0d8f9a5 100644 --- a/nautilus-bnc363122-lockdown-context-menus.diff +++ b/nautilus-bnc363122-lockdown-context-menus.diff @@ -57,7 +57,7 @@ Index: nautilus-2.23.4/libnautilus-private/nautilus-global-preferences.c + PREFERENCE_BOOLEAN, + GINT_TO_POINTER (FALSE) + }, - { NAUTILUS_PREFERENCES_SHOW_HIDDEN_FILES, + { NAUTILUS_PREFERENCES_EXIT_WITH_LAST_WINDOW, PREFERENCE_BOOLEAN, GINT_TO_POINTER (FALSE) Index: nautilus-2.23.4/libnautilus-private/nautilus-global-preferences.h diff --git a/nautilus-build-fix.patch b/nautilus-build-fix.patch new file mode 100644 index 0000000..ff6845c --- /dev/null +++ b/nautilus-build-fix.patch @@ -0,0 +1,13 @@ +diff --git a/src/nautilus-places-sidebar.c b/src/nautilus-places-sidebar.c +index 9dc58a0..88b1b3c 100644 +--- a/src/nautilus-places-sidebar.c ++++ b/src/nautilus-places-sidebar.c +@@ -1564,7 +1564,7 @@ rename_selected_bookmark (NautilusPlacesSidebar *sidebar) + if (get_selected_iter (sidebar, &iter)) { + path = gtk_tree_model_get_path (GTK_TREE_MODEL (sidebar->store), &iter); + column = gtk_tree_view_get_column (GTK_TREE_VIEW (sidebar->tree_view), 0); +- renderers = gtk_tree_view_column_get_cell_renderers (column); ++ renderers = gtk_cell_layout_get_cells (GTK_CELL_LAYOUT (column)); + cell = g_list_nth_data (renderers, 3); + g_list_free (renderers); + g_object_set (cell, "editable", TRUE, NULL); diff --git a/nautilus.changes b/nautilus.changes index 0d0a17b..c5c4c61 100644 --- a/nautilus.changes +++ b/nautilus.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Wed Jun 17 15:53:56 CEST 2009 - vuntz@novell.com + +- Add nautilus-build-fix.patch to fix build with new GTK+. + +------------------------------------------------------------------- +Tue Jun 16 14:55:22 CEST 2009 - opensuse@sukimashita.com + +- Update to version 2.27.2: + + Support ctrl-drop in list view + + Allow user defined keyboard shortcuts for extension items + + Fix crash on click on toolbar + + Fix crash on entering empty location + + Added daemon-mode (don't exit with last window) + + Display info about the selected item in the information sidebar + + Sort applications in open with +- Respin nautilus-bnc363122-lockdown-context-menus.diff. + ------------------------------------------------------------------- Thu Jun 11 04:48:56 CEST 2009 - vuntz@novell.com diff --git a/nautilus.spec b/nautilus.spec index cb9b71b..e921027 100644 --- a/nautilus.spec +++ b/nautilus.spec @@ -1,5 +1,5 @@ # -# spec file for package nautilus (Version 2.27.1) +# spec file for package nautilus (Version 2.27.2) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -35,8 +35,8 @@ BuildRequires: translation-update-upstream BuildRequires: update-desktop-files License: GPL v2 or later Group: Productivity/File utilities -Version: 2.27.1 -Release: 2 +Version: 2.27.2 +Release: 1 Summary: The GNOME 2.x Desktop File Manager Source: ftp://ftp.gnome.org/pub/gnome/sources/nautilus/2.20/%{name}-%{version}.tar.bz2 Url: http://www.gnome.org @@ -53,6 +53,8 @@ Patch15: nautilus-drives-and-volumes-on-desktop.diff Patch20: nautilus-bnc363122-lockdown-context-menus.diff # PATCH-NEEDS-REBASE nautilus-sysadmin-desktop-items.diff fate305252 federico@novell.com -- Support sysadmin-defined desktop items (was PATCH-FEATURE-OPENSUSE) Patch21: nautilus-sysadmin-desktop-items.diff +# PATCH-FIX-UPSTREAM nautilus-build-fix.patch bgo586132 vuntz@novell.com -- Fix build with gtk+ 2.17.2 +Patch22: nautilus-build-fix.patch Requires: %{name}-lang = %{version} Requires: gvfs # So that symlinks to icons work: @@ -92,6 +94,7 @@ gnome-patch-translation-prepare ### %patch15 -p1 %patch20 -p1 #%patch21 -p1 +%patch22 -p1 gnome-patch-translation-update %build @@ -137,6 +140,7 @@ rm -rf $RPM_BUILD_ROOT if test -x usr/bin/update-mime-database ; then usr/bin/update-mime-database usr/share/mime >/dev/null fi + %posttrans -f %{name}.schemas_posttrans %preun -f %{name}.schemas_preun @@ -182,1259 +186,3 @@ fi %{_datadir}/gtk-doc/html/* %changelog -* Thu Jun 11 2009 vuntz@novell.com -- Remove libgnomeui-devel BuildRequires. -* Wed May 06 2009 vuntz@novell.com -- Update to version 2.27.1: - + Drop GTK+ deprecated symbols - + Display the application icon in the popup menu - + Fix autorun hints for Win32 software media - + Allow shift+return during typeahead find - + Update desktop icons according to DPI changes - + Use the correct folder icon fallbacks - + Autogenerate ChangeLog and use shave to display the build - output -- Update nautilus-bgo350950-search-desktop.diff and - nautilus-bnc117333-bgo350962-folder-icon-for-menus-and-windows.diff - so they apply. -- Use gnome-autogen.sh instead of autoreconf. -* Sun May 03 2009 mboman@suse.de -- Change BuildRequires from unique-devel to libunique-devel -* Tue Apr 14 2009 vuntz@novell.com -- Update to version 2.26.2: - + Fix issue with default dnd type when dragging to a parent - directory - + Fix icon view RTL layout in compact view - + Make sure spatial geometry is always saved when closing windows - + Save and load custom accelerator maps - + Check for PackageKit before showing dialog using it - + Add "location" column - + Show both unmount and eject in menus for mounts that support both -* Sat Apr 04 2009 vuntz@novell.com -- Update to version 2.26.1: - + Better handling of thumbnail scaling - + Support XDS in list view - + Make session loading work - + Start Nautilus on requested screen - + Fix crashes - + Fix possible infinite layout loop in compact mode - + Update fallback icon to not look like gnome 1.x - + Fix some cases of sync i/o - + Handle non-gvfs uris like e.g. mailto and http links with - queries in links -- Remove AutoReqProv: it's default now. -* Mon Mar 16 2009 vuntz@novell.com -- Update to version 2.26.0: - + Fix crash due to broken gdk-pixbuf tga loader - + Make sure thumbnails are updated even when zoomed up - + Fix crash in media settings preferences -* Wed Mar 11 2009 vuntz@novell.com -- Update to version 2.25.93: - + Use ConsoleKit to make sure we only autorun on active sessions - + Never show unmount if we show an eject menu item - + Show the gvfs reported owner/group names - + Don't allow changing default app for folders - + Fix "can't unmount same location twice" bug -* Fri Mar 06 2009 vuntz@novell.com -- Update to version 2.25.92: - + Set mmap limit to avoid desktop background memory not being - returned to the os - + Warn when source overwrites destination in move - + Don't put "link to ..." in front of symlinks unless there are - name conflicts - + Fix desktop flicker on theme change - + Require desktop file app launchers to be executable - + Support making symlinks on remote locations (if supported by - backend) -* Mon Feb 23 2009 vuntz@novell.com -- Update to version 2.25.91: - + Use G_DEFINE_TYPE_* instead of hand-written types - + fix: opening a new window restores minimised ones - + fix renaming of desktop files - + Handle new kinds of GIcons - + Don't display shadowed mounts -- Remove BuildRequires: fontconfig-devel -- Remove unneeded CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" -- Remove unneeded chmod -x COPYING -- Add temporary workaround for broken gtk-doc: gtkdocize --copy -- Add --enable-gtk-doc configure flag. -- Remove "make nautilus.desktop src/network-scheme.desktop" since - this was for a patch that we don't have anymore. -- Call suse_update_desktop_file on nautilus-browser. -- Stop packaging as docs some internal documentation that, IMHO, - should not be part of a package. -- Update - nautilus-bnc117333-bgo350962-folder-icon-for-menus-and-windows.diff - to not have two Icon keys in nautilus.desktop. -* Mon Feb 16 2009 sbrabec@suse.cz -- Added support for translation-update-upstream (FATE#301344). -* Tue Feb 03 2009 mboman@suse.de -- Update to version 2.25.4: - + Don't show desktop files from other desktops than Gnome on the - desktop - + Support crossfades of desktop backgrounds - + Don't snap desktop icons outside right margin - + Fix crashes and leaks -- nautilus-bnc366100-bgo338933-ignore-foreign-desktop-files.diff - was removed. Fixed upstream -- Remove nautilus-456702-trash-restore.patch. Fixed upstream - (See bgo#555234) -* Wed Jan 28 2009 vuntz@novell.com -- Manual merge from GNOME:Factory:Next, and update to 2.25.3. -- Update to version 2.25.3: - + Remove CD/DVD creator from places menu and sidebar - + Allow deleting custom emblems - + Fix crashes - + Don't show read-only emblems in trash - + Trash performance fixes - + General performance fixes - + Update to new PackageKit API -- Changes from version 2.25.2: - + Merged eel into nautilus - + Use single glib/gtk includes - + Support PackageKit application search - + Fix new windows not appearing after successful mount - + Remove support for old KDE trash dirs -- Changes from version 2.25.1: - + Remove depencency on libgnome & gnome-vfs - + Fix crashes - + Chop trailing space characters when moving to FAT file system - + When DnD'ing, COPY instead of MOVE, when the source is not - deletable - + Don't set default when opening with other app, just add to open - with list. - + Don't make copies of files from readonly source (e.g. CDROM) - readonly - + Don't show cancel dialog when showing the "run or display" - dialog -- nautilus-sysadmin-desktop-items.diff needs to be rebased. -- nautilus-146947-rename-bad-parameters-message.diff also needs to - be rebased, also someone needs to investigate if it's still - needed. -- Drop nautilus-genericname.patch: we use %%update_desktop_file. -- Drop nautilus-new-windows-after-mount.patch: fixed upstream. -- Drop nautilus-disable-zoom-control-and-view-as-option-menu.patch: - we don't want to diverge from upstream like this. Fix bnc#462077. -- Drop nautilus-181941-i18n.patch: it's already fixed upstream, and - the patch was respinned without any reason. -- Drop nautilus-212649-search-bar-visibility.patch: the search bar - is visible when you go to x-nautilus-search:/// and we didn't - apply the patch anyway. -- Drop nautilus-330298-297983-fix-overlapping-desktop-icons.diff: - the patch wasn't applied and it's been fixed upstream since quite - some time. -- Merge nautilus-desktop-icon.patch in - nautilus-bgo350950-search-desktop.diff since it's what it was - patching. -- Update - nautilus-bnc366100-bgo338933-ignore-foreign-desktop-files.diff - to use GKeyFile. -- Trivial update to - nautilus-bnc117333-bgo350962-folder-icon-for-menus-and-windows.diff -- Remove useless BuildRequires: cdparanoia, eel-devel (included in - nautilus now), gvfs-devel, libidl-devel, librsvg-devel, and - perl-XML-Parser. -- Note: we keep libgnomeui-devel because the included libbackground - needs it. -- Add BuildRequires on libxml2-devel and unique-devel. -* Wed Jan 28 2009 vuntz@novell.com -- Updated nautilus-456702-trash-restore.patch to use the patch - committed upstream. -* Fri Jan 23 2009 mxwu@novell.com -- Added nautilus-456702-trash-restore.patch (bnc#456702) -* Fri Dec 05 2008 hpj@novell.com -- Added nautilus-new-windows-after-mount.patch (bnc#437780, - bgo#524485). -* Mon Dec 01 2008 vuntz@novell.com -- Remove sles_version conditional; make nautilus-search.desktop - mandatory on SLES/SLED. - (This was initially done by Federico, but I redid it to remove - both %%sles_version) -* Wed Nov 12 2008 federico@novell.com -- Updated nautilus-sysadmin-desktop-items.diff to fix - https://bugzilla.novell.com/show_bug.cgi?id=438277 - icon positions - in the desktop don't get restored. -* Fri Nov 07 2008 jpr@novell.com -- Add --no-desktop to nautilus search desktop file patch (bnc#439475) -* Wed Nov 05 2008 federico@novell.com -- Updated nautilus-sysadmin-desktop-items.diff to fix - https://bugzilla.novell.com/show_bug.cgi?id=438809 - Nautilus was - crashing when files got cut-and-pasted to the desktop. -* Wed Oct 29 2008 rodrigo@novell.com -- Remove nautilus-mime.patch, not needed anymore -* Tue Oct 21 2008 maw@suse.de -- Update to version 2.24.1: - + Fix saving of spatial window geometry on close - + Remove trailing spaces on filenames when copying to FAT file - systems - + Allow emblems that don't start with "emblem-" - + On unmount close tabs that show the unmounted location - + Fixed redraw issues with labels on zoom - + Don't toggle sidebar splitter when dragging it - + Fix bookmark issue that sometimes led to locations not loading - + Don't show the "cancel" dialog after a timeout when displaying a dialog - + Fix crashes and leaks -- Respin nautilus-bnc366100-bgo338933-ignore-foreign-desktop-files.diff. -* Tue Oct 21 2008 federico@novell.com -- Updated nautilus-sysadmin-desktop-items.diff to fix - https://bugzilla.novell.com/show_bug.cgi?id=436750 - the built-in - desktop links like Home, Trash, and volumes were not being shown at - all. -* Thu Sep 25 2008 federico@novell.com -- Removed nautilus-bnc368446-network-in-places.patch to fix - https://bugzilla.novell.com/show_bug.cgi?id=428968 - the Places - sidebar had two "Network" items, as this patch had already been - merged in the baseline sources. -* Mon Sep 22 2008 maw@suse.de -- Update to version 2.24.0: - + Icon/compact view: - * Follow run-time changes to set of icon text attributes to - be displayed - * Invalidate icon label when changing zoom level or “text - besides icon” - + List view: - * Properly offer textual drag target - + Request centered autorun dialog - + Always sort folders before files, even if sort criterion is - reversed - + Always assume that trash directories are local. -* Mon Sep 22 2008 federico@novell.com -- Added nautilus-sysadmin-desktop-items.diff. With this, the sysadmin - can set the /apps/nautilus/desktop/predefined_items_dir key in GConf - to point to a directory that holds .desktop files. These desktop - items will be shown in users' desktops. -* Wed Sep 10 2008 maw@suse.de -- Update to version 2.23.92: - + Icon/compact view: - * Allow to select range in addition to current selection, when - pressing ctrl and shift at once )not yet possible in list - view) - * Fix layout timestamp storage when moving items around on - desktop - + List view: - * Default to reverse sort order for date columns (i.e. recent - to old) - + Improve the “Clear History” confirmation dialog - + Use GdkAppLaunchContext instead of EelAppLaunchContext - + Fix small leaks. -* Wed Sep 03 2008 mboman@novell.com -- Update to version 2.23.91: - + Make autorun work for blank media - + No more pixelated SVGs displayed for desktop items with absolute icon - SVG paths - + Use consistent labels, mnemonics and icons for trash and delete actions - + Icon container (i.e. icon view and compact view) - * RTL support for vertical layout - * Always reveal entire rows or columns of icons - * Nicer icon container bounds - * (Again) vastly improved keyboard navigation, especially in RTL mode - * No more overlapping desktop icons, when files are added or volumes - mounted while Nautilus is not running. This is implemented with - metadata timestamps when the desktop icons are laid out. - * Rewrite large chunks of icon canvas text size handling - * Clear underlying items if hovered or selected item overlaps them - + List View - * Make scripts work when items in nested list view subdirectories are - selected - + Usual minor fix & polish galore -* Thu Aug 28 2008 maw@suse.de -- Update to version 2.23.90: - + Truncate long item labels in the icon view and on the desktop - * icon_view/text_ellipsis_limit and desktop/text_ellipsis_limit - GConf preferences added (defaults to three lines) - * expand when hovering, or when selecting a file - + Support restoring of multiple items from trash at once - + Handle scroll events on the path bar - + Fix "same file system:.e. copy vs. move) DND check for - desktop - + Fix search for content type in simple search backend - + Fix running of scripts on the desktop - + Use more archive file types for file-roller integration for - remote locations - + Consolidate zoom handling internals - + Show file name instead of URI in the bookmark editor window - for local files - + Polish "Visible Columns" list view dialog. -* Sat Aug 09 2008 maw@suse.de -- Update to version 2.23.6.1: - + Support transferring files with reserved FAT characters to a - FAT file system; replace them with an underscore if neccessary - + Use x-content/* MIME type to associate applications with - hotpluggable media - + Path bar: - * enable control-left click and middle-click interaction for - path bar buttons - * dynamically handle hierarchy changes in the path bar - + Icon view keyboard navigation - * Use linear selection instead of rectangle selection in when - pressing shift - * Still offer rectangular selection when pressing ctrl and - shift - * Only wrap around horizontally in horizontal layout mode - * Only wrap around vertically in vertical layout mode - * Never wrap around when in rectangle selection - + Icon view now remembers last position when reloading in vertical - layout - + List view: Do not request mass redraw when dragging - + Clear display name when changing file name - + Only show "... All" actions ("Skip All", ...) in file operation - dialogs if more than one file is transferred - + Identify to GNOME session as file manager, not as generic - desktop application - + Fix display name of computer:// icons -- Respin nautilus-bnc117333-bgo350962-folder-icon-for-menus-and-windows.diff. -* Wed Jul 23 2008 maw@suse.de -- Update to version 2.23.5.1: - + Add tab support to browser mode - + Add "restore from trash" functionality (only per item) - + Path bar and notebooks can be used as fully functional URI - drop targets - + Places sidebar: - * Add eject buttons to volumes - * Fix bookmark reordering - * Make DND indication consistent with GTK+ file chooser - + Async I/O - * Use NautilusFile instead of GFile for path bar display - name - * Use NautilusFile for DND "same FS" check - + Fix navigation where window was inconsistently "stuck" - between two directories, i.e. the view was not completely - changed - + Always grab focus on location change, even if view is reused - + Icon view fixes - * If no icon is selected, but an icon has the keyboard focus, - select it when pressing space. - * Move keyboard focus after a file has been removed - * Fix double-clicking of half-shown items - + Thumbnailing changes - * Never scale up any thumbnails - * Compose and scale thumbnails on the fly - * Speed up loading of large image files used as their own thumbnails - + Display emblems for small icon sizes - + Offer clipboard contents as text/uri-list - + Use UTF-8 dash for properties window instead of "--" -- Drop nautilus-bnc397852-huge-memory-leak.patch, as it's now - upstream. -* Fri Jul 18 2008 rodrigo@suse.de -- Fix typo in patch tags -* Fri Jun 27 2008 maw@suse.de -- Remove bogus symlinks (watch out for any missing icons). -* Fri Jun 20 2008 maw@suse.de -- Update to version 2.23.4: - + Support new gnome-session autostart semantics - + Add initial Gtk-doc support - + Many other improvements; for a fuller account, see the NEWS - file - + Updated translations - + Drop obsolete patches: - nautilus-bgo364843-name-copy-dont-overflow-max-path-len.diff, - nautilus-bnc376070-null-exifdata-crash.patch, and - nautilus-bnc393226-dont-move-to-burn.patchn - + Respin the following patches: - nautilus-bnc366100-bgo338933-ignore-foreign-desktop-files.diff - and nautilus-bnc363122-lockdown-context-menus.diff. -* Sat Jun 07 2008 hpj@suse.de -- Back out nautilus-bnc376669-always-update-thumbnail.patch - (bnc#376669). -* Fri Jun 06 2008 rodrigo@suse.de -- Add nautilus-bnc397852-huge-memory-leak.patch (bnc#397852) -* Thu May 22 2008 hpj@suse.de -- Add nautilus-bnc393226-dont-move-to-burn.patch (bnc#393226). -* Tue May 20 2008 hpj@suse.de -- Add nautilus-bnc376669-always-update-thumbnail.patch (bnc#376669). -* Thu May 01 2008 hpj@suse.de -- Removed previously disabled patches that were made obsolete by - upstream changes: - * nautilus-default-thumbnail-size.diff - * nautilus-6014-network-servers-in-places-sidebar.diff -- Added nautilus-bnc376070-null-exifdata-crash, which fixes - crashes when showing the properties of a picture (bnc#376070). -* Mon Apr 28 2008 federico@novell.com -- Rebased these patches: - nautilus-bgo364843-name-copy-dont-overflow-max-path-len.diff - nautilus-bgo350950-search-desktop.diff - nautilus-bnc117333-bgo350962-folder-icon-for-menus-and-windows.diff -* Wed Apr 23 2008 vuntz@suse.de -- Rename nautilus-docpath.patch to nautilus-genericname.patch and - drop the part of the patch adding a DocPath. -- Do not add DocPath to desktop files with - %%suse_update_desktop_file -- Rationale: since the desktop files use the Core category, adding - DocPath means putting the items in the yelp toc, which we don't - want. -* Tue Apr 22 2008 vuntz@suse.de -- Add nautilus-bnc368446-network-in-places.patch to add network:// - in the places sidebar. Fix bnc#368446 (backported from upstream - 2.23.1). -* Thu Apr 10 2008 maw@suse.de -- Update to version 2.22.2: - + Add NautilusFileInfo APIs: can_write(), get_mount(), - get_parent_info() - + Do not try to autorun autorun.exe and autorun.inf - + Automount in idle callback rather than at startup to improve - user experience - + Properly inhibit automount on startup, or for long login procedures - + Do not automount directories in hidden hierarchies - + Fix scrollbar display bug in "text besides icon" icon view mode - + Do not thumbnail unreadable files - + Correctly display bookmark icons - + Fix blurry property window icon - + Fix bookmark editing window. -* Thu Apr 10 2008 ro@suse.de -- added baselibs.conf file to build xxbit packages - for multilib support -* Thu Apr 03 2008 hpj@suse.de -- Upgraded to version 2.22.1: - * Fix crashes and leaks. - * Fix emblem display in property page. - * Fix mime choosing to not always create application/x-ext- type. - * Actually mount location in external connect to server dialog. - * Fix thumbnail size limit checks. - * Fix "show hidden" to also show backup files - (was broken in some situations). - * Verify that tracker is running before using it. - * Fix desktop file icon handling with absolute filenames. - * Use GDesktopAppInfos to launch desktop files. - * Don't follow symlinks for deep file count. - * Fix audio preview with later gstreamer. - * Make "move file over directory" overwrite case work. - * Sometimes we failed to ask for overwrite when move - operations falled back to copy + delete. - * Make sure we correctly transcode filenames when merging - directories if the directory is on another filesystem. - * Some moves were reported as copies, not moves in the ui - which could cause not up-to-date directory displays. - * Don't center file progress dialog if its already displayed. -- Remove obsolete patch nautilus-bnc366455-change-ownership.patch. -* Fri Mar 28 2008 federico@novell.com -- Removed nautilus-158158-ignore-foreign-desktop-files.diff; it is obsolete. -- Added nautilus-bnc366100-bgo338933-ignore-foreign-desktop-files.diff - to fix https://bugzilla.novell.com/show_bug.cgi?id=366100 - Desktop - links with "OnlyShowIn=KDE" are now ignored. -* Fri Mar 21 2008 jpr@suse.de -- Add back gtk2-devel to the devel requires -* Fri Mar 21 2008 vuntz@suse.de -- Add a gnome-desktop-devel buildrequires to fix the build. -* Fri Mar 21 2008 jpr@suse.de -- Remove obsolete -devel package requries -- Remove medusa obsoletes, not relevant to any shipping distros -* Thu Mar 13 2008 sbrabec@suse.cz -- Custom look'n'feel gconf keys moved to gconf2-branding-openSUSE. -* Thu Mar 13 2008 vuntz@suse.de -- Update to version 2.22.0: - + Fix typo in strings - + Fix crashes - + Use a better icon for the progress dialog - + Have a mount menu for mountable files, not an unmount one - + Handle broken bookmark files bette - + Sniff x-content type asynchronously - + Don't look for autorun stuff on non-local files - + Allow setting permissions on remote shares - + Fix "delete all" button in delete dialog - + Show custom icons at right size - + Fix some performance issues on nonlocal mounts -- Drop nautilus-onlyshowin.patch, fix upstream. -- Use %%suse_update_desktop_file for nautilus-autorun-software and - nautilus-folder-handler to mark them as translatable. -- Add nautilus-bnc366455-change-ownership.patch to fix bnc#366455. -* Wed Mar 05 2008 maw@suse.de -- Update to version 2.21.92: - + Build fixes - + Fix crashes and leaks - + Fix handling of desktop file launchers - + Better handling of desktop file icons - + Semitransparent DnD icon support (when composited) - + Avoid showing progress info when dialogs are shown - + Allow minimize of progress window - + Handle beagle >= 0.3.0 - + Close properties dialog on escape - + Make custom icons work again - + Fix fuzzy icons - + Duplicate file if copies to the source directory - + Support open with dialog for multiple selected files - + Ressurect connect to server dialog - + Allow theming of free diskspace chart colors. -* Thu Feb 28 2008 rodrigo@suse.de -- Added tags for all upstreamed patches, as well as bug numbers for - all patches -* Wed Feb 20 2008 federico@novell.com -- Added nautilus-bnc363122-lockdown-disable-context-menus.diff to implement - https://bugzilla.novell.com/show_bug.cgi?id=363122 - have a way to disable - context menus in file views for quick-and-dirty kiosk setups. -* Wed Feb 20 2008 maw@suse.de -- Update to version 2.21.91: - + String cleanups - + Inhibit autorun for things we mount ourselves - + Fix crashes and leaks - + Only show selinux context if selinux is detected - + Default to move, not copying, when dragging from the trash - + Don't autorun/automount non-local mounts - + Fix case where we could run out of file descriptors - + Handle drop of files on the desktop - + Fix sensitivity of delete from the trash menu item - + Fix open w/ context menu in always-use-browser mode. -* Wed Feb 06 2008 maw@suse.de -- Explicitly require gvfs (bnc#358748). -* Tue Feb 05 2008 jpr@suse.de -- Add XMP support (bnc #310430) -* Wed Jan 30 2008 maw@suse.de -- Add extensions-2.0 directory. -* Tue Jan 29 2008 maw@suse.de -- Update to version 2.21.90: - + Regenerate thumbnails when files change - + Fix crashes - + New autorun and automount support - + Allow unmount of current location if its a mountpoint - + Use thousand separators in all numbers (if used by locale) - + Fix leaks - + Performance improvements - + Update to latest glib APIs - + Fix bug that lost metadata from older versions - + Fix crashes - + Enable paste into folder for desktop icons - + Better finding of autorun files on case sensitive media -- Remove libtool archives. -* Fri Jan 25 2008 maw@suse.de -- Update to version 2.21.5: - + Totally replaced gnome-vfs use with gio - + New implementation of file operations like copy/move with - a shared progress dialog - + Update pkg-config files with new extensions dir - + Handle dnd of desktop icons - + Implement some missing unmount/eject operations - + Add autorun/automount feature - + Better handling of sensitivity of delete menu items - + Better handling of mount/unmount/eject in many places - + Fix for extensions with submenus. -* Fri Jan 18 2008 jpr@suse.de -- Updated nautilus-drives-and-volumes-on-desktop.diff to fix - https://bugzilla.novell.com/show_bug.cgi?id=335411 - Nautilus - crashes when it gets a "volume-mounted" signal for a volume that is - already mounted. This also adds two new logging domains to Nautilus: - "drives-volumes" and "desktop-links". -* Thu Oct 11 2007 sbrabec@suse.cz -- Removed bogus dependency on mDNSResponder. -* Tue Sep 18 2007 sbrabec@suse.cz -- Updated to version 2.20.0: - * Load thumbnails asynchronously - * Support direct save DnD (XDS) - * Fix up octal permission display - * Store window keep-above and stickines state across sessions -* Wed Sep 05 2007 maw@suse.de -- Don't require gnome2-user-docs, which now supplements - nautilus (#297833). -* Wed Aug 29 2007 maw@suse.de -- Update to version 2.19.91: - * Be more robust against broken extensions - * Set current working directory right on desktop when running scripts - * Fix crash on file:///# - * Update to cope with the new size of emblem icons - * Auto-size list view filename column again - * New message for service unavailable error - * UI terminology consistency fix - * Build fix -- Refresh nautilus-search-desktop.patch. -* Thu Aug 16 2007 federico@novell.com -- Updated nautilus-drives-and-volumes-on-desktop.diff to fix - https://bugzilla.novell.com/show_bug.cgi?id=298802 - after burning a - CD and re-mounting the CD, Nautilus uses 100%% CPU. This simply - includes the last patch from - https://bugzilla.novell.com/show_bug.cgi?id=276193#c42 -* Fri Aug 10 2007 federico@novell.com -- Added nautilus-330298-297983-fix-overlapping-desktop-icons.diff to - fix https://bugzilla.novell.com/show_bug.cgi?id=297983 - desktop - icons would overlap when inserting removable media, if the - previously-saved location for the corresponding icon now has a - different icon nearby. -* Mon Aug 06 2007 maw@suse.de -- Split out -lang subpackage -- Use %%fdupes. -* Wed Aug 01 2007 maw@suse.de -- Update to version 2.19.6 -- Memory leaks plugged -- Crashes fixed -- Fixes to UI manager usage -- Better string ellipsation -- Consistent focus behaviour for toolbar buttons -- Support for XMP image metadata -- Improved keyboard handling in connect to server dialog -- I18n fixes and string clarifications -- Add more tooltips and use new gtk+ tootips API -- Better handling of unreadable directories during search -- Updated translations. -* Tue Jul 10 2007 maw@suse.de -- Update to version 2.19.4 -- Fix crashes and leaks -- Fix hang with recursive symlinks -- Disk free piechart in properties dialogue -- Fix typos in warning and error messages -- Use new desktop capplet -- Better handling of unicode search terms -- Allow activating the zoom context menu by keyboard -- Allow renaming network servers' icons -* Thu Jun 07 2007 sbrabec@suse.cz -- Do not overwrite auto-generated files. -- Removed invalid desktop Category "Application" (#254654). -* Mon Mar 26 2007 sbrabec@suse.cz -- Fixed BuildRequires. -* Thu Mar 22 2007 maw@suse.de -- Update to version 2.18.0.1 -- intltool is now a build requirement -- Several code cleanups -- Bug fixes, including p.g.o 408155, 333151, 358172, 408155, - 409276, 407150, 407618, and 368661. -* Tue Mar 13 2007 maw@suse.de -- Update to version 2.17.91 -- Bug fixes, including bugzilla.gnome.org #364466, #403255, - [#138058], #340495, #357955, #403565, #357955, #362034, - [#385382], #394328, #329920, #320020, #327249, #389467, #376291, - [#374623], #382207, #376952, #384078, #383840, #45953, #350579, - [#318373], #132326, #372550, #338353, #372471, #330298, #155337, - [#174766], #122688, #321175, #349840, #356124, #351713, #348161. -* Wed Feb 28 2007 dmueller@suse.de -- adjust BuildRequires: libexif->libexif-devel -* Mon Feb 05 2007 sbrabec@suse.cz -- Fixed Categories (#242053). -* Fri Jan 12 2007 mtgordon@suse.de -- Added nautilus-181941-i18n.patch to mark for translation a - previously unmarked string (marked in other locations in the app, - sparing the need for further l10n). Fixes - https://bugzilla.novell.com/show_bug.cgi?id=181941 and sent upstream - at http://bugzilla.gnome.org/show_bug.cgi?id=394328 -* Mon Dec 18 2006 sbrabec@suse.cz -- Prefix changed to /usr. -- Spec file cleanup. -* Tue Nov 21 2006 sbrabec@suse.cz -- Do not explicitly require mDNSResponder-lib blocking avahi compat - package. -* Wed Nov 08 2006 federico@novell.com -- Updated nautilus-drives-and-volumes-on-desktop.diff to fix - https://bugzilla.novell.com/show_bug.cgi?id=215351. Floppy icons - disappeared from the desktop after unmounting the floppy. This also - fixes https://bugzilla.novell.com/show_bug.cgi?id=218910, where - there was a race condition when mounting drives. This caused the - activation URIs of the corresponding NautilusFiles not to be updated - correctly. -* Wed Nov 01 2006 federico@novell.com -- Removed nautilus-hide-desktop-files.patch. This was used for the - old "applications://" VFS scheme, which is deprecated now. -- Removed nautilus-submount.patch, since we no longer use submount (subfs). -- Removed nautilus-142860-vfs-drive-for-extensions.diff, since that - feature appeared upstream since Nautilus 2.14. This is what lets - Nautilus extensions look at the GnomeVFSDrive for a file, so that - they can install menu items specific to drives (e.g. like - nautilus-cd-burner). -- Removed nautilus-172870-support-drives-and-volumes.diff and - nautilus-155010-desktop-volume-policy.diff, since they need to be - reworked for the code in Nautilus-2.16. -- Added nautilus-6014-network-servers-in-places-sidebar.diff, to fix - the part of https://bugzilla.novell.com/show_bug.cgi?id=6014 that is - not yet in Nautilus 2.16. This adds a "Network Servers" item in the - Places sidebar. -- Added nautilus-206369-desktop-icon-overlap.diff as an updated - and consolidated version of - nautilus-155337-icon-positioning-on-reload.diff and - nautilus-174766-fix-lazy-positioning.diff. This is to fix the bug - where desktop icons get overlapped or rearranged when a new volume - icon appears, or when the desktop is reloaded. -- Added nautilus-drives-and-volumes-on-desktop.diff as a partly - updated version of nautilus-172870-support-drives-and-volumes.diff. -- Added nautilus-debug-log.diff. This provides logging functionality - to aid debugging. -- Updated descriptions inside the rest of the patches. -- Renumbered patches. -* Tue Oct 31 2006 joeshaw@suse.de -- Add a patch to ensure that the search entry bar is displayed - when navigating to the x-nautilus-search:/// URI. (bnc #212649) -* Sat Oct 14 2006 danw@suse.de -- Remove dead patches -* Tue Oct 03 2006 jhargadon@suse.de -- update to version 2.16.1 -- Default to search in current directory for non-indexed search -- Fix clash with symbol names in gtk+ -* Wed Sep 20 2006 sbrabec@suse.cz -- Update MIME database in scriptlets (#201729). -* Thu Sep 14 2006 jhargadon@suse.de -- update to version 2.16.0 -- Handle enter activation when using typeahead search -- Avoid using gnome_vfs_is_local in wrong places -- Translations -* Wed Aug 30 2006 jhargadon@suse.de -- update to version 2.15.92.1 -- Fix crash on startup -- Fix crash on changing owner/group of file -- Fix double free -- Make sure all strings are displayed translated -* Fri Aug 18 2006 jhargadon@suse.de -- update to version 2.15.91 -- Use gtk recent files code -- Fix file change notification regression -- Don't display raw form of selinux contexts -- Import lates EggSequence with bugfixes -- DnD fixes -- Read .hidden symlinks -- Fix down navigation in last column, next to last row -- Submenu support for extensions -- Improved beagle daemon detection -- Enable D'n'D reordering in the places sidebar -- New icons for trash operations -- Add a button/text toggle button to the location bar -- Fix leak -* Mon Aug 07 2006 gekker@suse.de -- Update to version 2.15.4 -- Remove upstreamed patches - * New permission dialog with recursion and selinx support - * Improve extension interface - * Add complete session management - * Handle removal of the displayed location more elegantly - * Support dropping uris, urls and text to subfolders - * Don't allow formating of mounted floppies - * Perfomance fixes - * Don't use deprecated eel features - * Improve startup performance - * Use GOption - * Fix selection box width calculation - * Improve file permission handling - * Add volume operations to the file menu, tree and places sidebar - * New po/LINGUAS handling - * Smarter date handling for images - * HIG fixes - * Fix crashes - * Fixes for icons and thumbnailing - * Show network volumes in the places sidebar - * Fix progress dialog showing the wrong file - * Translation updates - * Use --no-desktop option for all desktop files - * Startup performance improvements - * Make files copied from read-only source writeable - * Don't allow bookmarking x-desktop:/// - * Add help buttons to several dialogs - * Fix SVG file identification - * Properly break down URIs for connect to server ui - * Show unmounted but user-visible drives in the places sidebar - * Display more info in the progress dialog when preparing - * Smarter DnD target selection - * GnomeGoals: Use po/LINGUAS - * Fix deadlock when dragging over list view in some conditions - * Don't show folder count for smb shares - * Close window when folder moves to trash - * Fix deep count in properties dialog in some cases - * Avoid calculating mime lists for activation - * Remove blank error dialog on mount when using gnome-mount - * Better filename linebreaking at punctuation marks. - * List view: If a rename moves the file in the view, scroll to the new position - * Better handling of broken filename encoding for link targets - * Browser mode: don't close window on up if current directory has been removed - * Pass original files, not target files to property page providers. - This allows property page extensions to look at desktop files and symlinks. - * Fix opening saved searches file from outside nautilus - * Add option to always use the location bar to the preferences dialog - * Show detailed file size in the properties dialog - * Open modules with BIND_LOCAL - * Add Network to places menu - * Fix sort by atime - * Add support for searching for custom mime type - * Much better activation of multiple files - * Handle new background image zooming mode - * Add optional support for Tracker indexer - * Added initial support for search - * Better handling of opening multiple files - * View update optimizations - * No titles for alert dialogs - * Use access() to determine permissions - * Fix mime list problem introduced with sort change - * Finally fix tree sidebar crash - * ctrl-shift-g goes backwards in typeahead - * Add Skip all button in copy/move conflict dialog - * Position new files/folders correctly in manual layout mode - * Fix desktop redraw issues on non-100%% zoom levels - * Adds volume/drive api for modules - * GtkTreeView style typeahead - * '/' opens location dialog/entry - * middle click in browser mode opens new window - * Handle cancellation of authentication better - * Add format menu item for floppy drives -* Wed Jun 07 2006 jpr@suse.de -- Don't update the .desktop file if it doesn't exist - (really fix #177551) -* Thu Jun 01 2006 federico@novell.com -- Added nautilus-172870-support-drives-and-volumes.diff. This fixes - https://bugzilla.novell.com/show_bug.cgi?id=172870 by adding proper - support for displaying unmounted drives as well as mounted volumes. - This also makes floppies work from the desktop. -- Added nautilus-174766-fix-lazy-positioning.diff to fix - https://bugzilla.novell.com/show_bug.cgi?id=174766. This makes - volume icons not overlap with other icons in the desktop when - volumes get mounted. -* Tue May 23 2006 federico@novell.com -- Updated nautilus-158158-ignore-foreign-desktop-files.diff to fix - https://bugzilla.novell.com/show_bug.cgi?id=177777. All .desktop - files were being filtered erroneously if they didn't have - OnlyShowIn/NotShowIn keys. -* Mon May 22 2006 joeshaw@suse.de -- Only patch in the nautilus-search.desktop file on SL, not SLE, - since the new main menu has search built-in. (bnc #177551) -* Wed May 17 2006 sbrabec@suse.cz -- nautilus-search-bar.c added to POTFILES.in. -* Wed May 17 2006 sbrabec@suse.cz -- Fixed I18N problems: - * untranslatable Search string (#173448) - * uninitialized locale (#173448#c3) -* Wed May 17 2006 federico@novell.com -- Updated nautilus-158158-ignore-foreign-desktop-files.diff to fix - https://bugzilla.novell.com/show_bug.cgi?id=176123. The - "OnlyShowIn" key in desktop files can contain multiple items. Also - pay attention to the "NotShowIn" key. -* Mon May 15 2006 federico@novell.com -- Added nautilus-158279-add-location-toggle-button.diff to fix - https://bugzilla.novell.com/show_bug.cgi?id=158279. This adds a - toggle button to the left of path bar in navigation windows. - Pressing this button will switch to using a location entry instead - of the path bar. -* Fri May 12 2006 federico@novell.com -- Updated nautilus-155010-desktop-volume-policy.diff; this fixes - https://bugzilla.novell.com/show_bug.cgi?id=175076. This fixes a - crash when dragging a volume to the trash. -* Wed May 10 2006 joeshaw@suse.de -- Update search patch to remove annoying "queuing " - debug spew. -* Wed May 10 2006 federico@novell.com -- Added nautilus-142860-vfs-drive-for-extensions.diff to fix the - Nautilus part of bug - https://bugzilla.novell.com/show_bug.cgi?id=142860. This lets - Nautilus extensions see the drives that may correspond to desktop - icons. -* Mon May 08 2006 federico@novell.com -- Added nautilus-66073-update-progress-dialog.diff to fix bug - https://bugzilla.novell.com/show_bug.cgi?id=66073. The progress - dialog for file operations now gets updated correctly if several - small files get copied before a large file. -* Mon May 01 2006 dobey@suse.de -- Added nautilus-trash-icon.patch to use the theme's trash icon, - rather than the delete icon, for the "Move to Trash" menu items -* Thu Apr 27 2006 federico@novell.com -- Updated nautilus-155010-desktop-volume-policy.diff to fix bug - https://bugzilla.novell.com/show_bug.cgi?id=168280. This makes - Nautilus not display two volume icons for no-media-check devices. -* Wed Apr 19 2006 federico@suse.de -- Removed dot-hidden.dif. This fixes bug #158158 completely; that - patch is obsoleted by the updated - nautilus-158158-ignore-foreign-desktop-files.diff. -* Tue Apr 18 2006 federico@novell.com -- Added nautilus-158158-ignore-foreign-desktop-files.diff to fix - https://bugzilla.novell.com/show_bug.cgi?id=158158. This makes - Nautilus ignore .desktop files whose OnlyShowIn property indicates - that they are specific to another desktop environment. -* Tue Apr 18 2006 joeshaw@suse.de -- Update nautilus-search patch to correctly handle a search URI - being passed into nautilus on the command-line. (bnc #166158) -* Tue Apr 18 2006 federico@novell.com -- Added nautilus-155010-desktop-volume-policy.diff to fix - https://bugzilla.novell.com/show_bug.cgi?id=155010. This makes - Nautilus display the same set of drives and volumes as GTK+'s file - chooser. It will also display certain drives on the desktop for - easy access (in particular, drives that do not support notification - of inserted media, so we always need them to be accessible through - the GUI, as opposed to being automounted). -* Wed Mar 29 2006 sbrabec@suse.cz -- Handle inode/directory MIME type (#161824). -* Wed Mar 22 2006 dobey@suse.de -- Added nautilus-unscaled-sidebar-menu-icons.patch to avoid scaling - icons in the sidebar and where those same icons are used in menus -* Mon Mar 20 2006 federico@novell.com -- Added nautilus-155337-icon-positioning-on-reload.diff to fix bug - [#155337]. Now icons in the desktop are not repositioned if the - desktop gets reloaded. -* Fri Mar 17 2006 federico@novell.com -- Added nautilus-perf-no-burn-uri-for-desktop.diff. This makes - Nautilus not do unnecessary work when initializing the desktop, - saving 1 second during login. -- Added nautilus-icon-registration.diff. This makes Nautilus do less - work when registering its stock icons, saving about 1.5 seconds - during login. -* Tue Mar 14 2006 ro@suse.de -- use beagle on ppc64 as well -* Thu Mar 02 2006 sbrabec@suse.cz -- Translations from upstream moved to gnome-patch-translation. -* Fri Feb 24 2006 federico@novell.com -- Added nautilus-130796-bad-icon-placement.diff to fix - https://bugzilla.novell.com/show_bug.cgi?id=130796. This makes - desktop icons with very wide labels be placed correctly, instead of - being placed flush left with the edge of the screen. -- Removed nautilus-115467-dont-overlap-volume-icons.diff as it is - integrated into the new patch. -* Wed Feb 22 2006 joeshaw@suse.de -- Update nautilus search patch to not display UI when beagled - isn't running. -* Sun Feb 19 2006 aj@suse.de -- Reduce BuildRequires. -* Sat Feb 18 2006 gekker@suse.de -- ficup .desktop files for UI team -* Tue Feb 14 2006 federico@novell.com -- Added nautilus-130796-bad-icon-placement.diff to fix - https://bugzilla.novell.com/show_bug.cgi?id=130796. This makes - desktop icons with very wide labels be placed correctly, instead of - being placed flush left with the edge of the screen. -* Thu Feb 09 2006 federico@novell.com -- Updated nautilus-6014-network-servers-desktop-icon.diff. Now we - hide the "Network Servers" icon in the desktop by default, but we - have new such items in the Places sidebar and the Go menu. This - fixes https://bugzilla.novell.com/show_bug.cgi?id=149685 -* Wed Feb 01 2006 sbrabec@suse.cz -- Use translation compendium gnome-patch-translation. -* Tue Jan 31 2006 federico@novell.com -- Added nautilus-146947-rename-bad-parameters-message.diff to fix bug - [#146947]. If you try to use illegal characters when renaming a file - in an SMB share, Nautilus will now give you a better error message - instead of a generic "couldn't rename" one. -* Wed Jan 25 2006 mls@suse.de -- converted neededforbuild to BuildRequires -* Mon Jan 23 2006 joeshaw@suse.de -- Update search patch to only search the files backend -* Wed Jan 18 2006 gekker@suse.de -- Remove Requires: on control-center2 and gnome-themes (#142237) -* Tue Dec 06 2005 sbrabec@suse.cz -- Do not require beagle on ppc64. -- Enabled parallel build. -* Tue Dec 06 2005 federico@novell.com -- Removed nautilus-136167-no-default-window.diff. This is not the right fix, as external - apps rely on being to call just "nautilus" without command-line arguments, so that - Nautilus will open a window showing your Home directory. Moreover, there's no way for - Nautilus to tell if it was (re)started by the session manager upon login, or as a result - of exiting abnormally. -* Thu Dec 01 2005 federico@novell.com -- Updated nautilus-6014-network-servers-desktop-icon.diff. When doing "Clean up - by Name", the Network Servers icon will now be put after your Home icon. -* Thu Dec 01 2005 federico@novell.com -- Added nautilus-6014-network-servers-desktop-icon.diff to fix bug #6014. This - Creates a "Network Servers" icon in the desktop. -- Added nautilus-136167-no-default-window.diff to fix bug #136167. - When restarted abnormally, Nautilus will no longer open a window for - your home directory. -* Thu Dec 01 2005 gekker@suse.de -- Update to version 2.12.2 -* Tue Nov 29 2005 gekker@suse.de -- Enable nauilus sidebar by default (#132383). -* Thu Nov 17 2005 federico@novell.com -- Added nautilus-default-thumbnail-size.diff. This makes the default size for - thumbnails be 64 pixels, which looks better with the default theme than the - old value of 96 pixels. -* Mon Nov 14 2005 joeshaw@suse.de -- Update nautilus-search patch to 20051101. -- Add patch to hide the zoom and "view as" controls from the - location bar. -* Tue Nov 08 2005 federico@novell.com -- Added nautilus-115467-dont-overlap-volume-icons.diff to fix part of - bug #115467. With this, Nautilus will not overlap the icons when - you insert a CD or USB stick. -* Wed Nov 02 2005 federico@novell.com -- Updated nautilus-submount.patch to fix bug #127509. With this, the - "Unmount volume" command will appear again for network volumes. -* Thu Oct 13 2005 gekker@suse.de -- Update to version 2.12.1 -- Remove upstreamed patch -- Re-diff some patches so that they apply to new version -* Fri Oct 07 2005 jpr@suse.de -- Update beagle search patch -* Thu Oct 06 2005 federico@novell.com -- Added nautilus-desktop-file-fallback-icons.diff so that .desktop - files which don't have an Icon property will fall back to some - reasonable icons depending on the type of the .desktop file. -* Thu Oct 06 2005 gekker@suse.de -- Add DocPath to .desktop file -* Thu Oct 06 2005 sbrabec@suse.de -- Require gnome-themes. -* Wed Oct 05 2005 federico@novell.com -- Added nautilus-consistent-home-folder-name.diff to make the name of - $HOME consistent between the path bar and side bar in Nautilus and - GtkFileChooser. -* Thu Sep 22 2005 clahey@suse.de -- Turn off computer icon by default. -* Thu Sep 15 2005 clahey@suse.de -- Added nautilus-icon.patch to change main icon. bug #117333 -* Thu Sep 08 2005 federico@novell.com -- Added nautilus-114914-trash-unmount-removable-volume.diff to fix bug - [#114914]. With this, trash windows will display the correct contents - if there are mounted removable volumes. -* Thu Sep 08 2005 adrian@suse.de -- do not show up in konqueror menus (#115880) -- Computer menu entry broken other desktops -* Mon Sep 05 2005 gekker@suse.de -- Add submount patch (90584) -- Fix spec to apply both desktop search patches -* Mon Sep 05 2005 mmj@suse.de -- Update to version 2.12.0 (GNOME 2.12) -* Sun Aug 28 2005 jpr@suse.de -- Default to browser mode (113690) -- Add nautilus-search.desktop so gnome-panel has something to launch - for file searches (113691) -* Tue Aug 23 2005 rodrigo@suse.de -- Update to version 2.11.92 -* Tue Aug 16 2005 sbrabec@suse.cz -- Updated nautilus-search patch from Joe Shaw. -* Thu Aug 11 2005 gekker@suse.de -- Update to version 2.11.91 -* Tue Aug 02 2005 gekker@suse.de -- Update to version 2.11.90 -* Wed Jul 13 2005 sbrabec@suse.cz -- Updated to version 2.11.2. -- Added x-nautilus-search beagle integration patch. -- Removed static modules and .la files for libnautilus-private. -* Mon Jun 20 2005 sbrabec@suse.cz -- Updated to version 2.11.2. -* Wed Jun 01 2005 sbrabec@suse.cz -- Fixed devel requirements. -* Fri May 27 2005 sbrabec@suse.cz -- Removed obsolete PKG_CONFIG_PATH line. -* Wed May 18 2005 sbrabec@suse.cz -- Updated to version 2.10.1. -* Tue Mar 22 2005 clahey@suse.de -- Fixes the bug where Places->Connect to server doesn't work - properly with SSH. -* Mon Mar 21 2005 hhetter@suse.de -- create .hidden if it does not exist on startup to hide some - kde services (#58875) -* Mon Mar 14 2005 clahey@suse.de -- Remove nautilus-background-memory.patch. Fixes 72063. -* Wed Mar 09 2005 gekker@suse.de -- Update to version 2.10.0 (GNOME 2.10). -* Mon Mar 07 2005 gekker@suse.de -- Add nautilus-background-memory.patch -* Fri Mar 04 2005 gekker@suse.de -- Update to version 2.9.92 -* Fri Feb 11 2005 gekker@suse.de -- Update to 2.9.91 -- Remove upstreamed libexif patch -* Mon Feb 07 2005 gekker@suse.de -- Update to version 2.9.90 -* Mon Feb 07 2005 ro@suse.de -- added gnome-menus to neededforbuild -* Tue Feb 01 2005 ro@suse.de -- fix last change -* Mon Jan 31 2005 ro@suse.de -- create directory in build-root before packaging -* Fri Jan 28 2005 sbrabec@suse.cz -- Packaged empty directory for extensions. -* Wed Jan 19 2005 clahey@suse.de -- Updated to version 2.9.2. -* Sun Jan 16 2005 schwab@suse.de -- Fix requires. -* Thu Dec 16 2004 hvogel@suse.de -- fix filelist -* Thu Dec 16 2004 hvogel@suse.de -- require gnome-icon-theme for the desktop file icons -* Wed Dec 15 2004 hvogel@suse.de -- fix desktop file -* Tue Nov 23 2004 hhetter@suse.de -- require gnome2-user-docs (#48272) -* Fri Nov 19 2004 ro@suse.de -- removed extra aclocal include directive -* Mon Nov 01 2004 mmj@suse.de -- Locale rename no to nb -* Tue Oct 19 2004 sbrabec@suse.cz -- Fixed support for libexif > 0.5.12. - http://bugzilla.gnome.org/show_bug.cgi?id=143743 -* Tue Oct 12 2004 sbrabec@suse.cz -- Fixed libexecdir for bi-arch (#47050). -* Tue Oct 05 2004 hhetter@suse.de -- register more nautilus desktop files (#46811) -* Mon Oct 04 2004 clahey@suse.de -- Updated string in browser-pref patch. -* Wed Sep 29 2004 sbrabec@suse.cz -- Implemented Open button for mime check warning (#46070), -* Wed Sep 29 2004 hhetter@suse.de -- fix Computer to drives location -* Tue Sep 21 2004 hhetter@suse.de -- show "drives:" location instead of "computer:" and recognize - /var/lib/Desktop -* Wed Sep 08 2004 clahey@suse.de -- Added OnlyShowIn=GNOME;. -* Tue Aug 24 2004 dave@suse.de -- Added nautilus-location-crash.patch, ximian bug #63445 -* Thu Aug 19 2004 dave@suse.de -- Added nautilus-submount.patch, fixes ximian bug #63101 -* Tue Aug 17 2004 dave@suse.de -- Added nautilus-startup-notify.patch, fixes ximian bug #62605 -* Thu Aug 12 2004 dave@suse.de -- Added patches: - nautilus-hide-desktop-files.patch - Update of - nautilus-hide-separators.patch, fixes ximian bug #62339 - nautilus-trim-desktop-menu.patch - fixes ximian bug #59110 -* Thu Jul 29 2004 dave@suse.de -- Added patches: - nautilus-desktop-keybindings.patch - nautilus-hide-separators.patch - nautilus-name-length.patch - nautilus-netscape-url-dnd-format.patch -* Wed Jun 23 2004 dave@suse.de -- Added nautilus-view-dispose.patch -* Thu Jun 17 2004 dave@suse.de -- Updated to nautilus-2.6.3 -* Fri Jun 04 2004 clahey@suse.de -- Updated to nautilus-2.6.2. -* Tue May 11 2004 clahey@suse.de -- Added mailto patch. -* Tue May 04 2004 sbrabec@suse.cz -- Updated to version 2.6.1 (GNOME 2.6). -* Fri Apr 02 2004 hhetter@suse.de -- add drives:// to the uri schemes (Bug Id#37848) -* Thu Apr 01 2004 hhetter@suse.de -- nautilus-uri-schemes.dif: add yast-settings:// and suse-menu:// - to the list of uris which desktop files are interpreted - (Bug Id#37848) -* Mon Mar 22 2004 sbrabec@suse.cz -- Provide and obsolete nautilus2-devel. -* Mon Mar 15 2004 hhetter@suse.de -- install MyComputer Icon on first user startup -* Wed Mar 10 2004 sbrabec@suse.cz -- Fixed gconf schemas installation (#33114). -* Wed Mar 03 2004 hhetter@suse.de -- remove control-center2 from #neededforbuild -* Wed Feb 25 2004 hhetter@suse.de -- apply nautilus-config-defaults.patch: start with sidebar - disabled, disable sound preview -- remove deprecated filesharing patch -* Fri Feb 20 2004 sbrabec@suse.cz -- Package renamed to nautilus. -* Thu Feb 12 2004 hhetter@suse.de -- gconf schema (de-)installation in %%post and %%postun -* Mon Feb 09 2004 hhetter@suse.de -- updated to version 2.4.2 [GNOME2.4.2] -- cs-typo patch has gone upstream, removed -* Sat Jan 10 2004 adrian@suse.de -- let -devel package require libgnomeui-devel -* Mon Oct 27 2003 sbrabec@suse.cz -- Updated to version 2.4.1. -* Fri Oct 24 2003 sbrabec@suse.cz -- Fill start-here:// with more usable items. -* Tue Oct 21 2003 sbrabec@suse.cz -- Typo fix (cs.po). -* Tue Oct 07 2003 sbrabec@suse.cz -- Updated to version 2.4.0 (GNOME 2.4). -* Mon Sep 22 2003 sbrabec@suse.cz -- Obsolete medusa1. -* Wed Sep 17 2003 kukuk@suse.de -- Replace nautilus -* Sun Sep 07 2003 adrian@suse.de -- add Categories -* Mon Aug 25 2003 hhetter@suse.de -- add filesharing patches -- add filesharing setup tool -* Tue Aug 19 2003 sbrabec@suse.cz -- Updated neededforbuild (rename of librsvg2, eel2). -* Mon Jul 14 2003 sbrabec@suse.cz -- Fixed aclocal command. -* Mon Jul 14 2003 sbrabec@suse.cz -- GNOME prefix change to /opt/gnome. -* Wed Jun 25 2003 sbrabec@suse.cz -- Updated to version 2.2.4. -- Updated neededforbuild. -- Turned on cdparanoia interface. -- Fixed unpackaged files. -- Packaged more docs. -- Require control-center2. -- Use %%find_lang. -* Wed Mar 19 2003 hhetter@suse.de -- updated to version 2.2.2 -* Tue Feb 25 2003 hhetter@suse.de -- launch nautilus with --no-desktop in desktop files - to prevent it from overtaking the desktop in other environments - as GNOME (#24105) -* Thu Feb 20 2003 hhetter@suse.de -- remove the starthere - link hack which was only for - 2.0.x versions of nautilus -* Thu Feb 13 2003 sbrabec@suse.cz -- Updated to version 2.2.1. -* Mon Feb 03 2003 ro@suse.de -- added startup-notification to neededforbuild -* Wed Jan 29 2003 hhetter@suse.de -- updated to version 2.2.0.2 -* Mon Jan 20 2003 ro@suse.de -- update to 2.1.91 -* Mon Dec 16 2002 sbrabec@suse.cz -- FHS fix. -- Updated %%files. -- Quick fix of starthere icon look. -* Thu Dec 12 2002 sbrabec@suse.cz -- Added /media path patch (fixes desktop icon look for removable - devices). -* Fri Nov 29 2002 hhetter@suse.de -- updated to version 2.0.8 [GNOME 2.0.3] -* Thu Oct 24 2002 hhetter@suse.de -- applied new ja-patch from mfabian (partly upstream) -- updated to version 2.0.7 -* Mon Oct 21 2002 mfabian@suse.de -- fix corrupted character in ja.po -* Tue Sep 24 2002 sbrabec@suse.cz -- Added alsa-devel to neededforbuild, because esound-devel can require it. -* Thu Sep 19 2002 sbrabec@suse.cz -- Added alsa to neededforbuild, because esound can depend on it. -* Tue Sep 17 2002 hhetter@suse.de -- added better hu po-file from tvamosi -* Tue Sep 17 2002 hhetter@suse.de -- fix hungarian translation -* Tue Aug 20 2002 hhetter@suse.de -- added PreReq: filesystem -* Tue Aug 06 2002 hhetter@suse.de -- updated to version 2.0.3 - * Drag and drop has been implemented in the list view. - * Performance enhancements in the icon factory. - * Various bugfixes. -* Sat Jul 27 2002 adrian@suse.de -- fix neededforbuild -- use %%run_ldconfig -* Fri Jul 26 2002 hhetter@suse.de -- updated to version 2.0.2 - * List view does not hang anymore - * reflect changes in eel 2.0.2 (background api) - * fix crash when invoking nautilus -q" -* Thu Jul 25 2002 hhetter@suse.de -- fix filelist -* Tue Jul 23 2002 hhetter@suse.de -- updated to version 2.0.1 - * Various UI cleanups from the ui review - * Various bugfixes - * The Gnome Nautilus theme now follows the gtk+ theme - better - * Window geometry is stored even in - open-directories-in-same-window - * All executable bonobo components moved into libexec. - * Some performance improvements - * Accessibility fixes - * Add support for kernel supermount patch - * Read desktop file icons according to the icon theme - specification - * New throbber for the gnome theme - * large version of trash icon - * Better handling of disk ejecting - * Proper handling of launching desktop files according - to the spec -* Thu Jun 20 2002 hhetter@suse.de -- don't install schemas while make install -* Fri Jun 14 2002 hhetter@suse.de -- filelist lookover -- supply schema file -* Tue Jun 11 2002 hhetter@suse.de -- updated to version 2.0.0 -* Fri Jun 07 2002 hhetter@suse.de -- gnome-common in #neededforbuild -* Fri Jun 07 2002 hhetter@suse.de -- really build nautilus treeview and notes -* Thu Jun 06 2002 ro@suse.de -- fix libdir usage -* Wed Jun 05 2002 hhetter@suse.de -- added missing pkgtool files -* Wed Jun 05 2002 hhetter@suse.de -- updated to version 1.1.19, source frozen -- seperation from mozilla and gtkhtml modules -* Wed May 22 2002 meissner@suse.de -- changed neededforbuild so we can run autoconf/aclocal, also added - libjpeg. -- %%_lib fixes. -* Tue May 07 2002 ro@suse.de -- up to 1.1.15 -- added gail to neededforbuild (for eel2) -* Fri Feb 01 2002 ro@suse.de -- changed neededforbuild to -* Thu Jan 24 2002 hhetter@suse.de -- initial SuSE package for GNOME 2.0 platform