summaryrefslogtreecommitdiff
path: root/sysutils/nautilus/patches
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-09-21 16:54:57 +0000
committerjmmv <jmmv@pkgsrc.org>2004-09-21 16:54:57 +0000
commit50d33b296f1f9f1e371f35eb911256568f1d394b (patch)
treee446df3af40b6840f385d4949d6cc025bdfc23ec /sysutils/nautilus/patches
parent04173c71ec64e71c24d42dbd5aeb789f3284943c (diff)
downloadpkgsrc-50d33b296f1f9f1e371f35eb911256568f1d394b.tar.gz
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
Diffstat (limited to 'sysutils/nautilus/patches')
-rw-r--r--sysutils/nautilus/patches/patch-ag15
-rw-r--r--sysutils/nautilus/patches/patch-ai10
2 files changed, 5 insertions, 20 deletions
diff --git a/sysutils/nautilus/patches/patch-ag b/sysutils/nautilus/patches/patch-ag
deleted file mode 100644
index 62232ae5b86..00000000000
--- a/sysutils/nautilus/patches/patch-ag
+++ /dev/null
@@ -1,15 +0,0 @@
-$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);
diff --git a/sysutils/nautilus/patches/patch-ai b/sysutils/nautilus/patches/patch-ai
index 0879c25d5d3..f72c9bdd337 100644
--- a/sysutils/nautilus/patches/patch-ai
+++ b/sysutils/nautilus/patches/patch-ai
@@ -1,10 +1,10 @@
-$NetBSD: patch-ai,v 1.1 2004/05/11 12:30:15 danw Exp $
+$NetBSD: patch-ai,v 1.2 2004/09/21 16:54:57 jmmv Exp $
---- libnautilus-private/nautilus-program-choosing.c.orig Tue Apr 13 20:45:27 2004
+--- libnautilus-private/nautilus-program-choosing.c.orig 2004-07-24 16:47:37.000000000 +0200
+++ libnautilus-private/nautilus-program-choosing.c
-@@ -71,6 +71,11 @@ typedef struct {
-
- static GHashTable *choose_application_hash_table, *choose_component_hash_table;
+@@ -62,6 +62,11 @@
+ #include <gdk/gdkx.h>
+ #endif
+#if defined(__APPLE__)
+#include <crt_externs.h>