chrisg      02/02/18 10:27:36

  Modified:    .        Tag: fop-0_20_2-maintain CHANGES README STATUS
  Log:
  added changes, committer list
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.10.2.7  +45 -3     xml-fop/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/xml-fop/CHANGES,v
  retrieving revision 1.10.2.6
  retrieving revision 1.10.2.7
  diff -u -r1.10.2.6 -r1.10.2.7
  --- CHANGES   10 Dec 2001 18:58:23 -0000      1.10.2.6
  +++ CHANGES   18 Feb 2002 18:27:36 -0000      1.10.2.7
  @@ -13,9 +13,16 @@
     PDF Renderer (Tore Engvig)
   - fixed bug in TTFReader (unsigned lsb changed to signed) 
     Submitted by: Cristi Ruja, [EMAIL PROTECTED]
  -- Added Polish Hyphenation based on TeX hypenation
  -  Submitted by: Marcin Kuthan [[EMAIL PROTECTED]]
  -  
  +- fixed threading problem (Keiron Liddle)
  +- Formatting results patch to enable embedders to obtain info from render doc
  +  Submitted by:      Jeremias Maerki <[EMAIL PROTECTED]>
  +- Better handling of missing markers (Keiron Liddle)
  +- jimi.jar removed for removed for license reasons
  +- Added "Printing from a servlet" example
  +  Submitted by:      Ralph LaChance <[EMAIL PROTECTED]>
  +- Proper use of font encodings for "native" fonts
  +  Submitted by: Peter S. Housel ([EMAIL PROTECTED]) and Rainer Garus 
([EMAIL PROTECTED])
  +
   *** Tables
   - Implement the proportional-column-width() function in table-column and
   make it possible to specify table width (or inline-progression-dimension)
  @@ -23,14 +30,21 @@
   - 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)
  +- Fix for infinite loops with table keeps (Christian Geisert)
   
   *** Datatypes
   - Rearrange the Length class hierarchy as part of the table-column proportional
   width work. (Karen Lease)
   
  +*** Functions
  +- make sure label-end() value gets calculated
  +  (fix for bug #6094, endless loop while processing list-item-label))
  +
   *** Areas
   - Fix BlockArea to account for padding and border when calculating space
   remaining for content. (Karen Lease)
  +- Improved line breaking for japanese
  +  Submitted by:      Satoshi Ishigami <[EMAIL PROTECTED]>
   
   *** Properties
   - Changed "master-name" to "master-reference" on fo:page-sequence, 
  @@ -42,6 +56,9 @@
   - Add support for inline-progression-dimension and table-layout. (Karen)
   - Add support for letter-spacing.
     Submitted by: Raymond Penners <[EMAIL PROTECTED]>
  +- text-decoration support for blocks (Christian Geisert)
  +- Added inheritance for the text-decoration property from parent inline or
  +  block elements (Christian Geisert)
   
   *** SVG
   - updated to cvs batik 3/12/2001 for api changes
  @@ -56,6 +73,31 @@
   *** FOTreeBuilder
   - fixed npe problem when text outside root element
   - handles document errors and unknown namespace better
  +
  +*** AWTRenderer
  +- Fixed small border problem
  +  Submitted by:      Ralph LaChance <[EMAIL PROTECTED]>
  +- Improved i18n support for AWT viewer (Japanese dialogs)
  +  Submitted by: Satoshi Ishigami ([EMAIL PROTECTED])
  +
  +
  +*** TXTRenderer
  +- Generated text is written in UTF-8 encoding instead of ISO-8859-1
  +
  +*** MIFRenderer
  +- MIF output strings escaping (see bug #1332)
  +  Submitted by: Vicente Salvador ([EMAIL PROTECTED])
  +- Fixed NoSuchElementException in MIF renderer (Christian Geisert)
  +
  +*** Hyphenation
  +- Added Polish Hyphenation based on TeX hypenation
  +  Submitted by: Marcin Kuthan [[EMAIL PROTECTED]]
  +- Fixed infinite loop with hyphenation
  +  Submitted by:      Enrico Schnepel <[EMAIL PROTECTED]>
  +- Added greek Hyphenation
  +  Submitted by:      Dimitris Kamenopoulos <[EMAIL PROTECTED]>
  +- Added hungarian Hyphenation
  +  Submitted by:      Simon Geza <[EMAIL PROTECTED]>
   
   ==============================================================================
   Done since 0.20 release
  
  
  
  1.14.4.1  +3 -1      xml-fop/README
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/xml-fop/README,v
  retrieving revision 1.14
  retrieving revision 1.14.4.1
  diff -u -r1.14 -r1.14.4.1
  --- README    23 Feb 2001 08:29:13 -0000      1.14
  +++ README    18 Feb 2002 18:27:36 -0000      1.14.4.1
  @@ -3,7 +3,7 @@
       What is FOP?
       FOP is the world's first print formatter driven by XSL formatting
       objects. It is a Java application that reads a formatting object
  -    tree conforming to the XSL candidate release (21. November 2000) and 
  +    tree conforming to the XSL-FO Version 1.0 W3C Recommendation and 
       then turns it into a PDF document or allows you to preview it 
       directly on screen. 
       
  @@ -21,6 +21,8 @@
   
       Discussion of Fop takes place in [EMAIL PROTECTED] (subscribe at 
       [EMAIL PROTECTED])
  +    User questions should be sent to [EMAIL PROTECTED]
  +    Archives are available at: http://marc.theaimsgroup.com
   
       Before you post any questions, please have a look at the FAQ at 
       http://www.owal.co.uk:8090/asf/servlet/asf/
  
  
  
  1.47.2.1  +5 -2      xml-fop/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/xml-fop/STATUS,v
  retrieving revision 1.47
  retrieving revision 1.47.2.1
  diff -u -r1.47 -r1.47.2.1
  --- STATUS    22 May 2001 14:16:58 -0000      1.47
  +++ STATUS    18 Feb 2002 18:27:36 -0000      1.47.2.1
  @@ -4,7 +4,10 @@
   James Tauber (started it all and wrote most of the code) 
   
   Kelly Campbell
  -Steven Coffman 
  +Steven Coffman
  +Bertrand Delacretaz
  +Tore Engvig
  +Christian Geisert
   Stanislav Gorkhover
   Fotis Jannidis 
   Karen Lease
  @@ -12,7 +15,7 @@
   Jordan Naftolin
   Eric Schaeffer 
   Jon Smirl 
  -
  +Art Welch
   
   **** THINGS WORKED ON ***** 
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to