diff options
author | hobbs <hobbs> | 2002-09-09 23:52:17 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-09-09 23:52:17 (GMT) |
commit | 19818bb173266c0b02a5132db2f8257598c3e05b (patch) | |
tree | 6504adf7ea1a1289aa69b981ca15e6c86ce98cd3 | |
parent | 958042034bbbe215fbb0915cf6c07b9914923724 (diff) | |
download | tk-19818bb173266c0b02a5132db2f8257598c3e05b.zip tk-19818bb173266c0b02a5132db2f8257598c3e05b.tar.gz tk-19818bb173266c0b02a5132db2f8257598c3e05b.tar.bz2 |
see changelog
-rw-r--r-- | ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -1,3 +1,29 @@ +2002-09-10 Jeff Hobbs <jeffh@ActiveState.com> + + *** 8.4.0 TAGGED FOR RELEASE *** + +2002-09-09 Jeff Hobbs <jeffh@ActiveState.com> + + * library/tk.tcl: use command instead of control on Aqua bindings. + Force dialogs to appear below fixed native Mac menubar. + * macosx/tkMacOSXKeyEvent.c: + * macosx/tkMacOSXKeyboard.c: Keypress/release events for pure + modifier keys were not being passed to Tk. + Deadkey presses were inserting null characters into text windows. + Now they do nothing. (Still not ideal, but better than before!) + * macosx/tkMacOSXMenu.c: Allow more than 200 menus to exist - + increased to 2000. + * macosx/tkMacOSXMouseEvent.c: Bad interactions between floating + windows and ordinary ones. Ensure that local<->global coordinate + transformations are wrt to the correct window. + * macosx/tkMacOSXWm.c: Better error msg for 'wm attributes'. + Remove crash in 'wm transient'. + Add 'noActivates' and 'noUpdates' flags to unsupported command. + [Patch #606658] (darley) + + * library/xmfbox.tcl (::tk::MotifFDialog_ActivateSEnt): corrected + msgcat code with XPG specifier. [Patch #606719] (miller) + 2002-09-06 Don Porter <dgp@users.sf.net> * tests/unixWm.test (unixWm-50.3): Constrained test that hangs |