mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
release notes
This commit is contained in:
parent
bd7a02b70c
commit
484aa30b14
12
ChangeLog
12
ChangeLog
@ -1,3 +1,15 @@
|
||||
2006-03-16 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* README.in: Add a note about GtkNotebook signals.
|
||||
|
||||
2006-03-15 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_list_button_released)
|
||||
(gtk_combo_box_list_key_press): Popdown the list before changing
|
||||
the active iter, otherwise people will be surprised by the
|
||||
grabs that are still in place when their ::changed handler
|
||||
runs.
|
||||
|
||||
2006-03-15 Dom Lachowicz <cinamod@hotmail.com>
|
||||
|
||||
* modules/engines/ms-windows/msw_style.c: Override style->realize/
|
||||
|
@ -1,3 +1,15 @@
|
||||
2006-03-16 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* README.in: Add a note about GtkNotebook signals.
|
||||
|
||||
2006-03-15 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_list_button_released)
|
||||
(gtk_combo_box_list_key_press): Popdown the list before changing
|
||||
the active iter, otherwise people will be surprised by the
|
||||
grabs that are still in place when their ::changed handler
|
||||
runs.
|
||||
|
||||
2006-03-15 Dom Lachowicz <cinamod@hotmail.com>
|
||||
|
||||
* modules/engines/ms-windows/msw_style.c: Override style->realize/
|
||||
|
@ -60,6 +60,12 @@ Release notes for 2.10
|
||||
when the user clicks close. It is the applications responsibility to
|
||||
hide or destroy the dialog.
|
||||
|
||||
* Several new signals have been added to GtkNotebook. Care has been taken
|
||||
to choose signal names which do not collide with signals added by well-known
|
||||
derived classes. The names which can no longer be used for signals in
|
||||
objects derived from GtkNotebook are page-reordered, page-removed and
|
||||
page-added.
|
||||
|
||||
Release notes
|
||||
=============
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user