Index: ossp-pkg/as/as-gui/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/ChangeLog,v rcsdiff -q -kk '-r1.19' '-r1.20' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/ChangeLog,v' 2>/dev/null --- ChangeLog 2003/01/30 16:51:45 1.19 +++ ChangeLog 2003/01/30 18:14:51 1.20 @@ -3,6 +3,7 @@ 030130 Made day date section focus the default value Remove hackful zero date value, replace with current date Added aggregate class User, and prefer user data from environment + Fixed ignored prepared entry bug on new document operation 030129 Fixed the autoscroll before show bug, causing wrong data position Index: ossp-pkg/as/as-gui/TODO RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/TODO,v rcsdiff -q -kk '-r1.65' '-r1.66' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/TODO,v' 2>/dev/null --- TODO 2003/01/30 16:51:45 1.65 +++ TODO 2003/01/30 18:14:51 1.66 @@ -47,6 +47,8 @@ When sorting rows, sometimes a false extra highlight appears Disabled actions still show enabled icons in menu popups Pressing escape on task data cells does not exit edit mode +On dirty, save is asked, if cancel from file dialog, doesn't revert +On win32, all or some file reads and writes probably need IO_Translate? Nice to have ------------ Index: ossp-pkg/as/as-gui/as_slot.cpp RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/as_slot.cpp,v rcsdiff -q -kk '-r1.93' '-r1.94' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as_slot.cpp,v' 2>/dev/null --- as_slot.cpp 2003/01/30 14:36:01 1.93 +++ as_slot.cpp 2003/01/30 18:14:51 1.94 @@ -305,7 +305,6 @@ m_pStatbar->message(trUtf8("New document"), 4000); this->setFilename(""); this->addEntry(1); // Default new op adds a row - this->updEdit(1); // Update edit controls m_pMaintable->setDirty(false); // Start out clean }