summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2004-05-05 16:51:10 (GMT)
committerhobbs <hobbs>2004-05-05 16:51:10 (GMT)
commita2a5080ee8a48877c225bdebee8c180220626a9e (patch)
treed71c5eff1b4fb877fad4ac2b880fd96ebb734ce5 /ChangeLog
parent162fff4cc2568413ef5612360c1882c0a6726b07 (diff)
downloadtk-a2a5080ee8a48877c225bdebee8c180220626a9e.zip
tk-a2a5080ee8a48877c225bdebee8c180220626a9e.tar.gz
tk-a2a5080ee8a48877c225bdebee8c180220626a9e.tar.bz2
* win/tkWinFont.c (Tk_MeasureChars,Tk_DrawChars,etc): Make sure
that the lastSubFontPtr remains valid even when the subfont array is reallocated. [Bug #618872] (dkf, hobbs)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 13b0bd6..3162d60 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-05-05 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * win/tkWinFont.c (Tk_MeasureChars,Tk_DrawChars,etc): Make sure
+ that the lastSubFontPtr remains valid even when the subfont array
+ is reallocated. [Bug #618872] (dkf, hobbs)
+
2004-05-03 Jeff Hobbs <jeffh@ActiveState.com>
* win/tkWinMenu.c, unix/tkUnixMenu.c (DrawMenuEntryLabel): place