From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14317 invoked by alias); 1 Jul 2003 16:44:23 -0000 Mailing-List: contact guile-gtk-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: guile-gtk-owner@sources.redhat.com Received: (qmail 14310 invoked from network); 1 Jul 2003 16:44:22 -0000 Received: from unknown (HELO fridge) (24.162.226.6) by sources.redhat.com with SMTP; 1 Jul 2003 16:44:22 -0000 Received: from lark (mantis.schoolnet.na [::ffff:196.44.140.238]) (AUTH: LOGIN wingo) by fridge with esmtp; Tue, 01 Jul 2003 12:44:14 -0400 Received: from wingo by lark with local (Exim 3.36 #1 (Debian)) id 19XOCO-0000Su-00 for ; Tue, 01 Jul 2003 17:41:44 +0100 Date: Tue, 01 Jul 2003 16:44:00 -0000 From: Andy Wingo To: guile-gtk@sources.redhat.com Subject: web page and 0.5.2 Message-ID: <20030701164143.GA1668@lark> Mail-Followup-To: guile-gtk@sources.redhat.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Operating-System: Linux lark 2.4.20-1-686 User-Agent: Mutt/1.5.4i X-SW-Source: 2003-q3/txt/msg00001.txt.bz2 1) Would it be OK if I modified the web page to reflect the current status of the two development lines, and perhaps put up some documentation on guile-gobject? 2) There's a new release up at http://ambient.2y.net/wingo/tmp/guile-gobject-0.5.2.tar.gz. It's now all in CVS, with tags for RELEASE_0_5_0, RELEASE_0_5_1, and RELEASE_0_5_2. If we get the g-wrap things in to g-wrap somewhere, then all libraries will actually be released, yay! If someone could put that release up on the savannah site, I'd be quite grateful -- the sun's going down and I need to head on home. Release notes for 0.5.2, which is the same as the CVS commit log: - override the proper method in example-1.scm - rewrite tic-tac-toe.scm to be a nice demo of subclassing GObjects, with let-params - create idle sources with G_PRIORITY_DEFAULT_IDLE, not G_PRIORITY_DEFAULT -- thanks to owen taylor - make commentary of gobject.scm help-compliant - move pspec arg details to primitives.scm - add support for setting pspec-flags when making a new pspec - change prototypes for gobject:{get,set}-property to be sane and easily overridable - new syntax: define-gobject-class - new syntax: let-params - add null-ok to some glib function parameters - gparam-spec:args actually returns the args, zipped up with their corresponding keywords - new procedure: gobject:gwrap-set-all-types-used - made gtype-instances have a 1 to 1 correspondence with their GTypeInstance counterparts - generalized equal? to work on objects - put generics in the root module, for better or for worse - wrap GTypeClasses so we can wrap class methods - new variable: gruntime:byte-order - add gtype-class slot to all gtype-instances (set-once) - added some files that were in the old CVS but not in releases regards, wingo.