gtk-web r736 - in trunk: . notes



Author: matthiasc
Date: Thu Sep  4 17:57:28 2008
New Revision: 736
URL: http://svn.gnome.org/viewvc/gtk-web?rev=736&view=rev

Log:
2.14.0


Added:
   trunk/notes/gtk-2.14.0-notes.txt
Modified:
   trunk/ChangeLog
   trunk/index.html
   trunk/news-archives.html

Modified: trunk/index.html
==============================================================================
--- trunk/index.html	(original)
+++ trunk/index.html	Thu Sep  4 17:57:28 2008
@@ -69,8 +69,30 @@
 	<div id="columns">
 	  <div id="news">
 	    <h2><a name="RecentNews">Recent News</a></h2>
+        <div class="news-item">
+          <p class="news-title">GTK+ 2.14.0 Stable Release</p>
+          <p class="news-date">4 September 2008</p>
+          <p class="news-desc">
+            GTK+ 2.14 is a stable release adding new functionality
+            while maintaining source and binary compatibility with
+            GTK+ 2.12.</p>
+          <p>New features include:
+            <ul>
+              <li>GdkAppLaunchContext, provides startup notification with g_app_info_launch()</li>
+              <li>GtkMountOperation, can ask for passwords when mounting volumes with g_volume_mount()</li>
+              <li>Autocompletion in the file chooser entry has been improved</li>
+              <li>The print dialog displays printer status information</li>
+              <li>GtkBuilder supports accessibility</li>
+              <li>Support loading JPEG 2000 images</li>
+              <li>Runtime font configuration updates</li>
+            </ul></p>
+<!--
+            <p class="news-link"><a href="http://mail.gnome.org/archives/gtk-devel-list/2008-September/msg00013.html";>Read more...</a></p>
+ -->
+        </div>
 
- 	    <div class="news-item">
+        </div>
+        <div class="news-item">
 	      <p class="news-title">GLib 2.18.0 Stable Release</p> 
 	      <p class="news-date">2 September 2008</p>
 	      <p class="news-desc">

Modified: trunk/news-archives.html
==============================================================================
--- trunk/news-archives.html	(original)
+++ trunk/news-archives.html	Thu Sep  4 17:57:28 2008
@@ -42,6 +42,50 @@
       <div id="content">
 	<h2><a name="RecentNews">News archive</a></h2>
 
+	<div class="news-item">
+	  <p class="news-title">GTK+ 2.14.0 Stable Release</p> 
+	  <p class="news-date">4 September 2008</p>
+	  <p class="news-desc">
+	    GTK+ 2.14 is a stable release adding new functionality
+	    while maintaining source and binary compatibility with
+	    GTK+ 2.12.</p>
+	  <p>New features include:
+	    <ul>
+	      <li>GdkAppLaunchContext, provides startup notification with g_app_info_launch()</li>
+	      <li>GtkMountOperation, can ask for passwords when mounting volumes with g_volume_mount()</li>
+	      <li>Autocompletion in the file chooser entry has been improved</li>
+	      <li>The print dialog displays printer status information</li>
+	      <li>GtkBuilder supports accessibility</li>
+	      <li>Support loading JPEG 2000 images</li>
+	      <li>Runtime font configuration updates</li>
+	  </ul></p>
+<!--
+	  <p class="news-link"><a href="http://mail.gnome.org/archives/gtk-devel-list/2008-September/msg00013.html";>Read more...</a></p>
+	</div>
+-->
+
+	<div class="news-item">
+	  <p class="news-title">GLib 2.18.0 Stable Release</p> 
+	  <p class="news-date">2 September 2008</p>
+	  <p class="news-desc">
+	    GLib 2.18 is a stable release adding an incremental
+	    improvement in functionality over GLib 2.16 while
+	    maintaining binary and source compatibility.</p>
+	  <p>New features include:
+	    <ul>
+	      <li>Unicode 5.1 support</li>
+              <li>Support for the latest version of the shared-mime 
+                  specification, including icons for mime types and 
+                  content types for volumes</li>
+              <li>Improved internationalization support with g_dgettext(), 
+                  g_dngettext() and NC_()</li>
+              <li>Support for "subparsers" in GMarkup</li>
+              <li>Support for emblems on icons</li>
+              <li>GIO supports HTTP URIs on Windows</li>
+	  </ul></p>
+	  <p class="news-link"><a href="http://mail.gnome.org/archives/gtk-devel-list/2008-September/msg00013.html";>Read more...</a></p>
+	</div>
+	
  	<div class="news-item">
 	  <p class="news-title">GLib 2.17.6 Unstable Release</p> 
 	  <p class="news-date">04 August 2008</p>

Added: trunk/notes/gtk-2.14.0-notes.txt
==============================================================================
--- (empty file)
+++ trunk/notes/gtk-2.14.0-notes.txt	Thu Sep  4 17:57:28 2008
@@ -0,0 +1,82 @@
+Release notes for 2.14
+======================
+
+* gtkitemfactory.h is now completely deprecated.
+  As gtkactiongroup.h and gtkstock.h no longer include the gtkitemfactory.h
+  header, this might break application using gtk_item_factory_* symbols
+  without including gtkitemfactory.h - even though this behaviour has never
+  been supported in the first place.
+
+* The GtkFileSystem semi-private interface has been removed.
+  The GTK+ filechooser implementation now uses GIO directly, which has
+  rendered external filesystem implementations unnecessary. Consequently,
+  the GtkFileSystem interface is no longer available, nor the filechooser
+  will load any GtkFileSystem implementation.
+
+* GtkComboBox now renders the popdown button insensitive when
+  the model is empty. Applications which want to populate the list
+  only before displaying it can set gtk_combo_box_set_button_sensitivity
+  to GTK_SENSITIVITY_ON, so that the button is always sensitive or
+  GTK_SENSITIVITY_OFF to make it insensitive respectively.
+
+* GtkAdjustment now enforces that values are restricted to the
+  range [lower, upper - page_size]. This has always been the documented
+  behaviour, and the recommended practice is to set page_size to 0
+  when using adjustments for simple scalar values, like in a slider
+  or spin button. 
+
+* gdk-pixbuf will use GIO for mime type detection if possible. For
+  this to work, shared-mime-info needs to be installed and XDG_DATA_DIRS
+  set accordingly at configure time. Otherwise, gdk-pixbuf falls
+  back to its built-in sniffing implementation.
+
+
+How to report bugs
+==================
+
+Bugs should be reported to the GNOME bug tracking system.
+(http://bugzilla.gnome.org, product gtk+.) You will need to create an
+account for yourself.
+  
+In the bug report please include:
+  
+* Information about your system. For instance:
+
+   - What operating system and version
+   - What version of X
+   - For Linux, what version of the C library
+
+  And anything else you think is relevant.
+
+* How to reproduce the bug. 
+
+  If you can reproduce it with one of the tests or demos built with GTK+, 
+  such as demos/gtk-demo/gtk-demo, that would be most convenient. Otherwise, 
+  please include a short test program that exhibits the behavior. As a 
+  last resort, you can also provide a pointer to a larger piece of software 
+  that can be downloaded.
+
+* If the bug was a crash, the exact text that was printed out when the
+  crash occured.
+
+* Further information such as stack traces may be useful, but is not
+  necessary. If you do send a stack trace, and the error is an X error,
+  it will be more useful if the stacktrace is produced running the test
+  program with the --sync command line option.
+
+
+Patches
+=======
+
+Patches should also be submitted to bugzilla.gnome.org. If the patch
+fixes an existing bug, add the patch as an attachment to that bug
+report.
+
+Otherwise, enter a new bug report that describes the patch, and attach
+the patch to that bug report.
+
+Bug reports containing patches should include the PATCH keyword in their
+keyword fields. If the patch adds to or changes the GTK+ programming
+interface, the API keyword should also be included.
+  
+Patches should be in unified diff form. (The -u option to GNU diff.)



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