From 018ef2a1dbced3a14d2432e933bb494350cd8a69 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 11 Feb 2002 00:26:03 +0000 Subject: Update to 0.11.19: * Mouse bindings ignore all modifiers except shift, control and alt at all times. Reported by Martin Uddén. * Fixed sloppy pointer-to-int cast that gave warning on 64-bit systems (Alphas). Reported by Jesse Perry. * The Information command can now optionally display the output of 'file' in its window. Suggested by Christian Richter. Do note that this *requires* your 'file' command to support the "-f - -n" option combo. See configure.in for details. * If executing a child process fails, gentoo now sometimes shows an error rather than just dying. This is an improvement. * Added some more -W options to gcc, that scared out some sloppy code that got fixed (even in widgets/). I like killing warnings. * Updated About's copyright for the new year. Time flies. :) * RenameSeq no longer opens its window if there's no selection. * Should now compile on NetBSD, too. Thanks to Pehr Johansson for the original patch. * String input fields (created with '{Is}') can now be set to use asterisks to hide entered text. To do this, add an asterisk in the definition, after the label part, e.g.: '{Is:"Password"*}'. * gentoo now supplies the window manager with a prettier icon, and now also groups its windows, most of the time at least. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sysutils/gentoo/patches/patch-ae | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sysutils/gentoo/patches/patch-ae') diff --git a/sysutils/gentoo/patches/patch-ae b/sysutils/gentoo/patches/patch-ae index d7738d84adc..b63911aeb04 100644 --- a/sysutils/gentoo/patches/patch-ae +++ b/sysutils/gentoo/patches/patch-ae @@ -1,8 +1,8 @@ -$NetBSD: patch-ae,v 1.1.1.1 2002/01/29 12:37:17 wiz Exp $ +$NetBSD: patch-ae,v 1.2 2002/02/11 00:26:04 wiz Exp $ ---- src/types.c.orig Tue Aug 28 18:36:47 2001 +--- src/types.c.orig Wed Jan 30 22:24:40 2002 +++ src/types.c -@@ -359,7 +359,7 @@ +@@ -354,7 +354,7 @@ if(file_list == NULL) return; -- cgit v1.2.3