summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog37
1 files changed, 28 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 994ba62..5360007 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,16 +1,35 @@
-2012-02-?? Francois Vogel <fvogelnew1@free.fr>
+2012-02-28 Francois Vogel <fvogelnew1@free.fr>
- * generic/tkText.c: [Bug-3487407]: Weird text indices.
- * generic/tkTextDisp.c
- * generic/tkTextMark.c
+ * generic/tkText.c: [Bug-1630262], [Bug-1615425]: segfault
+ * generic/tkTextBTree.c when deleting lines or tagging outside of
+ * generic/tkTextDisp.c the -startline/-endline range with peer
+ * generic/tkTextMark.c text widgets.
+ * tests/text.test [Bug-3487407]: Weird text indices.
* tests/textMark.test
-2012-02-?? Francois Vogel <fvogelnew1@free.fr>
+2012-02-28 Donal K. Fellows <dkf@users.sf.net>
- * generic/tkText.c: [Bug-1630262] and [Bug-1615425]: segfault
- * generic/tkTextBTree.c when deleting lines or tagging outside of
- * generic/tkTextDisp.c the -startline/-endline range with peer
- * tests/text.test text widgets.
+ * doc/canvas.n: [Bug 3495198]: Corrected types of bitmap options.
+
+2012-02-26 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * xlib/xcolors.c: Provide fallback for _strtoi64
+ * win/configure.in: Detect whether _strtoi64 is available
+ * win/configure: (regenerated)
+
+2012-02-15 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * xlib/xcolors.c: [Bug 3486474]: Inconsistent color scaling
+ * generic/tkColor.c: new internal function TkParseColor
+ * generic/tkInt.h:
+ * generic/tk*.c: Change XParseColor() to TkParseColor() everywhere.
+
+2012-02-10 Donal K. Fellows <dkf@users.sf.net>
+
+ * win/tkWinDialog.c (GetFileNameW): Ensure that we do not convert a
+ result list to a string inadvertently, as this causes problems with
+ Tkinter's handling of multiple filename results. Issue was reported
+ via StackOverflow: http://stackoverflow.com/q/9227859/301832
2012-01-29 Jan Nijtmans <nijtmans@users.sf.net>