/[classpath]/classpath/ChangeLog
ViewVC logotype

Diff of /classpath/ChangeLog

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

revision 1.5067 by langel, Fri Sep 30 19:13:21 2005 UTC revision 1.5068 by rabbit78, Fri Sep 30 19:54:17 2005 UTC
# Line 1  Line 1 
1    2005-09-30  Roman Kennke  <kennke@aicas.com>
2    
3            * javax/swing/JTextPane.java
4            (replaceSelection): Don't update the caret position here.
5            * javax/swing/plaf/basic/BasicTextUI.java
6            (DocumentHandler.insertUpdate): Likewise.
7            (DocumentHandler.removeUpdate): Likewise.
8            * javax/swing/text/DefaultCaret.java
9            (DocumentHandler): New inner class. Handles caret position updates.
10            (PropertyChangeHandler): New inner class. (Un)installs document
11            listener when the text component's document changes.
12            (install): Install the new listeners on the text component.
13            (deinstall): Deinstall the new listeners on the text component.
14            * javax/swing/text/DefaultEditorKit.java
15            (DefaultKeyTypedAction.actionPerformed): Don't update the caret
16            position here.
17    
18  2005-09-30  Lillian Angel  <langel@redhat.com>  2005-09-30  Lillian Angel  <langel@redhat.com>
19    
20          * javax/swing/AbstractButton.java          * javax/swing/AbstractButton.java

Legend:
Removed from v.1.5067  
changed lines
  Added in v.1.5068

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