summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2006-12-04 21:12:18 +0000
committerMark Wielaard <mark@klomp.org>2006-12-04 21:12:18 +0000
commitcc6d9880bd328919a440874cc15a3bc98f45ee99 (patch)
tree8d9707877b7b3e0574c8f4c6268c37f5e6671f71
parent18bab1c3f726a6384dcc8501c6b19887bccf33f0 (diff)
downloadclasspath-cc6d9880bd328919a440874cc15a3bc98f45ee99.tar.gz
* gnu/java/awt/peer/gtk/GtkComponentPeer.java (paintArea): Renamed
to currentPaintArea. (paintComponent): Work with local reference to currentPaintArea. (updateComponent): Likewise. (coalescePaintEvent): Set currentPaintArea.
-rw-r--r--ChangeLog125
1 files changed, 0 insertions, 125 deletions
diff --git a/ChangeLog b/ChangeLog
index 133ad9c4b..eaf387726 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,124 +1,3 @@
-2006-12-04 Mark Wielaard <mark@klomp.org>
-
- * javax/swing/text/html/CSS.java (parseMarginShorthand):
- Remove debug output.
-
-2006-12-04 Roman Kennke <kennke@aicas.com>
-
- * javax/swing/text/GlyphView.java
- (J2DGlyphPainter): New inner class.
- (checkPainter): For Java2D capable environments create
- a J2DGlyphPainter.
-
-2006-12-04 Roman Kennke <kennke@aicas.com>
-
- * gnu/java/awt/peer/gtk/FreetypeGlyphVector.java
- (FreeTypeGlyphVector): Don't filter control chars here.
- (getGlyphs): Filter control chars and replace them by
- hair space char.
-
-2006-12-04 Roman Kennke <kennke@aicas.com>
-
- * native/jni/java-nio/gnu_java_nio_VMChannel.c
- (Java_gnu_java_nio_VMChannel_connect): Retry on EINTR.
-
-2006-12-04 Roman Kennke <kennke@aicas.com>
-
- * java/awt/font/TextLayout.java
- (hitTestChar): Fixed conditions for inclusion of range.
- Use layout information in the run for more efficiency.
-
-2006-12-04 Andrew John Hughes <gnu_andrew@member.fsf.org>
-
- * gnu/java/lang/management/BeanImpl.java:
- (translate(String)): Don't assume the list uses "E",
- just use the first and only type variable.
- * java/lang/management/ManagementFactory.java:
- (getPlatformMBeanServer()): Register logging bean.
- * javax/management/openmbean/OpenType.java:
- (OpenType(String,String,String)): Actually use
- the string created to handle arrays.
-
-2006-12-04 Mark Wielaard <mark@klomp.org>
-
- * native/jni/java-nio/gnu_java_nio_VMChannel.c
- (JCL_thread_interrupted): Use CallStaticBooleanMethod.
-
-2006-12-04 Mark Wielaard <mark@klomp.org>
-
- * vm/reference/gnu/java/nio/VMChannel.java (isThreadInterrupted):
- Make static.
- * native/jni/java-nio/gnu_java_nio_VMChannel.c
- (JCL_thread_interrupted): Only take JNIEnv.
- (vm_channel_class): New static variable.
- (initID): Set vm_channel_class.
- Wrap all reads() and writes() in do-while blocks that check
- interrupted status.
-
-2006-12-04 Andrew John Hughes <gnu_andrew@member.fsf.org>
-
- * gnu/javax/management/Server.java:
- Make map final and initialise it.
- (unregisterMBean(ObjectName)): Match against
- delegate's object name and not the instance.
- * java/lang/management/ManagementFactory.java:
- Added constant fields.
- (getPlatformMBeanServer()): Implemented.
- * javax/management/MBeanServerFactory.java: New file.
-
-2006-12-04 Roman Kennke <kennke@aicas.com>
-
- * javax/swing/text/BoxView.java
- (paint): Replaced painting algorithm with more simple and more
- reliable painting of the box.
- * javax/swing/text/html/BlockView.java
- (PositionInfo): New inner class. Stores additional CSS positioning
- information.
- (positionInfo): New field.
- (BlockView): Initialize positionInfo field.
- (fetchLayoutInfo): New helper method. Fetches additional
- CSS positioning information.
- (layoutMajorAxis): Perform additional CSS layout.
- (layoutMinorAxis): Perform additional CSS layout.
- (positionView): New helper method.
- (replace): Overridden to fetch additional layout information.
- * javax/swing/text/html/CSS.java
- (Attribute.POSITION): New field.
- (Attribute.LEFT): New field.
- (Attribute.RIGHT): New field.
- (Attribute.TOP): New field.
- (Attribute.BOTTOM): New field.
- (getValue): Create Length for left, right, top and bottom
- attributes.
-
-2006-12-04 Roman Kennke <kennke@aicas.com>
-
- * gnu/javax/swing/text/html/parser/support/Parser.java
- (Sgml): Consume any whitespace that immediately follows
- and sgml insertion.
- (parseDocument): Consume any initial whitespace.
-
-2006-12-03 Mark Wielaard <mark@klomp.org>
-
- * java/util/logging/LogManager.java (getLevelProperty): Check
- whether value is null before passing to Level.parse().
-
-2006-12-03 Mark Wielaard <mark@klomp.org>
-
- * javax/swing/JEditorPane.java (PageLoader.in): Made a PageStream.
- (PageLoader.page): Made package local.
- (PageLoader.run): Don't reset loader.
- (PageLoader.cancel): New method.
- (loading): Renamed to loader.
- (getPage): Return loader.page.
- (setPage): Always set loader. Never reset to null.
-
-2006-12-03 Mark Wielaard <mark@klomp.org>
-
- * javax/swing/plaf/basic/BasicTreeUI.java (paint): Check whether
- path[k] is null.
- (isLastChild): Return false when path is null.
-
2006-12-03 Mark Wielaard <mark@klomp.org>
* gnu/java/awt/peer/gtk/GtkComponentPeer.java (paintArea): Renamed
@@ -127,10 +6,6 @@
(updateComponent): Likewise.
(coalescePaintEvent): Set currentPaintArea.
-2006-12-02 Andrew John Hughes <gnu_andrew@member.fsf.org>
-
- * javax/management/MBeanServerBuilder.java: New file.
-
2006-12-01 Mark Wielaard <mark@klomp.org>
* java/text/DecimalFormat.java (parse): Always increment parsing