1.2.0.8 (March 13, 2003)
[X] #pragma interface/implementation removed from Mac, as apparently the August 2002
dev tools and OSX Jaguar don't like them (the pragmas are not needed on
OSX anyways).
[X] Add Thai translation to list of available viewers (still needs to
be added to viewers).
[X] Fix for importation of installation/showcase plkrdata to take all sections, not just
the first one.
[X] Linux importation of installation plkrdata implemented.
[X] Mac "About" menuitem relocation uncommented, and better described in
comments.
[X] wx translations updated to 2.4.
1.2.0.7 (Mar 12, 2003)
[X] Help controller will just show a silent debug message if one of the help files
is missimg, instead of showing an error message.
[X] Installation settings improved.
[X] Code improved.
[X] Inno setup improved.
[X] PNGs updated to the more portable XPM, avoiding the hassle of various versions of
linked libpng on POSIX.
[X] Toolbar theme now grays out when uncheck the show toolbar checkbox.
1.2.0.6 (Mar 9, 2003)
[X] Updated to wxWindows 2.4.0
[X] Updated REQUIREMENTS.
[X] code update (only a DirExists update to wxDirExists in plucker_installer_msw.cpp).
[X] An XRC update to editor for changing size of textctrl when change dialog size.
[X] Tips rewritten with a preprocessor instead of separate files.
[X] Added 'If not sure if have a proxy then just click next' to proxy setup wizard.
[X] Online help frame now has a correct help icon.
[X] Low-res toolbar has more generic icon.
[X] Tables support added (with a default of tables enabled).
[X] XRC
[X] Code
[X] Help
[X] Improved customization ability.
[X] Frame icon now loads from file.
[X] Code change
[X] Update MSW install script to include the new icons
[X] Update Linux install script to include the new icons
[X] HTML editor updates:
[X] Icons improved to fit with rest of application.
[X] Addition of superscript, subscript, tt, blockquote, small buttons to toolbar.
[X] Corrections: q button now inserts as q, not quote. Table border color
now inserts as "bordercolor" not "border color".
[X] Addition of td and th dialogs, which support alignment, colspan, rowspan.
[X] MSVC makefile updated.
[X] Fix for close-app-while-minimized redisplaying main window offscreen.
[X] Image list now loads at runtime.
1.2.0.5 (Feb 16, 2003)
[X] Fixed a double-clearing-of-array on closing of handheld destination
dialog [which manifest as instability after a few times].
[X] Debug build available on MSW.
[X] Updated docs for BCC compilation to describe building debug via a DLL.
[X] Small about dialog if compiled out the full-sized About dialog.
[X] Corrected an assert in utils_string::string_to_arrayint: now first checks
that wasn't sent an empty string.
[X] Implemented first pass at single instance checking.
[X] Mods to installer script to remove components.
[X] Return of disabling toolbar/menuitems if channel not selected in main dialog,
and edit/delete disabling if an entry not selected in exclusion list dialog
[#ifdef'able].
1.2.0.4 (Feb 12, 2003)
[X] Option added for installing to memory stick.
[X] Defines for card types, plus switch/cases for easier additions
of cards.
[X] is_install_to_card INI key replaced to handheld_target_storage_mode
[X] handheld_dest_type stuct member "is_card" updated to
handheld_target_storage_mode.
[X] is_install_to_card added to list of deprecated keys that are
automatically not propogated.
[X] Fixed #ifdef for OSX compilation in palm_installer_gtk.h.
[X] Fixed a '.' to '->' typo for Linux/OSX on plucker_controller.cpp.
[X] Added a missing clearing of array on plucker_controller.cpp.
[X] Stripped double close check from details_progress_dialog.h/.cpp since
not needed anymore (should still double check on POSIX).
[X] When updating on MSW, all now update their due date, not just the first.
[finishes moveover from update at end to update as go along]
(Eugene Y. Vasserman, DK Lock).
[X] Bill N. email updated.
1.2.0.3 (Feb 8, 2003)
[X] Commandline mode now exits silently if update-due and no channels due,
instead of popping up a messagebox to say so. (Bill Nalen)
[X] Conduit for updating when hit HotSync button. (Bill Nalen)
[X] Default list-of-links page is now CBC mobile site.
[X] On POSIX, all output channels are synced to device at end, but now on MAC/MSW,
they are sent as each built. POSIX way so only have to click button once at
end, MAC/MSW so that can stop part way and still have some completed.
[X] LeMonde removed from Showcase because they now put a 403 error on their
homepage.
[X] Unhid OnSync radio button from Prefs>Autoupdate. (Bill Nalen)
[X] Can now install directly to a SD/MMC card
[X] WX_CLEAR_ARRAYS added to free memory from the "new" memory allocation
with '= new handheld_dest_type', or else make it a member somewhere.
[X] hhictrl listctrl forked into two subtypes, as don't need the extra columns
in the directory listctrl.
[X] replaced install_files_by_username with typedef'ed install_files_by_handheld_dest
[X] pda_listctrl pulled out of hhictrl.cpp into its own class
[X] Correct saving to config file: The things are going out of scope, so blank.
[X] Correct copying to SD Slot dir/registry when so indicated.
[X] Hide currently unused "copy to card directory" controls on handheld_dest_dialog
[X] If the CardInst... dir doesn't exist, then make it.
[X] BCC build instructions improved clarity.
[X] MSW+commandline+progress dialog+autoclose now terminates app upon completion.
[X] Bill Nalen added to Plucker Desktop > Authors.
[X] Plucker Desktop credits updated.
[X] Typo bugfix in Palm Destkop 2.0 registry key location.
[X] Changelog added to developer docs, distribution.
[X] Describe the new features in online help.