diff options
author | dgp <dgp@users.sourceforge.net> | 2002-01-31 04:42:00 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-01-31 04:42:00 (GMT) |
commit | 9ba6d7b21fed9e61a8e0bf74932aea176849a7f7 (patch) | |
tree | 691de834d4e19854148eed8466a875a120ea16a9 /ChangeLog | |
parent | 5310e9653a49ae3827c4149151c21fc9c5ce1c07 (diff) | |
download | tk-9ba6d7b21fed9e61a8e0bf74932aea176849a7f7.zip tk-9ba6d7b21fed9e61a8e0bf74932aea176849a7f7.tar.gz tk-9ba6d7b21fed9e61a8e0bf74932aea176849a7f7.tar.bz2 |
* The POTENTIAL INCOMPATIBILITY in the changing
interface of Tk_ParseArgv can now be removed by the -DUSE_NON_CONST
compiler flag.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2002-01-30 Don Porter <dgp@users.sourceforge.net> + + * generic/tk.decls: The POTENTIAL INCOMPATIBILITY in the changing + interface of Tk_ParseArgv can now be removed by the -DUSE_NON_CONST + compiler flag. + * generic/tkDecls.h: make genstubs + 2002-01-29 Andreas Kupries <andreas_kupries@users.sourceforge.net> * win/tkWinInit.c (TkpGetAppName): TIP 27 fixup. The code now does |