summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-01-03 22:31:16 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-01-03 22:31:16 (GMT)
commit9fe9acb5db618af04b2a93617a9c4a16091d24be (patch)
treeb87b325170289cd785b7c9520098d983bb39d87c /ChangeLog
parent1479982b699ffd35e7737b7a89fb08e043c0db5e (diff)
downloadtk-9fe9acb5db618af04b2a93617a9c4a16091d24be.zip
tk-9fe9acb5db618af04b2a93617a9c4a16091d24be.tar.gz
tk-9fe9acb5db618af04b2a93617a9c4a16091d24be.tar.bz2
[Tcl Bug 1636685]: Use the configuration for modern FreeBSD suggested by the
FreeBSD porter.
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)