Added Relation#set_to.
[redact.git] / ChangeLog
index 9c7f873b09e24148b5922199aa02fd63fe00febe..d88457f1a761cbe7c8c0f0230bfbe14115ad73a2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,13 +1,26 @@
 --
-$Id: ChangeLog 27 2005-04-14 19:47:06Z tilman $
+$Id: ChangeLog 32 2005-04-24 09:18:07Z tilman $
 ++
 
+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
+
+2005-04-23 Tilman Sauerbeck (tilman at code-monkey de)
+        * lib/redact/app.rb: Comment fix
+
+2005-04-16 Tilman Sauerbeck (tilman at code-monkey de)
+        * lib/redact/part.rb: Added border_fill_middle attribute to
+          ImageDescription
+
 2005-04-14 Tilman Sauerbeck (tilman at code-monkey de)
         * lib/{redact,part,program}.rb: Replaced most attr_accessor
           calls by explicit setter methods to ensure type safety
         * lib/part.rb: Code cleanup
         * lib/part.rb: Fixed the regular expression that checks
           whether a font name is actually a filename
+        * lib/{redact,part,program}.rb: Added a few missing "protected" 
+          statements
 
 2005-04-09 Tilman Sauerbeck (tilman at code-monkey de)
         * test/crossfade.rb: Updated for recent tween mode fixes