From 500bca8af3e547369b88f4113b6a9199b7cce550 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Mon, 9 Jun 2003 04:24:51 +0000 Subject: [PATCH] Updated. Sun Jun 8 23:43:47 2003 Owen Taylor * NEWS: Updated. * configure.in: Version to 2.2.2, interface age 2. --- ChangeLog | 15 ++++++++--- ChangeLog.pre-2-10 | 15 ++++++++--- ChangeLog.pre-2-4 | 15 ++++++++--- ChangeLog.pre-2-6 | 15 ++++++++--- ChangeLog.pre-2-8 | 15 ++++++++--- NEWS | 66 ++++++++++++++++++++++++++++++++++++++++++++++ configure.in | 4 +-- 7 files changed, 128 insertions(+), 17 deletions(-) diff --git a/ChangeLog b/ChangeLog index 370e14eab2..1efc3e1a5e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sun Jun 8 23:43:47 2003 Owen Taylor + + * NEWS: Updated. + + * configure.in: Version to 2.2.2, interface age 2. + Sun Jun 8 22:03:09 2003 Owen Taylor * tests/testdnd.c: Use application/x-rootwindow-drop for @@ -484,7 +490,7 @@ Tue May 20 15:09:29 2003 Owen Taylor * gtk/gtkselection.c (_gtk_selection_request): Handle the case where the property type for the multiple atoms is - ATOM_PAIR by doing the conversions ourselve. This is + ATOM_PAIR by doing the conversions ourselves. This is needed for Xt inter-operation. Wed May 14 18:12:45 2003 Owen Taylor @@ -505,7 +511,7 @@ Wed May 14 16:00:51 2003 Owen Taylor Wed May 14 09:06:59 2003 Hidetoshi Tajima * modules/input/gtkimcontextxim.c (get_ic_real): use type of guint32 - instead of gumake for XNFilterEvents event mask(#110493). + instead of guint for XNFilterEvents event mask (#110493). 2003-05-13 Sven Neumann @@ -630,7 +636,7 @@ Fri Apr 18 16:31:49 2003 Owen Taylor * configure.in gdk/x11/gdkdisplay-x11.c modules/input/Makefile.am: Check for XAddConnectionWatch()/X11R6, and if found, disable XIM and use of XAddConnectionWatch. Remove --enable-xim config option. - Should fix building on X11R6 (#110523, Albert Chin) + Should fix building on X11R5 (#110523, Albert Chin) Fri Apr 18 15:56:46 2003 Owen Taylor @@ -699,6 +705,9 @@ Mon Apr 7 19:43:15 2003 Owen Taylor * gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_at_pointer): Use gdk_x11_display_grab/ungrab. + * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Initialize + use_xshm to TRUE so SHM gets used when present. + 2003-04-07 Matthias Clasen * gtk/gtkcelleditable.c, gtk/gtkfixed.c, gtk/gtktreemodel.c, diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 370e14eab2..1efc3e1a5e 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +Sun Jun 8 23:43:47 2003 Owen Taylor + + * NEWS: Updated. + + * configure.in: Version to 2.2.2, interface age 2. + Sun Jun 8 22:03:09 2003 Owen Taylor * tests/testdnd.c: Use application/x-rootwindow-drop for @@ -484,7 +490,7 @@ Tue May 20 15:09:29 2003 Owen Taylor * gtk/gtkselection.c (_gtk_selection_request): Handle the case where the property type for the multiple atoms is - ATOM_PAIR by doing the conversions ourselve. This is + ATOM_PAIR by doing the conversions ourselves. This is needed for Xt inter-operation. Wed May 14 18:12:45 2003 Owen Taylor @@ -505,7 +511,7 @@ Wed May 14 16:00:51 2003 Owen Taylor Wed May 14 09:06:59 2003 Hidetoshi Tajima * modules/input/gtkimcontextxim.c (get_ic_real): use type of guint32 - instead of gumake for XNFilterEvents event mask(#110493). + instead of guint for XNFilterEvents event mask (#110493). 2003-05-13 Sven Neumann @@ -630,7 +636,7 @@ Fri Apr 18 16:31:49 2003 Owen Taylor * configure.in gdk/x11/gdkdisplay-x11.c modules/input/Makefile.am: Check for XAddConnectionWatch()/X11R6, and if found, disable XIM and use of XAddConnectionWatch. Remove --enable-xim config option. - Should fix building on X11R6 (#110523, Albert Chin) + Should fix building on X11R5 (#110523, Albert Chin) Fri Apr 18 15:56:46 2003 Owen Taylor @@ -699,6 +705,9 @@ Mon Apr 7 19:43:15 2003 Owen Taylor * gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_at_pointer): Use gdk_x11_display_grab/ungrab. + * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Initialize + use_xshm to TRUE so SHM gets used when present. + 2003-04-07 Matthias Clasen * gtk/gtkcelleditable.c, gtk/gtkfixed.c, gtk/gtktreemodel.c, diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 370e14eab2..1efc3e1a5e 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,9 @@ +Sun Jun 8 23:43:47 2003 Owen Taylor + + * NEWS: Updated. + + * configure.in: Version to 2.2.2, interface age 2. + Sun Jun 8 22:03:09 2003 Owen Taylor * tests/testdnd.c: Use application/x-rootwindow-drop for @@ -484,7 +490,7 @@ Tue May 20 15:09:29 2003 Owen Taylor * gtk/gtkselection.c (_gtk_selection_request): Handle the case where the property type for the multiple atoms is - ATOM_PAIR by doing the conversions ourselve. This is + ATOM_PAIR by doing the conversions ourselves. This is needed for Xt inter-operation. Wed May 14 18:12:45 2003 Owen Taylor @@ -505,7 +511,7 @@ Wed May 14 16:00:51 2003 Owen Taylor Wed May 14 09:06:59 2003 Hidetoshi Tajima * modules/input/gtkimcontextxim.c (get_ic_real): use type of guint32 - instead of gumake for XNFilterEvents event mask(#110493). + instead of guint for XNFilterEvents event mask (#110493). 2003-05-13 Sven Neumann @@ -630,7 +636,7 @@ Fri Apr 18 16:31:49 2003 Owen Taylor * configure.in gdk/x11/gdkdisplay-x11.c modules/input/Makefile.am: Check for XAddConnectionWatch()/X11R6, and if found, disable XIM and use of XAddConnectionWatch. Remove --enable-xim config option. - Should fix building on X11R6 (#110523, Albert Chin) + Should fix building on X11R5 (#110523, Albert Chin) Fri Apr 18 15:56:46 2003 Owen Taylor @@ -699,6 +705,9 @@ Mon Apr 7 19:43:15 2003 Owen Taylor * gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_at_pointer): Use gdk_x11_display_grab/ungrab. + * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Initialize + use_xshm to TRUE so SHM gets used when present. + 2003-04-07 Matthias Clasen * gtk/gtkcelleditable.c, gtk/gtkfixed.c, gtk/gtktreemodel.c, diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 370e14eab2..1efc3e1a5e 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,9 @@ +Sun Jun 8 23:43:47 2003 Owen Taylor + + * NEWS: Updated. + + * configure.in: Version to 2.2.2, interface age 2. + Sun Jun 8 22:03:09 2003 Owen Taylor * tests/testdnd.c: Use application/x-rootwindow-drop for @@ -484,7 +490,7 @@ Tue May 20 15:09:29 2003 Owen Taylor * gtk/gtkselection.c (_gtk_selection_request): Handle the case where the property type for the multiple atoms is - ATOM_PAIR by doing the conversions ourselve. This is + ATOM_PAIR by doing the conversions ourselves. This is needed for Xt inter-operation. Wed May 14 18:12:45 2003 Owen Taylor @@ -505,7 +511,7 @@ Wed May 14 16:00:51 2003 Owen Taylor Wed May 14 09:06:59 2003 Hidetoshi Tajima * modules/input/gtkimcontextxim.c (get_ic_real): use type of guint32 - instead of gumake for XNFilterEvents event mask(#110493). + instead of guint for XNFilterEvents event mask (#110493). 2003-05-13 Sven Neumann @@ -630,7 +636,7 @@ Fri Apr 18 16:31:49 2003 Owen Taylor * configure.in gdk/x11/gdkdisplay-x11.c modules/input/Makefile.am: Check for XAddConnectionWatch()/X11R6, and if found, disable XIM and use of XAddConnectionWatch. Remove --enable-xim config option. - Should fix building on X11R6 (#110523, Albert Chin) + Should fix building on X11R5 (#110523, Albert Chin) Fri Apr 18 15:56:46 2003 Owen Taylor @@ -699,6 +705,9 @@ Mon Apr 7 19:43:15 2003 Owen Taylor * gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_at_pointer): Use gdk_x11_display_grab/ungrab. + * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Initialize + use_xshm to TRUE so SHM gets used when present. + 2003-04-07 Matthias Clasen * gtk/gtkcelleditable.c, gtk/gtkfixed.c, gtk/gtktreemodel.c, diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 370e14eab2..1efc3e1a5e 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,9 @@ +Sun Jun 8 23:43:47 2003 Owen Taylor + + * NEWS: Updated. + + * configure.in: Version to 2.2.2, interface age 2. + Sun Jun 8 22:03:09 2003 Owen Taylor * tests/testdnd.c: Use application/x-rootwindow-drop for @@ -484,7 +490,7 @@ Tue May 20 15:09:29 2003 Owen Taylor * gtk/gtkselection.c (_gtk_selection_request): Handle the case where the property type for the multiple atoms is - ATOM_PAIR by doing the conversions ourselve. This is + ATOM_PAIR by doing the conversions ourselves. This is needed for Xt inter-operation. Wed May 14 18:12:45 2003 Owen Taylor @@ -505,7 +511,7 @@ Wed May 14 16:00:51 2003 Owen Taylor Wed May 14 09:06:59 2003 Hidetoshi Tajima * modules/input/gtkimcontextxim.c (get_ic_real): use type of guint32 - instead of gumake for XNFilterEvents event mask(#110493). + instead of guint for XNFilterEvents event mask (#110493). 2003-05-13 Sven Neumann @@ -630,7 +636,7 @@ Fri Apr 18 16:31:49 2003 Owen Taylor * configure.in gdk/x11/gdkdisplay-x11.c modules/input/Makefile.am: Check for XAddConnectionWatch()/X11R6, and if found, disable XIM and use of XAddConnectionWatch. Remove --enable-xim config option. - Should fix building on X11R6 (#110523, Albert Chin) + Should fix building on X11R5 (#110523, Albert Chin) Fri Apr 18 15:56:46 2003 Owen Taylor @@ -699,6 +705,9 @@ Mon Apr 7 19:43:15 2003 Owen Taylor * gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_at_pointer): Use gdk_x11_display_grab/ungrab. + * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Initialize + use_xshm to TRUE so SHM gets used when present. + 2003-04-07 Matthias Clasen * gtk/gtkcelleditable.c, gtk/gtkfixed.c, gtk/gtktreemodel.c, diff --git a/NEWS b/NEWS index 560c8e60c0..22906b169f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,69 @@ +Overview of Changes in GTK+ 2.2.2 +================================= + +* GdkPixbuf [Matthias Clasen] + - Fix animation of slow-loading progressive GIFS + - Fix long-standing animated GIF display bug with transparency + - Misc bug and portability fixes [Rick Jones, Tim Mooney, Marijn Ross] +* GDK [Owen Taylor] + - Draw continuous underlines between Pango layout runs when + possible [Kang Jeong-Hee] + - Fix gdk_pixbuf_from_drawable() for big endian [Christian Petig] + Major rewrite of 16-bit handling for pixbuf_from_drawable() +* X11 backend [Owen] + - Fix build on X11R5 [Albert Chin] + - Fix switching keyboard layouts while running [Egmont Koblinger] + - Work around RENDER extension bugs on certain Sun X servers [Morten Welinder] + - Zero unused fields in client messages we send Lubos Lunak] + - Fix occasional segfault when drawing pixbufs [Hans Petter Jansson] + - Fix wrong initializaiton that was keeping XShm from being used. +* Win32 backend [Tor Lillqvist] + - Tweak line drawing + - Mouse/cursor fixes [Allin Cottrell] + - Better handling of floppy drives in GtkFileSelection + - Misc fixes [Arnaud Charlet, Cedric Gustin, Martyn Russell] +* Input methods [Hidetoshi Tajima] + - Add rules for Greek accents to GtkIMContextSimple [Vasilis Vasaitis] + - Fix sorting of rules in GtkIMContextSimple [Vasilis] + - Miscellaneous GtkIMContextXIM fixes + - Fix translation of input context names +* Fix keyboard accelerators/bindings on Numeric Keypad [Owen, Olivier Ripoll] +* Add Delete to GtkEntry context menu, Delete/Select All + to GtkTextView context menu [Matthias] +* Keynav tweaks in GtkFileSelection, GtkColorSel [Matthias] +* Add C-A-PgUp/Down as alternative notebook page switching keys [Matthias] +* GtkTextView + - Fix redrawing on color-only changes [Owen, Gustavo Giráldez] + - Don't scroll to cursor on focus in [Paolo Maggi] + - Fix spot location reported to input method [Owen, TOKUNAGA Hiroyuki, + Yao Zhang] + - Miscellaneous bug fixes [Torbjörn Andersson, Matthias, Manual Clos, + Padraig O'Briain, Owen] +* GtkTreeView [Kristian Rietveld] + - Fix prelighting [Sven Neumann] + - Set drag cursor earlier to allow apps to override [Daniel Elstner] + - Speed up insertions into GtkTreeModelSort [Owen, Jonathan Blandford] + - Bug fixes [Benjamin Bayart, Jonathan Blandford, Peter Bloomfield, + Dave Cook, Felipe Heidrich, Richard Hult, Markus Lausser, Michael Natterer, + Mariano Suarez-Alvarez, Owen] +* Fix handling of border width for GtkToolbar [Rodney Dawes] +* Rewrite adjustment handling of GtkViewport, fixing many bugs + [Owen, Thomas Leonard, Michael] +* Misc bug fixes [Dennis Björklund, Jonathan, Dave Bordoley, Rich Burridge, + Anders Carlsson, Arnaud, Matthias, Vasco Alexandre da Silva Costa, + Tim Evans, Larry Ewing, John Finlay, Jeff Franks, Jody Goldberg, + Jason D. Hildebrand, Charles Kerr, Alex Larsson, Noah Levitt, Xan Lopez, + Loban Rahman, Richard Reich, Soeren Sandmann, Charles Schmidt, + Rajkumar Siva, Owen, Sergey V. Udaltsov, Morten Welinder, Michael Zucchi] +* Code cleanups [Matthias, Glynn Foster, Britton Kerin, Sven Neumann, + Doug Quale, Manish Singh, Morten Welinder] +* Switch to using libtool-1.5 +* Build fixes [Matthias, J. Ali Harlowe, Rich Kinder, Jon Nall, Sven, + Christian Rose] +* Documentation improvements [Matthias, Noah Levitt, Sven Neumann] +* New and updated translations (am,az,be,ca,cs,cy,da,de,el,es,fa,fi,fr,id, + it,ko,li,ml,mn,ms,nl,no,pl,pt,sr,sr@Latn,sv,ta,uk,yi,zh_TW) + Overview of Changes in GTK+ 2.2.1 ================================= * Win32 [Tor Lillqvist] diff --git a/configure.in b/configure.in index 235dd604d1..569ebdfffc 100644 --- a/configure.in +++ b/configure.in @@ -31,8 +31,8 @@ dnl are available for $ac_help expansion (don't we all *love* autoconf?) # m4_define([gtk_major_version], [2]) m4_define([gtk_minor_version], [2]) -m4_define([gtk_micro_version], [1]) -m4_define([gtk_interface_age], [1]) +m4_define([gtk_micro_version], [2]) +m4_define([gtk_interface_age], [2]) # if the minor version number is odd, then we want debugging. Otherwise # we only want minimal debugging support.