From: <ox-...@us...> - 2003-05-05 09:20:56
|
Update of /cvsroot/sheets/sheets In directory sc8-pr-cvs1:/tmp/cvs-serv25430 Modified Files: Sheets.sheets centibuild.xml todo.txt Log Message: INCOMPATIBLE DATABASE CHANGE -- please rebuild. Fixed a newly introduced bug that inhibited editing doc fragments. Added 1.2 apache documentation DTDs Removed DocEditCmds and DocEditVars (replaced with DocDefinition) Fixed DocDefinition to properly emit a single <dd> tag Added a new wrapperTag method to DocFragment, and used it to wrap DocDefinitions in a <dl> tag Fixed minor incompatibilities in Sheets documentation with apache documentation, so it now properly renders through forrest Added new DTDs for latest version of forrest Updated BCEL jar to the new 5.1 release Index: Sheets.sheets =================================================================== RCS file: /cvsroot/sheets/sheets/Sheets.sheets,v retrieving revision 1.45 retrieving revision 1.46 diff -C2 -d -r1.45 -r1.46 *** Sheets.sheets 30 Apr 2003 23:25:54 -0000 1.45 --- Sheets.sheets 5 May 2003 09:20:00 -0000 1.46 *************** *** 31293,31296 **** --- 31293,31297 ---- section exports nkramer:30598 nkramer:30731 + schin:1246 nkramer:30866 nkramer:31289 *************** *** 31356,31365 **** else if (type.equals("doc-list")) return DocList.loadList(reader); [...3816 lines suppressed...] context-help-delay : integer = 100 --- 104700,104704 ---- object rgs:13565 title=context-help-delay : integer = 100 ! type=doc-definition section text rgs:13565 context-help-delay : integer = 100 *************** *** 105244,105248 **** object rgs:13567 title=standard-java-indent : integer = 2 ! type=doc-edit-variable section text rgs:13567 standard-java-indent : integer = 2 --- 104707,104711 ---- object rgs:13567 title=standard-java-indent : integer = 2 ! type=doc-definition section text rgs:13567 standard-java-indent : integer = 2 Index: centibuild.xml =================================================================== RCS file: /cvsroot/sheets/sheets/centibuild.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** centibuild.xml 28 Nov 2002 06:54:57 -0000 1.1 --- centibuild.xml 5 May 2003 09:20:04 -0000 1.2 *************** *** 29,33 **** <!-- =================================================================== --> ! <target name="all" depends="package, javadocs, forrest.docs" description="Creates the jars and the site."/> </project> --- 29,33 ---- <!-- =================================================================== --> ! <target name="all" depends="package, javadocs, site" description="Creates the jars and the site."/> </project> Index: todo.txt =================================================================== RCS file: /cvsroot/sheets/sheets/todo.txt,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** todo.txt 24 Apr 2003 09:38:13 -0000 1.15 --- todo.txt 5 May 2003 09:20:04 -0000 1.16 *************** *** 2,11 **** - - * Work Release Stuff: - Improve file management (see below) - compile command in menu has to work - annoying bugs that should be fixed: - report full error message for javac touch all classes in the package on package-header modification Attempt to get a released object when closing editor with a temporary sheet (such as the compile sheet) open --- 2,6 ---- *************** *** 23,31 **** Capability to import modified files on disk (checked on startup, or by command) Capability to resolve diff between changes on disk and in sheets (checked on export, or import) ! ! Currently Working On: ! Trying to get the basic document export and forrest generation working. ! In the process of trying to get the basic header export working... ! Next thing is to get forrest to run against the test directory so I don't have to bootstrap to test it out. Stuff I Want to do: --- 18,22 ---- Capability to import modified files on disk (checked on startup, or by command) Capability to resolve diff between changes on disk and in sheets (checked on export, or import) ! Capability to monitor directories for changes, additions, or deletions Stuff I Want to do: *************** *** 43,49 **** release criteria: update license notices in code move graphics to org.browsecode.graphics - fix docbook support new bugs: --- 34,40 ---- release criteria: + fix project website skin update license notices in code move graphics to org.browsecode.graphics new bugs: *************** *** 68,73 **** VTables completely broken? PoE error on close related to deleting a file header? - Compile doesn't work when you Compile from the Dialog - Error listing for javac does not include line position text * Project Compilation: --- 59,62 ---- *************** *** 93,104 **** Handle missing version attributes better Create fragment-rendered attributes for use in document element ! Add new elements to fill out documentv1.1 DTD Update Sheets Documentation with new elements - - need a Definition List first - Decide what to do with Edit Commands and Edit Variables Properly export anchor element Restrict addition of new fragments to those supported by DTD Update the architectural documentation to reflect current code status ! Handle <br> tag * Website: --- 82,94 ---- Handle missing version attributes better Create fragment-rendered attributes for use in document element ! Add new elements to fill out documentv1.2 DTD Update Sheets Documentation with new elements Properly export anchor element Restrict addition of new fragments to those supported by DTD Update the architectural documentation to reflect current code status ! Properly render <br> tag in sheets ! ! * Generic Documentation: ! Generalize xml documentation to work on a wide variety of xml-like languages with little coding. * Website: |