Ignore:
Timestamp:
11/16/06 17:29:57 (7 years ago)
Author:
sam
Message:
  • Set version to 0.99.beta11.
  • Updated NEWS and ChangeLog?.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/ChangeLog

    r1370 r1419  
     1------------------------------------------------------------------------ 
     2r1079 | sam | 2006-11-16 16:01:31 +0100 (Thu, 16 Nov 2006) | 3 lines 
     3Changed paths: 
     4   M /trunk/cucul/export.c 
     5   M /trunk/test/export.c 
     6 
     7  * Support for CUCUL_DEFAULT and CUCUL_TRANSPARENT in the HTML exporters. 
     8  * Updated export test accordingly. 
     9 
     10------------------------------------------------------------------------ 
     11r1078 | sam | 2006-11-16 12:26:22 +0100 (Thu, 16 Nov 2006) | 3 lines 
     12Changed paths: 
     13   M /trunk/common.h 
     14 
     15  * Fix a compilation warning by pretending to use seterrno()'s argument 
     16    even when it isn't. 
     17 
     18------------------------------------------------------------------------ 
     19r1077 | sam | 2006-11-16 12:23:56 +0100 (Thu, 16 Nov 2006) | 3 lines 
     20Changed paths: 
     21   M /trunk/kernel/kernel.c 
     22   M /trunk/kernel/kernel.h 
     23 
     24  * Implemented strcmp() and strdup() and added an fflush() stub to the 
     25    kernel code. 
     26 
     27------------------------------------------------------------------------ 
     28r1076 | sam | 2006-11-16 03:08:05 +0100 (Thu, 16 Nov 2006) | 3 lines 
     29Changed paths: 
     30   M /trunk/cucul/transform.c 
     31 
     32  * Added some box drawing glyphs that are used by TOIlet's future.tlf font 
     33    to the flip/flop/rotation filters. 
     34 
     35------------------------------------------------------------------------ 
     36r1072 | sam | 2006-11-14 21:14:38 +0100 (Tue, 14 Nov 2006) | 2 lines 
     37Changed paths: 
     38   M /trunk/caca/Makefile.am 
     39   M /trunk/src/Makefile.am 
     40   M /trunk/tools/Makefile.am 
     41 
     42  * Don't rely on pkg-config macros for variable substitution. Just in case. 
     43 
     44------------------------------------------------------------------------ 
     45r1071 | sam | 2006-11-14 19:22:31 +0100 (Tue, 14 Nov 2006) | 2 lines 
     46Changed paths: 
     47   M /trunk/configure.ac 
     48 
     49  * No longer bail out with an error if Imlib2 or Doxygen were not found. 
     50 
     51------------------------------------------------------------------------ 
     52r1070 | sam | 2006-11-14 19:05:02 +0100 (Tue, 14 Nov 2006) | 2 lines 
     53Changed paths: 
     54   M /trunk/cucul/frame.c 
     55 
     56  * Minor documentation fix. 
     57 
     58------------------------------------------------------------------------ 
     59r1069 | sam | 2006-11-14 19:02:29 +0100 (Tue, 14 Nov 2006) | 2 lines 
     60Changed paths: 
     61   M /trunk/caca/Makefile.am 
     62   M /trunk/caca/caca.c 
     63   M /trunk/caca/caca_internals.h 
     64   A /trunk/caca/driver_cocoa.m 
     65   M /trunk/configure.ac 
     66 
     67  * Added all the glue needed for a Cocoa output driver. 
     68 
     69------------------------------------------------------------------------ 
     70r1068 | sam | 2006-11-14 17:27:15 +0100 (Tue, 14 Nov 2006) | 2 lines 
     71Changed paths: 
     72   M /trunk/test/spritedit.c 
     73 
     74  * Minor compilation warning fix. OS X x86 defines "DELAY". 
     75 
     76------------------------------------------------------------------------ 
     77r1067 | sam | 2006-11-14 08:59:52 +0100 (Tue, 14 Nov 2006) | 3 lines 
     78Changed paths: 
     79   M /trunk/cucul/transform.c 
     80   M /trunk/test/text.c 
     81 
     82  * Documented flip/flop/rotate as being involutive. 
     83  * Updated text test. 
     84 
     85------------------------------------------------------------------------ 
     86r1066 | sam | 2006-11-14 08:46:51 +0100 (Tue, 14 Nov 2006) | 3 lines 
     87Changed paths: 
     88   M /trunk/test 
     89   M /trunk/test/Makefile.am 
     90   D /trunk/test/all.c 
     91   A /trunk/test/cucul.c (from /trunk/test/all.c:1063) 
     92 
     93  * Renamed the "all" test to "cucul" because it otherwise conflicted with 
     94    the automake "all" rule. 
     95 
     96------------------------------------------------------------------------ 
     97r1065 | sam | 2006-11-14 00:42:43 +0100 (Tue, 14 Nov 2006) | 3 lines 
     98Changed paths: 
     99   M /trunk/caca/caca_internals.h 
     100   M /trunk/caca/driver_ncurses.c 
     101   M /trunk/caca/driver_slang.c 
     102   M /trunk/caca/graphics.c 
     103 
     104  * Factored terminal title setting code. 
     105  * Do not try to set the terminal title if TERM=linux. 
     106 
     107------------------------------------------------------------------------ 
     108r1064 | sam | 2006-11-14 00:33:49 +0100 (Tue, 14 Nov 2006) | 2 lines 
     109Changed paths: 
     110   M /trunk/caca/driver_ncurses.c 
     111   M /trunk/caca/driver_slang.c 
     112   M /trunk/caca/graphics.c 
     113   M /trunk/doc/migrating.dox 
     114 
     115  * Implemented caca_set_display_title() for ncurses and S-Lang. 
     116 
     117------------------------------------------------------------------------ 
     118r1063 | sam | 2006-11-14 00:16:35 +0100 (Tue, 14 Nov 2006) | 4 lines 
     119Changed paths: 
     120   M /trunk/cucul/canvas.c 
     121   M /trunk/cucul/cucul.c 
     122   M /trunk/cucul/cucul.h 
     123   M /trunk/cucul/cucul_internals.h 
     124   M /trunk/cucul/frame.c 
     125   M /trunk/cucul/legacy.c 
     126   M /trunk/cxx/cucul++.cpp 
     127   M /trunk/test/all.c 
     128   M /trunk/test/frames.c 
     129 
     130  * Implemented cucul_get_frame_name() and cucul_set_frame_name(). 
     131  * Renamed cucul_*_canvas_frame() to cucul_*_frame() because we bloody well 
     132    know that a frame belongs to a canvas. 
     133 
     134------------------------------------------------------------------------ 
     135r1062 | sam | 2006-11-14 00:00:02 +0100 (Tue, 14 Nov 2006) | 2 lines 
     136Changed paths: 
     137   M /trunk/test 
     138   M /trunk/test/Makefile.am 
     139   A /trunk/test/all.c 
     140   M /trunk/test/blit.c 
     141 
     142  * Started writing a full API test. Not sure where it'll lead. 
     143 
     144------------------------------------------------------------------------ 
     145r1061 | sam | 2006-11-13 22:42:15 +0100 (Mon, 13 Nov 2006) | 2 lines 
     146Changed paths: 
     147   M /trunk/cxx/cucul++.cpp 
     148   M /trunk/cxx/cucul++.h 
     149   M /trunk/cxx/cxxtest.cpp 
     150 
     151  * Updated C++ bindings so that they build, at least. 
     152 
     153------------------------------------------------------------------------ 
     154r1060 | sam | 2006-11-13 14:34:06 +0100 (Mon, 13 Nov 2006) | 3 lines 
     155Changed paths: 
     156   M /trunk/src/cacademo.c 
     157   M /trunk/test/swallow.c 
     158 
     159  * Add more randomness to the cacademo effects. 
     160  * Adapt the swallow test to the display's size. 
     161 
     162------------------------------------------------------------------------ 
     163r1059 | sam | 2006-11-13 09:55:36 +0100 (Mon, 13 Nov 2006) | 2 lines 
     164Changed paths: 
     165   M /trunk/caca/caca.h 
     166   M /trunk/src/aafire.c 
     167   M /trunk/src/cacademo.c 
     168 
     169  * Added CACA_KEY_* values for Ctrl-C, Ctrl-V, etc. 
     170 
     171------------------------------------------------------------------------ 
     172r1058 | sam | 2006-11-13 01:19:18 +0100 (Mon, 13 Nov 2006) | 2 lines 
     173Changed paths: 
     174   M /trunk/cucul/import.c 
     175 
     176  * Improved ANSI import, especially wrt. drawing context persistence. 
     177 
     178------------------------------------------------------------------------ 
     179r1057 | sam | 2006-11-13 00:09:17 +0100 (Mon, 13 Nov 2006) | 2 lines 
     180Changed paths: 
     181   M /trunk/cucul/attr.c 
     182 
     183  * Fix a bug in cucul_put_attr. This function was simply not working. 
     184 
     185------------------------------------------------------------------------ 
     186r1056 | sam | 2006-11-12 23:26:36 +0100 (Sun, 12 Nov 2006) | 3 lines 
     187Changed paths: 
     188   M /trunk/cucul/cucul.c 
     189   M /trunk/cucul/cucul_internals.h 
     190   M /trunk/cucul/frame.c 
     191 
     192  * Fix a bug in cucul_set_canvas_size() that caused the default attribute 
     193    to be ignored. 
     194 
     195------------------------------------------------------------------------ 
     196r1054 | sam | 2006-11-12 22:29:31 +0100 (Sun, 12 Nov 2006) | 4 lines 
     197Changed paths: 
     198   M /trunk/cucul/import.c 
     199 
     200  * When importing an utf-8 file, set background and foreground colours to 
     201    the nearest ANSI values for the current attribute. When importing an ANSI 
     202    file, force them to lightgray on black. 
     203 
     204------------------------------------------------------------------------ 
     205r1053 | sam | 2006-11-12 21:39:27 +0100 (Sun, 12 Nov 2006) | 2 lines 
     206Changed paths: 
     207   M /trunk/NEWS 
     208 
     209  * Oops, fixed NEW entry. 
     210 
     211------------------------------------------------------------------------ 
     212r1048 | sam | 2006-11-12 20:29:43 +0100 (Sun, 12 Nov 2006) | 2 lines 
     213Changed paths: 
     214   M /trunk/Makefile.am 
     215 
     216  * Added a "make upload" rule for releases. 
     217 
     218------------------------------------------------------------------------ 
     219r1047 | sam | 2006-11-12 19:26:40 +0100 (Sun, 12 Nov 2006) | 3 lines 
     220Changed paths: 
     221   M /trunk/ChangeLog 
     222   M /trunk/NEWS 
     223   M /trunk/configure.ac 
     224 
     225  * Set version to 0.99.beta10. 
     226  * Updated NEWS and ChangeLog. 
     227 
     228------------------------------------------------------------------------ 
     229r1046 | sam | 2006-11-12 19:23:29 +0100 (Sun, 12 Nov 2006) | 2 lines 
     230Changed paths: 
     231   M /trunk/doc/migrating.dox 
     232 
     233  * Documentation updates. 
     234 
    1235------------------------------------------------------------------------ 
    2236r1045 | sam | 2006-11-12 18:45:14 +0100 (Sun, 12 Nov 2006) | 3 lines 
Note: See TracChangeset for help on using the changeset viewer.