summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2011-04-06 13:11:06 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2011-04-06 13:11:06 (GMT)
commit4f7e6a5909b4916bc504be0ddecfa1e9b647bf4d (patch)
tree7fad50d479b23fb7a0ac569a4e77a0232b36f058 /ChangeLog
parent4ac4c4f8b2ce573ffb775ffdaa225542a6aafc17 (diff)
downloadtk-4f7e6a5909b4916bc504be0ddecfa1e9b647bf4d.zip
tk-4f7e6a5909b4916bc504be0ddecfa1e9b647bf4d.tar.gz
tk-4f7e6a5909b4916bc504be0ddecfa1e9b647bf4d.tar.bz2
Make symbols "main" and "Tcl_AppInit" MODULE_SCOPE: there is absolutely no reason for exporting them.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d2cd591..3e5c1a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-04-06 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * unix/tkAppInit.c: Make symbols "main" and "Tcl_AppInit"
+ MODULE_SCOPE: there is absolutely no reason for exporting them.
+
2011-04-04 Peter Spjuth <peter.spjuth@gmail.com>
* tests/grid.test: