head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.18 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.16 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.14 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.12 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.10 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.8 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.6 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.4 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.2 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.3.0.18 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.16 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.14 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.12 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.10 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.8 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.6 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.4 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.2 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.2.0.10 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.8 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.6 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.4 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.2 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.1.0.4 pkgsrc-2004Q3-base:1.1 pkgsrc-2004Q2:1.1.0.2 pkgsrc-2004Q2-base:1.1; locks; strict; comment @# @; 1.4 date 2008.04.15.17.48.16; author drochner; state dead; branches; next 1.3; 1.3 date 2006.01.06.16.53.49; author wiz; state Exp; branches; next 1.2; 1.2 date 2004.09.21.16.54.57; author jmmv; state Exp; branches; next 1.1; 1.1 date 2004.05.11.12.30.15; author danw; state Exp; branches; next ; desc @@ 1.4 log @update to 2.22.2 This switches to the gnome-2.22 release branch. @ text @$NetBSD: patch-ai,v 1.3 2006/01/06 16:53:49 wiz Exp $ --- libnautilus-private/nautilus-program-choosing.c.orig 2005-10-27 09:25:52.000000000 +0200 +++ libnautilus-private/nautilus-program-choosing.c @@@@ -61,6 +61,11 @@@@ #include #endif +#if defined(__APPLE__) +#include +#define environ (*_NSGetEnviron()) +#endif + extern char **environ; /* Cut and paste from gdkspawn-x11.c */ @ 1.3 log @Update to 2.12.2: Major changes in 2.12.2 are: * Skip non-existant bookmarks in menu/sidebar * Sort applications in open dialogs and menus * Deletion confirmation dialog fixes * Fix leaks * Fix crashes @ text @d1 1 a1 1 $NetBSD: patch-ai,v 1.2 2004/09/21 16:54:57 jmmv Exp $ @ 1.2 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 @d1 1 a1 1 $NetBSD: patch-ai,v 1.1 2004/05/11 12:30:15 danw Exp $ d3 1 a3 1 --- libnautilus-private/nautilus-program-choosing.c.orig 2004-07-24 16:47:37.000000000 +0200 d5 1 a5 1 @@@@ -62,6 +62,11 @@@@ @ 1.1 log @fixes for darwin @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- libnautilus-private/nautilus-program-choosing.c.orig Tue Apr 13 20:45:27 2004 d5 3 a7 3 @@@@ -71,6 +71,11 @@@@ typedef struct { static GHashTable *choose_application_hash_table, *choose_component_hash_table; @