Changeset 1155
- Timestamp:
- Sep 30, 2006, 8:35:50 PM (16 years ago)
- Location:
- libcaca/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/ChangeLog
r1094 r1155 1 ------------------------------------------------------------------------ 2 r899 | sam | 2006-09-30 20:25:41 +0200 (Sat, 30 Sep 2006) | 2 lines 3 Changed paths: 4 M /trunk/configure.ac 5 6 * Set version to 0.99.beta6. 7 8 ------------------------------------------------------------------------ 9 r898 | sam | 2006-09-30 20:24:10 +0200 (Sat, 30 Sep 2006) | 2 lines 10 Changed paths: 11 M /trunk/test/import.c 12 13 * Added an optional argument to the import test to select import format. 14 15 ------------------------------------------------------------------------ 16 r897 | sam | 2006-09-30 20:20:39 +0200 (Sat, 30 Sep 2006) | 3 lines 17 Changed paths: 18 M /trunk/src/aafire.c 19 M /trunk/src/cacademo.c 20 21 * As per user request, only display the "Powered by libcaca" banner for a 22 few seconds at the beginning. 23 24 ------------------------------------------------------------------------ 25 r896 | sam | 2006-09-30 19:49:09 +0200 (Sat, 30 Sep 2006) | 2 lines 26 Changed paths: 27 M /trunk/cucul/canvas.c 28 29 * Fix minor memory leak in cucul_set_canvas_boundaries(). 30 31 ------------------------------------------------------------------------ 32 r895 | sam | 2006-09-30 19:31:16 +0200 (Sat, 30 Sep 2006) | 2 lines 33 Changed paths: 34 M /trunk/cucul/cucul.c 35 36 * Fix minor memory leak in cucul_free_canvas(). 37 38 ------------------------------------------------------------------------ 39 r890 | sam | 2006-09-30 01:36:02 +0200 (Sat, 30 Sep 2006) | 2 lines 40 Changed paths: 41 M /trunk/cucul/canvas.c 42 43 * Fixed a bug in cucul_putchar() that broke half of the Unicode set. 44 45 ------------------------------------------------------------------------ 46 r889 | sam | 2006-09-30 01:34:03 +0200 (Sat, 30 Sep 2006) | 3 lines 47 Changed paths: 48 M /trunk/cucul/import.c 49 50 * Add "utf8" import format. 51 * Documented "text" import format. 52 53 ------------------------------------------------------------------------ 54 r874 | sam | 2006-09-26 22:32:48 +0200 (Tue, 26 Sep 2006) | 2 lines 55 Changed paths: 56 M /trunk/cucul/cucul.c 57 58 * Initialise colours to default/transparent instead of lightgray/black. 59 60 ------------------------------------------------------------------------ 61 r873 | sam | 2006-09-25 18:12:17 +0200 (Mon, 25 Sep 2006) | 3 lines 62 Changed paths: 63 M /trunk/NEWS 64 65 * Remove non-ASCII character from NEWS file because Doxygen is unable to 66 encode it in the manpages. 67 68 ------------------------------------------------------------------------ 69 r872 | sam | 2006-09-25 18:00:10 +0200 (Mon, 25 Sep 2006) | 2 lines 70 Changed paths: 71 M /trunk/TODO 72 M /trunk/caca/caca.h 73 M /trunk/cucul/dither.c 74 M /trunk/cucul/export.c 75 M /trunk/cucul/import.c 76 77 * Fix enumeration layout in the manpage documentation. 78 79 ------------------------------------------------------------------------ 80 r871 | sam | 2006-09-25 17:58:33 +0200 (Mon, 25 Sep 2006) | 3 lines 81 Changed paths: 82 M /trunk/doc/Makefile.am 83 84 * Fucking Doxygen replaces "s with 's in manpages. And it does not even 85 escape them. Fix that upon installation. 86 87 ------------------------------------------------------------------------ 88 r870 | sam | 2006-09-23 21:07:13 +0200 (Sat, 23 Sep 2006) | 4 lines 89 Changed paths: 90 M /trunk/cucul/import.c 91 92 * Fix a bug in the ANSI importer. We need to set the proper fg/bg colours 93 before calling cucul_set_canvas_size(), otherwise it'll fill the new area 94 with the current values. 95 96 ------------------------------------------------------------------------ 97 r869 | sam | 2006-09-23 09:36:54 +0200 (Sat, 23 Sep 2006) | 2 lines 98 Changed paths: 99 M /trunk/TODO 100 101 * Updated TODO. 102 103 ------------------------------------------------------------------------ 104 r868 | sam | 2006-09-23 03:55:29 +0200 (Sat, 23 Sep 2006) | 2 lines 105 Changed paths: 106 M /trunk/ChangeLog 107 M /trunk/NEWS 108 109 * Updated NEWS and ChangeLog. 110 111 ------------------------------------------------------------------------ 112 r867 | sam | 2006-09-23 03:48:10 +0200 (Sat, 23 Sep 2006) | 2 lines 113 Changed paths: 114 M /trunk/doc/Makefile.am 115 M /trunk/doc/cacafire.1 116 117 * Update the cacademo manpage to reflect the merge. 118 1 119 ------------------------------------------------------------------------ 2 120 r866 | sam | 2006-09-23 03:28:49 +0200 (Sat, 23 Sep 2006) | 2 lines -
libcaca/trunk/NEWS
r1105 r1155 1 1 /* $Id$ */ /** \page news News 2 3 \section news0_99_beta6 Changes between 0.9.beta6 and 0.99.beta5 4 5 - ANSI importer now handles transparency and UTF-8 6 - Unicode support was broken for about 10% of the set 7 - various memory leaks were fixed 2 8 3 9 \section news0_99_beta5 Changes between 0.9.beta5 and 0.99.beta4
Note: See TracChangeset
for help on using the changeset viewer.