jeremias    2002/11/11 02:26:24

  Modified:    .        Tag: fop-0_20_2-maintain STATUS CHANGES
  Log:
  Updated committer list, todo for maint branch and changes (mine and Oleg's)
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.47.2.3  +27 -53    xml-fop/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/xml-fop/STATUS,v
  retrieving revision 1.47.2.2
  retrieving revision 1.47.2.3
  diff -u -r1.47.2.2 -r1.47.2.3
  --- STATUS    5 May 2002 15:49:50 -0000       1.47.2.2
  +++ STATUS    11 Nov 2002 10:26:24 -0000      1.47.2.3
  @@ -1,72 +1,46 @@
   **** COMMITTERS **** 
   
  -Arved Sandstrom (release coordinator) 
  -James Tauber (started it all and wrote most of the code) 
  +(in strict alphabetic order)
  +
  +Active committers
  +
  +Bertrand Delacretaz
  +Christian Geisert (release coordinator)
  +Karen Lease
  +Keiron Liddle
  +Jeremias Maerki
  +Joerg Pietschmann
  +Arved Sandstrom
  +Oleg Tkachenko
  +Peter B. West
  +
  +
  +Emeritus committers
  +(They have not committed anything for six months, and so are considered
  +to have retired from active duty. We wish them well and hope to see 
  +them return.)
   
   Kelly Campbell
   Steven Coffman
  -Bertrand Delacretaz
   Tore Engvig
  -Christian Geisert
   Stanislav Gorkhover
   Fotis Jannidis 
  -Karen Lease
  -Keiron Liddle
  -Jeremias Maerki
   Jordan Naftolin
  -Joerg Pietschmann
   Eric Schaeffer 
   Jon Smirl 
  +James Tauber (who started it all)
   Art Welch
  -Peter B. West
   
  -**** THINGS WORKED ON ***** 
   
  +**** THINGS WORKED ON ***** 
   
  -redesign/refactoring - layout [Karen Lease]
  -redesign/refactoring - page layout [Arved Sandstrom]
  -svg, testing [Keiron Liddle]
  +This is the FOP maintenance branch. We currently build releases from 
  +here but only bugfixing is done. FOP is currently being redesigned and 
  +all new functionality should go into the main branch.
   
  +- Bugfixing
   
   **** THINGS TO DO ****
   
  -
  -1)
  -The immediate list of things that need to be done. These include things
  -that may prevent other activity or could be done independantly.
  -
  -* Redesign of flow layout handling, breaks keeps, spacing etc.
  -* Redesign/factoring of line area handling.
  -* Testing system, moving old tests to new system etc.
  -* SVG
  -- integrating Avalon and Fop
  -- Documentation / website needs to better help users understand how to use FOP
  -- examples (a separate set of user fo examples)
  -
  -(* being worked on,  - no current activity)
  -
  -2)
  -After the the layout handling is redesigned then these items should be
  -promoted to first priority.
  -These should be done with the aim of getting to basic conformance.
  -
  -- Implement all remaining formatting objects
  -- improve property handling for types not currently supported (eg. 'large' font)
  -- implement all required properties
  -
  -3)
  -Nail down external interfaces (the main part is fairly stable).
  -Setting base directory, using config, logging, extensions etc.
  -
  -Interfaces to include:
  -how does FOP get called
  -how does the formatter interface to renderers
  -how do people write new plug-ins: handlers for new image types
  -processors for fo:instream-foreign-object
  -
  -4)
  -Improve the code. Follow the Sun Java coding guidelines.
  -Have better comments and correlation between spec terms
  -and methods etc.
  -
  -
  +- Bugfixing
  +- Improving documentation
  
  
  
  1.10.2.24 +19 -0     xml-fop/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/xml-fop/CHANGES,v
  retrieving revision 1.10.2.23
  retrieving revision 1.10.2.24
  diff -u -r1.10.2.23 -r1.10.2.24
  --- CHANGES   12 Aug 2002 17:05:51 -0000      1.10.2.23
  +++ CHANGES   11 Nov 2002 10:26:24 -0000      1.10.2.24
  @@ -1,6 +1,25 @@
   ==============================================================================
   Done since 0.20.4 release
   
  +- Removed the necessity for a buildtools.jar (Jeremias Maerki)
  +- Updated several JARs: Ant 1.5.1, Xerces 2.2.0, Xalan 2.4.1 (Jeremias Maerki)
  +- Fixed some multi-threading issues (NPEs)
  +  Submitted by: Joachim Unger <[EMAIL PROTECTED]>
  +- Improved registration of ImageReader implementations (Jeremias Maerki)
  +- Refactored baseDir stuff. Internally most code has been changed to work on 
  +  URLs instead of filenames. The baseDir property is evaluated to a baseURL 
  +  which can be accessed through Configuration.getBaseURL() (Jeremias Maerki)
  +- Added a fontBaseDir property (similar to baseDir) which represents a base 
  +  dir/URL for fonts. If this property isn't set, a fallback is made to 
  +  baseDir. (Jeremias Maerki)
  +- Fixed some javadoc warnings
  +  Submitted by: Victor Mote <[EMAIL PROTECTED]>
  +- Added translation for GoToPageDialog and update for czech translations
  +  Submitted by: Michal Buchtik <[EMAIL PROTECTED]>
  +- background properties for all regions + regions precedence support 
  +  (Oleg Tkachenko)
  +- TXTRenderer output encoding (Oleg Tkachenko)
  +- border-spacing support (Oleg Tkachenko)
   - New Avalon Framework JAR with Log4J support (Bug 11274) (Jeremias Maerki)
   - Added a RunLengthEncode filter for the PostScript renderer
     Submitted by: Stephen Wolke <[EMAIL PROTECTED]>
  
  
  

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

Reply via email to