Index: ossp-pkg/as/as-gui/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/ChangeLog,v rcsdiff -q -kk '-r1.28' '-r1.29' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/ChangeLog,v' 2>/dev/null --- ChangeLog 2003/02/03 21:30:48 1.28 +++ ChangeLog 2003/02/04 11:45:16 1.29 @@ -1,5 +1,7 @@ Geschichte des OSSP titraq in Vorwaerts Cronordnung +030204 Minor change to prematurely accept event format version 0.6 + 030203 Better implement 'please add entries' announcement to beginning users Improved edit control [en|dis]ablement condition, and remove pixmap Deny pasting of empty clipboard data, and adding of zero rows Index: ossp-pkg/as/as-gui/README RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/README,v rcsdiff -q -kk '-r1.24' '-r1.25' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/README,v' 2>/dev/null --- README 2003/02/03 21:30:48 1.24 +++ README 2003/02/04 11:45:16 1.25 @@ -6,7 +6,7 @@ |___/ OSSP asgui -- Accounting system graphical user interface - Version 0.6.8 (03-Feb-2003) + Version 0.6.9 (04-Feb-2003) ABSTRACT Index: ossp-pkg/as/as-gui/TODO RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/TODO,v rcsdiff -q -kk '-r1.73' '-r1.74' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/TODO,v' 2>/dev/null --- TODO 2003/02/03 21:30:48 1.73 +++ TODO 2003/02/04 11:45:16 1.74 @@ -48,6 +48,7 @@ Pressing escape on task data cells does not exit edit mode On win32, all or some file reads and writes probably need IO_Translate? Method saveData(stream) must write to a new file, otherwise writes data pattern +CRCs are being generated before parsing of "" is finished? Nice to have ------------ 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.22' '-r1.23' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as_version.cpp,v' 2>/dev/null --- as_version.cpp 2003/02/03 21:30:48 1.22 +++ as_version.cpp 2003/02/04 11:45:16 1.23 @@ -8,7 +8,7 @@ #ifndef _AS_VERSION_CPP_ #define _AS_VERSION_CPP_ -#define ASGUI_VERSION 0x006208 +#define ASGUI_VERSION 0x006209 typedef struct { const int v_hex; @@ -32,13 +32,13 @@ #undef _AS_VERSION_CPP_AS_HEADER_ asgui_version_t asgui_version = { - 0x006208, - "0.6.8", - "0.6.8 (03-Feb-2003)", - "This is OSSP as-gui, Version 0.6.8 (03-Feb-2003)", - "OSSP as-gui 0.6.8 (03-Feb-2003)", - "OSSP as-gui/0.6.8", - "@(#)OSSP as-gui 0.6.8 (03-Feb-2003)", + 0x006209, + "0.6.9", + "0.6.9 (04-Feb-2003)", + "This is OSSP as-gui, Version 0.6.9 (04-Feb-2003)", + "OSSP as-gui 0.6.9 (04-Feb-2003)", + "OSSP as-gui/0.6.9", + "@(#)OSSP as-gui 0.6.9 (04-Feb-2003)", "$Id$" };