diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-08-15 13:58:25 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-08-15 13:58:25 (GMT) |
commit | 497629b55b3c15f1a7464c8d15db8aca0bb3cd7d (patch) | |
tree | 598e95a7c78bb071b4a1647df9aa5630d891d9b4 /ChangeLog | |
parent | e6aac5ccc80d9f75e8b1e7fb71090eba0329c39d (diff) | |
download | tk-497629b55b3c15f1a7464c8d15db8aca0bb3cd7d.zip tk-497629b55b3c15f1a7464c8d15db8aca0bb3cd7d.tar.gz tk-497629b55b3c15f1a7464c8d15db8aca0bb3cd7d.tar.bz2 |
changelog entry for previous commit
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ * win/rules.vc: For msvcrt static builds, allow to link against libraries where the 'x' is missing (generated by Makefile.in). * win/makefile.vc: Always compile Tk with -DUSE_TCL_STUBS, formatting. + * library/tk.tcl: [Frq 3555324]: On Windows, re-define Ctrl-A for + Select-All., as most Windows applications do. 2012-08-11 Jan Nijtmans <nijtmans@users.sf.net> |