Version 2.0 onwards - see http://www.dchapman.com/freeware 
for the changelog.  This file is no longer being maintained.


Version 1.50 - 08/07/2000
- Cell Tracker placed under GNU GPL.  Development taken over by Dave
  Chapman <dave@dchapman.com>
- Changed menu in Edit Cells to turn Close into Cancel and Save into Close.
- Added the first draft of a help file.
- Added a "Scan now" button to the main screen to immediately check 
  the current cell.

Version 1.31 - 06/02/2000
- Final version by Daniel Broad

Version 1.30 --/01/2000
- Menu dialog is same layout as built in Nokia applications

Version 1.20b 23/01/2000
- Bug fix - saving back edit cell was corrupting index due to wrongly ordered code,
  this led to cells being edited, and the new name not showing and also cells being in the
  wrong order in the cell list screen.

Version 1.20 21/01/2000
- No longer holds cell list in memory - access disk file where necassary
- Holds cell "index" in dynamically allocated RAM - RAM usage now only 30bytes/cell
- Uses quicksort algorithm to sort cell list faster
- Added "QUIT" option to menu
- Cells file now in "Application Data" where it will be backed up

Version 1.10 16/01/2000
- 9110 menu button added, much neater UI on the 9110
- Neigbour Cell List Detection Added
- Choice of sort options for cell list on 9110
- Added CSV file import (so the CSV is now a true backup)
- Alarm now on by default for new cells
- re-arranged cell file handling functions into its own file - may cause some instability!!
- Power save functionality now decreases polling at half the rate i.e. 1min,1min,2min,2min,3min,3min....
- Settings saved in .ini files
- New cells default to "Alert ON"

Version 1.03 13/01/2000
- List of Cells now sorted
- Extra "Edit Cell" dialog now added
- Cells file export now in CSV format
- Cells file now stored in binary format (autoconversion from old file)
- Program stores the last 5 cells internally (not used yet)
- Added this cell since, coverage since to main screen.
- Source code broken into chunks to make more manageable
- Many variables move from global to local
- Added Cell Alarm for particular cells
- Addition of CellLastUsed field.

Version 1.02 10/01/2000
- Tidied up about dialog
- Added prompt to confirm when backup cells.gsm has been created
- Traced the lack of compatibility with the n9000 emulator to respgetpdahardwareinfo(), 
	this shouldn't cause a problem on a real N9k/N9ki.
- Added dialog to show list of cells
- Added function to sort cell list to numerical order

Version 1.01 08/01/2000
First public release - program seems stable although no longer runs
correcly on the 9000 emulator.
- Power saving options increased to upto 8 mins
- Power saving algorithm more gentle - increases polling time by 1 min if no movement,
	up to maximum set in power saving options.
- Added option to backup the cells.gsm file.


Version 1.00 07/01/2000
Rewritten program ready for testing.

Version 0.71 06/01/2000
Rewrite under advice from friendly C programmer - resulting program much more stable.
