/[classpath]/classpath/ChangeLog
ViewVC logotype

Diff of /classpath/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4249 by abalkiss, Tue Jul 26 19:14:00 2005 UTC revision 1.4250 by abalkiss, Tue Jul 26 20:19:46 2005 UTC
# Line 1  Line 1 
1  2005-07-26  Anthony Balkissoon  <abalkiss@redhat.com>  2005-07-26  Anthony Balkissoon  <abalkiss@redhat.com>
2    
3          * javax/swing/plaf/basic/BasicTableUI.java:          * javax/swing/plaf/basic/BasicTableUI.java:
4            (KeyHandler.keyPressed): Replaced calls to KeyEvent.isShiftDown() and
5            isControlDown() with mask comparisons of KeyEvent.getModifiers() and
6            InputEvent.SHIFT_MASK and CTRL_MASK.  This makes it easier to ignore
7            invalid modifiers.
8    
9    2005-07-26  Anthony Balkissoon  <abalkiss@redhat.com>
10    
11            * javax/swing/plaf/basic/BasicTableUI.java:
12          (KeyHandler.keyPressed): Implemented CTRL-SPACE key action.          (KeyHandler.keyPressed): Implemented CTRL-SPACE key action.
13    
14  2005-07-26  Tom Tromey  <tromey@redhat.com>  2005-07-26  Tom Tromey  <tromey@redhat.com>

Legend:
Removed from v.1.4249  
changed lines
  Added in v.1.4250

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26