Index: ossp-pkg/as/as-gui/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/ChangeLog,v rcsdiff -q -kk '-r1.36' '-r1.37' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/ChangeLog,v' 2>/dev/null --- ChangeLog 2003/02/06 16:47:19 1.36 +++ ChangeLog 2003/02/11 22:22:41 1.37 @@ -1,5 +1,17 @@ Geschichte des OSSP titraq in Vorwaerts Cronordnung +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 + Implemented thl idea, a sorted task name map + Began coding dynamic task placement + +030210 Implemented the prefs panel user interface piece, no working logic yet + +030208 Implemented Simplefile class with working backup method + +030207 Implemented preferences panel class prefpanel + 030206 Implemented embedding of escape characters into event data file Begin treating quit op on an edited doc as a special case to avoid loss Fixed tab completion bug in which table entry misses text after expansion Index: ossp-pkg/as/as-gui/README RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/README,v rcsdiff -q -kk '-r1.28' '-r1.29' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/README,v' 2>/dev/null --- README 2003/02/06 16:54:02 1.28 +++ README 2003/02/11 22:22:41 1.29 @@ -6,7 +6,7 @@ |___/ OSSP asgui -- Accounting system graphical user interface - Version 0.6.12 (06-Feb-2003) + Version 0.6.13 (11-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.26' '-r1.27' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as_version.cpp,v' 2>/dev/null --- as_version.cpp 2003/02/06 16:54:02 1.26 +++ as_version.cpp 2003/02/11 22:22:41 1.27 @@ -8,7 +8,7 @@ #ifndef _AS_VERSION_CPP_ #define _AS_VERSION_CPP_ -#define ASGUI_VERSION 0x00620C +#define ASGUI_VERSION 0x00620D typedef struct { const int v_hex; @@ -32,13 +32,13 @@ #undef _AS_VERSION_CPP_AS_HEADER_ asgui_version_t asgui_version = { - 0x00620C, - "0.6.12", - "0.6.12 (06-Feb-2003)", - "This is OSSP as-gui, Version 0.6.12 (06-Feb-2003)", - "OSSP as-gui 0.6.12 (06-Feb-2003)", - "OSSP as-gui/0.6.12", - "@(#)OSSP as-gui 0.6.12 (06-Feb-2003)", + 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)", "$Id$" };