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