ChangeLog: v0.1.52 - communication works fine, settings saved to registry under HKEY_CURRENT_USER\SOFTWARE\MobilePhoneManager; only Win 9x/ME registry supported v0.2.1 - status window works (signal quality, batt. level, ericsson battery - all except charging info) v0.2.10 - option to (un)hide main window v0.2.38 - 2 new command-line parameters: /STATUSonly and /STATUS which will show only Status window on start. On close, the app will exit (/Statusonly) or will show main window as usual. Icons added. v0.2.50 - beautify source code (class definitions now in separate files); window pop-up on phone ring when number is received (CLIP)+sound alert v0.2.70 - database new/open/close works; uses 2 files: dbname-pbk.dbf for PhoneBook and dbname-sms.dbf for SMS storage; dbname is user-defined database name (e.g. any string valid in file names) v0.2.80 - SMS browser works v0.2.105 - Toolbar added, added support for downloading SMS from phone, but still has some bugs v0.2.130 - download should work OK, added name of current DB to toolbar, editing stored SMS almost works v0.2.142 - added new sort type to SMS browser; everything works just fine --> version 0.3beta v0.3beta - should be stable & working; same as 0.2.142; features: Status window, SMS view, SMS download from phone v0.3.52 - download of Phonebook from Phone/SIM implemented, has some bugs v0.3.59 - SMS browser now shows Name instead of number when available in Phonebook database v0.3.70 - fixed bug in Ring window; now shows Name instead of number when available (Database is open and number found in Phonebook) v0.3.85 - off-line mode supported (phone not connected); toggle using menu/toolbar or commandline parameter "/NoPhone" v0.4beta - Off-line mode support, Phonebook download works (no view/modify yet) v0.4.23 - SMS browser updated; use + and - keys to quick jump 10 messages forward/backward v0.4.25 - added support for Alphanumeric coding of sender's number (SMS); this uses for example Whizdiary.com v0.4.34 - SMS browser: Filter (show only mess. with specified date or sender/recipient's number) & search (in mess. body or date) v0.5beta - SMS browser updates: use +/- to quick jump 10 messages; filter (number or date); search (text or date) v0.5.19 - fixed creation of new db - now works OK v0.5.27 - added debug mode (run with "/LOG" parameter) - will log everything interesting into file "mpm.dbg" in current directory; send me this file if something doesn't work v0.5.32 - fixed bug in creation of new db (caused troubles when directory contained spaces) v0.5.33 - fixed bug in adding sms/pbk entries into empty db v0.5.43 - Sending of SMS messages implemented, still very alpha, I recommend using only the Save function (saves it as Unsent in phone) v0.5.48 - added option-box to select where to save SMS in phone (to SIM/phone memory) v0.5.49 - changed behaviour of SMS browser - will show last message by default v0.5.51 - added new command-line option "/NoEric". Use it to stop using Ericsson-specific commands to phone (currently only *EBCA=battery info) v0.5.53 - SMS browser updates: removed date filter, moved sort combobox to the bottom, added Reply & Forward buttons; creating new SMS will update SMS browser if visible v0.5.60 - Added support for SMS templates (saved in registry); Minor changes to Status window v0.5.80 - Fixed bug in filter function of SMS viewer v0.5.83 - SMS templates: Left-click ... replace message text ; Right-click ... add to cursor position of message text v0.6 - Some bugs fixed, SMS sending, added Reply & Forward buttons to SMS browser, SMS templates v0.6.1 - Added support for Windows NT registry, Windows 2000 untested v0.6.2 - getting of SMS messages won't hide SMS browser TODO: * Implement default GSM alphabet to ISO 8859-1 conversion (because of lack of this, some chars are incorrect, e.g. @) * Documentation / help * Phonebook download won't work when you have "@" char in some name (because of different coding, this will become ASCII 0 and will broke the MSComm activeX component)