summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-0
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-02-27 04:30:56 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-02-27 04:30:56 +0000
commit8875974d1824f14f19d67a421440cc2550a4b408 (patch)
tree6a1ec2b0479e73ff5d545aaf4856449d67cdd054 /ChangeLog.pre-2-0
parent46e0b468ed8a0745c4df3fbbf0ecf60cb307c148 (diff)
downloadgdk-pixbuf-8875974d1824f14f19d67a421440cc2550a4b408.tar.gz
Update to describe submitting patches and bug reports to
Mon Feb 26 16:34:33 2001 Owen Taylor <otaylor@redhat.com> * README: Update to describe submitting patches and bug reports to bugzilla.gnome.org. Tue Feb 20 23:48:16 2001 Owen Taylor <otaylor@redhat.com> * gdk/gdkim.c,gdk/gdkprivate.h: Add private function _gdk_wcstombs_len() which takes a length. * gdk/gdkfont.c,gdk/gdkprivate.h,gdk/gdkdraw.c: Consistently handle calls to _wc() font for GDK_FONT_FONT routines by: a) for 8-bit fonts, converting to chars via wcstombs (Will make GtkLabel handle using GDK_FONT_FONT for non-iso-8859-1 a wee bit better, though GDK_FONT_FONTSET is still the only supported way to get correct i18n. #50834) b) for 16-bit fonts, assuming each wchar is a glyph index. (Broken, but no more broken than anything else)
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r--ChangeLog.pre-2-023
1 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0
index b6dda6286..90c7070f8 100644
--- a/ChangeLog.pre-2-0
+++ b/ChangeLog.pre-2-0
@@ -1,3 +1,26 @@
+Mon Feb 26 16:34:33 2001 Owen Taylor <otaylor@redhat.com>
+
+ * README: Update to describe submitting patches
+ and bug reports to bugzilla.gnome.org.
+
+Tue Feb 20 23:48:16 2001 Owen Taylor <otaylor@redhat.com>
+
+ * gdk/gdkim.c,gdk/gdkprivate.h: Add private function
+ _gdk_wcstombs_len() which takes a length.
+
+ * gdk/gdkfont.c,gdk/gdkprivate.h,gdk/gdkdraw.c:
+ Consistently handle calls to _wc() font for GDK_FONT_FONT
+ routines by:
+
+ a) for 8-bit fonts, converting to chars via wcstombs
+ (Will make GtkLabel handle using GDK_FONT_FONT for
+ non-iso-8859-1 a wee bit better, though GDK_FONT_FONTSET
+ is still the only supported way to get correct i18n.
+ #50834)
+
+ b) for 16-bit fonts, assuming each wchar is a glyph
+ index. (Broken, but no more broken than anything else)
+
Mon Feb 26 21:36:11 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwindow.[ch] (gtk_window_focus_in/out_event): We can't