Merged with trunk R861
[ardour.git] / libs / libglademm / NEWS
1 2.6.1:
2
3 * Windows build fixes. (Cedric Gustin)
4
5 2.6.0:
6
7 libglademm 2.6 is API/ABI-compatible with libglademm 2.4.
8   
9 Changes since libglademm 2.4:
10
11 * Glade::Xml: Added connect_clicked() for easy connection of
12   buttons and menuitems signals. (Alberto Paro)
13 * Glade::VariablesMap: now handles Entry, ComboTextEntry, 
14   SpinButton, *Scale, Calendar and CheckBox. (Alberto Paro).
15
16
17 2.5.1:
18
19 * Glade::Xml: Added connect_clicked() for easy connection of
20   buttons and menuitems signals. (Alberto Paro)
21 * Glade::VariablesMap: now handles Entry, ComboTextEntry, 
22   SpinButton, *Scale, Calendar and CheckBox. (Alberto Paro).
23
24 2.4.1:
25
26 * gcc 3.4 build fix. (Bryan Forbes)
27
28 2.4.0:
29
30 The API is now stable.
31
32 2.3.3:
33
34 * get_widget():
35   - Don't create a C++ object with a null C object, when the 
36   C object can not be found. (jdhall)
37   - Really return existing widget wrappers. (Murray Cumming)
38 * Stop accidental need for doxygen when building from tarballs.
39   (Murray Cumming)
40 * win32: Test for -mms-bitfields / -fnative-struct.
41
42 2.3.2:
43  
44 * Updated for new libsigc++ 2 syntax.
45
46 2.3.1:
47
48 Documentation:
49 - Generate and install devhelp file.
50 - beautify hmtl documentation, like the gtkmm docs.
51 - Install html documentation.
52
53 2.3.0:
54  
55 This is the new unstable branch of the parallel-installable libglademm 2.4,
56 for use with gtkmm 2.4.
57
58 2.1.2:
59
60 * get_widget_derived() now returns an existing C++ instance if one exists, like
61   get_widget() already does. (Murray Cumming)
62
63 2.1.1:
64
65 No changes. Just recreated the tarball - it was not installing the .la files.
66
67 2.1.0:
68
69 This is the development phase for libglademm 2.2.0,
70 which will add API but will not break API or ABI.
71
72 * Added Glade::Xml::get_widget_derived() and 
73   examples/derived/ to demonstrate it.
74   This allows you to use Glade to layout your
75   own derived container widgets. Tell me what you
76   think.
77   (Murray Cumming)
78
79
80 2.0.1:
81
82 * Rebuilt the tarball with newer autotools, fixing the $SED problem.
83
84 2.0.0
85
86 * Glade::Xml::create() now throws an XmlError expection if it fails.
87   (Daniel Elstner)
88 * Minimise use of templates, to reduce application code size.
89   (Daniel Elstner)
90
91 1.3.5
92
93
94
95