Index: ossp-pkg/as/as-gui/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/ChangeLog,v rcsdiff -q -kk '-r1.50' '-r1.51' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/ChangeLog,v' 2>/dev/null --- ChangeLog 2003/08/06 18:06:36 1.50 +++ ChangeLog 2003/11/20 11:44:15 1.51 @@ -1,5 +1,11 @@ Geschichte des OSSP titraq in Vorwaerts Cronordnung +031120 Handle the time consuming bureaucracy of changing a company name. + +031118 More reliably detect X11 features like Xft and Xrender, and + integrate pkg-config aclocal M4 macro to call pkg-config from + within configure. Now OSSP as-gui requires Gnome pkg-config. + 030802 Added a check for sched_get_priority_min in librt to configure.in 030428 Fixed a bug, causing a cancelled focus operation on rowadd Index: ossp-pkg/as/as-gui/README RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/README,v rcsdiff -q -kk '-r1.45' '-r1.46' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/README,v' 2>/dev/null --- README 2003/11/20 11:31:20 1.45 +++ README 2003/11/20 11:44:15 1.46 @@ -5,7 +5,7 @@ |_| |___/ OSSP asgui -- Accounting system graphical user interface - Version 0.7.4 (06-Aug-2003) + Version 0.7.5 (20-Nov-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.42' '-r1.43' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as_version.cpp,v' 2>/dev/null --- as_version.cpp 2003/08/06 18:06:37 1.42 +++ as_version.cpp 2003/11/20 11:44:15 1.43 @@ -8,7 +8,7 @@ #ifndef _AS_VERSION_CPP_ #define _AS_VERSION_CPP_ -#define ASGUI_VERSION 0x007204 +#define ASGUI_VERSION 0x007205 typedef struct { const int v_hex; @@ -32,13 +32,13 @@ #undef _AS_VERSION_CPP_AS_HEADER_ asgui_version_t asgui_version = { - 0x007204, - "0.7.4", - "0.7.4 (06-Aug-2003)", - "This is OSSP as-gui, Version 0.7.4 (06-Aug-2003)", - "OSSP as-gui 0.7.4 (06-Aug-2003)", - "OSSP as-gui/0.7.4", - "@(#)OSSP as-gui 0.7.4 (06-Aug-2003)", + 0x007205, + "0.7.5", + "0.7.5 (20-Nov-2003)", + "This is OSSP as-gui, Version 0.7.5 (20-Nov-2003)", + "OSSP as-gui 0.7.5 (20-Nov-2003)", + "OSSP as-gui/0.7.5", + "@(#)OSSP as-gui 0.7.5 (20-Nov-2003)", "$Id$" };