Renamed fill_{,pos_}{rel,abs} to set_fill_{,pos}{rel,abs} for consistency.
[redact.git] / NEWS
1 --
2 $Id: NEWS 72 2005-09-21 16:19:57Z tilman $
3 ++
4
5 == 0.1.5
6
7 * Fixed ImageDescription#set_border, which used the "right" argument
8   for the "left" border
9 * Make it possible to specify relations as integers
10 * Added Description#inherit
11 * Collection#script= resp ExecScriptProgram#script= now accept a
12   filename, too
13
14 == 0.1.4
15
16 * Added support for the various 'fill' properties in ImageDescription
17
18 == 0.1.3
19
20 * Fixed generation of output filename if it's not given on the command line
21
22 == 0.1.2
23
24 * Don't abort if embryo_cc generates warnings when compiling Embryo code
25 * Delete the output file if it couldn't be written completely
26 * image directory and font directory support has been added
27
28 == 0.1.1
29
30 * Some new parameters are now settable:
31   Description#aspect, Description#step, TextDescription#text_class,
32   TextDescription#color_class
33 * Symbols are now used instead of constants for tween modes and
34   text effects
35 * Added Relation#set_to, which allows you to set the part for relative
36   placement for the x and y axis separately
37 * EmitSignalProgram's emission_signal and emission_source are now
38   properly initialized which fixes a potential crash in libedje.
39 * ImageDescription#border_fill_middle has been added
40 * Some bugs have been fixed