summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-02-14 19:35:29 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-02-14 19:35:29 +0000
commit28533696867700a19b55783336d64c607d68e16a (patch)
tree7f1341d3a4748fb725ef2d6625eac4ae49059337 /ChangeLog.pre-2-10
parenta3260744380851cf90dfd9400e58e44b71f3e60a (diff)
downloadgdk-pixbuf-28533696867700a19b55783336d64c607d68e16a.tar.gz
Apply patch from SHIRASAKI Yasuhiro <yasuhiro@awa.tohoku.ac.jp> to make
Mon Feb 14 12:29:38 2000 Owen Taylor <otaylor@redhat.com> * gtk/gtkfontsel.c: Apply patch from SHIRASAKI Yasuhiro <yasuhiro@awa.tohoku.ac.jp> to make font selector work a little better with 2-byte fonts. (Load a fontset instead of a font for two byte fonts.) Also, some cleanups in atom handling.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r--ChangeLog.pre-2-108
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 281b85887..51e1074a6 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,11 @@
+Mon Feb 14 12:29:38 2000 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkfontsel.c: Apply patch from
+ SHIRASAKI Yasuhiro <yasuhiro@awa.tohoku.ac.jp> to make font selector work a little
+ better with 2-byte fonts. (Load a fontset instead of a font for two byte fonts.)
+
+ Also, some cleanups in atom handling.
+
Sun Feb 13 08:02:21 2000 Tim Janik <timj@gtk.org>
* gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,