Index: ossp-pkg/as/as-gui/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/ChangeLog,v rcsdiff -q -kk '-r1.3' '-r1.4' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/ChangeLog,v' 2>/dev/null --- ChangeLog 2002/12/16 17:42:16 1.3 +++ ChangeLog 2002/12/17 16:59:06 1.4 @@ -1,5 +1,10 @@ Geschichte des OSSP titraq in Vorwaerts Cronordnung +021217 Added differential row shading + Improved focus handling in edit mode + Add file extension filter to file op dialogs + Resolve save problems to symbolic link + 021216 Added protection against existing file overwriting. Added column sort on click with full row swapping. Added persistent sorting to user preferences. Index: ossp-pkg/as/as-gui/README RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/README,v rcsdiff -q -kk '-r1.10' '-r1.11' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/README,v' 2>/dev/null --- README 2002/12/16 17:42:16 1.10 +++ README 2002/12/17 16:59:06 1.11 @@ -6,7 +6,7 @@ |___/ OSSP asgui -- Accounting system graphical user interface - Version 0.5.6 (16-Dec-2002) + Version 0.5.7 (17-Dec-2002) ABSTRACT Index: ossp-pkg/as/as-gui/as_version.cpp RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/as_version.cpp,v rcsdiff -q -kk '-r1.8' '-r1.9' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as_version.cpp,v' 2>/dev/null --- as_version.cpp 2002/12/16 17:42:16 1.8 +++ as_version.cpp 2002/12/17 16:59:06 1.9 @@ -8,7 +8,7 @@ #ifndef _AS_VERSION_CPP_ #define _AS_VERSION_CPP_ -#define ASGUI_VERSION 0x005206 +#define ASGUI_VERSION 0x005207 typedef struct { const int v_hex; @@ -32,13 +32,13 @@ #undef _AS_VERSION_CPP_AS_HEADER_ asgui_version_t asgui_version = { - 0x005206, - "0.5.6", - "0.5.6 (16-Dec-2002)", - "This is OSSP asgui, Version 0.5.6 (16-Dec-2002)", - "OSSP asgui 0.5.6 (16-Dec-2002)", - "OSSP asgui/0.5.6", - "@(#)OSSP asgui 0.5.6 (16-Dec-2002)", + 0x005207, + "0.5.7", + "0.5.7 (17-Dec-2002)", + "This is OSSP asgui, Version 0.5.7 (17-Dec-2002)", + "OSSP asgui 0.5.7 (17-Dec-2002)", + "OSSP asgui/0.5.7", + "@(#)OSSP asgui 0.5.7 (17-Dec-2002)", "$Id$" };