Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > be030fd3055a235a4e59f8311c5f6600 > files > 12

redact-0.1.5-5mdv2010.0.noarch.rpm

--
$Id: NEWS 72 2005-09-21 16:19:57Z tilman $
++

== 0.1.5

* Fixed ImageDescription#set_border, which used the "right" argument
  for the "left" border
* Make it possible to specify relations as integers
* Added Description#inherit
* Collection#script= resp ExecScriptProgram#script= now accept a
  filename, too

== 0.1.4

* Added support for the various 'fill' properties in ImageDescription

== 0.1.3

* Fixed generation of output filename if it's not given on the command line

== 0.1.2

* Don't abort if embryo_cc generates warnings when compiling Embryo code
* Delete the output file if it couldn't be written completely
* image directory and font directory support has been added

== 0.1.1

* Some new parameters are now settable:
  Description#aspect, Description#step, TextDescription#text_class,
  TextDescription#color_class
* Symbols are now used instead of constants for tween modes and
  text effects
* Added Relation#set_to, which allows you to set the part for relative
  placement for the x and y axis separately
* EmitSignalProgram's emission_signal and emission_source are now
  properly initialized which fixes a potential crash in libedje.
* ImageDescription#border_fill_middle has been added
* Some bugs have been fixed