New in 1.0.1

	pong-edit:
		- Gtk argument setting is smarter giving the user a pick
		  of argument names from a combobox if it can find the widget.

	library:
		- Fix option menu crash/warnings when no options given in the
		  file
		- Default to Pong:Spin:Button for integers
		- Spinbuttons are smarter and update before window is closed
		- String fixes (Kjartan)

	packaging:
		- Updates (Anders)

	translations:
		- Updates (Kjartan Maraas, Ole Laursen, Christian Rose,
		  Yukihiro Nakai, Fatih Demir, M. Ali Vardar)

New in 1.0.0

	library:
		- Follows the not-yet-ratified dialog ui proposal, including
		  using Help/Cancel/OK (where Cancel == Revert+Close and
		  OK == Close)
		- Use notebook style if less then 6 panes and list style if
		  more
		- Bugfixes

	m4 macros:
		- Macros for doing cool things such as checking for pong
		  and the standard schema installtion macro

	packaging:
		- Yay! we have an RPM spec file (Chipzz aka Jan Van Buggenhout)

	documentation:
		- Complete and usable

New in 0.13:

	pong (library):
		- set_label returns a bool which will make the lib do
		  the internal label setting
		- Make initial size layout work (mostly at least) for bonobo
		  controls by doing evil gtk tricks
		- Make it posible to turn off the label aligning for widgets
		- Add a columns field to groups, so you can have groups with
		  more then one column of widgets.
		- PongListEntry now has settable titles on the lists
		- Fixes

	pong-bonobo:
		- PongBonoboEntry object which is a simple implementation
		  which makes it easy to create new pong bonobo controls by
		  just using the PongWidgetInterface from the main pong
		  library
		- setLabel is now a separate intertface so that it
		  can be queried if it exists or not.
		- new interface for setArg which is string based.  This
		  is used mostly for the PongBonoboEntry
		- Evil fixes to make things work right, especially
		  sensitivity
		- Hack around evil ORBit memory issues by leaking in
		  remote case (better then crashing)
		- Fixes

	PonG-Edit:
		- Has a .desktop file now
		- Fix moving panes around
		- Bunch of other fixes

	Translations:
		- The gettext stuff should now be done correctly when used
		  as a library
		- Bunch of new translations by the gnome i18n dudes

New in 0.11:
	build/installation:
		- Build problems fixed (Darin)

	pong (library) / pong-i18n-tool / pong-edit:
		- Removed the entire translation mess, it is replaced by
		  us supporting xml-i18n-tools.  This saves a LOT of code
		  simplifies the API, and makes translators happier.
		  Unfortunately this all does break the API.
		- Option menu widget
		- Simple list entry widget for picking from a list
		- Align labels/widgets correctly in a table to make dialogs
		  look prettier
		- Mucho fixes

	pong-edit:
		- Can now import gconf schema files
		- No longer exports the gettext stuff as that's now useless
		- Supports bonobo plugs
		- Query bonobo controls and use combo box
		- Minor usability improvements
		- Mucho fixes

	pong-tool:
		- Remove gettext stuff
		- Supports bonobo plugs
		- Fixes

	pong-bonobo:
		- Fully working, see bonobo/sample/ directory for an example

	docs:
		- A bit more documentation, still only in SGML

	translations:
		- Actually does translations now

New in 0.7:
	build/installation:
		- Separate out everything by platform number, including all includes,
		  libraries and binaries.  Similar setup as say GConf or new GTK+.
		  You will need to remove all your old pong files (mainly include/pong
		  directory) if you want things to function properly now.

	pong (library):
		- Native color widget
		- Fix the Conf.sh files for gnome-config
		- Fixes

	pong-edit (GUI Editor):
		- Editting of widget types
		- Fixes and minor improvments
		- Actually installs its glade file

	pong-bonobo:
		- Actually something builds
		- Updated IDL file

New in 0.5:
	pong-edit (GUI Editor):
		- Basically a rewrite
		- Now usable.
		- Writes out schema files as well for you, data is stored in
		  .pong files

	pong (library):
		- Change how user levels are specified for widgets
		- Revert button
		- Slider widget
		- Support got all GtkEditable widgets directly
		- Support for GtkText directly
		- Better gettext support
		- Work with latest GConf (Maciej)
		- Fixes

	pong-bonobo:
		- Preliminary IDL

	pong-i18-tool
	pong-gettext-tool:
	pong-tool:
		- Fixes

	docs:
		- Very beginnings of docs
	
New in 0.3:
	pong (library):
		- Support for translation files, and support for gettext
		- Support defaults for elements in case a GConf default is missing.
		- Support for GnomeColorPicker
		- Support for GtkRange derived widgets
		- Supports PONG_PATH
		- Parse Bonobo Control entries (aren't supported yet though)
		- Allow using XML from memory buffers for glade
		- Support for unconnected extra widgets in Pane type dialogs
		- Cleanup, Fixes

	pong-bonobo:
		- Skeleton start of Bonobo Control support

	pong-i18-tool
	pong-gettext-tool:
		- New tools to maintain translation files and to create gettext
		  ready fake "C" files.

	pong-tool:
		- Supports gettext

New in 0.2:

	pong (library):
		- New name: PonG
		- Use Glade files in pane mode
		- Lots of fixes/cleanups in API
		- Pluggable pane components
		- One widget can set multiple keys
		- Fixes for compilation and requires gob 1.0.4, gconf 0.6, and
		  gdkpixbuf
		- Paths outside of BaseConfPath supported
		- Better support of user levels
		- Better support for multiple configurations using a prefix
		  (for example applets)
		- Easier to do dialogs on demand to speed up startup time of
	  	  applications
		- Correctly add and remove dirs for gconf-client
		- Various bugfixes
		- Translation updates (various people, see changelog)
	pong-tool:
		- Add support for prefix and levels
	pong-edit:
		- Minor improvements, but still not good enough to
		  edit real files
