Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Rene Hexel <rh@netbsd.org>
List: source-changes
Date: 06/01/2000 08:28:58
Module Name:	pkgsrc
Committed By:	rh
Date:		Thu Jun  1 15:28:57 UTC 2000

Modified Files:
	pkgsrc/devel/glade: Makefile
	pkgsrc/devel/glade/files: md5
	pkgsrc/devel/glade/pkg: PLIST

Log Message:
Update glade to 0.5.9.  Relevant changes are:

Glade 0.5.9     (May 20 2000)
===========

 o Added a Turbo-Start Guide from Paul J. Drongowski.
 o Patches from James M. Cape to allow setting of the Title of GnomeMessageBox
   widgets, and setting all the standard window properties of GnomePropertyBox.
 o Updated Norwegian, Russian, Swedish, Japanese and German translations.

Glade 0.5.8     (May 14 2000)
===========

 o Added User Guide and FAQ to the Help menu, though these are unfinished.
 o Added option to support the Gnome Help system. Currently this only adds the
   GNOME_UIINFO_HELP macro to the GnomeUIInfo struct, though we may include a
   complete template User Guide with all the build files in future. Note that
   you will have to install the topic.dat file in the appropriate directory
   for the Help menuitems to be added. See the Glade source for an example.
 o Installed the menu hints in the GnomeAppBar.
 o Added a '--write-source' command line option to just build the source code
   and exit. Note that an X connection is probably necessay for this to work.
 o Partial support for GnomeDB widgets, though you'll have to set up the
   configure.in/Makefile.am yourself. Parts of this may be unfinished.
 o The beginnings of support for Bonobo controls. To include this configure
   with '--with-bonobo'. This is still unfinished. Source code output isn't
   done.
 o Lots of new translations (many thanks to the people who do this behind the
   scenes).

Glade 0.5.7     (Feb 19 2000)
===========

 o Fixed problem with gnome-gettext.m4 macros being removed.
 o French, Swedish, Japanese & Norwegian translations updated.

Glade 0.5.6     (Feb 13 2000)
===========

 o Bug fixes -  XML/source code output for box children with PACK_END set.
                Using normal pixmaps in menu items.
                Used correct default for C++ option cxx_use_heap, so it doesn't
                appear in projects for other languages.
                Fixed code output for children of paned widgets.
                Fixed progress bar bug.
                Fixed GLADE_DATA_DIR so --datadir works.
                Fix bug which caused widgets to be skipped in code output.
 o Used WM_NAME & WM_CLASS properties so window positions can be saved by the
   window manager.
 o Defaults for project options - to cut down on XML output. More default
   values will be used in future - see doc/file_format.txt.

Glade 0.5.5     (Nov 11 1999)
===========

 o Bug fixes -  fixed accelerator keys dialog so the GTK+ version compiles.
                output (void) as the function prototypes in interface.c

Glade 0.5.4     (Nov 6 1999)
===========

 o Added back the 'Data' & 'Object' fields on the 'Signals' page, though I
   still think people shouldn't use these.
 o Added some support for GnomeAnimator. You just have to add the frames of the
   animation yourself.
 o Moved accelerator keys from a property editor page to a separate dialog,
   which you can access via the 'Basic' page of the property editor.
 o Bug fixes -  Allow label to be removed from buttons etc.
                Make sure GnomeDruid strings are translated.
                Don't let widgets be added to GnomeCanvas.
                Don't let child widgets of GtkEntry/GnomeEntry etc. be deleted.
                Ignore <style> stuff in XML file.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 pkgsrc/devel/glade/Makefile
cvs rdiff -r1.7 -r1.8 pkgsrc/devel/glade/files/md5
cvs rdiff -r1.4 -r1.5 pkgsrc/devel/glade/pkg/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.