diff options
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index f7bf012b33..6d9738efd3 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,19 @@ +2000-08-12 Tor Lillqvist <tml@iki.fi> + + * gdk/gdk.def + * gtk/gtk.def: Add missing entries. + + * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Use + OUT_TT_ONLY_PRECIS, try to get a TrueType font. + + * gdk/win32/gdkinput-win32.c (gdk_device_get_state): New + function. Dummy implementation at this point. + + * gtk/makefile.mingw.in: Fix typo. Add testtext and testtextbuffer + rules. Undefine GTK_COMPILATION when compiling the test programs. + + * gtk/gtkdebug.h: Mark gtk_debug_flags for export/import. + 2000-08-11 Tor Lillqvist <tml@iki.fi> * gtk/gtkfilesel.c: Add more calls to g_filename_{to,from}_utf8() |