summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-12-02 23:33:47 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-12-02 23:33:47 (GMT)
commitebcb804ce2070734ebccaae2d4fa9398bf0332cf (patch)
treec4a63f5e9bde055350442748559e0520058e2cdf /ChangeLog
parent75e7b101d5a8d1dc0528fb44d46b7dbc96b81d76 (diff)
downloadtk-ebcb804ce2070734ebccaae2d4fa9398bf0332cf.zip
tk-ebcb804ce2070734ebccaae2d4fa9398bf0332cf.tar.gz
tk-ebcb804ce2070734ebccaae2d4fa9398bf0332cf.tar.bz2
Minor indentation/capitalization corrections
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 8 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 68634bd..ba1c26d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,18 +11,18 @@
2008-11-28 Alexandre Ferrieux <ferrieux@users.sourceforge.net>
- * generic/tkCanvUtil.c Millimeter patch. Fixes [1813597,2218964]
- * generic/tkInt.h by eliminating the functional redundancy
- * generic/tkObj.c and unnecessary loss of precision of the
- * generic/tkText.c {pixel,mm}ObjType tandem.
+ * generic/tkCanvUtil.c: Millimeter patch. Fixes [1813597,2218964]
+ * generic/tkInt.h: by eliminating the functional redundancy
+ * generic/tkObj.c: and unnecessary loss of precision of the
+ * generic/tkText.c: {pixel,mm}ObjType tandem.
2008-11-27 Jan Nijtmans <nijtmans@users.sf.net>
- * generic/tkCanvLine.c: Replace Tcl_SetResult(interp, NULL, ....)
- * generic/tkEntry.c calls with Tcl_ResetResult(interp)
+ * generic/tkCanvLine.c: Replace Tcl_SetResult(interp, NULL, ....)
+ * generic/tkEntry.c: calls with Tcl_ResetResult(interp)
* generic/tkMenu.c
* generic/tkOldConfig.c
- * win/tkWinTest.c: eliminate warning: unused variable 'tkwin'
+ * win/tkWinTest.c: Eliminate warning: unused variable 'tkwin'
2008-11-23 Pat Thoyts <patthoyts@users.sourceforge.net>
@@ -41,7 +41,7 @@
2008-11-22 Pat Thoyts <patthoyts@users.sourceforge.net>
* library/ttk/combobox.tcl: [Bug 1939129,1991930] combobox dropdown
- was drawn behind topmost toplevels.
+ was drawn behind topmost toplevels.
* generic/tkCanvText.c: Fixed up complaints from MSVC engendered
* generic/tkFont.c: by the last commit. In particular replaced
* win/tkWinDraw.c: round() which is a C99 function.