summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2009-01-06 21:58:15 (GMT)
committernijtmans <nijtmans>2009-01-06 21:58:15 (GMT)
commit201429e710c7c59022b3773a0368171bf3475eb6 (patch)
tree1a968bb5892ca2303852db486e841748082bebb9 /ChangeLog
parent647d64253b5c0c4ad94711d033771789bbc6bc6c (diff)
downloadtk-201429e710c7c59022b3773a0368171bf3475eb6.zip
tk-201429e710c7c59022b3773a0368171bf3475eb6.tar.gz
tk-201429e710c7c59022b3773a0368171bf3475eb6.tar.bz2
A few const -> CONST86 modifications, improving
backwards compatibility. Change Tk_ItemIndexProc and Tk_ItemInsertProc signature to have a Tcl_Obj parameter in stead of a string parameter. This is binary and source compatible with previous API, it just prevents the need for a type cast in the Tk_ItemType table construction. Bring doc in line with API.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dcfc8c7..270d415 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2009-01-06 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * generic/tk.h: A few const -> CONST86 modifications, improving
+ * generic/tkCanvas.c: backwards compatibility. Change Tk_ItemIndexProc
+ * generic/tkCanvLine.c: and Tk_ItemInsertProc signature to have a Tcl_Obj parameter
+ * generic/tkCanvPoly.c: in stead of a string parameter. This is binary
+ * generic/tkCanvText.c: and source compatible with previous API, it just prevents
+ * doc/CrtItemType.3: the need for a type cast in the Tk_ItemType table construction.
+ * doc/Clipboard.3: Bring doc in line with API
+ * doc/ConfigWidg.3:
+ * doc/ParseArgv.3:
+
2009-01-06 Donal K. Fellows <dkf@users.sf.net>
* generic/tkImgPhoto.c (Tk_PhotoPutBlock): Optimize a common case for