/[classpath]/classpath/ChangeLog
ViewVC logotype

Diff of /classpath/ChangeLog

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

revision 1.5228 by rabbit78, Fri Oct 14 15:17:26 2005 UTC revision 1.5229 by abalkiss, Fri Oct 14 17:21:20 2005 UTC
# Line 1  Line 1 
1    2005-10-14  Anthony Balkissoon  <abalkiss@redhat.com>
2    
3            * javax/swing/text/DefaultCaret.java:
4            (ALWAYS_UPDATE): New field.
5            (NEVER_UPDATE): New field.
6            (UPDATE_WHEN_ON_EDIT): New field.
7            (insertUpdate): Fixed docs.  Only update the dot if the policy is
8            ALWAYS_UPDATE or if the policy is UPDATE_WHEN_ON_EDT and the event
9            was generated on the Event Dispatch thread.
10            (removeUpdate): Fixed docs.  Only update the dot if the policy is
11            ALWAYS_UPDATE, if the policy is UPDATE_WHEN_ON_EDT and the event was
12            generated on the Event Dispatch thread, or if the document length
13            has become less than the current dot position.
14            (setUpdatePolicy): New method.
15            (getUpdatePolicy): New method.
16            
17  2005-10-14  Roman Kennke  <kennke@aicas.com>  2005-10-14  Roman Kennke  <kennke@aicas.com>
18    
19          * javax/swing/BoxLayout.java          * javax/swing/BoxLayout.java

Legend:
Removed from v.1.5228  
changed lines
  Added in v.1.5229

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