]> Pileus Git - ~andy/gtk/commitdiff
Start of 2.3.2 section.
authorMatthias Clasen <maclas@gmx.de>
Tue, 20 Jan 2004 22:49:36 +0000 (22:49 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 20 Jan 2004 22:49:36 +0000 (22:49 +0000)
Tue Jan 20 23:49:52 2004  Matthias Clasen  <maclas@gmx.de>

* NEWS: Start of 2.3.2 section.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
NEWS

index 048445897bba96efdc8516a045794be797734c97..8b20d540671a4ef3f938ecdfd5eb96c57e286905 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Jan 20 23:49:52 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * NEWS: Start of 2.3.2 section.
+
 Tue Jan 20 22:11:31 2004  Matthias Clasen  <maclas@gmx.de>
 
        Fixes for #130370, based on a patch by Michael Meeks:
index 048445897bba96efdc8516a045794be797734c97..8b20d540671a4ef3f938ecdfd5eb96c57e286905 100644 (file)
@@ -1,3 +1,7 @@
+Tue Jan 20 23:49:52 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * NEWS: Start of 2.3.2 section.
+
 Tue Jan 20 22:11:31 2004  Matthias Clasen  <maclas@gmx.de>
 
        Fixes for #130370, based on a patch by Michael Meeks:
index 048445897bba96efdc8516a045794be797734c97..8b20d540671a4ef3f938ecdfd5eb96c57e286905 100644 (file)
@@ -1,3 +1,7 @@
+Tue Jan 20 23:49:52 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * NEWS: Start of 2.3.2 section.
+
 Tue Jan 20 22:11:31 2004  Matthias Clasen  <maclas@gmx.de>
 
        Fixes for #130370, based on a patch by Michael Meeks:
index 048445897bba96efdc8516a045794be797734c97..8b20d540671a4ef3f938ecdfd5eb96c57e286905 100644 (file)
@@ -1,3 +1,7 @@
+Tue Jan 20 23:49:52 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * NEWS: Start of 2.3.2 section.
+
 Tue Jan 20 22:11:31 2004  Matthias Clasen  <maclas@gmx.de>
 
        Fixes for #130370, based on a patch by Michael Meeks:
index 048445897bba96efdc8516a045794be797734c97..8b20d540671a4ef3f938ecdfd5eb96c57e286905 100644 (file)
@@ -1,3 +1,7 @@
+Tue Jan 20 23:49:52 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * NEWS: Start of 2.3.2 section.
+
 Tue Jan 20 22:11:31 2004  Matthias Clasen  <maclas@gmx.de>
 
        Fixes for #130370, based on a patch by Michael Meeks:
diff --git a/NEWS b/NEWS
index b01107e8d7042f132f37a2efa11e0994f859dc06..748104889095b56a0168c360b54af9d8820cbd09 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,58 @@
+Overview of Changes from GTK+ 2.3.1 to GTK+ 2.3.2
+=================================================
+* Add functions to save pixbufs to non-file locations.  [Tim Evans]
+* Add a function to determine the type and size of a file without
+  loading it completely.  [Matthias Clasen]
+* Turn pixbuf attributes into construct-only properties. [Matthias]
+* Fix building gdk-pixbuf with --disable-modules --with-included-loaders.
+  [Matthias, Owen Taylor]
+* Fix dynamic menus. [Matthias, Michael Meeks]
+* Split the translations into two domains: ui strings and
+  error messages go to gtk20, property nicks and blurbs to 
+  gtk20-properties.  [Matthias]
+* Add stock icons: harddisk, indent, unindent.  [Hans Breuer, Jody Goldberg]
+* Add a way to lock indivual accelerator paths  [Matthias]
+* Add a way to list the supported targets of a 
+  clipboard. [Dom Lachowicz]
+* Improve the GtkCalendar drawing code.  [Matthias]
+* GtkCalendar supports starting the week on any day [Matthias]
+* Misc GtkToolbar fixes and API improvements, most importantly make the
+  toolbar compatible with 2.2 again. [Soeren Sandmann, Jody]
+* Misc GtkUIManager fixes and API improvements.  [Jody, Matthias, Jeff Franks]
+* Fix the logic for changing the toplevelness of a 
+  window.  [Soeren Sandmann]
+* Add gtk_menu_shell_cancel() to emit the "cancel" signal on 
+  a menu shell.  [Matthias]
+* Do not interpret distant clicks as double clicks, using a
+  new double-click-distance setting.  [Matthias]
+* Utility function for application launching in multi-screen 
+  scenarios.  [Mark McLoughlin]
+* Improve the GDK API for dealing with group leaders. [Matthias]
+* Add xalign, yalign properties to GtkButton. [Jody]
+* Misc Win32 improvements [Tor Lillquist, Hans]
+* Support big and small and alpha-blended icons under Win32.
+* Speed up GtkTreeView, add a fixed height mode.  [Kristian Rietveld]
+* Add a single-paragraph mode and a language property to 
+  GtkCellRendererText [Kristian Rietveld]
+* Add a editing-canceled signal to GtkCellRenderer [Federico Mena Quintero]
+* Misc GtkTreeView bug fixes [Kristian, Soeren, Jonathan Blandford]
+* Implement or improve RTL support in GtkComboBox, GtkCellView, 
+  GtkViewport [IBM L3 NLS Support Team, Matthias, Kristian]
+* Support for "no focus" windows. [Matthias]
+* Many GtkFileChooser improvements [Federico, Jan Arne Petersen]
+* Documentation improvements [Matthias, Federico, Manish, 
+  Murray Cumming, Theppitak Karoonboonyanan]
+* FAQ updates [Tony Gale]
+* New and updated translations (bn,ru,sr,sr@Latn,es,cs,sv,ja,no,de,
+  nl,sq,pt,pt_BR,nn,hr,lt,fa,it,et,cy,ko,mn,ar,ga,wa,br,af,ms)
+Other contributors: Marco Pesenti Gritti, Tim-Philipp Müller,
+  Olexiy Avramchenko, Noah Levitt, Sebastian Rittau,
+  Bill Haneman, Herman Bloggs, Adam Wright, Manish Singh,
+  Kjartan Maraas, Evan Martin, Alexander Larsson, Joshua N Pritikin,
+  Torsten Schoenfeld, Christian Neumair, Daniel Rogers, 
+  Alexander Winston, Johannes Weißl, Anders Carlsson, Morten Welinder,
+  Olivier Andrieu
+
 Overview of Changes in GTK+-2.3.1
 =================================
 * Improve sanity checks on gdk-pixbuf loaders [Matthias Clasen]
@@ -19,7 +74,7 @@ Overview of Changes in GTK+-2.3.1
  - Add a "use_markup" property, gtk_expander_set/get_use_markup
  - Fix bugs when unrealizing/destroying [Mark McLoughlin]
 * GtkFileChooser [Federico Mena Quintero]
- - Add a GtkFileSystemWin32 [Hans Breuer]
+ - Add a GtkFileSystemWin32 [Hans]
  - Use GtkEntryCompletion in GtkFileChooserEntry 
  - Add a render_icon to GtkFileSystemIface to allow the 
    GnomeVFS backend to supply appropriate icons
@@ -173,7 +228,7 @@ Overview of Changes from GTK+-2.2.x to GTK+-2.3.0
  - Allow "none" to be set for input method GtkSettings [Hidetoshi Tajima]
  - Convert build system to automake-1.7; many cleanups and
    improvements. [James Henstridge, Owen]
- - Win32 fixes for new widgets [Hans Breuer]
+ - Win32 fixes for new widgets [Hans]
  - Add right-to-left variants of some stock icons [Matthias]
 
 * Documentation