CVSROOT: /cvsroot/classpath
Module name: classpath
Branch:
Changes by: Lillian Angel <[EMAIL PROTECTED]> 06/05/17 19:28:22
Modified files:
. : ChangeLog
java/awt/font : ImageGraphicAttribute.java
javax/swing/text/html: HTMLDocument.java
Log message:
2006-05-17 Lillian Angel <[EMAIL PROTECTED]>
* java/awt/font/ImageGraphicAttribute.java:
Documented entire class.
(ImageGraphicAttribute): Changed to call this.
(ImageGraphicAttribute): Implemented.
(draw): Implemented.
(equals): Implemented.
(getAdvance): Implemented.
(getAscent): Implemented.
(getBounds): Implemented.
(getDescent): Implemented.
(hashCode): Implemented.
* javax/swing/text/html/HTMLDocument.java
(create): Removed. Sufficent enough for
super to be called.
(insert): Likewise.
(insertUpdate): Likewise.
(processHTMLFrameHyperlinkEvent): Marked as stub.
(start): Removed FIXME.
(end): Likewise.
(start): Called super.
(end): Called super.
(getElement): removed unneeded code.
(setParagraphAttribute): Removed. Sufficent enough
for super to be called.
(fireChangedUpdate): Likewise.
(fireUndoableEditUpdate): Likewise.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.7462&tr2=1.7463&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/java/awt/font/ImageGraphicAttribute.java.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/javax/swing/text/html/HTMLDocument.java.diff?tr1=1.29&tr2=1.30&r1=text&r2=text