From e033ef97cad6ad783573fc532a4566c68d604cfd Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Tue, 1 Oct 2002 10:40:56 +0000 Subject: [PATCH] r1948: Require glib >= 2.0.3, or action windows leak file handles (reported by Musus Umbra). --- ROX-Filer/Help/Changes | 5 +++++ ROX-Filer/Help/TODO | 4 +--- ROX-Filer/src/configure.in | 1 + 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ROX-Filer/Help/Changes b/ROX-Filer/Help/Changes index 147403d8..fc03fb82 100644 --- a/ROX-Filer/Help/Changes +++ b/ROX-Filer/Help/Changes @@ -2,6 +2,11 @@ A RISC OS-like filer for X by Thomas Leonard +01-Oct-2002 +~~~~~~~~~~~ +Require glib >= 2.0.3, or action windows leak file handles (reported by +Musus Umbra). + 27-Sep-2002 ~~~~~~~~~~~ Allow multiple pinboard icons to be repositioned at once. diff --git a/ROX-Filer/Help/TODO b/ROX-Filer/Help/TODO index 082f45c6..717955da 100644 --- a/ROX-Filer/Help/TODO +++ b/ROX-Filer/Help/TODO @@ -31,15 +31,13 @@ FEATURES FOR 1.3 Use dnotify on Linux to find out when directories change. -Geometry in SOAP message? Or use wmclass? - Put groups on Select menu. Use XFS extended attribute to store MIME types. Clean out thumbnails cache (memory and disk) from time to time. -Options to set fonts. +More options to set fonts? Option to show DnD menu on button-1 drags (for pen users). diff --git a/ROX-Filer/src/configure.in b/ROX-Filer/src/configure.in index 1b748022..87776ec1 100644 --- a/ROX-Filer/src/configure.in +++ b/ROX-Filer/src/configure.in @@ -51,6 +51,7 @@ fi ]) ROX_REQUIRE(gtk+-2.0, 2.0.1) +ROX_REQUIRE(glib-2.0, 2.0.3) ROX_REQUIRE(libxml-2.0, 2.0.0) dnl Checks for programs. -- 2.11.4.GIT