1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
2004-06-11 Dom Lachowicz <cinamod@hotmail.com>
* Make GTK+ FE use stock icons
* Bump version number
2003-05-28 Francis James Franklin <fjf@alinameridon.com>
* new build system; Cocoa port (fjf)
* spec files (mg, rms)
* GTK+-2.0 fixes (dom)
2002-03-28 John Levon <moz@compsoc.man.ac.uk>
* src/caiksaurus.cpp: exit() is defined in <stdlib.h>,
so include it
2002-01-13 John Levon <moz@compsoc.man.ac.uk>
* src/AiksaurusC.cpp: add std:: qualifier to nothrow
2001-12-08 Francis James Franklin <fjf@alinameridon.com>
* Extend autoconf/automake build system to AikSaurusGTK
* Let libtoolize & automake provide required files
2001-08-27 John Levon <moz@compsoc.man.ac.uk>
* CommandLineDemo.cpp:
* InteractiveDemo.cpp: change start dir to correct
directory
2001-08-27 John Levon <moz@compsoc.man.ac.uk>
* Makefile.am:
* configure.in:
* data/: moved data into a sub-dir
2001-08-16 John Levon <moz@compsoc.man.ac.uk>
* Makefile.am:
* configure.in:
* .cvsignore:
* aiksaurus.spec.in: add an RPM spec file
2001-08-10 John Levon <moz@compsoc.man.ac.uk>
* Makefile.am:
* configure.in: bump version
* .cvsignore: add
* aclocal.m4:
* configure:
* config.h.in:
* Makefile.in: remove generated file from CVS
2001-08-10 John Levon <moz@compsoc.man.ac.uk>
* configure.in:
* Makefile.am: fix make distcheck problem, remove
extra EXTRA_DIST files
|