Changeset 992 for libcaca/trunk/ChangeLog
- Timestamp:
- May 29, 2006, 12:19:10 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/ChangeLog
r852 r992 1 ------------------------------------------------------------------------ 2 r778 | sam | 2006-05-26 09:43:41 +0200 (Fri, 26 May 2006) | 2 lines 3 Changed paths: 4 M /trunk/debian/caca-utils.install 5 M /trunk/debian/libcucul-dev.install 6 7 * Updated the Debian build scripts. 8 9 ------------------------------------------------------------------------ 10 r777 | sam | 2006-05-26 09:01:10 +0200 (Fri, 26 May 2006) | 2 lines 11 Changed paths: 12 M /trunk/cucul/canvas.c 13 14 * Fixed an out of bounds bug in cucul_blit(). 15 16 ------------------------------------------------------------------------ 17 r776 | sam | 2006-05-26 09:00:34 +0200 (Fri, 26 May 2006) | 2 lines 18 Changed paths: 19 M /trunk/caca-config.in 20 21 * Removed legacy CUCUL_LIBS from caca-config. 22 23 ------------------------------------------------------------------------ 24 r775 | sam | 2006-05-26 09:00:04 +0200 (Fri, 26 May 2006) | 3 lines 25 Changed paths: 26 M /trunk/caca/driver_ncurses.c 27 M /trunk/caca/driver_slang.c 28 29 * UTF-8 input support for ncurses. 30 * Hack for 16-color support in xfce4-terminal for both ncurses and slang. 31 32 ------------------------------------------------------------------------ 33 r774 | sam | 2006-05-26 08:59:11 +0200 (Fri, 26 May 2006) | 2 lines 34 Changed paths: 35 M /trunk/caca/graphics.c 36 37 * Reduced IDLE_USEC by half. Today's machines are fast :-) 38 39 ------------------------------------------------------------------------ 40 r773 | sam | 2006-05-26 00:32:03 +0200 (Fri, 26 May 2006) | 3 lines 41 Changed paths: 42 M /trunk/caca/caca.c 43 M /trunk/caca/driver_ncurses.c 44 M /trunk/configure.ac 45 46 * Fixed UTF-8 support in ncurses. 47 * Set ncurses's priority higher than slang. 48 49 ------------------------------------------------------------------------ 50 r772 | sam | 2006-05-25 22:01:30 +0200 (Thu, 25 May 2006) | 2 lines 51 Changed paths: 52 M /trunk/TODO 53 54 * Updated TODO list. 55 56 ------------------------------------------------------------------------ 57 r771 | sam | 2006-05-25 22:01:10 +0200 (Thu, 25 May 2006) | 3 lines 58 Changed paths: 59 M /trunk/caca/driver_slang.c 60 M /trunk/cucul/box.c 61 M /trunk/cucul/canvas.c 62 M /trunk/cucul/charset.c 63 M /trunk/cucul/conic.c 64 M /trunk/cucul/cucul.h 65 M /trunk/cucul/line.c 66 M /trunk/cucul/triangle.c 67 68 * Have cucul_utf8_to_utf32 write how many bytes it read. 69 * Use that in the SLang driver so that it supports UTF-8 input. 70 71 ------------------------------------------------------------------------ 72 r770 | sam | 2006-05-25 21:59:35 +0200 (Thu, 25 May 2006) | 3 lines 73 Changed paths: 74 M /trunk/cucul/export.c 75 76 * Fix warnings in a few exporters. Do not assume %d accepts uint32_t without 77 an explicit cast. 78 79 ------------------------------------------------------------------------ 80 r769 | sam | 2006-05-25 21:58:21 +0200 (Thu, 25 May 2006) | 4 lines 81 Changed paths: 82 M /trunk/caca/caca.c 83 M /trunk/caca/driver_ncurses.c 84 M /trunk/test/colors.c 85 M /trunk/test/input.c 86 87 * Minor cosmetic changes in the test programs. 88 * Code enhancements in the ncurses driver. 89 * Added a comment to explain why slang has a higher priority than ncurses. 90 91 ------------------------------------------------------------------------ 92 r768 | sam | 2006-05-25 21:56:55 +0200 (Thu, 25 May 2006) | 2 lines 93 Changed paths: 94 M /trunk/caca/driver_conio.c 95 96 * Fixed the DOS build. 97 98 ------------------------------------------------------------------------ 99 r767 | sam | 2006-05-25 21:56:03 +0200 (Thu, 25 May 2006) | 2 lines 100 Changed paths: 101 M /trunk/caca/caca_internals.h 102 103 * Minor cosmetic fix. 104 105 ------------------------------------------------------------------------ 106 r766 | sam | 2006-05-25 21:55:11 +0200 (Thu, 25 May 2006) | 3 lines 107 Changed paths: 108 M /trunk/caca/Makefile.am 109 M /trunk/cucul/Makefile.am 110 M /trunk/cxx/Makefile.am 111 M /trunk/kernel/Makefile.am 112 M /trunk/test/Makefile.am 113 M /trunk/tools/Makefile.am 114 115 * Added -I${top_srcdir} to the compilation flags to fix builds configured 116 from an alternate directory (they failed to find common.h). 117 118 ------------------------------------------------------------------------ 119 r765 | sam | 2006-05-25 21:11:18 +0200 (Thu, 25 May 2006) | 3 lines 120 Changed paths: 121 M /trunk/configure.ac 122 M /trunk/src/Makefile.am 123 124 * Removed --enable-network flag, but reused the test as a condition for 125 building cacaserver. 126 127 ------------------------------------------------------------------------ 128 r764 | sam | 2006-05-25 21:10:35 +0200 (Thu, 25 May 2006) | 2 lines 129 Changed paths: 130 M /trunk/build-dos 131 M /trunk/build-win32 132 133 * Updated build scripts for DOS and Win32. 134 135 ------------------------------------------------------------------------ 136 r763 | sam | 2006-05-20 10:45:19 +0200 (Sat, 20 May 2006) | 3 lines 137 Changed paths: 138 M /trunk/caca/driver_ncurses.c 139 M /trunk/caca/driver_slang.c 140 141 * Got backspace to work with the slang and ncurses drivers in an X 142 terminal window. 143 144 ------------------------------------------------------------------------ 145 r762 | sam | 2006-05-20 10:19:13 +0200 (Sat, 20 May 2006) | 2 lines 146 Changed paths: 147 M /trunk/caca/driver_gl.c 148 149 * More coding style fixes in the GL driver. 150 151 ------------------------------------------------------------------------ 152 r761 | sam | 2006-05-20 10:11:58 +0200 (Sat, 20 May 2006) | 2 lines 153 Changed paths: 154 M /trunk/caca/driver_gl.c 155 156 * Fixed awful indenting of the GL plugin. 157 158 ------------------------------------------------------------------------ 159 r760 | sam | 2006-05-20 07:45:57 +0200 (Sat, 20 May 2006) | 3 lines 160 Changed paths: 161 M /trunk/caca/driver_ncurses.c 162 163 * Make the ncurses driver UTF-8 and UTF-32 aware. 164 * Add the backspace key to the ncurses driver. 165 166 ------------------------------------------------------------------------ 167 r759 | sam | 2006-05-20 07:41:14 +0200 (Sat, 20 May 2006) | 3 lines 168 Changed paths: 169 M /trunk/caca/driver_slang.c 170 171 * Make the slang driver UTF-8 and UTF-32 aware. 172 * Add the backspace key to the slang driver. 173 174 ------------------------------------------------------------------------ 175 r758 | sam | 2006-05-20 07:29:24 +0200 (Sat, 20 May 2006) | 3 lines 176 Changed paths: 177 M /trunk/caca/caca.h 178 M /trunk/caca/driver_conio.c 179 M /trunk/caca/driver_gl.c 180 M /trunk/caca/driver_ncurses.c 181 M /trunk/caca/driver_slang.c 182 M /trunk/caca/driver_win32.c 183 M /trunk/caca/driver_x11.c 184 M /trunk/caca/event.c 185 M /trunk/test/input.c 186 187 * Renamed the event data member "ucs4" to "utf32" for consistency 188 with "utf8". 189 190 ------------------------------------------------------------------------ 191 r757 | sam | 2006-05-20 07:28:31 +0200 (Sat, 20 May 2006) | 3 lines 192 Changed paths: 193 M /trunk/debian/changelog 194 M /trunk/debian/control 195 196 * Added information from a recent Debian upload of the old 197 version of libcaca. 198 199 ------------------------------------------------------------------------ 200 r756 | sam | 2006-05-19 20:34:23 +0200 (Fri, 19 May 2006) | 2 lines 201 Changed paths: 202 M /trunk/test 203 M /trunk/test/Makefile.am 204 A /trunk/test/input.c 205 206 * Text input test program. Might be merged into libcaca if it works well. 207 208 ------------------------------------------------------------------------ 209 r755 | sam | 2006-05-19 08:44:58 +0200 (Fri, 19 May 2006) | 2 lines 210 Changed paths: 211 M /trunk/TODO 212 213 * Updated the TODO list. 214 215 ------------------------------------------------------------------------ 216 r754 | sam | 2006-05-19 08:00:00 +0200 (Fri, 19 May 2006) | 2 lines 217 Changed paths: 218 M /trunk/debian/caca-utils.install 219 M /trunk/debian/libcucul-dev.install 220 221 * Install caca-config.1.gz in the libcucul-dev package, not caca-utils. 222 223 ------------------------------------------------------------------------ 224 r753 | sam | 2006-05-19 07:44:27 +0200 (Fri, 19 May 2006) | 3 lines 225 Changed paths: 226 M /trunk/caca/caca.h 227 M /trunk/caca/graphics.c 228 M /trunk/python/pypycaca.c 229 M /trunk/python/pypycaca.h 230 M /trunk/src/aafire.c 231 M /trunk/src/cacaball.c 232 M /trunk/src/cacamoir.c 233 M /trunk/src/cacaplas.c 234 M /trunk/test/demo.c 235 M /trunk/test/frames.c 236 M /trunk/test/gamma.c 237 238 * Renamed caca_set_delay() and caca_get_rendertime() into 239 caca_set_display_time() and caca_get_display_time() for consistency. 240 241 ------------------------------------------------------------------------ 242 r752 | sam | 2006-05-19 07:30:01 +0200 (Fri, 19 May 2006) | 2 lines 243 Changed paths: 244 M /trunk/cucul/charset.c 245 246 * Documented the newly exported charset functions. 247 248 ------------------------------------------------------------------------ 249 r751 | sam | 2006-05-19 06:53:48 +0200 (Fri, 19 May 2006) | 2 lines 250 Changed paths: 251 M /trunk/caca/driver_ncurses.c 252 M /trunk/caca/driver_slang.c 253 M /trunk/cucul/box.c 254 M /trunk/cucul/canvas.c 255 M /trunk/cucul/charset.c 256 M /trunk/cucul/conic.c 257 M /trunk/cucul/cucul.h 258 M /trunk/cucul/cucul_internals.h 259 M /trunk/cucul/export.c 260 M /trunk/cucul/import.c 261 M /trunk/cucul/line.c 262 M /trunk/cucul/triangle.c 263 M /trunk/tools/makefont.c 264 265 * Export the UTF-8 / UTF-32 / CP437 character conversions to applications. 266 267 ------------------------------------------------------------------------ 268 r750 | sam | 2006-05-18 09:57:42 +0200 (Thu, 18 May 2006) | 2 lines 269 Changed paths: 270 M /trunk/cucul/font.c 271 M /trunk/cucul/font_mono9.h 272 M /trunk/cucul/font_monobold12.h 273 274 * Regenerated fonts and reactivated them under Win32. 275 276 ------------------------------------------------------------------------ 277 r749 | sam | 2006-05-18 09:56:54 +0200 (Thu, 18 May 2006) | 6 lines 278 Changed paths: 279 M /trunk/tools/makefont.c 280 281 * Elite trick in the font generator to cope with C89's string length 282 limitation of 509 characters. Instead of doing: 283 char foo[10] = "abcdefghij"; 284 we now do: 285 struct { char f1[4], f2[4], f3[2]; } foo = { "abcd", "efgh", "ij" }; 286 287 ------------------------------------------------------------------------ 288 r748 | sam | 2006-05-18 08:26:31 +0200 (Thu, 18 May 2006) | 2 lines 289 Changed paths: 290 M /trunk/test/font2tga.c 291 292 * font2tga no longer needs cucul_internal.h. 293 294 ------------------------------------------------------------------------ 295 r747 | sam | 2006-05-18 08:23:47 +0200 (Thu, 18 May 2006) | 5 lines 296 Changed paths: 297 M /trunk/cucul/box.c 298 M /trunk/cucul/canvas.c 299 M /trunk/cucul/conic.c 300 M /trunk/cucul/cucul.h 301 M /trunk/cucul/cucul_internals.h 302 M /trunk/cucul/dither.c 303 M /trunk/cucul/import.c 304 M /trunk/cucul/line.c 305 M /trunk/cucul/triangle.c 306 M /trunk/test/font2tga.c 307 308 * Changed cucul_putchar's prototype so that it accepts a 32-bit unsigned 309 int which shall be used as an UTF-32 character. We do not have any casting 310 problems due to the signedness of chars because all characters were 311 ASCII (ie. <= 0x7f) beforehands. 312 313 ------------------------------------------------------------------------ 314 r746 | sam | 2006-05-18 08:13:36 +0200 (Thu, 18 May 2006) | 2 lines 315 Changed paths: 316 M /trunk/test 317 M /trunk/test/Makefile.am 318 A /trunk/test/font2tga.c 319 320 * Added font2tga, a test program that exports our font in a known format. 321 322 ------------------------------------------------------------------------ 323 r745 | sam | 2006-05-18 08:09:44 +0200 (Thu, 18 May 2006) | 3 lines 324 Changed paths: 325 M /trunk/test/export.c 326 327 * If the export test target is ANSI or UTF-8, dither image with special 328 shaded glyphs. 329 330 ------------------------------------------------------------------------ 331 r744 | sam | 2006-05-18 07:43:43 +0200 (Thu, 18 May 2006) | 2 lines 332 Changed paths: 333 M /trunk/configure.ac 334 335 * Removed useless -lXt from X11 libraries check. 336 337 ------------------------------------------------------------------------ 338 r743 | sam | 2006-05-12 21:33:44 +0200 (Fri, 12 May 2006) | 2 lines 339 Changed paths: 340 M /trunk/cucul/import.c 341 342 * Workaround for illegal ^[[0,0H ANSI escape code. 343 344 ------------------------------------------------------------------------ 345 r742 | sam | 2006-05-12 21:32:41 +0200 (Fri, 12 May 2006) | 3 lines 346 Changed paths: 347 M /trunk/cucul/dither.c 348 349 * Use UTF-32 instead of UTF-8 in the dithering glyph block list for slightly 350 better performances. 351 352 ------------------------------------------------------------------------ 353 r741 | sam | 2006-05-12 21:31:50 +0200 (Fri, 12 May 2006) | 3 lines 354 Changed paths: 355 M /trunk/cucul/export.c 356 357 * Add linebreaks to the ANSI exporter for better readability, and use 358 the save/load cursor position trick to ignore them. 359 360 ------------------------------------------------------------------------ 361 r740 | jylam | 2006-05-12 21:19:36 +0200 (Fri, 12 May 2006) | 2 lines 362 Changed paths: 363 M /trunk/cucul/export.c 364 365 * Fixed postscript exporter, image in not at the bottom of the page anymore 366 367 ------------------------------------------------------------------------ 368 r739 | sam | 2006-05-09 22:25:29 +0200 (Tue, 09 May 2006) | 1 line 369 Changed paths: 370 M /trunk/src/cacaserver.c 371 372 * Use UTF-8 instead of ANSI in cacaserver 373 ------------------------------------------------------------------------ 374 r738 | sam | 2006-05-09 20:59:00 +0200 (Tue, 09 May 2006) | 1 line 375 Changed paths: 376 M /trunk/cucul/font_mono9.h 377 M /trunk/cucul/font_monobold12.h 378 379 * Optimise built-in fonts. We gain about 100kB in the final binary. 380 ------------------------------------------------------------------------ 381 r737 | sam | 2006-05-09 17:52:15 +0200 (Tue, 09 May 2006) | 3 lines 382 Changed paths: 383 M /trunk/tools/makefont.c 384 385 * Optimise similar glyphs when generating a font. Given how many glyphs 386 are unavailable, this is a significant gain. 387 388 ------------------------------------------------------------------------ 389 r736 | sam | 2006-05-09 03:58:47 +0200 (Tue, 09 May 2006) | 2 lines 390 Changed paths: 391 M /trunk/caca/driver_x11.c 392 393 * Added the long dash and middle dot CP437 characters to the X11 driver. 394 395 ------------------------------------------------------------------------ 396 r735 | sam | 2006-05-09 03:57:47 +0200 (Tue, 09 May 2006) | 3 lines 397 Changed paths: 398 M /trunk/cucul/import.c 399 400 * If the ANSI file we import does not use the 80 columns, we don't expand 401 the canvas to 80 columns. 402 403 ------------------------------------------------------------------------ 404 r734 | sam | 2006-05-09 03:12:58 +0200 (Tue, 09 May 2006) | 3 lines 405 Changed paths: 406 M /trunk/src/cacadraw.c 407 408 * Allow cacadraw to open several files; use 'n' and 'p' to cycle. 409 * Decreased PgUp/PgDn scrolling rate. 410 411 ------------------------------------------------------------------------ 412 r733 | sam | 2006-05-09 03:03:02 +0200 (Tue, 09 May 2006) | 2 lines 413 Changed paths: 414 M /trunk/kernel/kernel.c 415 416 * Removed a useless cast in the kernel code. 417 418 ------------------------------------------------------------------------ 419 r732 | sam | 2006-05-09 02:59:29 +0200 (Tue, 09 May 2006) | 2 lines 420 Changed paths: 421 M /trunk/DotNet 422 M /trunk/DotNet/AssemblyInfo.cs 423 M /trunk/DotNet/Caca.cs 424 M /trunk/DotNet/Cucul.cs 425 M /trunk/DotNet/test.cs 426 427 * Set svn properties on the .NET files. 428 429 ------------------------------------------------------------------------ 430 r731 | sam | 2006-05-09 02:47:28 +0200 (Tue, 09 May 2006) | 3 lines 431 Changed paths: 432 M /trunk/test/font.c 433 M /trunk/test/text.c 434 435 * Cosmetic fix in test/font.c. 436 * Use UTF-8 output in test/text.c instead of ANSI. 437 438 ------------------------------------------------------------------------ 439 r730 | sam | 2006-05-09 02:46:08 +0200 (Tue, 09 May 2006) | 2 lines 440 Changed paths: 441 M /trunk/caca/caca.h 442 443 * Minor cosmetic fix in a comment. 444 445 ------------------------------------------------------------------------ 446 r729 | sam | 2006-05-09 02:43:22 +0200 (Tue, 09 May 2006) | 2 lines 447 Changed paths: 448 M /trunk/cucul/font_mono9.h 449 M /trunk/cucul/font_monobold12.h 450 M /trunk/tools/makefont.c 451 452 * Added a few more Unicode blocks to the default fonts. 453 454 ------------------------------------------------------------------------ 455 r728 | sam | 2006-05-09 02:36:33 +0200 (Tue, 09 May 2006) | 2 lines 456 Changed paths: 457 M /trunk/cucul/transform.c 458 459 * Added a few more Unicode characters to the glyph transformations. 460 461 ------------------------------------------------------------------------ 462 r727 | sam | 2006-05-09 02:34:16 +0200 (Tue, 09 May 2006) | 3 lines 463 Changed paths: 464 M /trunk/cucul/cucul.h 465 M /trunk/cucul/dither.c 466 467 * Changed the cucul_create_dither() prototype to make sure the mask 468 arguments are at least 32 bits. 469 470 ------------------------------------------------------------------------ 471 r721 | sam | 2006-05-05 17:19:44 +0200 (Fri, 05 May 2006) | 3 lines 472 Changed paths: 473 M /trunk/test/export.c 474 475 * Make the export test 80 columns wide, so that the ANSI we generate can 476 be read by other programs. 477 478 ------------------------------------------------------------------------ 479 r720 | sam | 2006-05-05 17:13:32 +0200 (Fri, 05 May 2006) | 2 lines 480 Changed paths: 481 M /trunk/cucul/font_mono9.h 482 M /trunk/cucul/font_monobold12.h 483 484 * Updated fonts with the new hardcoded CP437 glyphs. 485 486 ------------------------------------------------------------------------ 487 r719 | sam | 2006-05-05 17:12:50 +0200 (Fri, 05 May 2006) | 3 lines 488 Changed paths: 489 M /trunk/tools/makefont.c 490 491 * Hardcode a few CP437 glyphs in makefont.c because they don't look that 492 good with Pango. 493 494 ------------------------------------------------------------------------ 495 r718 | sam | 2006-05-05 16:03:40 +0200 (Fri, 05 May 2006) | 2 lines 496 Changed paths: 497 M /trunk/caca/driver_ncurses.c 498 M /trunk/caca/driver_slang.c 499 M /trunk/tools/Makefile.am 500 M /trunk/tools/makefont.c 501 502 * Factored more UTF32 to UTF8 conversions using _cucul_utf32_to_utf8(). 503 504 ------------------------------------------------------------------------ 505 r717 | sam | 2006-05-05 15:44:54 +0200 (Fri, 05 May 2006) | 3 lines 506 Changed paths: 507 M /trunk/cucul/export.c 508 509 * Use _cucul_utf32_to_utf8() instead of the inline code in the UTF-8 and 510 SVG exporters. 511 512 ------------------------------------------------------------------------ 513 r716 | sam | 2006-05-05 07:09:54 +0200 (Fri, 05 May 2006) | 2 lines 514 Changed paths: 515 M /trunk/cucul/charset.c 516 M /trunk/cucul/cucul_internals.h 517 518 * Implemented the private _cucul_utf32_to_utf8() helper. 519 520 ------------------------------------------------------------------------ 521 r715 | sam | 2006-05-05 07:08:51 +0200 (Fri, 05 May 2006) | 2 lines 522 Changed paths: 523 M /trunk/cucul/export.c 524 525 * Exporter now generates valid ANSI, with CP437 characters. 526 527 ------------------------------------------------------------------------ 528 r714 | sam | 2006-05-05 00:00:52 +0200 (Fri, 05 May 2006) | 3 lines 529 Changed paths: 530 M /trunk/cucul/export.c 531 532 * Added "utf8" export that is like ANSI but exports UTF-8 encoded coloured 533 text. 534 535 ------------------------------------------------------------------------ 536 r713 | sam | 2006-05-04 23:34:10 +0200 (Thu, 04 May 2006) | 3 lines 537 Changed paths: 538 M /trunk/cucul/colour.c 539 540 * Use a slightly different RGB palette for ANSI colours, so that brown 541 really looks like brown and not like desaturated yellow. 542 543 ------------------------------------------------------------------------ 544 r712 | jylam | 2006-05-02 20:26:02 +0200 (Tue, 02 May 2006) | 2 lines 545 Changed paths: 546 M /trunk/DotNet/test.cs 547 M /trunk/caca/event.c 548 M /trunk/doc/tutorial.dox 549 550 * Fixed error in tutorial, updated caca_get_event() doc 551 552 ------------------------------------------------------------------------ 553 r711 | jylam | 2006-04-29 13:26:44 +0200 (Sat, 29 Apr 2006) | 2 lines 554 Changed paths: 555 M /trunk/DotNet/AssemblyInfo.cs 556 M /trunk/DotNet/Caca.cs 557 M /trunk/DotNet/Cucul.cs 558 M /trunk/DotNet/test.cs 559 560 * Fixed $Id 561 562 ------------------------------------------------------------------------ 563 r710 | jylam | 2006-04-29 13:20:43 +0200 (Sat, 29 Apr 2006) | 2 lines 564 Changed paths: 565 A /trunk/DotNet 566 A /trunk/DotNet/AssemblyInfo.cs 567 A /trunk/DotNet/Caca.cs 568 A /trunk/DotNet/Cucul.cs 569 A /trunk/DotNet/Makefile 570 A /trunk/DotNet/libCaca.dll.config 571 A /trunk/DotNet/libCucul.dll.config 572 A /trunk/DotNet/test.cs 573 574 * Added preliminary .NET bindings. Caca is complete, Cucul needs to be finished 575 576 ------------------------------------------------------------------------ 577 r709 | sam | 2006-04-27 16:15:23 +0200 (Thu, 27 Apr 2006) | 2 lines 578 Changed paths: 579 M /trunk/cucul/cucul.h 580 M /trunk/cucul/dither.c 581 M /trunk/cucul/export.c 582 M /trunk/cucul/font.c 583 M /trunk/cucul/import.c 584 M /trunk/cucul/sprite.c 585 M /trunk/cucul/transform.c 586 587 * Completed return value and errno handling in libcucul API. 588 589 ------------------------------------------------------------------------ 590 r708 | sam | 2006-04-27 15:02:27 +0200 (Thu, 27 Apr 2006) | 2 lines 591 Changed paths: 592 M /trunk/test/export.c 593 594 * Allow an optional input filename in the export test for cheap conversions. 595 596 ------------------------------------------------------------------------ 597 r707 | jylam | 2006-04-26 20:59:20 +0200 (Wed, 26 Apr 2006) | 2 lines 598 Changed paths: 599 M /trunk/caca/driver_gl.c 600 M /trunk/cucul/import.c 601 602 * coding style fixes again 603 604 ------------------------------------------------------------------------ 605 r706 | jylam | 2006-04-26 20:53:08 +0200 (Wed, 26 Apr 2006) | 2 lines 606 Changed paths: 607 M /trunk/cxx/caca++.cpp 608 M /trunk/cxx/caca++.h 609 M /trunk/cxx/cucul++.h 610 M /trunk/src/cacadraw.c 611 612 * Fixed indentation. I did it myself, I'm a big boy. 613 614 ------------------------------------------------------------------------ 615 r705 | sam | 2006-04-26 19:24:27 +0200 (Wed, 26 Apr 2006) | 2 lines 616 Changed paths: 617 M /trunk/cucul/import.c 618 619 * Fixed line wrapping on some weird ANSI files. 620 621 ------------------------------------------------------------------------ 622 r704 | sam | 2006-04-26 19:02:37 +0200 (Wed, 26 Apr 2006) | 2 lines 623 Changed paths: 624 M /trunk/cucul/import.c 625 626 * Fixed an ANSI rendering bug related to the bold attribute. 627 628 ------------------------------------------------------------------------ 629 r703 | sam | 2006-04-26 17:21:28 +0200 (Wed, 26 Apr 2006) | 3 lines 630 Changed paths: 631 M /trunk/cucul/font_mono9.h 632 M /trunk/cucul/font_monobold12.h 633 M /trunk/tools/makefont.c 634 635 * Added Unicode range U+2200 - U+22FF (Mathematical Operators) to the 636 built-in font so that we now cover all of CP437. 637 638 ------------------------------------------------------------------------ 639 r702 | sam | 2006-04-26 16:36:11 +0200 (Wed, 26 Apr 2006) | 2 lines 640 Changed paths: 641 M /trunk/cucul/import.c 642 643 * Minor code reorganisation and documenting. 644 645 ------------------------------------------------------------------------ 646 r701 | jylam | 2006-04-26 16:06:19 +0200 (Wed, 26 Apr 2006) | 2 lines 647 Changed paths: 648 M /trunk/caca/driver_gl.c 649 650 * Added preliminary (it means that's fucked up) CP437 codepage 651 652 ------------------------------------------------------------------------ 653 r700 | sam | 2006-04-26 15:22:04 +0200 (Wed, 26 Apr 2006) | 2 lines 654 Changed paths: 655 M /trunk/caca/driver_x11.c 656 657 * Added U+25A0 (■) to the CP437 hack in the X11 driver. 658 659 ------------------------------------------------------------------------ 660 r699 | jylam | 2006-04-26 14:59:14 +0200 (Wed, 26 Apr 2006) | 2 lines 661 Changed paths: 662 M /trunk/caca/driver_gl.c 663 664 * cut too long line (I read the coding style rules, yes). And we had home/end keys support in opengl driver BEFORE X11. Yeah ! 665 666 ------------------------------------------------------------------------ 667 r698 | jylam | 2006-04-26 14:57:31 +0200 (Wed, 26 Apr 2006) | 2 lines 668 Changed paths: 669 M /trunk/caca/driver_x11.c 670 671 * removed duplicate code 672 673 ------------------------------------------------------------------------ 674 r697 | sam | 2006-04-26 14:51:37 +0200 (Wed, 26 Apr 2006) | 2 lines 675 Changed paths: 676 M /trunk/caca/driver_x11.c 677 678 * Wow, we even have Home/End support in X11. 679 680 ------------------------------------------------------------------------ 681 r696 | sam | 2006-04-26 14:48:41 +0200 (Wed, 26 Apr 2006) | 2 lines 682 Changed paths: 683 M /trunk/caca/driver_x11.c 684 685 * PageUp/PageDown support in X11. 686 687 ------------------------------------------------------------------------ 688 r695 | jylam | 2006-04-26 14:47:21 +0200 (Wed, 26 Apr 2006) | 2 lines 689 Changed paths: 690 M /trunk/caca/driver_gl.c 691 692 * Fixed home/pgup/pgdown/insert events 693 694 ------------------------------------------------------------------------ 695 r694 | jylam | 2006-04-26 14:36:31 +0200 (Wed, 26 Apr 2006) | 2 lines 696 Changed paths: 697 M /trunk/src/cacadraw.c 698 699 * page up / down 700 701 ------------------------------------------------------------------------ 702 r693 | sam | 2006-04-26 14:30:54 +0200 (Wed, 26 Apr 2006) | 3 lines 703 Changed paths: 704 M /trunk/cucul/import.c 705 706 * In ANSI, bold only sets the foreground colour to bright, not the 707 background. 708 709 ------------------------------------------------------------------------ 710 r692 | sam | 2006-04-26 14:25:44 +0200 (Wed, 26 Apr 2006) | 3 lines 711 Changed paths: 712 M /trunk/src 713 M /trunk/src/Makefile.am 714 A /trunk/src/cacadraw.c 715 M /trunk/test/import.c 716 717 * Added cacadraw. It only shows files and lets you scroll for now, but 718 it will eventually evolve into something better. 719 720 ------------------------------------------------------------------------ 721 r691 | jylam | 2006-04-26 14:23:30 +0200 (Wed, 26 Apr 2006) | 2 lines 722 Changed paths: 723 M /trunk/cucul/import.c 724 725 * Really updated doc 726 727 ------------------------------------------------------------------------ 728 r690 | jylam | 2006-04-26 14:18:35 +0200 (Wed, 26 Apr 2006) | 2 lines 729 Changed paths: 730 M /trunk/cucul/import.c 731 732 * Fixed documentation for import 733 734 ------------------------------------------------------------------------ 735 r689 | sam | 2006-04-26 14:17:22 +0200 (Wed, 26 Apr 2006) | 2 lines 736 Changed paths: 737 D /trunk/cpp 738 739 * Removed legacy cpp directory. 740 741 ------------------------------------------------------------------------ 742 r688 | jylam | 2006-04-26 14:11:55 +0200 (Wed, 26 Apr 2006) | 2 lines 743 Changed paths: 744 M /trunk/Makefile.am 745 M /trunk/configure.ac 746 A /trunk/cxx (from /trunk/cpp:684) 747 M /trunk/cxx/Makefile.am 748 R /trunk/cxx/caca++.cpp (from /trunk/cpp/caca++.cpp:686) 749 R /trunk/cxx/caca++.h (from /trunk/cpp/caca++.h:686) 750 R /trunk/cxx/cpptest.cpp (from /trunk/cpp/cpptest.cpp:686) 751 R /trunk/cxx/cucul++.cpp (from /trunk/cpp/cucul++.cpp:686) 752 R /trunk/cxx/cucul++.h (from /trunk/cpp/cucul++.h:686) 753 754 * Updated C++ bindings and renamed directory to more comprehensive cxx 755 756 ------------------------------------------------------------------------ 757 r687 | sam | 2006-04-26 14:06:13 +0200 (Wed, 26 Apr 2006) | 2 lines 758 Changed paths: 759 M /trunk/test/event.c 760 761 * Minor typo. 762 763 ------------------------------------------------------------------------ 764 r686 | jylam | 2006-04-26 13:57:30 +0200 (Wed, 26 Apr 2006) | 2 lines 765 Changed paths: 766 M /trunk/cpp/caca++.cpp 767 M /trunk/cpp/caca++.h 768 M /trunk/cpp/cpptest.cpp 769 M /trunk/cpp/cucul++.cpp 770 M /trunk/cpp/cucul++.h 771 772 * Updated libcaca c++ bindings 773 774 ------------------------------------------------------------------------ 775 r685 | sam | 2006-04-26 13:54:26 +0200 (Wed, 26 Apr 2006) | 5 lines 776 Changed paths: 777 M /trunk/cucul/buffer.c 778 M /trunk/cucul/cucul.h 779 M /trunk/cucul/cucul_internals.h 780 M /trunk/cucul/export.c 781 M /trunk/cucul/import.c 782 M /trunk/src/cacaplay.c 783 M /trunk/src/cacaserver.c 784 M /trunk/test 785 M /trunk/test/import.c 786 M /trunk/test/text.c 787 788 * Implemented cucul_load_file() and cucul_load_memory() to load respectively 789 a file and a memory area into a libcucul buffer. 790 * Changed the cucul_import_canvas() prototype so that it uses libcucul 791 buffers instead of simple memory areas. 792 793 ------------------------------------------------------------------------ 794 r684 | sam | 2006-04-26 13:29:50 +0200 (Wed, 26 Apr 2006) | 2 lines 795 Changed paths: 796 M /trunk/cucul/import.c 797 798 * Argh, _really_ fixed the uninitialised variable. 799 800 ------------------------------------------------------------------------ 801 r683 | sam | 2006-04-26 13:28:55 +0200 (Wed, 26 Apr 2006) | 2 lines 802 Changed paths: 803 M /trunk/cucul/import.c 804 805 * Fixed an uninitialised variable. 806 807 ------------------------------------------------------------------------ 808 r682 | sam | 2006-04-26 12:22:31 +0200 (Wed, 26 Apr 2006) | 4 lines 809 Changed paths: 810 M /trunk/cucul/import.c 811 812 * Fixed our buffer overflow in the ANSI parser by simply skipping control 813 sequences longer than 100 characters. 814 * Documented the escape sequence format. 815 816 ------------------------------------------------------------------------ 817 r681 | jylam | 2006-04-26 12:04:02 +0200 (Wed, 26 Apr 2006) | 2 lines 818 Changed paths: 819 M /trunk/cpp/cpptest.cpp 820 M /trunk/cpp/cucul++.cpp 821 M /trunk/cpp/cucul++.h 822 M /trunk/test/demo.c 823 824 * Updated C++ bindings, should be coding-style-correction-proof, or at least a bit better than before. Not tested at all. 825 826 ------------------------------------------------------------------------ 827 r680 | sam | 2006-04-26 11:56:26 +0200 (Wed, 26 Apr 2006) | 3 lines 828 Changed paths: 829 M /trunk/cucul/import.c 830 831 * More robust ANSI sequence argument parser. Detects private sequences and 832 intermediate bytes. 833 834 ------------------------------------------------------------------------ 835 r679 | jylam | 2006-04-26 11:00:40 +0200 (Wed, 26 Apr 2006) | 2 lines 836 Changed paths: 837 M /trunk/cucul/import.c 838 839 * Fixed warning in a clever and tested way. Bordel de merde. 840 841 ------------------------------------------------------------------------ 842 r678 | sam | 2006-04-26 10:21:46 +0200 (Wed, 26 Apr 2006) | 2 lines 843 Changed paths: 844 M /trunk/cucul/import.c 845 846 * Coding style. 847 848 ------------------------------------------------------------------------ 849 r677 | sam | 2006-04-26 10:12:57 +0200 (Wed, 26 Apr 2006) | 2 lines 850 Changed paths: 851 M /trunk/cucul/import.c 852 853 * No way, dude. You cannot declare x and y unsigned if you test for (x < 0). 854 855 ------------------------------------------------------------------------ 856 r676 | jylam | 2006-04-26 10:09:14 +0200 (Wed, 26 Apr 2006) | 2 lines 857 Changed paths: 858 M /trunk/cucul/import.c 859 860 * Fixed warnings in ansi importer 861 862 ------------------------------------------------------------------------ 863 r675 | sam | 2006-04-26 09:57:26 +0200 (Wed, 26 Apr 2006) | 2 lines 864 Changed paths: 865 M /trunk/cucul/import.c 866 867 * More cleaning up of the ANSI loader. Fixed reverse video. 868 869 ------------------------------------------------------------------------ 870 r674 | sam | 2006-04-26 09:46:58 +0200 (Wed, 26 Apr 2006) | 2 lines 871 Changed paths: 872 M /trunk/cucul/colour.c 873 874 * Set the transparent colour's RGB values to the default colour's ones. 875 876 ------------------------------------------------------------------------ 877 r673 | jylam | 2006-04-25 20:23:33 +0200 (Tue, 25 Apr 2006) | 2 lines 878 Changed paths: 879 M /trunk/cucul/import.c 880 881 * Improved ANSI format detection 882 883 ------------------------------------------------------------------------ 884 r672 | sam | 2006-04-25 20:16:42 +0200 (Tue, 25 Apr 2006) | 2 lines 885 Changed paths: 886 M /trunk/cucul/import.c 887 888 * Really fixed bold in ANSI loader, and removed dead code. 889 890 ------------------------------------------------------------------------ 891 r671 | sam | 2006-04-25 20:02:20 +0200 (Tue, 25 Apr 2006) | 2 lines 892 Changed paths: 893 M /trunk/cucul/import.c 894 895 * Simplified _manage_modifiers() a bit. 896 897 ------------------------------------------------------------------------ 898 r670 | sam | 2006-04-25 19:46:49 +0200 (Tue, 25 Apr 2006) | 2 lines 899 Changed paths: 900 M /trunk/cucul/import.c 901 902 * Fixed bold support in ANSI loader. 903 904 ------------------------------------------------------------------------ 905 r669 | sam | 2006-04-25 19:43:16 +0200 (Tue, 25 Apr 2006) | 2 lines 906 Changed paths: 907 M /trunk/cucul/import.c 908 909 * A few fixes in the ANSI interpreter. 910 911 ------------------------------------------------------------------------ 912 r668 | sam | 2006-04-25 18:28:00 +0200 (Tue, 25 Apr 2006) | 2 lines 913 Changed paths: 914 M /trunk/cucul/import.c 915 916 * Got rid of _update_canvas_size(). 917 918 ------------------------------------------------------------------------ 919 r667 | jylam | 2006-04-25 17:39:13 +0200 (Tue, 25 Apr 2006) | 2 lines 920 Changed paths: 921 M /trunk/cucul/import.c 922 923 * _updated_coding_style(aBit); 924 925 ------------------------------------------------------------------------ 926 r666 | sam | 2006-04-25 17:22:53 +0200 (Tue, 25 Apr 2006) | 2 lines 927 Changed paths: 928 M /trunk/cucul/import.c 929 930 * Ahahaha. Meet the "optimisation" that breaks everything. 931 932 ------------------------------------------------------------------------ 933 r665 | sam | 2006-04-25 17:04:19 +0200 (Tue, 25 Apr 2006) | 2 lines 934 Changed paths: 935 M /trunk/cucul/import.c 936 937 * Small optimisation in import_text(). 938 939 ------------------------------------------------------------------------ 940 r664 | sam | 2006-04-25 16:12:31 +0200 (Tue, 25 Apr 2006) | 2 lines 941 Changed paths: 942 M /trunk/cucul/import.c 943 944 * Really minor coding style fixes in the ANSI importer. 945 946 ------------------------------------------------------------------------ 947 r663 | sam | 2006-04-25 13:05:25 +0200 (Tue, 25 Apr 2006) | 2 lines 948 Changed paths: 949 M /trunk/cucul/canvas.c 950 M /trunk/cucul/colour.c 951 M /trunk/cucul/cucul.c 952 M /trunk/cucul/cucul.h 953 M /trunk/cucul/cucul_internals.h 954 955 * More error checking in libcucul. 956 957 ------------------------------------------------------------------------ 958 r662 | sam | 2006-04-25 13:05:03 +0200 (Tue, 25 Apr 2006) | 2 lines 959 Changed paths: 960 M /trunk/test/import.c 961 962 * Jylam is too modest. 963 964 ------------------------------------------------------------------------ 965 r661 | jylam | 2006-04-25 12:14:47 +0200 (Tue, 25 Apr 2006) | 2 lines 966 Changed paths: 967 A /trunk/test/import.c 968 969 * Added importers test 970 971 ------------------------------------------------------------------------ 972 r660 | jylam | 2006-04-25 12:14:12 +0200 (Tue, 25 Apr 2006) | 2 lines 973 Changed paths: 974 M /trunk/cucul/import.c 975 M /trunk/test/Makefile.am 976 977 * Added preliminary ANSI importer, added import formats autodection 978 979 ------------------------------------------------------------------------ 980 r659 | sam | 2006-04-25 11:59:58 +0200 (Tue, 25 Apr 2006) | 4 lines 981 Changed paths: 982 M /trunk/configure.ac 983 M /trunk/cucul/box.c 984 M /trunk/cucul/buffer.c 985 M /trunk/cucul/canvas.c 986 M /trunk/cucul/conic.c 987 M /trunk/cucul/cucul.h 988 M /trunk/cucul/line.c 989 M /trunk/cucul/triangle.c 990 991 * Check for <errno.h>. 992 * Started changing function prototypes so that they return an integer 993 instead of void, just in case they might fail. 994 995 ------------------------------------------------------------------------ 996 r658 | sam | 2006-04-25 11:34:41 +0200 (Tue, 25 Apr 2006) | 2 lines 997 Changed paths: 998 M /trunk/cucul/Makefile.am 999 M /trunk/cucul/cucul.h 1000 D /trunk/cucul/error.c 1001 1002 * Reverted that errno stuff. We'll just use the real errno. 1003 1004 ------------------------------------------------------------------------ 1005 r657 | sam | 2006-04-25 10:54:44 +0200 (Tue, 25 Apr 2006) | 2 lines 1006 Changed paths: 1007 M /trunk/cucul/Makefile.am 1008 M /trunk/cucul/cucul.h 1009 A /trunk/cucul/error.c 1010 1011 * Added basis for an errno-like mechanism. 1012 1013 ------------------------------------------------------------------------ 1014 r656 | sam | 2006-04-25 00:10:38 +0200 (Tue, 25 Apr 2006) | 3 lines 1015 Changed paths: 1016 M /trunk/build-win32 1017 M /trunk/configure.ac 1018 1019 * Removed my previously introduced --enable-pangoft2 and replaced it with 1020 a nicer cross compilation check. 1021 1022 ------------------------------------------------------------------------ 1023 r655 | sam | 2006-04-24 23:45:26 +0200 (Mon, 24 Apr 2006) | 2 lines 1024 Changed paths: 1025 M /trunk/build-win32 1026 M /trunk/configure.ac 1027 M /trunk/src/Makefile.am 1028 M /trunk/src/cacaserver.c 1029 1030 * Brought the Win32 build back on its wheels. 1031 1032 ------------------------------------------------------------------------ 1033 r654 | sam | 2006-04-24 23:09:06 +0200 (Mon, 24 Apr 2006) | 2 lines 1034 Changed paths: 1035 M /trunk/common.h 1036 M /trunk/configure.ac 1037 M /trunk/cucul/font.c 1038 M /trunk/src/cacaserver.c 1039 M /trunk/tools/makefont.c 1040 1041 * Renamed htons/htonl to hton16/hton32 to avoid useless conflicts. 1042 1043 ------------------------------------------------------------------------ 1044 r653 | sam | 2006-04-24 23:05:31 +0200 (Mon, 24 Apr 2006) | 2 lines 1045 Changed paths: 1046 M /trunk/caca/driver_win32.c 1047 1048 * Fixed minor compilation warning. 1049 1050 ------------------------------------------------------------------------ 1051 r652 | sam | 2006-04-24 22:56:07 +0200 (Mon, 24 Apr 2006) | 2 lines 1052 Changed paths: 1053 M /trunk/common.h 1054 1055 * Win32 compilation fix. 1056 1057 ------------------------------------------------------------------------ 1058 r651 | sam | 2006-04-24 22:55:46 +0200 (Mon, 24 Apr 2006) | 2 lines 1059 Changed paths: 1060 M /trunk/cucul/font.c 1061 1062 * On win32, only disable the built-in fonts, not all the font functions. 1063 1064 ------------------------------------------------------------------------ 1065 r650 | sam | 2006-04-24 22:45:55 +0200 (Mon, 24 Apr 2006) | 3 lines 1066 Changed paths: 1067 M /trunk/common.h 1068 M /trunk/configure.ac 1069 M /trunk/cucul/font.c 1070 M /trunk/tools/makefont.c 1071 1072 * Look for htons/htonl in netinet/in.h in addition to arpa/inet.h 1073 * Implement htons/htonl in common.h just in case. 1074 1075 ------------------------------------------------------------------------ 1076 r649 | sam | 2006-04-24 22:39:54 +0200 (Mon, 24 Apr 2006) | 2 lines 1077 Changed paths: 1078 M /trunk/doc/style.dox 1079 1080 * Hahaha, fixed the coding style example. 1081 1082 ------------------------------------------------------------------------ 1083 r648 | sam | 2006-04-24 22:35:59 +0200 (Mon, 24 Apr 2006) | 3 lines 1084 Changed paths: 1085 M /trunk/caca/caca.c 1086 M /trunk/caca/caca_internals.h 1087 M /trunk/caca/driver_conio.c 1088 M /trunk/caca/driver_gl.c 1089 M /trunk/caca/driver_ncurses.c 1090 M /trunk/caca/driver_raw.c 1091 M /trunk/caca/driver_slang.c 1092 M /trunk/caca/driver_vga.c 1093 M /trunk/caca/driver_win32.c 1094 M /trunk/caca/driver_x11.c 1095 M /trunk/caca/event.c 1096 M /trunk/caca/graphics.c 1097 M /trunk/caca/time.c 1098 M /trunk/common.h 1099 M /trunk/configure.ac 1100 M /trunk/cucul/box.c 1101 M /trunk/cucul/buffer.c 1102 M /trunk/cucul/canvas.c 1103 M /trunk/cucul/charset.c 1104 M /trunk/cucul/colour.c 1105 M /trunk/cucul/conic.c 1106 M /trunk/cucul/cucul.c 1107 M /trunk/cucul/cucul_internals.h 1108 M /trunk/cucul/dither.c 1109 M /trunk/cucul/export.c 1110 M /trunk/cucul/font.c 1111 M /trunk/cucul/import.c 1112 M /trunk/cucul/line.c 1113 M /trunk/cucul/sprite.c 1114 M /trunk/cucul/transform.c 1115 M /trunk/cucul/triangle.c 1116 M /trunk/kernel/kernel.c 1117 M /trunk/src/aafire.c 1118 M /trunk/src/cacaball.c 1119 M /trunk/src/cacamoir.c 1120 M /trunk/src/cacaplas.c 1121 M /trunk/src/cacaplay.c 1122 M /trunk/src/cacaserver.c 1123 M /trunk/src/cacaview.c 1124 M /trunk/src/common-image.c 1125 M /trunk/src/img2irc.c 1126 M /trunk/test/colors.c 1127 M /trunk/test/demo.c 1128 M /trunk/test/dithering.c 1129 M /trunk/test/event.c 1130 M /trunk/test/spritedit.c 1131 M /trunk/tools/makefont.c 1132 M /trunk/tools/optipal.c 1133 1134 * Removed duplicate uint*_t defines from *_internal.h and included common.h 1135 in all .c files that needed it. 1136 1137 ------------------------------------------------------------------------ 1138 r647 | sam | 2006-04-24 21:57:23 +0200 (Mon, 24 Apr 2006) | 3 lines 1139 Changed paths: 1140 M /trunk/Makefile.am 1141 A /trunk/common.h 1142 M /trunk/test/export.c 1143 M /trunk/test/font.c 1144 M /trunk/test/frames.c 1145 M /trunk/test/gamma.c 1146 M /trunk/test/hsv.c 1147 M /trunk/test/text.c 1148 M /trunk/test/transform.c 1149 M /trunk/test/truecolor.c 1150 M /trunk/test/unicode.c 1151 1152 * Added "common.h", a placeholder for simple features and functions missing 1153 from some systems. 1154 1155 ------------------------------------------------------------------------ 1156 r646 | sam | 2006-04-24 20:46:06 +0200 (Mon, 24 Apr 2006) | 3 lines 1157 Changed paths: 1158 M /trunk/cucul/export.c 1159 1160 * Print '?' for Unicode characters in the ANSI export. We'll decide later 1161 whether we want plain ASCII, UTF-8, or CP437. 1162 1163 ------------------------------------------------------------------------ 1164 r645 | sam | 2006-04-24 19:51:23 +0200 (Mon, 24 Apr 2006) | 2 lines 1165 Changed paths: 1166 M /trunk/configure.ac 1167 1168 * Oops, fixed an old typo that brevented building without PangoFt2. 1169 1170 ------------------------------------------------------------------------ 1171 r644 | sam | 2006-04-24 19:47:44 +0200 (Mon, 24 Apr 2006) | 2 lines 1172 Changed paths: 1173 M /trunk/debian/Makefile.am 1174 M /trunk/debian/caca-utils.install 1175 M /trunk/debian/libcucul-dev.install 1176 1177 * Fixed Debian build files. 1178 1179 ------------------------------------------------------------------------ 1180 r643 | sam | 2006-04-24 19:39:53 +0200 (Mon, 24 Apr 2006) | 2 lines 1181 Changed paths: 1182 M /trunk/configure.ac 1183 1184 * Do not bail out if PangoFt2 was not found. 1185 1186 ------------------------------------------------------------------------ 1187 r641 | sam | 2006-04-22 23:51:50 +0200 (Sat, 22 Apr 2006) | 2 lines 1188 Changed paths: 1189 M /trunk/ChangeLog 1190 M /trunk/NEWS 1191 M /trunk/TODO 1192 1193 * 0.99.beta1 release. 1194 1 1195 ------------------------------------------------------------------------ 2 1196 r640 | sam | 2006-04-22 23:36:11 +0200 (Sat, 22 Apr 2006) | 2 lines
Note: See TracChangeset
for help on using the changeset viewer.