diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-08-31 12:41:48 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-08-31 12:41:48 (GMT) |
commit | 3f2bd047306169e148056331830dfb214349fb71 (patch) | |
tree | 2b5a0b3cbfc5581e6d160bfd15c479799e692d07 /changes | |
parent | e60c6c5d7af1eb749f10bb6e36aefcf3e21c1e1d (diff) | |
parent | 31c2a87428c8648983c3500fc9dc48bfb99c873e (diff) | |
download | tk-3f2bd047306169e148056331830dfb214349fb71.zip tk-3f2bd047306169e148056331830dfb214349fb71.tar.gz tk-3f2bd047306169e148056331830dfb214349fb71.tar.bz2 |
merge trunk
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 65 |
1 files changed, 64 insertions, 1 deletions
@@ -6945,4 +6945,67 @@ and -to (porter) 2011-10-25 (bug fix)[3410609] AltGr keysyms on Swiss keyboard (tasser,kenny) ---- Released 8.6b3, November 20, 2011 --- See ChangeLog for details --- +2011-11-17 (bug fix)[3437816] return code of [canvas lower] (hirner,ferrieux) + +2011-12-22 (bug fix)[3235256] correct menu failure on Windows (mcdonald) + +2012-01-19 (bug fix)[3021557] cursor freeze in elided text (vogel) + +2012-01-22 (bug fix)[3476698] hang in [text mark prev/next] (vogel) + +2012-01-25 (bug fix)[3475627] Stop text-31.11 failure (vogel) + +2012-01-25 (bug fix)[1630271] hang/crash on mark before -startline (vogel) + +2012-01-26 (bug fix)[1754043,2321450] -blockcursor appearance (vogel) + +2012-01-27 (bug fix)[3480471] crash in [tk_getOpenFile] (nijtmans) + +2012-01-29 (bug fix)[3480634] PNG image in menus (nijtmans) + +2012-01-30 (bug fix)[2925561] disabled combobox don't take focus (english) + +2012-02-10 (bug fix) win dialog avoid shimmer that confuses Python (fellows) + +2012-02-15 (bug fix)[3486474] Correct color scaling (goth,nijtmans) + +2012-02-28 (bug fix)[1630262,1615425] [text] crash tags & -*line (vogel) + +2012-03-07 (bug fix)[3497848] consistent pixel rounding (fassel,fellows) + +2012-03-18 (enhancement)[3503317] XParseColor speedup (nijtmans) + +2012-04-07 (bug fix)[3176239] control-Mousewheel crash (couch,nijtmans) + +2012-04-22 (bug fix)[3520202] <MouseWheel> %k,%K,%N for Python (deily,fellows) + +2012-05-02 (bug fix)[533519] multiscreen window placement (nijtmans) + +2012-05-04 (bug fix)[2768586] multiscreen menu posting (nijtmans) + +2012-05-28 (bug fix)[1630254] text peer update on -startline reset (baker,vogel) + +2012-06-11 (bug fix)[3294450] ttk text element clipping (oehlmann,fellows) + +2012-07-02 (bug fix) Make sure all index tables are static (kirkham,english) + +2012-07-23 (bug fix)[3546073] DisplayString() -> DefaultDisplay() (english) + +2012-08-11 (bug fix)[3554273] text elide and tags (vogel) + +2012-08-15 (enhancement)[3555324] Win:Ctrl-A now means Select-All (nijtmans) + *** POTENTIAL INCOMPATIBILITY *** + +2012-08-22 (new feature)[TIP 403] Use Web color definitions (nijtmans) + *** POTENTIAL INCOMPATIBILITY *** + +2012-08-23 (enhancement)[3555644] better use of virtual events (nijtmans) + *** POTENTIAL INCOMPATIBILITY *** + +2012-08-24 (bug fix)[3558535] file dialog filtering (fellows) + +2012-08-25 (bug fix)[3554026,3561016] crash with tearoff menus (gavilan) + +Many revisions to better support a Cygwin environment (nijtmans) + +--- Released 8.6b3, September 7, 2012 --- See ChangeLog for details --- |