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