summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b2087a94d..19ed57fc3c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2000-11-29 Alexander Larsson <alexl@redhat.com>
+
+ * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
+ Set the size of the font from the description.
+ (gdk_text_width): Gross hack that calculates the width
+ of text by text_length * size/2. This is necessary because
+ GtkLabel does some ugly gtk_string_width call to calculate
+ an good size.
+ (linux-fb/gdkprivate-fb.h): Removed unused field FT_Face.
+
Wed Nov 29 13:39:19 GMT 2000 Tony Gale <gale@gtk.org>
* docs/tutorial/gtk-tut.sgml: DND updates