Ignore:
Timestamp:
11/05/06 23:51:04 (7 years ago)
Author:
sam
Message:
  • Set version to 0.99.beta9.
  • Updated NEWS and ChangeLog?.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/ChangeLog

    r1225 r1285  
     1------------------------------------------------------------------------ 
     2r986 | sam | 2006-11-05 23:45:10 +0100 (Sun, 05 Nov 2006) | 2 lines 
     3Changed paths: 
     4   M /trunk/TODO 
     5 
     6  * Updated TODO list. 
     7 
     8------------------------------------------------------------------------ 
     9r985 | sam | 2006-11-05 23:20:51 +0100 (Sun, 05 Nov 2006) | 6 lines 
     10Changed paths: 
     11   M /trunk/cucul/export.c 
     12   M /trunk/cucul/import.c 
     13   M /trunk/src/cacaserver.c 
     14 
     15  * Updated the caca export format so that it supports multiple frames. 
     16  * Updated the caca importer to reflect that; only one frame is read at the 
     17    moment. 
     18  * Added an "utf8cr" export format for UTF-8 + CRLF exports. 
     19  * Updated cacaserver to reflect file format changes. 
     20 
     21------------------------------------------------------------------------ 
     22r984 | sam | 2006-11-05 22:59:26 +0100 (Sun, 05 Nov 2006) | 2 lines 
     23Changed paths: 
     24   M /trunk/cxx 
     25   M /trunk/cxx/cxxtest.cpp 
     26 
     27  * Use the import function to load the pig image in cxxtest. 
     28 
     29------------------------------------------------------------------------ 
     30r983 | sam | 2006-11-05 22:47:51 +0100 (Sun, 05 Nov 2006) | 2 lines 
     31Changed paths: 
     32   M /trunk/cucul/font.c 
     33 
     34  * Add information to the font format. 
     35 
     36------------------------------------------------------------------------ 
     37r982 | jylam | 2006-11-05 19:31:45 +0100 (Sun, 05 Nov 2006) | 2 lines 
     38Changed paths: 
     39   M /trunk/doc/tutorial.dox 
     40 
     41 * Fixed typo, added compilation example 
     42 
     43------------------------------------------------------------------------ 
     44r981 | jylam | 2006-11-05 19:14:26 +0100 (Sun, 05 Nov 2006) | 2 lines 
     45Changed paths: 
     46   M /trunk/doc/tutorial.dox 
     47 
     48 * Started a real and complete tutorial 
     49 
     50------------------------------------------------------------------------ 
     51r980 | sam | 2006-11-05 19:08:36 +0100 (Sun, 05 Nov 2006) | 2 lines 
     52Changed paths: 
     53   M /trunk/cxx/cucul++.h 
     54 
     55  * Oops, fixed getChar's prototype. 
     56 
     57------------------------------------------------------------------------ 
     58r979 | sam | 2006-11-05 19:06:09 +0100 (Sun, 05 Nov 2006) | 2 lines 
     59Changed paths: 
     60   M /trunk/cxx/cucul++.cpp 
     61   M /trunk/cxx/cucul++.h 
     62 
     63  * Implemented putChar() and updated getChar()'s prototype. 
     64 
     65------------------------------------------------------------------------ 
     66r978 | sam | 2006-11-05 19:00:53 +0100 (Sun, 05 Nov 2006) | 2 lines 
     67Changed paths: 
     68   M /trunk/cxx/cucul++.cpp 
     69 
     70  * Don't crash if Blit()'s second canvas argument is NULL (which is valid). 
     71 
     72------------------------------------------------------------------------ 
     73r977 | jylam | 2006-11-05 18:27:37 +0100 (Sun, 05 Nov 2006) | 2 lines 
     74Changed paths: 
     75   M /trunk/cxx/cxxtest.cpp 
     76 
     77 * Fixed c++ example 
     78 
     79------------------------------------------------------------------------ 
     80r976 | sam | 2006-11-05 17:58:58 +0100 (Sun, 05 Nov 2006) | 2 lines 
     81Changed paths: 
     82   M /trunk/cucul/cucul.c 
     83 
     84  * Fix the default canvas colour value. 
     85 
     86------------------------------------------------------------------------ 
     87r975 | sam | 2006-11-05 17:56:49 +0100 (Sun, 05 Nov 2006) | 2 lines 
     88Changed paths: 
     89   M /trunk/cucul/cucul.h 
     90 
     91  * Remove legacy cucul_ansi_to_str() from cucul.h. 
     92 
     93------------------------------------------------------------------------ 
     94r974 | sam | 2006-10-31 18:03:21 +0100 (Tue, 31 Oct 2006) | 3 lines 
     95Changed paths: 
     96   M /trunk/cucul/font.c 
     97   M /trunk/cucul/font_mono9.h 
     98   M /trunk/cucul/font_monobold12.h 
     99   M /trunk/tools/makefont.c 
     100 
     101  * Slightly changed the font header information. No one distributes libcaca 
     102    fonts yet anyway :-) 
     103 
     104------------------------------------------------------------------------ 
     105r973 | sam | 2006-10-31 15:34:06 +0100 (Tue, 31 Oct 2006) | 2 lines 
     106Changed paths: 
     107   M /trunk/cucul/colour.c 
     108 
     109  * Clarify cucul_get_attr() behaviour in the cucul_set_attr() documentation. 
     110 
     111------------------------------------------------------------------------ 
     112r972 | sam | 2006-10-31 15:04:22 +0100 (Tue, 31 Oct 2006) | 4 lines 
     113Changed paths: 
     114   M /trunk/caca/caca0.c 
     115   M /trunk/caca/caca0.h 
     116   M /trunk/cucul/cucul.c 
     117   M /trunk/cucul/cucul.h 
     118   M /trunk/cxx/cucul++.cpp 
     119   M /trunk/cxx/cucul++.h 
     120   M /trunk/cxx/cxxtest.cpp 
     121   M /trunk/doc/migrating.dox 
     122   M /trunk/doc/tutorial.dox 
     123   M /trunk/test/colors.c 
     124   M /trunk/test/demo.c 
     125 
     126  * Got rid of cucul_ansi_to_str(), it's really useless. 
     127  * Partial update of the C++ bindings. 
     128  * Updated documentation. 
     129 
     130------------------------------------------------------------------------ 
     131r971 | sam | 2006-10-31 14:44:41 +0100 (Tue, 31 Oct 2006) | 2 lines 
     132Changed paths: 
     133   D /trunk/cxx/cpptest.cpp 
     134   R /trunk/cxx/cxxtest.cpp (from /trunk/cxx/cpptest.cpp:960) 
     135 
     136  * Properly rename cxxtest.cpp to cpptest.cpp to preserve history. 
     137 
     138------------------------------------------------------------------------ 
     139r970 | sam | 2006-10-31 14:29:48 +0100 (Tue, 31 Oct 2006) | 5 lines 
     140Changed paths: 
     141   M /trunk/caca/caca0.h 
     142   M /trunk/caca/driver_gl.c 
     143   M /trunk/cucul/colour.c 
     144   M /trunk/cucul/cucul.c 
     145   M /trunk/cucul/cucul.h 
     146   M /trunk/cucul/dither.c 
     147   M /trunk/cucul/import.c 
     148   M /trunk/src/aafire.c 
     149   M /trunk/src/cacademo.c 
     150   M /trunk/src/cacadraw.c 
     151   M /trunk/src/cacaview.c 
     152   M /trunk/src/img2irc.c 
     153   M /trunk/test/colors.c 
     154   M /trunk/test/demo.c 
     155   M /trunk/test/dithering.c 
     156   M /trunk/test/event.c 
     157   M /trunk/test/export.c 
     158   M /trunk/test/font.c 
     159   M /trunk/test/font2tga.c 
     160   M /trunk/test/frames.c 
     161   M /trunk/test/fullwidth.c 
     162   M /trunk/test/gamma.c 
     163   M /trunk/test/input.c 
     164   M /trunk/test/spritedit.c 
     165   M /trunk/test/transform.c 
     166   M /trunk/test/truecolor.c 
     167   M /trunk/test/unicode.c 
     168 
     169  * Got rid of cucul_ansi_to_attr() and cucul_argb_to_attr() and restored 
     170    cucul_set_color() and cucul_set_truecolor() under the new names 
     171    cucul_set_color_ansi() and cucul_set_color_argb(). 
     172  * Renamed cucul_get_color_name() into cucul_ansi_to_str(). 
     173 
     174------------------------------------------------------------------------ 
     175r969 | sam | 2006-10-31 09:17:58 +0100 (Tue, 31 Oct 2006) | 3 lines 
     176Changed paths: 
     177   M /trunk/cucul/colour.c 
     178   M /trunk/cucul/export.c 
     179   M /trunk/test/colors.c 
     180   M /trunk/test/export.c 
     181 
     182  * Changed cucul_set_attr() so that only setting the style does not change 
     183    the colour. 
     184 
     185------------------------------------------------------------------------ 
     186r968 | sam | 2006-10-30 17:37:36 +0100 (Mon, 30 Oct 2006) | 3 lines 
     187Changed paths: 
     188   M /trunk/caca/driver_x11.c 
     189   M /trunk/cucul/export.c 
     190 
     191  * Blink/Underline/Bold/Italics support in the HTML exporters. 
     192  * Underline support in the X11 driver. 
     193 
     194------------------------------------------------------------------------ 
     195r967 | sam | 2006-10-30 15:41:16 +0100 (Mon, 30 Oct 2006) | 2 lines 
     196Changed paths: 
     197   M /trunk/test/colors.c 
     198   M /trunk/test/export.c 
     199 
     200  * Add Bold/Blink/Italics/Underline to the export and color tests. 
     201 
     202------------------------------------------------------------------------ 
     203r966 | sam | 2006-10-30 15:33:46 +0100 (Mon, 30 Oct 2006) | 2 lines 
     204Changed paths: 
     205   M /trunk/cucul/export.c 
     206 
     207  * Fix IRC and term transparency (again). 
     208 
     209------------------------------------------------------------------------ 
     210r965 | sam | 2006-10-30 14:51:25 +0100 (Mon, 30 Oct 2006) | 2 lines 
     211Changed paths: 
     212   M /trunk/TODO 
     213 
     214  * Updated TODO list. 
     215 
     216------------------------------------------------------------------------ 
     217r962 | sam | 2006-10-29 23:07:07 +0100 (Sun, 29 Oct 2006) | 3 lines 
     218Changed paths: 
     219   M /trunk/cucul/colour.c 
     220   M /trunk/cucul/cucul.h 
     221 
     222  * Add back cucul_set_color() and cucul_set_truecolor() but mark them as 
     223    deprecated using GCC attributes. 
     224 
     225------------------------------------------------------------------------ 
     226r961 | sam | 2006-10-29 21:54:51 +0100 (Sun, 29 Oct 2006) | 5 lines 
     227Changed paths: 
     228   M /trunk/caca/caca0.c 
     229   M /trunk/caca/caca0.h 
     230   M /trunk/caca/driver_gl.c 
     231   M /trunk/caca/driver_slang.c 
     232   M /trunk/cucul/colour.c 
     233   M /trunk/cucul/cucul.c 
     234   M /trunk/cucul/cucul.h 
     235   M /trunk/cucul/dither.c 
     236   M /trunk/cucul/export.c 
     237   M /trunk/cucul/import.c 
     238   M /trunk/cucul/sprite.c 
     239   M /trunk/src/aafire.c 
     240   M /trunk/src/cacademo.c 
     241   M /trunk/src/cacadraw.c 
     242   M /trunk/src/cacaview.c 
     243   M /trunk/src/img2irc.c 
     244   M /trunk/test/colors.c 
     245   M /trunk/test/demo.c 
     246   M /trunk/test/dithering.c 
     247   M /trunk/test/event.c 
     248   M /trunk/test/export.c 
     249   M /trunk/test/font.c 
     250   M /trunk/test/font2tga.c 
     251   M /trunk/test/frames.c 
     252   M /trunk/test/fullwidth.c 
     253   M /trunk/test/gamma.c 
     254   M /trunk/test/input.c 
     255   M /trunk/test/spritedit.c 
     256   M /trunk/test/transform.c 
     257   M /trunk/test/truecolor.c 
     258   M /trunk/test/unicode.c 
     259   M /trunk/tools/optipal.c 
     260 
     261  * Get rid of cucul_set_attr_ansi() and cucul_set_attr_argb and merge the 
     262    functionality into cucul_set_attr(). 
     263  * Add cucul_ansi_to_attr() and cucul_argb_to_attr(). 
     264  * Rename CUCUL_COLOR_* to CUCUL_*. 
     265 
     266------------------------------------------------------------------------ 
     267r960 | sam | 2006-10-29 09:35:46 +0100 (Sun, 29 Oct 2006) | 4 lines 
     268Changed paths: 
     269   M /trunk/caca/driver_gl.c 
     270   M /trunk/cucul/colour.c 
     271   M /trunk/cucul/cucul.h 
     272   M /trunk/cucul/dither.c 
     273   M /trunk/cucul/import.c 
     274   M /trunk/cucul/sprite.c 
     275   M /trunk/src/aafire.c 
     276   M /trunk/src/cacademo.c 
     277   M /trunk/src/cacadraw.c 
     278   M /trunk/src/cacaview.c 
     279   M /trunk/src/img2irc.c 
     280   M /trunk/test/colors.c 
     281   M /trunk/test/demo.c 
     282   M /trunk/test/dithering.c 
     283   M /trunk/test/event.c 
     284   M /trunk/test/export.c 
     285   M /trunk/test/font.c 
     286   M /trunk/test/font2tga.c 
     287   M /trunk/test/frames.c 
     288   M /trunk/test/fullwidth.c 
     289   M /trunk/test/gamma.c 
     290   M /trunk/test/input.c 
     291   M /trunk/test/spritedit.c 
     292   M /trunk/test/transform.c 
     293   M /trunk/test/truecolor.c 
     294   M /trunk/test/unicode.c 
     295 
     296  * Remove cucul_set_color() from the exported API and replaced all calls 
     297    with cucul_set_attr_ansi(). Old application will still compile (but issue 
     298    a warning) and run, though. 
     299 
     300------------------------------------------------------------------------ 
     301r959 | sam | 2006-10-29 09:06:27 +0100 (Sun, 29 Oct 2006) | 2 lines 
     302Changed paths: 
     303   M /trunk/configure.ac 
     304   M /trunk/src/cacaview.c 
     305   M /trunk/src/common-image.c 
     306 
     307  * Fix broken Imlib2 support in cacaview. 
     308 
     309------------------------------------------------------------------------ 
     310r958 | sam | 2006-10-29 01:53:46 +0200 (Sun, 29 Oct 2006) | 6 lines 
     311Changed paths: 
     312   M /trunk/caca/caca0.h 
     313   M /trunk/caca/driver_conio.c 
     314   M /trunk/caca/driver_gl.c 
     315   M /trunk/caca/driver_ncurses.c 
     316   M /trunk/caca/driver_slang.c 
     317   M /trunk/caca/driver_vga.c 
     318   M /trunk/caca/driver_win32.c 
     319   M /trunk/caca/driver_x11.c 
     320   M /trunk/cucul/canvas.c 
     321   M /trunk/cucul/colour.c 
     322   M /trunk/cucul/cucul.c 
     323   M /trunk/cucul/cucul.h 
     324   M /trunk/cucul/cucul_internals.h 
     325   M /trunk/cucul/export.c 
     326   M /trunk/cucul/font.c 
     327   M /trunk/cucul/import.c 
     328   M /trunk/cucul/sprite.c 
     329   M /trunk/cucul/transform.c 
     330 
     331  * Use the LSB of alpha and blue components to encode additional flags such 
     332    as bold or underline. No higher level support for these yet, but at 
     333    least everything is consistent. 
     334  * Created cucul_set_attr_ansi() and cucul_set_attr_argb() which are bound 
     335    to replace cucul_set_color() and cucul_set_truecolor(). 
     336 
     337------------------------------------------------------------------------ 
     338r957 | sam | 2006-10-27 22:40:24 +0200 (Fri, 27 Oct 2006) | 2 lines 
     339Changed paths: 
     340   M /trunk/cucul/buffer.c 
     341 
     342  * Reworded documentation about buffer/string distinction. 
     343 
     344------------------------------------------------------------------------ 
     345r956 | sam | 2006-10-27 22:22:48 +0200 (Fri, 27 Oct 2006) | 2 lines 
     346Changed paths: 
     347   M /trunk/cucul/import.c 
     348 
     349  * Fix a buffer overflow in the utf-8 cucul_import(). 
     350 
     351------------------------------------------------------------------------ 
     352r955 | jylam | 2006-10-27 22:18:23 +0200 (Fri, 27 Oct 2006) | 2 lines 
     353Changed paths: 
     354   M /trunk/cucul/buffer.c 
     355 
     356 * Documentation a bit clearer while importing a string into a buffer 
     357 
     358------------------------------------------------------------------------ 
     359r954 | jylam | 2006-10-27 21:26:35 +0200 (Fri, 27 Oct 2006) | 2 lines 
     360Changed paths: 
     361   M /trunk/DotNet/test.cs 
     362   M /trunk/cucul/import.c 
     363 
     364 * "Fixed" infinite loop in ANSI+UTF8 importer, probably totally wrong, but like to be bashed. 
     365 
     366------------------------------------------------------------------------ 
     367r953 | sam | 2006-10-26 11:24:29 +0200 (Thu, 26 Oct 2006) | 3 lines 
     368Changed paths: 
     369   M /trunk/cucul/export.c 
     370 
     371  * Put at least one space in empty IRC lines otherwise most clients won't 
     372    output them. 
     373 
     374------------------------------------------------------------------------ 
     375r952 | sam | 2006-10-26 11:17:21 +0200 (Thu, 26 Oct 2006) | 2 lines 
     376Changed paths: 
     377   M /trunk/cucul/import.c 
     378 
     379  * Allow to import empty files or files with only empty lines. 
     380 
     381------------------------------------------------------------------------ 
     382r951 | sam | 2006-10-26 11:04:55 +0200 (Thu, 26 Oct 2006) | 2 lines 
     383Changed paths: 
     384   M /trunk/cucul/export.c 
     385 
     386  * Support export of zero-sized canvases. 
     387 
     388------------------------------------------------------------------------ 
     389r950 | sam | 2006-10-26 10:47:39 +0200 (Thu, 26 Oct 2006) | 2 lines 
     390Changed paths: 
     391   M /trunk/cucul/import.c 
     392 
     393  * Fix a buffer overflow in the import format autodetection code. 
     394 
     395------------------------------------------------------------------------ 
     396r949 | sam | 2006-10-26 10:45:18 +0200 (Thu, 26 Oct 2006) | 2 lines 
     397Changed paths: 
     398   M /trunk/cucul/import.c 
     399 
     400  * Allow to import zero-sized canvases. 
     401 
     402------------------------------------------------------------------------ 
     403r948 | sam | 2006-10-26 10:17:41 +0200 (Thu, 26 Oct 2006) | 2 lines 
     404Changed paths: 
     405   M /trunk/doc/user.dox 
     406 
     407  * CACA_GEOMETRY works with the raw driver. 
     408 
     409------------------------------------------------------------------------ 
     410r947 | sam | 2006-10-26 10:16:43 +0200 (Thu, 26 Oct 2006) | 3 lines 
     411Changed paths: 
     412   M /trunk/caca/driver_gl.c 
     413   M /trunk/caca/driver_raw.c 
     414   M /trunk/caca/driver_win32.c 
     415   M /trunk/caca/driver_x11.c 
     416   M /trunk/cucul/cucul.c 
     417 
     418  * Allow to create the initial canvas with a zero size. Either the application 
     419    resizes it later, or the driver changes it to fit the display. 
     420 
     421------------------------------------------------------------------------ 
     422r946 | sam | 2006-10-26 10:11:39 +0200 (Thu, 26 Oct 2006) | 2 lines 
     423Changed paths: 
     424   M /trunk/test/frames.c 
     425 
     426  * Minor changes to the frames test. 
     427 
     428------------------------------------------------------------------------ 
     429r945 | sam | 2006-10-26 00:06:21 +0200 (Thu, 26 Oct 2006) | 3 lines 
     430Changed paths: 
     431   M /trunk/caca/event.c 
     432   M /trunk/caca/graphics.c 
     433   M /trunk/cucul/buffer.c 
     434   M /trunk/cucul/canvas.c 
     435   M /trunk/cucul/charset.c 
     436   M /trunk/cucul/colour.c 
     437   M /trunk/cucul/cucul.c 
     438   M /trunk/cucul/import.c 
     439   M /trunk/cucul/sprite.c 
     440   M /trunk/cucul/transform.c 
     441 
     442  * Removed "This function..." constructs from documentation. Fixed a few 
     443    documentation errors or imprecisions. 
     444 
     445------------------------------------------------------------------------ 
     446r944 | sam | 2006-10-26 00:04:31 +0200 (Thu, 26 Oct 2006) | 2 lines 
     447Changed paths: 
     448   M /trunk/cucul/transform.c 
     449 
     450  * Fix rotation of the 'u' glyph, and added a flop/rotate char for '"'. 
     451 
     452------------------------------------------------------------------------ 
     453r943 | sam | 2006-10-26 00:01:38 +0200 (Thu, 26 Oct 2006) | 2 lines 
     454Changed paths: 
     455   M /trunk/cucul/export.c 
     456 
     457  * Do not output \r in the UTF-8 exporter. 
     458 
     459------------------------------------------------------------------------ 
     460r942 | sam | 2006-10-24 09:07:47 +0200 (Tue, 24 Oct 2006) | 2 lines 
     461Changed paths: 
     462   M /trunk/doc/cacafire.1 
     463   M /trunk/src/cacademo.c 
     464 
     465  * Use enter as the transition key. 
     466 
     467------------------------------------------------------------------------ 
     468r941 | sam | 2006-10-22 23:24:15 +0200 (Sun, 22 Oct 2006) | 3 lines 
     469Changed paths: 
     470   M /trunk/ChangeLog 
     471   M /trunk/NEWS 
     472   M /trunk/configure.ac 
     473 
     474  * Set version to 0.99.beta8. 
     475  * Updated NEWS and ChangeLog. 
     476 
    1477------------------------------------------------------------------------ 
    2478r940 | sam | 2006-10-22 23:13:32 +0200 (Sun, 22 Oct 2006) | 4 lines 
Note: See TracChangeset for help on using the changeset viewer.