Added release note to ChangeLog.
[redact.git] / ChangeLog
1 --
2 $Id: ChangeLog 36 2005-04-25 17:19:07Z tilman $
3 ++
4
5 2005-04-25 Tilman Sauerbeck (tilman at code-monkey de)
6         * Released version 0.1.1
7
8 2005-04-25 Tilman Sauerbeck (tilman at code-monkey de)
9         * NEWS, Rakefile: Added NEWS
10         * lib/redact/redact.rb: Bumped version number to 0.1.1
11
12 2005-04-24 Tilman Sauerbeck (tilman at code-monkey de)
13         * lib/redact/redact.rb: Fixed exception message
14         * lib/redact/part.rb: Added Relation#set_to
15         * lib/redact/program.rb: Initialize emission_signal and
16           emission_source to empty strings, they must not be nil
17
18 2005-04-23 Tilman Sauerbeck (tilman at code-monkey de)
19         * lib/redact/app.rb: Comment fix
20
21 2005-04-16 Tilman Sauerbeck (tilman at code-monkey de)
22         * lib/redact/part.rb: Added border_fill_middle attribute to
23           ImageDescription
24
25 2005-04-14 Tilman Sauerbeck (tilman at code-monkey de)
26         * lib/{redact,part,program}.rb: Replaced most attr_accessor
27           calls by explicit setter methods to ensure type safety
28         * lib/part.rb: Code cleanup
29         * lib/part.rb: Fixed the regular expression that checks
30           whether a font name is actually a filename
31         * lib/{redact,part,program}.rb: Added a few missing "protected" 
32           statements
33
34 2005-04-09 Tilman Sauerbeck (tilman at code-monkey de)
35         * test/crossfade.rb: Updated for recent tween mode fixes
36
37 2005-04-03 Tilman Sauerbeck (tilman at code-monkey de)
38         * lib/redact/part.rb: Made 'text_class' and 'color_class' parameters
39           writable
40         * lib/redact/part.rb: Some cosmetic changes
41         * lib/redact/part.rb: Use symbols instead of constants for text
42           effects
43         * lib/redact/part.rb: Code cleanup
44         * lib/redact/program.rb: Use symbols instead of constants for
45           tween modes
46
47 2005-04-02 Tilman Sauerbeck (tilman at code-monkey de)
48         * lib/redact/part.rb: Made 'step' and 'aspect' parameters
49           configurable
50
51 2005-03-29 Tilman Sauerbeck (tilman at code-monkey de)
52         * Released version 0.1.0
53
54 2005-03-29 Tilman Sauerbeck (tilman at code-monkey de)
55         * Rakefile: Tweak lookup of PKG_VERSION
56         * Rakefile: Require Rake 0.5.0 or greater
57         * Rakefile: Fixed the install task so it installs all Ruby files
58           found in lib/redact
59
60 2005-03-28 Tilman Sauerbeck (tilman at code-monkey de)
61         * lib/redact/app.rb: Tweaked "redact --version" output
62         * Rakefile, test/test_basic.rb: Use 'edj' instead of 'eet'
63           as the extension for the test Edjes
64         * README: Added basic documentation
65         * Rakefile: Added an RDocTask
66         * Rakefile: Added a PackageTask
67         * Rakefile:: Added a publish task
68
69 2005-03-26 Tilman Sauerbeck (tilman at code-monkey de)
70         * lib/redact/app.rb: Use Tempfile's for the Embryo source- and
71           amx code
72         * lib/redact/app.rb: Abort compilation if embryo_cc fails
73         * lib/redact/app.rb: Use Kernel#raise instead of Kernel#fail
74         * lib/redact/{redact,part}.rb: Added some RDoc documentation
75           modifiers
76         * lib/redact/redact.rb: Bumped version number to 0.1.0
77
78 2005-03-22 Tilman Sauerbeck (tilman at code-monkey de)
79         * lib/redact/app.rb: The default extension for Edje files is
80           'edj' now
81 2005-03-20 Tilman Sauerbeck (tilman at code-monkey de)
82         * lib/redact/redact.rb, test/{red_rect,crossfade}.rb:
83           Use symbols for part/program types. Also, you need to provide
84           the part/program type now, there's no default anymore. This
85           fixes/works around the problem where you accidentally defined
86           a part when you just wanted to get a reference to an existing
87           part
88
89 2005-03-19 Tilman Sauerbeck (tilman at code-monkey de)
90         * test/crossfade.rb: Updated to work with
91           TextDescription#set_fit change
92
93 2005-03-17 Tilman Sauerbeck (tilman at code-monkey de)
94         * lib/redact/app.rb: Store the source of files that are read
95           with File.read, too
96         * lib/redact/{source,app}.rb: Write a fontmap, so edje_decc can
97           dump the fonts that are used in the Edje
98         * lib/redact/part.rb: Added TextDescription#set_fit
99
100 2005-03-16 Tilman Sauerbeck (tilman at code-monkey de)
101         * lib/redact/{source,app}.rb: Write theme source to EET file,
102           too
103         * bin/redact, lib/redact/app.rb, test/test_basic.rb: Improved
104           commandline option handling
105         * lib/redact/redact.rb: Set the 'compiler' value in the
106           Edje_File EDD
107         * lib/redact/app.rb: Add support for the 'image_dir' and 'font_dir'
108           options. They aren't evaluated yet, though.
109
110 2005-03-14 Tilman Sauerbeck (tilman at code-monkey de)
111         * lib/redact/redact.rb: Fixed stupid exceptions
112
113 2005-03-06 Tilman Sauerbeck (tilman at code-monkey de)
114         * lib/redact/program.rb: Fixed a typo that resulted in an invalid
115           reader method
116         * lib/redact/{redact,program}.rb: Added support for basic
117           programs (signal, source, after parameters only)
118         * Rakefile: use FileUtils to for the install task
119
120 2005-03-02 Tilman Sauerbeck (tilman at code-monkey de)
121         * lib/redact/part.rb: Set the default offset for rel2 to -1,-1
122         * lib/redact/part.rb: Enable smoothing by default for non-image
123           parts, too.
124         * lib/redact/part.rb: Use sane defaults for the other fill
125           parameters
126         * lib/redact/part.rb: Fixed default values for outline and
127           shadow color
128
129 2005-02-26 Tilman Sauerbeck (tilman at code-monkey de)
130         * lib/redact/app.rb: Don't indent empty lines of Embryo code
131         * lib/redact/{app, redact, part}.rb: Added support for embedded
132           fonts
133         * lib/redact/redact.rb: When doing part/program-lookups in
134           Embryo code, use non-greedy matching of quotes
135         * lib/redact/program.rb: signal and source are set to empty
136           strings by default now, instead of nil
137         * lib/redact/part.rb: Rename color2 and color3 to outline_color
138           and shadow_color, respectively.
139         * lib/redact/part.rb: Make outline_color and shadow_color
140           writeable
141         * lib/redact/part.rb: Renamed clip_to to clip and made it
142           readable
143         * lib/redact/part.rb: Made TextDescription::text_min writeable
144         * lib/redact/part.rb: Made TextDescription::text_align writeable
145         * lib/redact/part.rb: Added support for tween images
146         * lib/redact/{redact, part}.rb: Split Part into various classes
147         * lib/redact/{redact, part, program}.rb: Code cleanup
148         * lib/redact/{redact, part}.rb: Don't make Part::type readable
149
150 2005-02-23 Tilman Sauerbeck (tilman at code-monkey de)
151         * lib/redact/app.rb: Use edje-config to figure out the
152           Embryo include directory
153
154 2005-02-22 Tilman Sauerbeck (tilman at code-monkey de)
155         * lib/redact/app.rb: Enable zlib compression for the edje_file
156           and collections EET entries
157         * lib/redact/app.rb, lib/redact/redact.rb: Reworked the way
158           Embryo scripts are saved/processed
159         * lib/redact/app.rb: Delete the temporary redact.sma file when
160           we're done with it