Changeset 1370
- Timestamp:
- Nov 12, 2006, 7:26:40 PM (14 years ago)
- Location:
- libcaca/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/ChangeLog
r1285 r1370 1 ------------------------------------------------------------------------ 2 r1045 | sam | 2006-11-12 18:45:14 +0100 (Sun, 12 Nov 2006) | 3 lines 3 Changed paths: 4 M /trunk/cucul/cucul.h 5 M /trunk/cucul/legacy.c 6 7 * Re-added cucul_getchar() to the legacy functions. Debian's current version 8 of toilet needs it. 9 10 ------------------------------------------------------------------------ 11 r1044 | sam | 2006-11-12 18:30:08 +0100 (Sun, 12 Nov 2006) | 2 lines 12 Changed paths: 13 M /trunk/cucul/font.c 14 M /trunk/cucul/font_mono9.h 15 M /trunk/cucul/font_monobold12.h 16 M /trunk/doc/font.dox 17 M /trunk/tools/makefont.c 18 19 * Add maxwidth and maxheight members to the font format. 20 21 ------------------------------------------------------------------------ 22 r1043 | sam | 2006-11-12 16:54:50 +0100 (Sun, 12 Nov 2006) | 3 lines 23 Changed paths: 24 M /trunk/src/cacademo.c 25 M /trunk/test/swallow.c 26 27 * Random transition times in cacademo. 28 * Swallow 4 applications instead of 2 in the swallow test. 29 30 ------------------------------------------------------------------------ 31 r1042 | sam | 2006-11-12 16:35:04 +0100 (Sun, 12 Nov 2006) | 2 lines 32 Changed paths: 33 M /trunk/src/aafire.c 34 M /trunk/src/cacademo.c 35 36 * Ctrl-C and Ctrl-Z quit cacafire and cacademo. 37 38 ------------------------------------------------------------------------ 39 r1041 | sam | 2006-11-12 16:26:13 +0100 (Sun, 12 Nov 2006) | 3 lines 40 Changed paths: 41 M /trunk/caca/caca.c 42 M /trunk/caca/graphics.c 43 M /trunk/common.h 44 M /trunk/cucul/attr.c 45 M /trunk/cucul/canvas.c 46 M /trunk/cucul/cucul.c 47 M /trunk/cucul/dither.c 48 M /trunk/cucul/export.c 49 M /trunk/cucul/font.c 50 M /trunk/cucul/frame.c 51 M /trunk/cucul/import.c 52 M /trunk/cucul/legacy.c 53 54 * Got rid of HAVE_ERRNO_H ifdefs by defining seterrno()/geterrno() functions. 55 * More debugging information in the import/export and font functions. 56 57 ------------------------------------------------------------------------ 58 r1040 | sam | 2006-11-12 15:42:58 +0100 (Sun, 12 Nov 2006) | 3 lines 59 Changed paths: 60 M /trunk/cucul/font_mono9.h 61 M /trunk/cucul/font_monobold12.h 62 M /trunk/test/font2tga.c 63 M /trunk/tools/makefont.c 64 65 * Add CJK punctuation to the default fonts. 66 * Minor changes to the font2tga test program. 67 68 ------------------------------------------------------------------------ 69 r1039 | sam | 2006-11-12 14:11:01 +0100 (Sun, 12 Nov 2006) | 2 lines 70 Changed paths: 71 M /trunk/common.h 72 M /trunk/configure.ac 73 M /trunk/cucul/export.c 74 75 * Add a debug() function and a --enable-debug configure flag. 76 77 ------------------------------------------------------------------------ 78 r1038 | sam | 2006-11-12 13:26:48 +0100 (Sun, 12 Nov 2006) | 3 lines 79 Changed paths: 80 M /trunk/cucul/font.c 81 M /trunk/cucul/font_mono9.h 82 M /trunk/cucul/font_monobold12.h 83 M /trunk/test/font2tga.c 84 M /trunk/tools/makefont.c 85 86 * Support fullwidth fonts. 87 * Add Katakanas and Hiraganas to the default fonts. 88 89 ------------------------------------------------------------------------ 90 r1037 | sam | 2006-11-12 12:06:34 +0100 (Sun, 12 Nov 2006) | 2 lines 91 Changed paths: 92 M /trunk/caca/caca.h 93 94 * Documented caca_event_t members. 95 96 ------------------------------------------------------------------------ 97 r1036 | sam | 2006-11-12 11:42:14 +0100 (Sun, 12 Nov 2006) | 3 lines 98 Changed paths: 99 M /trunk/cucul/cucul.h 100 M /trunk/cucul/export.c 101 M /trunk/cucul/font.c 102 M /trunk/cucul/frame.c 103 M /trunk/doc/Makefile.am 104 A /trunk/doc/canvas.dox (from /trunk/cucul/export.c:1033) 105 A /trunk/doc/font.dox (from /trunk/cucul/font.c:1028) 106 M /trunk/doc/libcaca.dox 107 108 * Documentation updates. Moved the canvas and font format definitions to 109 the Doxygen documentation. 110 111 ------------------------------------------------------------------------ 112 r1035 | sam | 2006-11-12 11:32:38 +0100 (Sun, 12 Nov 2006) | 4 lines 113 Changed paths: 114 M /trunk/doc/caca-config.1 115 116 * Mention caca-config being deprecated in its manpage, and removed mention 117 of --plugin-libs from it. The option is still here but does the same as 118 --libs. 119 120 ------------------------------------------------------------------------ 121 r1034 | sam | 2006-11-12 11:06:35 +0100 (Sun, 12 Nov 2006) | 2 lines 122 Changed paths: 123 M /trunk/src/cacaplay.c 124 125 * Properly handle EOF in cacaplay. 126 127 ------------------------------------------------------------------------ 128 r1033 | sam | 2006-11-12 11:04:23 +0100 (Sun, 12 Nov 2006) | 2 lines 129 Changed paths: 130 M /trunk/TODO 131 M /trunk/cucul/export.c 132 133 * Documentation fixes and TODO updates. 134 135 ------------------------------------------------------------------------ 136 r1032 | sam | 2006-11-12 11:02:51 +0100 (Sun, 12 Nov 2006) | 2 lines 137 Changed paths: 138 M /trunk/caca/driver_raw.c 139 140 * Flush stdout after writing the data in the raw driver. 141 142 ------------------------------------------------------------------------ 143 r1031 | sam | 2006-11-12 10:48:37 +0100 (Sun, 12 Nov 2006) | 2 lines 144 Changed paths: 145 M /trunk/doc/cacaplay.1 146 M /trunk/src/cacaplay.c 147 148 * Allow cacaplay to play streams and updated its manpage. 149 150 ------------------------------------------------------------------------ 151 r1030 | sam | 2006-11-12 10:46:10 +0100 (Sun, 12 Nov 2006) | 2 lines 152 Changed paths: 153 M /trunk/test/swallow.c 154 155 * Fix infinite loop due to signed/unsigned mistake. 156 157 ------------------------------------------------------------------------ 158 r1029 | sam | 2006-11-11 19:07:58 +0100 (Sat, 11 Nov 2006) | 3 lines 159 Changed paths: 160 M /trunk/test 161 M /trunk/test/Makefile.am 162 A /trunk/test/swallow.c 163 164 * libcaca multiplexer: swallows two libcaca applications, for instance 165 cacademo and cacafire, and displays them in a canvas. 166 167 ------------------------------------------------------------------------ 168 r1028 | sam | 2006-11-11 18:55:11 +0100 (Sat, 11 Nov 2006) | 2 lines 169 Changed paths: 170 M /trunk/cucul/import.c 171 172 * Fixed a bug in the caca importer. 173 174 ------------------------------------------------------------------------ 175 r1027 | sam | 2006-11-11 18:13:16 +0100 (Sat, 11 Nov 2006) | 2 lines 176 Changed paths: 177 M /trunk/test/blit.c 178 179 * Fix program header. 180 181 ------------------------------------------------------------------------ 182 r1026 | sam | 2006-11-11 17:29:39 +0100 (Sat, 11 Nov 2006) | 2 lines 183 Changed paths: 184 M /trunk/caca/caca0.h 185 M /trunk/caca/driver_gl.c 186 M /trunk/cucul/attr.c 187 M /trunk/cucul/box.c 188 M /trunk/cucul/canvas.c 189 M /trunk/cucul/conic.c 190 M /trunk/cucul/cucul.h 191 M /trunk/cucul/dither.c 192 M /trunk/cucul/import.c 193 M /trunk/cucul/legacy.c 194 M /trunk/cucul/line.c 195 M /trunk/cucul/triangle.c 196 M /trunk/src/aafire.c 197 M /trunk/src/cacademo.c 198 M /trunk/src/cacaview.c 199 M /trunk/test/blit.c 200 M /trunk/test/colors.c 201 M /trunk/test/demo.c 202 M /trunk/test/dithering.c 203 M /trunk/test/event.c 204 M /trunk/test/export.c 205 M /trunk/test/font.c 206 M /trunk/test/font2tga.c 207 M /trunk/test/frames.c 208 M /trunk/test/fullwidth.c 209 M /trunk/test/input.c 210 M /trunk/test/spritedit.c 211 M /trunk/test/transform.c 212 M /trunk/test/truecolor.c 213 M /trunk/test/unicode.c 214 215 * Rename cucul_put*() into cucul_put_*(). Updated all code to reflect that. 216 217 ------------------------------------------------------------------------ 218 r1025 | sam | 2006-11-11 16:38:40 +0100 (Sat, 11 Nov 2006) | 2 lines 219 Changed paths: 220 M /trunk/cucul/canvas.c 221 M /trunk/test/Makefile.am 222 A /trunk/test/blit.c 223 224 * Made cucul_blit() handle-aware. Added a blit test for that. 225 226 ------------------------------------------------------------------------ 227 r1024 | sam | 2006-11-11 16:17:16 +0100 (Sat, 11 Nov 2006) | 2 lines 228 Changed paths: 229 M /trunk/test/transform.c 230 231 * Free all memory upon exit in the transform test. 232 233 ------------------------------------------------------------------------ 234 r1023 | sam | 2006-11-11 16:10:38 +0100 (Sat, 11 Nov 2006) | 3 lines 235 Changed paths: 236 M /trunk/test/transform.c 237 238 * Update transform.c so that it uses import functions instead of blitting 239 lines. 240 241 ------------------------------------------------------------------------ 242 r1022 | sam | 2006-11-11 15:51:04 +0100 (Sat, 11 Nov 2006) | 2 lines 243 Changed paths: 244 M /trunk/cucul/import.c 245 246 * Do not force the text colour when importing a text file. 247 248 ------------------------------------------------------------------------ 249 r1021 | sam | 2006-11-11 15:24:35 +0100 (Sat, 11 Nov 2006) | 2 lines 250 Changed paths: 251 M /trunk/TODO 252 M /trunk/cucul/canvas.c 253 M /trunk/cucul/cucul.c 254 M /trunk/cucul/cucul.h 255 M /trunk/cucul/cucul_internals.h 256 M /trunk/cucul/export.c 257 M /trunk/cucul/frame.c 258 M /trunk/cucul/import.c 259 260 * Add cursor and handle support to canvases. Unused yet. 261 262 ------------------------------------------------------------------------ 263 r1020 | sam | 2006-11-11 14:29:03 +0100 (Sat, 11 Nov 2006) | 3 lines 264 Changed paths: 265 M /trunk/TODO 266 M /trunk/cucul/canvas.c 267 M /trunk/cucul/frame.c 268 269 * Cosmetic code and documentation changes here and there. 270 * Updated TODO. 271 272 ------------------------------------------------------------------------ 273 r1019 | sam | 2006-11-11 14:03:19 +0100 (Sat, 11 Nov 2006) | 2 lines 274 Changed paths: 275 M /trunk/test/frames.c 276 277 * Restore attribute settings before resizing the canvas in the frame test. 278 279 ------------------------------------------------------------------------ 280 r1018 | sam | 2006-11-11 14:00:36 +0100 (Sat, 11 Nov 2006) | 2 lines 281 Changed paths: 282 M /trunk/cucul/Makefile.am 283 A /trunk/cucul/frame.c (from /trunk/cucul/sprite.c:1017) 284 D /trunk/cucul/sprite.c 285 286 * Rename sprite.c into frame.c. 287 288 ------------------------------------------------------------------------ 289 r1017 | sam | 2006-11-11 13:57:03 +0100 (Sat, 11 Nov 2006) | 2 lines 290 Changed paths: 291 M /trunk/cucul/canvas.c 292 M /trunk/cucul/cucul.c 293 M /trunk/cucul/cucul_internals.h 294 M /trunk/cucul/sprite.c 295 296 * Prepare the way for per-frame width/height information. 297 298 ------------------------------------------------------------------------ 299 r1016 | sam | 2006-11-11 13:27:37 +0100 (Sat, 11 Nov 2006) | 2 lines 300 Changed paths: 301 M /trunk/cucul/cucul.c 302 303 * Fix minor uninitialised data bug in cucul_canvas_create(). 304 305 ------------------------------------------------------------------------ 306 r1015 | sam | 2006-11-11 13:11:20 +0100 (Sat, 11 Nov 2006) | 2 lines 307 Changed paths: 308 M /trunk/cucul/cucul.c 309 310 * Allow to resize canvases back to (0,0). 311 312 ------------------------------------------------------------------------ 313 r1014 | sam | 2006-11-11 10:22:10 +0100 (Sat, 11 Nov 2006) | 4 lines 314 Changed paths: 315 M /trunk/cucul/charset.c 316 M /trunk/cucul/cucul_internals.h 317 318 * Got rid of the now unused _cucul_strlen_utf8() and _cucul_skip_utf8() 319 functions. They're obsoleted by cucul_utf8_to_utf32() and rendered useless 320 by fullwidth character support. 321 322 ------------------------------------------------------------------------ 323 r1013 | sam | 2006-11-11 10:18:42 +0100 (Sat, 11 Nov 2006) | 2 lines 324 Changed paths: 325 M /trunk/cucul/cucul.c 326 M /trunk/cucul/cucul_internals.h 327 M /trunk/cucul/dither.c 328 329 * Got rid of very old _cucul_init_dither() function call. 330 331 ------------------------------------------------------------------------ 332 r1012 | sam | 2006-11-11 10:10:17 +0100 (Sat, 11 Nov 2006) | 3 lines 333 Changed paths: 334 M /trunk/caca/driver_conio.c 335 M /trunk/caca/driver_ncurses.c 336 M /trunk/caca/driver_slang.c 337 M /trunk/caca/driver_vga.c 338 M /trunk/cucul/attr.c 339 M /trunk/cucul/cucul.h 340 M /trunk/cucul/cucul_internals.h 341 342 * Replace _cucul_attr_to_ansi8() with a now documented cucul_attr_to_ansi() 343 function. 344 345 ------------------------------------------------------------------------ 346 r1011 | sam | 2006-11-11 09:44:14 +0100 (Sat, 11 Nov 2006) | 3 lines 347 Changed paths: 348 M /trunk/caca/driver_slang.c 349 M /trunk/caca/driver_win32.c 350 M /trunk/cucul/attr.c 351 M /trunk/cucul/export.c 352 353 * Get rid of _cucul_attr_to_ansi4[fb]g() and replace all calls with 354 the now official cucul_attr_to_ansi_[fb]g(). 355 356 ------------------------------------------------------------------------ 357 r1010 | sam | 2006-11-11 09:34:41 +0100 (Sat, 11 Nov 2006) | 2 lines 358 Changed paths: 359 M /trunk/cucul/attr.c 360 M /trunk/cucul/cucul.h 361 362 * Export cucul_attr_to_ansi_fg() and cucul_attr_to_ansi_bg(). 363 364 ------------------------------------------------------------------------ 365 r1009 | sam | 2006-11-11 09:11:26 +0100 (Sat, 11 Nov 2006) | 4 lines 366 Changed paths: 367 M /trunk/caca/caca0.h 368 M /trunk/cucul/box.c 369 M /trunk/cucul/conic.c 370 M /trunk/cucul/cucul.h 371 M /trunk/cucul/line.c 372 M /trunk/cucul/triangle.c 373 M /trunk/src/cacademo.c 374 M /trunk/src/cacaview.c 375 M /trunk/test/demo.c 376 M /trunk/test/event.c 377 M /trunk/test/export.c 378 M /trunk/test/frames.c 379 M /trunk/test/gamma.c 380 M /trunk/test/input.c 381 382 * Switch back to UTF-32 arguments for drawing primitives, now that we 383 properly export cucul_utf8_to_utf32(). Evil API breakage, but no one 384 uses these functions anyway. 385 386 ------------------------------------------------------------------------ 387 r1008 | sam | 2006-11-11 08:56:30 +0100 (Sat, 11 Nov 2006) | 2 lines 388 Changed paths: 389 M /trunk/cucul/box.c 390 M /trunk/cucul/cucul.h 391 392 * Implemented cucul_draw_cp437_box(). 393 394 ------------------------------------------------------------------------ 395 r1007 | sam | 2006-11-10 16:38:09 +0100 (Fri, 10 Nov 2006) | 2 lines 396 Changed paths: 397 M /trunk/doc/Makefile.am 398 A /trunk/doc/cacaplay.1 399 A /trunk/doc/cacaserver.1 400 M /trunk/doc/cacaview.1 401 A /trunk/doc/img2irc.1 402 M /trunk/src/img2irc.c 403 404 * Wrote manual pages for img2irc, cacaplay and cacaserver. 405 406 ------------------------------------------------------------------------ 407 r1006 | sam | 2006-11-10 11:29:54 +0100 (Fri, 10 Nov 2006) | 2 lines 408 Changed paths: 409 M /trunk/cucul/Makefile.am 410 A /trunk/cucul/attr.c (from /trunk/cucul/colour.c:994) 411 D /trunk/cucul/colour.c 412 M /trunk/cucul/cucul.h 413 414 * Implemented cucul_putattr(), cucul_putchar()'s attribute equivalent. 415 416 ------------------------------------------------------------------------ 417 r1005 | sam | 2006-11-09 18:24:29 +0100 (Thu, 09 Nov 2006) | 3 lines 418 Changed paths: 419 M /trunk/src/cacaserver.c 420 421 * Don't try to guess the file format in cacaserver, instead feed the data 422 to cucul_import_memory() and try again later if it says "not enough data". 423 424 ------------------------------------------------------------------------ 425 r1004 | sam | 2006-11-09 18:20:47 +0100 (Thu, 09 Nov 2006) | 2 lines 426 Changed paths: 427 M /trunk/cucul/import.c 428 429 * If not enough data is available for import, return 0 instead of an error. 430 431 ------------------------------------------------------------------------ 432 r1003 | sam | 2006-11-09 12:14:57 +0100 (Thu, 09 Nov 2006) | 2 lines 433 Changed paths: 434 M /trunk/cucul/canvas.c 435 M /trunk/cucul/import.c 436 437 * Minor documentation fixes. 438 439 ------------------------------------------------------------------------ 440 r1002 | jylam | 2006-11-09 10:27:35 +0100 (Thu, 09 Nov 2006) | 2 lines 441 Changed paths: 442 M /trunk/cxx/cxxtest.cpp 443 444 * Fixed behaviour of the pig while resizing window 445 446 ------------------------------------------------------------------------ 447 r1001 | sam | 2006-11-08 18:27:48 +0100 (Wed, 08 Nov 2006) | 2 lines 448 Changed paths: 449 M /trunk/doc/migrating.dox 450 451 * Slight documentation update. 452 453 ------------------------------------------------------------------------ 454 r1000 | sam | 2006-11-08 18:26:57 +0100 (Wed, 08 Nov 2006) | 2 lines 455 Changed paths: 456 M /trunk/src/cacadraw.c 457 M /trunk/src/cacaplay.c 458 M /trunk/src/cacaserver.c 459 M /trunk/src/img2irc.c 460 M /trunk/test/export.c 461 M /trunk/test/font2tga.c 462 M /trunk/test/import.c 463 M /trunk/test/text.c 464 465 * Convert all programs and tests to the new import/export API. 466 467 ------------------------------------------------------------------------ 468 r999 | sam | 2006-11-08 18:18:23 +0100 (Wed, 08 Nov 2006) | 8 lines 469 Changed paths: 470 M /trunk/cucul/cucul.h 471 M /trunk/cucul/import.c 472 473 * Set the cucul_import_memory() buffer type to void const * instead of 474 unsigned char const * so that C++ programs won't complain. 475 ___ __ __ ____ ___ ___ ___ 476 / _ \| \/ |/ ___| / _ \ / _ \ / _ \ 477 | | | | |\/| | | _ | (_) | (_) | (_) | 478 | |_| | | | | |_| | \__, |\__, |\__, | 479 \___/|_| |_|\____| /_/ /_/ /_/ 480 481 ------------------------------------------------------------------------ 482 r998 | sam | 2006-11-08 17:43:59 +0100 (Wed, 08 Nov 2006) | 4 lines 483 Changed paths: 484 M /trunk/caca/caca0.c 485 M /trunk/caca/driver_raw.c 486 M /trunk/cucul/cucul.h 487 M /trunk/cucul/export.c 488 M /trunk/cucul/legacy.c 489 490 * Renamed cucul_export() to cucul_export_memory(), paves the way for a 491 cucul_export_file() but I'm not sure yet this is a good idea. 492 * Use the new import/export API in libcaca. 493 494 ------------------------------------------------------------------------ 495 r997 | sam | 2006-11-08 17:34:43 +0100 (Wed, 08 Nov 2006) | 3 lines 496 Changed paths: 497 M /trunk/cucul/cucul.h 498 M /trunk/cucul/import.c 499 M /trunk/cucul/legacy.c 500 501 * Renamed cucul_import() to cucul_import_memory() and implemented 502 cucul_import_file(). 503 504 ------------------------------------------------------------------------ 505 r996 | sam | 2006-11-08 14:12:06 +0100 (Wed, 08 Nov 2006) | 2 lines 506 Changed paths: 507 M /trunk/common.h 508 509 * Don't try to include arpa/inet.h in kernel mode. 510 511 ------------------------------------------------------------------------ 512 r995 | sam | 2006-11-08 14:05:42 +0100 (Wed, 08 Nov 2006) | 2 lines 513 Changed paths: 514 M /trunk/common.h 515 M /trunk/cucul/font.c 516 M /trunk/cucul/import.c 517 518 * Don't use htonl() directly, use common.h's hton32() wrapper. 519 520 ------------------------------------------------------------------------ 521 r994 | sam | 2006-11-08 13:11:07 +0100 (Wed, 08 Nov 2006) | 2 lines 522 Changed paths: 523 M /trunk/cucul/Makefile.am 524 D /trunk/cucul/buffer.c 525 M /trunk/cucul/colour.c 526 M /trunk/cucul/cucul.h 527 M /trunk/cucul/export.c 528 M /trunk/cucul/import.c 529 A /trunk/cucul/legacy.c (from /trunk/cucul/buffer.c:993) 530 531 * Deprecate buffer management. We're back to standard void* memory areas. 532 533 ------------------------------------------------------------------------ 534 r993 | sam | 2006-11-08 08:59:23 +0100 (Wed, 08 Nov 2006) | 2 lines 535 Changed paths: 536 M /trunk/cucul/buffer.c 537 538 * Minor syntax fix in the doxygen documentation. 539 540 ------------------------------------------------------------------------ 541 r992 | sam | 2006-11-08 08:58:03 +0100 (Wed, 08 Nov 2006) | 2 lines 542 Changed paths: 543 M /trunk/src/Makefile.am 544 M /trunk/src/cacaserver.c 545 546 * Do not link cacaserver with libcaca, it only uses libcucul. 547 548 ------------------------------------------------------------------------ 549 r991 | sam | 2006-11-06 12:06:44 +0100 (Mon, 06 Nov 2006) | 2 lines 550 Changed paths: 551 M /trunk/doc/tutorial.dox 552 553 * Replace CUCUL_COLOR_* with CUCUL_*. 554 555 ------------------------------------------------------------------------ 556 r990 | sam | 2006-11-06 12:04:37 +0100 (Mon, 06 Nov 2006) | 2 lines 557 Changed paths: 558 M /trunk/test/font2tga.c 559 560 * Use cucul_get_font_blocks() instead of hardcoding the glyph list. 561 562 ------------------------------------------------------------------------ 563 r989 | sam | 2006-11-06 00:59:06 +0100 (Mon, 06 Nov 2006) | 2 lines 564 Changed paths: 565 M /trunk/caca/caca0.c 566 567 * Fix a harmless warning in caca0.c. 568 569 ------------------------------------------------------------------------ 570 r987 | sam | 2006-11-05 23:51:04 +0100 (Sun, 05 Nov 2006) | 3 lines 571 Changed paths: 572 M /trunk/ChangeLog 573 M /trunk/NEWS 574 M /trunk/configure.ac 575 576 * Set version to 0.99.beta9. 577 * Updated NEWS and ChangeLog. 578 1 579 ------------------------------------------------------------------------ 2 580 r986 | sam | 2006-11-05 23:45:10 +0100 (Sun, 05 Nov 2006) | 2 lines -
libcaca/trunk/NEWS
r1285 r1370 1 1 /* $Id$ */ /** \page news News 2 3 \section news0_99_beta10 Changes between 0.9.beta10 and 0.99.beta9 4 5 - new debug mode 6 - blitting canvases now makes use of the canvas' handle coordinates 7 - import functions can read streamed data 8 - attribute to colorspace 9 - added katakana and hiragana glyphs to the built-in font 10 - many bugfixes and documentation changes 2 11 3 12 \section news0_99_beta9 Changes between 0.9.beta9 and 0.99.beta8 -
libcaca/trunk/configure.ac
r1360 r1370 7 7 AC_CANONICAL_SYSTEM 8 8 9 AM_INIT_AUTOMAKE(libcaca, 0.99.beta 9)9 AM_INIT_AUTOMAKE(libcaca, 0.99.beta10) 10 10 LT_VERSION="99:0:99" 11 11 AC_SUBST(LT_VERSION)
Note: See TracChangeset
for help on using the changeset viewer.