From ad4e2ceeb2d74805916eb76083fcab1b33a5c5ae Mon Sep 17 00:00:00 2001 From: rh Date: Sat, 25 Nov 2000 14:16:36 +0000 Subject: Update gb to 0.0.15. Changes include: * Implement a collections object * Add the '!' operator WorkSheets!Sheet1 * Impl the 'visible' property on form items. * Read / Write only properties * Impl. default methods * Massive internal object / type system re-write * Major API clean * Potential security issue fixed * Lots of Parser / Lexer work + Class parsing + Set statement + Control array parsing + 'Is' statement * Lots of parser / lexer bugs fixed * File IO performance improvements and fixes * Lof implemented, Open improved * More Command button events * Form parsing & FRX handling * GUI items - PictureBox, Frame, Check started * Embryonic GB GUI designer --- lang/gb/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/gb/Makefile') diff --git a/lang/gb/Makefile b/lang/gb/Makefile index beb33e9ee87..ada69b5b9cf 100644 --- a/lang/gb/Makefile +++ b/lang/gb/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/10/17 17:18:27 rh Exp $ +# $NetBSD: Makefile,v 1.2 2000/11/25 14:16:36 rh Exp $ # -DISTNAME= gb-0.0.12 +DISTNAME= gb-0.0.15 CATEGORIES= lang gnome MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/gb/} -- cgit v1.2.3