summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-05-03 12:06:13 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-05-03 12:06:13 (GMT)
commitacbf3eb1a82fc50625218b174d1fb42bbc5c5596 (patch)
treecb35a6dd06a01a56bda46a495c0c67daa2260ff0 /ChangeLog
parentdc1a97a60a5eb33bbfc2c54824ce9d4cb50078db (diff)
downloadtk-acbf3eb1a82fc50625218b174d1fb42bbc5c5596.zip
tk-acbf3eb1a82fc50625218b174d1fb42bbc5c5596.tar.gz
tk-acbf3eb1a82fc50625218b174d1fb42bbc5c5596.tar.bz2
* library/button.tcl (CheckInvoke, CheckEnter): [Patch 1530276 redux]:
Apply a bit more care to ensure that things continue to work correctly even when there is no -selectcolor defined.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog59
1 files changed, 33 insertions, 26 deletions
diff --git a/ChangeLog b/ChangeLog
index 749540b..62b0fa0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,17 @@
+2010-05-03 Donal K. Fellows <dkf@users.sf.net>
+
+ * library/button.tcl (CheckInvoke, CheckEnter): [Patch 1530276 redux]:
+ Apply a bit more care to ensure that things continue to work correctly
+ even when there is no -selectcolor defined.
+
2010-04-19 Jan Nijtmans <nijtmans@users.sf.net>
- * win/tkWinPort.h Fix [Patch 2986105]: conditionally defining
+ * win/tkWinPort.h: Fix [Patch 2986105]: conditionally defining
strcasecmp/strncasecmp
- * win/tkWinDialog.c Fix [Bug 2987995]: Tk_GetOpenFile returns garbage
+ * win/tkWinDialog.c: Fix [Bug 2987995]: Tk_GetOpenFile returns garbage
under described circumstances, minor formatting.
- * win/tkWinDialog.c [Patch 2898255]: Filenames limit with Tk_GetFileName()
+ * win/tkWinDialog.c: [Patch 2898255]: Filenames limit with
+ Tk_GetFileName().
Assure modern style dialogs where available
2010-03-12 Jan Nijtmans <nijtmans@users.sf.net>
@@ -47,8 +54,8 @@
2010-02-19 Stuart Cassoff <stwo@users.sourceforge.net>
- * tcl.m4: Correct compiler/linker flags
- for threaded builds on OpenBSD.
+ * tcl.m4: Correct compiler/linker flags for threaded builds on
+ OpenBSD.
* configure: (regenerated).
2010-02-17 Joe English <jenglish@users.sourceforge.net>
@@ -59,22 +66,22 @@
2010-02-16 Jan Nijtmans <nijtmans@users.sf.net>
- * unix/tkUnixWm.c make TkSetTransientFor static
+ * unix/tkUnixWm.c: Make TkSetTransientFor static
2010-02-07 Jan Nijtmans <nijtmans@users.sf.net>
- * generic/ttk/ttkGenStubs.tcl Backport various formatting (spacing)
- * generic/ttk/ttk.decls changes from HEAD, so diffing
- * generic/ttk/ttkDecls.h between 8.5.x and 8.6 shows the
- * generic/tk*.decls real structural differences again.
- * generic/tk*Decls.h (any signature change not backported!)
+ * generic/ttk/ttkGenStubs.tcl: Backport various formatting (spacing)
+ * generic/ttk/ttk.decls: changes from HEAD, so diffing
+ * generic/ttk/ttkDecls.h: between 8.5.x and 8.6 shows the
+ * generic/tk*.decls: real structural differences again.
+ * generic/tk*Decls.h: (any signature change not backported!)
2010-01-29 Jan Nijtmans <nijtmans@users.sf.net>
- * generic/tkBind.c Fix various gcc-4.4 warnings, all
- * generic/tkListbox.c backported from HEAD.
- * generic/tkText.c
- * generic/ttk/ttkInit.c
+ * generic/tkBind.c: Fix various gcc-4.4 warnings, all
+ * generic/tkListbox.c: backported from HEAD.
+ * generic/tkText.c:
+ * generic/ttk/ttkInit.c:
2010-01-20 Pat Thoyts <patthoyts@users.sourceforge.net>
@@ -105,12 +112,12 @@
* library/obsolete.tcl: the .help menu on X11.
* unix/tkUnixMenu.c:
- * library/menu.tcl: [TIP 360] Make Tk menu activation
+ * library/menu.tcl: [TIP 360]: Make Tk menu activation
* library/obsolete.tcl: follow mouse movements.
2010-01-08 Pat Thoyts <patthoyts@users.sourceforge.net>
- * doc/photo.n: [Bug 2927569] Multiple edits have peverted the
+ * doc/photo.n: [Bug 2927569]: Multiple edits have peverted the
original meaning of the phrase 'image file data' to reference
a filename option that does not exist.
@@ -122,13 +129,13 @@
2010-01-06 Jan Nijtmans <nijtmans@users.sf.net>
- * unix/tcl.m4 Sync with Tcl version
- * unix/configure (regenerated)
- * unix/Makefile.in
- * unix/.cvsignore
- * generic/default.h Trivial CYGWIN fixes
- * generic/tkWindow.c
- * doc/.cvsignore
+ * unix/tcl.m4: Sync with Tcl version
+ * unix/configure: (regenerated)
+ * unix/Makefile.in:
+ * unix/.cvsignore:
+ * generic/default.h: Trivial CYGWIN fixes
+ * generic/tkWindow.c:
+ * doc/.cvsignore:
2010-01-06 Donal K. Fellows <dkf@users.sf.net>
@@ -529,8 +536,8 @@
2009-06-27 Jan Nijtmans <nijtmans@users.sf.net>
* generic/tkInt.decls (Tk(Orient|Smooth)(Parse|Print)Proc):
- Backport [Bug 2804935]: Expose these functions through
- the internal stub table as they are useful to existing third-party code.
+ Backport [Bug 2804935]: Expose these functions through the internal
+ stub table as they are useful to existing third-party code.
2009-06-23 Jan Nijtmans <nijtmans@users.sf.net>