2008-12-15 Claudio Saavedra <csaavedra@igalia.com>
[hildon] / NEWS
diff --git a/NEWS b/NEWS
index cfbed49..7b9e11d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,148 @@
+[2.1.30 release]
+
+  Bug fixes:
+
+  * Fixes: NB#93744 (Tapping should jump to location on GtkScale)
+
+  New API:
+
+  * hildon_pannable_area_get_[sv]adjustment(): Method to retrieve the GtkAdjustments
+    in HildonPannableArea.
+
+  Other:
+
+  * Code fixes.
+  * Leaks fixed.
+  * New progress indicator example (Thomas Thurman)
+  * Documentation improvements and updates (Ivan Gomez).
+  * Theme properly HildonPickerButton derived classes.
+
+[2.1.28 release]
+
+  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.
+  * Bump GTK+ dependency to 2.12.12.
+
+[2.1.26 release]
+
+  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.
+
+[2.1.24 release]
+
+  Bug fixes:
+
+  * Fixes: NB#89811 (Not able to select first image thumbnail in multi
+    selection mode using custom widget inside pannable)
+  * Fixes: NB#91863 (hildon_touch_selector_set_column_selection_mode()
+    breaks HildonPickerDialog)
+  * Fixes: NB#91769 (HildonColorChooserDialog's selected colour is
+    highlighted but not visible)
+  * Fixes: NB#92897 (HildonNotes have incorrect WINDOW_TYPE)
+  * Fixes: NB#92744 (HildonDateSelector emits multiple "changed" singal
+    with strange parameters)
+  * Fixes: NB#92664 (Deprecate hildon_helper_set_insensitive_message)
+  * Fixes: NB#89754 (Applications shouldn't display their names in the
+    window title)
+  * Fixes: NB#92476 (Update icon size constants to Fremantle (hildon-defines.h))
+
+  Deprecations:
+
+  * hildon_helper_set_insensitive_message()
+  * hildon_helper_set_insensitive_messagef()
+  * hildon_volumebar_set_range_insensitive_message()
+  * hildon_volumebar_set_range_insensitive_messagef()
+
+  New API:
+
+  * hildon_init(): Initialization function for the library.
+  * hildon_gtk_init(): Convenience init function for hildon and GTK+
+
+  Other:
+
+  * Build system improvements.
+  * Examples updated.
+
+[2.1.22 release]
+
+  Bug fixes:
+
+  * Fixes: NB#91688 (Never show icons in information notes/confirmation
+    notes)
+  * Fixes: NB#91995 (Calendar is crashing after pressing 'Enter' HW key
+    in HildonDateSelector dialog)
+
+  Deprecations:
+
+  * hildon_note_new_confirmation_with_icon_name(): deprecated
+  * hildon_note_new_information_with_icon_name(): deprecated
+  * HildonNote::icon and HildonNote::stock_icon: deprecated
+
+  Other:
+
+  * Logical ids fixes.
+  * Examples updated.
+  * Build system improved.
+
 [2.1.20 release]
 
   Bug fixes: