]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Update for my commits
authorKaren Lease <klease@apache.org>
Sun, 14 Oct 2001 20:52:59 +0000 (20:52 +0000)
committerKaren Lease <klease@apache.org>
Sun, 14 Oct 2001 20:52:59 +0000 (20:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194512 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 61ac1a8db3106bd4bcfe847d10d97a31c3c71943..06e6efdee96f932620ae6e92007d040ee165ced8 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,21 @@
 ==============================================================================
+Done since 0.20.2 release
+*** Tables
+- Implement the proportional-column-width() function in table-column and
+make it possible to specify table width (or inline-progression-dimension)
+using percentage values. (Karen Lease)
+- Fix a bug causing strange layout when a cell containing a nested table
+was laid out again because another cell in the same row was split (David
+Dixon's example). (Karen Lease)
+*** Datatypes
+- Rearrange the Length class hierarchy as part of the table-column proportional
+width work. (Karen Lease)
+*** Areas
+- Fix BlockArea to account for padding and border when calculating space
+remaining for content. (Karen Lease)
+*** Properties
+- Add support for inline-progression-dimension and table-layout. (Karen)
+==============================================================================
 Done since 0.20 release
 
 *** General