diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-04-11 07:53:01 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-04-11 07:53:01 (GMT) |
commit | b6a16b508597ad78096256d1b1d4d12ab31e11c0 (patch) | |
tree | 40e15244415cc31756d42b194314776d15bb4842 /ChangeLog | |
parent | e536b3536ed366b76ba05f7b6bbfddbba3127965 (diff) | |
download | tk-b6a16b508597ad78096256d1b1d4d12ab31e11c0.zip tk-b6a16b508597ad78096256d1b1d4d12ab31e11c0.tar.gz tk-b6a16b508597ad78096256d1b1d4d12ab31e11c0.tar.bz2 |
sync with Tcl version of tcl.m4
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,13 @@ +<<<<<<< BEGIN MERGE CONFLICT: original content first <<<<<<< +2011-03-29 Jan Nijtmans <nijtmans@users.sf.net> + + * generic/tk.decls: [Tcl Bug 3029891]: Functions that don't belong in + * generic/tkDecls.h: the stub table. Tk part follow-up: Separate non-stub + * generic/tkStubInit.c: entries in tkDecls.h, and hide away the obsolete + stub entries using macros. + +2011-03-28 Donal K. Fellows <dkf@users.sf.net> +======= original content above; conflict below ============= 2011-04-06 Jan Nijtmans <nijtmans@users.sf.net> * unix/tkAppInit.c: Make symbols "main" and "Tcl_AppInit" @@ -28,6 +38,7 @@ as a container. 2011-03-28 Donal K. Fellows <dkf@users.sf.net> +>>>>>>> END MERGE CONFLICT: conflict last >>>>>>>>>>>>>>>>>> * library/tk.tcl (::tk::FindAltKeyTarget): Make this handle the traversal of the logical window manager hierarchy correctly. Based on |