diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2001-08-15 15:44:35 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2001-08-15 15:44:35 (GMT) |
commit | 0494d6ea369901955402d84ce76a13ddc200957f (patch) | |
tree | e817d32e68064c76449930b08bb891ff654501b8 /ChangeLog | |
parent | fb862db0788d85c6d070781c2cad608e0a470a96 (diff) | |
download | tk-0494d6ea369901955402d84ce76a13ddc200957f.zip tk-0494d6ea369901955402d84ce76a13ddc200957f.tar.gz tk-0494d6ea369901955402d84ce76a13ddc200957f.tar.bz2 |
Register Tk's object types with Tcl (Tcl Bug 450545)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2001-08-14 Donal K. Fellows <fellowsd@cs.man.ac.uk> + + * generic/tk{Util,Font,Cursor,Color,Bitmap,3d}.c: Modified + objtype declarations so that they can be picked up in tkObj.c and + the names are now prefixed with "tk" too. + * generic/tkObj.c (TkRegisterObjTypes): + * generic/tkWindow.c (Initialize): + * generic/tkInt.h: Added code to register Tk's object types with + the Tcl runtime. [Tcl Bug 450545] + 2001-08-12 Mo DeJong <mdejong@redhat.com> * unix/configure: Regen. |