2008-12-09 Claudio Saavedra <csaavedra@igalia.com>
[hildon] / debian / changelog
index 76760ca..33cd9c6 100644 (file)
@@ -1,8 +1,83 @@
-libhildon (2.1.25-1~unreleased) unstable; urgency=low
+libhildon (2.1.29-1~unreleased) unstable; urgency=low
 
-  * postrelease bump, delete this entry.
+  * Unreleased version.
 
- -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 24 Nov 2008 17:52:14 -0300
+ -- Claudio Saavedra <csaavedra@igalia.com>  Tue, 09 Dec 2008 19:12:23 +0100
+
+libhildon (2.1.28-1) unstable; urgency=low
+
+  * Bump GTK+ dependency to 2.12.12-1maemo4 for the GtkDialog changes.
+
+  Bug fixes:
+
+  * Fixes: NB#94214 (No way to stop HildonWizardDialog from going to
+    next page)
+  * Fixes: NB#94972 (Hildon Picker with Entry should use HildonEntry
+    widget, not GtkEntry)
+  * Fixes: NB#90867 (Deprecate HildonDialog and use GtkDialog (with
+    maemo changes) instead)
+
+  New API:
+
+  * hildon_program_set/get_common_app_menu(): Use to set a common
+    HildonAppMenu for all stackable windows in a HildonProgram.
+  * hildon_wizard_dialog_set_forward_page_func(): Use to define a
+    HildonWizardDialogPageFunc function to control flow of the wizard.
+  * hildon_gtk_tree_view_set_ui_mode(): Method to change the UI mode.
+  * hildon_gtk_icon_view_set_ui_mode(): Method to change the UI mode.
+  * HildonPannableArea::size-request-policy: Size requisition policy property.
+  * hildon_pannable_area_set/get_size_request_policy(): Method to change the
+    size request policy.
+
+  Deprecations:
+
+  * HildonDialog. Prefer GtkDialog instead.
+
+  Other:
+
+  * Examples updated, code fixes, documentation updates.
+  * Explicitely set the interactive search widget off in hildon specific
+    GtkTreeView.
+
+ -- Claudio Saavedra <csaavedra@igalia.com>  Tue, 09 Dec 2008 16:09:45 +0100
+
+libhildon (2.1.26-1) unstable; urgency=low
+
+  Bug fixes:
+
+  * Fixes: NB#92230 (Scroll indication not visible in HildonTouchSelector)
+  * Fixes: NB#93281 (new API: hildon_button_set_picker_style() to set
+    HildonButton look like PickerButton)
+  * Fixes: NB#93680 (HildonTimePicker need fully localized am/pm)
+  * Fixes: NB#93228 (Done button is not shown always in listpicker)
+  * Fixes: NB#93890 (Empty HildonAppMenu is pop-up)
+  * Fixes: NB#92032 (In calendar application, date values in 'new event'
+    are not proper)
+  * Fixes: NB#94322 (Scale Updates)
+  * Fixes: NB#94350 (HildonWindowStack:s have the same X Window group)
+
+  New API:
+
+  * HildonWindowStack: Support for multiple window stacks per application.
+  * HildonButton::style property. See below.
+  * hildon_button_set_picker_style(): Sets a different style to the value label
+    in HildonButton.
+  * HildonTouchSelector:columns-changed signal: Emitted every time the number
+    of columns in a HildonTouchSelector changes.
+
+  Deprecations:
+
+  * hildon_program_pop_window_stack(),
+    hildon_program_peek_window_stack(),
+    hildon_program_go_to_root_window(): Superseded by HildonWindowStack.
+
+  Other:
+
+  * Many code fixes.
+  * Examples updates and improvements.
+  * Documentation improvements.
+
+ -- Claudio Saavedra <csaavedra@igalia.com>  Wed, 03 Dec 2008 09:17:52 +0100
 
 libhildon (2.1.24-1) unstable; urgency=low