[gtkmm] NEWS: Added 3.4->3.6 changes.



commit 4c492730bbb3254442c4e2ecc33203c764c7c27c
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Nov 6 06:57:49 2012 +0100

    NEWS: Added 3.4->3.6 changes.

 NEWS |   70 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 69 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8d72581..be6a72b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,72 @@
-3.6.0 (unstable):
+Changes in 3.6 compared to 3.4:
+
+Gtk:
+* Application:
+ - Added get_active_window() and get_window_by_id().
+   (Murray Cumming)
+* ApplicationWindow: Add get_id().
+  (Murray Cumming)
+* Builder: Add create_from_resource() and add_from_resource().
+  (Kalev Lember) Bug #674545
+* Button: Addedset/get_always_show_image() and the property.
+* CellRendererText: Added the placeholder_text property.
+  (Murray Cumming)
+* ComboBox: Add set_active_id(), deprecating get_active_id(string).
+  (Murray Cumming) Bug #685801 (Phil Wolff)
+* Container: Add forall(), propagate_draw(),
+  get_focus_child() and get_path_for_child().
+  (Murray Cumming)
+* Entry:
+  - Add input purpose and input hints methods.
+    (Murray Cumming)
+  - Undeprecate the activate signal.
+    (Murray Cumming) Bug #655500 (Kjell Ahlstedt)
+* IconView: Add get_item_row() and get_item_column()
+  and reorderable, tooltip-column and item-padding properties.
+  (Murray Cumming)
+* Added the LevelBar widget.
+  (Murray Cumming)
+* Added MenuButton.
+  (Murray Cumming)
+* PrintJob: Added get/set_page_ranges().
+  (Murray Cumming)
+* Added SearchEntry.
+  (Murray Cumming)
+* Settings: Added the enable_primary_paste property.
+  (Murray Cumming)
+* StyleContext:
+  - Add render_icon() and render_insertion_cursor() and deprecate some 
+    functions.
+    (Kjell Ahlstedt) Bug #675632
+  - Add get_style_property().
+    (Mark Vender) Bug #674746
+* TargetList: Add some add_*_targets() methods.
+  (Murray Cumming)
+* TextView: Added input purpose and input hints methods.
+  (Murray Cumming)
+* UIManager: Add add_ui_from_resource().
+  (Kalev Lember) Bug #674545
+* Widget: Add has_visible_focus() and insert_action_group().
+  (Murray Cumming)
+* WidgetPath: Added to_string(), iter_get_siblings() and 
+  iter_list_regions().
+  (Murray Cumming)
+* Window: Add set_startup_id(), is_active(), 
+  has_toplevel_focus(), set_default_geometry(), 
+  resize_to_geometry(), has_group().
+  Add the focus-visible and attached-to properties.
+  (Murray Cumming)
+* WindowGroup: Add list_windows() and get_current_grab().
+  (Murray Cumming)
+
+Gdk:
+* Pixbuf: Added  const version of save() and friends
+  (Mark Vender) Bug #678886.
+* Screen: Added get_monitor_workarea().
+  (Murray Cumming)
+	
+
+3.6.0 (stable):
 
 Gtk:
 * ComboBox: Add set_active_id(), deprecating get_active_id(string).



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]