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