--
-$Id: ChangeLog 33 2005-04-24 15:54:39Z tilman $
+$Id: ChangeLog 34 2005-04-25 17:12:29Z tilman $
++
+2005-04-25 Tilman Sauerbeck (tilman at code-monkey de)
+ * NEWS, Rakefile: Added NEWS
+
2005-04-24 Tilman Sauerbeck (tilman at code-monkey de)
* lib/redact/redact.rb: Fixed exception message
* lib/redact/part.rb: Added Relation#set_to
--- /dev/null
+--
+$Id: NEWS 34 2005-04-25 17:12:29Z tilman $
+++
+
+== 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
-# $Id: Rakefile 15 2005-03-29 19:21:00Z tilman $
+# $Id: Rakefile 34 2005-04-25 17:12:29Z tilman $
require "rake/clean"
require "rake/testtask"
t.title = "Redact - An Edje Compiler written in Ruby"
t.options = ["--line-numbers", "--inline-source", "--main", "README"]
t.rdoc_files.include("README", "COPYING", "AUTHORS", "ChangeLog",
- "TODO", "lib/redact/redact.rb",
+ "TODO", "NEWS", "lib/redact/redact.rb",
"lib/redact/part.rb", "lib/redact/program.rb")
end