Sat Apr 21 16:15:26 2001  George Lebl <jirka@5z.com>

	* Release 0.13

Sat Apr 21 16:06:13 2001  George Lebl <jirka@5z.com>

	* pong-edit/pong-edit.desktop.in, pong-edit/Makefile.am:  Add a
	  .desktop file for the editor

Sat Apr 21 15:27:51 2001  George Lebl <jirka@5z.com>

	Fix bugs #8119, #8120, #8121

	* bonobo/pong-bonobo-widget.gob: make error message easier to
	  understand

	* pong-edit/glade-strings.c, pong-edit/pong-edit.glade:  Fix
	  some typos.

Sat Apr 21 15:05:02 2001  George Lebl <jirka@5z.com>

	* pong/Makefile.am: add pong-i18n.h to SOURCES

Sat Apr 21 14:13:04 2001  George Lebl <jirka@5z.com>

	* pong/pong-i18n.h, pong/*.c, pong/*.gob, bonobo/*.c, bonobo/*.gob:
	  add some gettext foo to make the translations work right

Fri Apr 20 18:29:37 2001  George Lebl <jirka@5z.com>

	* bonobo/sample/pong-test-entry.gob, bonobo/sample/Makefile.am:
	  Make the sample use pong-bonobo-entry to simplify it and for it
	  to become a much better example.

Fri Apr 20 03:03:20 2001  George Lebl <jirka@5z.com>

	* pong/pong-strings.h, pong/pongpane.[ch], pong/pongparser.c:
	  add a Columns field to groups to put widgets into columns.

	* pong-edit/tree.[ch]:  Add interface for get/set of integers

	* pong-edit/panes.c, pong-edit/pong-edit.glade: Add the columns
	  editting.

	* pong-edit/panes.c:  correctly set up arguments and options for
	  Bonobo and Plug panes.

Fri Apr 20 01:43:15 2001  George Lebl <jirka@5z.com>

	* pong/pongelement.h, pong/pongpane.c:  a Nothing type for a widget
	  which is the default.  So that there is no warning on an empty
	  widget and it's put into the widget tree.  Not useful much yet, but
	  will be instrumental when columns arrive.

Fri Apr 20 01:02:12 2001  George Lebl <jirka@5z.com>

	* bonobo/pong-interface.idl, bonobo/pong-bonobo-entry.gob,
	  bonobo/pong-bonobo-widget.gob, bonobo/pong-bonobo-entry-label.gob,
	  bonobo/pong-bonobo-entry-arguments.gob, bonobo/Makefile.am:
	  separate setLabel into a separate interface add an interface
	  for setArg, and implemented it to set gtk arguments, thus
	  completing the entry to be the same as for internal widgets.

Thu Apr 19 01:26:27 2001  George Lebl <jirka@5z.com>

	* pong/pong-list-entry.gob: Added labels (settable through
	  arguments) and moved the arrow buttons to the middle.

Wed Apr 18 23:32:38 2001  George Lebl <jirka@5z.com>

	* bonobo/Makefile.am, pong/Makefile.am, pong/pong-check-group.gob
	  pong/pong-color-picker.gob, pong/pong-glade.c,
	  pong/pong-list-entry.gob, pong/pong-option-menu.gob,
	  pong/pong-radio-group.gob, pong/pong-slider.gob,
	  pong/pong-spin-button.gob, pong/pong-widget-interface.c,
	  pong/pong-xml.gob, pong/pong.c, pong/pongpane.c,
	  pong/pongparser-private.h, pong/pongparser.[ch]:
	  A bit of new inline docs, don't install private header files,
	  split parser into private and public header, changed signal
	  emission wrappers are private now

Wed Apr 18 21:02:55 2001  George Lebl <jirka@5z.com>

	* pong/pong-strings.h, pong/pongpane.[ch], pong/pongparser.c:  Add
	  the AlignLabel boolean to widgets and plugs

	* pong-edit/pong-edit.glade, pong-edit/glade-strings.c,
	  pong-edit/panes.c:  Add the AlignLabel property to widgets and
	  plugs

	* pong-edit/pane-arguments.c, pong-edit/panes.c, pong-edit/tree.[ch]:
	  Add default to tag_get_bool
	  
	* pong-edit/pong-edit.c:  move comment one line down

Sun Apr 15 18:06:26 2001  George Lebl <jirka@5z.com>

	* bonobo/pong-bonobo-widget.gob: Further evilify this file by
	  freeing the any in local case since there it's not b0rk.  Leaks
	  like a sieve in the remote case, but oh well, such is life with
	  ORBit.

Sun Apr 15 17:29:11 2001  George Lebl <jirka@5z.com>

	* bonobo/pong-bonobo-entry.gob, bonobo/pong-bonobo-widget.gob:  Fixup
	  type issues.  Set autostate to FALSE, and instead proxy the state
	  ourselves from the widget directly.  Also don't free the returned
	  any value as ORBit seems completely b0rk here and dumps core every
	  once in a while.  At least when things get written over on free,
	  as it seems to access some freed memory during the process.  Also
	  pass CORBA_TRUE to orbit functions as orbit is b0rk and check for
	  equality of CORBA_TRUE rather then for not false.

Sun Apr 15 01:48:56 2001  George Lebl <jirka@5z.com>

	* configure.in: raise version to 0.13

	* pong/pong-widget-interface.[ch], pong/pongpane.c:
	  set_label now returns a boolean to indicate if the widget
	  did actually set this label or now and in case it didn't
	  pong acts as if it were unimplemented.

	* bonobo/Makefile.am, bonobo/pong-bonobo-entry.gob,
	  bonobo/pong-bonobo-widget.gob, bonobo/pong-interface.idl,
	  bonobo/pong-bonobo.h:
	  Add boolean to setLabel based on an exception and implement 
	  the easy library for pong controls.  Also change the ListValue
	  type in the idl as it was flawed by not including a type.  The
	  entry includes an utter hack which is the only way I got
	  sensitivity working correctly in bonobo.  I will submit a bonobo
	  patch soon for that.  For now we twiddle Control implementation.

	* pong/pong-check-group.gob: cosmetic improvements

	* pong/pong-xml.gob: Fix warning on non-existant widgets and
	  sensitivities

	* pong/pongpane.c: Work around broken bonobo initial sizing by
	  mapping each page in the notebook immediately, this is ugly
	  but without that the bonobo widgets don't get sized until
	  shown.  Bonobo just shouldn't depend on X for the sizing!!!

Thu Apr 12 16:36:29 2001  George Lebl <jirka@5z.com>

	* pong-edit/panes.c: Fix segfault when moving panes to the end, there
	  still seems to be a bug lurking in there

Thu Apr 12 09:36:05 2001  George Lebl <jirka@5z.com>

	* Release 0.11

Tue Apr 10 16:03:21 2001  George Lebl <jirka@5z.com>

	* pong/pong-list-entry.gob, pong-edit/pong-edit.glade:  Finished
	  the list entry in at least a basic form

	* pong/pong-check-group.gob: random cleanup

Tue Apr 10 12:02:17 2001  George Lebl <jirka@5z.com>

	* pong/pong-check-group.gob, pong/pongutil.[ch]: move the
	  string/value equality function to utils

	* pong/pong-list-entry.gob: implement all functionality for a basic
	  list entry except for set_value, so it's still not usable, but very
	  close

Tue Apr 10 08:31:54 2001  George Lebl <jirka@5z.com>

	* pong/pong-ui-plug-glade.gob, pong/pong-xml.gob, pong/pongparser.c,
	  pong-edit/panes.c:  Fix bunch of leaks found by memprof

	* pong/pongparser.c: remove the translation crap which isn't used
	  anymore

	* pong-edit/pong-edit.c: work around a gconf crash by leaking a gconf
	  client

Mon Apr 09 17:36:29 2001  George Lebl <jirka@5z.com>

	* pong-edit/pong-edit.c, pong-edit/panes.[ch],
	  pong-edit/elements.[ch], pong-edit/pong-edit.glade:
	  Use combo boxes for the bonobo iids and the widget name in
	  panes to ease setting these correctly.  When the Widget field
	  on an element is unset display the conf path in the entry.  When
	  the owner is unset display the global owner in the entry.

	* pong/pongparser.c: correctly initialize the PongFile structure

	* pong/Makefile.am, pong/pong-native-widgets.h, pong-list-entry.gob,
	  pong/pong.c:  Start on a windows style list entry widget, doesn't
	  yet work.

	* pong-edit/tree.c: new widgets are named unknown_%d to correspond to
	  new conf_path names

	* pong-edit/pong-edit.glade:  Add a bunch of tooltips to things.

	* pong-edit/panes.c:  Fix moving of non-empty trees up and down

	* pong/pong-strings.h, pong/pong-xml.gob, pong/pongpane.c:  Align
	  widgets and labels correctly so that we don't look like a mess, and
	  properly do sensitization of the labels as well.

	* pong/pong-check-group.gob, pong/pong-xml.gob: random cleanup

	* pong/pongelement.c: cleanup and fix mixup of pong and gconf types
	  and avoid a possible race

Mon Mar 26 00:16:17 2001  George Lebl <jirka@5z.com>

	* Makefile.am: build intl and po

Sat Mar 24 16:54:59 2001  George Lebl <jirka@5z.com>

	* docs/pong.sgml: Wrote a bunch of docs, including mostly pong-edit
	  stuff, but it explains how pong works in general.

	* docs/Makefile.am: add pong.sgml to EXTRA_DIST

Sat Mar 24 15:55:45 2001  George Lebl <jirka@5z.com>

	* pong-edit/pong-edit.c: By default setup a couple of values in
	  the pong file to make it simpler on new users to figure out
	  what to do.

Sat Mar 24 15:10:26 2001  George Lebl <jirka@5z.com>

	* configure.in: Steal a check for 0.36 bonobo from evolution

Sat Mar 24 14:54:16 2001  George Lebl <jirka@5z.com>

	* TODO: all 1.0 TODO items are now done

	* pong/Makefile.am, pong/pong-option-menu.gob,
	  pong/pong-native-widgets.h, pong/pong-radio-group.gob,
	  pong/pong.c, pong/pongutil.c, pong/testpongglade.pong,
	  pong/pong-edit.glade:  Add Pong:Option:Menu widget

	* pong-edit/pane-arguments.c, pong-edit/pane-options.c,
	  pong-edit/tree.c:  Fix text signals for translated stuff,
	  and make sure the edit tables are insensitive at first
	  for pane-arguments and pane-options.

Sat Mar 24 01:29:23 2001  George Lebl <jirka@5z.com>

	* Makefile.am: add the xml-i18n-* files to the DISTCLEAN files

	* pong/Makefile.am: add some LIBADD stuff

Tue Mar 20 03:05:38 2001  George Lebl <jirka@5z.com>

	* configure.in: raise version to 0.11

	* README, docs/pong.sgml:  Updates to docs

	* pong/pong-strings.h, pong-edit/Makefile.am, pong-edit/tree.[ch],
	  pong-edit/pong-gconf-schema-export.c,
	  pong-edit/element-sensitivities.c,
	  pong-edit/elements.c, pong-edit/levels.c,
	  pong-edit/pane-arguments.c, pong-edit/pane-options.c,
	  pong-edit/panes.c, pong-edit/pong-edit.c:  Do schema translations,
	  add a tool that exports gconf schemas out of translated .pong
	  files which should be used after xml-i18n-tools spat out a .pong
	  file.  No longer fill the locales from gconf files and store them
	  in the pong file SchemaLocale tag.  We rely completely on
	  xml-i18n-tools now.  Warn if pong-edit tries to edit a
	  translated document as that should not be done (you should edit the
	  untranslated one).  Handle locales for the text setting and 
	  getting in the tree API.

Mon Mar 19 17:52:25 2001  George Lebl <jirka@5z.com>

	* pong/pong-xml.gob, pong/pongparser.[ch], pong/pongutil.c,
	  pong-edit/pong-edit.c, pong/pong-ui-plug-glade.gob:  A bit of
	  cleanup, and add ability to have per object directories for
	  file searching.

Mon Mar 19 16:10:27 2001  George Lebl <jirka@5z.com>

	* component/pong-tool.idl, component/pong-bonobo-tool.gob,
	  component/GNOME_PonG_Tool.oaf.in:  Skeleton of a Bonobo
	  component for using PonG via bonobo.  Should make it
	  possible to use PonG from any language that supports
	  bonobo, plus even from C that don't want an overhead of
	  an in process PonG.

Mon Mar 19 01:06:01 2001  George Lebl <jirka@5z.com>

	* Makefile.am, configure.in, pong-i18n-tool/*: remove the
	  pong-i18n-tool as it's not needed anymore

	* pong/Makefile.am, pong/pongtrans.[ch], pong/pong-glade.[ch],
	  pong/pong-ui-plug-glade.gob, pong/pong-xml.gob, pong/pong.[ch],
	  pong/pongparser.[ch], pong/pongutil.[ch], pong/testpong.c,
	  pong-tool/pong-tool.c, pong-edit/pong-edit.c, pong/testpong.pong:
	  Remove the pongtrans/gettext mess.  We now support only
	  xml-i18n-tools.  So ignore leading underscores and translate
	  things using the xml:lang attribute.  Not complete, still missing
	  the schema values

	* pong-edit/elements.c, pong-edit/pane-arguments.c,
	  pong-edit/pane-options.c, pong-edit/panes.c, pong-edit/pong-edit.c,
	  pong-edit/pong-edit.glade, pong-edit/tree.[ch]:  Set up the leading
	  underscores correctly and ignore them properly asl well.  Remove
	  the gettext generation as that's useless now.

	* NEWS, TODO: update appropriately

Sun Mar 18 20:33:58 2001  George Lebl <jirka@5z.com>

	* pong/pongpane.[ch], pong/pongparser.c:  Read/store all the widget
	  style fields for plugs.  Simplify the parser and pane interface
	  a bit by merging things more.  Use the widget fields for plugs.

	* bonobo/pong-bonobo-widget.gob, bonobo/pong-ui-plug-bonobo.gob,
	  bonobo/sample/testpong.pong, pong/pong-ui-internal.gob: fix issues
	  with bonobo controls and plugs in general and make the bonobo
	  controls work.

Sun Mar 18 03:02:06 2001  George Lebl <jirka@5z.com>

	* pong/pong-ui-internal.gob, pong-edit/Makefile.am,
	  pong-edit/pong-edit.c, pong-tool/Makefile.am,
	  pong-tool/pong-tool.c, configure.in, bonobo/Makefile.am,
	  bonobo/sample/pong-test-entry.gob, bonobo/sample/Makefile.am,
	  bonobo/sample/GNOME_PonG_TestEntry.oaf.in:  "Finish" the
	  testing bonobo entry control and fix edit and tool to
	  support the bonobo plugs.  Also fix i18n in the edit/tool.

Mon Mar 12 22:39:13 2001  George Lebl <jirka@5z.com>

	* bonobo/sample/pong-test-entry.gob:  Start on a sample bonobo
	  control, plus I need to test it.  I think I'll make a library for
	  adding controls but not now.

Mon Mar 12 21:11:23 2001  George Lebl <jirka@5z.com>

	* bonobo/pong-bonobo-widget.gob, bonobo/Makefile.am,
	  bonobo/pong-changed-value-listener.[ch]:  Finish the listener
	  interface and plug it into the bonobo widget.

2001-03-07  Kjartan Maraas  <kmaraas@gnome.org>

	* pong-i18n-tool/pong-i18n-tool.c: Fix typo.
	
2001-03-02  Christophe Merlet  <redfox@eikonex.org>

	* configure.in: Added fr (French) to ALL_LINGUAS.

2001-02-18  Gustavo Maciel Dias Vieira  <gdvieira@zaz.com.br>

	* configure.in (ALL_LINGUAS): Added pt_BR translation.

2001-02-18  Martin Baulig  <baulig@suse.de>

	* pong/pong-color-picker.gob: Added init function and connect to
	the color picker's "color_set" signal.

Fri Jan 26 23:36:58 2001  George Lebl <jirka@5z.com>

	* bonobo/pong-changed-value-listener.c, bonobo/pong-bonobo-widget.gob:
	  start on the listener implementation

Sun Jan 07 05:07:22 2001  George Lebl <jirka@5z.com>

	* pong-edit/pong-edit.c, pong-edit/tree.[ch], pong/pong-strings.h:
	  Fully implement importing of gconf schemas.  Does not do much
	  sanity checking, so might not grok completely some weird but
	  perhaps valid files, whatever, it was never the intention to do
	  that, it's only as a timesaver.

	* pong-edit/elements.c: really clear the value entry on unselect,
	  and sanity set it to string before setting it up just to be on the
	  safe side.

Sat Jan 06 22:11:00 2001  George Lebl <jirka@5z.com>

	* pong-edit/pong-edit.c, pong-edit/tree.[ch]: made it possible to
	  load arbitrary xml trees with tree.[ch], and add a few more guts of
	  schema importing.

Sat Jan 06 18:44:59 2001  George Lebl <jirka@5z.com>

	* pong-edit/pong-edit.(glade|c), pong-edit/tree.[ch]:  Add a stub
	  for importing schemas, should not be that difficult maybe I'll do
	  that later tonight (it just loads the schema file and fails now).

Fri Jan 05 18:56:58 2001  George Lebl <jirka@5z.com>

	* pong/Makefile.am, po/Makefile.in.in:  Fixed up the build hell
	  thanks to darin.

Tue Dec 26 11:09:18 2000  George Lebl <jirka@5z.com>

	* bonobo/Makefile.am: add explicit dependency on pong-interface.h
	  so that the beast actually compiles.

Sun Dec 24 18:04:30 2000  George Lebl <jirka@5z.com>

	* bonobo/pong-bonobo-widget.gob, bonobo/pong-interface.idl:  Use
	  property bag stuff for arguments of controls, also implement
	  getValue for lists and pairs

Sat Dec 23 20:46:05 2000  George Lebl <jirka@5z.com>

	* bonobo/pong-bonobo-widget.gob, bonobo/pong-interface.idl:  Add
	  ability to "set" lists and pairs.  Solve problems with
	  sequence<any> by creative use of typedefs.

Sat Dec 23 12:23:17 2000  George Lebl <jirka@5z.com>

	* bonobo/pong-bonobo-widget.gob: add support for get/setValue of
	  all four simple types, that is, untested yet again :)

Thu Dec 21 18:57:53 2000  George Lebl <jirka@5z.com>

	* bonobo/pong-bonobo-widget.gob: use the new bonobo widget
	  constructor, thus you need CVS bonobo for this to compile, and
	  also start on the get/setValue 

Around Sat Dec 16 2000  George Lebl <jirka@5z.com>

	* Release 0.7

Sat Dec 16 19:19:44 2000  George Lebl <jirka@5z.com>

	* docs/pong.sgml: A little bit of work here

	* pong-i18n-tool/pong-i18n-tool.c,
	  pong-i18n-tool/pong-gettext-tool.c:  Add translations for
	  option labels

	* pong-edit/pong-edit.(c|glade), pong-edit/tree.[ch]:  Add a way to
	  export gettext source data directly from here

	* configure.in, acconfig.h, pong/Makefile.am, pong-edit/Makefile.am,
	  bonobo/Makefile.am, pong-i18n-tool/Makefile.am,
	  pong-tool/Makefile.am, *Conf.sh.in:  Do the platform version split
	  for files

	* pong-edit/pong-edit.c, pong-edit/Makefile.am:  Add glade directory
	  and install glade file

Fri Dec 15 17:50:48 2000  George Lebl <jirka@5z.com>

	* pong-edit/pong-edit.glade, pong-edit/panes.c:  Add ability to
	  set widget "Type", and fix adding of groups, plugs, bonobos and
	  glades into the tree to work as advertised.

Thu Dec 14 16:30:12 2000  George Lebl <jirka@5z.com>

	* bonobo/Makefile.am, bonobo/pong-ui-plug-bonobo.gob,
	  bonobo/pong-bonobo-widget.gob:  Yay, it compiles.  Also added
	  addOptions call.  However it doesn't work now because of
	  BonoboWidget derivation issues.

Thu Dec 14 03:31:51 2000  George Lebl <jirka@5z.com>

	* pong/pong-widget-interface.[ch], pong/pongpage.c:  Add set_arg
	  method to the interface.  This allows us to short circuit the
	  GtkArg setting, so that a bonobo control can catch these.  I
	  suppose they could be mapped to bonobo properties then, dunno
	  we'll see.

	* configure.in, Makefile.am, bonobo/Makefile.am,
	  bonobo/ponb-ui-plug-bonobo.gob, bonobo/pong-interface.idl,
	  bonobo/pong-bonobo-widget.gob:  Add some more code to
	  bonobo-widget and make the whole bit actually compile.

Thu Dec 14 00:16:33 2000  George Lebl <jirka@5z.com>

	* bonobo/Makefile.am, bonobo/pong-bonobo-widget.gob:  Add preliminary
	  versions of these

Tue Dec 05 18:41:24 2000  George Lebl <jirka@5z.com>

	* pong/pongwidgetutil.c, pong/pong.c, pong/pong-native-widgets.h,
	  pong/Makefile.am, pong/pong-color-picker.gob,
	  pong/testgladepong.pong:  Add a native color picker widget.  Also
	  fix alpha channel usage on non-native color widget.

Tue Dec 05 17:03:40 2000  George Lebl <jirka@5z.com>

	* pong-edit/elements.c, pong-edit/Makefile.am,
	  pong-edit/pong-edit.glade, pong-edit/value-entry.gob:  Add a value
	  entry widget for entering pong typed values.  And use this in
	  the entry of defaults.  Missing is list/pair entry stuff, and it
	  needs to be used for options, arguments and sensitivities.

Sun Dec 03 01:16:19 2000  George Lebl <jirka@5z.com>

	* pong-edit/tree.c: eek, minor style fix

Sat Dec 02 22:25:34 2000  George Lebl <jirka@5z.com>

	* bonobo/pong-interface.idl: minor renaming, simplified stuff further
	  by more use of "any"

Sat Dec 02 22:13:27 2000  George Lebl <jirka@5z.com>

	* pong-edit/tree.c, pong/pong-strings.h:  Add saving of other
	  then "C" schema stuff.  Yet no editting code though.  Also fix
	  saving to actually notice save failiure.

Sun Nov 26 10:13:09 MET 2000  Szabolcs Ban <shooby@gnome.hu>

        * configure.in,po/hu.po: Initial Hungarian language support.

Fri Nov 24 03:11:53 2000  George Lebl <jirka@5z.com>

	* *Conf.sh.in: Move these to using underscore as gnome-config
	  is braindead.

Wed Nov 22 21:14:34 2000  George Lebl <jirka@5z.com>

	* Release 0.5

Wed Nov 22 20:56:31 2000  George Lebl <jirka@5z.com>

	* Makefile.am, configure.in, pongConf.sh.in, pong-manualConf.sh,
	  pong-bonoboConf.sh, pong-gladeConf.sh:  Set up the scripts for
	  the different libs

Wed Nov 22 20:43:51 2000  George Lebl <jirka@5z.com>

	* pong/pong-manual.h, pong/Makefile.am:  Move manual widgets into
	  a separate library, perhaps gonna move more slightly deprecated
	  stuff in here as well.

Wed Nov 22 20:06:35 2000  George Lebl <jirka@5z.com>

	* pong-edit/panes.c, pong-edit/levels.c, pong-edit/tree.[ch],
	  pong-edit/util.[ch], pong-edit/pane-options.c,
	  pong-edit/element-sensitivities.c, pong-edit/pane-arguments.c,
	  pong-edit/elements.c:  Select AFTER adding so that the edit areas
	  are set up correctly.  Set up inserting at position for options and
	  levels.  Fix ref leaks on adding.

Tue Nov 21 21:45:32 2000  George Lebl <jirka@5z.com>

	* pong-edit/pong-edit.c, pong-edit/panes.c, pong-edit/tree.[ch]: 
	  Finish adding and moving of pane stuff.  And thus pong-edit is now
	  almost fully featured, that is, it "should" be able to fully edit
	  files barring bugs and design flaws.  The only thing missing is
	  multiple locales for schema data.  Thus also removed the warning.
	  In tree, ADD is now emitted for append and prepend as well.

Tue Nov 21 12:54:36 2000  George Lebl <jirka@5z.com>

	* pong-edit/tree.[ch]: implement some new api for the panes editor

	* pong-edit/tree.[ch], pong-edit/pong-edit.glade,
	* pong-edit/pong-edit.c, pong-edit/levels.c: work on adding
	  panes and widgets.  Still doesn't work and needs to be debugged

Mon Nov 20 13:18:00 2000  George Lebl <jirka@5z.com>

	* bonobo/pong-interface.idl:  Add a preliminarty interface for
	  pong aware controls.

	* pong-edit/tree.[ch]:  fixes and add/remove API for lists

	* pong-edit/panes.[ch], pong-edit/pong-edit.glade,
	  pong-edit/levels.c:  Finish levels for panes

	* pong-edit/panes.c, pong-edit/pong-edit.glade: fixup the per type
	  notebook stuff.

	* pong-edit/Makefile.am, pong-edit/glade-strings.c:  Setup the
	  translations of the glade strings.

Sun Nov 19 16:29:45 2000  George Lebl <jirka@5z.com>

	* pong/pong-xml.gob: cleanup

	* pong-edit/pong-edit.gob: support testing of levels

	* pong-edit/pong-edit.glade: remove menu items which I'm not gonna
	  support in the first version

Sun Nov 19 02:30:15 2000  George Lebl <jirka@5z.com>

	* pong/pong-comparisons.cP:  Add a couple of common comparison
	  strings

	* pong-edit/element-sensitivities.c, pong-edit/elements.c,
	  pong-edit/util.[ch], pong-edit/pong-edit.glade,
	  pong-edit/tree.[ch]:  Set lists from text boxes, implement
	  setting/getting the option menu things.  Implement selection of
	  widgets.

	* pong-edit/element-sensitivities.c, pong-edit/elements.c,
	  pong-edit/levels.c, pong-edit/pane-options.c,
	  pong-edit/pane-arguments.c:  Select and move to when an item
	  is added.

	* pong-edit/pong-edit.c:  Setup auto resizing for clists

	* pong-edit/glade-helper.[ch], pong-edit/pong-edit.c,
	  pong-edit/element-sensitivities.c:  Add a new function for checking
	  the columns of clists and abort if wrong.

Fri Nov 17 23:26:18 2000  George Lebl <jirka@5z.com>

	* pong-edit/pong-edit.c, pong-edit/levels.[ch],
	  pong-edit/elements.[ch], pong-edit/panes.[ch]:  Add clear calls
	  and manage the signal connections (that is disconnect on clear)

Fri Nov 17 04:00:59 2000  George Lebl <jirka@5z.com>

	* pong-edit/element-sensitivities.c, pong-edit/elements.c,
	  pong-edit/levels.c, pong-edit/pane-arguments.c,
	  pong-edit/pane-options.c, pong-edit/panes.c,
	  pong-edit/pong-edit.glade, pong-edit/tree.[ch],
	  pong-edit/util.[ch]:  Remove some trivial specific API and add
	  public text list getting/setting api.  Start working on level
	  support in panes.  Manage signal connections (not finished yet),
	  that is, kill them when not needed any more.  Fix signal
	  connections in sensitivity and set up some of the values on the
	  sensitivity edit dialog.

Thu Nov 16 23:26:11 2000  George Lebl <jirka@5z.com>

	* pong-edit/element-sensitivities.c, pong-edit/pong-edit.glade,
	  pong-edit/tree.c:  Add adding of sensitivites which is broke,
	  and running of the edit dialog

	* pong-edit/glade-helper.c: use full data setting instead of destroy
	  signal for unreffing the XML.

Tue Nov 14 00:38:24 2000  George Lebl <jirka@5z.com>

	* pong/pongparser.c, pong/pongpane.[ch], pong/pong-strings.h: Use
	  list of levels by just adding "Level" tags rather then one "Levels"
	  string

	* pong/pongparser.c, pong/pong-comparisons.cP:  C fragment including
	  hack to avoid duplication of data between pong and pong-edit

	* pong-edit/element-sensitivities.c, pong-edit/tree.[ch]:  Add
	  displaying of full sensitivities, add child killing signal and
	  adapt sensitivity and level API

Sun Nov 12 20:55:25 2000  George Lebl <jirka@5z.com>

	* pong-edit/tree.[ch]: Add level moving, and fix api

	* pong-edit/elements.[ch], pong-edit/element-sensitivities.[ch],
	  pong-edit/Makefile.am:  Add very bare bones sensitivity support.
	  This will need rethinking

	* pong-edit/levels[ch]: Add level up/down moving

Sun Nov 12 16:04:38 2000  George Lebl <jirka@5z.com>

	* pong-edit/tree.c:  fix moving up/down to work with both fixed and
	  broken libxml

Sun Nov 12 05:18:43 2000  George Lebl <jirka@5z.com>

	* pong-edit/tree.[ch]: fix move up and down due to some libxml
	  braindamage

	* pong-edit/pong-edit.glade, pong-edit/pane-options.[ch]:  Implement
	  moving options up and down

Sun Nov 12 03:11:11 2000  George Lebl <jirka@5z.com>

	* pong-edit/pong-edit.(c|h|glade), pong-edit/panes.c,
	  pong-edit/levels.c, pong-edit/pane-arguments.[ch],
	  pong-edit/pane-options.[ch], pong-edit/tree.[ch]:  Implement
	  (at least partially) editting of arguments and options.  Also
	  modify the tree API.

Sat Nov 11 02:29:47 2000  George Lebl <jirka@5z.com>

	* pong-edit/tree.[ch]: Added bool getting/setting.  Also fixed
	  notification to only come when actually changing stuff

	* pong-edit/pong-edit.glade, pong-edit/panes.c:  Added the per
	  type options.

Fri Nov 10 01:27:53 2000  George Lebl <jirka@5z.com>

	* pong-edit/pong-edit.glade, pong-edit/panes.c: setup the
	  glade file with proper names and signals for the type specific
	  stuff, and set the label according to the current type.

Fri Nov 10 00:37:03 2000  George Lebl <jirka@5z.com>

	* pong-edit/Makefile.am, pong-edit/glade-helper.[ch],
	  pong-edit/panes.c, pong-edit/levels.c, pong-edit/elements.c,
	  pong-edit/pong-edit.c:  Updated how glade helper works, now it
	  will exit on errors and it will give errors with more info.  Also
	  formated the file in such a way that it can be directly copied into
	  grapevine (that is the names are not hardcoded)

	* pong-edit/tree.c, pong-edit/panes.c, pong-edit/pong-edit.c: Fixed
	  notification when a text element is NULLed, so that notification
	  always happens AFTER the changes, and also fix a couple of typos.
	  Also when clearing the lists, unselect everything, as clear is a
	  silent unselector and to top it off, clear is not a signal (CList
	  is SO braindead)

Sun Nov 05 21:28:41 2000  George Lebl <jirka@5z.com>

	* pong-edit/panes.c, pong-edit/tree.c, pong-edit/pong-edit.glade: 
	  Fix querying of widgets and groups and implement showing widgets
	  and groups in the tree view

Sun Nov 05 01:56:25 2000  George Lebl <jirka@5z.com>

	* pong-edit/Makefile.am, pong-edit/panes.[ch],
	  pong-edit/pong-edit.[ch], pong-edit/pong-edit.glade:
	  Start on editting of panes, and add a dialog to glade
	  file for sensitivity editting.

Thu Nov 02 03:09:48 2000  George Lebl <jirka@5z.com>

	* pong/pongpane.c:  Add an argument to g_warning with %s format
	  to fix warning, and some other cleanup

Thu Nov 02 01:53:29 2000  George Lebl <jirka@5z.com>

	* pong-edit/tree.c:  did a bit of reorganization of the kill method
	  and work around libxml bugs to avoid a crash on kill.

Mon Oct 30 02:48:07 2000  George Lebl <jirka@5z.com>

	* pong-i18n-tool/pong-i18n-tool.c: comment fix

	* pong/pong-strings.h, pong-edit/pong-edit.[ch],
	  pong-edit/elements.[ch], pong-edit/levels.[ch],
	  pong-edit/pong-edit.glade, pong-edit/tree.[ch]:
	  Add full additing of levels and elements, support writing of
	  schemas, the global config data are now editted, add saving of
	  files to interface, support global setting for schema owner,
	  support a "changed" var in the tree api, slightly optimize text
	  setting, and fix some bugs.

Fri Oct 27 00:56:24 2000  George Lebl <jirka@5z.com>

	* pong-edit/Makefile.am, pong-edit/elements.c, pong-edit/levels.c,
	  pong-edit/tree.c, pong-edit/util.[ch]:  Implement text setting
	  and notification, and implement level editting.  Also on level
	  name entry make foreground red if the setting failed to give an
	  indication that things are not good.  Also fail on empty name.

Mon Oct 23 03:07:56 2000  George Lebl <jirka@5z.com>

	* pong-edit/Makefile.am, pong-edit/levels.[ch],
	  pong-edit/elements.[ch], pong-edit/pong-edit.(c|h|glade),
	  pong-edit/tree.[ch]:  Separate functionality into files, and
	  really add editting of the levels, plus fixes

Sun Oct 22 21:21:12 2000  George Lebl <jirka@5z.com>

	* pong/pong-glade.c, bonobo/pong-bonobo.c:  init pong
	  correctly during glade/bonobo inits

	* pong/pong-strings.h, pong-edit/pong-edit.c,
	  pong-edit/pong-edit.glade:  Support testing the dialog, add support
	  for the schema data, add support for editting levels, the edit
	  areas are non-sensitive by default.

	* pong/pongwidgetutil.[ch], pong/pongpane.c, pong/pongelement.c,
	  pong/pongutil.[ch]: support all GtkEditable widgets, and support
	  GtkText directly and make it do lists/pairs by separating at
	  newline.  Better guessing of correct widget type if no type given.
	  Plus some cleanup and fixes.

Sun Oct 22 03:49:49 2000  George Lebl <jirka@5z.com>

	* pong/pongelement.c: fix, the anti_type hash to be direct

	* pong-edit/pong-edit.c: accept a filename argument

	* pong-edit/tree.c:  recursive kill, implement get text

	* pong-tool/pong-tool.c:  don't use g_error for non-bugs as that
	  will generate an ugly core file.  use fprintf (stderr,

Sat Oct 21 22:57:09 2000  George Lebl <jirka@5z.com>

	* pong/pong-ui-internal.gob: some cleanup

	* pong/pongelement.c: fix compilation

	* pong-edit/pong-edit.c, pong-edit/pong-edit.glade: more work on
	  the new xml tree interface, also worked on the GUI a bit to add
	  all the necessary widgets.

	* pong-edit/tree.[ch]: add a memory dumping function, and implement
	  some more low level interface

Sat Oct 21 01:52:24 2000  George Lebl <jirka@5z.com>

	* pong/pong-strings.h, pong/pongelement.[ch]:  Add functions
	  for getting setting types to/from strings, and add the types
	  to the string header

	* pong/pongutil.[ch]: Minor cleanups, a couple new utility macros

	* pong-edit/pong-edit.c, pong-edit/tree.[ch]:  Start using the tree
	  interface (very preliminary), and add ttype functions for elements

Sat Oct 21 00:10:03 2000  George Lebl <jirka@5z.com>

	* pong-edit/tree.[ch]:  start on the low level implementation,
	  add notification (maybe taken "too" far, oh well :)

Fri Oct 20 02:07:12 2000  George Lebl <jirka@5z.com>

	* pong-edit/tree.[ch]:  Finished all but one of the high level
	  functions and realized that an important piece of the puzzle
	  is missing and that's notification of changes.

Fri Oct 20 01:14:09 2000  George Lebl <jirka@5z.com>

	* pong-edit/pong-edit.glade: add some stuff, still not complete.

Thu Oct 19 23:56:07 2000  George Lebl <jirka@5z.com>

	* pong-edit/tree.[ch]: high level option/argument/sensitivity
	  implementations.

2000-10-19  Maciej Stachowiak  <mjs@eazel.com>

	* pong-tool/pong-tool.c, pong/pong-check-group.gob,
	pong/pong-radio-group.gob, pong/pong-slider.gob,
	pong/pong-spin-button.gob, pong/pong-xml.gob, pong/pong.c,
	pong/pongelement.c, pong/pongelement.h, pong/pongutil.c
	pong/testpong.c: Port to latest GConf, and other compile/warning
	fixes.

Tue Oct 17 19:30:17 2000  George Lebl <jirka@5z.com>

	* pong-edit/tree.[ch]: some high level implementations

Tue Oct 17 18:03:41 2000  George Lebl <jirka@5z.com>

	* pong-edit/tree.[ch], pong-edit/Makefile.am:  Add new files
	  that will serve as a sane parser for things that need to
	  modify pong files.  Rather then overloading the standard pong
	  library parser.  Most functions here are stubs, but I think
	  I have the minimal interface for this.

Sat Oct 14 19:17:16 2000  George Lebl <jirka@5z.com>

	* pong/pong.c, docs/pong.sgml:  Start working on documenting the
	  beast.  Still incredibly sparse.

Sat Oct 14 16:21:15 2000  George Lebl <jirka@5z.com>

	* pong/Makefile.am, pong/pong-slider.gob:  Add a slider widget

	* pong/pong-spin-button.gob; sanitize adjustment setting

	* pong/pong-ui-glade.gob, pong/pong-ui-internal.gob,
	  pong/pong-ui-manual.gob, pong/pong-ui-plug-glade.gob,
	  pong/pong-ui-plug.gob, pong/pong-ui.gob, pong/pong-xml.gob:
	  ref/sink in init

	* pong/pongpane.c: correct construction of objects and allow for
	  construct time arguments

	* pong/testpongglade.pong: test the slider

Tue Oct 10 23:07:45 2000  George Lebl <jirka@5z.com>

	* pong/pong-strings.h, pong/pong-ui-internal.gob, pong/pong-ui.gob,
	  pong/pongutil.h, pong/pong-ui-manual.gob, pong/pong-xml.gob,
	  pong/pongpane.c, pong/pongparser.[ch]:  Add revert.  Also push
	  the auto_apply flag to the parser (though it doesn't really work
	  well yet).  The revert is actually incredible easy, the largest
	  part was cleanup.

Sun Oct 08 18:49:50 2000  George Lebl <jirka@5z.com>

	* pong/Makefile.am, pong-tool/Makefile.am: fixups

	* pong/pong-ui.gob, pong/pong-ui-internal.gob, pong/pong-ui-plug.gob,
	  pong/pong-ui-plug-glade.gob, pong/pong-xml.gob:  Added parent
	  fields so that we can get from glade plug all the way to the xml
	  object, so that we may extract the gettext_domain, and use this
	  when creating a new GladeXML object.

	* pong/pong-ui-glade.gob: Fix a mem-leak and add gettext domain
	  argument.

Sat Oct 07 16:51:18 2000  George Lebl <jirka@5z.com>

	* Release 0.3

	* NEWS: updated

	* configure.in, CVSVERSION, pong/Makefile.am:  Steal the
	  nautilus trick for the -Werror (and other warnings) check

Sat Oct 07 15:22:54 2000  George Lebl <jirka@5z.com>

	* pong/pong-xml.gob, pong/pong.[ch], pong/pongparser.[ch],
	  pont/testpong.c: fix compilation problems

	* pong-tool/pong-tool.c: Add options for gettext and fix
	  compilation

	* pong/pongtrans.c:  Fix infinite loop in finding translation
	  files

Fri Oct 06 23:28:11 2000  George Lebl <jirka@5z.com>

	* pong/pongparser.[ch], pong/pong-xml.gob, pong/pongtrans.c
	  pong-i18n-tool/pong-i18n-tool.c, pong-i18n-tool/pong-gettext-tool.c:
	  Finish translations.  Dunno if this compiles or not as automake
	  is acting up.  Whatever, good nuff for a commit.  Anyway the
	  I added a bunch of gettext related args to things and used the
	  translation object for memory loaded things.

Fri Oct 06 17:12:37 2000  George Lebl <jirka@5z.com>

	* pong/pongutil.[ch], pong/pongtrans.[ch], pong/Makefile.am:
	  split translation routines into separate file, add translation
	  file reading and resultion abstract type.

	* pong-i18n-tool/pong-i18n-tool.c: #include pongtrans.h

Thu Oct 05 22:53:54 2000  George Lebl <jirka@5z.com>

	* Makefile.am, configure.in, pong-i18n-tool/Makefile.am,
	  pong-i18n-tool/pong-i18n-tool.c, pong-i18n-tool/pong-gettext-tool.c:
	  Add some i18n tools.  One is for making a gettext readable .c file
	  and one is for doing translation in a nice XML way (well not the
	  standard XML way, but by keeping separate translation files,
	  which is much saner really)

	* pong/Makefile.am: add GNOME_XML_LIB

	* pong/pong-strings.h: add some strings for the translation files

	* pong/pong-xml.gob, pong/pongparser.[ch], pong/pongpane.[ch],

	* pong/pongutil.[ch]: minor cleanup, add a way to get the translation
	  filename out of a .pong filename, and search PONG_PATH before
	  GNOME_PATH, and fix the use of g_gettext

	* pong-tool/pong-tool.c: fix use of g_gettext, and PONG_PATH is now
	  handled in pong itself.

	* pong-edit/pong-edit.c: fix use of pong_file_load.  However this
	  stuff is b0rk.  We need to either fix the parser to store ALL
	  information or pong-edit needs it's own parser which would suck

Tue Oct 03 21:31:03 2000  George Lebl <jirka@5z.com>

	* pong/pongelement.[ch], pong/pongwidgetutil.[ch]: Add support for
	  GtkRange type widgets for _INT and _FLOAT.  Also did a bunch of
	  cleanup the widget support code.

Tue Oct 03 20:29:55 2000  George Lebl <jirka@5z.com>

	* bonobo/pong-bonobo.[ch], bonobo/pong-ui-plug-bonobo.gob:
	  Preleminary bonobo control support code.  There still needs
	  to be a way to get/set values here, so we need an extra IDL
	  which basically does the pong-widget-interface, otherwise
	  this is not as complex as I thought.

	* pong/pong-glade.c, pong/pong-strings.h, pong/pong-ui-plug-glade.gob
	  pong/pongparser.[ch]:  Some cleanup and use defines for some
	  critical string constants to prevent typos.

	* pong/pongparser.[ch]:  Parse Bonobo entries for plugs.

Tue Oct 03 19:02:23 2000  George Lebl <jirka@5z.com>

	* pong/pong-glade.[ch], pong/pong-ui-plug-glade.gob: add a function
	  pointer for making new GladeXML objects.  This makes it possible
	  to make GladeXML from memory buffers.

Tue Oct 03 18:12:59 2000  George Lebl <jirka@5z.com>

	* pong/pongelement.c, pong/pongutil.[ch], pong/pong-radio-group.gob,
	  pong/pong-check-group.gob, pong/pongwidgetutil.[ch]: push C locale for
	  reading/writing floats to strings that get written or read from
	  outside.  Also use poptParseArgvString to parse lists/pairs.

	* pong/pongpane.[ch], pong/pongelement.[ch]: support extra widgets,
	  and support for GtkLabel directly.

Sat Sep 23 21:23:28 2000  George Lebl <jirka@5z.com>

	* pong/pong-xml.gob, pong/testpongglade.pong:  stylistic changes
	  in search of a nonexistent bug.

Sat Sep 23 20:20:27 2000  George Lebl <jirka@5z.com>

	* pong/pongelement.[ch], pong/pong-xml.gob:  Fix a couple of memory
	  errors.  Also get rid of the error prone suspend flag system for
	  the updates, and replace it with a slower, less efficent, but
	  non race prone system where we only set a value if it's different
	  in the key.  We already did this for the widgets anyway.  This
	  can still get into an infinite loop, but only with weird/buggy
	  widgets.

Thu Sep 21 18:21:06 2000  George Lebl <jirka@5z.com>

	* pong/Makefile.am: Install pong-ui-plug.h

	* pong/pongutil.h: minor beatifications

Wed Sep 20 20:14:40 2000  George Lebl <jirka@5z.com>

	* pong/pongelement.[ch], pong/pongwidgetutil.[ch], pong/pongpane.c,
	  pong/testpongglade.pong:  Add support for GnomeColorPicker directly
	  some cleanup/fixes/beautification.

Wed Sep 20 18:10:57 2000  George Lebl <jirka@5z.com>

	* pong/pongparser.c, pong/pongelement.[ch]:  Add defaults to elements
	  in case no gconf default exists.  That's really last resort.  What
	  will happen is that the default is forced set on the key making
	  sure that the app and the dialog are in a consistent state no
	  matter how the app uses defaults.

Sun Sep 17 17:33:08 2000  George Lebl <jirka@5z.com>

	* Release 0.2

Sat Sep 16 15:49:39 2000  George Lebl <jirka@5z.com>

	* pong/pongutil.[ch]: Add a bunch of type conversion routines

	* pong/pongelement.c: allow setting null widget and specifier

	* pong-edit/pong-edit.c, pong-edit/pong-edit.glade,
	  pong-edit/glade-helper.[ch]:  Use glade helper mostly copied from
	  grapevine, and implement all the settings for elements only, no
	  panes.

Sat Sep 16 12:15:43 2000  George Lebl <jirka@5z.com>

	* pong/pongparser.c: bunch of consmetic cleanup, add a string
	  translating function and don't translate with gettext by default,
	  this will still need the i18n work.

	* pong-edit/pong-edit.glade:  Updated

Thu Sep 14 23:43:44 2000  George Lebl <jirka@5z.com>

	* docs/design.txt: update for the new design

	* pong/pong-glade.[ch], pong/pong.[ch], pong/pong-ui-plug.gob,
	  pong/pong-ui-internal.gob, pong/pong-xml.gob:  More automatic use
	  of glade.  Now after pong_glade_init glade plug is inserted into
	  all new pong-xml objects, so no need to add more API, so I removed
	  all the unnecessary glade api.  Also init no longer takes argc/argv
	  and doesn't init gconf, you need to do that yourself.  Also got
	  rid of sinking.

	* pong/testpong.c, pong-tool/pong-edit.c: updated for the above

	* pong-tool/pong-tool.c: updated for the above, plus got rid of the
	  old broken glade stuff.  Now also parses PONG_PATH of where to
	  look for files, and looks for glade files in the dirname of the
	  pong file.

Thu Sep 14 21:38:54 2000  George Lebl <jirka@5z.com>

	* pong/Makefile.am, pong/pong-glade.[ch], pong/pong-ui-internal.gob,
	  pong/pong-ui-plug.gob, pong/pong-ui-plug-glade.gob,
	  pong/pong-xml.gob, pong/pong.h, pong/pongpane.[ch],
	  pong/pongparser.c:  Made the internal stuff more pluggable and
	  generalized it by allowing multiple arbitrary plugable widget
	  types.  Bonobo can now be easily added later, without modifying
	  the architecture, not to mention other plugable stuff could
	  be added.  The parser still knows about glade specific tags
	  and will know about bonobo flags as sugar, but internally this
	  handled in a generic way.

Thu Sep 14 00:13:09 2000  George Lebl <jirka@5z.com>

	* pong/Makefile.am, pong/pong-glade.h, pong/pong-ui-glade.gob,
	  pong/pong-ui-internal.gob, pong/pong-ui-internal-glade.gob,
	  pong/pong-ui.gob, pong/pong-xml.gob, pong/pongpane.[ch],
	  pong/pongparser.c, pong/pongutil.[ch], pong/testpong.c:
	  Redo the glade support, that is add new type of glade support.
	  However may need to still rethink the pong-ui-internal-glade
	  object, it should be more a "plugin" to pong-ui-internal so
	  that we can handle bonobo independently as well.  Anyway among
	  other changes are basic typechecking of pong pane stuff.  Glade
	  stuff can now be automatically embedded everywhere in the pane
	  stuff.

Tue Sep 12 21:07:09 2000  George Lebl <jirka@5z.com>

	* pong/pong-check-group.gob, pong/pong-radio-group.gob,
	  pong/pong-spin-button.gob, pong/pong-widget-interface.[ch],
	  pong/pongparser.c, pong/pongelement.[ch]: Use "Specifier"
	  to allow multiple keys to be gotten from a single widget.  This
	  is needed to support complex bonobo controls well.  Now check
	  group and radio group support bool by matching specifier to
	  value of option.

	* pong/testpong.pong: add tests for the above

	* pong/pongutil.[ch], pong/pongparser.c: use a non locale specific
	  strcasecmp for the parser.  So that in locales other then C
	  and other western ones, the ascii key comparison still works.

	* pong/pong-xml.gob: suggest sync on dialog close, and bunch of
	  cleanups

Mon Sep 11 16:53:54 2000  George Lebl <jirka@5z.com>

	* Rename of GnoP -> PonG

Sun Sep 10 03:17:31 2000  George Lebl <jirka@5z.com>

	* gnop/gnop*.h: minor consmetic cleanup

	* gnop-edit/gnop-edit.glade, gnop-edit/gnop-edit.c:  Edit the
	  user interface substantially, the C file is now painfully
	  out of sync

Wed Aug 30 22:32:40 2000  George Lebl <jirka@5z.com>

	* gnop/Makefile.am: add G_LOG_DOMAIN and minor cleanup

Fri Aug 11 20:57:07 2000  George Lebl <jirka@5z.com>

	* Moving to a top level ChangeLog only

	* gnop/gnop-xml.gob, gnop/gnopelement.[ch], gnop/gnoppareser.[ch]:
	  Add And/Or of multiple sensitivity values.  Also accept better
	  worded strings as comparisons and support all types for
	  sensitivity.

	* gnop/gnoputil.h, gnop/gnopelement.h, gnop/gnoppane.h, gnopparser.h:
	  remove _ tails from header guarding defines.

Fri Jul 28 12:47:13 2000  George Lebl <jirka@5z.com>

	* **/*.(c|h|gob): Add copyright headers with GPL license stuff

Wed Jul 26 00:08:36 2000  George Lebl <jirka@5z.com>

	* configure.in: require gconf version 0.6

Sun Jul 23 22:35:14 2000  George Lebl <jirka@5z.com>

	* configure.in: require gob 1.0.4 which will come out shortly

Sun Jul 16 13:52:45 2000  George Lebl <jirka@5z.com>

	* configure.in, po/POTFILES.in:  add czech translation to
	  build and add some files to potfiles

	* configure.in, **/Makefile.am: Add @PIXBUF_LIBS@ and @PIXBUF_CFLAGS@
	  everywhere as it's apparently now needed by glade.  And check for
	  pixbuf in configure

2000-07-14  Benedikt Roth  <Benedikt.Roth@gmx.net>

	* configure.in: Added "nl" to ALL_LINGUAS

2000-07-13  Valek Filippov <frob@df.ru>

	* configure.in: Added "de" to ALL_LINGUAS.

Wed Jul 12 14:58:38 2000  George Lebl <jirka@5z.com>

	* configure.in, Makefile.am: add gnop-tool, and raise version to 0.2

Tue Jul 11 13:49:58 2000  George Lebl <jirka@5z.com>

	* Release 0.1

Tue Jul 11 13:49:47 2000  George Lebl <jirka@5z.com>

	* configure.in, Makefile.am: compile gnop-edit

	* docs/design.txt, docs/Makefile.am:  Add a design doc

Fri Jun 30 17:04:38 2000  George Lebl <jirka@5z.com>

	* configure.in: require gob 1.0.2

	* gnop/Makefile.am: pass -w and --alwasy-private-struct to gob

2000-06-11  Valek Filippov  <frob@df.ru>

	* configure.in: added ru to ALL_LINGUAS.

Sat Jun 10 12:10:57 2000  Fatih Demir	<kabalak@gmx.net>
	
	* configure.in: Added tr to ALL_LINGUAS.	

Tue Jun 06 18:25:18 2000  George Lebl <jirka@5z.com>

	* configure.in, Makefile.am, gnopConf.sh.in: make it all build and
	  install (gnop-edit has to be disabled)

