diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-08-22 23:22:08 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-08-22 23:22:08 (GMT) |
commit | 2b1528e9dbc860a6f5cba6321ac0b0f03f156bdd (patch) | |
tree | 919c02da259795677c98eac0327da8ce4b8c96b9 /ChangeLog | |
parent | a2541b75b88d75bac86b6e83010fabb6cdffb912 (diff) | |
download | tk-2b1528e9dbc860a6f5cba6321ac0b0f03f156bdd.zip tk-2b1528e9dbc860a6f5cba6321ac0b0f03f156bdd.tar.gz tk-2b1528e9dbc860a6f5cba6321ac0b0f03f156bdd.tar.bz2 |
Corrections to TIP number; make recent TIP commits more visible in ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 65 |
1 files changed, 37 insertions, 28 deletions
@@ -1,30 +1,35 @@ 2012-08-22 Jan Nijtmans <nijtmans@users.sf.net> - * xlib/xcolors.c: [TIP 405]: Web Colors for Tk. New colors aqua, - * xlib/rgb.txt: crimson, fuchsia, indigo, lime, olive, silver - * unix/tkUnixColor.c: and teal. Modified RGB values for gray/grey, - * generic/tkInt.h: green, maroon and purple. + TIP #404 IMPLEMENTATION + + * xlib/xcolors.c: Web Colors for Tk. New colors aqua, crimson, + * xlib/rgb.txt: fuchsia, indigo, lime, olive, silver and teal. + * unix/tkUnixColor.c: Modified RGB values for gray/grey, green, + * generic/tkInt.h: maroon and purple. * generic/tkColor.c 2012-08-17 Jan Nijtmans <nijtmans@users.sf.net> - * win/nmakehlp.c: Add "-V<num>" option, in order to be able - to detect partial version numbers. + * win/nmakehlp.c: Add "-V<num>" option, in order to be able to detect + partial version numbers. 2012-08-15 Jan Nijtmans <nijtmans@users.sf.net> - * win/buildall.vc.bat: Only build the threaded builds by default - * win/rules.vc: For msvcrt static builds, allow to link - against libraries where the 'x' is missing (generated by Makefile.in). - * win/makefile.vc: Always compile Tk with -DUSE_TCL_STUBS, formatting. - * library/tk.tcl: [Frq 3555324]: On Windows, re-define Ctrl-A for - Select-All., as most Windows applications do. + * win/buildall.vc.bat: Only build the threaded builds by default + * win/rules.vc: For msvcrt static builds, allow to link + against libraries where the 'x' is missing + (generated by Makefile.in). + * win/makefile.vc: Always compile Tk with -DUSE_TCL_STUBS, + formatting. + * library/tk.tcl: [Frq 3555324]: On Windows, re-define Ctrl-A + for Select-All., as most Windows applications + do. 2012-08-11 Jan Nijtmans <nijtmans@users.sf.net> * library/*.tcl: [Bug 3555644]: Better use of virtual events. - Pre-define 10 new Virtual events, and correct various - bindings according to the Mac OSX documentation. + Pre-define 10 new Virtual events, and correct various bindings + according to the Mac OSX documentation. * win/rules.vc: Sync with tcl version of rules.vc 2012-08-11 Francois Vogel <fvogelnew1@free.fr> @@ -33,10 +38,10 @@ 2012-08-09 Stuart Cassoff <stwo@users.sourceforge.net> - * generic/tkEvent.c: Remove useless (void *) casts - * unix/tkUnixEvent.c: introduced in checkin [81e50c85ed]. - * unix/tkUnixKey.c: The warnings were false flags from a - * unix/tkUnixRFont.c: faulty OpenBSD C compiler. + * generic/tkEvent.c: Remove useless (void *) casts introduced in + * unix/tkUnixEvent.c: checkin [81e50c85ed]. The warnings were false + * unix/tkUnixKey.c: flags from a faulty OpenBSD C compiler. + * unix/tkUnixRFont.c: 2012-07-31 Donal K. Fellows <dkf@users.sf.net> @@ -1640,12 +1645,14 @@ 2010-01-19 Pat Thoyts <patthoyts@users.sourceforge.net> - * library/bgerror.tcl: [TIP 359]: Extended Window Manager Hints - * library/clrpick.tcl: following the freedesktop.org specification - * library/demos/widget: are now supported on X11 using a new - * library/dialog.tcl: wm attribute called '-type' - * library/msgbox.tcl: This feature is now used in the Tk library - * library/tkfbox.tcl: functions where appropriate. + TIP #359 IMPLEMENTATION + + * library/bgerror.tcl: Extended Window Manager Hints following the + * library/clrpick.tcl: freedesktop.org specification are now + * library/demos/widget: supported on X11 using a new [wm attribute] + * library/dialog.tcl: called '-type'. This feature is now used in + * library/msgbox.tcl: the Tk library functions where appropriate. + * library/tkfbox.tcl: * library/ttk/combobox.tcl: * tests/unixWm.test: * tests/wm.test: @@ -1733,12 +1740,14 @@ 2010-01-09 Pat Thoyts <patthoyts@users.sourceforge.net> - * doc/menu.n: [TIP 360]: Remove special handling of - * library/obsolete.tcl: the .help menu on X11. + TIP #360 IMPLEMENTATION + + * doc/menu.n: Remove special handling of the .help menu on + * library/obsolete.tcl: X11. * unix/tkUnixMenu.c: - * library/menu.tcl: [TIP 360]: Make Tk menu activation - * library/obsolete.tcl: follow mouse movements. + * library/menu.tcl: Make Tk menu activation follow mouse + * library/obsolete.tcl: movements. 2010-01-08 Pat Thoyts <patthoyts@users.sourceforge.net> |