From 07b4660cebea81f31bfa0b47981a7e06fe35ef1f Mon Sep 17 00:00:00 2001 From: Tilman Sauerbeck Date: Mon, 25 Apr 2005 17:12:29 +0000 Subject: [PATCH] Added NEWS. --- ChangeLog | 5 ++++- NEWS | 17 +++++++++++++++++ Rakefile | 4 ++-- 3 files changed, 23 insertions(+), 3 deletions(-) create mode 100644 NEWS diff --git a/ChangeLog b/ChangeLog index a9fe02e..ea4737d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,10 @@ -- -$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 diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..eb4b29a --- /dev/null +++ b/NEWS @@ -0,0 +1,17 @@ +-- +$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 diff --git a/Rakefile b/Rakefile index e352d0b..3e47175 100644 --- a/Rakefile +++ b/Rakefile @@ -1,4 +1,4 @@ -# $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" @@ -46,7 +46,7 @@ Rake::RDocTask.new do |t| 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 -- 2.30.2