2004-05-18 Motta Mario <mmotta@guest.net>
	* version renamed 2.4.0
	* version 2.4.0 released
	
2004-03-28 Motta Mario <mmotta@guest.net>
NEW	* ./plugins/vdkb_comboentry.cc
---	./include/vdkb2/vdkb_comboentry.h
	Added support for new VDKComboEntry widget using plugins.
	Users upgrading from previous versions should update their components database using
	Components=>menu' and adding:
	- <prefix>/lib/
	- libvdkbcomboentry.so
	to components database.
	
2004-03-07 Motta Mario <mmotta@guest.net>
	** Huge changes to follow VDK 2.0.4
	All related to api change into VDKApplication::VDKMessageBox()
	new version 2.0.6
	* Compiled under Fedora core 1.a with  g++ version 3.3.2 20031022
	
2003-05-19 Motta Mario <mmotta@guest.net>
	** version 2.0.5 released
	
2003-05-11 Motta Mario <mmotta@guest.net>
	* vdkb.cc - Changed main window to a fixed size pending on screen resolution
	* Compiled under Mandrake 9.1 with gcc 3.2.2
	
2003-01-24 Motta Mario <mmotta@guest.net>
	* updated source for vdk version 2.0.3
	* new version 2.0.5
	
2003-01-13 Motta Mario <mmotta@guest.net>
	** huge cvs commit to align distribution with cvs
	
2002-11-06 Motta Mario <mmotta@guest.net>
	** version 2.0.4 released
	
2002-11-05 Motta Mario <mmotta@guest.net>
FIX	* Fixed for compilation on gcc 3.2
---	* tested on Mandrake 9.0 Redhat 8.0
	* renamed version to 2.0.4

2002-08-11 Motta Mario <mmotta@guest.net>
	** version 2.0.3 released
	
2002-06-04 Motta Mario <mmotta@guest.net>
FIX	* Fixed some minor bug fixes reported by
---	Michael Vogt <mvogt@acm.org> and Otmar Struwe <otmar.struwe@web.de>
	
2002-06-01 Motta Mario <mmotta@guest.net>
	* renamed version to 2.0.3
	
2002-05-30 Motta Mario <mmotta@guest.net>
	*** version 2.0.2 released ***
	
2002-05-30 Motta Mario <mmotta@guest.net>
NEW	* Added an "enable class browser" flag in environment setup.
---	User can enable/disable class browser operations.
	Enabling class browser can slow down VDKBuilder during loading
	a project with a plenty of files and/or during class browser refresh.
	
2002-05-02 Motta Mario <mmotta@guest.net>
UPDATE	* Updated code to API changes in VDKTreeViewModel
------
	
2002-04-18 Motta Mario <mmotta@guest.net>
FIX	* vdkb_parser.cc
---	Updated nls support for gui files to latest utf8
	
2002-04-16 Motta Mario <mmotta@guest.net>
FIX	* vdkb_templates.cc
---	Fixed a bug that prevented to correctly write file dependencies on
	vdkbMakefile.
	
2002-04-15 Motta Mario <mmotta@guest.net>
FIX	* vdkb_main_sig.cc
---	Fixed a bug that prevented docked forms to be iconized togheter their owner.
	
2002-04-13 Motta Mario <mmotta@guest.net>
NEW	* Also WI now can be splitted with a docked form for better view when screen becomes
---	crowded.
	
2002-04-11 Motta Mario <mmotta@guest.net>
NEW	* Better interface, made message list on editor dockable to better view compiler messages.
---	Added a toolbar to dock/undock and to save a messages log file.
	
2002-04-10 Motta Mario <mmotta@guest.net>
NEW	* Many refinements in WI graphical interface, most of them just cosmetics using
---	a lot of icons.
	* Some minor bug fixes
	
2002-04-05 Motta Mario <mmotta@guest.net>
NEW	* vdkbrc file
---	Hacked a nice "Air Force Blue" theme.
	* Modified builder options to let user choose between default theme and this one.
	
2002-04-04 Motta Mario <mmotta@guest.net>
	* Version updated to 2.0.2
NEW	* Cosmetic changes adding nice Ximian icons to toolbars and menus.
---
	
2002-03-29 Motta Mario <mmotta@guest.net>
	*** Version 2.0.1 released ***
	
2002-03-28 Motta Mario <mmotta@guest.net>
NEW	* Added VDKNiceButton and VDKNiceButtonBar classes.
---	VDKNiceBUtton behaves like Mozilla button, highlighting when
	mouse is over.
	* Many cosmetic changes to builder interface, i hope they will like.
	
2002-03-20 Motta Mario <mmotta@guest.net>
NEW	Updated all vdkxdb related files to be compatible with new <prefix>/include/vdkxdb2 directory.
---	** WARNING**
	Some previous xdb projects could be incompatible with new vdkxdb include tree.
	Substitute all #include <vdkxdb/file.h> with #include <vdkxdb2/file.h>
	
2002-03-19 Motta Mario <mmotta@guest.net>
	Version renamed to 2.0.1 for further develop and bug fixes.
	
2002-03-13  Motta Mario <mmotta@guest.net>
	*** VDKBuilder 2.0.0 RELEASED ***
	
2002-03-08  Motta Mario <mmotta@guest.net>
NEW	* Added support for VDKDrawingArea (made a plugin)
---
	
2002-02-28  Motta Mario <mmotta@guest.net>
	* widgets source generation code:
NEW	- add gtk_widget_set_name() when creating an widget (to be used with rc files)
---	
	
2002-02-27  Motta Mario <mmotta@guest.net>
	* vdkb_acsupport.cc
	Fixed some backward incompat with automake/autoconf
	
2002-02-19  Motta Mario <mmotta@guest.net>
	* Class browser:
	* vdkb_ccpane.cc/.h vdkb_ccproj.cc/.h
	- VDKBCCProject::get_file_from_class(const char *cl)
	- VDKBCCProject::get_file_from_function(const char *cl,const char *func)
	- VDKBCCProject::get_decl_file_from_function(const char *cl,const char *func)
	Fixed some constness errors due to a returned local object.
	Bug caused  a misinterpretation of function name as file name, opening
	weird new files when "declared" or "defined" button were activated.

2002-02-18  Motta Mario <mmotta@guest.net>
NEW	* Project wizard (vdkb_PWizard.cc .h)
---	Added Author, e-mail and GPL'd header on project options.
	
2002-02-14  Motta Mario <mmotta@guest.net>
	* vdkb_ccpane.cc .h
	Added a right-click context pop menu to jump on sources.
	
2002-01-30  Motta Mario <mmotta@guest.net>
BUG	* vdkb_design
---	Fixed some bugs that made unnecessary gui files rewriting
	(and consequently compilations).
	A bug remains however:
	each time you open a project and you make the first click on a GUI
	widgets the form is marked as "Changed" even if it shouldn't be.
	
2002-01-25  Motta Mario <mmotta@guest.net>
	* vdkb_compodb.cc - vdkb_frmlist.cc
	Changed VDKCustomList to VDKTreeView
	
2002-01-19  Motta Mario <mmotta@guest.net>
	* Moved VDKBTreeView into a plugin module: libvdkbtreeview.so
	Sources into ./plugins.
	
2002-14-01  Motta Mario <mmotta@guest.net>
NEW	* vdkb_Env.cc / vdkb_ide_def.cc
---	User now has the possibility to choose his preferred html browser
	(netscape is the default however)
	
2001-12-31  Motta Mario <mmotta@guest.net> (HAPPY NEW YEAR)
NEW	* Added support for VDKTreeView widget
---	Note:
	Is a limited support, leaving to the user the code to define and load
	VDKTreeViewModel, add columns to VDKTreeView etc.
	(Most likely i will add an appendix to vdkbuilder tutorial to better explain
	how use this widget)
	
2001-11-14  Motta Mario <mmotta@guest.net>
	* vdkb_ccpane.cc
	- Some minor cosmetic changes to pixmaps
	- Deleted a font casting, Let vdkbrc decide the font for all IDE
	
2001-11-13  Mile Lazarovski  <daxml@freemail.com.mk>
NEW	* vdkb_ccpane.cc/.h
---	* vdkb_ccproj.cc/.h
	* vdkb_cregex.h, vdkb_tree_coll.h
	Added a class viewer to project manager and pixmaps for it.
	Updated Makefile.am and Makefile.in for new source files.
	Modified vdkb_prjman.cc to initialize and show calss viewer.

2001-08-25  Motta Mario <mmotta@guest.net>
NEW	* vdkb_form.cc
---	Added a "FreezeUsize" property to GUI Designer and a checkbox on WI.
	Checking to true freezes present size (can't be shrinked below).
	Affects only at design time.
	
2001-08-24  Motta Mario <mmotta@guest.net>
NEW	* vdkb_form.cc and Widget Inspector
---	Added support to customize GtkWindowType at form construction
	and GtkWindowPosition on initial form showing.
	
2001-08-08  Motta Mario <mmotta@guest.net>
NEW	* Added support for VDKImage
---	
2001-05-29  Tim Lorenz  <tim@marder.flotte>

	* include/vdkb2/vdkb_evlabel.h 
	(class VDKBEvLabel::GetCaption): returns const char* now
	(class VDKBEvLabel::SetCaption): arg is const char* now
	(class VDKBEvLabel::Caption): Value type of prop is const char* now
	(class VDKBEvLabel::VDKBEvLabel): label arg is also const char* now
	
2001-05-15  Tim Lorenz  <tim@marder.flotte>

	* plugins/vdkb_dclock.cc (INTERFACE_INCLUDE) and (COMPO_INCLUDE):
	changed include-dir from vdkb to vdkb2

	* vdkbuilder/vdkb_cbrowse.cc:
	* vdkbuilder/vdkb_PWizard.cc:
	added #include <unistd.h> (needed for F_OK)

	* plugins/Makefile.am (libvdkbdclock_la_LDFLAGS): 
	  removed .libs from LD_FLAGS-Path (handled by libtool itself)

2001-03-26 Motta Mario <mmotta@guest.net>
REMOVED	* Removed gtkpacker-vdkpacker widget
------	
	
2001-03-26 Motta Mario <mmotta@guest.net>
NEW	* vdkb_Env.cc/.h
---	Environment setting dialog completely rewritten.
REMOVED	* Removed all deprecated VDKLabelButton and VDKPixmapButton
------	* Removed above widgets support
	
2001-03-09 Motta Mario <mmotta@guest.net>
NEW	* New project wizard completely rewritten (in vdkb_PWizard.cc/.h)
---	
	
2001-03-08 Motta Mario <mmotta@guest.net>
	* vdkb_ide_def.cc/.h
	Added/changed keys for syntax coloring/fonts:
	C/C++ keywords, VDK/GTK , macros, preprocessor, const (unified), comments.
	
2001-03-01 Motta Mario <mmotta@guest.net>
NEW	* vdkb_editor.cc/.h
---	Modified JumpToError() to show a little lamp icon as line mark
	Modified ClearMessages() to remove icons before compiling again.
	
2001-02-20 Motta Mario <mmotta@guest.net>
	* VDKBbuilder version 2.0.0 developing begins here.
	We have a working executable but still unstable and plenty of bugs.
	An hard work is waiting us.
	* Newest vdkbuilder2 snapshot is based on latest vdk2 cvs snapshot which is in turn based on 
	glib/pango/gtk+ cvs snapshot
	* instruction to download from gnome cvs:
	a. first download
        $ export CVSROOT=':pserver:anonymous@anoncvs.gnome.org:/cvs/gnome'
        $ cvs login
        (there is no password, just hit return)
        $ cvs -z3 checkout glib pango atk gtk+ 
	b. after initial checkout:
        $ cvs -z3 update glib pango atk gtk+

	Recall that to correctly ./autogen both gtk+ and vdk cvs tree you need
	pkg-config version >= 0.7.0 downloadable at sourceforge.net
