diff --git a/ChangeLog b/ChangeLog index 5977705a0e..61cc8f631e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon Oct 14 18:50:59 2002 Owen Taylor + + * configure.in: Version 2.1.1, interface age 0, binary age 101. + + * NEWS: Updates + Tue Oct 15 00:53:14 2002 Kristian Rietveld Behaviour change, apply changes if the entry of the editable gets diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 5977705a0e..61cc8f631e 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +Mon Oct 14 18:50:59 2002 Owen Taylor + + * configure.in: Version 2.1.1, interface age 0, binary age 101. + + * NEWS: Updates + Tue Oct 15 00:53:14 2002 Kristian Rietveld Behaviour change, apply changes if the entry of the editable gets diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 5977705a0e..61cc8f631e 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,9 @@ +Mon Oct 14 18:50:59 2002 Owen Taylor + + * configure.in: Version 2.1.1, interface age 0, binary age 101. + + * NEWS: Updates + Tue Oct 15 00:53:14 2002 Kristian Rietveld Behaviour change, apply changes if the entry of the editable gets diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 5977705a0e..61cc8f631e 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,9 @@ +Mon Oct 14 18:50:59 2002 Owen Taylor + + * configure.in: Version 2.1.1, interface age 0, binary age 101. + + * NEWS: Updates + Tue Oct 15 00:53:14 2002 Kristian Rietveld Behaviour change, apply changes if the entry of the editable gets diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 5977705a0e..61cc8f631e 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,9 @@ +Mon Oct 14 18:50:59 2002 Owen Taylor + + * configure.in: Version 2.1.1, interface age 0, binary age 101. + + * NEWS: Updates + Tue Oct 15 00:53:14 2002 Kristian Rietveld Behaviour change, apply changes if the entry of the editable gets diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 5977705a0e..61cc8f631e 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,9 @@ +Mon Oct 14 18:50:59 2002 Owen Taylor + + * configure.in: Version 2.1.1, interface age 0, binary age 101. + + * NEWS: Updates + Tue Oct 15 00:53:14 2002 Kristian Rietveld Behaviour change, apply changes if the entry of the editable gets diff --git a/NEWS b/NEWS index 36924c9066..b331adec22 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,32 @@ +Overview of Changes in GTK+ 2.1.1 +================================= +* Cleanup of use of deprecated functions in GTK+ [Manish Singh] +* Add support for separately installed Pixbuf loaders [Matthias Clasen] +* linux-fb improvements including window maximization. [Eric Warmenhoven] +* Fix to compile again with Xft version 1 [Owen Taylor] +* Fix handling of pointer on multiple screens [Owen] + - Add gdk_event_set/get_screen() via evil hack + - Add GdkDisplayPointerHooks to replace GdkPointerHooks + - gdk_screen_get_window_at_pointer() => gdk_display_get_window_at_pointer() + - Add gdk_display_get_pointer() + - Make drag-and-drop between multiple screens work +* Export gdk_event_new(), discourage stack allocated events [Owen] +* gdk_draw_pixbuf() as better name for gdk_pixbuf_render_to_drawable() [Owen] +* Basic support for RandR extension [Keith Packard, Owen] +* Allow moving paned sliders all the way to the edge [Owen, Darin Adler] +* Add tag_table construct property to GtkTextBuffer [Daniel Elstner] +* gtk_window_set_[default_]icon_from_file [Owen, Havoc] +* Fix handling of GtkSettings set from RC files on reload [Owen] +* Fixes for GtkIMContextXIM + [Takuro Ashie, Motonobu Ichimura, Owen, HideToshi Tajima] +* Documentation fixes [Soeren Sandmann, Matthias Clasen; Joost Faassen, + Alexey A. Malyshev, Ben Martin, Havoc Pennington, Boris Shingarov, Owen, + Vitaly Tishkov, Dan Winship, Yao Zhang] +* Some performance tweaks [Soeren, Padraig O'Briain] +* Miscellaneous bug fixes + +Other contributors: Jacob Berkman, Phil Blundell, Kenneth Christiansen, Murray Cumming, Bill Haneman, Jon-Kare Hellan, Kristian Rietveld, Hema Seetharamaiah + Overview of Changes from GTK+-2.0.x to GTK+-2.1.0 ================================================= diff --git a/configure.in b/configure.in index ab6a3a547a..a11b7db0ff 100644 --- a/configure.in +++ b/configure.in @@ -32,9 +32,9 @@ GLIB_AC_DIVERT_BEFORE_HELP([ # GTK_MAJOR_VERSION=2 GTK_MINOR_VERSION=1 -GTK_MICRO_VERSION=0 +GTK_MICRO_VERSION=1 GTK_INTERFACE_AGE=0 -GTK_BINARY_AGE=100 +GTK_BINARY_AGE=101 GTK_VERSION=$GTK_MAJOR_VERSION.$GTK_MINOR_VERSION.$GTK_MICRO_VERSION dnl This is the X.Y used in -lgtk-FOO-X.Y GTK_API_VERSION=2.0