Index: ossp-pkg/as/as-gui/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/ChangeLog,v rcsdiff -q -kk '-r1.46' '-r1.47' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/ChangeLog,v' 2>/dev/null --- ChangeLog 2003/02/28 17:16:23 1.46 +++ ChangeLog 2003/03/05 20:28:32 1.47 @@ -1,5 +1,14 @@ Geschichte des OSSP titraq in Vorwaerts Cronordnung +030305 Wrote the as-gui.1 manpage in POD format + Wrote the as-gui.conf.5 manpage in POD format + Made small formatting changes to documentation + Changed names of as_gui[.*].pod to as-gui[.*].pod + Documented conversion corrections from pod2html generated HTML + Implemented reading and browsing glue code to new help reference + Turned on all man and help file logic in install target of Makefile + Added datadir variable passing in buildconf to enable new help features + 030228 Fixed badly-sized accounts combobox Changed CRC calculation to pad resulting string with '0' to 8 places Index: ossp-pkg/as/as-gui/README RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/README,v rcsdiff -q -kk '-r1.38' '-r1.39' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/README,v' 2>/dev/null --- README 2003/02/28 17:16:23 1.38 +++ README 2003/03/05 20:28:32 1.39 @@ -6,7 +6,7 @@ |___/ OSSP asgui -- Accounting system graphical user interface - Version 0.6.22 (28-Feb-2003) + Version 0.6.23 (05-Mar-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.97' '-r1.98' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/TODO,v' 2>/dev/null --- TODO 2003/03/05 19:49:14 1.97 +++ TODO 2003/03/05 20:28:32 1.98 @@ -83,6 +83,7 @@ Title case, sentence case, or lower case Past tense, third person, style, usage... Make consistent when version is shown in titlebar of all dialogs +Runtime help system should not depend on installtime documentation Screwey user notes ;-) ---------------------- 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.36' '-r1.37' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as_version.cpp,v' 2>/dev/null --- as_version.cpp 2003/02/28 17:16:23 1.36 +++ as_version.cpp 2003/03/05 20:28:32 1.37 @@ -8,7 +8,7 @@ #ifndef _AS_VERSION_CPP_ #define _AS_VERSION_CPP_ -#define ASGUI_VERSION 0x006216 +#define ASGUI_VERSION 0x006217 typedef struct { const int v_hex; @@ -32,13 +32,13 @@ #undef _AS_VERSION_CPP_AS_HEADER_ asgui_version_t asgui_version = { - 0x006216, - "0.6.22", - "0.6.22 (28-Feb-2003)", - "This is OSSP as-gui, Version 0.6.22 (28-Feb-2003)", - "OSSP as-gui 0.6.22 (28-Feb-2003)", - "OSSP as-gui/0.6.22", - "@(#)OSSP as-gui 0.6.22 (28-Feb-2003)", + 0x006217, + "0.6.23", + "0.6.23 (05-Mar-2003)", + "This is OSSP as-gui, Version 0.6.23 (05-Mar-2003)", + "OSSP as-gui 0.6.23 (05-Mar-2003)", + "OSSP as-gui/0.6.23", + "@(#)OSSP as-gui 0.6.23 (05-Mar-2003)", "$Id$" };