diff --git a/ChangeLog b/ChangeLog index 2c20ba0..615e9ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,235 @@ +------------------------------------------------------------------------ +r174 | sam | 2003-12-25 00:58:32 +0100 (Thu, 25 Dec 2003) | 5 lines +Changed paths: + M /trunk/configure.ac + M /trunk/debian/control + + * debian/control: + + Added missing dependencies to the -dev package. + * configure.ac: + + Kludge for woody builds where x_includes is undefined. + +------------------------------------------------------------------------ +r173 | sam | 2003-12-24 17:23:37 +0100 (Wed, 24 Dec 2003) | 3 lines +Changed paths: + M /trunk/src/caca.h + + * src/caca.h: + + Documented CACA_FONT. + +------------------------------------------------------------------------ +r172 | sam | 2003-12-24 17:16:16 +0100 (Wed, 24 Dec 2003) | 3 lines +Changed paths: + M /trunk/doc/Makefile.am + + * doc/Makefile.am: + + Rename the refman.ps doxygen documentation to libcaca.ps. + +------------------------------------------------------------------------ +r171 | sam | 2003-12-24 16:43:45 +0100 (Wed, 24 Dec 2003) | 5 lines +Changed paths: + M /trunk/NEWS + M /trunk/src/caca.h + M /trunk/src/graphics.c + + * src/graphics.c: + + Replace CACA_WIDTH and CACA_HEIGHT with CACA_GEOMETRY. + * src/caca.c: + + Documented the CACA_GEOMETRY environment variable. + +------------------------------------------------------------------------ +r170 | sam | 2003-12-24 16:35:07 +0100 (Wed, 24 Dec 2003) | 3 lines +Changed paths: + M /trunk/src/caca_internals.h + M /trunk/src/graphics.c + M /trunk/src/io.c + + * src/io.c: + + Mouse support in the X11 driver. + +------------------------------------------------------------------------ +r169 | sam | 2003-12-24 15:48:38 +0100 (Wed, 24 Dec 2003) | 4 lines +Changed paths: + M /trunk/src/graphics.c + + * src/graphics: + + Use XCreateWindow instead of XCreateSimpleWindow. + + Set the X window title to "caca for X". + +------------------------------------------------------------------------ +r168 | sam | 2003-12-23 18:25:29 +0100 (Tue, 23 Dec 2003) | 4 lines +Changed paths: + M /trunk/debian/changelog + M /trunk/debian/control + M /trunk/debian/rules + + * debian/control: + + Build-depend on doxygen and tetex to build documentation. + + Build-depend on xlibs-dev and slang1-dev to provide alternate drivers. + +------------------------------------------------------------------------ +r167 | sam | 2003-12-23 18:01:38 +0100 (Tue, 23 Dec 2003) | 7 lines +Changed paths: + M /trunk/BUGS + M /trunk/Makefile.am + M /trunk/NEWS + M /trunk/README + M /trunk/TODO + M /trunk/configure.ac + M /trunk/doc/Makefile.am + M /trunk/src/graphics.c + + * configure.ac NEWS: + + Prepared release 0.4. + * src/graphics.c README BUGS TODO: + + Updated documentation. + * Makefile.am doc/Makefile.am: + + Install the generated doxygen documentation. + +------------------------------------------------------------------------ +r166 | sam | 2003-12-23 17:32:56 +0100 (Tue, 23 Dec 2003) | 4 lines +Changed paths: + M /trunk/src/io.c + + * src/io.c: + + Fixed a warning by including . + + Support for arrow and function keys under X11. + +------------------------------------------------------------------------ +r165 | sam | 2003-12-23 14:27:40 +0100 (Tue, 23 Dec 2003) | 9 lines +Changed paths: + M /trunk/configure.ac + M /trunk/doc/Makefile.am + D /trunk/doc/doxygen.cfg + A /trunk/doc/doxygen.cfg.in (from /trunk/doc/doxygen.cfg:164) + M /trunk/examples/aafire.c + M /trunk/examples/demo.c + M /trunk/examples/spritedit.c + M /trunk/examples/view.c + M /trunk/src/bitmap.c + M /trunk/src/box.c + M /trunk/src/caca.c + M /trunk/src/caca.h + M /trunk/src/caca_internals.h + M /trunk/src/conic.c + M /trunk/src/graphics.c + M /trunk/src/io.c + M /trunk/src/line.c + M /trunk/src/math.c + M /trunk/src/sprite.c + M /trunk/src/triangle.c + + * src/io.c: + + Added caca_wait_event(), a blocking caca_get_event(). + * src/ examples/: + + More documentation. + * doc/doxygen.cfg.in: + + doc/doxygen.cfg is now generated by configure, so that we can use + @top_srcdir@ and we no longer need to hardcode PROJECT_NUMBER. + + Create manpages. + +------------------------------------------------------------------------ +r164 | sam | 2003-12-23 12:08:37 +0100 (Tue, 23 Dec 2003) | 2 lines +Changed paths: + M /trunk/doc/doxygen.cfg + M /trunk/src/bitmap.c + M /trunk/src/caca.c + M /trunk/src/caca.h + + * More API documentation. + +------------------------------------------------------------------------ +r163 | sam | 2003-12-22 23:58:24 +0100 (Mon, 22 Dec 2003) | 3 lines +Changed paths: + M /trunk/src/caca.c + + * caca.c: + + Fixed typos in the initialisation code. + +------------------------------------------------------------------------ +r162 | sam | 2003-12-22 16:26:12 +0100 (Mon, 22 Dec 2003) | 6 lines +Changed paths: + M /trunk/configure.ac + M /trunk/src/bitmap.c + M /trunk/src/caca.c + M /trunk/src/caca.h + M /trunk/src/caca_internals.h + M /trunk/src/conic.c + M /trunk/src/graphics.c + M /trunk/src/io.c + M /trunk/src/line.c + + * src/graphics.c src/caca.c src/io.c: + + Support for simultaneously compiled-in drivers. + + Honour the CACA_DRIVER environment variable. + * configure.ac: + + Drivers are no longer mutually exclusive. + +------------------------------------------------------------------------ +r161 | sam | 2003-12-21 01:39:41 +0100 (Sun, 21 Dec 2003) | 3 lines +Changed paths: + M /trunk/src/graphics.c + + * src/graphics: + + Initialise default height at 32 (as in aalib). + +------------------------------------------------------------------------ +r160 | sam | 2003-12-20 13:07:56 +0100 (Sat, 20 Dec 2003) | 5 lines +Changed paths: + M /trunk/src/caca_internals.h + M /trunk/src/graphics.c + M /trunk/src/io.c + + * src/graphics.c: + + Support for CACA_WIDTH, CACA_HEIGHT and CACA_FONT in the x11 driver. + + Use an intermediary X pixmap for rendering. + + Slightly changed the variable naming scheme. + +------------------------------------------------------------------------ +r159 | sam | 2003-12-20 11:54:35 +0100 (Sat, 20 Dec 2003) | 3 lines +Changed paths: + M /trunk/examples/aafire.c + + * examples/aafire.c: + + The image buffer in cacafire was too small. + +------------------------------------------------------------------------ +r158 | sam | 2003-12-19 18:26:23 +0100 (Fri, 19 Dec 2003) | 4 lines +Changed paths: + M /trunk/src/graphics.c + + * src/graphics.c: + + Progress in the X11 driver. + + Fixed a compilation bug in the conio driver. + +------------------------------------------------------------------------ +r157 | sam | 2003-12-18 10:46:19 +0100 (Thu, 18 Dec 2003) | 4 lines +Changed paths: + M /trunk/debian/changelog + M /trunk/debian/control + M /trunk/debian/rules + + * debian/rules debian/control: + + Moved cacafire to the caca-utils package. Added proper conflict/replace. + + Symlinked cacafire.1 to cacademo.1. + +------------------------------------------------------------------------ +r155 | sam | 2003-12-18 01:41:28 +0100 (Thu, 18 Dec 2003) | 7 lines +Changed paths: + M /trunk/ChangeLog + M /trunk/NEWS + M /trunk/README + M /trunk/debian/changelog + M /trunk/debian/control + M /trunk/doc/doxygen.cfg + + * debian/control: + + Updated long descriptions. + * debian/changelog ChangeLog doc/doxygen.cfg NEWS: + + Prepared 0.3 release. + * README: + + --enable-ncurses is now the default. + ------------------------------------------------------------------------ r154 | sam | 2003-12-18 01:11:52 +0100 (Thu, 18 Dec 2003) | 3 lines Changed paths: