aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorKaren Lease <klease@apache.org>2001-10-14 20:52:59 +0000
committerKaren Lease <klease@apache.org>2001-10-14 20:52:59 +0000
commitc801b81a52de1850c45b11986c13cee266e7e9b3 (patch)
treeb3979514c6e840d94b0b747b5ebd5de5c5473293 /CHANGES
parent10f1a6a4047c3f0ddc3e8ba69e4660d8cf907f83 (diff)
downloadxmlgraphics-fop-c801b81a52de1850c45b11986c13cee266e7e9b3.tar.gz
xmlgraphics-fop-c801b81a52de1850c45b11986c13cee266e7e9b3.zip
Update for my commits
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194512 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES17
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 61ac1a8db..06e6efdee 100644
--- 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