summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2010-01-03 22:31:15 (GMT)
committerdkf <dkf@noemail.net>2010-01-03 22:31:15 (GMT)
commitda275fd0f363774b61f00376a22b339d1712103c (patch)
treeb87b325170289cd785b7c9520098d983bb39d87c /ChangeLog
parentcf4f4ed26f96fb76ff90599a9f0cc536285abf4c (diff)
downloadtk-da275fd0f363774b61f00376a22b339d1712103c.zip
tk-da275fd0f363774b61f00376a22b339d1712103c.tar.gz
tk-da275fd0f363774b61f00376a22b339d1712103c.tar.bz2
[Tcl Bug 1636685]: Use the configuration for modern FreeBSD suggested by the
FreeBSD porter. FossilOrigin-Name: 1908e6f6375dd785f4d94b58318c76b7992daee8
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b914406..14b3b18 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
+2010-01-03 Donal K. Fellows <dkf@users.sf.net>
+
+ * unix/tcl.m4 (SC_CONFIG_CFLAGS): [Bug 1636685]: Use the configuration
+ for modern FreeBSD suggested by the FreeBSD porter.
+
2010-01-03 Pat Thoyts <patthoyts@users.sourceforge.net>
- * generic/tkMenu.h: [Patch 2848897] Support the system keyboard
+ * generic/tkMenu.h: [Patch 2848897]: Support the system keyboard
* win/tkWinMenu.c: cues option on Windows. This system parameter
hides the underlines on menu items unless the keyboard is used to
open the menu. (kovalenko, thoyts)