Changeset 1419
- Timestamp:
- Nov 16, 2006, 5:29:57 PM (16 years ago)
- Location:
- libcaca/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/ChangeLog
r1370 r1419 1 ------------------------------------------------------------------------ 2 r1079 | sam | 2006-11-16 16:01:31 +0100 (Thu, 16 Nov 2006) | 3 lines 3 Changed 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 ------------------------------------------------------------------------ 11 r1078 | sam | 2006-11-16 12:26:22 +0100 (Thu, 16 Nov 2006) | 3 lines 12 Changed 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 ------------------------------------------------------------------------ 19 r1077 | sam | 2006-11-16 12:23:56 +0100 (Thu, 16 Nov 2006) | 3 lines 20 Changed 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 ------------------------------------------------------------------------ 28 r1076 | sam | 2006-11-16 03:08:05 +0100 (Thu, 16 Nov 2006) | 3 lines 29 Changed 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 ------------------------------------------------------------------------ 36 r1072 | sam | 2006-11-14 21:14:38 +0100 (Tue, 14 Nov 2006) | 2 lines 37 Changed 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 ------------------------------------------------------------------------ 45 r1071 | sam | 2006-11-14 19:22:31 +0100 (Tue, 14 Nov 2006) | 2 lines 46 Changed paths: 47 M /trunk/configure.ac 48 49 * No longer bail out with an error if Imlib2 or Doxygen were not found. 50 51 ------------------------------------------------------------------------ 52 r1070 | sam | 2006-11-14 19:05:02 +0100 (Tue, 14 Nov 2006) | 2 lines 53 Changed paths: 54 M /trunk/cucul/frame.c 55 56 * Minor documentation fix. 57 58 ------------------------------------------------------------------------ 59 r1069 | sam | 2006-11-14 19:02:29 +0100 (Tue, 14 Nov 2006) | 2 lines 60 Changed 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 ------------------------------------------------------------------------ 70 r1068 | sam | 2006-11-14 17:27:15 +0100 (Tue, 14 Nov 2006) | 2 lines 71 Changed paths: 72 M /trunk/test/spritedit.c 73 74 * Minor compilation warning fix. OS X x86 defines "DELAY". 75 76 ------------------------------------------------------------------------ 77 r1067 | sam | 2006-11-14 08:59:52 +0100 (Tue, 14 Nov 2006) | 3 lines 78 Changed 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 ------------------------------------------------------------------------ 86 r1066 | sam | 2006-11-14 08:46:51 +0100 (Tue, 14 Nov 2006) | 3 lines 87 Changed 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 ------------------------------------------------------------------------ 97 r1065 | sam | 2006-11-14 00:42:43 +0100 (Tue, 14 Nov 2006) | 3 lines 98 Changed 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 ------------------------------------------------------------------------ 108 r1064 | sam | 2006-11-14 00:33:49 +0100 (Tue, 14 Nov 2006) | 2 lines 109 Changed 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 ------------------------------------------------------------------------ 118 r1063 | sam | 2006-11-14 00:16:35 +0100 (Tue, 14 Nov 2006) | 4 lines 119 Changed 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 ------------------------------------------------------------------------ 135 r1062 | sam | 2006-11-14 00:00:02 +0100 (Tue, 14 Nov 2006) | 2 lines 136 Changed 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 ------------------------------------------------------------------------ 145 r1061 | sam | 2006-11-13 22:42:15 +0100 (Mon, 13 Nov 2006) | 2 lines 146 Changed 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 ------------------------------------------------------------------------ 154 r1060 | sam | 2006-11-13 14:34:06 +0100 (Mon, 13 Nov 2006) | 3 lines 155 Changed 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 ------------------------------------------------------------------------ 163 r1059 | sam | 2006-11-13 09:55:36 +0100 (Mon, 13 Nov 2006) | 2 lines 164 Changed 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 ------------------------------------------------------------------------ 172 r1058 | sam | 2006-11-13 01:19:18 +0100 (Mon, 13 Nov 2006) | 2 lines 173 Changed paths: 174 M /trunk/cucul/import.c 175 176 * Improved ANSI import, especially wrt. drawing context persistence. 177 178 ------------------------------------------------------------------------ 179 r1057 | sam | 2006-11-13 00:09:17 +0100 (Mon, 13 Nov 2006) | 2 lines 180 Changed paths: 181 M /trunk/cucul/attr.c 182 183 * Fix a bug in cucul_put_attr. This function was simply not working. 184 185 ------------------------------------------------------------------------ 186 r1056 | sam | 2006-11-12 23:26:36 +0100 (Sun, 12 Nov 2006) | 3 lines 187 Changed 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 ------------------------------------------------------------------------ 196 r1054 | sam | 2006-11-12 22:29:31 +0100 (Sun, 12 Nov 2006) | 4 lines 197 Changed 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 ------------------------------------------------------------------------ 205 r1053 | sam | 2006-11-12 21:39:27 +0100 (Sun, 12 Nov 2006) | 2 lines 206 Changed paths: 207 M /trunk/NEWS 208 209 * Oops, fixed NEW entry. 210 211 ------------------------------------------------------------------------ 212 r1048 | sam | 2006-11-12 20:29:43 +0100 (Sun, 12 Nov 2006) | 2 lines 213 Changed paths: 214 M /trunk/Makefile.am 215 216 * Added a "make upload" rule for releases. 217 218 ------------------------------------------------------------------------ 219 r1047 | sam | 2006-11-12 19:26:40 +0100 (Sun, 12 Nov 2006) | 3 lines 220 Changed 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 ------------------------------------------------------------------------ 229 r1046 | sam | 2006-11-12 19:23:29 +0100 (Sun, 12 Nov 2006) | 2 lines 230 Changed paths: 231 M /trunk/doc/migrating.dox 232 233 * Documentation updates. 234 1 235 ------------------------------------------------------------------------ 2 236 r1045 | sam | 2006-11-12 18:45:14 +0100 (Sun, 12 Nov 2006) | 3 lines -
libcaca/trunk/NEWS
r1377 r1419 1 1 /* $Id$ */ /** \page news News 2 3 \section news0_99_beta11 Changes between 0.9.beta11 and 0.99.beta10 4 5 - fixed compilation of the C++ bindings 6 - fixed bugs in cucul_import_memory(), cucul_set_canvas_size() 7 - implemented caca_set_display_title() for ncurses and S-Lang 8 - minor bugfixes 2 9 3 10 \section news0_99_beta10 Changes between 0.9.beta10 and 0.99.beta9 -
libcaca/trunk/configure.ac
r1398 r1419 7 7 AC_CANONICAL_SYSTEM 8 8 9 AM_INIT_AUTOMAKE(libcaca, 0.99.beta1 0)9 AM_INIT_AUTOMAKE(libcaca, 0.99.beta11) 10 10 LT_VERSION="99:0:99" 11 11 AC_SUBST(LT_VERSION)
Note: See TracChangeset
for help on using the changeset viewer.