Tue Mar 25 15:43:40 1997  Werner Koch  (wk@frodo.luthien.me.eunet.de)

	* dbodbc.c (WamSQLConnect): switch autocommit off.

Fri Mar 21 15:42:13 1997  Werner Koch  (wk@frodo.luthien.me.eunet.de)

	* version.h : Ist jetzt 1.0.0 !

Mon Feb  3 10:15:55 1997  Werner Koch  (wk@frodo.luthien.me.eunet.de)

	* date.c (WeekFromDate): fixed. (week was one off).

Thu Jan 30 16:52:19 1997  Werner Koch  (wk@frodo.luthien.me.eunet.de)

	* dctnry.c (autoFreeAll): new

Thu Jan 30 16:19:36 1997  Werner Koch  (wk@frodo.luthien.me.eunet.de)

	* dctnry.c (copy): add copy method by implementing a reference counter.

Tue Sep 24 16:59:00 1996    (wk@aragon)

	* pmmain.c (WM_USER_PUTITEMTEXT): add placeAtHome mimik.

Tue Sep 24 13:50:57 1996  Werner Koch  (wk@beren)

	* view.c (modified,resetModify): new methods.
	* form.c (modified,resetModify): ditto.
	* formitem.c (modified,resetModify): ditto.
	* fitext.c (modified): add modified logic.
	* finumber.c (modified): ditto.
	* fiint.c    (modified): ditto.
	* fidate.c   (modified): ditto.
	* finspin.c  (modified): ditto.

Wed Sep 18 15:11:57 1996    (wk@aragon)

	* version.h : new
	* Makefile : make all objects depend on version.h
	* dllmain.c : add VERSION macro.
	* dbodbc.c : ditto.
	* dbgupta.c : ditto.
	* pmmain.c : ditto.

Tue Sep 17 10:17:46 1996    (wk@aragon)

	* string.c (isGT,isGT,isLE,isLT): new

Tue Sep 17 10:12:33 1996    (wk@aragon)

	* sermo2.c (CompareVarList): add class String as compare target.

Fri Jul 12 20:34:00 1996    (wk@aragon)

	* database.c (silent_exec): add new SQL flag.

Thu May 30 14:52:32 1996    (wk@aragon)

	* date.c (asWeekString): new method.

Thu May 30 10:45:08 1996  Werner Koch  (wernerk@beren)

	* pmmain.c (listBoxFont): add option to set the font used in
	list boxes.

Fri May  3 15:25:06 1996    (wk@aragon)

	* pmmain.c (WamSetGridValue): add support for value sets.
	* gui.c : ditto.
	* fivalset.c : new.

Thu May  2 23:19:48 1996    (wk@aragon)

	* pmmain.c (WM_USER_SETITEMSTYLE): this makes new features.

Thu May  2 21:02:41 1996    (wk@aragon)

	* pmmain.c (placeAtHome): Neue option.

Mon Apr 22 17:44:17 1996  Werner Koch  (wernerk@beren)

	* Makefile (config.mak): add configuration stuff.

Fri Apr 19 10:36:15 1996    (wk@aragon)

	* database.c (waitOnNextTimestamp): new.

Wed Apr 17 14:10:42 1996    (wk@aragon)

	* pmmain.c (enterIsTab): new gui-option to let the enter-key
	act as the tab-key in entry fields

Wed Apr 17 12:22:16 1996    (wk@aragon)

	* fitext.c (openInitialization): add method, so we can delay
	set setting of the length until the form is open and there is
	a windowhandle in the GUI available

Wed Apr 17 11:51:26 1996    (wk@aragon)

	* pmmain.c (waitForResultSem): does not more do a
	WAIT_SEMAPHORE on this if the WinPostMsg failed  -- So the
	thread will not block in the case of a full message queue.

Wed Apr 17 10:00:55 1996    (wk@aragon)

	* fitext.c (setMapString): new.

Wed Apr 17 09:32:45 1996    (wk@aragon)

	* fitext.c (defaultIsOvertypeMode): Sematics for initial setting of
	overtype/insertMode
	* formitem.c (insertMode,overtypeMode): factory methods as stubs.

Wed Apr 17 08:55:42 1996    (wk@aragon)

	* pmmain.c (WamEnableItem): new flag values 4 and 5 to control
	  insert/overtype mode for entry fields.
	* formitem.c (insertMode,overtypeMode): new methods
	* form.c (insertMode,overtypeMode): new methods
	* view.c (insertMode,overtypeMode): new methods

Fri Feb  2 17:24:57 1996    (wk@aragon)

	* dbodbc.c (WamSQLConnect): Now autostarting the DB engine.

Fri Feb  2 16:09:04 1996    (wk@aragon)

	* database.c (dbUser,dbName): removed length limit.

Thu Jan 25 13:04:49 1996    (wk@aragon)

	* process.c (EMX): use begin/endthread() for EMX.

Wed Jan 24 15:55:13 1996    (wk@aragon)

	* dbodbc.c (FetchLoop): Removed undetected bug, thanks
	to GCCs "warning: empty body in an if-statement".

Thu Jan 18 11:25:40 1996    (wk@aragon)

	* dbodbc.c (Cleanup): add cleanup.

Wed Dec 20 23:18:56 1995    (wk@aragon)

	* loadmod.c (WKLoadModule): added kludge to return the
	OS/2 Module handle.

Wed Dec 20 15:22:22 1995    (wk@aragon)

	* view.c (event): the attached action method is now called with
	the itemName as an arg.

Tue Dec 19 18:52:21 1995    (wk@aragon)

	* fimenu.c, fimenu2.c : new.
	* pmmain.c : menus are not any longer detected by ids 200..2999
	but by ITEMTYPE_MENU.
	NOTE: Old Source files must be changed!.

Mon Dec 18 14:56:53 1995    (wk@aragon)

	* timestamp.c: New class Timestamp.
	* init.c: Add initialization for Timestamp.
	* table.c: add support for Timestamp.

	* database.c (CreateSQLString): String constants are now handled.

Sat Dec 16 17:43:42 1995    (wk@aragon)

	* wamdb.h: added errorcodes WAMDB_E_xxxxx.
	* database.c (fakedRC): removed this. errorcodes are now
	mapped by the DB-interface.

Fri Dec 15 15:19:06 1995    (wk@aragon)

	* table.c (WamDescribeTableColumns): missing self = obj when called
	with type == -1 - but it did work?!

Fri Dec  8 15:16:53 1995  Werner Koch  (wernerk@beren)

	* gui.c : Changed to use WKLoadModule().
	* database.c : dito.

Fri Dec  8 13:07:22 1995  Werner Koch  (wernerk@beren)

	* process.c : Dummy support, so it compiles with other OS
	than OS/2.

