/[classpath]/classpath/ChangeLog
ViewVC logotype

Diff of /classpath/ChangeLog

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

revision 1.5597 by wbaer, Tue Nov 15 16:16:27 2005 UTC revision 1.5598 by abalkiss, Tue Nov 15 19:45:37 2005 UTC
# Line 1  Line 1 
1    2005-11-14  Anthony Balkissoon  <abalkiss@redhat.com>
2    
3            * javax/swing/text/AbstractDocument.java:
4            (remove): Do not set up an ElementEdit here, this is done in the
5            Document implementation's removeUpdate method.
6            * javax/swing/text/PlainDocument.java:
7            (insertUpdate): Do not call reindex, instead, reindex the lines here
8            directly but only starting from the offset of the newly inserted text.
9            Also, if entire lines have been added or removed, set up an ElementEdit
10            and add it to the DocumentEvent.  Chain BadLocationException to an
11            AssertionError and throw it in the unexpected case.
12            (removeUpdate): If entire lines have been added or removed, set up an
13            ElementEdit and add it to the DocumentEvent.  Chain
14            BadLocationException to an AssertionError and throw it in the
15            unexpected case.
16    
17  2005-11-15  Wolfgang Baer  <WBaer@gmx.de>  2005-11-15  Wolfgang Baer  <WBaer@gmx.de>
18    
19          * javax/print/attribute/DateTimeSyntax.java,          * javax/print/attribute/DateTimeSyntax.java,

Legend:
Removed from v.1.5597  
changed lines
  Added in v.1.5598

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