head	1.3;
access;
symbols
	pkgsrc-2013Q2:1.3.0.46
	pkgsrc-2013Q2-base:1.3
	pkgsrc-2012Q4:1.3.0.44
	pkgsrc-2012Q4-base:1.3
	pkgsrc-2011Q4:1.3.0.42
	pkgsrc-2011Q4-base:1.3
	pkgsrc-2011Q2:1.3.0.40
	pkgsrc-2011Q2-base:1.3
	pkgsrc-2009Q4:1.3.0.38
	pkgsrc-2009Q4-base:1.3
	pkgsrc-2008Q4:1.3.0.36
	pkgsrc-2008Q4-base:1.3
	pkgsrc-2008Q3:1.3.0.34
	pkgsrc-2008Q3-base:1.3
	cube-native-xorg:1.3.0.32
	cube-native-xorg-base:1.3
	pkgsrc-2008Q2:1.3.0.30
	pkgsrc-2008Q2-base:1.3
	pkgsrc-2008Q1:1.3.0.28
	pkgsrc-2008Q1-base:1.3
	pkgsrc-2007Q4:1.3.0.26
	pkgsrc-2007Q4-base:1.3
	pkgsrc-2007Q3:1.3.0.24
	pkgsrc-2007Q3-base:1.3
	pkgsrc-2007Q2:1.3.0.22
	pkgsrc-2007Q2-base:1.3
	pkgsrc-2007Q1:1.3.0.20
	pkgsrc-2007Q1-base:1.3
	pkgsrc-2006Q4:1.3.0.18
	pkgsrc-2006Q4-base:1.3
	pkgsrc-2006Q3:1.3.0.16
	pkgsrc-2006Q3-base:1.3
	pkgsrc-2006Q2:1.3.0.14
	pkgsrc-2006Q2-base:1.3
	pkgsrc-2006Q1:1.3.0.12
	pkgsrc-2006Q1-base:1.3
	pkgsrc-2005Q4:1.3.0.10
	pkgsrc-2005Q4-base:1.3
	pkgsrc-2005Q3:1.3.0.8
	pkgsrc-2005Q3-base:1.3
	pkgsrc-2005Q2:1.3.0.6
	pkgsrc-2005Q2-base:1.3
	pkgsrc-2005Q1:1.3.0.4
	pkgsrc-2005Q1-base:1.3
	pkgsrc-2004Q4:1.3.0.2
	pkgsrc-2004Q4-base:1.3
	pkgsrc-2004Q3:1.2.0.4
	pkgsrc-2004Q3-base:1.2
	pkgsrc-2004Q2:1.2.0.2
	pkgsrc-2004Q2-base:1.2
	pkgsrc-2004Q1:1.1.0.2
	pkgsrc-2004Q1-base:1.1;
locks; strict;
comment	@# @;


1.3
date	2004.09.21.16.54.57;	author jmmv;	state dead;
branches;
next	1.2;

1.2
date	2004.04.01.18.38.03;	author jmmv;	state Exp;
branches;
next	1.1;

1.1
date	2004.02.10.17.59.24;	author jmmv;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Update to 2.8.0.  This version corresponds to GNOME 2.8.0.

Major changes since 2.7.92 are:
* Destroy metadata hashtable in right way, fixes crash
* Fix crash in list view when changing views
* Translation updates

Major changes since 2.7.4 are:
* Fix crash when transfer rate near zero
* Fix crash when renaming in list view and changing directory
* Fix double call of eel_preferences_remove_callback on shutdown
* Use default folder view from gconf instead of now broken gnome-vfs mime setting
* Some fixes to the handling of open with
* Faster way to get the group list for a user
* Don't make progress dialog on copy to desktop appear on all workspaces
* Fix sort by size in computer view

Major changes since 2.7.2 are:

* Fix remaining time reporting in progress dialog
* Nicer connect to server dialog
* Various bugfixes and memleak fixes

Major changes since 2.7.1 are:

* Added spatial/browser pref to the prefs dialog
* Use ctrl+q to add all windows
* On shift-double-click on a non-folder, close the window after.
* Bug fixes
* Show estimated time remaining in the progress dialog.
* per-window show hidden files setting
* Don't warn about mime-type mismatches if the handler is the same
  for both mime-types.
* Date formatting improvements
* Killed start-here
* Changed to use the new mime spec and UI

Major changes since 2.6.2 are:
* Desktop file editior property page
* Display server name in window title for remote URIs
* Add setting to not show volumes on desktop
* Prevents read-only emblem from being shown on desktop icons
  when user is in root group
* Fix dnd start coordinates when zoomed
* Start apps in the directory they are launched from
* Add close all windows to spatial window menu
@
text
@$NetBSD: patch-ag,v 1.2 2004/04/01 18:38:03 jmmv Exp $

http://bugzilla.gnome.org/show_bug.cgi?id=134022

--- src/nautilus-application.c.orig	2003-10-21 14:52:52.000000000 +0200
+++ src/nautilus-application.c
@@@@ -346,6 +346,8 @@@@ create_starthere_link_callback (gpointer
 		g_warning ("Failed to execute command '%s'\n", cmd);
 	}
 	
+	chmod(desktop_link_file, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
+
 	g_free (desktop_path);
 	g_free (desktop_link_file);
 	g_free (cmd);
@


1.2
log
@Update to 2.6.0.  Changes since previous stable branch (2.4.x):

Major changes since 2.5.91 are:
* Translation updates

Major changes since 2.5.90 are:
* Handle failures when opening new window better (don't loop)
* visiting and accept modifiers were reversed in list view
* Build fixes

Major changes since 2.5.8 are:
* Beter typeahead in list view
* "browse" context menu item in more places
* Added go -> cd burner in browser mode
* Fallback to normal icon view if there is a problem launching another view
* Close windows on unmounted directories
* Fix crashes
* Longer delay until cancel open dialog opens

Major changes since 2.5.7 are:
* Fix crash
* Nicer names for toplevel uris
* Browse folder works in more places
* Added preference to always use browser windows
* Warn when sniffed/extension-matched mime type disagrees
* Show applications for both sniffed and extension-matched
  mimetype in the open with menu

Major changes since 2.5.6 are:
* Fix icon lookup crash
* Fix property page crash
* Some a11y fixes
* Use new background capplet name
* Fix rename keyfocus issue
* Scroll to icon after rename
* Fix ogg previewing
* Some HIG rephrasing of strings
* Fix crash on rename of empty selection
* Update help userguide links
* Paste menu sensitivity fix
* Rename selection keynav now behaves better from the start

Major changes since 2.5.5 are:
* hig/ui tweaks
* ngettext support
* distribute nautilus-list-view-ui.xml
* New mimetype detection approach
* performance fixes
* non-modal open with other dialog
* Don't show small svgs as themseleves (always thumbnail)
* update egg-recent

Major changes since 2.5.4 are:
* Extension system for emblem, property page, menu item, and
  list view column plugins.
* Editable list view columns
* Don't expand symlinks when following them.
* Busy cursor in loading spatial windows
* Icon-view style typeahead in the list view.
* Emblems in the list view
* Added a location button to spatial windows
* Removed tab icon nav from the icon view
* Add a context menu to the tree side pane.
* Pop up folder menu in list view background
* Turn on home icon on the desktop by default
* Added status bar info when no files are selected
* Got rid of unnecessary EelGenerousBin/EelInputEventBox usage
* HIG fixes
* Bugfixes

Major changes since 2.5.3 are:
* Use GtkIconTheme instead of GnomeIconTheme
* Show visited folders differently
* Better mouse/keynav in icon and list view
* Save window geometry on window close
* HIG message dialogs
* File templates support

Major changes since 2.5.2 are:
* Accessibility fixes
* Better initial size of navigation window
* Close all parents closes all parents
* Focus the next item after delete in list view

Major changes since 2.5.1.1 are:
* Don't do unnecessary i/o on remote locations
* handle broken symlinks that go unbroken
* various bug fixes
* some accessibility fixes

Major changes since 2.5.1 are:

* Fixed a NautilusFile leak
* DISABLE_DEPRECATED fixes.

Major changes since 2.5.0 are:

* Start of new volume handling system
* deprecaton clean
* fixed leaks
* performance fixes
@
text
@d1 1
a1 1
$NetBSD: patch-ag,v 1.1 2004/02/10 17:59:24 jmmv Exp $
@


1.1
log
@Ensure that the "Start Here" link that gets created in the desktop has write
permissions for the owner.  Bump PKGREVISION to 2.
@
text
@d1 3
a3 1
$NetBSD$
@

