Changeset 1225 for libcaca


Ignore:
Timestamp:
Oct 22, 2006, 11:24:15 PM (17 years ago)
Author:
Sam Hocevar
Message:
  • Set version to 0.99.beta8.
  • Updated NEWS and ChangeLog?.
Location:
libcaca/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/ChangeLog

    r1186 r1225  
     1------------------------------------------------------------------------
     2r940 | sam | 2006-10-22 23:13:32 +0200 (Sun, 22 Oct 2006) | 4 lines
     3Changed paths:
     4   M /trunk/cucul/canvas.c
     5   M /trunk/cucul/transform.c
     6   M /trunk/test/fullwidth.c
     7
     8  * Made cucul_blit(), and therefore cucul_set_canvas_boundaries(), support
     9    fullwidth characters.
     10  * Added a case to test/fullwidth.c for cucul_blit and fullwidth chars.
     11
     12------------------------------------------------------------------------
     13r939 | sam | 2006-10-22 22:31:10 +0200 (Sun, 22 Oct 2006) | 3 lines
     14Changed paths:
     15   M /trunk/cucul/transform.c
     16
     17  * Added block drawing glyphs to the flip/flop/rotate functions.
     18  * Made these functions fullwidth-aware.
     19
     20------------------------------------------------------------------------
     21r938 | sam | 2006-10-22 21:53:48 +0200 (Sun, 22 Oct 2006) | 2 lines
     22Changed paths:
     23   M /trunk/test/transform.c
     24
     25  * Add fullwidth characters to the transform test.
     26
     27------------------------------------------------------------------------
     28r937 | sam | 2006-10-22 19:40:55 +0200 (Sun, 22 Oct 2006) | 3 lines
     29Changed paths:
     30   M /trunk/cucul/canvas.c
     31   M /trunk/cucul/export.c
     32
     33  * Updated documentation of fullwidth-aware functions.
     34  * Fullwidth support in all exporters.
     35
     36------------------------------------------------------------------------
     37r936 | sam | 2006-10-22 19:19:58 +0200 (Sun, 22 Oct 2006) | 2 lines
     38Changed paths:
     39   M /trunk/test/export.c
     40
     41  * Add a test for fullwidth characters to the exporter test.
     42
     43------------------------------------------------------------------------
     44r935 | sam | 2006-10-22 18:49:54 +0200 (Sun, 22 Oct 2006) | 2 lines
     45Changed paths:
     46   M /trunk/cucul/import.c
     47
     48  * Support for fullwidth glyphs in the UTF-8 importer.
     49
     50------------------------------------------------------------------------
     51r934 | sam | 2006-10-22 18:35:25 +0200 (Sun, 22 Oct 2006) | 2 lines
     52Changed paths:
     53   M /trunk/caca/driver_conio.c
     54   M /trunk/caca/driver_gl.c
     55   M /trunk/caca/driver_ncurses.c
     56   M /trunk/caca/driver_slang.c
     57   M /trunk/caca/driver_vga.c
     58   M /trunk/caca/driver_win32.c
     59   M /trunk/caca/driver_x11.c
     60   M /trunk/cucul/canvas.c
     61   M /trunk/cucul/cucul.h
     62   M /trunk/cucul/cucul_internals.h
     63
     64  * Support for fullwidth glyphs in the libcaca output drivers.
     65
     66------------------------------------------------------------------------
     67r933 | sam | 2006-10-22 18:16:15 +0200 (Sun, 22 Oct 2006) | 2 lines
     68Changed paths:
     69   M /trunk/test/fullwidth.c
     70
     71  * Use 0xCACA as the test character. Ahaha. Caca. Got it?
     72
     73------------------------------------------------------------------------
     74r932 | sam | 2006-10-22 17:03:22 +0200 (Sun, 22 Oct 2006) | 3 lines
     75Changed paths:
     76   M /trunk/test
     77   M /trunk/test/Makefile.am
     78   A /trunk/test/fullwidth.c
     79   M /trunk/test/unicode.c
     80
     81  * Fix the Unicode test.
     82  * Add a test for fullwidth characters.
     83
     84------------------------------------------------------------------------
     85r931 | sam | 2006-10-22 17:01:04 +0200 (Sun, 22 Oct 2006) | 2 lines
     86Changed paths:
     87   M /trunk/cucul/canvas.c
     88   M /trunk/cucul/cucul_internals.h
     89
     90  * Support for fullwidth (= double width) Unicode characters.
     91
     92------------------------------------------------------------------------
     93r930 | sam | 2006-10-22 16:40:50 +0200 (Sun, 22 Oct 2006) | 2 lines
     94Changed paths:
     95   M /trunk/doc/libcaca.dox
     96
     97  * Minor changes to the documentation front page.
     98
     99------------------------------------------------------------------------
     100r929 | sam | 2006-10-20 18:19:41 +0200 (Fri, 20 Oct 2006) | 2 lines
     101Changed paths:
     102   M /trunk/cxx/Makefile.am
     103   M /trunk/src/Makefile.am
     104   M /trunk/test/Makefile.am
     105   M /trunk/tools/Makefile.am
     106
     107  * Do not link binaries with @CACA_LIBS@, it's useless.
     108
     109------------------------------------------------------------------------
     110r928 | sam | 2006-10-20 18:17:12 +0200 (Fri, 20 Oct 2006) | 2 lines
     111Changed paths:
     112   M /trunk/cucul/charset.c
     113   M /trunk/cucul/cucul.h
     114
     115  * Implemented cucul_utf32_is_fullwidth().
     116
     117------------------------------------------------------------------------
     118r927 | sam | 2006-10-20 01:17:33 +0200 (Fri, 20 Oct 2006) | 2 lines
     119Changed paths:
     120   M /trunk/TODO
     121
     122  * Slightly updated TODO list.
     123
     124------------------------------------------------------------------------
     125r926 | sam | 2006-10-20 00:43:17 +0200 (Fri, 20 Oct 2006) | 3 lines
     126Changed paths:
     127   M /trunk/caca/Makefile.am
     128   M /trunk/caca/caca.c
     129   M /trunk/caca/caca_internals.h
     130   M /trunk/configure.ac
     131
     132  * Added a --enable-plugins configure flag that builds the GL and X11 drivers
     133    as plugins. This way, libcaca does not directly depend on those libraries.
     134
     135------------------------------------------------------------------------
     136r925 | sam | 2006-10-19 23:21:00 +0200 (Thu, 19 Oct 2006) | 2 lines
     137Changed paths:
     138   M /trunk/configure.ac
     139
     140  * Add checks for getopt / getopt_long.
     141
     142------------------------------------------------------------------------
     143r924 | sam | 2006-10-15 00:11:33 +0200 (Sun, 15 Oct 2006) | 2 lines
     144Changed paths:
     145   M /trunk/cxx/cucul++.h
     146
     147  * Fix extra qualification bug in cucul++.h, courtesy of Hanno Böck.
     148
     149------------------------------------------------------------------------
     150r923 | sam | 2006-10-12 11:33:49 +0200 (Thu, 12 Oct 2006) | 2 lines
     151Changed paths:
     152   M /trunk/configure.ac
     153   M /trunk/src/Makefile.am
     154
     155  * Use pkg-config to check for Imlib2. Patch adapted from Alt Linux.
     156
     157------------------------------------------------------------------------
     158r922 | sam | 2006-10-06 12:12:52 +0200 (Fri, 06 Oct 2006) | 3 lines
     159Changed paths:
     160   M /trunk/cucul/export.c
     161
     162  * Fixed a bug in the IRC exporter that could break the output when there
     163    were commas in the canvas.
     164
     165------------------------------------------------------------------------
     166r920 | sam | 2006-10-04 14:11:16 +0200 (Wed, 04 Oct 2006) | 3 lines
     167Changed paths:
     168   M /trunk/ChangeLog
     169   M /trunk/NEWS
     170   M /trunk/configure.ac
     171
     172  * Set version to 0.99.beta7.
     173  * Updated NEWS and ChangeLog.
     174
    1175------------------------------------------------------------------------
    2176r917 | sam | 2006-10-01 14:50:43 +0200 (Sun, 01 Oct 2006) | 2 lines
  • libcaca/trunk/NEWS

    r1186 r1225  
    11/* $Id$ */ /** \page news News
     2
     3\section news0_99_beta8 Changes between 0.9.beta8 and 0.99.beta7
     4
     5 - allow to build the X11 and GL drivers as separate plugins
     6 - support for fullwidth Unicode characters
     7 - improved cucul_flip() and cucul_rotate()
     8 - minor bugfixes and documentation updates
    29
    310\section news0_99_beta7 Changes between 0.9.beta7 and 0.99.beta6
  • libcaca/trunk/configure.ac

    r1208 r1225  
    77AC_CANONICAL_SYSTEM
    88
    9 AM_INIT_AUTOMAKE(libcaca, 0.99.beta7)
     9AM_INIT_AUTOMAKE(libcaca, 0.99.beta8)
    1010LT_VERSION="99:0:99"
    1111AC_SUBST(LT_VERSION)
Note: See TracChangeset for help on using the changeset viewer.