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