* Merged some nops.
* Semantic improvements.
* Release 1.10.0.
+ Added support for saving passwords (credential manager).
! Fixed incorrect SetFocus usage in dialog.
* Proper StartClient error propagation.
! Fixed nag after shell UI cancelation.
+ Added support for launching executables from custom buttons in same fashion as the primary start button.
! Fixed use of unnamed literals.
! Fixed MessageBoxes missing parent.
! Fixed the way notification icon is loaded.
- Removed left-over small icons.
* Reflected snippets updates.
* Config code improvements.
* Improved processing execute command line.
+ Added action type 5 (minimize).
* Main icon identifier.
* Migrated to DefDlgEx.
* Migrated to mem/memtaf.
* Migrated to mem/memtaf.
* Indentation (preparation).
* Common CtlColor handler.
* Splitted dialog message handlers into one function each.
- Removed no longer needed include.
* Reflected recent kvdb updates.
* Notes for newer clients.
* MsgBox now supports direct stringtable references.
* Eliminated app title "caching".
- Removed "Replay" button and the associated policy. This button can be made easily with custom buttons.
* Updated buttons to be more self-contained.
* Replaced bvector with bvllst.
* Use default verb, rather than "open". While .exe default verb is "open", other file types (custom button actions can be any type) may or may not have the "open" verb, thus default to something else.
* Include BAAD memory checks.
* Implemented functionality that displays one column "Name" and one example item that looks like a text document.
+ PIDL enumerator from array.
+ Simple PIDL generation code.
* Implemented IPersistFolder/IPersistFolder2.
* Strict PIDL types.
+ Stubs.
! Fixed missing interface support in QueryInterface.
+ Copied IShellFolder implementation for version with system-provided IShellView.
* LWS.
* BvGzIo now uses zlib's crc32 instead of the snippets one.
+ Demo for bvgzio.
! Fixed tooltips on certain configurations.
* Release 1.9.3.
* Reflected recent snippets updates.
* Patch compatibility scribbles.
+ Example of a windows scripting component (COM).
+ Added IETF Message Lint, Windows* port.
+ Object class test.
* Layouts are now sorted into folders.
! Fixed a stack corruption (with followup BEX) ...
* Generate PDFs without line weights as well.
* Resume Next is not a solution.
* Improved code path, converts now all layouts ...
+ Added various supplementary files.
* Reflected recent snippets changes.
* Snippets update reflection.
* Signed.
+ Added a working sample of data: Asynchronous ...