$Log: ChangeLog,v $
Revision 1.1.1.1  2004/10/03 10:55:06  mike
Import 2.2.x at 2.2.2

Revision 1.13  2004/02/26 17:08:20  rekall
Raw SQL window fix

Revision 1.13  2004/02/25 22:18:29  mike
Sync

Revision 1.12  2004/02/20 23:31:12  rekall
Record fetch limiting option
Change default of last argument to scripting setAttrVal
Documentation updates
Dictionary file updates

Revision 1.12  2004/02/10 17:58:46  mike
Sync

Revision 1.11  2004/02/10 14:13:51  rekall
Fix to check for control expressions with multiple columns

Revision 1.11  2004/02/10 10:55:09  mike
Multi-column fixes

Revision 1.10  2004/02/09 18:07:17  rekall
Fixes for table rename (in design change) for PgSQL
Component linking fixes
More documentation

Revision 1.10  2004/02/08 08:19:43  mike
Sync

Revision 1.9  2004/02/04 08:19:58  rekall
SuSE updates

Revision 1.9  2004/02/03 16:06:34  mike
Spelling fixes from SuSE

Revision 1.8  2004/01/27 18:17:06  rekall
Fixes for crash in query designer

Revision 1.8  2004/01/27 10:15:55  mike
Updated change log

Revision 1.7  2004/01/21 12:12:56  rekall
Code for subform wizard added (but access disabled)
Some locking code added but not yet properly functional

Revision 1.7  2003/12/22 09:19:38  mike
Sync

Revision 1.6  2003/12/20 21:55:59  rekall
Add support to configure to report build settings
Detect missing python header files

Revision 1.6  2003/12/20 09:23:07  mike
Add check to configure.in.in for presense of Python.h

Revision 1.5  2003/12/19 11:54:59  rekall
Sync

Revision 1.5  2003/12/19 11:51:25  mike
Sync

Revision 1.4  2003/12/18 23:13:18  rekall
Fix for building under Python 1.5.2

Revision 1.4  2003/12/17 09:46:41  mike
Sync

Revision 1.3  2003/12/04 18:46:31  rekall
Added quicktext additions to CVS
Added initial accelerator additions to CVS
Added direct property additions to CVS
Fix in kb_qrylevel.cpp for ::Auto mode

Revision 1.3  2003/12/03 15:52:31  mike
Clean up MAkefile.am's after removing library configuration

Revision 1.2  2003/12/02 14:17:12  rekall
Remove spurious config.h and config.h.in files

Revision 1.2  2003/12/02 09:27:00  mike
Local sync

Revision 1.1.1.1  2003/11/14 23:17:26  rekall
initial import of Rekall V2.1.1 GPL version

Revision 1.1.1.1  2003/04/06 00:27:08  rekall
Initial import

Revision 1.1.1.1  2002/07/23 15:08:19  john
Initial import of rekall v1.1

Revision 1.1.1.1  2002/05/17 08:32:36  mike
Initial import to local CVS

Revision 1.1.1.1  2001/09/17 12:52:22  pradu
initial import

Revision 1.34  2001/04/29 16:23:09  phil
Minor configuration changes.


2001/04/22 15:22:52  phil
Upgraded to automake v1.4d.


2001/04/19 22:09:32  phil
Final changes for the release of v2.4.


2001/04/08 13:39:02  phil
Upgraded to libtool v1.3d.


2001/03/10 00:43:37  phil
Fixed compile problems with Python earlier then v2.1.


2001/03/07 20:17:47  phil
The library now tidies itself up when Py_Finalize() is called.


2001/03/06 09:29:05  phil
Fixed minor code generation bugs with Python special methods.


2001/03/05 23:16:12  phil
Added support for Python v2.1 rich comparison operators.


2001/03/05 16:42:18  phil
Added support for the in-place operators introduced in Python v2.0.
Python slots are now wrapped in weak references which means that when the
programmer forgets to keep a slot alive it won't core dump.


2001/03/01 19:21:58  phil
configure now uses the Python executable to determine where Python is
installed.


2001/02/10 12:09:11  phil
Fixed bug in sipCommonDtor() so that it acquires the Python lock before calling
Python library functions.


2001/02/04 14:37:10  phil
Configure now checks for Qt v2.2.4 and Python v2.1.
Released as v2.3.


2001/01/23 23:36:51  phil
Added the -p switch and the $m macro.


2001/01/09 16:07:55  phil
The library will raise an exception if a program tries to inherit from more
than one wrapped class.


2000/12/24 18:30:09  phil
Fixed a bug that meant some signal proxies were not being generated properly
(only affected QMovie).
When a C++ instance takes ownership, it also takes a reference to the Python
object as well.
Updated the documentation for v2.3.


2000/12/19 14:48:31  phil
Added the ability to add pre- and post-call hooks. Added the sipCallHook()
function to implement them.


2000/12/15 11:18:00  phil
Added a couple of missing Python exceptions.


2000/12/13 10:41:12  phil
Updated the configuration to look for Qt v2.2.3.


2000/12/12 17:48:53  phil
Changed sipParseArgs() to take an extra parameter to enable better error
messages to be reported.
Changed the sipNo*() functions to report the better messages.
Changed the code generator to use the changed sipParseArgs().


2000/11/05 20:56:28  phil
Added the $P macro.
Backed out the change making the wrapper class dtors virtual (causes problems
under Windows).
Released v2.2.


2000/11/04 11:06:11  phil
Made the wrapper class dtor virtual to avoid compiler warning messages.
Fixed proxy class generation for modules that don't define any new signals.


2000/11/02 15:03:13  phil
Minor compile fixes (why is it always RedHat?).
Added the %Copying directive.
Clarified the license regarding generated code.


2000/10/18 16:20:53  phil
Final tidying up for the release of v2.1.


2000/10/15 20:41:24  phil
Finally fixed the problem with signal signatures defined with SIP_CON_SLOT.
Updated the documentation for v2.1pre1.


2000/10/13 19:00:17  phil
Fixed really nasty segv with complex Python expressions where the wrapped
object was (legitimately) outliving the class instance.


2000/10/11 17:23:05  phil
Slot types that are only specified by SIP_CON_SLOT (and not as a signal) are
now handled properly.


2000/10/11 13:34:03  phil
Added the ability to provide handwritten code for dtors.
Added the sipGetThisWrapper() function to the SIP library.


2000/10/02 21:46:56  phil
Fixed the bad code generated for Python special methods (ie. operators).


2000/10/01 12:32:19  phil
Slots that take fewer arguments than the number supplied by a signal will not
cause an exception - just like Qt.


2000/10/01 00:44:57  phil
Fixed the signal handling bug introduced a couple of days ago while trying to
fix another signal handling bug.


2000/09/29 22:28:26  phil
When a wrapped class instance is deleted it is now guaranteed that the
underlying object will be deleted after all of the instances variables.  This
avoids some potentially very subtle bugs.


2000/09/23 18:07:05  phil
Connecting Python signals to Qt slots (expressed using SLOT()) now works.
Increased the library version number to 3.0.1.


2000/09/20 10:57:10  phil
Tidy up after moving the CVS tree to theKompany.com CVS repository.


