/[classpath]/classpath/ChangeLog
ViewVC logotype

Diff of /classpath/ChangeLog

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

revision 1.4762 by rschuster, Tue Sep 13 23:23:40 2005 UTC revision 1.4763 by rabbit78, Tue Sep 13 23:44:48 2005 UTC
# Line 1  Line 1 
1    2005-09-14  Roman Kennke  <kennke@aicas.com>
2    
3            * javax/swing/text/AbstractDocument.java
4            Bumped up serialVersionUIDs to JDK 1.5 compatibility.
5            (getContent): Made method final.
6            (AbstractElement.dumpElement): Removed superfluous private method.
7            (AbstractElement.dump): Made diagnostic output more speaking.
8            * javax/swing/text/BoxView.java
9            (paintChild): Don't allocate the child region here.
10            (paint): Allocate the child region here instead.
11            * javax/swing/text/ComponentView.java:
12            Added API doc comments.
13            * javax/swing/text/CompositeView.java
14            (getNextVisualPositionFrom): Declared to throw BadLocationException.
15            (getNextNorthSouthVisualPositionFrom): Likewise.
16            (getNextEastWestVisualPositionFrom): Likewise.
17            * javax/swing/text/DefaultCaret.java
18            Bumped up serialVersionUIDs to JDK 1.5 compatibility.
19            * javax/swing/text/DefaultEditorKit.java
20            Slight reformatting.
21            * javax/swing/text/DefaultFormatter.java
22            Bumped up serialVersionUIDs to JDK 1.5 compatibility.
23            * javax/swing/text/DefaultStyledEditorKit.java
24            (ElementBuffer.insertUpdate): Removed unneeded statement.
25            (ElementBuffer.insertStartTag): Attach a resolve parent to new
26            paragraph elements.
27            (createDefaultRoot): Attach a resolve parent to new paragraph
28            elements.
29            * javax/swing/text/InternationalFormatter.java
30            Bumped up serialVersionUIDs to JDK 1.5 compatibility.
31            * javax/swing/text/JTextComponent.java
32            Slight reformatting.
33            (paramString): Added TODO comment.
34            * javax/swing/text/SimpleAttributeSet.java
35            Bumped up serialVersionUIDs to JDK 1.5 compatibility.
36            (equals): Don't require object to be SimpleAttributeSet. Allows
37            comparing to all kinds of AttributeSets.
38            (isEqual): Likewise.
39            * javax/swing/text/StringContent.java
40            Bumped up serialVersionUIDs to JDK 1.5 compatibility.
41            * javax/swing/text/StyleConstants.java
42            (getBackground): Return white as default background instead of black.
43            * javax/swing/text/StyleConstext.java
44            Bumped up serialVersionUIDs to JDK 1.5 compatibility.
45            (SmallAttributeSet.equals):  Don't require object to be
46            SmallAttributeSet. Allows comparing to all kinds of AttributeSets.
47            * javax/swing/text/StyledEditorKit.java
48            Fixed some comments.
49            * javax/swing/text/TabSet.java
50            Bumped up serialVersionUIDs to JDK 1.5 compatibility.
51            * javax/swing/text/TabStop.java
52            Bumped up serialVersionUIDs to JDK 1.5 compatibility.
53            * javax/swing/text/View.java
54            Removed unneeded import.
55            
56  2005-09-14  Robert Schuster  <robertschuster@fsfe.org>  2005-09-14  Robert Schuster  <robertschuster@fsfe.org>
57    
58          * javax/swing/JOptionPane.java:          * javax/swing/JOptionPane.java:

Legend:
Removed from v.1.4762  
changed lines
  Added in v.1.4763

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