summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2004-11-12 23:54:39 (GMT)
committerhobbs <hobbs>2004-11-12 23:54:39 (GMT)
commitf7ef97c981ab1aaf7b30223f9f9722bf010d502c (patch)
treed72799fa91f5d07ba82a48339c36a245adc04a20 /ChangeLog
parenta5c5bd1720e72b656862dd1df28652a4ce369bf6 (diff)
downloadtk-f7ef97c981ab1aaf7b30223f9f9722bf010d502c.zip
tk-f7ef97c981ab1aaf7b30223f9f9722bf010d502c.tar.gz
tk-f7ef97c981ab1aaf7b30223f9f9722bf010d502c.tar.bz2
* generic/tkCmds.c (Tk_TkObjCmd): use correct screen data when
-displayof arg is passed to [tk scaling]. [Bug 800178]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog27
1 files changed, 16 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index 16456cd..9c78fea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,13 @@
+2004-11-12 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * generic/tkCmds.c (Tk_TkObjCmd): use correct screen data when
+ -displayof arg is passed to [tk scaling]. [Bug 800178]
+
2004-11-12 Daniel Steffen <das@users.sourceforge.net>
- * macosx/tkMacOSXFont.c (Tk_MeasureChars,Tk_DrawChars,etc): Make
- sure that the lastSubFontPtr remains valid even when the subfont
- array is reallocated. [Bug 618872]
+ * macosx/tkMacOSXFont.c (Tk_MeasureChars,Tk_DrawChars,etc): Make
+ sure that the lastSubFontPtr remains valid even when the subfont
+ array is reallocated. [Bug 618872]
2004-11-11 Daniel Steffen <das@users.sourceforge.net>
@@ -92,8 +97,8 @@
2004-10-27 Don Porter <dgp@users.sourceforge.net>
- * library/xmfbox.tcl (MotifFDialog_BuildUI): Fix [Bug 987169] in
- the Motif file dialogs as well. Backport of DKF bug fix.
+ * library/xmfbox.tcl (MotifFDialog_BuildUI): Fix [Bug 987169] in
+ the Motif file dialogs as well. Backport of DKF bug fix.
2004-10-26 David Gravereaux <davygrvy@pobox.com>
@@ -119,13 +124,13 @@
2004-10-26 Don Porter <dgp@users.sourceforge.net>
- * tests/safe.test (safe-1.3): Made test less sensitve to the
- full set of existing aliases in an interp, so the it only tests
- whether the tested ones are present.
+ * tests/safe.test (safe-1.3): Made test less sensitve to the
+ full set of existing aliases in an interp, so the it only tests
+ whether the tested ones are present.
- * unix/Makefile.in: Copied LD_LIBRARY_PATH machinery from
- `make shell` target to other similar targets so that just built
- libraries are tested, rather than previous installations.
+ * unix/Makefile.in: Copied LD_LIBRARY_PATH machinery from
+ `make shell` target to other similar targets so that just built
+ libraries are tested, rather than previous installations.
2004-10-26 Reinhard Max <max@suse.de>