diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-03-14 01:59:04 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-03-14 01:59:04 (GMT) |
commit | 070a64ed58d46b2ac2c07598858f26100109cbb1 (patch) | |
tree | a2a5797a97d61b64b018396390e7a8a18f2a060b /ChangeLog | |
parent | 03889fc0315f8e0366434984d3290d734c74539b (diff) | |
download | tk-070a64ed58d46b2ac2c07598858f26100109cbb1.zip tk-070a64ed58d46b2ac2c07598858f26100109cbb1.tar.gz tk-070a64ed58d46b2ac2c07598858f26100109cbb1.tar.bz2 |
Correct the InvokeClientMessageHandlers logic. [Bug 1162356]
Also many style fixups to approach the Engineering Manual.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 11 insertions, 5 deletions
@@ -1,3 +1,9 @@ +2005-03-14 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> + + * generic/tkEvent.c (InvokeClientMessageHandlers): Ensure that + client messages are handled correctly. Thanks to George Petasis + for tracking this down. [Bug 1162356] + 2005-03-11 Jim Ingham <jingham@apple.com> * macosx/tkMacOSXButton.c (TkpDisplayButton): Set the port to @@ -6,8 +12,8 @@ Also, a little cleanup - move x & y into the branches where they are used, and don't compute the TextAnchor if we are using the native button text, since we aren't going to use it. - (TkMacOSXDrawControl): Call ShowControl & SetControlVisibility in a more - logical order. + (TkMacOSXDrawControl): Call ShowControl & SetControlVisibility in a + more logical order. * tkMacOSXInt.h: Add TkMacOSXGenerateFocusEvent. * tkMacOSXSubwindows.c (XDestroyWindow): We don't get Activate events @@ -21,9 +27,9 @@ 2005-03-10 Jim Ingham <jingham@apple.com> - * macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent): In - the inDrag section, set the GrafPort to the drag window's GrafPort - before doing LocalToGlobal. [Bug 1160025] + * macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent): In + the inDrag section, set the GrafPort to the drag window's GrafPort + before doing LocalToGlobal. [Bug 1160025] 2005-03-09 Jim Ingham <jingham@apple.com> |