This commit is contained in:
Matthias Clasen
2006-03-13 14:25:39 +00:00
parent 96f640946e
commit 73c38e997b
3 changed files with 33 additions and 0 deletions

View File

@@ -1,3 +1,12 @@
2006-03-13 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
* gtk/gtktreemodelfilter.c (gtk_tree_model_filter_iter_has_child):
(gtk_tree_model_filter_iter_n_children): Add a workaround for
a crash when using a11y tools with filtered models. (#326362,
Kjartan Maraas)
2006-03-11 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkdrawable-win32.c (draw_polygon): Use Polygon() for

View File

@@ -1,3 +1,12 @@
2006-03-13 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
* gtk/gtktreemodelfilter.c (gtk_tree_model_filter_iter_has_child):
(gtk_tree_model_filter_iter_n_children): Add a workaround for
a crash when using a11y tools with filtered models. (#326362,
Kjartan Maraas)
2006-03-11 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkdrawable-win32.c (draw_polygon): Use Polygon() for

15
NEWS
View File

@@ -1,3 +1,18 @@
Overview of Changes from GTK+ 2.8.14 to GTK+ 2.8.15
===================================================
* Bugs fixed:
334098 Keys P and N in "open file" dialog have special meaning
[Torben Putkonen]
333372 MS-Windows theme (GTK-Wimp) shows all funky characters
[Dom Lachowicz]
163724 Optimize gdk on win32 [John Ehresman]
332662 Hollow polygons have wrong linecaps [Tor Lillqvist]
326362 panel crash with a11y enabled [Kjartan Maraas]
* Updated translations (bg,bn,cs,eu,ro)
Overview of Changes from GTK+ 2.8.13 to GTK+ 2.8.14
===================================================