diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2004-12-13 15:31:43 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-12-13 15:31:43 +0000 |
commit | f55733be00ddc989b3624280ec16abb0226d74d8 (patch) | |
tree | 84d97e81397ae93fc00042a1accb6cbd413da4b3 /NEWS | |
parent | f94628ad42f67acb5ad7d5005b366fb2849c310a (diff) | |
download | gtk+-f55733be00ddc989b3624280ec16abb0226d74d8.tar.gz |
Updates
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -1,3 +1,29 @@ +Overview of Changes from GTK+ 2.5.6 to GTK+ 2.6.0 +================================================= +* GtkListStore + - Emit rows_reordered if the list is reordered [Matthias Clasen] + - Add functions to allow inserting rows with values [Matthias] +* GtkTextView + - Add function which allow to determine the character + at a position [Padraig O'Briain, Matthias] +* GtkFileChooser + - Center select row during typeahead [Federico Mena Quintero] + - Reset filters when necessary [Carlos Garnacho Parro] +* GtkMenu + - Make mnemonics without Alt work in menubars [Owen Taylor] +* GtkLabel + - Add a max-width-chars property to specify the maximal + width of a label in characters [Christian Persch] +* Win32 + - Implement keynav for the color picker [Hans Breuer] + - Use GLib stdio wrappers [Tor Lillqvist] +* Bug fixes [Kazuki IWAMOTO, Damon Chaplin, Matthias, Christian, + Michael Natterer, Jonathan Blandford, Manish Singh, John Finlay, + Robert Ögren, Mariano Suárez-Alvarez, Marco Pesenti Gritti] +* Documentation improvements [Matthias, Jay Camp, Paolo Borelli] +* New and improved translations (bg,nb,no,nso,pt_BR,zh_CN) +Bugs fixed: 160437,160376,159640, 160679,159498,111031,160826,160063,145463,159896,160911,101309,160936,161109,161050,160500,155944,161142,160838 + Overview of Changes from GTK+ 2.5.5 to GTK+ 2.5.6 ================================================= * GtkFileChooser |