summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2003-08-02 17:50:09 +0000
committerOwen Taylor <otaylor@src.gnome.org>2003-08-02 17:50:09 +0000
commit88c1c94651750789dcad613ee8b09024df142ba2 (patch)
treec7ee5d339304d0b75d98d79a0b9bfd25918ed25a /ChangeLog.pre-2-4
parentc466752212dc8aed884aa00877c5d32ecb081f12 (diff)
downloadgtk+-88c1c94651750789dcad613ee8b09024df142ba2.tar.gz
Requires glib-2.3.0, pango-1.2.0.
Sat Aug 2 12:53:16 2003 Owen Taylor <otaylor@redhat.com> * configure.in: Requires glib-2.3.0, pango-1.2.0. * configure.in: Require Xft version 2, remove code for handling older versions of pango and Xft. Many miscellaneous improvements to X checks * acinclude.m4: Add GTK_ADD_LIB() macro for adding a library to a variable, avoiding dups. * gdk/x11/gdkfont-x11.c (gdk_font_from_description_for_display): Always load "fixed" * gdk/x11/gdk*-x11.[ch]: Remove support for Xft1 and for pangox.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r--ChangeLog.pre-2-432
1 files changed, 25 insertions, 7 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 46271cb326..fc271c7996 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,10 +1,26 @@
+Sat Aug 2 12:53:16 2003 Owen Taylor <otaylor@redhat.com>
+
+ * configure.in: Requires glib-2.3.0, pango-1.2.0.
+
+ * configure.in: Require Xft version 2,
+ remove code for handling older versions of pango and Xft.
+ Many miscellaneous improvements to X checks
+
+ * acinclude.m4: Add GTK_ADD_LIB() macro for adding
+ a library to a variable, avoiding dups.
+
+ * gdk/x11/gdkfont-x11.c (gdk_font_from_description_for_display):
+ Always load "fixed"
+
+ * gdk/x11/gdk*-x11.[ch]: Remove support for Xft1 and
+ for pangox.
+
2003-08-02 Matthias Clasen <maclas@gmx.de>
- * gtk/gtkcolorsel.c (color_sample_drop_handle)
- (palette_drop_handle):
- * gtk/gtkcolorbutton.c (gtk_color_button_drag_data_received): Accept drops with the
- wrong format, since the KDE color chooser incorrectly drops application/x-color with
- format 8.
+ * gtk/gtkcolorsel.c (color_sample_drop_handle) (palette_drop_handle):
+ * gtk/gtkcolorbutton.c (gtk_color_button_drag_data_received):
+ Accept drops with the wrong format, since the KDE color chooser
+ incorrectly drops application/x-color with format 8.
2003-08-02 Tor Lillqvist <tml@iki.fi>
@@ -536,11 +552,13 @@ Thu Jul 17 16:11:21 2003 Kristian Rietveld <kris@gtk.org>
2003-07-15 Matthias Clasen <maclas@gmx.de>
- * gdk/x11/gdkcursor-x11.c (gdk_display_get_maximal_cursor_size): Fight against gtk-doc stupidity.
+ * gdk/x11/gdkcursor-x11.c (gdk_display_get_maximal_cursor_size):
+ Fight against gtk-doc stupidity.
2003-07-13 Matthias Clasen <maclas@gmx.de>
- * gtk/gtkdnd.c (gtk_drag_begin): Rename parameter target_list back to targets, to pacify gtk-doc.
+ * gtk/gtkdnd.c (gtk_drag_begin): Rename parameter target_list back to
+ targets, to pacify gtk-doc.
Sun Jul 13 15:57:57 2003 Soeren Sandmann <sandmann@daimi.au.dk>