]> Pileus Git - ~andy/gtk/commitdiff
Bump version to 2.6.0
authorMatthias Clasen <mclasen@redhat.com>
Tue, 14 Dec 2004 14:42:10 +0000 (14:42 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 14 Dec 2004 14:42:10 +0000 (14:42 +0000)
2004-12-14  Matthias Clasen  <mclasen@redhat.com>

* configure.in: Bump version to 2.6.0

* NEWS: Updates

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-6
ChangeLog.pre-2-8
NEWS
configure.in

index 75f40f0b8d307227b0cfccb8da54b46423563da1..3f248692fbe476e7ea37bb125cc9331b89403581 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2004-12-14  Matthias Clasen  <mclasen@redhat.com>
 
+       * configure.in: Bump version to 2.6.0
+
+       * NEWS: Updates
+
        * tests/testiconview.c: Test oversized items.
 
        * gtk/gtk.symbols: Add new symbols.
@@ -32,8 +36,6 @@
        * gtk/gtkimage.c (gtk_image_set_property): Add a missing break
        statement.  (#161172, Damon Chaplin)
 
-       * NEWS: Updates
-
        * gtk/gtkcellrenderertext.c: Add a width-chars property like
        GtkLabel has.  (#160496, James M. Cape)
 
index 75f40f0b8d307227b0cfccb8da54b46423563da1..3f248692fbe476e7ea37bb125cc9331b89403581 100644 (file)
@@ -1,5 +1,9 @@
 2004-12-14  Matthias Clasen  <mclasen@redhat.com>
 
+       * configure.in: Bump version to 2.6.0
+
+       * NEWS: Updates
+
        * tests/testiconview.c: Test oversized items.
 
        * gtk/gtk.symbols: Add new symbols.
@@ -32,8 +36,6 @@
        * gtk/gtkimage.c (gtk_image_set_property): Add a missing break
        statement.  (#161172, Damon Chaplin)
 
-       * NEWS: Updates
-
        * gtk/gtkcellrenderertext.c: Add a width-chars property like
        GtkLabel has.  (#160496, James M. Cape)
 
index 75f40f0b8d307227b0cfccb8da54b46423563da1..3f248692fbe476e7ea37bb125cc9331b89403581 100644 (file)
@@ -1,5 +1,9 @@
 2004-12-14  Matthias Clasen  <mclasen@redhat.com>
 
+       * configure.in: Bump version to 2.6.0
+
+       * NEWS: Updates
+
        * tests/testiconview.c: Test oversized items.
 
        * gtk/gtk.symbols: Add new symbols.
@@ -32,8 +36,6 @@
        * gtk/gtkimage.c (gtk_image_set_property): Add a missing break
        statement.  (#161172, Damon Chaplin)
 
-       * NEWS: Updates
-
        * gtk/gtkcellrenderertext.c: Add a width-chars property like
        GtkLabel has.  (#160496, James M. Cape)
 
index 75f40f0b8d307227b0cfccb8da54b46423563da1..3f248692fbe476e7ea37bb125cc9331b89403581 100644 (file)
@@ -1,5 +1,9 @@
 2004-12-14  Matthias Clasen  <mclasen@redhat.com>
 
+       * configure.in: Bump version to 2.6.0
+
+       * NEWS: Updates
+
        * tests/testiconview.c: Test oversized items.
 
        * gtk/gtk.symbols: Add new symbols.
@@ -32,8 +36,6 @@
        * gtk/gtkimage.c (gtk_image_set_property): Add a missing break
        statement.  (#161172, Damon Chaplin)
 
-       * NEWS: Updates
-
        * gtk/gtkcellrenderertext.c: Add a width-chars property like
        GtkLabel has.  (#160496, James M. Cape)
 
diff --git a/NEWS b/NEWS
index 59596a0b1bd9d18b0fa11f04e7199b76b63d79cb..adeffc08e43271bc672c1eec3702cb5447131714 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -13,81 +13,83 @@ Overview of Changes from GTK+ 2.4.x to GTK+ 2.6.0
   - GtkCellRendererProgress
 
 * Changes in GtkFileChooser
-  - many tweaks to keynav and other behaviour
+  - Many tweaks to keynav and other behaviour
 
 * Changes in GtkTreeView 
-  - hover selection
-  - hover expand
-  - separators 
-  - insensitive rows
-  - typeahead
+  - Hover selection
+  - Hover expand
+  - Separators 
+  - Insensitive rows
+  - Typeahead
 
 * Changes in GtkComboBox
-  - allow trees in combo boxes
-  - hover selection
-  - hover expand
-  - separators 
-  - insensitive rows
-  - scrolling
+  - Allow trees in combo boxes
+  - Hover selection
+  - Hover expand
+  - Separators 
+  - Insensitive rows
+  - Scrolling
 
 * Changes in GtkLabel
-  - rotated text
-  - ellipsisation
-  - dnd from selectable labels
-  - selectable labels in the focus chain
-  - obey the Pango backspace-deletes-character attribute
+  - Rotated text
+  - Ellipsisation
+  - Dnd from selectable labels
+  - Selectable labels in the focus chain
+  - Obey the Pango backspace-deletes-character attribute
 
 * Changes in GtkTextView
-  - rotated text
-  - obey the Pango backspace-deletes-character attribute
+  - Rotated text
+  - Obey the Pango backspace-deletes-character attribute
 
 * Changes in Clipboard/Selection/DND handling
-  - selection ownerchip change notification
+  - Selection ownerchip change notification
   - API to handle text, image and file targets
-  - support text/plain target
-  - support clipboard persistency
-  - support xdnd v5
-  - reduce clipboard timeout to 30 seconds
+  - Support text/plain target
+  - Support clipboard persistency. 
+    A sample clipboard manager implementation can be found at 
+    http://people.imendio.com/andersca/archives/clipboard-manager-0.3.tar.gz
+  - Support xdnd v5
+  - Reduce clipboard timeout to 30 seconds
 
 * Theming
-  - follow icon theme specification for directory locations
-  - themed window icons
-  - themed images in GtkImage
-  - allow themes to displace focus rectangles on click
-  - various new stock icons
+  - Follow icon theme specification for directory locations
+  - Themed window icons
+  - Themed images in GtkImage
+  - Allow themes to displace focus rectangles on click
+  - Various new stock icons
 
 * Window Manager interaction
-  - support do-not-focus-on-map hint
-  - support _NET_WM_USER_TIME
+  - Support do-not-focus-on-map hint
+  - Support _NET_WM_USER_TIME
 
 * gdk-pixbuf:
-  - license information for image loaders
-  - disable loaders
-  - simple rotation
-  - make threadsafe
+  - License information for image loaders
+  - Disable loaders
+  - Simple rotation
+  - Make threadsafe
 
 * Performance improvements
-  - increase chunk size for incremental selection transfers
-  - get rid of many PLT entries
-  - icon theme caching
-  - sync counter mechanism to speed up resizes
-  - reimplement GtkListStore on top of a splay tree
-  - fix algorithmic problems in GtkUIManager
+  - Increase chunk size for incremental selection transfers
+  - Get rid of many PLT entries
+  - Icon theme caching
+  - Sync counter mechanism to speed up resizes
+  - Reimplement GtkListStore on top of a splay tree
+  - Fix algorithmic problems in GtkUIManager
 
 * Win32-specific changes
-  - integrate IME input method module
-  - integrate ms-windows (Wimp) theme engine
+  - Integrate IME input method module
+  - Integrate ms-windows (Wimp) theme engine
 
 * Other changes
   - API for HIG-conform dialogs
   - API for stock-like buttons
-  - new init API based on GOption
-  - setting for alternative button order
-  - setting for modules to load
-  - integrate pixbuf theme engine
-  - change notebook tabs with the scroll wheel
-  - ellipsisation in GtkCellRendererText, GtkProgressBar, GtkStatusbar
-  - clean up abi and enforce list of exported symbols
+  - New init API based on GOption
+  - Setting for alternative button order
+  - Setting for modules to load
+  - Integrate pixbuf theme engine
+  - Change notebook tabs with the scroll wheel
+  - Ellipsisation in GtkCellRendererText, GtkProgressBar, GtkStatusbar
+  - Clean up abi and enforce list of exported symbols
 
 Overview of Changes from GTK+ 2.5.6 to GTK+ 2.6.0
 =================================================
@@ -102,18 +104,26 @@ Overview of Changes from GTK+ 2.5.6 to GTK+ 2.6.0
   - Reset filters when necessary [Carlos Garnacho Parro]
 * GtkMenu
   - Make mnemonics without Alt work in menubars [Owen Taylor]
+  - Scroll wheel scrolling [Matthias]
 * GtkLabel
   - Add a max-width-chars property to specify the maximal 
     width of a label in characters [Christian Persch]
+* GtkIconView 
+  - Arrange items in a grid [Matthias]
+  - Convert hardcoded spacing constants into properties [Matthias]
+* GtkCellRendererText
+  - Add ::width-chars property [James M. Cape]
 * Win32
   - Implement keynav for the color picker [Hans Breuer]
   - Use GLib stdio wrappers [Tor Lillqvist]
 * Bug fixes [Kazuki IWAMOTO, Damon Chaplin, Matthias, Christian, 
   Michael Natterer, Jonathan Blandford, Manish Singh, John Finlay, 
-  Robert Ögren, Mariano Suárez-Alvarez, Marco Pesenti Gritti]
-* Documentation improvements [Matthias, Jay Camp, Paolo Borelli]
+  Robert Ögren, Mariano Suárez-Alvarez, Marco Pesenti Gritti,
+  Tommi Komulainen]
+* Documentation improvements [Matthias, Jay Camp, Paolo Borelli,
+  David Lodge]
 * New and improved translations (bg,nb,no,nso,pt_BR,zh_CN)
-Bugs fixed: 160437,160376,159640, 160679,159498,111031,160826,160063,145463,159896,160911,101309,160936,161109,161050,160500,155944,161142,160838
+Bugs fixed: 160437,160376,159640, 160679,159498,111031,160826,160063,145463,159896,160911,101309,160936,161109,161050,160500,155944,161142,160838,160496,161172,160711,88532,161195,152483
 
 Overview of Changes from GTK+ 2.5.5 to GTK+ 2.5.6
 =================================================
index 3626193505dd2b5b3b304a8853331cdb599def07..0888f74d9d707bd6ee4012a0eed4be57245df658 100644 (file)
@@ -11,8 +11,8 @@ AC_PREREQ(2.54)
 # set GTK_BINARY_AGE and GTK_INTERFACE_AGE to 0.
 
 m4_define([gtk_major_version], [2])
-m4_define([gtk_minor_version], [5])
-m4_define([gtk_micro_version], [7])
+m4_define([gtk_minor_version], [6])
+m4_define([gtk_micro_version], [0])
 m4_define([gtk_version],
           [gtk_major_version.gtk_minor_version.gtk_micro_version])
 m4_define([gtk_interface_age], [0])