diff options
author | Claudio Saavedra <csaavedra@igalia.com> | 2009-03-02 10:03:20 +0000 |
---|---|---|
committer | Claudio Saavedra <csaavedra@igalia.com> | 2009-03-02 10:03:20 +0000 |
commit | d74716fbc3c4af7b295c546e5af13923dd4a446f (patch) | |
tree | 5a50a85acbe7332aedc3d24c6052a9abc43a2ba2 /NEWS | |
parent | 93c497d300ac1854f0735c7664c4559c0b5cb3e3 (diff) |
2009-03-02 Claudio Saavedra <csaavedra@igalia.com>
[Release 2.1.46]
* NEWS: Updates.
* configure.ac: Bump version.
* debian/changelog: Updates.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -1,3 +1,33 @@ +[2.1.46 release] + + Bug fixes: + + * Fixes: NB#101603 (Focus is not even for the text entry boxes in + Contact editor dialog) + * Fixes: NB#92297 (Preview content is not clearly visible for + default colour text) + * Fixes: NB#101889 (Picker dialog should not close when nothing is + selected in multiple selection list) + * Fixes: NB#97458 (Pannable area prevents propagation of button + press events) + * Fixes: NB#103242 ("HildonPickerButton:value-changed" is emitted + before actual change of values) + * Fixes: NB#100468 (Application menu window is launched even when a + new secondary-window/dialog is pending to be shown/realized) + + New API: + + * hildon_app_menu_popup(): New function to pop up a HildonAppMenu + * hildon_picker_button_value_changed(): Programmatically emit "value-changed". + + Other: + + * unit testing suite fixes (Sven Herzberg) + * Removed hildon-remote-texture.h from hildon.h. + * Themability improvements. + * Code fixes. + * HildonPannableArea improvements. + [2.1.44 release] Bug fixes: |