Cloxten - The Clock Extension Tool ------------------------------------ Version 0.1.5 Pre-Alpha NOTES: Date format (YYYY-MM-DD); + Added; - Removed; * Changes. ------------------------------------ Changes since version 0.1.4 Pre-Alpha: Date: 2002-10-14 1) + Added Wizard Form. 2) + Added Log Form. A simple one (in this version) for update function failure report. 3) * Correction: Refresh of StatusBar1 texts in Main Window for Popup Menu when Sender is Form2. 4) * Correction: Form2.StatusBar1 visible when it should not be. 5) + Support for a pre-configured browser to open online pages. + If no one set, ask user for. 6) + Cloxten will try to auto detect external programs at start up. 7) * 'cloxten' shell script searches for 'cloxten.bin' in user PATH. 8) + Check for online Cloxten updates - (Gnu Wget is required). 9) * Correction: Doctor Doc text for main window (short cuts). 10) + Add Loki Setup installer for targz'ed package. ('setup.data-base-1.tar.gz' file is required. See 'http://cloxten.sourceforge.net/download/'). 11) * Move Cloxten setup shell script to 'setup-old.sh' (targz'ed package). 12) + Added required libraries RPM packages. 13) + Added Debian packages (all files). 14) + Added Cloxten build shell scripts (various distros) in source targz'ed Package. ------------------------------------ Changes since version 0.1.3 Pre-Alpha: Date: 2002-07-15 1) DoctorDoc - README text correction for Cloxten (version mistake). 2) Main Window: * Popup Menu auto restore itens state after 'EnableBody' procedure. 3) Control Window: * Tab order correction; + Added Dialog Box to alert user when 'Stop before leave', in 'Play file' function, and 'Quit Cloxten after done', in General Settings, are concomitantly checked, giving a chance to correct it or not. * Correction in 'Play file' function: Button 'Browse' and checkbox 'Stop before leave' in 'Actions -> Basic -> Events' were enable at startup, even when checkbox 'Sound' wasn't. * Correction in 'Send a message'function: If Mail function is disabled, the RadioButton 'Send a message' in 'Actions -> Advanced -> Tasks' is unchecked, even if it has a message correctly composed. Now it's just disabled while configuration is not saved. * Better checking in audio configuration, (but it's still not OK. When added an audio file, its extension is checked with possibles players in 'Settings -> Paths -> Audio' before it can be accept, however, if user changes audio configuration, the file could not be played. The program must check it, but don't yet). * COPYING, NO WARRANT, ABOUT pages visible at any time. 4) Main Window and Control Window: * At startup, when configured to start with 12hs time mode, the 'PM' option never starts automatically. Now it's OK. 5) Other files and components: * Better checking in version control. * Correction for 'Exception' on retrieving configuration of a corrupted configuration file. ------------------------------------ Changes since version 0.1.2 Pre-Alpha: Date: 2002-06-26 1) 'Play file' function: + Music function activated; + Suport to play MPEG, OGG, WAVE, MIDI audio files; 2) 'Settings -> Paths' tab in control window: + Paths to commandline programs to be used by Cloxten. 3) ShortCuts (Main Form): + Ctrl+K --> Stop an audio file execution. See README for limitations reports. 4) Oldies versions compatibility. + Autodetectation of previous Cloxten version installed. Try to read the old configuration file and ask for open 'control window' for a chance to enable features that was not present in last used version. 5) Others less important changes. ------------------------------------ Changes since version 0.1.1 Pre-Alpha: Date: 2002-05-12 1) Send message function: + Mail Form; + Mail Form Help; 2) TODO list (new): + Preview actions and tasks before execute them. 3) ShortCuts (Main Form): + F1 --> Help + F2 --> Shows "To Do List" (new) + F3 --> Exit + F4 --> Open Control Window + F5 --> Toggle enable/disable popup menu + Ctrl+A --> Change to Alarm Mode + Ctrl+C --> Change to Counter Mode 4) ShortCuts (Control Form & Mail Form): + F1 --> Help 5) Presentation: + On first user contact with program, Cloxten will display Copyright, Disclaimer (no warranty) and About notices. 6) Cloxten startup script: - Cloxten '-d' arg is now optional. Cloxten will use the user home directory by default to place its hidden directory '.cloxten'. The arg '-d' was not removed, you can use it to place the config directory in other point of files tree. 6) Doctor Doc: * Help new look. 7) Others less important changes. ------------------------------------ Changes since version 0.1 Pre-Alpha: Date: 2002-03-29 * Wrong hour convertion bug fixed: When in Time Mode, the auto convertion 24hs/12hs from version 0.1 has a bug. All times with 10:XX and 11:XX, when chenged from 24hs to 12hs will display 07:XX PM. As the system time is checked in 24hs, times in 12hs needs to be internally converted to get the real time. So, when the user starts the alarm process with one of this time in 12hs, it will be reconverted with error. The internal "Base Time" will be correct, but the LCD will display the wrong one. * Changes on data file: To improve the config file access and set a future version control, some changes were done in data.pas file. Alberto Lohmann