Bug: WM5's GetLocaleInfo() has bugs in specific locale info, so we added a class to handle this better
Bug: PIM items now show the Note icon if the first character is a carriage return.
Bug: New Category menu button now has a tooltip
Bug: Fixed 6 month date picker on square screen devices
Bug: Fixed the Enter key not working in Calendar View
Bug: PI now takes over the MSPOutlook RAI
Bug: Fixed a bad bug in our CeSplit class and timers
Bug: Minor UI fix in recurrence combo-box of the appt editor
Bug: Fixed an issue where in MV zoom mode the unzoom button would not properly unzoom on orientation change
Bug: Fixed a bug where not installing the free PI icons would also cause required PI icons not to be installed
Bug: PITab now can open PI even if Registry entry for installation dir does not exist
Bug: Fixed some minor (between 16 bytes to a few hundred bytes) memory leaks
Bug: Fixed a 120k memory leak when using TV with a completely empty Tasks Database
Bug: Improved SV Begins with Searching
Bug: Improved parsing of the Appointment Completion tags
Bug: Fixed a crashing bug in DupProps internally
Bug: Better Phone Number searches
Bug: Fixed a visual bug in the toolbars
Bug: New Entry Toolbar now uses the "Use Filtered Category on New" option instead of forcing it to be on
Bug: Fixed a bug causing some company groups not to expand in CV
Bug: Improved speed of Picture Picker Display
Bug: WM5: Added Delete Category support
Bug: Removed New Entry Bar in CV
Bug: Phone Entry fields should now get autofilled properly
Bug: Fixed some PhatNote creation bugs
Bug: Fixed a crash deleting multiple contacts
Bug: Fixed a bug in HTMLGrid with scrollbars that could potentially cause some weirdnesses in scrolling short screens
Bug: Fixed a visual bug with the MV/TLV screens
Bug: Improved graphics vertical alignment in text-less grid cells
Bug: Fixed an issue causing the "Always show named headers" feature not to work consistently
Bug: Changed "Tasks: Force High Priority Tasks to Display" to "Tasks: Force Undated High Priority Tasks to Display"
Bug: Fixed IntlEnglish/Italian WV Start Day option in PISettings.dat
Bug: Restored old PI code which deleted completely blank Category Records which would randomly cause Contacts not to open
Bug: Fixed a crashing bug when editing a Journal
Bug: Improved reliability of some Contacts Internal String code
Bug: Fixed a bug where some categories don't get properly checked in the category picker
Bug: Fixed an issue where some duplicate tasks could show up after creation
Bug: Fixed non-substantive bug in CRegistry closing registry sessions
Bug: Fixed a bug where some numbers without + characters in front would not dial on some phones
Bug: Fixed bug where WV Maximized window never was brought to the front in some situations
Bug: Fixed some Backup/Restore issues for Journal, HT, and Links. HOWEVER - this fix necessitated a format change and is incompatible
Bug: Fixed a bug where in the Journal Dialog the Edit menu for Creating items did not work
Bug: Improved Day View Pasting of appointments so that if a single selection to paste is made, the original duration is used
Bug: When dragging tasks from the Day View Task pane to the Day View appointment Pane, the task will now show up on the dropped area
Bug: Single tap on a multi-selected highlight clears the multi-selection
Bug: Fixed a logic bug in internal update change handler
Bug: Task Templates now can apply task alarms
Feature: When "Only Show Affiliated Categories" option is checked in the Category Selector - the button is now checked to show the state
Feature: WM5 Soft Keys for Summary Dialog
Feature: WM5 Soft keys for main view (English only for now)
Feature: Sorting Tasks by date now sorts undated at the top
Feature: Added Space bar (when not searching) as Task Completion
Feature: Added a Simple Settings mode which comes up on first install of Pocket Informant
Feature: Improved the ability for PI to be installed to SafeStore/FileStore areas (not SD cards and not on iPaq 4700). By default the installation now installs almost all files to the location you specify - except for PITools.dll. By changing a registry setting of the path of PITools.dll, you can move this file to the PI install directory and future installs will follow this. This will break Today plugins and other apps that integrate with PI until they are updated.
Feature: Added option for View Tab borders to clean look up a bit
Feature: Improved About box to show PI Rev information and build number
Feature: SV now shows Links/Journal icons
Feature: Pocket Informant now supports Stadtplan in Europe
Feature: Comments in Project Timeline can now have carriage returns
Feature: WM5: SMS can be sent from summary dialog
Feature: Added an "Open in Pocket Informant" context menu for Pocket Outlook
Feature: Added option to show Days Until Due for Tasks
Feature: Added Copy context menu to the Summary Dialog
Feature: Improved the action button for TV and AV
Feature: New Contacts Editor
Feature: WM5: Added support for new Privacy types
Feature: Added the ability to call contacts using the green TALK button on Phone Edition devices
Feature: Preview Pane now has a contextual menu for copying
Feature: After converting task<->Appt, the delete old item box now lets you never ask again
Feature: If a user starts to type text when no toolbar is present, the search bar will automatically come up
Feature: Category Color in Links window now applied using per view option
Feature: Added the selected PIM item's contextual menu to the summary screen
Foundational: Changed our screen update timer from 15 mins to 2 mins
Foundational: WM5 Added new WEBISDIRECTDB code path which separates the POOM2 vs Direct DB access for WM5 builds - we now build only with WEBISDIRECTDB but can move to POOM2 based with a flick of a compiler switch
Foundational: WM5: Getting Note yes/no boolean done when we display each task on screen to speed up performance
Foundational: Added Extern D_PIM for any app to just give us an OID and we figure out which editor to use.
Foundational: We now support the new WM2002/2003/WM5 IContextMenus within PI for Pocket Outlook integration
Foundational: PIUpgrade now sets the category field on all journal entries on install
Foundational: WM5: Added support for saving of new WM5 contact fields
Foundational: Minor optimization to HTMLGrid
Foundational: HTMLGrid offers more flexibility with row heights
Foundational: Tightened up the spacing
Foundational: Contact optimization - use CatCache for display/category which slightly speeds up displays
Foundational: Installer and PIUpgrade rewritten to move more code from installer to PIUpgrade and PI proper