Index: ossp-pkg/as/as-gui/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/ChangeLog,v co -q -kk -p'1.4' '/v/ossp/cvs/ossp-pkg/as/as-gui/ChangeLog,v' | diff -u - /dev/null -L'ossp-pkg/as/as-gui/ChangeLog' 2>/dev/null --- ossp-pkg/as/as-gui/ChangeLog +++ /dev/null 2025-05-21 01:39:44.000000000 +0200 @@ -1,15 +0,0 @@ -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. - Added view refresh and new view menu items. - Added dynamic account list loading. - Improved dirty flag tracking. - -021108 Projekt Erzeugung Index: ossp-pkg/as/as-gui/README RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/README,v rcsdiff -q -kk '-r1.11' '-r1.12' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/README,v' 2>/dev/null --- README 2002/12/17 16:59:06 1.11 +++ README 2002/12/18 15:47:47 1.12 @@ -6,7 +6,7 @@ |___/ OSSP asgui -- Accounting system graphical user interface - Version 0.5.7 (17-Dec-2002) + Version 0.5.8 (18-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.9' '-r1.10' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as_version.cpp,v' 2>/dev/null --- as_version.cpp 2002/12/17 16:59:06 1.9 +++ as_version.cpp 2002/12/18 15:47:47 1.10 @@ -1,5 +1,5 @@ /* -** as_version.cpp -- Version Information for OSSP asgui (syntax: C/C++) +** as_version.cpp -- Version Information for OSSP as-gui (syntax: C/C++) ** [automatically generated and maintained by GNU shtool] */ @@ -8,7 +8,7 @@ #ifndef _AS_VERSION_CPP_ #define _AS_VERSION_CPP_ -#define ASGUI_VERSION 0x005207 +#define ASGUI_VERSION 0x005208 typedef struct { const int v_hex; @@ -32,13 +32,13 @@ #undef _AS_VERSION_CPP_AS_HEADER_ asgui_version_t asgui_version = { - 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)", + 0x005208, + "0.5.8", + "0.5.8 (18-Dec-2002)", + "This is OSSP as-gui, Version 0.5.8 (18-Dec-2002)", + "OSSP as-gui 0.5.8 (18-Dec-2002)", + "OSSP as-gui/0.5.8", + "@(#)OSSP as-gui 0.5.8 (18-Dec-2002)", "$Id$" }; Index: ossp-pkg/as/as-gui/configure.in RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/configure.in,v rcsdiff -q -kk '-r1.11' '-r1.12' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/configure.in,v' 2>/dev/null --- configure.in 2002/12/09 16:44:37 1.11 +++ configure.in 2002/12/18 15:47:47 1.12 @@ -35,7 +35,7 @@ AC_INIT ASGUI_VERSION_STR=`./shtool version -l c -d long as_version.cpp` -./shtool echo -e "Configuring %BOSSP asgui%b, version %B${ASGUI_VERSION_STR}%b" +./shtool echo -e "Configuring %BOSSP as-gui%b, version %B${ASGUI_VERSION_STR}%b" AC_SUBST(ASGUI_VERSION_STR) dnl Process this file with autoconf