Update of /cvsroot/sheets/sheets
In directory sc8-pr-cvs1:/tmp/cvs-serv10743
Modified Files:
todo.txt
Log Message:
New version of OX with some important stability fixes:
1. Fixed yet another tricky database bug... the problem was that we were not clearing the reference list after a promotion, so the object written right after the promotion would get a few extra references (usually resulting in a ClassCastException during runtime) -- Also added additional checks so this sort of error will get picked up sooner.
2. Ripped out the locking mechanism on the log file. It was more trouble than it was worth (and we lock the main database file, so that is sufficient).
Index: todo.txt
===================================================================
RCS file: /cvsroot/sheets/sheets/todo.txt,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** todo.txt 11 Jun 2003 02:28:52 -0000 1.26
--- todo.txt 11 Jun 2003 10:31:16 -0000 1.27
***************
*** 33,37 ****
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
- Locking on the log file fails on NFS (do we need this at all?)
Background picture doesn't show up at all with the new splash screen code (on linux)
java.lang.NullPointerException
--- 33,36 ----
***************
*** 55,62 ****
Setup line numbers based on location of methods when imported.
Command-line project import feature (possibly by a special file that gets read)
- Get rid of annoying warnings about temporary or transient sheets disappearing.
- Database recovery now! (so that other database bugs can be diagnosed consistently)
-
- Todo:
* Fix the background image of the project wizard dialog
- also fix the status icons on the left and reposition everything
--- 54,57 ----
***************
*** 164,167 ****
--- 159,167 ----
Properly render <br> tag in sheets
+ * Hardcore Documentation:
+ Error when committing a fragment with spaces in it
+ Promotion of paragraph to section doesn't work
+ Copy of text with a link should really copy the link too (and automatically update the slot numbers -- or, better yet, get rid of those slot numbers altogether)
+
* Generic Documentation:
Generalize xml documentation to work on a wide variety of xml-like languages with little coding.
***************
*** 209,213 ****
* lost during transition to edit
* lost on double-click
- TreeWidget Turns Red?
Installer
--- 209,212 ----
***************
*** 215,219 ****
New icons for *.sdb, *.sheets, and *.java or other
Config screen for file extensions
! Install a default .sheetsrc file
clean-up .sheetsrc
--- 214,218 ----
New icons for *.sdb, *.sheets, and *.java or other
Config screen for file extensions
! Install a sample .sheetsrc file
clean-up .sheetsrc
|