/[classpath]/classpath/ChangeLog
ViewVC logotype

Diff of /classpath/ChangeLog

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

revision 1.4278 by audriusa, Thu Jul 28 14:38:11 2005 UTC revision 1.4279 by abalkiss, Thu Jul 28 15:34:33 2005 UTC
# Line 1  Line 1 
1    2005-07-28  Anthony Balkissoon  <abalkiss@redhat.com>
2    
3            * javax/swing/plaf/basic/BasicListUI.java:
4            (KeyHandler.keyPressed): Replaced calls to KeyEvent.isShiftDown() and
5            isControlDown() with comparisons of KeyEvent.getModifiers() and
6            InputEvent.SHIFT_MASK and CTRL_MASK.
7            (MouseInputHandler.mouseClicked): Reordered SHIFT and CTRL modifier
8            actions to correspond to JDK.  Note the JDK simply ignores other
9            modifiers so isShiftDown() and isControlDown() are okay for mouse
10            input.
11    
12  2005-07-27  Audrius Meskauskas  <AudriusA@Bioinformatics.org>  2005-07-27  Audrius Meskauskas  <AudriusA@Bioinformatics.org>
13    
14          * org/omg/DynamicAny/DynUnion.java,          * org/omg/DynamicAny/DynUnion.java,
# Line 17  Line 28 
28          org/omg/DynamicAny/DynStructOperations.java,          org/omg/DynamicAny/DynStructOperations.java,
29          org/omg/DynamicAny/DynStruct.java: New files.          org/omg/DynamicAny/DynStruct.java: New files.
30    
31  2005-07-27  Anthony Balkissoon  <abalkiss@redhat.com>  2005-07-28  Anthony Balkissoon  <abalkiss@redhat.com>
32    
33          * javax/swing/JViewport.java:          * javax/swing/JViewport.java:
34          (scrollRectToVisible): New method, overrides JComponent method as          (scrollRectToVisible): New method, overrides JComponent method as

Legend:
Removed from v.1.4278  
changed lines
  Added in v.1.4279

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