gtkmm r1013 - in trunk: . docs/reference



Author: murrayc
Date: Wed Jul 23 13:58:29 2008
New Revision: 1013
URL: http://svn.gnome.org/viewvc/gtkmm?rev=1013&view=rev

Log:
Corrected NEWS

Modified:
   trunk/NEWS
   trunk/docs/reference/Doxyfile.in

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Wed Jul 23 13:58:29 2008
@@ -1,14 +1,23 @@
 2.13.5 (unstable):
 
 Gtk:
+* Builder: Added versions of create_from_file(), 
+  create_from_string(), add_from_file(), and add_from_string() 
+  that take an ID or array of IDs, to allow building of only a part of 
+  the file, as was already possible with libglade.
+* CellRendererCombo: Wrapped the changed signal.
+  (Murray Cumming)
 * FileChooser: get_preview_widget(): Avoid an endless loop.
   Bug #543288 (Jens Georg)
+* Printer: Added is_paused() and is_accepting_jobs().
+  (Murray Cumming)
 
 Build:
 * pangomm is now in its own tarball.
+  (Murray Cumming)
 * MSVC_Net2003 project files: Mention new source files 
   for builder, scalebutton, tooltip, and volumebutton.
-  Bug #543294.
+  (Jens Georg) Bug #543294.
 
 2.13.4 (unstable):
 

Modified: trunk/docs/reference/Doxyfile.in
==============================================================================
--- trunk/docs/reference/Doxyfile.in	(original)
+++ trunk/docs/reference/Doxyfile.in	Wed Jul 23 13:58:29 2008
@@ -39,7 +39,9 @@
                          "newin2p6=\xrefitem newin2p6s \"Since gtkmm 2.6\" \"New API in gtkmm 2.6\" \n" \
                          "newin2p8=\xrefitem newin2p8s \"Since gtkmm 2.8\" \"New API in gtkmm 2.8\" \n" \
                          "newin2p10=\xrefitem newin2p10s \"Since gtkmm 2.10\" \"New API in gtkmm 2.10\" \n" \
-                         "newin2p12=\xrefitem newin2p12s \"Since gtkmm 2.12\" \"New API in gtkmm 2.12\" \n"
+                         "newin2p12=\xrefitem newin2p12s \"Since gtkmm 2.12\" \"New API in gtkmm 2.12\" \n" \
+                         "newin2p14=\xrefitem newin2p14s \"Since gtkmm 2.14\" \"New API in gtkmm 2.14\" \n" \
+                         "newin2p16=\xrefitem newin2p16s \"Since gtkmm 2.16\" \"New API in gtkmm 2.16\" \n"
 OPTIMIZE_OUTPUT_FOR_C  = NO
 OPTIMIZE_OUTPUT_JAVA   = NO
 BUILTIN_STL_SUPPORT    = NO



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