summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2002-02-19 16:30:26 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2002-02-19 16:30:26 (GMT)
commitc2ff4f3295816505cc6c8bc727bdb59a4600e9c6 (patch)
tree94062d3833d55e33029a21882fd4c015278d324d /ChangeLog
parentc7d9b8120ab7ba175c080cf1e27fddbbf8a72eb0 (diff)
downloadtk-c2ff4f3295816505cc6c8bc727bdb59a4600e9c6.zip
tk-c2ff4f3295816505cc6c8bc727bdb59a4600e9c6.tar.gz
tk-c2ff4f3295816505cc6c8bc727bdb59a4600e9c6.tar.bz2
Minor fixes as part of TIP#72 (and one just noticed in passing)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 22e0e83..6f9530d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2002-02-19 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+ * generic/tkImgPhoto.c (MatchFileFormat): Tcl_Seek takes
+ Tcl_WideInt offset (three places.)
+ * generic/tkImgPPM.c (FileReadPPM): Tcl_Seek takes Tcl_WideInt offset.
+ * generic/tkFrame.c (ConfigureFrame): Stop GCC warning.
+
* generic/tkImgGIF.c: Made file meet the formatting rules from the
Tcl Engineering Manual better; mostly differences in whitespace.