Index: ossp-pkg/as/as-gui/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/ChangeLog,v rcsdiff -q -kk '-r1.37' '-r1.38' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/ChangeLog,v' 2>/dev/null --- ChangeLog 2003/02/11 22:22:41 1.37 +++ ChangeLog 2003/02/12 19:35:17 1.38 @@ -1,5 +1,7 @@ Geschichte des OSSP titraq in Vorwaerts Cronordnung +030212 Finished preferences working logic in class Panel + 030211 Served rse request to make amount edit control widget match table one Served rse request to align task widgets to the left, pending user pref Improved prefs panel class by splitting remote host names out Index: ossp-pkg/as/as-gui/README RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/README,v rcsdiff -q -kk '-r1.29' '-r1.30' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/README,v' 2>/dev/null --- README 2003/02/11 22:22:41 1.29 +++ README 2003/02/12 19:35:17 1.30 @@ -6,7 +6,7 @@ |___/ OSSP asgui -- Accounting system graphical user interface - Version 0.6.13 (11-Feb-2003) + Version 0.6.14 (12-Feb-2003) 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.27' '-r1.28' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as_version.cpp,v' 2>/dev/null --- as_version.cpp 2003/02/11 22:22:41 1.27 +++ as_version.cpp 2003/02/12 19:35:17 1.28 @@ -8,7 +8,7 @@ #ifndef _AS_VERSION_CPP_ #define _AS_VERSION_CPP_ -#define ASGUI_VERSION 0x00620D +#define ASGUI_VERSION 0x00620E typedef struct { const int v_hex; @@ -32,13 +32,13 @@ #undef _AS_VERSION_CPP_AS_HEADER_ asgui_version_t asgui_version = { - 0x00620D, - "0.6.13", - "0.6.13 (11-Feb-2003)", - "This is OSSP as-gui, Version 0.6.13 (11-Feb-2003)", - "OSSP as-gui 0.6.13 (11-Feb-2003)", - "OSSP as-gui/0.6.13", - "@(#)OSSP as-gui 0.6.13 (11-Feb-2003)", + 0x00620E, + "0.6.14", + "0.6.14 (12-Feb-2003)", + "This is OSSP as-gui, Version 0.6.14 (12-Feb-2003)", + "OSSP as-gui 0.6.14 (12-Feb-2003)", + "OSSP as-gui/0.6.14", + "@(#)OSSP as-gui 0.6.14 (12-Feb-2003)", "$Id$" };