diff options
author | Hans Breuer <hans@breuer.org> | 2005-06-18 21:53:29 +0000 |
---|---|---|
committer | Hans Breuer <hans@src.gnome.org> | 2005-06-18 21:53:29 +0000 |
commit | e608d46080ab753c5e16e1f017600de684613848 (patch) | |
tree | 53837ae035c2646f112eca96682b4c85d33bbab4 /NEWS | |
parent | fbcf9daeacd2222b1d3179d825b93020959d2ced (diff) | |
download | dia-e608d46080ab753c5e16e1f017600de684613848.tar.xz |
mention new file dialog
2005-06-18 Hans Breuer <hans@breuer.org>
* NEWS : mention new file dialog
[plugged remaining leaks from bug #142669]
* lib/prop_attr.c(fontprop_free) : not only unref the font
but free the property itself, too.
* app/diagram_tree.c(create_diagram_children): remember the
original list start to not only free the last element
* lib/prop_sdarray.c:64: warning: `arrayprop_free' defined
but not used. Here it meant a potentially huge leak.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2,7 +2,7 @@ with paramaters (DARRAY, StdProp). This potentially allows to write round-trip engineering plug-ins (UML+Python) -* Many plug-ins now create locale independent output +* Many plug-ins now correctly create locale independent output * The SVG import got improved (still far from complete coverage, which isn't feasible for Dia anyway) @@ -29,6 +29,8 @@ * Experimental libgnomeprint usage again +* Finally using the new Gtk+ File Dialog + * Full Screen Mode * Still experimental Cairo plug-in |