
Fri Jan  1 00:10:04 1999   <per@idonex.se>
	* GTKSupport.pmod/Util.pmod:
            New functions: parse_shortcut_file and save_shortcut_file
	* GTKSupport.pmod/MenuFactory.pmod:
            The signal callback has had the order of it's arguments changed
            in the newest GTK

Thu Dec 31 23:53:09 1998   <per@idonex.se>
	* GTKSupport.pmod/Util.pmod:
            #Added#: New functions: Util.load_image() Util.low_load_image()
            and save image functions
	* test.pike, test2.pike, test3.pike:
            *Deleted*: removed some old uglty test programs

Thu Dec 31 22:45:12 1998   <grubba@idonex.se>
	* AUTHORS: Added missing LF.

Thu Dec 31 22:32:44 1998  Peter Bortas <peter@idonex.se>
	* README.developers: Typo.
              More doc.
	* INSTALLING: #Added#: Intrallation instructions.
	* AUTHORS, COPYING, README, README.GTK, README.developers:
            #Added#: Documentation, license and such.

Thu Dec 31 19:52:58 1998   <per@idonex.se>
	* pgtk.c.pre: some new widgets, and fixes for 1.1.late

Sat Nov 28 11:13:47 1998   <per@idonex.se>
	* pcdocs/SClist, pgtk.c.pre: Documentation fixes
	* pcdocs/SClist: #Added#: New widget
	* GTKSupport.pmod/MenuFactory.pmod: Scrolled CList
	* GTKSupport.pmod/SClist.pike: #Added#: Scrolled CList
	* Makefile.in, configure.in, pgtk.c.head, pgtk.c.pre:
            Now _only_ works with GTK 1.1.

Thu Nov 26 11:47:00 1998   <per@idonex.se>
	* pgtk.c.pre: Added more functions to the drawable and windows classes

Mon Nov 23 07:41:25 1998   <per@idonex.se>
	* build_pgtk.pike:
            Now searches the directory pcdocs for documentation for other
            widgets than the ones in the C-code.
	* GTK.pmod:
            since I renamed all signals to GTK.s_*, I added a new fallback
            for the signal constants
	* GTKSupport.pmod/pDrawingArea.pike: Now supports set_background
	* GTKSupport.pmod/Alert.pike: Inherit GTK.Dialog directly
	* pgtk.c.pre: Fixed some documentation
	* pcdocs/Alert, pcdocs/MenuFactory, pcdocs/pDrawingArea:
            #Added#: Documentation for the PiGTK widgets written in pike
	* pgtk.c.pre: Fixed most GTK.GdkFoo to GDK.Foo
	* build_pgtk.pike: moved the signal constants to the toplevel GTK class
	* pgtk.c.pre:
            Fixed some documentation. Created a GDK.Drawable and moved all
            GDK drawing functions to there. Fixed typechecking for _all_ gdk
            objects. Created a GTK.root_window() function, and GDK.Window
            class. The latter has a child function and get_property. The
            latter required the mapping of the GDK.Atom functions to Pike
            GTK. I also added the 'Rectangle' and 'Region' functions to
            interface to the gdk_region() class of functions
	* build_pgtk.pike:
            Fixed classnames in the generated documentation. Fixed some bugs.
            Fixed aliases for 'add' to `+ etc.
	* pgtk.c.head: Added typechecking to all get_gdkobject() calls
	* GDK.pmod: Added support for GDK.Atom.ATOM_NAME

Tue Nov  3 07:48:28 1998   <per@idonex.se>
	* pgtk.c.pre:
            A lot of changes, to add all drawing area functions to all
            pixmaps. Actually, I should proably move them to the Widget class
            as well (move them from the drawing area class, that is).
	* GTKSupport.pmod/pDrawingArea.pike: #Added#: New fancy widget

Fri Oct 30 05:19:41 1998   <per@idonex.se>
	* pgtk.c.pre:
            o added variable named on 4711 different functions for docs
            o Made accelerator_table be an GTK object
            o Fixed a few bugs
	* build_pgtk.pike: Better documentation

Thu Oct 29 07:37:35 1998   <neotron@idonex.se>
	* pgtk.c.head:
            Added include of signal.h, if HAVE_SIGNAL_H is defined. (for
            SIG_DFL
            in pgtk_globals.h).

Tue Oct 27 16:57:38 1998   <per@idonex.se>
	* GTKSupport.pmod/MenuFactory.pmod:
            Fixed the get_menubar_mapping method. Returns a mapping of ([
            path:item_object ]).
	* pgtk.c.pre:
            o fixed a few bugs
            o Added #include <errno.h> for solaris and some other OSes.
            Should probably have a configure test.
            o Added support for signal handlers returning boolean values.
            Specificaly, this is useful in destroy_event, if 1 is returned
            the window receiving the event will not be destroyed.
            o added a parent() function to all widgets. Returns the parent
            widget.
	* build_pgtk.pike: fixed indent level and added argument checking

Wed Oct 21 03:08:47 1998  Fredrik Hubinette <hubbe@idonex.se>
	* pgtk.c.pre, test.pike: many minor fixes

Tue Oct 20 14:53:15 1998   <per@idonex.se>
	* build_pgtk.pike, pgtk.c.head, pgtk.c.pre: fixes

Wed Oct  7 04:13:19 1998   <per@idonex.se>
	* build_pgtk.pike, make_example_image.pike, pgtk.c.pre: old changes

Mon Oct  5 15:21:30 1998   <per@idonex.se>
	* build_pgtk.pike, pgtk.c.pre: Fixed stack error

Fri Sep 11 15:53:27 1998   <per@idonex.se>
	* GDK.pmod: Removed some unessesary aliases
	* pgtk.c.pre: Fixed more font related functions

Sun Aug 30 04:58:23 1998   <per@idonex.se>
	* GDK.pmod, GTK.pmod: Some bugfixes and some new features
	* Makefile.in:
            Some new features.. GTK.GdkFoo and GTK.GDK_FOO is now available
            as GDK.Foo and GDK.FOO respectively
	* GDK.pmod:
            #Added#: Some new features.. GTK.GdkFoo and GTK.GDK_FOO is now
            available as GDK.Foo and GDK.FOO respectively

Thu Jul 23 22:40:12 1998   <per@idonex.se>
	* build_pgtk.pike, pgtk.c.head, pgtk.c.pre:
            New functions in drawingarea, many more functions, in fact. Also,
            some new functions in Window, and a few new Gdk* classes

Wed Jul 22 02:36:12 1998   <neotron@idonex.se>
	* build_pgtk.pike:
            Now checks for // comments instead of "// ", which sometimes
            missed and left
            comments imn the code...

Thu Jul 16 03:40:27 1998   <per@idonex.se>
	* build_pgtk.pike, pgtk.c.pre:
            Added support for 'set_background' in all widgets

Sun Jul 12 17:14:03 1998   <per@idonex.se>
	* Makefile.in, build_pgtk.pike, make_example_image.pike, pgtk.c.pre:
            More documentation

Sun Jul 12 08:36:45 1998   <neotron@idonex.se>
	* pgtk.c.pre, test.pike:
            Changed GTK.Clist example image to have two columns.

Sun Jul 12 06:39:08 1998   <per@idonex.se>
	* make_example_image.pike: #Added#: Used to create an example image
	* GTK.pmod, build_pgtk.pike, pgtk.c.pre:
            Added more docs, fixed 'frame' widget
	* pgtk.c.pre: Implemented shape_combine_mask for widgets
              Fixed radio buttons and radio menu items

Fri Jul 10 01:45:34 1998   <neotron@idonex.se>
	* Makefile.in: Changed install: to use $(INSTALL) for files.

Fri Jul 10 01:05:13 1998   <per@idonex.se>
	* pgtk.c.pre: Fixed a few color related problems

Fri Jul  3 08:42:58 1998   <per@idonex.se>
	* GTKSupport.pmod/MenuFactory.pmod:
            Added '1' '2' etc. as aliases for 'a' 'm' etc.
              more fixes to the menu code
	* pgtk.c.pre: Made 'signal_connect' return the object instead of 0
	* GTKSupport.pmod/MenuFactory.pmod, pgtk.c.pre:
            Bugfixes, added keybinding support to GTK.MenuFactory
	* GTKSupport.pmod/MenuFactory.pmod:
            Changed call options to MenuDef somewhat
            (path,cb,cbarg,binding,right)
	* GTKSupport.pmod/Alert.pike: Added possibility to set title

Fri Jun 26 22:14:17 1998   <per@idonex.se>
	* GTKSupport.pmod/Alert.pike: Fixes
	* GTKMenuFactory.pmod: *Deleted*: Fixes
	* GTKSupport.pmod/Alert.pike: #Added#: New 'widget'
	* GTKSupport.pmod/MenuFactory.pmod: #Added#: oups
	* Makefile.in: Reorganised stuff
	* GTK.pmod: #Added#: Reorganised stuff
	* build_pgtk.pike, pgtk.c.head, pgtk.c.pre, test.pike:
            Now with bitmaps & pixmaps

Tue Jun 23 06:29:46 1998   <per@idonex.se>
	* GTKMenuFactory.pmod: Fixed a few misfeatures with the menu factory
	* files_to_compile:
            *Deleted*: Fixed a few misfeatures with the menu factory
	* files_to_compile, pgtk.c.pre: Well, where should we put this?
	* GTKMenuFactory.pmod: #Added#: Well, where should we put this?
	* build_pgtk.pike, pgtk.c.head, pgtk.c.pre:
            Accelerators, changes to build_pgtk

Mon Jun 22 03:39:33 1998   <per@idonex.se>
	* pgtk.c.pre: Fixed coredumpbug in signal handler

Sun Jun 21 21:43:13 1998   <per@idonex.se>
	* pgtk.c.pre: Event handling changes

Sat Jun 20 23:32:42 1998   <per@idonex.se>
	* Makefile.in, build_pgtk.pike, configure.in, pgtk.c.head, pgtk.c.pre:
            fixes

Thu Jun 18 17:21:24 1998   <per@idonex.se>
	* Makefile.in, build_pgtk.pike, configure.in:
            It is now possible to build in a separate directory
	* pgtk.c.foot:
            *Deleted*: It is now possible to build in a separate directory
	* .cvsignore: It is now possible to build in a separate directory

Thu Jun 18 03:02:25 1998   <neotron@idonex.se>
	* configure.in: Added substitution of WARN and OPTIMIZE.

Thu Jun 18 02:49:52 1998   <per@idonex.se>
	* build_pgtk.pike, pgtk.c.pre, test3.pike: Now uses configure
	* Makefile: *Deleted*: Now uses configure
	* Makefile.in, configure.in, install-sh: #Added#: Now uses configure

Wed Jun 17 10:43:47 1998  Peter Bortas <peter@idonex.se>
	* Makefile: Possibility to select pike.

Tue Jun 16 23:28:35 1998   <per@idonex.se>
	* build_pgtk.pike, pgtk.c.pre, test2.pike:
            More functions in the basic widgets...
	* test3.pike: #Added#: More functions in the basic widgets...
	* build_pgtk.pike, files_to_compile, pgtk.c.head, pgtk.c.pre,
	  test.pike:
            Changes and news etc. :-)
	* pgtk.c.pre: Added support for colormapped displays in gdkImage

Tue Jun 16 05:50:43 1998   <neotron@idonex.se>
	* build_pgtk.pike: really fixed the bug...
              Another bugfix, if a file didn't exist...
              Fixed a bug...

Tue Jun 16 04:58:35 1998   <per@idonex.se>
	* .cvsignore, Makefile, build_pgtk.pike, pgtk.c.head, pgtk.c.pre,
	  test.pike:
            now with images. Now builds one file per class
	* files_to_compile, test2.pike:
            #Added#: now with images. Now builds one file per class
	* Makefile, build_pgtk.pike, pgtk.c.pre, test.pike:
            Fixes to the test program, signal documentation added
	* Makefile: Fixes to the makefile

Mon Jun 15 21:51:31 1998   <per@idonex.se>
	* pgtk.c.head, pgtk.c.pre: event handling works better now
	* build_pgtk.pike, pgtk.c.pre, test.pike: fixes
	* .cvsignore, test.pike: #Added#: Some more files
	* Makefile, build_pgtk.pike, pgtk.c.foot, pgtk.c.head, pgtk.c.pre:
            #Added#: Initial version
