summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2003-02-25 02:59:26 (GMT)
committerhobbs <hobbs>2003-02-25 02:59:26 (GMT)
commit4f5f8ff59a61c2f29cb0e121514e2a86a2850446 (patch)
tree54ee0d6b2d0b7be2361fbc8e208d3f3363117ea6 /ChangeLog
parentd665260f8de4cab05575ab6784d8bc4f62a0cd54 (diff)
downloadtk-4f5f8ff59a61c2f29cb0e121514e2a86a2850446.zip
tk-4f5f8ff59a61c2f29cb0e121514e2a86a2850446.tar.gz
tk-4f5f8ff59a61c2f29cb0e121514e2a86a2850446.tar.bz2
* unix/tkUnixFont.c (CreateClosestFont, CanUseFallback): use the
first best font match in user font path. [Bug #647497] (dal zotto)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0b2c853..13fd94e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2003-02-24 Jeff Hobbs <jeffh@ActiveState.com>
+ * unix/tkUnixFont.c (CreateClosestFont, CanUseFallback): use the
+ first best font match in user font path. [Bug #647497] (dal zotto)
+
* generic/tkListbox.c (ListboxSelectionSubCmd):
* tests/listbox.test: Allow 'selection includes' to respond when
disabled (but only 'includes'). [Bug #632514]