Rename the svn ChangeLog and add dummy one
[clutter-gtk] / NEWS
1 Clutter-GTK 0.8.1 18/07/2008
2 ============================
3
4  - Fix the pkg-config file
5  - Really fix bug #907 and enable motion events
6
7 Clutter-GTK 0.8.0 15/07/2008
8 ============================
9
10  - Require clutter-x11 0.8.0 or clutter-win32 0.8.0
11  - Support the Clutter win32 backend
12  - Support multiple GtkClutterEmbed widgets
13  - Add utility functions for integrating with GTK+ themes, GTK+ stock icons,
14    icon themes and GdkPixbuf
15  - Do not open a second Display connection on X11
16
17 Clutter-GTK 0.6.0 18/02/2008
18 ============================
19
20  - Require clutter-x11 0.6.0
21
22 Clutter-GTK 0.5.2 21/01/2008
23 ============================
24
25  - Require clutter-x11 0.5.4
26  - Using the X11 pkg-config file it should now be possible to build against
27    Clutter EGLX backend
28  - Complete reimplementation of the embeddable widget, letting Clutter draw
29    directly onto a GtkWidget window. [Iain Holmes, Matthew Allum, Havoc
30    Pennington]
31  - Renamed the widget to GtkClutterEmbed
32
33 Clutter-GTK 0.5.0 17/01/2008
34 ============================
35
36  - Update for new Clutter 0.5 X11 API
37
38 Clutter-GTK 0.3.1 06/07/2007
39 ============================
40
41  - Fix PC file requirements
42
43 Clutter-GTK 0.3.0 29/06/2007
44 ============================
45
46  - Update for new Clutter 0.3 API
47  - Add a new example
48
49 Clutter-GTK 0.1.0 22/03/2007
50 ============================
51
52  - Initial release. 
53    o Basic clutter GTK widget using XEMBED.