Added border_fill_middle attribute to ImageDescription.
[redact.git] / ChangeLog
index 89850bd09267d28ef0148be99aa9368c45696456..cd36f26c3b04839fc845ca173811725398af2112 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,19 @@
 --
-$Id: ChangeLog 25 2005-04-14 19:42:06Z tilman $
+$Id: ChangeLog 29 2005-04-16 15:59:07Z tilman $
 ++
 
+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