gtkmm r1033 - in trunk: . gtk/src



Author: murrayc
Date: Tue Aug 19 13:55:04 2008
New Revision: 1033
URL: http://svn.gnome.org/viewvc/gtkmm?rev=1033&view=rev

Log:
Increased version

Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.in
   trunk/gtk/src/gtk_methods.defs

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Tue Aug 19 13:55:04 2008
@@ -1,3 +1,20 @@
+2.13.7 (unstable):
+
+* ComboBox: Added get/set_button_sensitivity().
+* FileChooser: Added set_file(), select_file(), unselect_file(), 
+  taking a Gio::File. Added get_files(), set_current_folder_file(), 
+  get_current_folder_file(), get_file(), gtk_file_chooser_get_file()
+  get_file(), get_preview_file().
+* LinkButton: Added get/set_visited() and the property.
+* StatusIcon: Added set() taking a Gio::Icon. Added get_icon() 
+  and gicon property. Added constructor taking a Gio::Icon.
+* Adjustment, StatusIcon: Reimplement some get_*() functions with 
+  new C functions instead of direct struct access.
+  (Murray Cumming)
+* Build: Updated the MS Visual Studio 2005 build 
+  and added a script to create an installer.
+  (Armin Burgmeier)
+
 2.13.6 (unstable):
 
 * ComboBoxEntry: Added get_active_text().
@@ -8,7 +25,6 @@
   (RÃmi Cardona)
   - Calendar: Removed spurious ; characters.
   (Benjamin Herr) Bug #544848.
-*
 
 2.13.5 (unstable):
 

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Tue Aug 19 13:55:04 2008
@@ -15,7 +15,7 @@
 #We use pushdef here because we can't use shell variables before AC_INIT, but we want to use a variable with AC_INIT:
 pushdef([GTKMM_MAJOR_VERSION],     [2])
 pushdef([GTKMM_MINOR_VERSION],     [13])
-pushdef([GTKMM_MICRO_VERSION],     [6])
+pushdef([GTKMM_MICRO_VERSION],     [7])
 pushdef([GTKMM_EXTRA_VERSION],     [])
 pushdef([GTKMM_VERSION], GTKMM_MAJOR_VERSION.GTKMM_MINOR_VERSION.GTKMM_MICRO_VERSION[]GTKMM_EXTRA_VERSION)
 AC_INIT([gtkmm], GTKMM_VERSION, [gtkmm-list gnome org])

Modified: trunk/gtk/src/gtk_methods.defs
==============================================================================
--- trunk/gtk/src/gtk_methods.defs	(original)
+++ trunk/gtk/src/gtk_methods.defs	Tue Aug 19 13:55:04 2008
@@ -10969,24 +10969,12 @@
   (return-type "GtkWidget*")
 )
 
-(define-method get_family_entry
-  (of-object "GtkFontSelection")
-  (c-name "gtk_font_selection_get_family_entry")
-  (return-type "GtkWidget*")
-)
-
 (define-method get_family_list
   (of-object "GtkFontSelection")
   (c-name "gtk_font_selection_get_family_list")
   (return-type "GtkWidget*")
 )
 
-(define-method get_face_entry
-  (of-object "GtkFontSelection")
-  (c-name "gtk_font_selection_get_face_entry")
-  (return-type "GtkWidget*")
-)
-
 (define-method get_face_list
   (of-object "GtkFontSelection")
   (c-name "gtk_font_selection_get_face_list")



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