2001-01-21  Timo Schulz <twoaday@freakmail.de>

    * wptNLS.cpp: ported to C++.
    (gettext): Remove CP850 to ISO88591 conversation.

2001-01-28  Timo Schulz <twoaday@freakmail.de>

    * wptHotkey.cpp: (register_hotkey): Hotkey registration.
    (unregister_hotkey): Hotkey removing.
    * wptHokey.h: New.
    * wptWndHook.cpp:
    (wpt_cpt_proc): Window hook to save the current windows.
    * wptWndHoo.h: New.
    * wptMainProc.cpp: (wpt_main_proc): Add hotkey messages.
    * WinPT.cpp: (WinMain): Add hotkey registration.

2001-01-29  Timo Schulz <twoaday@freakmail.de>

    * wptClipboard.cpp: (clip_is_already_secure):
    Modify the pgp data detection.

2001-01-31  Timo Schulz <twoaday@freakmail.de>

    * wptKeygenDlg.cpp: (wpt_keygen_proc): Passphrase sanity check.
    * wptW32API.cpp: New.
    * WinPT.cpp: (WinMain): Change the keyring checking code.

2001-02-01 Timo Schulz <twoaday@freakmail.de>

    * wptW32API.cpp: (w32_get_edit_text): New.
    (w32_set_menu_text): New.
    (w32_strdup): New.
    * wptMailPlugin.cpp: (oe_***): New. Basic OE interface.
    * Create all dialogs windows in the foreground.

2001-02-02  Timo Schulz <twoaday@freakmail.de>

    * wptW32API.cpp: (w32_hit_key): New.
    (w32_rel_key): New.
    (w32_copy_to_clip): New.
    (w32_insert_from_clip): New.
    (w32_get_clip_text): New.
    (w32_set_clip_text: New.
    (w32_show_if_icon): New.

2001-02-03  Timo Schulz <twoaday@freakmail.de>

    * wptMailPlugin.cpp: (oe_find_msg_window): Fix window handles.
    (oe_find_addr_window): Ditto.
    (oe_find_main_window): Ditto.

2001-02-04    Timo Schulz <twoaday@freakmail.de>

    * wptSignDlg.cpp: (wpt_sign_proc): Add secret key listing.
    * wptMainProc.cpp: (wpt_main_proc):
    Remove ciphertext checks for signing and encrypting.
    (allow double encryption).

2001-02-07    Timo Schulz <twoaday@freakmail.de>

    * wptClipEditDlg.cpp: (clip_edit_dlg_proc): Add some sanity checks.
    * wptExportDlg.cpp: (clip_export_dlg_proc): Ditto.

2001-02-10  Timo Schulz <ts@winpt.org>

    * wptMainProc.cpp: Move ctb_proc and hotkey inits to this file.
    * wptKeylistElement.cpp: New.
    * wptListElement.cpp: Remove.
    * wptW32API.cpp: Insert all lv_*** functions.
    * wptKeylistElement.cpp: (wpt_lv_keylist_release_key): New.
    (wpt_lv_keylist_release_keys): Ditto.
    * wptW32API.cpp: (w32_get_thread_id): New.
    (w32_attach_thread_input): New.
    * wptMailPlugin.cpp: (oe_get_message): Add thread attach mechanism.
    (oe_get_message): Add thread attach mechanism.
    (oe_encrypt): Modify for the attach treach mechanism.
    Add sanity check for recipients.

2001-02-17  Timo Schulz <ts@winpt.org>

    * wptRegistry.cpp: (get_reg_entry): Return the GnuPG homedir from
    the registry.
    (set_reg_entry): Set a gnupg registry key.
    * wptGPG.cpp: Modify all function for the use with get_reg_entry().
    * WinPT.cpp: Change the way for the gpg searching mechanism.
    * wptGPGPrefsDlg.cpp: New dialog for dynamic GPG configuration.
    * wptClipImportDlg.cpp: (key import dialog): New.
    * wptKeylistElement.cpp:
    (wpt_lv_implist_build): Build up the key import list.
    (wpt_lv_implist_add_key): Insert a key into the import list.
    (wpt_lv_implist_dummy): Dummy to build up a box with a fixed size.

2001-02-19  Timo Schulz <ts@winpt.org>

    * wptRegistry.cpp: (is_installed): Remove.
    (regist_inst_winpt): Add selfcheck.
    (regist_inst_gpg): New. Add gpg releated registry entries.
    (regist_inst_mo): New. Add nls related path.
    (get_reg_entry), set_reg_entry(): Modify to be more flexible.
    (set_reg_entry_gpg): Handy functions for get_reg_entry.
    (set_reg_entry_mo): Ditto.
    (get_reg_entry_gpg): Ditto.
    (get_reg_entry_mo(): Ditto.
    * wptGPGPrefsDlg.cpp, wptNLS.cpp: Add support for the locale environment.
    * wptGPG.cpp: (check_gpg_optfile): Figure out if the option file.
    include keyring entries (2x)
    (check_gpg_path): Include the check_gpg_optfile() check.

2001-02-20  Timo Schulz <ts@winpt.org>

    * wptGPGPrefsDlg.cpp: Add some sanity checks for the value.
    * wptClipImportDlg.cpp: Add some new code.

2001-02-21  Timo Schulz <ts@winpt.org>

    * wptGPG.cpp: Fix the check_gpg_optfile() code.
        (gpg_errstr): Define some error constants to be more verbose.
        (set_gpg_options): New. Manipulate the options file.
        (get_gpg_options): New. Read in the options file.
    * wptFile.cpp: (get_file_size): New.
    * wptGPGOptDlg.cpp: New. Dialog for editing the options file

2001-02-22  Timo Schulz <ts@winpt.org>

    * wptGPG.cpp: (check_line): New. Check if the line contains a valid
    gpg argument.
    (check_gpg_options): New. Parses each buffer line to check_line().

2001-02-24  Timo Schulz <ts@winpt.org>

    * wptGPG.cpp: (check_gpg_path): Fix a bug.
   (check_gpg_options): Fix some bugs.

2001-02-25  Timo Schulz <ts@winpt.org>

    * wptGPGPrefsDlg.cpp: Add some new translation strings.
    * wptKeyGenDlg.cpp: Add all dialog text to the NLS suite.
    * wptMainProc.cpp, wptClipDecryptDlg.cpp: Change to new packet parser.
    * wptClipImportDlg.cpp: Finished basic interface.

2001-02-27  Timo Schulz <ts@winpt.org>

    * wptKeylistWidget.cpp: New. Implementation of a W32 keylist control.
    * wptClipKeytrustDlg.cpp: Index was counted from 0 (should be from 1):
    Fixed.

2001-03-15  Timo Schulz <ts@winpt.org>

    * wptClipEncryptDlg.cpp: Fix translation.
    * wptKeygenDlg.cpp: Fix the names of the button (avoid confused users).
    * wptKeymiscDlg.cpp: Fix the key deleting stuff.

2001-03-16  Timo Schulz <ts@winpt.org>

    * wptDlgs.h: Add new dialog callback function.
    * wptKeysigDlg.cpp: New. Key signature listing dialog.

2001-03-18  Timo Schulz <ts@winpt.org>

    * wptClipVerifyDlg.cpp: New: stub for further verify dialogs.
    * wptAgent.cpp: New: Experimental passphrase caching.

2001-03-19  Timo Schulz <ts@winpt.org>

    * wptVerifyList.cpp: New control for the verify dialog.
    * wptClipVerifyDlg.cpp: Rewrote

2001-03-20  Timo Schulz <ts@winpt.org>

    * wptClipDecryptDlg.cpp: Rewrote

2001-03-21  Timo Schulz <ts@winpt.org>

    * WinPT.cpp: (WinMain): Re-activate the enable debug switch.
    * wptKeylist.cpp: (keylist_add_key): Ignore invalid keys.

2001-03-28  Timo Schulz <ts@winpt.org>

    * wptClipEncryptDlg.cpp: (clip_encrypt_dlg_proc):
    Added the keyid to the "no trust" message.
    * wptKeyserverDlg.cpp: (check_pattern): New:
    Do some sanity checks of the search pattern.
    * wptMainProc.cpp: (wpt_main_proc): Add agent support.
    * wptHotkey.cpp: Add agent support.

2001-03-30  Timo Schulz <ts@winpt.org>

    * wptW32API.cpp: (new_strdup): Remove.
    * wptW32API.h: Ditto.
    * wptWndHook.cpp: (get_cbt_curr_wnd): Return the current window.
    * wptKeygenDlg.cpp: (clear_dlg_fields): New: Clear all text fields.

2001-03-31  Timo Schulz <ts@winpt.org>

    * wptClipSignDlg.cpp: (clip_sign_dlg_proc): If no key was choosen,
    the GPG default key will be used.

2001-04-02  Timo Schulz <ts@winpt.org>

    * WinPT.cpp: (set_gpgme_debug_env): New: Set the environment variable.
    * wptClipSignDlg.cpp: (clip_sign_dlg_proc): Now the keylist widget only
    contains valid keys.
    * wptClipEncryptDlg.cpp: (clip_encrypt_dlg_proc): Ditto.

2001-04-04  Timo Schulz <ts@winpt.org>

    * wptClipDecryptDlg.cpp (passphrase_callback_proc): Remove the static
    passphrase. Now a callback context is used.
    (passphrase_cb): Ditto.
    (clip_decrypt_dlg): Ditto.
    * wptWndHook.cpp (cbt_thread): New. Thread to enable CBT hook.
    (install_cbt_hook): Modify for the new thread model.
    (remove_cbt_hook): Ditto.
    * wptW32API.cpp: (init_crtical_section): New. Make the code MT safe.
    (delete_critical_section): Ditto.
    (lock): Ditto.
    (unlock): Ditto.

2001-04-06  Timo Schulz <ts@winpt.org>

    * wptOwnertrustDlg.cpp: New. (ownertrust_dlg_proc): New.
    * wptKeyTrustDlg.cpp: (key_trust_dlg_proc): Add new button for the
    ownertrust dialog.

2001-04-06  Timo Schulz <ts@winpt.org>

    * wptGPG.cpp: (check_gpg_path): Fix a small error.
    * WinPT.cpp: (WinMain): Add a dialog for the possibity that it's the
    first time a user started WinPT.
    * wptClipboard.cpp: (clip_isalready_secured): Check the begin and
    end PGP header.

2001-04-07  Timo Schulz <ts@winpt.org>

    * wptAgent.cpp: (agent_new): Rename to agent_init and modify source.
    (agent_destroy): Ditto.
    (agent_passphrase_cache): Ditto.
    (agent_passphrase_remove): Ditto.
    (agent_passphrase_get): Ditto.

2001-04-09  Timo Schulz <ts@winpt.org>

    * wptClipboard.cpp: (clip_get_pgp_type): New. Return the PGP packet
    type. Kludge for decrypt/verify.
    * wptMainProc.cpp: (wpt_main_proc): Remove verify and put the
    code into the decrypt routine.
    * wptClipImportDlg.cpp: (clip_import_dlg_proc): New button to start
    the key management after import.

2001-04-09  Timo Schulz <ts@winpt.org>

    * wptGPG.cpp: (check_line): Ignore empty lines.
    (check_gpg_options): Ditto.

2001-04-12  Timo Schulz <ts@winpt.org>

    * wptHotkeys.cpp: (register_single_hotkey): Add code for the current
    window stuff.
    * wptMainProc.cpp: (wpt_main_proc): WM_HOTKEY. Add the current window
    hotkeys.
    * wptW32API.cpp: (attach_thread_input): Split up the functions into
    two parts. The attach flags is always set.
    (detach_thread_input): See above. The attach flags is never set.
    * wptCurrWnd.cpp: New. Code for the current window stuff.
    (get_window_contents): Extract the text from the given window to
    the clipboard.
    (set_window_contents): Insert clipboard into the given window.

2001-04-13  Timo Schulz <ts@winpt.org>

    * wptMailPlugin.cpp: (oe_set_message): Change the id's for
    the attach_thread_input.
    (oe_get_message): Ditto.
    * wptCurrWnd.cpp: (get_window_contents): Ditto.
    (set_window_contents): Ditto.

2001-04-14  Timo Schulz <ts@winpt.org>

    * wptCurrWnd.cpp: (get_window_contents): Add an event to switch
    the windows. This is needed by the current code.
    (set_window_contents): Ditto.
    * wptWndSwitchDlg.cpp: (wndswitch_dlg_proc): Create a hidden dialog
    and force it to the foreground. This is the event needed by the code
    above.
    (create_wndswitch_event): Execute the dialog.
    * wptMainProc.cpp: (wpt_main_proc): Add new links in the hotkey
    section. Add message entries for the code.
    * wptW32API.cpp: (copy_window_to_clip): Moved to the into the OE
    mailer code.
    (insert_window_from_clip): Ditto.
    * wptMailPlugin.cpp: (oe_set_message): Insert the new code and add
    the event to switch the windows.
    (oe_get_message): Ditto.

2001-04-16  Timo Schulz <ts@winpt.org>

    * wptWndHook,cpp (cbt_proc): Compare process ids to differ between
    WinPT and normal windows.
    (install_cbt_hook): Add pid to the context.

2001-04-17  Timo Schulz <ts@winpt.org>

    * wptWndHook.cpp (is_taskbar_wnd): New. Alias to check if the window
    belongs to the taskbar area.
    (is_winpt_wnd): New. Alias to check if the window belongs to WinPT.
    (cbt_proc): Change code to include both functions.
    * wptCurrWnd.cpp (get_window_contents): Add switch if we use the
    foreground or the CBT window.
    * wptMainProc.cpp (wpt_main_proc): All hotkey operations for the
    current window mode set the no_cbt variable.
    * wptGPG.cpp (keyring_check_last_access): New. Check if the keyring
    was modified by an external program.
    * wptKeyMiscDlg.cpp: (keymisc_dlg_proc): Now check for external
    keyring changes.

2001-04-21  Timo Schulz <ts@winpt.org>

    * wptWndHook.cpp (install_cbt_hook): Remove the thread because the
    system already is into a DLL.
    * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Remove checkbutton and use
    instead of it a button to check the key signatures.
    * wptGPG.cpp (get_last_gpg_access): New. Retrieve the file timestamp
    from the given gpg object.
    (check_last_gpg_access): New. Compare the last file timestamp with the
    new timestamp.
    (init_gpg_table): New. Initialize the table with gpg objects who shall
    be watched.
    (keyring_check_last_access): Use the new code.
    * wptCurrWnd.cpp (set_window_contents): Restore the window if it is
    now iconic.
    * wptMainProc.cpp (wpt_main_proc): Add decrypt/verify for the
    current window stuff.

2001-04-22  Timo Schulz <ts@winpt.org>

    * wptGPG.cpp (check_last_gpg_access): Reset switch before testing
    the condition.
    * wptFindWnd.cpp (find_child_wnd_proc): New. Callback to enumerate
    all children windows.
    (find_parent_wnd_proc): New. Callback to enumerate all parent windows.
    (find_window): New. Return if the specified windows as found.
    * wptW32API.cpp: (dialog_box_param): New. Alias with the additional
    feature to check if the dialog already exist (and then preventing
    the creation).
    * wptMainProc.cpp (wpt_main_proc): Replace all DialogBoxParam with
    then new dialog_box_param function. Thanks to Martin who told me
    about this dialog problem.
    * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Ditto.
    * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Ditto. Add translation for the
    new signature buttons.

2001-04-23  Timo Schulz <ts@winpt.org>

    * wptFindWnd.cpp (find_child_wnd_proc): Removed. This functionality
    is not needed because all dialog windows are top level windows.

2001-04-24  Timo Schulz <ts@winpt.org>

    * wptEncryptDlg.cpp (encrypt_dlg_proc): Release the static listview
    item and set it to zero.
    * wptSignDlg.cpp (sign_dlg_proc): Ditto.
    * wptSignEncDlg.cpp (sign_encrypt_dlg_proc): Ditto.
    * wptVerifyDlg.cpp (verify_dlg_proc): Ditto.
    * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Ditto.
    (keymisc_dlg_proc): Provide the functionality to delete key pairs
    secret+public.
    * wptWndHook.cpp (is_winpt_wnd): Remove this function and put
    all code into (check_wnd).
    (check_wnd): Check if the window doesn't is a application related
    window.

2001-04-25  Timo Schulz <ts@winpt.org>

    * wptKeySignDlg.cpp (keysign_dlg_proc): Now we use a new GPGME
    callback system to pass the keyedit information to GPG.
    * wptKeyTrustDlg.cpp (keytrust_dlg_proc): Ditto.

2001-04-26  Timo Schulz <ts@winpt.org>

    * wptKeyEditDlg.cpp (keyedit_dlg_proc): New. Dialog for the various
    edit-key commands.
    * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Add the button for the edit
    key code.

2001-04-27  Timo Schulz <ts@winpt.org>

    * wptCurrWnd.cpp (get_window_contents): Change the code for the last
    window concept. Thanks to Oliver.
    (set_window_contents): Add some stuff to set the position if the
    current window is an edit control.
    * wptKeyEditDlg.cpp (keyedit_dlg_proc): Add code for the 'adduid'
    stuff.
    * wptKeyEditAddUidDlg.cpp: New. (keyedit_adduid_dlg_proc): Code to
    create a new user id for a GPG key.

2001-04-28  Timo Schulz <ts@winpt.org>

    * wptGPGME.cpp: New. Move some additional GPGME code into WinPT.
    So it's easier to update GPGME and we can use NLS to translate
    error strings.
    * wptVerifyList.cpp (get_sig_date): New. Removed from the GPGME code
    because we only use it here.
    * wptKeyEditDlg.cpp (keyedit_dlg_proc): Add the 'change passphrase'
    feature to the edit-key interface.

2001-04-29  Timo Schulz <ts@winpt.org>

    * wptKeyEditDlg.cpp (clear_dlg_fields): Clear all passphrase items.
    (keyedit_dlg_proc): Free gpgme context. Add the passphrase for the
    adduid command.
    * wptKeyEditAddUidDlg.cpp (keyedit_adduid_dlg_proc): Initialize
    the dialog with a KEY structure that holds the keyid and the userid.
    * wptWndHook.cpp: Remove the global context and use instead of it
    static variables. Put all static variables into the SHARED data
    segment in the DLL.

2001-04-30  Timo Schulz <ts@winpt.org>

    * wptClipEditDlg.cpp: Now the dialog uses the Courier font to
    enhance the format of keys and other GPG data.
    * wptKeyserverDlg.cpp (keyserver_dlg_proc): Set the cache realod
    flag after receiving a key.
    * wptKeyTrustDlg.cpp (keytrust_dlg_proc): Add error message when
    no listbox entry was choosen.
    * wptKeySignDlg.cpp (keysign_dlg_proc): Add Check button text to
    the NLS suite.
    * wptKeygenDlg.cpp (keygen_dlg_proc): Set the cache reload flag
    instead of refresh the keycache.

2001-05-01  Timo Schulz <ts@winpt.org>

    * wptCurrWnd.cpp (wnd_msg_markall): New. Send the CTRL+a key sequence
    to a window.
    (wnd_msg_copy): New. Send the CTRL+c key sequence to a window.
    (wnd_msg_paste): New. Send the CTRL+v key sequence to a window.
    (wnd_msg_em_set_pos): Manipulate an edit multiline control text pos.
    * wptMainProc.cpp (wpt_main_proc): Fix some message string for
    the hotkey handling. Quit the program if a registration procedure
    failed.
    * wptErrors.cpp (log_box): Improved log handling to dump states
    of variables during regression tests.

2001-05-02  Timo Schulz <ts@winpt.org>

    * wptKeyEditAddSubkeyDlg.cpp: New. Dialog to create additional
    subkeys for the mainkeys.
    * wptKeyEditAddUidDlg.cpp: (keyedit_adduid_dlg_proc): Set foreground
    window flag.
    * wptKeyEditDlg.cpp: (keyedit_dlg_proc): Added the code for the
    addkey feature.

2001-05-04  Timo Schulz <ts@winpt.org>

    * wptKeyTrustDlg.cpp: Renamed to wptKeyEditOwnertrustDlg.cpp.
    * wptKeyEditOwnertrustDlg.cpp (keyedit_ownertrust_dlg):
    Move all the GPGME specific code to the main dialog. Now only
    the context values are set.
    * wptKeyEditDlg.cpp (keyedit_dlg_proc): Include the changed ownertrust
    code.

2001-05-05  Timo Schulz <ts@winpt.org>

    * wptCurrWnd.cpp (get_curr_wnd): Alternative code to retrieve
    the current window handle. This code doesn't use the hook DLL.
    Thanks to Oliver Nittka for his patch.
    * wptErrors.cpp (winpt_strerror): Fixed a small typo.
    * wptGPG.cpp (check_last_gpg_access): Remove debug code.
    * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Change the keycache reloading
    scheme to prevent reloading the cache twice.

2001-05-08  Timo Schulz <ts@winpt.org>

    * wptKeyserver.cpp (wsock_init): Replace the kserver init
    code which initialized the Wsock2 interface.
    (wsock_end): Ditto.
    * wptAgent.cpp: Remove the passphrase caching code and add
    the GPG agent code.

2001-05-09  Timo Schulz <ts@winpt.org>

    * wptAgent.cpp (gpga_writen): Write 'n' bytes into a socket.
    (gpga_readn): Read 'n' bytes from a socket.
    (gpga_open): Open the interface to the GPG-Agent.
    (gpga_close): Close the GPG-Agent socket.
    (gpga_clear_passphrase): Clear a passphrase from the GPG-Agent.
    (agent_add_fpr): Add a fingerprint to the cache. If WinPT quits,
    this keys will be remove from the GPG-Agent cache.
    (agent_delete_fpr): Remove a fingerprint from the cache.
    (agent_init): Clear the cache.
    (agent_timer_proc): Remove all stored passphrases which were
    requested through the chache.

2001-05-10  Timo Schulz <ts@winpt.org>

    * wptFindWnd.cpp (find_window_hwnd): New. Function to retrieve
    the handle of the specified window.
    * wptAgent.cpp (agent_timer_proc): Changed the agent interface
    to window messages instead of socket connections.
    * wptMainProc.cpp (wpt_main_proc): Added the new preference dialog
    and menu entry.
    * wptPreferencesDlg.cpp: New.

2001-05-11  Timo Schulz <ts@winpt.org>

    * wptMainProc (wpt_main_proc): Change all related menu entries from
    Encrypt & sign to Sign & Encrypt. Added the command to the current
    window menu and the handling of the window messages.
    * wptSignEncDlg.cpp (clip_signenc_dlg_proc): Changed the window text.
    * wptRegistry.cpp (set_reg_winpt_prefs): New. Stores all WinPT
    preferences in the registry.
    (get_reg_winpt_prefs): Read all preferences from the registry into
    the options context.
    * WinPT.cpp (WinMain): Read in the registry preferences at the begin
    and store it.
    * wptAgent.cpp (agent_init): Check if the environment variable
    GPG_AGENT_INFO is set, otherwise set it.
    (agent_is_running): Check wether the agent is running.
    (agent_start): Automated function that read all needed information
    from global variables.

2001-05-12  Timo Schulz <ts@winpt.org>

    * wptMainProc.cpp (wpt_main_proc): Start the agent before the decryption
    call.

2001-05-13  Timo Schulz <ts@winpt.org>

    * wptRegistry.cpp (set_reg_key): Open a subkey, if it doesn't exist
    the function create it.
    (set_reg_winpt_prefs): Use the new function to set the subkey values.
    All functions now return WPTERR_REGISTRY instead of 1.
    Add some error handling to prevent errors in the registry.
    * wptPreferencesDlg.cpp (preferences_dlg): Add the code for the Clipboard
    hotkeys and the caching time.


2001-05-18  Timo Schulz <ts@winpt.org>

    * wptKeyEditDlg.cpp (keyedit_dlg_proc): Check the state of the various
    edit key commands. In the case the dialog was canceled, return without
    modifying anything.
    * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Check the state of the
    signature. If it doesn't contain a valid key, do nothing.
    * wptMainProc: (wpt_main_proc): If the hotkey setup doesn't work, don't
    quit the program. In some cases the hotkeys are possible locked.
    * WinPT.cpp (WinMain): If there is an error with the gpg program/path,
    give the user the chance to start the GPG preference dialog.
    * wptPreferencesDlg.cpp (preferences_dlg_proc): Added the CWS hotkey
    support. Flag to disable all hotkeys. Reload new hotkeys (in the case
    they changed). Load the registry entry on startup.
    * wptHotkey.cpp (mod_hotkeys): Overwrite the default hotkeys with the
    stored registry entries.

2001-05-19  Timo Schulz <ts@winpt.org>

    * wptPreferencesDlg.cpp (preferences_dlg_proc): If the disable hotkey
    flag is set, also disable all input items.
    (disable_dlg_item): New. Disable dialog items (windows).
    * wptMainProc.cpp (wpt_main_proc): Only set hotkeys if the no_hotkeys
    flag isn't set.
    * wptKeyserverDlg.cpp (send_key): Forget to set the armor flag, as
    a result the code only sended parts of the key.
    * wptConfig.cpp: Removed. Not used any longer.

2001-05-20  Timo Schulz <ts@winpt.org>

    * wptGPG.cpp (check_gpg_optfile): Count each of the keyring entries
    to figure out if both parts are available.

2001-05-21  Timo Schulz <ts@winpt.org>

    * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Add new button for userid
    management.
    * wptKeyUidDlg.cpp (keyuid_dlg_proc): Finished code to show all userids
    from a special key.

2001-05-25  Timo Schulz <ts@winpt.org>

    * wptKeyUidDlg.cpp (keyuid_dlg_proc): Add button to delete a choosen
    user id. End the dialog if there was an error during the Gpgme operations.
    * wptClipboard.cpp (clip_istext_avail): First check if the pointer is
    valid and then look at the length. Avoid crashes for some texts.

2001-05-27  Timo Schulz <ts@winpt.org>

    * wptRegistry.cpp (set_reg_winpt_prefs): Add word wrapping.
    (get_reg_winpt_prefs): Ditto.
    * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Set focus after the
    gpg process finished.
    * wptSigList.cpp (siglist_add_key): Parse the numeric timestamp to
    a humand readable date.


2001-06-01  Timo Schulz <ts@winpt.org>

    * wptKeyEditDlg.cpp (keyedit_dlg_proc): IDC_KEYEDIT_OWNERTRUST:
    Release context in the case of an error.
    * wptMainProc.cpp (wpt_main_proc): Fix typo.
    * wptGPG.cpp: (init_gpg_table): Remove the case code. Now we use
    a static gpg object array that contains all filenames.


2001-06-04  Timo Schulz <ts@winpt.org>

    * wptClipImportDlg.cpp (clip_import_dlg_proc): Added the code for
    the improved import status.


2001-06-05  Timo Schulz <ts@winpt.org>

    * wptAboutGPGDlg.cpp (about_gpg_dlg_proc): Check if the returned
    buffer is valid. Remove the fixme, because it's possible that there
    were new cipher modules loaded.
    * wptClipDecryptDlg.cpp (passphrase_callback_proc): Check if the
    context is valid.
    * wptClipEditDlg.cpp (clip_edit_dlg_proc): Check if the context is valid.
    * wptW32API.cpp (status_box): New. Message box that is always forced
    to the foreground.

2001-06-07  Timo Schulz <ts@winpt.org>

    * wptOwnertrustDlg.cpp (ownertrust_dlg_proc): Set to foreground,
    add windows title.

2001-06-08  Timo Schulz <ts@winpt.org>

    * wptHotkey.cpp (mod_hotkeys): Change code to support the new
    registry style.
    * wptRegistry.cpp (get_reg_winpt_prefs): Support to disable
    single hotkeys. Suggested by Jonathan.
    * wptPreferencesDlg.cpp (preferences_dlg_proc): Support to disable
    single hotkeys.
    * wptKeyserver.cpp (kserver_connect): Reset winsock error var.
    (keyserver_recv): Ditto.
    (keyserver_send): Ditto.
    (wsock_strerror): Returns a description of the winsock problem.
    * wptClipboard.cpp (clip_get_pgp_type): Check if the returned buffer
    is valid.

2001-06-10  Timo Schulz <ts@winpt.org>

    * wptHotkey.cpp (enable_hotkey): New. Set enable flag for a single
    hotkey.
    (mod_hotkeys): Take care of the enable flags.
    (register_hotkeys): Ditto.
    (unregister_hotkeys): Ditto.
    * WinPT.cpp (WinMain): If the registry entry of WinPT doesn't exist,
    don't try to modify hotkeys.
    * WptMainProc.cpp (wpt_main_proc): All message boxes are forced to
    the foreground.

2001-06-12  Timo Schulz <ts@winpt.org>

    * wptPreferencesDlg.cpp (check_hotkey): Check if the hotkey key is
    a big letter, otherwise convert.
    (preferences_dlg_proc): Check hotkeys.
    * wptKeylist.cpp (add_keys): Static functions to add a single key.
    (keylist_add_key): Now it adds all subkeys to the dialog.
    (keylist_alloc): Remove because it's not needed any longer.
    * wptImportList.cpp (implist_alloc): Ditto.    
    * wptSigList.cpp (siglist_alloc): Ditto.
    * wptVerifyList.cpp (verlist_alloc): Ditto.

2001-06-15  Timo Schulz <ts@winpt.org>

    * wptKeylist.cpp (keylist_add_key): Change encrypt param to mode.
    Differ between the new keylist styles.
    * wptGPGME.cpp (keycache_xxx): Move the caching interface to this
    file. For an easier handling between dialogs and code.
    (keycache_rewind): New. Rewind a global keycache context.
    (keycache_next_key): New. Retrieve the next key from the keycache.
    (get_default_key): New. Return the default key, this is the secret
    key with the index 0.
    * wptClipSignDlg.cpp (clip_sign_dlg_proc): Modify the default key
    handling. Now the signer is set in any case. Prevent hanging GPG
    processes.
    * wptSecmem.cpp (vm_safe_init): New. Initialize the safe memory.
    (vm_safe_init_noswap): New. Initialize safe memory with tail data.
    See source for more information.
    (vm_safe_free): New. Free all used pointer and burn all buffers.
    (vm_safe_get): New. Get the begin of the alloced buffer.
    (vm_safe_set_swapfile): New. Set global swapfile name.
    (vm_safe_create_swapfile): New. Creats a swapfile and set its
    contents to zero.

2001-06-16  Timo Schulz <ts@winpt.org>

    * wptKeyEditDlg.cpp (keyedit_dlg_proc): Added missing return.
    Corrected return values.
    * wptErrors.cpp (winpt_strerror): Removed all unused error strings.
    * wptGPG.cpp (get_gpg_path): Change to default path and prevent
    buffer overflows.
    (get_gpg_prog): Ditto.


2001-06-17  Timo Schulz <ts@winpt.org>

    * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Force to use the
    default key for signing.

2001-06-18  Timo Schulz <ts@winpt.org>

    * wptKeyserver.cpp (check_hkp_response): More detailed error check
    of the http response.
    (kserver_send_request): Debug mode now uses logfile.
    (kserver_recv_request): Ditto.
    (kserver_index_request): New. Create a request for a key index.
    (kserver_send): Now uses check_hkp_response.
    (kserver_recv): Ditto.
    (kserver_search): New. Start the key index loop.
    * wptKeyserverDlg.cpp (recv_key): Check if the key was really
    imported and received.

2001-06-22  Timo Schulz <ts@winpt.org>

    * wptHKPSearchDlg.cpp (hkpsearch_dlg_proc): New. Dialog to perform
    keyserver seraching. As an additional feature it's also posible to
    import the keys directly.

2001-06-23  Timo Schulz <ts@winpt.org>

    * wptGPG.cpp (get_gpg_default_keyid): Determine the keyid with the
    options file.

2001-06-24  Timo Schulz <ts@winpt.org>

    * wptGPG.cpp (get_gpg_path): Add null termination to the string.
    Thanks to Jonathan who pointed this out.
    (get_gpg_prog): Ditto.
    (gpg_check_file_ext): Check the file extension for the given GPG
    type.
    (get_gpg_default_keyid): Return null if there isn't an entry in the
    options file.
    * wptKeylist.cpp (add_key): Fixed the wrong return codes of listview_xxx
    style functions.
    * wptImpList.cpp (implist_add_key): Ditto.
    * wptSigList.cpp (siglist_add_key): Ditto.
    * wptVerifyList.cpp (verlist_add_key): Ditto.

2001-06-25  Timo Schulz <ts@winpt.org>

    * wptKeylist.cpp (keylist_load): New. Initialize a keylist item with
    the contents from the given cache context.
    (keylist_add_to_recipients): New. Add the selected keys to the
    recipient set.
    * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Use the new keylist
    function to load the listview.
    * wptClipExportDlg.cpp (clip_export_dlg_proc): Ditto.
    * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Ditto.
    * wptClipDecryptDlg.cpp (parse_gpg_describtion): Beautify the userid
    and the keyid hint.

2001-06-27  Timo Schulz <ts@winpt.org>

    * wptRFC2440.cpp (get_pkt_type): New. Extract the OpenPGP packet type.
    (get_pkt_len): New. Extract the OpenPGP packet length.
    (parse_pke_sesskey): Read a public key encrypted session key
    but without data.
    * wptFilemanagerDlg.cpp (quote_filename): Do some quotings if the
    filename contains spaces. Just to make GPG happy.
    (file_manager_dlg_proc): Check if the file exist after encryption.
    * wptFile.cpp (get_keyid_from_file): Checks the file for an valid
    packet and then extract the keyid.

2001-06-28  Timo Schulz <ts@winpt.org>

    * wptRFC2440.cpp (get_pkttype): Renamed from get_pkt_type and all new
    flag variables to support RFC1991.
    (get_rfc2440_pktlen): Renamed from get_pkt_len to support RFC1991.
    (get_rfc1991_pktlen): Ditto.

2001-06-29  Timo Schulz <ts@winpt.org>

    * wptClipEditDlg.cpp (clip_edit_dlg_proc): Fix a small bug that prevent
    to send data to the clipboard.
    * wptMainProc.cpp (wpt_main_proc): Change the SetForegroundWindow to
    destroy the window immediately.
    * wptKeyserver.cpp (kserver_getip): Removed.
    (kserver_get_langname): Removed.
    (kserver_load_conf): New. Load the keyserver.conf file and set the
    included keyserver addresses into the global context.
    * WinPT.cpp (WinMain): Add the kserver_load_conf to intialize the
    keyserver context.
    * wptImplist.cpp (get_key_date): New. Transform integer timestamp
    to ISO date.
    (implist_add_key): Now it uses the context instead of all single
    variables.

2001-06-30  Timo Schulz <ts@winpt.org>

    * wptFilemanagerDlg.cpp (file_manager_dlg_proc): Uses the new passphrase
    code.
    * wptClipSignDlg.cpp (clip_sign_dlg_proc): Ditto.
    * wptClipSignEncDlg.cpp (clip_sign_dlg_proc): Ditto.
    * wptFileManager.cpp: New. (fm_build): New. Initialize the filemanager.
    (fm_delete): New.
    (fm_encrypt): New.
    (fm_get_current_pos): New.
    (fm_get_file_type): New.
    (fm_add_dropped_files): New.

2001-07-01  Timo Schulz <ts@winpt.org>

    * wptFileManager.cpp (fm_verify): New.
    (fm_decrypt): New.
    * wptFileEncryptDlg.cpp (file_encrypt_dlg_proc): New.


2001-07-04  Timo Schulz <ts@winpt.org>

    * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Auto retrieve key
    if the user agree.
    * wptKeylist.cpp (keyload_load): Use the mode from the param, not
    the hardcoded.
    * wptGPGOptDlg.cpp (gpgopt_dlg_proc): Load options file on startup.
    Rename 'load' to 'reload' to make sense with the new code.
    * wptHotkeys.cpp (mod_hotkeys): Rewrite the entire code for the
    registry stuff.
    * wptRegistry.cpp (set_reg_winpt_prefs): Ditto.
    (get_reg_winpt_prefs): Ditto.
    (regist_inst_winpt): Remove the old code.
    (register_single_filetype): Replacement for the old code.

2001-07-05  Timo Schulz <ts@winpt.org>

    * wptHotkey.cpp (mod_hotkeys): Fix a small typo.

2001-07-11  Timo Schulz <ts@winpt.org>

    * wptKeyserver.cpp (wsock_strerror): If it's an unknown error, add
    the integer.
    (keyserver_create_conf): Create a config file instead of the error.
    * wptGPG.cpp (create_gpg_options): If the file doesn't exist create
    a default file. This prevents confusing error messages.
    (get_gpg_options): Use new code.
    * wptErrors.cpp (winpt_debug_msg): Improved debug message that tells
    the user how to find the files.

2001-07-12  Timo Schulz <ts@winpt.org>

    * wptClipDecryptDlg.cpp (clip_decrypt_dlg): If the dialog was canceled,
    just quit without any messages. Suggested by Rich.


2001-07-13  Timo Schulz <ts@winpt.org>

    * wptKeyserver.cpp (kserver_send_request): Add the "keytext" string to
    the request. Arggg!
    (check_hkp_response): Add flag to differ between 'send' and 'recv' mode.


2001-07-14  Timo Schulz <ts@winpt.org>

    * wptKeylist.cpp (keylist_add_key): Check for secret keys before adding
    it to the signing keylist.
    * wptClipSignDlg.cpp (clip_sign_dlg_proc): Add newline if the passphrase
    is empty.
    * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Ditto.


2001-07-17  Timo Schulz <ts@winpt.org>

    * wptKeylist.cpp (keylist_build_small): Support for a minimal keybox
    and increment the 'cols' variable inside the structure for further use.
    (add_key): Watch for the 'cols' variable to figure out how much columns
    are used.
    * wptListView.cpp (listview_set_ext_style): Set an extended style for
    the given listview.
    * wptKeyserverDlg.cpp (keyserver_dlg_proc): Use WM_NOTIFY to save the
    selected server.
    * wptClipSignDlg.cpp (clip_sign_dlg_proc): Ditto.
    * wptKeyserver.cpp (kserver_connect): IP address support. This is faster
    and no DNS lookup is needed.

2001-07-19  Timo Schulz <ts@winpt.org>

    * wptClipDecryptDlg.cpp (clip_decrypt_dlg_proc): Support for more
    detailed error messages in the case for a missing key or an included
    signature.

2001-07-20  Timo Schulz <ts@winpt.org>

    * wptKeyserver.cpp: (kserver_send_request): Correct the octect length
    of the request.
    (check_hkp_response): If an error ocurred, copy the error message into
    the static buffer.
    (kserver_strerror): Interface for the static error buffer.
    * wptKeyserverDlg.cpp (hkp_err_box): Generates a HKP specific message
    box.
    (hkp_send_key): Add more verbose messages at the end.
    (hkp_recv_key): Ditto.
    (check_pattern): Rewrote the entire code to be more bug proof.
    * wptKeylist.cpp (keylist_add_to_recipients): Add a flag to indicate
    that the recipient list contains untrusted entries.
    * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Use the new flag to
    force GPG to add the need options.
    * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Ditto.

2001-07-21  Timo Schulz <ts@winpt.org>

    * wptFileEncryptDlg.cpp (file_encrypt_dlg_proc): Set cancel mode in
    the case of IDCANCEL.
    * wptFileSignDlg.cpp (file_sign_dlg_proc): Ditto.
    * wptKeyEditDlg.cpp (keyedit_dlg_proc): Check if the key is a key pair
    pair and only if activate the passphrase dlg items.
    Do sanity checks for all buttons that require key pairs.
    * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Support the new code.
    
2001-07-22  Timo Schulz <ts@winpt.org>

     * wptKeyPrefsDlg.cpp (keyprefs_dlg_proc): New.
     (get_key_created): New. Transform ulong timestamp to ascii.
     (get_key_algo): New. Returns a formatted algorithm (depend on subkeys).
     (get_key_size): New. Returns a formatted size depend (depend on subkeys).
     * wptSigList.cpp (siglist_add_key): Fix the timestamp.
     * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Removed "list sigs" and replace
     this with list trust path.
     * wptKeySigDlg.cpp (keysig_dlg_proc): Remove the set_check_mode function
     because we always check the signatures.
     * wptKeyTrustPathDlg.cpp (keytrust_dlg_proc): New.
     
2001-07-24  Timo Schulz <ts@winpt.org>

    * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Get new cache context after
    reloading the keycache. Fixed the memory leaks. Thanks to Andreas.
    * wptKeyEditDlg.cpp (keyedit_dlg_proc): Better GPGME callback to inform
    the user about errors.
    * wptKeyTrustPathDlg.cpp (copy_trust_item): New. Copy the GPGME structure
    in our own context.
    (treeview_insert_item): New. Handy function to insert an entry.
    (treeview_create_child_item): New. Insert a trustlist node.
    (treeview_add_trustpath): New. Add recursively the whole trust path
    int the tree view.
    * wptKeysigDlg.cpp (check_for_missing_keys): New. Checks if the
    signature list contains entries with a NOKEY status.
    (recv_missing_keys): New. Receive all keys with a NOKEY as the signature
    status.
    * wptImportList.cpp (implist_load): New. Initialize the listview item
    with an import overview.
    * wptClipImportDlg.cpp (clip_import_dlg_proc): Use implist_load instead
    of the code.
    (print_import_status): Summarize the results. We need this because file
    import needs the same function.
    * wptFileImportDlg.cpp (file_import_dlg_proc): New. Interface for the
    file manager.
    * wptFileManagerDlg.cpp (file_manager_dlg_proc): New code for the key
    import from file.
    * wptFileManager.cpp (fm_import): New. Ditto.
    * wptKeyserver.cpp (kserver_connect): Take care for some return values
    and set the socket to non blocking mode.
    Moved the Winsock2 init code to wptMainProc.cpp
    * wptMainProc.cpp (wpt_main_proc): Wsock2 code.
    * wptHKPSearchDlg.cpp (hkpsearch_dlg_prog): Remove Wsock2 init code.

2001-07-25  Timo Schulz <ts@winpt.org>

    * WinPT.cpp (WinMain): Add a sanity check for the keycache to detect
    serious GPG errors.
    * wptFileManager.cpp (fm_sym_encrypt): New. Symmetric encryption.
    Suggested by Graham.
    (fm_decrypt): Change code to support symmetric decryption.
    (fm_get_file_type): Fixed some typos.

2001-07-26  Timo Schulz <ts@winpt.org>

    * wptGPG.cpp (check_gpg_keyring): New. Check if a gpg keyring
    exists. Useful if the keyring was moved during some commands.
    * wptMainProc.cpp (wpt_main_proc): Use the new code. Thanks to
    Rich to discover this.

2001-07-29  Timo Schulz <ts@winpt.org>

    * wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): New. Dialog for creating
    a key revocation certificate. Add a hint to show how sentensive this
    data is.
    * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Added the code to handle the
    revocation.
    * wptAgent.cpp: Source for the server interface removed.
    (agent_is_avail): New. Checks if the agent is available.
    * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Added the interface code
    for the agent.

2001-07-30  Timo Schulz <ts@winpt.org>

    * wptClipSignDlg.cpp (clip_sign_dlg_proc): Added the interface code
    for the agent.
    * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Ditto.

2001-08-01  Timo Schulz <ts@winpt.org>

    * wptKeyserver.cpp (kserver_urlencode): Create a HTTP compatible
    request for uploading a key.
    (kserver_send_request): Use the urlencode to send the key.
    (sock_read): New. Improved read function to replace recv.
    (sock_write): New. Improved write function to replace send.
    * wptFileManager.cpp (fm_get_file_type): If the data is armored,
    call fm_check_armor_type().
    (fm_check_armor_type): New. Figure out the armor type of the data.
    * wptKeyMisc.cpp (key_misc_dlg_proc): Use a menu instead of the
    buttons. Optimized the code.

2001-08-02  Timo Schulz <ts@winpt.org>

    * wptGPG.cpp (check_gpg_path): Check the size of both keyrings too.
    Useful in the case the file was generated but it's empty.
    * wptKeyEditDlg.cpp (key_edit_dlg_proc): Fixed some typos.


2001-08-03  Timo Schulz <ts@winpt.org>

    * wptMainProc.cpp (wpt_main_proc): The GPG menu was removed, now
    we support this code in the key manager.
    * wptKeyMisc.cpp (key_misc_dlg_proc): Supports new GPG commands.
    * wptKeyserver.cpp (kserver_index_request), (kserver_recv_request):
    Removed. The code moved into the main functions.
    (kserver_send), (kserver_recv): Ditto.
    (sock_write): Improved code.
    (sock_read): Ditto and some additional timeout.
    (sock_select): New. Figure out the socket state.
    (kserver_search_init): New. Make connection to the server.
    * wptHKPSearchDlg.cpp (hkp_search_dlg_proc): Now it uses the new
    keyserver code.
    * wptFile.cpp (get_keyid_from_file): Add support for the PGP marker
    packet. Thanks to Alan.
    (check_for_symenc_data): Ditto.
    * wptFileManager.cpp (fm_get_file_type): Ditto.
    (fm_decrypt): Move the keycache in the if loop and fix the keycache
    type.

2001-08-05  Timo Schulz <ts@winpt.org>

    * wptKeylist.cpp (keylist_add_key): Change the schematics to support
    all keyids.
    * wptSigList.cpp (siglist_build): New. Interface code to load the
    signature list.
    * wptKeysigDlg.cpp (keysig_dlg_proc): Uses siglist_build.

2001-08-06  Timo Schulz <ts@winpt.org>

    * wptFilemanager.cpp (fm_sign): Set the keyid length to 16.

2001-08-08  Timo Schulz <ts@winpt.org>

    * wptGPG.cpp (check_gpg_path): Sanity check for size of the options file.
    Support for more configurations.
    * wptFileSignDlg.cpp (file_sign_dlg_proc): Fixed error in signature mode.
    Add all strings to the translation suite.
    * Updated all NLS dialog strings.
    * wptRFC2440.cpp (get_pkttype): Fixed error to check the CTB.
    * wptFileManager.cpp (fm_decrypt): Support to decrypt armored file,
    with a dynamic callback for the passphrase.

2001-08-11  Timo Schulz <ts@winpt.org>

    * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Beautify the dialog and
    separate the fingerprint from the othr information.
    * wptGPG.cpp (check_opt_keyring): New. Do a sanity check if the
    file, specified in the options line, does exist.

2001-08-17  Timo Schulz <ts@winpt.org>

    * wptClipSignDlg.cpp (clip_sign_dlg_proc): Choose key if there is only
    one by default.
    * wptKeyList.cpp (keylist_add_to_recipients): Ditto.
    * wptGPG.cpp (gpg_check_homedir): Creates the GPGME specific gpgProgram
    entry in the registry in the case it's missing (whenever it's possible!).
    (check_gpg_path): Rewrite parts of the code.

2001-08-20  Timo Schulz <ts@winpt.org>

    * wptGPG.cpp (create_gpg_options): Fixed nul byte bug. Thanks to Thomas.
    * wptPreferencesDlg.cpp (prefs_dlg_proc): Fixed the code to disable
    the hotkeys. Automatically enable or disable the hotkey field depend
    on the switch.

2001-08-21  Timo Schulz <ts@winpt.org>

    * wptGPG.cpp (get_gpg_default_keyid): Modify the code and now it
    also supports "encrypt-to" entries as default keys.
    * wptWipeExt.cpp (wipe_init_ext): New. Load the DLL to provide
    secure wiping.
    (wipe_deinit_ext): New. Unload the DLL and free all pointer.
    (wipe_loaded_ext): New. Checks wether the DLL was loaded.
    * wptW32API.cpp (set_menu_state): New.

2001-08-25  Timo Schulz <ts@winpt.org>

    * wptStringUtil.cpp (strlist_new): New. Linked list to hold strings.
    (strlist_release): New. Release the linked list.
    (strlist_add): New.

2001-08-26  Timo Schulz <ts@winpt.org>

    * wptFileManager.cpp (fm_entry_new): New.
    (fm_entry_release): New.
    (fm_state_new): New.
    (fm_state_release). New.
    (fm_get_current_file): New.
    * wptKeylist.cpp (strlist_add_recipients): New.

2001-08-28  Timo Schulz <ts@winpt.org>

    * wptKeylist.cpp (strlist_add_recipients): Fixed the listview handling.
    * wptKeyserver.cpp (kserver_load_conf): Proxy support
    (kserver_connect): Ditto.

2001-08-30  Timo Schulz <ts@winpt.org>

    * wptFilemanager.cpp (fm_encrypt): Add minor changes.
     (fm_decrypt): Ditto.
     (fm_sign): Ditto.
     (fm_verify): Make the code more modular.
     (fm_add_sig_stat): New. For new fm_verify code.

2001-08-31  Timo Schulz <ts@winpt.org>

    * wptFileManager.cpp (fm_add_opened_files): New. Use a standard
    file open dialog instead of drag & drop.
    * wptHotkeys.cpp (hotkey_strerror): More detailed information which
    hotkey couldn't set up.
    (hotkey_register_single): Ditto.

2001-09-01  Timo Schulz <ts@winpt.org>

    * wptMainProc.cpp (wpt_main_proc): Remove the im- and export operations.
    These code is now part of the key manager.
    * wptKeyPropsDlg.cpp (key_props_dlg): Removed the get_key_xxx functions.
    * wptKeylist.cpp (get_key_algo): New.
    (get_key_created): New.
    (get_key_type): New.
    (get_key_size): New.
    (get_key_fpr): New.
    * wptClipExportDlg.cpp (clip_export_dlg_proc): Removed. This is now
    a part of the keymanager.

2001-09-04  Timo Schulz <ts@winpt.org>

    * Rewrote most parts of the keymanager.
    * Ditto for the filemanager.

2001-09-05  Timo Schulz <ts@winpt.org>

    * wptKeyMiscDlg.cpp (clip_export): New. Handy function to export keys.
    (clip_import): New. Handy function to import keys.
    * wptKeygenDlg.cpp (keygen_dlg_proc): Added a warning when the passphrase
    is too short.

2001-09-07  Timo Schulz <ts@winpt.org>

    * wptFileManagerDlg.cpp (file_manager_dlg_proc): Fix memory leaks.

2001-09-12  Timo Schulz <ts@winpt.org>

    * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Fixed a format error.
    Thanks to Rich who pointed this out.

2001-09-13  Timo Schulz <ts@winpt.org>

    * Revamped the whole plugin code for OE5.
    * wptMailPlugin.cpp (oe_plugin_new): New. Allocates new structure.
    (oe_plugin_releae): New.
    (oe_plugin_init): New. Searches for the OE main window and select
    all the recipients from the fields.
    (oe_get_msg): This code now uses the menu command id's to
    execute the commands.
    (oe_set_msg): Ditto.
    (oe_encrypt): Changed for the new code.
    * wptMainProc.cpp (wpt_main_proc): Re-activate the code.
    * wptHotkeys.cpp: Ditto.
    * Removed the hook project.

2001-09-14  Timo Schulz <ts@winpt.org>

    * wptWAB.cpp: (wab_read): New. Interface to read all address book
    entries.
    (wab_open): New. Internal function to load the WAB.
    (wab_release): New. Release the WAB contexts.
    (wab_load): New. Load the contents of the WAB into a linked list.
    (addr_list_new): New. Linked address list.
    (addr_list_add): New.
    (addr_list_release): New.

2001-09-16  Timo Schulz <ts@winpt.org>

    * wptExtensions.h: New. This file is now used for the extenion
    declarations.
    * wptExtensions.new: (register_extensions): New. Enumerate and
    load all possible extensions.
    (unregister_extentions): New. Release all loaded extensions.
    * wptKeyserver.cpp (kserver_load_conf): Added support for different
    keyservers. Currently only HTTP/LDAP.
    * wptKeyserverDlg.cpp (keyserver_dlg_proc): Added LDAP support.
    (hkp_recv_key): Ditto.
    * wptMailPlugin.cpp (oe_set_focus): Fixed silly bug that prevents
    to set the focus.
    * (oe_check_recipient): New. Checks if the key is able to encrypt
    and valid in the sense of revocation.

2001-09-17  Timo Schulz <ts@winpt.org>

    * wptClipboard.cpp (clip_isalready_secured): Fixed two silly bugs
    who prevent the correct return value in the case of an clipboard error.
    (clip_parse_pgp_id): New. Returns the PGP message type.
    * wptHotkey.cpp (hotkeys_strerror): Fixed bug in the indexes.
    (hotkey_single_register): Return correct error value.
    (hotkey_single_unregister): Ditto.
    * wptW32API.cpp (get_thread_id): Removed.
    (attach_thread_input): Ditto.
    (detach_thread_input): Ditto.
    * wptCurrWnd.cpp (get_window_contents): Store main and focused window
    for later use.
    (set_window_contents): Use the new code.

2001-09-23  Timo Schulz <ts@winpt.org>

    * wptSubkeyDlg.cpp (key_subkey_dlg_proc): New. Lists the subkeys.
    The same as the userid dialog.
    * wptWndSwitchDlg.cpp: Removed.
    * wptWipeExt.cpp: Removed. Code is now included.
    * wptGPGME.cpp (get_default_keyid): If the keyid from the options
    file is in the keycache.
    * wptKeylist.cpp (keylist_reload): New. Reload a keylist.

2001-09-26  Timo Schulz <ts@winpt.org>

    * wptW32API.cpp (listbox_add_string): New. Shortcut to avoid long casts.
    (listbox_get_cursel): Ditto.


2001-09-27  Timo Schulz <ts@winpt.org>

    * wptMainProc.cpp (wpt_main_proc): Fixed typo. Thanks to Andy who
    discovered this.
    * wptPasswdDlg.cpp (passwd_dlg_proc): New. Handy dialog to get the
    passphrase.
    * wptEditKeyDlg.cpp: Removed. The edit-key code is now moved to
    the various other dialogs to make the use more easier.
    * wptKeyUIDDlg.cpp: (keyuid_dlg_proc): ADDUID code, use it here.
    * wptSubkeyDlg.cpp: (subkey_dlg_proc): ADDKEY code. Ditto.


2001-09-28  Timo Schulz <ts@winpt.org>

    * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): WM_NOTIFY to handle
    the double click messages.
    * wptClipSignDlg.cpp (clip_sign_dlg_proc): Ditto.
    * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Ditto.
    * wptFileManager.cpp (overwrite_file): Check if the file exists and
    then let the user decide.
    (fm_encrypt): Use the code here.
    (fm_sign): And here.
    (fm_sym_encrypt): And here. Now we use the passphrase dialog.
    (fm_decrypt): And here.
    * wptFile.cpp (unlink_file): Removed. We can use sunlink if we need
    a secure wipe.

    Make the memory checking more strict.

2001-10-04  Timo Schulz <ts@winpt.org>

    * wptPassphraseCB.cpp (parse_gpg_describtion): Free buffer.
    * wptKeyserver.cpp (kserver_search_init): Set buffer to NULL.
    Both were pointed out my Timo (not me ;-)).
    * wptKeylist.cpp (add_key): Fix a typo and now the code is more
    strict with returned attributes.
    * wptKeysignDlg.cpp (keysign_dlg_proc): Modify GPGME interface
    for local signatures.

2001-10-05  Timo Schulz <ts@winpt.org>

    * wptKeylist.cpp: (addkey): Check if the used userID is not revoked.
    In the case it is, use the first userID.
    * wptKeySubkeyDlg.cpp (key_subkey_dlg_proc): Change the listbox.
    Remove the Pos column and add a status column instead.
    Add expire stuff for subkeys.
    (init_dtp): Initialize the common control.
    * wptClipEditDlg.cpp (clip_edit_dlg_proc): New code to load a file
    into the clipboard.
    * wptKeyPropsDlg.cpp (ot_id_to_string): New. Returns a long description
    of the ownertrust value.
    (keyprops_dlg_proc): Fixed ownertrust handling.

2001-10-06  Timo Schulz <ts@winpt.org>

    * wptPassphraseCB.cpp (parse_gpg_description): Fixed a memory leak.

2001-10-08  Timo Schulz <ts@winpt.org>

    * wptKeyserver (kserver_connect): If the proxy settings are valid,
    use the proxy port instead of the HKP port.
    (kserver_recvkey): Proxy support.
    (kserver_search_init): Ditto.

2001-10-09  Timo Schulz <ts@winpt.org>

    * wptFileManagerDlg.cpp (file_manager_dlg_proc): Check the return
    code of sunlink.
    * wptGPG.cpp (get_keyring_from_optfile): New.
    Renamed gpg_errstr to gpg_strerror.
    (set_default_key): New.
    * wptKeyMiscDlg.cpp (keymisc_dlg_proc): Support for default key setting.
    
2001-10-10	Timo Schulz <ts@winpt.org>

	* wptGPG.cpp (set_gpg_default_key): Use spaces if the entry in the
	file is longer then the keyid.
	(get_gpg_default_key): Replaced get_gpg_default_keyid. Check if the
	entry is an userid.
	* wptFileManager.cpp (fm_check_for_entry): New. Avoid to add a file
	more then one time.
	(fm_add_dropped_files): Use it here.
    * wptFileManagerDlg.cpp (file_manager_dlg_proc): Support for common
    keys.

2001-10-13  Timo Schulz <ts@winpt.org>

    Set all ListviewControls to 'NULL' in all dialogs to be more crash
    resistent.

    * wptFileEncryptDlg.cpp (file_encrypt_dlg_proc): Rebuild interface.
    * wptFileExportDlg.cpp (file_export_dlg_proc): Ditto.
    * wptFileImportDlg.cpp (file_import_dlg_proc): Ditto.
    * wptFileSignDlg.cpp (file_sign_dlg_proc): Ditto.
    * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Ditto.
    * wptStringUtil.cpp: Removed.
    * wptFileManager.cpp: Rewrote the complete interface code for
    the file manager.
    * wptFileManagerDlg.cpp: Rewrote the whole file manager dialog.

2001-10-15  Timo Schulz <ts@winpt.org>

    * wptFileManager.cpp (fm_wipe): New.
    (fm_set_status): Add temporary wipe status and handle default values.
    (fm_parse_files): Use fm_wipe instead of sunlink. Delete all wiped
    files with a successful opeation.
    * wptKeygenCbDlg.cpp (keygen_cb_dlg_proc): New. Static dialog procedure.
    (keygen_cb_thread): New. Static dialog thread.
    (keygen_cb_dlg_create): New. Interface.
    (keygen_cb_dlg_destroy): New. Destroy the dialog.
    (keygen_cb): GPGME interface.

2001-10-16  Timo Schulz <ts@winpt.org>

    * wptW32API.cpp (check_date): New.
    (get_open_filename): New.
    * wptDlgs.cpp (init_dtp): New. Initialize a special common control.
    * wptKeygenDlg.cpp (keygen_dlg_proc): Add support for exipre dates.

2001-10-17  Timo Schulz <ts@winpt.org>

    * wptCurrWnd.cpp (get_window_contents): Only minimize the window
    when the clipboard contains text.
    * wptKeylist.cpp (keylist_add_key): Check only for invalid keys
    in the mainloop. The other flags are checked in the various cases.
    (add_key): Use the ** foo ** notation for invalid flags instead of
    skipping the key.
    * wptKeyMiscDlg.cpp (clip_export): Check for revoked keys and print
    out a warning.
    Change all error messages to one header.
    (check_key_status): Check if the key is valid in the sense of
    revocation and expire dates. If not, print out a warning.
    (keymisc_dlg_proc): Use the new code.

2001-10-19  Timo Schulz <ts@winpt.org>

    * wptGPGPrefsDlg.cpp (gpg_prefs_dlg_proc): Support for various
    option files.
    * wptMainProc.cpp (wpt_main_proc): Remove the preferences menu and
    use a popup menu.
    * wptExtensions.cpp (gpgoe_load_plugin): New. Try to load the GPGOE
    plug-in.
    (gpgoe_unload_plugin): New.

2001-10-22	Timo Schulz <ts@winpt.org>

	Remove all MyGPGME code from the main project. Now we use the
	libmygpgme.dll to provide all cryptographic functions and interfaces.

	* wptKeylist.cpp (key_array_new): New.
	(key_array_release): New.
	(key_array_search): New. 
	* wptKeylist.cpp (keylist_add_to_recipients): Check if an untrusted key was
	already checked and don't bother the user if all userid's were selected.
	* wptPassphraseCB.cpp (passphrase_cb_init): Now void.
	(passphrase_cb_gpgme): Ditto.
	(passphrase_callback_proc): Support for a list of recipients.
	* wptImportList.cpp (implist_add_key): Support for secret keys.

2001-10-23	Timo Schulz <ts@winpt.org>

	* wptClipSignDlg.cpp (clip_sign_dlg_proc): Replace for with while
	because it's shorter.
	* wptFileSignDlg.cpp (file_sign_dlg_proc): Use keylist instead of
	the default keyid.
	* wptFileManager.cpp (fm_sign): Remove the default key ID code. Now
	we use the signer from the keylist.
	* wptGPGME.cpp (get_default_keyid): Revamp most of the code and fix
	some silly bugs.
	* WinPT.cpp (WinMain): if there is no valid keyring after the new
	preferences, start the key generation dialog.

2001-10-25	Timo Schulz <ts@winpt.org>

	* wptGPG.cpp (get_gpg_default_key): Support for the users options file.
	(check_gpg_path): Ditto.
	(get_gpg_options): Ditto.
	(set_gpg_default_key): Ditto.
	(set_gpg_options): Ditto.
	(gpg_check_keyring): Ditto.
	(set_gpg_default_keyid): Fix a typo.
	* wptGPGME.cpp (get_default_keyid): Rewrote most of the code.

2001-10-26	Timo Schulz <ts@winpt.org>

	* wptExtensions.cpp: Removed.
	* wptLDAPExt.cpp: Removed.
	* wptLDAP.cpp: New. This code now contains a direct interface to
	the WLDAP library so we don't need extra DLL's to handle LDAP keyservers.
	(wldap_init): New.
	(wldap_end): New.
	(ldap_set_verbose): New.
	(ldap_get_key_info): New.
	(ldap_recvkey): New.
	(init_ldap): New. Internal use only.
	(get_key): New. Ditto.
	(send_key): New. Ditto.
	* wptMainProc.cpp (wpt_main_proc): Init and de-init the LDAP dll.

2001-10-27	Timo Schulz <ts@winpt.org>

	* wptKeylist.cpp (keylist_enum_recipients): Add a type to make
	the code more flexible.
	* wptKeyMiscDlg.cpp (file_import): New.
	(file_export): New.
	* wptKeySigDlg.cpp (recv_missing_keys): Fixed a typo.

	Removed all OE code snippets.

2001-10-28	Timo Schulz <ts@winpt.org>

	* wptKeyMiscDlg.cpp (key_misc_dlg_proc): New virtual key support
	for ENTER/SPACE and DELETE. Suggested by Graham.
	* wptKeyList.cpp (add_key): New code to figure out how trustworthy
	a expired/revoked secret key is.
	(keylist_enum_recipients): Show the key ID of the key when it's
	revoked.
	* wptFileManager.cpp (fm_decrypt): Parse all PKE packets and not
	only the first to figure out if a secret is available. Thanks to
	Graham.
	* wptFile.cpp (get_keyid_from_file): Ditto.

2001-10-30	Timo Schulz <ts@winpt.org>

	* wptHotkey.h: Fixed typo. Thanks to Timo.
	* wptGPG.cpp: (gpg_check_homedir): Fixed memory leak. By Timo.
	(get_gpg_default_key): Skip comment lines immediately.
	* wptRegisty.cpp (get_reg_winpt_prefs): Ditto.
	* wptKeyManagerDlg.cpp (keylist_subclass_proc): New. Procedure
	for subclassing.

	Remove all unsafe WM_NOTIFY stuff because this was propably the
	reason for the crashes. And add as a sanity check if the control
	sent the message.

2001-11-02	Timo Schulz <ts@winpt.org>

	* WinPT.cpp (WinMain): Add the chance to start the preferences dialog
	in the case a GPG error was detected.
	* wptKeyManagerDlg.cpp (delete_keys): Interface to delete all selected
	keys.

2001-11-03	Timo Schulz <ts@winpt.org>

	(fm_remove_crit_file_attrs): First check if the file exists.
	Thanks to Peter.

2001-11-07	Timo Schulz <ts@winpt.org>

	* wptGPG.cpp (set_gpg_default_key): Rewrote the part of changing
	the key id.
	* wptKeyManagerDlg.cpp (file_import): Use force trust to allow secret
	key imports.
	* wptGPGOptDlg.cpp (gpgopt_dlg_proc): If the options file exists and
	the user doesn't set the field, try to do this automatically.

2001-11-13	Timo Schulz <ts@winpt.org>

	* wptGPG.cpp (get_gpg_optfile): Check for the case the OptFile entry
	is set but to "". Then use default gpg directory.
	* wptKeyManagerDlg.cpp (send_to): New. Context entry for sending keys.
	(refresh_from_keyserver): New. Context entry for update keys.
	(keymisc_dlg_proc): Modify the way the popup is shown.

2001-11-18  Timo Schulz <ts@winpt.org>

    * wptKeyManager.cpp: New. Contains all handy functions from the
    wptKeyManagerDlg.cpp. This should help to cleanup the dialog code.
    (km_quote_uid): New.
    (km_check_for_seckey): New.
    (km_check_key_status): New.
    (km_clip_export): New.
    (km_clip_import): New.
    (km_file_export): New.
    (km_file_import): New.
    (km_delete_keys): New.
    (km_send_to_keyserver): New.
    (km_refersh_from_keyserver): New.
    (km_update_default_key_str): New.
	* wptKeygenDlg.cpp (ask_for_backup): New.
	(keygen_dlg_proc): Use new function to give the chance to the
	user for a complete backup.

2001-11-22	Timo Schulz <ts@winpt.org>

	* wptW32API.cpp (set_foreground_wnd): New.

	Fixed the return value of all EndDialogs.

	* wptMainProc.cpp: Remove all code parts which did the same for the
	current window support. Now the code uses a dialog switch which is
	much smaller.

2001-11-23	Timo Schulz <ts@winpt.org>

	* wptW32API.cpp (set_active_window): New.
	(reset_active_window): New.
	(window_reminder): New. This is a delayed thread procedure to
	force the focus (foreground) to the dialogs for the current
	window mode.
	* wptMainProc.cpp (winpt_main_proc): Use it here.
	* wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Ditto.
	* wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Ditto.
	* wptClipSignDlg.cpp (clip_sign_dlg_proc): Ditto.
	* wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Ditto.

2001-11-24	Timo Schulz <ts@winpt.org>

	* wptKeyManager.cpp (km_groups_new): New.
	(km_groups_release): New.
	(km_groups_load): Rewritten.
	(km_groups_add): New.
	(km_groups_del): New.
	(km_groupdb_open): New.
	* wptKeyManagerDlg.cpp (keymisc_dlg_proc): Added group support.
	* wptGroups.c (groupdb_enum_read): Store the record before increment it.

2001-11-27	Timo Schulz <ts@winpt.org>

	* wptKeyserver.cpp (base64_encode): New. Marco provided HTTP
	proxy authentifcation support for each command.
	(kserver_update_proxyuser): New. Ditto.
	(kserver_send_request): Ditto.
	(kserver_recv_request): Ditto.
	(kserver_search_init): Ditto.

2001-11-29	Timo Schulz <ts@winpt.org>

	* wptKeyManager.cpp (km_groupdb_expand_recipients): New.
	* wptMainProc.cpp (clip_gpg_dlg): New.
	Modify the whole event loop so we don't need all the same code
	for each command. And we use the new foreground code.
	* wptW32API.cpp (check_date): Fixed.

2001-12-02	Timo Schulz <ts@winpt.org>

	* wptGroups.c: Revamped from the base. Arggg.

2001-12-15  Timo Schulz <ts@winpt.org>

    * wptKeyManagerDlg.cpp (keymisc_dlg_proc): New menu items for
    copy and paste.

2001-12-19	Timo Schulz <ts@winpt.org>

	* Completed work on the temporary file support for GPG.
	* wptRegistry.cpp (set_reg_winpt_prefs): Add mode for the
	plaintext viewer option. Suggested by Markus Winkler.
	(get_reg_winpt_prefs): Ditto.
	* wptPreferencesDlg.cpp (prefs_dlg_proc): Ditto.
	* wptMainProc.cpp (winpt_main_proc): Ditto.

2001-12-21	Timo Schulz <ts@winpt.org>

	* wptTextInputDlg.cpp (text_input_dlg_proc): New.
	* wptMainProc (clip_gpg_dlg): Support for deached signatures.
	* wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Ditto.

2001-12-30	Timo Schulz <ts@winpt.org>

	* wptFileManager.cpp (fm_sign): Always use callbacks for the
	passphrase.
	(fm_decrypt): Ditto.
	(fm_parse_files): Cache the passphrase for the session and check
	if the file still exists.
	* wptRFC2240.cpp (parse_ske_sesskey): Removed. We no longer use
	low level stuff here.
	* wptFile.cpp (get_keyid_from_file): Ditto.

2002-01-01	Timo Schulz <ts@winpt.org>

	* wptFileManager.cpp (fm_verify): Support for the case there is
	no public key to verify the signature.

2002-01-06  Timo Schulz <ts@winpt.org>

    * wptPreferencesDlg.cpp (prefs_dlg_proc): Support for the sign+encrypt
    hotkey.
	* wptRegistry.cpp: Ditto.
	* wptRegistry.h: Ditto.
	* wptHotkey.h: Ditto.
	* wptGPG.cpp (gpg_load_options): New.
	(gpg_save_options): New.

2002-01-13	Timo Schulz <ts@winpt.org>

	* wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Fixed some boolesche
	settings.
	* wptGPG.cpp (gpg_backup_options): New.
	(gpg_load_options): Ignore comment lines.
	(gpg_save_options): Rewritten.

2002-01-18	Timo Schulz <ts@winpt.org>

	* wptMainProc.cpp (winpt_main_proc): NLS support for new menu style.
	* wptPassphraseCB.cpp (parse_gpg_description): Support when no
	description was given. One example is when symmetric was used.

2002-01-20	Timo Schulz <ts@winpt.org>

	* wptMainProc.cpp (winpt_main_proc): Fix the error, that the user
	have to click twice before the menu appears. Richard told me this.


2002-01-23	Timo Schulz <ts@winpt.org>

	* wptClipEditDlg.cpp (clip_edit_dlg_proc): Release the buffer for
	loading a file.
	Add new code to save file with clipboard contents.

2002-01-26	Timo Schulz <ts@winpt.org>

	* wptKeylist.cpp (keylist_add_key): Use flags for the file manager
	to avoid to show all userid's. Thanks to Frank.
	* wptDateDlg.cpp (date_dlg_proc): New context to use different
	window texts and some other features.
	* wptKeygenDlg.cpp (keygen_dlg_proc): Use it here.
	* wptKeySubkeyDlg.cpp (subkey_dlg_proc): Ditto.
	* wptGPG.cpp (gpg_create_groupdb): Create the groupdb.gpg file if
	it doesn't exist.
	* WinPT.cpp (WinMain): Use the new code here.

2002-02-04	Timo Schulz <ts@winpt.org>

	* WinPT.rc: Set LVS_SHOWSELALWAYS for all listview elements
	which need it. Thanks to Timo who find this out.
	* WinPT.cpp (WinMain): We don't quit in the case the user changed
	the preferences.
	(update_keycache): New. Handy function to update the keycache.

	* Use quotation for the options file in any case.

	* clipboard.c (gpgme_clipboard_verify): When the NO_PUBKEY status
	is set, we don' try to get the sig key.

	* wptGPG.cpp (get_gpg_default_key): Revamped.

2002-02-05	Timo Schulz <ts@winpt.org>
	
	wptGPG.cpp (gpg_save_options): Fixed the code for the case the
	values don't exist in the options file. Thanks to Lutz who found this out.
	(get_gpg_default): First search for "default-key" then for "encrypt-to".

2002-02-05	Timo Schulz <ts@winpt.org>

	* wptGPG.cpp (gpg_save_options): Catch the case when the options file
	exist but it has a length of zero.
	(gpg_display_error): Print out the data from the GPG stderr 
	(when available).
	* w32-util.c (_gpgme_get_gpg_optfile): Check if the file exists and if
	not, return NULL.
	* wptKeyManagerDlg.cpp (keymisc_dlg_proc): Add support to export secret
	keys.

	* Fixed a lot of memory allocation all over the place.

2002-02-08	Timo Schulz <ts@winpt.org>

	* wptNLS.c: Now it's C-source because GPGME needs gettext too.
	(stpcpy): Makes it static.
	* errors.c: localize all error strings.
	* WinPT.cpp (get_gettext_lang): Move the code in this file because
	we can't use it in plain C.

2002-02-23	Timo Schulz	<ts@winpt.org>

	* wptListview.cpp (listview_del_items): New.
	* wptKeyManager.cpp (km_delete_keys): Use it here.
	* wptKeygenDlg.cpp (keygen_dlg_proc): UTF8 support.
	* wptKeylist.cpp (add_key): UTF8 support.

2002-02-28	Timo Schulz <ts@winpt.org>

	* wptImplist.cpp (implist_add_key): UTF8 support.
	Handle invalid userID's.
	* wptPassphraseCB.cpp (parse_gpg_description): UTF8 support.
	(passphrase_callback_proc): Ditto.


2002-03-01	Timo Schulz <ts@winpt.org>

	* wptWipeFile: Replaced all low level I/O functions with W32 API
	functions. And support for more wiping modes. I don't know to
	support all, but those makes sense for me:
	1. Simple (2 random passes)
	2. DoD (as described in the standard)
	3. Peter Gutmanns method (from the paper)


2002-03-02	Timo Schulz <ts@winpt.org>

	* Use capital letters in the main menus and applied Patricks spelling
	corrections.

	* wptClipDecryptDlg.cpp (clip_decrypt_dlg): keyID is a string
	not an integer. Thanks to scrumpy.	
	* wptWipeFile.cpp (rename_unlink): Use '\' instead of '/'.
	(overwrite): Some bugfixes to set the pointer to the begin of the file.
	* wptVerlist.cpp (verlist_build): New keyID column.
	(verlist_add_sig): Use it here.

2002-03-22	Timo Schulz <ts@winpt.org>

	* wptMainProc.cpp (currwnd_gpg_dlg): If the viewer is used, doesn't
	set window contents for some commands.
	(winpt_main_proc): Use the code here.
	* wptKeygenDlg.cpp (keygen_dlg_proc): Allow to generate keys > 2048 bits.
	* wptProxySettingsDlg.cpp: (keyserver_proxy_dlg_proc): New.
	* wptKeyserverDlg.cpp (keyserver_dlg_proc): Use the proxy dialog here.
	* wptKeyserver.cpp (kserver_load_conf): Fixed malformed strings.

2002-03-29	Timo Schulz <ts@winpt.org>

	* wptGPG.cpp (create_groupdb): Only close the file handling if it
	really exists. Thanks to Mark.
	(gpg_check_homedir): Applied the patch. Now we're a little stricter
	about the homedir checks.
	(check_homedir): Fixed a possible memory leak.
	* WinPT.cpp (WinMain): Check the homedir functions to exit the program
	if 	we've found some problems.
	* wptErrors.cpp (winpt_strerror): New value if a directory could not 
	created.
	* wptMainProc (winpt_main_proc): Use new code for the current window mode.
	* wptCurrWnd.cpp (get_curr_wnd): Ditto.
	(get_window_contents): Always set focus to the current window.

2002-03-31	Timo Schulz <ts@winpt.org>

	* wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Ask if the user wants to
	select the key used for signing.
	* wptSeclistDlg.cpp (seclist_dlg_proc): New. Dialog for secret selecting.
	* wptFilePrefsDlg.cpp (file_prefs_dlg): Fixes for the combo box ;-).
	* wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Reload the keycache after
	fetching keys via HKP and try to update the Gpgmekey inside.
	* wptVerifyList.cpp (verlist_add_sig): Check if the key context was
	set inside the signature. Fixes some segfaults related to the HKP key
	fetching during verification. Thanks to Julian. And force to use UTF8
	for user ID's.
	* wptClipSignDlg.cpp (one_key_proc): If only one secret exists,
	prevent that the dialog is loaded and ask for the passphrase directly.


2002-04-05	Timo Schulz <ts@winpt.org>

	* wptSigList.cpp (siglist_add_key): Added UTF8 support. Thanks to Scire.
	* wptKeyUidDlg.cpp (keyuid_dlg_proc): Ditto.
	* wptKeySignDlg.cpp (keysign_dlg_proc): Ditto.
	* wptKeyAddUidDlg.cpp (keyedit_adduid_dlg_proc): Ditto.

2002-04-19	Timo Schulz <ts@winpt.org>

	* wptImplist.cpp (implist_load): Support for the advanced PGP parser code.

2002-04-23	Timo Schulz <ts@winpt.org>

	* wptRFC2440.cpp: Removed. We now use the OpenCDK package.
	* wptFileManager.cpp (fm_get_file_type): Removed the old RFC2440 code.
	(fm_encrypt): Modified code to allow sign & encrypt.
	(fm_parse_file): Ditto.
	(fm_decrypt): Support for checking signatures.
	* wptFileManagerDlg.cpp (file_manager_dlg_proc): Ditto.

2002-04-24	Timo Schulz <ts@winpt.org>

	* wptKeyManagerDlg.cpp (key_misc_dlg_proc): Support to maximize windows.
	
	Changed the way to modify the "Version:" string.

	* wptKeyserver.cpp (add_node): New.
	(kserver_change_proxy): New.
	(kserver_read_config): New.
	(kserver_write_config): New.	
	(kserver_cfgfile_release): New.
	(proxy_release): New.

	* wptProxySettingsDlg.cpp (read_proxy): New.
	* wptFileStatDlg.cpp (file_stat_dlg_proc): New.
	* wptFileManager.cpp (fm_list): New.
	(fm_parse_files): Support the new list command.

2002-04-25	Timo Schulz <ts@winpt.org>

	* wptImplist.cpp (implist_add_key): Catch possible segfault.
	* wptVerifyList.cpp (verlist_add_sig): Ditto.
	* wptKeyManager.cpp (km_check_for_seckey): Modified for GPG 1.0.7.
	* wptKeylist.cpp (find_secret_key): New.
	(add_key): Use it here.
	(keylist_add_key): And here.

	* wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Fixed a bug that prevent
	to fetch the key.

2002-04-26	Timo Schulz <ts@winpt.org>

	* wptKeyUidDlg.cpp: Fixed a typo. Kudos to Dugan Chen.
	* wptKeyUidDlg.cpp: Ditto.

2002-04-27	Timo Schulz <ts@winpt.org>

	* wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Support for the 	new dialog.
	* wptFileSaveDlg.cpp (file_save_dlg_proc): New.
	* wptClipboard.cpp (clip_parse_pgp_id): use logical OR to concat the values.
	* wptMainProc.cpp (clip_gpg_dlg): Use the new PGP id's.
	(currwnd_gpg_dlg): Ditto.
	
	Now it's possible to parse cleartext signatures which contains an
	encrypted message inside the body.

	* wptTextInputDlg.cpp (load_file_contents): New.
	(text_input_dlg_proc): Support for choosing the data file.

	* wptFileManager.cpp (fm_verify): Support for detached signatures.
	(fm_parse_files): Ditto.


2002-04-28	Timo Schulz <ts@winpt.org>

	* wptRegistry.cpp (get_reg_winpt_prefs): New option for keylist mode.
	(set_reg_winpt_prefs): Ditto.
	* wptPreferencesDlg.cpp (prefs_dlg_proc): Support for keylist mode option.
	(set_keylist_mode): New.

	Implement minimal keylist mode. Suggested by Fabian.

	* wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Implement it here.
	* wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Ditto.
	* wptKeylist.cpp (keylist_add_key): Ditto.
	(keylist_load): Ditto.
	(keylist_build): Ditto.

2002-04-29	Timo Schulz <ts@winpt.org>

	Adjustments for GPG 1.0.7

	* wptKeyEditDlg.cpp (keyedit_ownertrust_dlg_proc): Support ultimate trust
	and ask the user if he knows what he's doing.
	* wptKeyManager.cpp 
	(keylist_subclass_proc): Use double click to open the props.
	* wptKeyPropsDlg.cpp (keyprops_dlg_proc): Allow the user even to modify a
	ultimate ownertrust value.
	* wptKeyEditAddSubkeyDlg.cpp (keyedit_addsubkey_dlg_proc): Support for
	new RSA keys.

2002-04-30	Timo Schulz <ts@winpt.org>

	Merge ownertrust handling into the keycache. Now GPG outputs the
	ownertrust in the key listing which means we can get the ownertrust
	value from the keycache.

	(keymisc_dlg_proc): Add a button to rebuild the sig database cache.
	Please not that this is not the same as the key cache! The key cache
	will be updated when a new key was imported or a subkey was added/changed.
	The signature cache only affects the validity of the keys.

	Removed the MyGPGME trustlist code. Now we can use the field in the key
	listing to determine the ownertrust (which makes things a lot of easier).

2002-05-01	Timo Schulz <ts@winpt.org>

	* wptKeygenDlg.cpp (fill_keytype_box): New.
	(keygen_dlg_proc): Use a combo box for various key types. With GPG 1.0.7
	there is full RSA support.

	Now we use the new status code by GPG (INV_RECP, NO_RECP) to figure out
	what the problem was when no encryption was done.

	* wptKeysignDlg.cpp (keysign_dlg_proc): Before we sign a key, we make 
	sure it was not already signed (ALREADY_SIGNED).

	* wptKeyManagerDlg.cpp (keymisc_dlg_proc): Due to the new trust system,
	now we also support to sign ultimate trusted keys.

	* wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Try to check if the button
	is checked and do not check it.

	* wptClipDecryptDlg.cpp (clip_decrypt_dlg_proc): New format for the verify
	box and now we also support the date of the signature.

	Applied Rich's spelling and grammer mistakes.
	Fixed a lot of minor spelling mistakes and capital letters for dialogs.

2002-05-05	Timo Schulz <ts@winpt.org>

	* Fixed problem with rev certs for imports stats.

	* Cosmetical changes for the GPGME libraray.

2002-05-06	Timo Schulz <ts@winpt.org>

	* wptClipEditDlg.cpp (clip_edit_dlg_proc): Change the wording of
	the buttons.

2002-05-07	Timo Schulz <ts@winpt.org>

	* wptGPG.cpp (check_gpg_engine): New.

	* wptKeyCacheDlg.cpp (keycache_dlg_proc): Add GPG 1.0.6 compatible 
	routines.

	* wptKeyPropsDlg.cpp (keyprops_dlg_proc): Ditto.

	* wptKeyEditOwnertrustDlg.cpp (keyedit_owerntrust_dlg_proc): Ditto.

2002-05-08	Timo Schulz <ts@winpt.org>

	* wptKeyserver.cpp (kserver_change_proxy): Check the values.
	Thanks to njek for reporting it.

2002-05-30  Timo Schulz <ts@winpt.org>

	* wptFileManager.cpp (fm_verify): Corrected the handling
	for detached RSA signatures.
	(fm_add_sig_stat): Added support for short fingerprints.

2002-05-31	Timo Schulz <ts@winpt.org>

	* wptTrayPop.cpp: Revamped some parts of the code.

	Changed all status_box functions to show_msg. The advantage
	is that we only wait a fixed time and the user doesn't need
	to hit the OK key. We should add  the time delay in the preferences.

	* wptKeyManager.cpp (km_show_photo): New.

2002-06-07	Timo Schulz <ts@winpt.org>

	* wptMainProc.cpp (winpt_main_proc): Support for sign & encrypt hotkeys.
	* wptKeyManagerDlg.cpp: Refresh keys was added in the menu.
	* wptListView.cpp (listview_select_all): New.
	* wptClipSignDlg.cpp (clip_sign_dlg_proc): Fixed the return code.

2002-06-16	Timo Schulz <ts@winpt.org>

	Don't put the questions in the message box title bar.

	* wptGPGPrefsDlg.cpp (gpg_prefs_dlg_proc): Only close FP if it
	is really opened. Thanks to Nelson.

	* wptKeyProps.cpp (keyprops_dlg_proc): Use a more informative title
	for chaning the passphrase. Suggested by Ed.

2002-08-26  Timo Schulz  <ts@winpt.org>

	* wptTypes.h (free_if_alloc, CHECK_BOUND): New.
	* wptClipEditDlg.cpp (gpgopt_dlg_proc): Use free_if_alloc to make sure
	the memory is really released. Some strict checks for return values.
	Ident file.

	* wptAboutDlg.cpp: Ditto. (ident)
	* wptGPGAboutDlg.cpp: Ditto.
	* wptClipDecryptDlg.cpp: Ditto.
	(clip_decrypt_dlg): Stricter return value checkings. 
	Avoid one indent level.

	* wptImportList.cpp (implist_add_key): More strict return value
	checking.
	* wptKeylist.cpp (keylist_cmp_cb): Fixed a typo.
	(add_key): New key status system.
	(keylist_get_keyflags): New.
	(keylist_enum_recipients): Simplified and use the new key flags.

	* wptSiglist.cpp (siglist_add_key): Fix possible overflows.
	(verlist_add_sig_log): More stricter checks.

	* wptRegistry.cpp (get_reg_winpt_prefs): Fixed possible bug.

2002-08-28  Timo Schulz  <ts@winpt.org>

	* wptClipboard.cpp (clip_parse_pgp_id): Support for PGP 2.6.x types.
	* wptFileMananger.cpp (fm_check_armor_type): Ditto.


2002-08-31  Timo Schulz  <ts@winpt.org>

	* wptGPG.cpp (gpg_check_homedir): Some fixes for the return codes.
	(check_homedir): Ask the user whether to create the directory.
	* wptKeysigDlg.cpp (keysig_dlg_proc): Fixed keyid. Now it works
	to retrieve missing keys from a HKP server.
	(recv_missing_keys): Likewise.
	* wptPassphraseCB.cpp (passphrase_callback_proc): 
	Implemented	the "Hide Typing" feature.
	(hide_typing): New.
	* wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Improved error messages.
	* wptClipDecryptDlg.cpp (clip_decrypt_dlg): Improved MDC handling.
	Due to some attacks a MDC error is treated as a fatal error and a
	possible security risk.
	* wptClipImportDlg.cpp (print_import_status): Use a dialog instead
	of a silly message box. Furthermore the user gets more information
	about the import procedure.
	* wptKeyImportStatusDlg.cpp (import_status_dlg_proc): New.
	* wptFileManager.cpp (fm_import): Report invalid user ID's.
	(fm_verify): Try to guess the data name for detached signatures
	before we bother the user. When it's found, use it.
	* wptKeyManager.cpp (km_file_import): Ditto.

2002-09-01  Timo Schulz  <ts@winpt.org>

	* wptFirstRunDlg.cpp (get_setup_choice): New. Returns the choice
	of the dialog.
	* WinPT.cpp (WinMain): Use it here. Reworded the error message.
	* wptGPG.cpp (gpg_import_keyrings): New.
	Let the user chose the keyrings and then they are copied to the
	homedir. After the procedure, the key cache will be reloaded.
	* wptKeyManager.cpp (km_delete_keys): New delete confirmation messages.
	* wptSigClassDlg.cpp (sig_class_dlg_proc): New.
	(get_sig_class_choice): New.
	* wptKeySignDlg.cpp (get_printable_fpr): New. More human readable 
	fingerprint.
	(keysign_dlg_proc): Added new value for the GPG callback to handle
	the signature class.
	* wptKeyUIDDlg.cpp (find_user_id): New. Find the index of the 
	userID by calling edit-key with colons.
	(keyuid_dlg_proc): Use it here.

2002-09-02  Timo Schulz  <ts@winpt.org>

	* wptKeyManager.cpp (km_privkey_export): Check return codes and
	some types has been changed.
	(km_file_export): Likewise.

2002-09-03  Timo Schulz  <ts@winpt.org>

	Removed all OpenCDK code from PTD. The code is not tested very
	well and it might contain some errors. Now we used a stripped down
	version of GnuPG code. This has two advantages. First the code is
	stable and second we can easier port other parts to native GPG code.

	* wptFileManager.cpp (fm_get_file_type): Use native GPG code.
	* wptKeyCacheDlg.cpp (keycache_dlg_proc): Add photos from the
	keyring when present to the keycache.
	* wptKeyManager.cpp (km_show_photo): Fixes to work again with the 
	modified code.
	(km_check_for_seckey): Check substrings of the value because we
	don't use '**' values any longer.
	* wptFileStat.cpp (do_list_packets): New. Adapted from the old code.
	(file_stat_dlg_proc): Uses the new code.

2002-09-04  Timo Schulz  <ts@winpt.org>

	* wptKeyManager.cpp (km_check_key_status): Parse new fields.

2002-09-07  Timo Schulz  <ts@winpt.org>

	* wptClipVerifyDlg.cpp (clip_verify_dlg_proc): 
	Print notation data when available.
	Show if the signature is expired or not.

	* wptKeyManagerDlg.cpp (keymisc_dlg_proc): Added the show photo
	command to the context menu.

	* wptKeygenDlg.cpp (keygen_dlg_proc): New default keysize is 1792.
	This is 256 bits more than the old size. Hopefully it's enough 
	security to protect against the most enemies ;-).

2002-09-08  Timo Schulz  <ts@winpt.org>

	* wptKeygenDlg.cpp (ask_for_backup): Check if the copy process
	really succeeded.
	(mbox): Alias for msg_box with fixed title to avoid long lines.
	* wptKeyEditAddSubkeyDlg.cpp (keyedit_addsubkey_dlg_proc): Allow
	to generate keys with a length til 4096 bits.
	* wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Check for
	invalid recipients and print out the reasons.
	* wptKeylist.cpp (keylist_add_to_recipients): Improved error message
	and corrected the validity checking.

2002-09-09  Timo Schulz  <ts@winpt.org>

	* wptKeyManagerDlg.cpp (keymisc_dlg_proc): Improved code for
	the privat key (export).

2002-09-10  Timo Schulz  <ts@winpt.org>

	* wptFileManager.cpp (fm_get_file_type): Disable FD cache.
	(fm_decrypt): Only cut off the extension if it belong to GPG.
	Added user ID to the box if the file was signed.
	Ask for the filename if the name has no valid GPG extension.

2002-09-12  Timo Schulz  <ts@winpt.org>

	* wptPasswdDlg.cpp (passwd_dlg_proc): Implement the "Hide Typing" fature.
	* wptKeyManagerDlg.cpp (keymisc_dlg_proc): Off by one bug for secret
	key export.
	* wptKeyManager.cpp (fm_encrypt): Use the new GPG status messages to
	check if the encryption failed.
	(km_show_photo): Fixed offset calculation.
	Use keyid as filename and delete the tempfile after use.
	* wptFile.cpp (init_file_lock): Use dynamic buffer.
	(release_file_lock): Free this buffer.
	* wptFileManager.cpp (quote_filename): Removed.
	(quote_file): New. Use dynamic buffers.
	(fm_import, fm_decrypt, fm_encrypt, fm_sym_encrypt, fm_export): 
	Use it here.
	* wptFileStatDlg.cpp (do_list_packets): Do not cache FD. 
	Initalize packet at the begin and during the loop.
	* wptFileManager.cpp: Replaced all static memory handling with
	dynamic routines.
	* wptKeyCacheDlg.cpp (key_cache_dlg): Remove obsolete ownertrust
	functions.
	* wptKeyPropsDlg.cpp (keyprops_dlg_proc): Ditto.	

2002-09-13  Timo Schulz  <ts@winpt.org>

	* wptKeyManager.cpp (km_show_photo): Use a const buffer for the
	image and do NOT free it.
	* wptKeyUidDlg.cpp (keyuid_dlg_proc): Implement "revoke" function.
	(find_user_id): Use keyid to find the key. Changed all callers.

	* Removed global gpg_version variable. Now we also support GPG 1.1.9x
	so we don't need to check this after the start again.

2002-09-17  Timo Schulz  <ts@winpt.org>

	* winpt.cpp (WinMain): Use make_filename and no static buffer.
	Modified for the new gnupg interface.
	* wptFile.cpp (make_filename): New.
	* wptGpgCmds.h: New from GPG 1.1.92
	* wptGPG.cpp (gnupg_import_keyrings): Use dynamic buffers 
	and make_filename.
	* wptKeygenDlg.cpp (ask_for_backup): Use new gpg code and
	make_filename instead of static buffers.
	* wptKeyCacheDlg.cpp (keycache_dlg_proc): Likewise.
	* wptParser.cpp: Changed to new allocation instead of malloc.
	* wptGPGOptSkel.h: Updated from GPG 1.1.92
	* wptRegistry.cpp (get_reg_entry): Expand %s like registry strings.

2002-09-23  Timo Schulz  <ts@winpt.org>

	* wptParser.cpp (add_multi_option): Support for values with more ' 's
	and skip the ' ' after the name.
	(modify_entry): New.
	* wptGPG.cpp (gnupg_save_options): Removed.
	(gnupg_load_options): Removed.
	(gnupg_release_options): Removed.
	* wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Use the new code.

2002-09-25  Timo Schulz  <ts@winpt.org>

	* wptClipboard.cpp (clip_parse_pgp_id): Add a flag when the text
	is dash escaped. This is useful for keys to avoid errors.
	* wptKeyManager.cpp (extract_dash_escaped_key): New. Extract an
	OpenPGP key from the clipboard which is dash escaped.
	(km_clip_import): Use the new code here.

2002-10-10  Timo Schulz  <ts@winpt.org>

	* wptW32API.cpp (get_filename_dlg): Added default filename parameter.
	Changed all callers.
	* wptKeyManagerDlg.cpp (keymisc_dlg_proc): Adjusted the code for the
	new get_filename_dlg.
	* wptFileManager.cpp (fm_export): Likewise.
	* wptClipDecryptDlg (clip_decrypt_dlg): Modified the verify message box.
	* wptKeySignDlg.cpp (keysign_dlg_proc): Changed the code for edit-key.
	Use signature class dialog.
	* wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): Use the new code and the
	keyid instead of the userid to avoid charset problems.
	(err_message): New.

	* Moved all wipe specific code (random, rmd160) to the DLL so we can
	save some memory for the tray section.

	* wptKeyRevokersDlg.cpp (revokelist_build): New.
	(revokelist_init): New.
	(key_revokers_dlg_proc): New.

	* wptKeyPropsDlg.cpp (key_props_dlg_proc): Use the designated revoker
	code here when available.

2002-10-13  Timo Schulz  <ts@winpt.org>

	* wptKeylist.cpp (get_key_expire_date): New.
	* wptKeyPropsDlg.cpp (key_props_dlg_proc): Use it here.

	* Removed global keycache from GPGME. It's a bad style to mix
	general and specific interfaces.

	* wptGPGME.cpp (get_pubkey): New. Used to hide keycache implementation
	details. Useful to replace it later.
	(get_seckey): Ditto.
	(keycache_reload): Moved from the GPGME library.
	(keycache_release): New.
	(keycache_init): New.
	(keycache_set_reload): New.
	(keycache_get_reload): New.
	(keycache_get_ctx): New.

	* wptSigList.cpp (siglist_add_key): Use the new code.
	(siglist_build): Ditto.


2002-10-15  Timo Schulz  <ts@winpt.org>

	* Changed all s(n)printf -> msg_box constructs to log_box.

2002-10-30  Timo Schulz  <ts@winpt.org>

	* wptLDAP.cpp, wptLDAP.h: Removed. The plan is to use the gpgkey_xxx.exe
	LDAP plugin for this purpose.
	* wptMainproc.cpp (winpt_main_proc): Removed all LDAP stubs.
	* wldap32.lib is now not longer needed.
	* wptKeyManagerDlg.cpp (keymanager_dlg_proc): Copy userid to clipboard.
	* Updated the resource file.
	* wptFileManager.cpp (fm_parse_command_line): Implemented the stuff
	for 'Decrypt', 'Verify', 'Import'.

2002-10-31  Timo Schulz  <ts@winpt.org>

	* wptKeyManager.cpp (km_update_default_key_str): Fixed '0x' handling.
	Thanks to Gustavo.
	* wptKeylist.cpp (add_key): Now we only use find_secret_key to detect
	whether it's a key pair or not.
	* Callback struct into KEY so we can modify the values in the background.
	* wptKeyPropsDlg.cpp (change_ownertrust): New.

2002-10-13  Timo Schulz  <ts@winpt.org>

	* wptKeyManager.cpp (km_file_import): Alloc buffer, it's not static
	any longer.

2002-10-14  Timo Schulz  <ts@winpt.org>

	* wptKeyserver.c: Replaced all strdup's with m_strdup and free 
	with free_if_alloc.
	(ldap_recvkey): Fill with life. We use the GPG plugin to avoid
	all the LDAP overhead.

2002-12-14  Timo Schulz  <ts@winpt.org>

	* wptKeyManager.cpp (km_check_for_seckey): Ultimate doesn't mean
	any longer there is also a secret key.
	(km_check_photo): New.
	(km_complete_status_bar): New.
	* wptFileManager.cpp (fm_verify): Support for bad signatures.
	Set the sigmode if not set.
	* wptKeyPropsDlg.cpp (keyprops_dlg_proc): Output a warning when
	the ownertrust of a non-valid (not signed) key is changed.
	* wptRegistry.cpp (expand_path): New. Use this code because it's
	much shorter.

2002-12-18  Timo Schulz  <ts@winpt.org>

	* wptGPG.cpp (get_gnupg_optfile): Support for gpg.conf instead
	of the old name "options".
	* WinPT.cpp (WinMain): Try to repair broken home directories
	in the registry. Thanks to Gustavo who reminded me of it.
	* wptKeyserver.cpp (check_hkp_response): Only copy the text
	between <p> and </p> when possible.
	* wptAgent.cpp: Re-activated the old code. Now the passphrase
	timer can be used.

2002-12-21  Timo Schulz  <ts@winpt.org>

	* Fixed some language mistakes.
	* wptMainproc.cpp: Use the desktop window as the parent window
	for the main dialogs so they are visible in the taskbar.
	* wptKeyManagerDlg.cpp: Enable minimize.
	* wptFileManager.cpp (fm_parse_command_line): Support for detached
	signatures.
	(fm_encrypt_directory): New.
	* wptKeylist.cpp (keylist_add_key): Check the current key if it
	is not expired, not the primary (idx=0).

2002-12-23  Timo Schulz  <ts@winpt.org>

	* wptRegistry.cpp (regist_inst_winpt): Try to create \Keyserver
	directory if does not exist.
	* wptKeyserver.cpp: Simpliefied config file.
	(kserver_change_proxy): Write config to the registry. Remove
	code for the config file.
	* wptProxySettingsDlg.cpp (read_proxy): More robust code.
	* wptKeyserverDlg.cpp (keyserver_dlg_proc): Removed the feature
	to send keys. The Key Manager is better for this.


2003-01-07  Timo Schulz  <ts@winpt.org>

	* wptKeyManagerDlg.cpp (do_center_window): New. Try to set the window
	pos from the coordinates from the registry.
	(keymanager_dlg_proc): Store the window pos in the registry.
	* wptKeyRevokeDlg.cpp (key_revoke_dlg): Check box for PGP compatible certs.
	* wptKeyImportStatusDlg.cpp (import_status_dlg_proc): Print out a hint when
	a revcert was found.
	* wptKeyserverDlg.cpp (hkp_recv_key): Print an error if the LDAP import does
	not succeed.
	(keyserver_dlg_proc): Corrected some listview index values.
	* wptKeylist.cpp (keylist_add_key): Use primary user-id when possible.

2003-01-08  Timo Schulz   <ts@winpt.org>

	* wptKeyEditAddUidDlg.cpp (keyedit_adduid_dlg_proc): Output a warning
	if the user tries to add the email address in the name field.
	* wptKeyserver.cpp: Add support for protocols.
	(finger_readline): New.
	(finger_recvkey): New.
	* wptKeyUidDlg.cpp (keyuid_dlg_proc): Add a warning icon to the revoke
	message box to show it's a serious decision.
	* wptPasswdDlg.cpp (passwd_dlg_proc): Center dialog window.
	* wptRegistry.cpp (regist_single_filetype): Now internal and we use
	an easier way to get the location of the binary.
	(regist_inst_winpt): Implemented the 'with_ext' part and add a registry
	entry to avoid double file registering.

2003-01-19  Timo Schulz  <ts@winpt.org>

	* winpt.cpp (WinMain): Fixed spelling mistake. Closes #669321.
	* wptKeyManagerDlg.cpp (do_resize_window): New.
	(do_create_minpopup): New. Closes #669730.
	* wptVerifyList.cpp (get_sig_date): Renamed to...
	(longdate_to_strdate): New. Changed all callers.
	* wptClipDecryptDlg.cpp (clip_decrypt_dlg): If the ciphertext contains
	a signature, also display the time of it. Closes #669780.
	* wptKeyImportStatusDlg.cpp (import_status_dlg_proc): Localize 2 strings.
	* wptEditKeyOwnertrust.cpp (keyedit_ownertrust_dlg_proc): Fixed a typo.
	* wptKeySignDlg.cpp (do_add_local_user): New. Now the dialog has the ability
	to choose the signer.
	(keysign_dlg_proc): Implemented a feature request. See above.

2002-01-21  Timo Schulz  <ts@winpt.org>

	* wptSymEnc.cpp (gpgme_encrypt_symmetric): Ask the passphrase twice to
	avoid typing mistakes.

2002-01-25  Timo Schulz  <ts@winpt.org>

	* wptKeyManagerDlg.cpp (keymanager_dlg_proc): Support to copy the key id
	and the fingerprint to the clipboard. Closes #674455.
	Automatically reload the keycache when a command is chosen and the cache
	state is set to 'reload requested'. Closes #671218.
	* wptKeySignDlg.cpp (do_fill_seckeylist): Make sure the public key parts
	are not invalid.
	* WinPT.cpp (check_permissions): Make sure we have the permission to
	write the keyring. Stop if not because it's expected at many other places.
	* wptSigList.cpp (siglist_add_key): Indent signatures under the root entry.
	(siglist_build): Use a placeholder sig to avoid the position chaos.
	* wptKeyUidDlg.cpp: Unified text for 'user-ID'.
	* wptClipVerifyDlg.cpp (clip_verify_dlg_proc): If a key is not found, 
	display more information and use a GPG like output.
	* wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Force trust if there is
	an invalid key in the list of recipients. Closes #674965.


2002-02-01  Timo Schulz  <ts@winpt.org>

	* wptKeyserver.cpp (kserver_search): Fix <KEYID bug.

2002-02-08  Timo Schulz  <ts@winpt.org>

	* wptKeyManagerDlg.cpp (keymanager_dlg_proc): Only export
	the secret key when a file was chosen.

2002-03-01  Timo Schulz  <ts@winpt.org>

	* wptFileManager.cpp (fm_check_file_type): Fix bug in the detection 
	logic. Now we can decrypt symmetrically encrypted files again.
	Be stricter on memory alloaction checks.
	(fm_get_file_type): Be more strict with the return code of
	parse_packet. This avoids bogus file types for MS-Word files and 
	other non-PGP data.
	(fm_wipe): Use the wipe mode from the registry and not a fixed value.
	* WptRegistry.cpp (set_reg_winpt_prefs): Support wipe mode.
	(get_reg_winpt_prefs): Likewise.
	* wptFilePrefsDlg.cpp: Removed. We don't use it any longer.
	* wptDlgs.h: Corrected all dialog protypes to BOOL. 
	LRESULT was not correct.

2002-03-08  Timo Schulz  <ts@winpt.org>

	* wptFileManager.cpp (fm_parse_command_line): Ignore lines with '--'
	because they are options rather than files.
	* WinPT.cpp (WinMain): Allow to start the key manager directly
	via --keymanager.
	* wptFileManagerDlg.cpp (file_secdel_confirm_dlg_proc): New.
	(wipe_cb): New. Wipe callback function.
	(fill_drive_combobox): New. Fill in all logical drives into
	the given combo box.
	(wipe_thread): New. Worker thread.
	(update_disc_stats): New. Set the disc statistics for the
	given drive entry.
	(space_wipefrees_dlg_proc): New.

2002-03-09  Timo Schulz  <ts@winpt.org>

	* 64-bit support for wipe operations.

2002-03-16  Timo Schulz  <ts@winpt.org>

	* wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): Encode the
	optional text in UTF-8 to avoid charset problems.
	* wptKeyManager.cpp (km_quote_uid): Use dynamic memory instead
	of a static buffer. Changed all callers.
	* wptKeylist.cpp (keylist_cmp_cb): Implemented sort functions
	for the rest of the columns.
	(keylist_handle_column_click): New.
	* wptKeyEditOwnertrustdlg.cpp (keyedit_ownertrust_dlg_proc):
	Removed the 'Advanced' button because it only confuses users
	and it is not often used.
	* wptKeyManagerDlg.cpp (keymanager_dlg_proc): Support to ex-
	and import the trustdb values (ownertrust).
	* wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Ability to
	sort columns.

2003-03-18  Timo Schulz  <ts@winpt.org>

	* wptKeyImportStatDlg.cpp (import_status_dlg_proc): Fix index
	of revocation from 9 to 8. 
	Set the text that no key was updated only if no new sig, subkey,
	userid and no public were added.
	Add more information: new {subkeys, signatures, userid}.
	* wptKeyManager.cpp (km_delete_keys): Fixme lame, '=' instead of '==' bug.
	* wptDlgs.cpp: Removed.
	* wptDlgs.h: (dlg_fatal_error): New. Macro.

2003-03-19  Timo Schulz  <ts@winpt.org>

	* wptMainProc.cpp (winpt_main_proc): Put the init_dtp code here.
	* wptPassphraseCB.cpp (hide_typing): Removed. Use short code directly
	in the code.
	* wptPasswdDlg.cpp: Likewise.
	(passphrase_cb_init): Declare as static.
	(passphrase_cb_gpgme): Modified to use the static function and rename 
	it to...
	(passphrase_gpgme_set_cb): ..this. New.
	* wptSecListDlg.cpp: Complete new appraoch. Now we use CB_SETITEMDATA
	and friends to assign data to each item.
	Move dialog code to...
	* wptClipSignEncDlg.cpp: ..here.
	* MyGPGME/keycache.c: We first look for directly key signatures and
	then we skip all other signatures if we've already seen the key. This
	is needed to gather the designated revoker keys.

2003-03-20  Timo Schulz  <ts@winpt.org>

	* wptFindWnd.cpp: Removed.
	* wptW32API.c (dialog_box_param): Use FindWindowEx() instead of
	find_window.
	* Whenever it's possible, use case insentensive searches to avoid
	problems.

2003-04-09  Timo Schulz  <ts@winpt.org>

	* wptFirstRunDlg.cpp (first_run_dlg_proc): Mark selection as
	invalid for cancel.

2003-04-12  Timo Schulz  <ts@winpt.org>

	* wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Use the new
	GPGME code.
	* wptVerifyList.cpp (verlist_add_sig_log): Likewise.
	* wptClipDecryptDlg.cpp (clip_decrypt_dlg_proc): Likewise.
	* wptFileManager.cpp (fm_decrypt): Likewise.
	* WinPT.cpp (check_default_key): Check if the keys in gpg.conf
	are valid and in the keyring.
	* wptKeySignDlg.cpp (do_check_protection): Disable the passphrase
	item if the key is not protected.


2003-04-13  Timo Schulz  <ts@winpt.org>

	* wptSubkeyDlgProc.cpp (key_subkey_dlg_proc): Use a callback
	context.
	* wptUidDlgProc.cpp (keyuid_dlg_proc): Likewise.
	* wptKeyManagerDlg.cpp (keymanager_dlg_proc): Set the protect
	flag inside the KEY contect if needed.
	* wptKeySubkeyDlg.cpp (key_subkey_dlg_proc): Only ask for a
	passphrase if the protect flag is set.
	Display the callback dialog to show the progress.
	Implemented the "revkey" feature.
	* wptKeyUidDlg.cpp (key_uid_dlg_proc): Likewise.
	(do_add_new_userid): New. Add an entry to the list box
	after the GPG process finished.
	* wptClipDecryptDlg.cpp (clip_decrypt_dlg): Initialize sig
	to zero to avoid segfaults.

2003-04-15  Timo Schulz  <ts@winpt.org>

	* wptClipImportDlg.cpp (data_cb_dlg_proc): New.
	(data_cb_thread): New.
	(data_cb_dlg_create): New.
	(data_cb_dlg_destroy): New.
	(data_cb_new): New.
	(clip_import_dlg_proc): Use a callback dialog to
	show the user the data decoding procedure is in
	progress. This dialog is destroyed in the key
	import statistics dialog.


2003-04-20  Timo Schulz <ts@winpt.org>

	* wptFindWnd.h: Removed. We don't use it any longer.
	* wptGPG.h: Merged GPGERR_xxx constants with WPTERR_xxx.
	(gpg_strerror): Removed. Now it is handled in winpt_strerror.
	* wptFileManager.cpp (fm_get_file_name): move this to
	* wptVerifyList.cpp (get_file_name): ..this place and declare
	it as static because no other file need this function.

2003-04-20  Timo Schulz  <ts@winpt.org>

	* wptClipboard.cpp: Removed. All these functions and constants
	are now available in MyGPGME/clip.c and thus part of GPGME.
	* wptKeylist.cpp (keylist_add_to_recipients): Renamed to...
	(keylist_get_recipients): this. Return the context instead of
	an argument.
	(get_key_size): Add key index.
	(get_key_algo): Likewise.
	(keylist_build): Use a special mode when signing is used.
	(keylist_enum_recipients): Return a malloced pointer to the
	recipients.
	* wptClipDecryptDlg.cpp (clip_decrypt_dlg): Add primary fingerprint
	when we have a signature result and we do not trust the key.

2003-04-23  Timo Schulz  <ts@winpt.org>

	* wptKeyPropsDlg.cpp (ownertrust_to_string): Moved the function
	from GPGME#gpgme_ownertrust_to_string into WinPT.

2003-04-24  Timo Schulz  <ts@winpt.org>

	* wptKeyEditAddSubKeyDlg.cpp (keyedit_addsubkey_dlg_proc): Init
	default values to make it easier for newbies.
	* wptClipDecryptDlg.cpp (clip_decrypt_dlg): Use a better error
	when no secret key was found. Also mention the public key algo.
	* wptFileManager.cpp (fm_decrypt): Likewise.

2003-04-25  Timo Schulz  <ts@winpt.org>

	* wptVerList.cpp (verlist_build): Change the name of some columns.
	* wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Instead of just the
	notation (if present!) present the user a general message box
	with extended signature information. This means the notation
	data and a possible policy URL.


2003-04-26  Timo Schulz  <ts@winpt.org>

	* wptParser.cpp: A lot of structural changes. Always add items
	at the end of the list so we don't need to make a copy of the list
	to restore the original order. Fix the group problem.
	* wptKeylist.cpp (keylist_build): Use OR to get the flags and
	not ==.
	* wptKeyManagerDlg.cpp (keymanager_dlg_proc): The export command
	(file) does not use the keyid as the file name when more than one
	keys were selected.
	Allow allow to set default keys which are not revoked or expired.
	* wptFileEncryptDlg.cpp (file_encrypt_dlg_proc): Allow to sort
	the columns.
	Set the force trust flag in GPGME if there are some recipients
	with no validity.

2003-04-27  Timo Schulz  <ts@winpt.org>

	* wptKeysigDlg.cpp (keysig_dlg_proc): A double click now allows
	to show the properties of the signers keys.
	* wptKeyEditAddRevokerDlg.cpp (keyedit_addrevocer_dlg_proc): New.

2003-04-30  Timo Schulz  <ts@winpt.org>

	* wptKeyManagerdlg.cpp (keymanager_dlg_proc): Support for the
	next context menu ("Add"). Make sure the entries are disabled
	when the key has no secret key.
	* wptKeyEditAddPhotoDlg.cpp (keyedit_addphoto_dlg_proc): New.
	* wptFileManager.cpp (fm_decrypt): Set sig to NULL so it won't
	cause a segfault when the pointer free tries to deallocate the
	pointer.

2003-05-02  Timo Schulz  <ts@winpt.org>

	* wptW32API.cpp (set_foreground_wnd): Removed. Changed all callers.

2003-05-03  Timo Schulz  <ts@winpt.org>

	* wptParser.cpp: Renamed to...
	* wptGPGParser.cpp: this.
	(release_option): Renamed to...
	(release_gpg_options): this.
	(commit_option): Renamed to...
	(commit_gpg_options): this.
	(parse_option): Renamed to...
	(parse_gpg_options): this.
	* wptGPG.cpp: Use new parser function names.
	(set_gnupg_default_key): Free memory.
	* wptKeylist.cpp (keylist_add_groups): New group code.
	* wptGroups.{c,h}: Removed. Now we use the GPG group command.
	* wptKeySigListDlg.cpp (keysig_dlg_proc): Change column from
	2 to 4. 
	(recv_missing_keys): Likewise. Now it is possible to retrieve
	missing keys. Thanks to Klaus.
	* wptKeyserverDlg.cpp (hkp_recv_key): Use a dymanic buffer rather
	than a static buffer to avoid garbled keys. There are some very
	large keys and these cause some trouble with a 16k buffer.
	(keyserver_dlg_proc): Localized some strings.
	* wptKeyserverSearchDlg.cpp (hkpsearch_dlg_proc): Use new column
	names which are equal to the names we use in the Key Manager.
	* wptKeySignDlg.cpp (keysign_dlg_proc): Fix a silly '=' but
	should be "==" bug.
	* wptKeygenDlg.cpp (mbox): Removed. Too much overhead.
	* Add --expert option for the GPG procedure call if needed.

2003-05-04  Timo Schulz  <ts@winpt.org>

	* wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): If invalid recipients
	were found, output a more precise error message. Now the GPGME code
	first tests for special cases and if no one hit the nail on the head,
	a general error is used.

2003-05-06  Timo Schulz  <ts@winpt.org>

	* wptKeySigDlg.cpp (keysig_dlg_proc): Disable the button when all keys
	are available. Removed old [unused] code.
	Make sure we really have the key in the cache.

2003-05-07  Timo Schulz  <ts@winpt.org>

	* Clean up the outer GPGME interface. Internal functions should be
	invisible in gpgme.h.
	Merge the photo-id, formerly attribute id stuff with gpgme_key_get_xxx_attr.
	* wptKeyserver.cpp: Some cleanups.
	(finger_recvkey): Skip URL postfix if there.

2003-05-08  Timo Schulz  <ts@winpt.org>

	* wptMainProc.cpp (winpt_main_proc): Symmetric encryption for the current
	window mode.
	(currwnd_gpg_dlg): Likewise.
	* wptCurrWnd.cpp (wnd_msg_em_set_pos): Fix an off-by-one bug.
	* WinPT.cpp (WinMain): If the default key was not found, show the string
	in the error message to make it easier for the user to fix the problem.
	* wptImportStatusDlg.cpp (import_status_dlg_proc): Take care of secret
	keys.
	* wptfileManager.cpp (fm_get_file_type): Fix packet type detection error.
	This makes the priority of the rc2 update more urgent.

2003-05-09  Timo Schulz  <ts@winpt.org>

	* wptMDSumDlg.cpp (mdsum_dlg_proc): New.
	* wptFileManager.cpp (fm_print_md): New.
	* wptFileManagerDlg.cpp (file_manager_dlg_proc): Support for the Print MD
	command.

2003-05-13  Timo Schulz  <ts@winpt.org>

	* wptKeyList.cpp (keylist_add_key): Add 'DISABLED' flag for keys.
	(key_check_validity): Moved from GPGME to this file.
	* wptKeyManager.cpp (km_get_key_status): New.

2003-05-14  Timo Schulz  <ts@winpt.org>

	* wptKeyManager.cpp (km_enable_disable_key): New.

2003-05-17  Timo Schulz  <ts@winpt.org>

	* wptFileManager.cpp: Moved gpgme_file_get_extension to this file
	and renamed it to...
	(file_get_extension): this. gpgme_control now also returns the
	(get_file_name): Corrected the calculation of the basename.
	state of the command if you use -1 as the value.
	* wptImportList.cpp (implist_load): Make sure we really have the key ID.
	* wptClipEditDlg.cpp (clip_edit_dlg_proc): Some small changes all over
	the place.

2003-05-19  Timo Schulz  <ts@winpt.org>

	* wptPasswdDlg.cpp (create_passwd_dlg): Removed.
	(request_passphrase): New.
	The passphrase_s context is now internal, all externl function use now
	request_passphrase. Changed all callers.
	* wptKeygenDlg.cpp (keygen_dlg_proc): Reworded the passphrase
	warning and a check for the comment field was added.
	* wptKeyEditDlgs.cpp: New. This file now combines the dialogs which
	has shown the subkeys and the userids.
	* wptKeySubkeyDlg.cpp: Deleted and stuff merged into wptKeyEditDlgs.cpp.

2003-05-20  Timo Schulz  <ts@winpt.org>

	* wptKeyPropsDlg.cpp (key_props_dlg_proc): Factor out code to change
	the passphrase from here to...
	* wptKeyEditDlgs.cpp (keyedit_change_passwd): ...this place.

2003-05-21  Timo Schulz  <ts@winpt.org>

	* wptSiglist.cpp (siglist_add_key): Only list signatures which are
	user-id certificates (0x10-0x13) and ignore key and subkey sigs.
	c-strings are now handle correctly and decoded into GPGME.

2003-05-22  Timo Schulz  <ts@winpt.org>

	* wptMainProc.cpp (winpt_main_proc): Set use_hotkey for current
	window mode sign+encrypt. This fixes a couple of other problems.
	* wptKeyPropsDlg.cpp (keyprops_dlg_proc): Get new values of the
	key when the cache was reloaded.


2003-05-24  Timo Schulz  <ts@winpt.org>

	* wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Subclass the two lists
	to allow to use virtual keys (DEL, INS).
	Release the uid control context when the dialog will be destroyed.


2003-05-25  Timo Schulz  <ts@winpt.org>

	* wptImportList.cpp (implist_add_key): Address charset problem.
	* wptVerifyList.cpp (verlist_add_sig_log): Use UTF8 decoding.
	* wptKeyserver.cpp (set_default_kserver): New.
	(wsock_init): Call the new function.
	(kserver_load_conf): If the FP is invalid, skip to read the file.
	* WinPT.cpp (WinMain): Call set_default_kserver to make sure the
	item has a value.

2003-05-28  Timo Schulz  <ts@winpt.org>

	* wptKeyManager.cpp (km_set_clip_info): New.
	* wptKeyManagerDlg.cpp (key_manager_dlg_proc): Use it here.
	* wptImportList.cpp (implist_build): Some column changes for
	the listview control.
	(implist_load): Return if secret keys were found.
	* wptClipImportDlg.cpp (data_cb_dlg_proc): Store if secret keys
	were found.
	(clip_import_dlg_proc): New message if secret keys were found.


2003-05-31  Timo Schulz  <ts@winpt.org>

	* wptKeyManager.cpp (km_key_is_v3): Return if the selected
	key is an old PGP 2 (v3) key.
	* wptKeyManagerDlg.cpp (key_manager_dlg_proc): Only allow
	(#ID_KEYMISC_EDITKEY): Bail out if no key was selected.
	to add extented items if the key is NOT version 3.
	* wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Check if the
	key is v3 and forbid most commands.
	(is_cmd_openpgp): New.

2003-06-01	Timo Schulz  <ts@winpt.org>

	* wptCurrWnd.cpp (rel_key, hit_key): Replaced with macros...
	(KEYDOWN, KEYUP): macros for the functions above.

2003-06-04  Timo Schulz  <ts@winpt.org>

	* wptKeylist.cpp (get_key_algo, get_key_size): Due to the fact
	that GPG uses the newest subkey by default, we always return
	the info of this subkey and not the first.
	* wptKeyImportStatusDlg.cpp (import_status_dlg_proc): Fixed off-by-one
	bug. Now the indicies are correctly.
	* wptGPG.cpp (gnupg_check_keyring): Do not free the value before
	get_file_size is called.
	* WinPT.cpp (WinMain): Only check the GPG engine version if there
	were no problems with the GPG config. And differ between a problem
	to get the version and if a wrong version were detected.


2003-06-05  Timo Schulz  <ts@winpt.org>

	* wptPassphraseCB.cpp (passphrase_callback_proc): Now the dialog
	shows all involved recipients and also the public key algorithm.
	* wptRegistry.cpp (reg_inst_winpt): If the user does not want
	the extensions, set the entry to "1" so the message is not shown
	again.

2003-06-06  Timo Schulz  <ts@winpt.org>

	* wptKeylist.cpp (keylist_get_recipients): Use a stronger warning
	message and include the user-id.
	* Encryption: use force overwrite (--yes) to make sure there are
	no complications with GPG.
	* Import: skip all record types we do not understand.


2003-06-10  Timo Schulz  <ts@winpt.org>

	* wptKeysignDlg.cpp (do_fill_seckeylist): Make sure disabled keys
	are skipped.
	(keysign_dlg_proc): Removed some redundant code.
	* wptKeyEditDlgs.cpp (is_idea_protect_algo): New. Find out if
	it is possible to change the passphrase.

2003-06-11  Timo Schulz  <ts@winpt.org>

	* wptKeylist.cpp (keylist_add_key): Now the user-ids are in the
	right order and we do not use the last user-id but the first
	because this is always the primary user-id or the newest user-id.
	* wptGPGME.cpp (get_default_keyid): Removed. Some better code
	were added to get_gnupg_default_key.

2003-06-13  Timo Schulz  <ts@winpt.org>

	* wptClipDecryptDlg.cpp (clip_decrypt_dlg): Quote the user-id name.
	* wptClipSignDlg.cpp (clip_sign_dlg_proc): Fix the code due to
	the fact the signer is now dymanic and not static.
	* wptGPG.cpp (check_gnupg_engine): Check if IDEA is available and 
	change all code that it only shows an error if no plug-in was loaded.
	* wptKeyEditDlgs.cpp (is_cmd_openpgp): Remove REVKEY since you
	can revoke v3 keys.
	(do_editkey_revoke): Clarify command because it can be only used
	for secondary keys.
	* wptKeyManagerDlg.cpp (file_sign_dlg_proc): Make sure an error 
	is issued when no key was selected. Thanks to vedaal.

2003-06-24  Timo Schulz  <ts@winpt.org>

	* Fixed filter code in Get{Open,Save}FileName. Changed all callers.
	Thanks to Alex.
	* wptKeyManager.cpp (km_delete_keys): Quote the user-id.


2003-07-12  Timo Schulz  <ts@winpt.org>

	* wptFileManager.cpp (fm_verify): Support for multiple signatures.
	* wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Likewise.
	* wptProxySettingsDlg.cpp (read_proxy): Skip http:// prefix.
	* wptKeyserver.cpp (check_URL): Support for hkp://. Closes #755156.
	(kserver_connect): Likewise.
	(kserver_read_config): Likewise.
	* wptSymEnc.cpp (gpgme_encrypt_symmetric): Free memory if the passphrases
	are not equal.
	* wptKeyGenDlg.cpp (keygen_wizard_dlg_proc): New. An easy to use wizard to
	generate a key pair.

2003-07-13  Timo Schulz  <ts@winpt.org>

	* wptKeygenDlg.cpp (check_passphrase): Check if the passphrase contains
	characters >= 127. Due to the fact that we use CP-1250 and GPG uses CP-850
	it would be a bad idea to use such passphrases. And thus we disallow it.
	* wptKeyEditDlgs.cpp (keyedit_change_passwd): Likewise.
	* wptSymEnc.cpp (gpgme_encrypt_symmetric): Likewise.
	* wptHotkey.cpp (hotkeys_strerror): Use capital letters.

2003-07-22  Timo Schulz  <ts@winpt.org>

	* wptClipEditDlg.cpp (clip_edit_dlg_proc): Figure out the size of
	the text instead of allocating the maximum.

2003-08-17  Timo Schulz  <ts@winpt.org>

	* wptKeyManagerDlg.cpp (keymanager_dlg_proc):
	#ID_KEYMISC_EXPORT_PRIVKEY: Retrieve the current list view index. The
	value was malformed.
	* wptClipEditDlg.cpp (clip_edit_dlg_proc): Free global memory.
	* wptKeyserver.cpp (kserver_load_conf): If the file does not exist,
	don't bother the user with an error message. Closes #782751.
	* wptKeyEditDlgs.cpp (do_editkey_primary): New. Implement the
	"primary" edit key command.
	* wptKeyserverDlg.cpp (hkp_recv_key): New flag parameter. Now it is
	possible to supress the status message. This is useful when the whole
	keyring will be refreshed.
	* wptFileManager.cpp (fm_parse_command_line): Unquote file if needed.
	(quote_file): Avoid double quotes.
	* GPGME support for quoted file names.
	(fm_sym_encrypt): Double check password and to additional 8-bit checks.
	* WinPT.cpp (my_acces): Moved to this file..
	* wptGPG.cpp: ..here.
	(gpg_check_permissions): Renamed from check_permissions and make it global.
	* wptKeyManagerDlg.cpp (key_manager_dlg_proc): Check to make sure we 
	have write access to the keyring for some commands.

2003-08-24  Timo Schulz <ts@winpt.org>

	* wptPreferencesDlg.cpp (prefs_dlg_proc): Use better code to disable
	dialog controls.

2003-08-30  Timo Schulz  <ts@winpt.org>

	* wptGPG.h: Support for the GPG status messages REVKEYSIG and
	EXPKEYSIG. With this new feature, GPG 1.2.3 is required.
	* Make sure that the signature status does not cause an
	segfault.
	* WinPT.cpp: Use new check to detect the GPG version and make sure
	it is the minimum.
	* wptGPG.cpp (parse_version_nr): New.
	(check_gnupg_engine): Improved. Now it returns the actual version.

2003-09-03  Timo Schulz  <ts@winpt.org>

	* The secret key listing does not contain any 'validity' or
	'status' flags any longer. Thus we only can use the cache to
	make sure we have a secret key. All attributes need to be retrieved
	from the public key listing.

	* wptGPG.cpp (default_key_from_cache): New.
	(get_gnupg_default_key): Use new function to make sure we try
	to get the key from cache if there is a problem with the config
	file.

2003-09-04  Timo Schulz  <ts@winpt.org>

	* wptFileManager.cpp (fm_get_file_type): Due to an unknown reason,
	the packet parsing return value check was wrong again. Now it does
	not recognize Word documents as SECKEY or ENCRYPTED any longer.

2003-09-08  Timo Schulz  <ts@winpt.org>

	* wptRegistry.cpp: Remove some hotkeys to correct index calculation.
	(get_reg_winpt_flag): Check buffer first.
	(get_reg_winpt_prefs): Support for the new backup system.
	(set_reg_winpt_prefs): Likewise.
	* wptHotkey.h: Removed import and export hotkey. Re-ordered elements.
	* wptRegistry.h: Cleaned up the hotkey interface.
	* wptPreferenceDlg.cpp (enable_backup_items): New.
	(prefs_dlg_proc): Simplified hotkey handling. Use new code.
	* wptMainProc.cpp (clip_gpg_dlg): Remove hotkey handling for
	im- and export. Use the code directly.
	(currwnd_gpg_dlg): Likewise.
	* wptGPG.cpp (gnupg_backup_keyrings): New.
	(backup_one_file): New.

2003-09-22  Timo Schulz  <ts@winpt.org>

	* wptSigList.cpp (extract_filename): Make sure there is a '\',
	otherwise just dup the string and return.
	* wptVerifyList.cpp (verlist_add_sig): Use a variable for the key
	to make the code more readable.
	* Implemented the GPGME part of the new smartcard interface.
	The WinPT interface will be open until the scard stuff is back
	ported to GPG 1.3.x.
	* wptKeyEditDlgs.cpp (do_editkey_revuid): Need a secret key to do it.
	Several code cleanups.

2003-09-24  Timo Schulz  <ts@winpt.org>

	* wptKeygenDlg.cpp (keygen_dlg_proc): Implement 'Hide Typing' feature.
	* wptFileManager.cpp (fm_encrypt): Ask for output file if needed.
	* wptFileManagerDlg.cpp (fm_dlg_proc): Removed im- and export from
	the menu. We use import internally, but export was not useful and
	thus the code were removed.
	* wptPreferenceDlg.cpp (prefs_dlg_proc): Disable some controle at
	startup when they are not allowed.
	* wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Removed PGP2 option.
	Make the parsing code much shorter (read).


2003-09-25  Timo Schulz  <twoaday@freakmail.de>

	* wptClipSignEncDlg.cpp (seclist_dlg_proc): The dialog was broken.
	(check_key): New.
	Removed the old Secret Key List dialog. Now the key can be directly
	chose in the dialog.
	(seclist_init): New.
	(seclist_destroy): New.
	(seclist_select_key): New.
	* wptFileManager.cpp (fm_sign): Ask for output file if needed.

	* Client side implementation of the --enable-progress-filter feature.

	* wptProgressDlg.cpp: Server side implementation.
	(progress_dlg_proc): New. The actual dialog procedure.
	(progress_callback): The GPGME wrapper callback.

2003-09-25  Timo Schulz  <twoaday@freakmail.de>

	* wptProgressDlg.cpp (progress_cb_thread): New.
	(progress_callback): Use asynchron code.
	* wptFileManager.cpp (fm_parse_files): Implement progress callback.


2003-09-28  Timo Schulz  <twoaday@freakmail.de>

	* wptCardDlg.cpp (card_edit_dlg_proc): New.
	(gpg_load_scard): New. Try to use GPG load the card info.
	(print_fpr): New. Print beautified fingerprint.
	(card_status): New. Set all dialog fields with the values from
	the card.
	(prepare_dialog): New. Load combo boxes with pre-defined strings.


2003-10-06  Timo Schulz  <twoaday@freakmail.de>

	* wptFileManager.cpp (fm_encrypt): Wipe files in both modes.
	* wptGPG.cpp (gnupg_display_error): Display general error
	when the file does not exit.
	* wptW32API.cpp (get_folder_dlg): New.
	* wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Ability to select
	the folder for the home directory.
	* wptKeyManager.cpp (km_update_default_key_str): Return length
	of the string.
	(km_complete_status_bar): Use the offset of the default
	key string so it is not appened twice.
	* wptRegistry.cpp (regist_inst_winpt): Create 'Card' subkey.
	* wptCard.h: New.
	* wptCardDlg.cpp (new_card_driver): New.
	(load_card_driver): New.
	(free_card_driver): New.
	(card_config_dlg_proc): If the reader is configured, load the
	values. This is needful to change the driver later.
	(gpg_load_scard): Use driver as a parameter.
	* wptMainProc.cpp (winpt_main_proc): Load card driver and
	unload it after use.

2003-10-07  Timo Schulz  <twoaday@freakmail.de>

	* wptPINDlg.cpp (pin_cb_dlg_proc): New.
	* wptCardDlg.cpp (do_proc_card_cmds): New.
	(card_edit_dlg_proc): Use it here.

2003-10-08  Timo Schulz  <twoaday@freakmail.de>

	* wptCardDlg.cpp (do_proc_card_cmds): Check that only US-ASCII
	is used. Otherwise reject the value.
	(ask_pin): New. Enable PIN caching for the 'dialog session' so
	the user does not need to re-enter it again and again.

2003-10-09  Timo Schulz  <twoaday@freakmail.de>

	* wptCardDlg.cpp (get_card_status): New.
	(show_card_status): New. Retrieve the card status and show an
	error if approprioate.
	* Make sure that WinPT does not try to use non-OpenPGP cards.
	* Add GPGME support for the forthcoming AUTH flag for keys.
	* Implemented the detection of keys where the secret key components
	are stored on a smart card.


2003-10-12  Timo Schulz  <ts@winpt.org>

	* wptCardDlg.cpp (guess_libname): New.
	(card_status): Simplified the code with an attribute
	table. Now it is a loop and not hard coded.
	* The card interface has changed. Now the surname and
	the given name are two fields and not one field.
	* wptMainProc.cpp (winpt_main_proc): Check if the card
	reader is configured where appropriate.

2003-10-13  Timo Schulz  <twoaday@freakmail.de>

	* Extended the GPGME API that it is possible to retrieve
	the key data. This is for the planned card login but it
	might be also useful for other purposes.

	* wptCardPCSC.c: New. General code for PC/SC card readers.


2003-10-14  Timo Schulz  <twoaday@freakmail.de>

	* wptKeyList.cpp (do_addkey): Add the case the secret key
	is stored on a smart card.
	(km_check_for_seckey): Take care of the new code.
	* wptKeyManager.cpp (km_delete_keys): Extra warning when
	the secret key is stored on a card.
	* wptKeyEditDlgs.cpp (subkey_list_init): Add the key cabilities
	to the list view. Now the user can see if the key is useable
	for: signing, certifying or encrypting.

2003-10-16  Timo Schulz  <twoaday@freakmail.de>

	* Changed GPGME interface for edit card. Now one context is
	used for all edit card operations.
	* wptCardDlg.cpp (card_edit_dlg_proc): Support for working
	and admin PIN. Changed gpgme interface.
	(ask_pin): Renamed to..
	(do_askpin): this. Provide more information about the card
	and its holder.
	(do_proc_card_cmds): If no error, reset modify flags for
	all controls. Show a short message that the operation ended.
	* wptCardPCSC.c (pcsc_free_readers): New.
	(pcsc_scan_readers): New.
	(pcsc_get_reader): New.
	(pcsc_get_card_status): New.


2003-10-17  Timo Schulz  <twoaday@freakmail.de>

	* wptGPGME.cpp (keycache_init): Do not use secring the first time.
	* wptKeySignDlg.cpp (keysign_dlg_proc): Make sure only the short
	keyid will be displayed.	

2003-10-18  Timo Schulz  <twoaday@freakmail.de>

	* wptCardDlg.cpp (card_keygen_dlg_proc): New.
	(do_askpin): Handle the case there is no card.
	(card_edit_dlg_proc): Add 'New Keys' feature.
	(card_changepin_dlg_proc): Implemented.
	* WinPT.cpp (WinMain): Ability to start the card manager directly.
	* wptMainProc.cpp (smartcard_init): Global stuff to init the reader
	driver and the inserted card.

2003-10-19  Timo Schulz  <twoaday@freakmail.de>

	* wptPINDlg.cpp (pin_cb_dlg_proc): Support to store the admin and
	the working PIN.
	wptCardDlg.cpp (free_pincb): New.
	(card_keygen_dlg_proc): Pin callback implemented.
	Simple check for the e-mail address.
	(card_edit_dlg_proc): End the dialog if no changes were made.

	* Expanded GPGME passphrase interface to work both with PINs
	and passphrases.

2003-10-21  Timo Schulz  <twoaday@freakmail.de>

	* wptClipDecryptDlg.cpp (clip_decrypt_dlg): If the passphrase
	was wrong, delete the cache item (if available).
	* wptClipSignDlg.cpp (clip_sign_dlg): Likewise.
	* wptClipSignEncDlg.cpp (clip_signenc_dlg): Likewise.
	* wptPassphraseCB.cpp (set_gpg_passphrase_cb): Set 'is_card'
	flag to zero.
	

2003-10-21  Timo Schulz  <twoaday@freakmail.de>

	* wptClipDecryptDlg.cpp (list_recipients): New.
	(algo_from_list): New.
	(clip_decrypt_dlg): New concept to list all recipients.
	* wptFileManager.cpp (fm_list_keys): New.
	(fm_decrypt): Same changes as for the clipboard decryption.

2003-10-23  Timo Schulz  <twoaday@freakmail.de>

	* wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Show GPG output
	if the error is unknown.
	(clip_sign_dlg_proc): Likewise.
	(clip_signenc_dlg_proc): Likewise.
	(clip_import_dlg_proc): Likewise.

2003-10-24  Timo Schulz  <twoaday@freakmail.de>

	* Implemented a better logging system. If the return code
	of GPG is != 0 and the error is not known, display the errors
	from stderr.

	* wptGPGME.cpp (logging_cb): New.

2003-10-26  Timo Schulz  <twoaday@freakmail.de>

	* wptClipDecryptDlg.cpp (clip_decrypt_dlg): Implement new logging.

	* Changed the code at several other places to support the new logging
	scheme.


2003-10-29  Timo Schulz  <twoaday@freakmail.de>

	* wptKeyEditDlgs.cpp: New logging scheme. Changed all callers.

	* Create a new interface for an interactive card callback. GPG
	provides card control status messages if the wrong card is inserted.

	* wptCardManager.cpp (card_cb_dlg_proc): New.
	(card_callback): New.

	* wptCardPCSC.cpp (pcsc_loadlib): Use some 'A' to declare we use
	the ASCII functions and not the Unicode function names. Thanks to
	Werner for pointing this out.

	* wptPassphraseCB.cpp (passphrase_cb): Better card interface. Now the
	serial card number is shown to help the user to find the right card.

	* wptClipSignDlg.cpp (clip_sign_dlg_proc): New logging scheme.

2003-10-02  Timo Schulz  <twoaday@freakmail.de>

	* Prepare test release.
	* wptGPGCmds.h: New from GPG 1.3.4-cvs.

2003-11-13  Timo Schulz  <twoaday@freakmail.de>

	* Clarify pin names. Now all PIN's are labeled 'Admin' or 'User'.
	* wptPINDlg.cpp (pin_cb_dlg_proc): Length check for the PINs.
	Thanks to Achim.
	* Change PIN interface. Now it is easier when an operation requires
	both PINs.
	* wptCardDlg.cpp (do_proc_card_cmds): Now GPG requires both PINs
	to change card attributes. Do not ask me why, but now the user
	needs to enter 2 PINs.

	Name parts were swapped, now they have the right order again.

2003-11-14  Timo Schulz  <twoaday@freakmail.de>

	* wptCardDlg.cpp (card_edit_dlg_proc): Release the second PIN.

2003-11-28  Timo Schulz  <twoaday@freakmail.de>

	* Remove all support for ElGamal sign+encrypt keys.

	There is a flaw in GPG which makes all such keys useable and
	they are comprised even if one signature they made is accessable.
	And due to the fact the key is self signed, such a sig is always
	available for the public.

	We warn the user at startup if such keys were found!

	* wptMainProc.cpp (elgamal_warn_dlg_proc): New.
	* wptGPGME.cpp (count_insecure_elgkeys): New.
	* WinPT (WinMain): Use it here.

2003-11-29  Timo Schulz  <twoaday@freakmail.de>

	* wptMAPI.cpp (mapi_init): New.
	(mapi_deinit): New.
	(mapi_send_pubkey): New.
	* wptKeyManager.cpp (km_send_to_mail_recipient): New.
	* wptKeyManagerDlg.cpp (keymanager_dlg_proc): Support
	to send the public key via MAPI to a recipient.
	* wptKeySignDlg.cpp (do_fill_seckeylist): Make sure we rewind
	the secret key cache so it's not at the end.
	(keysign_dlg_proc): Issue a warning when no secret key was
	found which could be used for signing the key.
	* wptKeylist.cpp (do_addkey): Never add an Elgamal sign+encrypt key.
	* wptKeySignDlg.cpp (do_fill_seckeylist): Likewise.

2003-12-10  Timo Schulz  <twoaday@freakmail.de>

	* GPGME support to change key preferences.
	* wptKeyeditSetPrefDlg.cpp (keyedit_setpref_dlg_proc): New.
	* wptKeyManagerDlg.cpp (keymanager_dlg_proc): Use the new feature here.


2003-12-14  Timo Schulz  <twoaday@freakmail.de>

	* wptKeyeditSetPrefDlg.cpp (get_userid_preflist): New.
	* wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Support for updpref.
	(do_editkey_setpref): Implement updpref command.


2003-12-23  Timo Schulz  <twoaday@freakmail.de>

	* wptKeyEditAddKEyDlg.cpp (keyedit_addsubkey_dlg_proc): Remove
	ElGamal s+e support. Oops, this should be already done.
	* wptGPGME.cpp (keycache_init): Sync both key caches. In other
	words transfer some flags from the sec-cache to the pub-cache.
	* wptKeySignDlg.cpp (key_sign_dlg_proc): A workaround for the
	key sign procedure. If it is already signed, the process 
	sometimes hangs.

2003-12-30  Timo Schulz  <twoaday@freakmail.de>

	* fixed the GPG edit-key commands sign and addrevoker.

2003-12-31  Timo Schulz  <twoaday@freakmail.de>

	* wptKeyEditDlgs.cpp (keyedit_addsubkey_dlg_proc): Do not sort
	the list otherwise the index is wrong.
	* wptKeySignDlg.cpp (keysign_dlg_proc): Add the ability to set
	a signature expire date.

2004-01-03  Timo Schulz  <twoaday@freakmail.de>

	* wptClipImportDlg.cpp (clip_import_dlg_proc): automatically allow
	to import secret keys.

2004-01-04  Timo Schulz  <twoaday@freakmail.de>

	* wptImageList.{cpp,h}: New. Contributed by Andreas Jobs.
	* wptKeylist.cpp (keylist_cmp_cb): More patches from Andreas
	and minor changes.
	* wptListView.cpp (listview_sort_items): Likewise.
	* wptKeyManager.cpp (key_manager_dlg_proc): Likewise.
	(regist_sep_wnd): Factored out some code.

2004-01-22  Timo Schulz  <twoaday@freakmail.de>

	* Remove all internal card reader config. It's up to the
	user to do this. It would be too error proune to offer it.
	* wptCard.h: Removed all card driver stuff.
	* wptPinDLG.cpp (pin_cb_dlg): Use better names to differ
	between the admin and the user (normal) PIN.

2004-01-23  Timo Schulz  <twoaday@freakmail.de>

	* wptCardDlg.cpp (check_pin_len): New. Check if the
	PIN is long enough and give an appropriate error.
	(card_changepin_dlg_proc): Use the new check function.

2004-01-25  Timo Schulz  <twoaday@freakmail.de>

	* WinPT.cpp (WinMain): Silently die when an instance is already
	running. Do not confuse the user with a message. Suggested by
	Sebastian.
	* wptKeyManager.cpp (delete_keys_from_cache): New.
	(km_delete_keys): Use it here. Thanks to Achim.

2004-01-28  Timo Schulz  <twoaday@freakmail.de>

	* wptCardDlg.cpp (card_keygen_dlg_proc): A info is issued
	if keys on the card exist but the user does not said overwrite.

	Make sure the expire date is not in the past.

	* wptMainProc.cpp (winpt_main_proc): Avoid to release the file
	lock twice. Not sure if this fixes some other problems but it
	was definitely a bug.

	* wptMapi.cpp (mapi_init): Make sure all function ptrs are
	initialized otherwise bail out.
	(mapi_send_message): New. Interface to allow to send an 
	encrypted mail with zero ore more encrypted attachments.
	(secure_attachment): New.
	(parse_recipients): New.

2004-02-02  Timo Schulz  <twoaday@freakmail.de>

	* wptCardDlg.cpp (card_keygen_dlg_proc): Make sure the name
	is long enough. The same check for the mail address.

	Thanks to Achim.

2004-02-03  Timo Schulz  <twoaday@freakmail.de>

	* WinPT.cpp (check_crypto_engine): New. Factor out common code.
	(WinMain): Check the crypto engine after the first start.

	* wptRegistry.cpp (set_reg_winpt_prefs): Make sure an error is
	issued if the values could not stored. Revamped the core.

	* Removed the last appearance of the GPG agent support.

	* wptGPG.cpp (init_gnupg_table): Do not use static buffers.
	(free_gnupg_table): Free memory.

	* wptClipImportDlg.cpp (clip_import_dlg_proc): Make sure the
	ctx pointer get malloced and set the contents to zero.


2004-02-04  Timo Schulz  <twoaday@freakmail.de>

	* wptRegistry.cpp (get_reg_winpt_prefs): Revamped the core.

2004-02-05  Timo Schulz  <twoaday@freakmail.de>

	* wptRegistry.cpp (set_reg_winpt_prefs): Forget to handle
	CMD_DISHOTKEYS. Thanks to the user who reminded me.
	* wptMainProc.cpp (spawn_cryptdisk): New interface to
	the Cryptdisk application.

2004-02-08  Timo Schulz  <twoaday@freakmail.de>

	* wptCryptdisk.{cpp,h}: New. Support for the extended
	filedisk application.
	* wptMainProc.cpp (winpt_main_proc): Likewise.
	* WinPT.cpp (WinMain): Make sure the new PTD lib is installed.

2004-02-09  Timo Schulz  <twoaday@freakmail.de>

	* wptCryptdisk.cpp (cryptdisk_umount_dlg_proc): New.
	(do_reaping): New. Release the list if all items are 'expired'.
	(cryptdisk_mount_dlg_proc): New.
	(init_drives): New.
	* wptMainProc.cpp (cryptdisk_proc): Renamed from...
	(handle_cryptdisk): this. And filled with life.

2004-02-12  Timo Schulz  <twoaday@freakmail.de>

	* wptErrors.cpp: New error codes for the cryptdisk feature.
	* wptCryptdisk.cpp (do_dispatch): Better error handling.
	(cryptdisk_mount_dlg_proc): Use it here.
	(cryptdisk_umount_dlg_proc): Likewise.
	(init_drives): Use system list.

	Localized all strings.

2004-02-17  Timo Schulz  <twoaday@freakmail.de>

	* wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Also encrypt
	to the signers key. Suggested by Alexander.
	Use new keycache system, we use the public key part of the
	cache because it has all flags set.
	* wptGPG.cpp (default_key_from_cache): Use new cache system.
	* wptKeySignDlg.cpp (do_fill_seckeylist): Likewise.


2004-02-18  Timo Schulz  <twoaday@freakmail.de>

	* Modify the cryptdisk code for crosscrypt 0.4.1.
	* wptCryptDisk.cpp (do_mount): Add key algorithm param.

2004-02-21  Timo Schulz  <twoaday@freakmail.de>

	* wptCryptdisk.cpp (cryptdisk_cleanup): New.
	(is_nt4): Because my Platform-SDK is too old I need to load
	some prototypes dynamically.
	(init_drives): Return the first useable drive letter if
	called with appropriate parameters.
	* wptMainProc.cpp (winpt_main_proc): Use it here.

2004-02-22  Timo Schulz  <twoaday@freakmail.de>

	* PTD: Cryptdisk seems to have problems with locking. Use
	a forced flag to tell the code if it should bail out or 
	ignore locking errors.

	* wptCryptdisk.cpp (cryptdisk_umount_dlg_proc): Use new
	locking code.
	(cryptdisk_new_dlg_proc): Adjust size of the volume.

2004-02-24  Timo Schulz  <twoaday@freakmail.de>

	* WinPT.cpp (WinMain): Call a selftest check procedure to
	make sure all cryptographic code works as expected.

2004-02-25  Timo Schulz  <twoaday@freakmail.de>

	* wptKeyManagerDlg.cpp: Use consequently 'List Signatures' and
	do not mix the names in the different menus.

	* wptSigList.cpp: Support to show the signature class.

	* wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Disable the combo
	box when there is no secret key available.

	(do_init_keylist): Do not allow to use the owners key as a desig
	revoker.

	* wptKeylist.cpp (get_key_trust): New.
	(do_addkey): Use it here.

2004-02-26  Timo Schulz  <twoaday@freakmail.de>

	* wptFileManagerDlg.cpp (file_encrypt_dlg_proc): Issue an error
	if no recipient was selected.

	* wptFileManager.cpp (fm_parse_files): Make sure the progress dialog
	is destroyed. This fixes the bug that the dialog sometimes exist even
	after the procedure ended.

	* wptProgressDlg.cpp (progress_callback): Change the if-then-else
	struct to prevent zombie dialogs.

	* wptKeyserver.cpp: Removed unused prototypes.

2004-02-29  Timo Schulz  <twoaday@freakmail.de>

	* wptFileManagerDlg.cpp (file_encrypt_dlg_proc): Support throw-keyid.

	* wptKeySignDlg.cpp (do_fill_seckeylist): Make sure we skip key itself
	so we are not allowing to sign ourself.

	* wptSigList.cpp (siglist_add_key): Support for the signature 
	flags (local, non-revocably, ...).

	* Key signing with GPG 1.2.x should work again. Hopefully.

2004-03-02  Timo Schulz  <twoaday@freakmail.de>

	* wptGPG.cpp (check_keyring): Handle the case that the keyring
	is set in the gpg.conf file and the pubring.gpg file is zero bytes.

	(gnupg_backup_keyrings): Support backup of keyrings which were set 
	in gpg.conf. Thanks to the user who reminded me of this problem.

	(gnupg_check_file_ext): Make check not case sentensive.

	* (sfree_if_alloc): Overwrite the memory with zeros before freeing
	it. This only works with c-strings! Use it everywhere we handle
	sentensive information (passphrases).

	* Try to improve the usability with better menu names and new
	ordering.

	* wptKeyMangerDlg.cpp: Make the 'Trust' column sortable.

	* wptMainProc.cpp (winpt_main_proc): Removed GPG about dialog. Now
	it is part of the WinPt about dialog. This way we can minimize the
	elements in the popup menu.

2004-03-04  Timo Schulz  <twoaday@freakmail.de>

	* wptKeyserver.cpp (finger_recvkey): Error if key was not found
	or garbled.

	* wptGPG.cpp (gpg_check_permissions): Take care of the entries
	in gpg.conf.

	* wptFileManagerDlg.cpp (file_encrypt_dlg_proc): Support to select
	the signer. Suggested by Sebastian.

	* wptKeylist.cpp (seclist_init): Moved from the clip dialog file to
	this file.
	(seclist_free): Likewise.
	(seclist_select_key): Likewise.

	* wptFileManager.cpp (fm_encrypt): Handle the case the signer was
	already set.

2004-03-07  Timo Schulz  <twoaday@freakmail.de>

	* wptGPG.cpp (get_gnupg_keyring): Special case because GPG creats
	dummy keyrings with a size of zero in the homedir.

	(gpg_check_permissions): Check for read-only keyrings and add code
	for this case.

	This problem fixes a lof of other problems related to the OpenPGP
	parsing stuff for the key cache.

	* WinPT.cpp (check_crypto_engine): Store the GPG version for later use.

2004-03-08  Timo Schulz  <twoaday@freakmail.de>

	* wptGPG.cpp (gnupg_import_keyrings): cleanups.

	* wptUTF8.c (utf8_to_wincp): New. Directly convert UTF-8 to Windows
	CP.
	(wincp_to_utf8): Likewise.
	(conv_charset): Now internal and static.

	* wptUTF8.h: New prototypes and remove the old prototypes.

	* WinPT.cpp (WinMain): Destroy the windows handle in case of an error.


2004-03-11  Timo Schulz  <twoaday@freakmail.de>

	* The DLL is now complety C-source.

2004-03-15  Timo Schulz  <twoaday@freakmail.de>

	* Decrypt list box has now a vertical scroll bar.

2004-05-14  Timo Schulz  <twoaday@freakmail.de>

	* WinPT.cpp (check_crypto_engine): Due to some
	internal  GPG changes the min. version for smart card
	support is now 1.3.6.

	* wptProxySettingsDlg.cpp (read_proxy): Correct prefix
	handling. Thanks to the folks who reported this via SF.net.

	* wptRegistry.cpp (get_reg_winpt_prefs): Corrected enum ids.
	Thanks to the folks on winpt-users who reported it.

	* wptPreferencesDlg.cpp (prefs_dlg_proc): Fix code in case of
	the hotkeys are disabled. 

	* wptKeylist.cpp (do_addkey): Broken ElGamal dection, fixed.

	* wptFileManager.cpp (fm_get_file_type): Do not parse the entire
	file if the size is >= 256MB.

2004-05-31  Timo Schulz  <twoaday@freakmail.de>

	* wptFileVerifyDlg.cpp (file_verify_dlg_proc): Implement the
	'X' close button. Noted by a friendly user.
	
	Disable 'Save' button.

	* wptMainProc.cpp (cleanup_tmp_files): Delete all related temp files.

	* wptFileManager.cpp (fm_set_status): Do not use the data file name
	for signatures but keep the original file name.

	(fm_verify_pasted_detsig): Try to verify detached signatures from
	the clipboard.

2004-06-02  Timo Schulz  <twoaday@freakmail.de>

	* wptClipEditDlg.cpp (clip_edit_dlg_proc): Do not issue an error
	if there is no clipboard data.

	Release memory in case of an error.

	* wptKeyManager.cpp (keylist_cmp_cb): Allow to sort by algorithm.

	* wptKeyManagerDlg.cpp (keymanager_dlg_proc): Likewise.


2004-06-08  Timo Schulz  <twoaday@freakmail.de>

	* wptInet.cpp: New.
	* wptKeyManagerDlg.cpp (key_manager_dlg_proc): Support for http
	transfers.
	* wptKeyManager.cpp (km_http_import): New.


2004-06-12  Timo Schulz  <twoaday@freakmail.de>

	* wptInet.cpp: Updated.
	* wptKeyManager.cpp (km_http_import): Use http_send_request2() to
	parse the URL.
	* wptCommonDlg.cpp (http_file_dlg_proc): New.
	(get_http_file_dlg): New.

2004-06-19  Timo Schulz  <twoaday@freakmail.de>

	* wptInet.cpp: Renamed to ...
	* wptHttp.c: ... this.
	* wptKeyManager.cpp (km_http_import): Release 'p' not too early.
	* WinPT.cpp (WinMain): If there is a problem with the homedir,
	jump to the first start settings.

2004-07-11  Timo Schulz  <twoaday@freakmail.de>

	* Bug fix for the validity revoked status. Now it is 'revoked'
	and not 'unknown' any longer.

	* Feature to disable encryption. This might be useful for filetypes
	GPG does not recognize as compress (movies, ...).

	* wptFileManager.cpp (fm_get_file_type): Skip packet detction if
	the file is large and it has no openpgp extension.

2004-07-12  Timo Schulz <twoaday@freakmail.de>

	* wptRegistry.cpp: Support for disable compression of multi-media files.
	(set_reg_winpt_single): New.
	(get_reg_winpt_single): New.

	* wptFileManager.cpp (is_multi_media): New.
	(fm_encrypt): Disable compression of multi-media files.
	(fm_state_new): Set comment to indicate armored files were generated
	by WinPT. This is a replacement due to the fact the WinPT string is not
	added in the 'Version' for larger files.

	* WinPT.cpp (WinMain): Extract the loadimage.exe from the DLL if not found.

2004-07-13  Timo Schulz  <twoaday@freakmail.de>

	* wptFileManager.cpp (fm_assume_onepass_sig): New.
	Thanks to Vedaal who found out that armored one-pass sigs are not
	correctly recognized.

	(ask_filename): New.
	Again thanks to Vedaal who suggested to ask for a new output name
	for the case the user does not want to overwrite the file.

	(fm_encrypt): Use it here.
	(fm_decrypt): Likewise.
	(fm_sign): Likewise.

	* wptKeyManagerDlg.cpp (keymanager_dlg_proc): New context menu entry
	to set secret keys to ultimate trust.	

	* wptKeyManager.cpp (km_check_for_seckey): Optionally return if the
	key has ultimate trust.
	(km_set_implicit_trust): New.

2004-07-27  Timo Schulz  <twoaday@freakmail.de>

	* wptKeyManagerDlgProc.cpp (keymanager_dlg_proc): Set the new
	value for the ownertrust.

	* wptKeyManager.cpp (get_key_trust): Make it public.
	(get_key_trust_str): New.
	(km_refresh_from_keyserver): Allow to select random keys.
	(km_refresh_one_key): New.

	* wptKeyserver.cpp: Use default keyserver if possible.

2004-08-02  Timo Schulz  <twoaday@freakmail.de>

	* wptKeysigDlg.cpp (do_create_popup): New.
	(do_load_keyprops): New.

	(keysig_dlg_proc): Factor out some common code and use
	do_load_keyprops.

	* wptKeyServer.cpp (kserver_check_inet_connection): New.

	* wptKeyManger.cpp (km_refresh_from_keyserver): First check
	for an active internet connection. It's annoying for the
	user to confirm an connection error for each key (n>40).

2004-08-04  Timo Schulz  <twoaday@freakmail.de>

	* wptClipEditdlg.cpp (clip_edit_dlg_proc): Removed the
	edit-field to display the text. Now a RichEdit field is
	used. This solves the XP problem that the viewer is empty
	even if there is text in it.

	* wptKeyManger.cpp (km_file_export): Add WinPT specific comment.

	* wptKeySigDlg.cpp (sigprops_dlg_proc): New.
	(keysig_dlg_proc): Add new 'Properties' button and implement
	the code for it.

	* wptSigList.cpp: Add support to show the expiration date.

	* wptGPGME.cpp (keycache_init): Support to show the progress bar.
	(keycache_release): Store the amount of keys in the registry for
	the progress dialog.

	* wptPreferenceDlg.cpp (prefs_dlg_proc): Add support to generate
	default keyserver.conf.

	* wptKeyserver.cpp (kserver_load_conf): Store the mod-time of the file.
	Fix possible buffer overflow.
	(wsock_end): Release stored keyserver list.

	* wptEncryptDlg.cpp (clip_encrypt_dlg_proc): Allow to search for
	a specific recipient and select it.

2004-08-05  Timo Schulz  <twoaday@freakmail.de>

	* wptKeySigDlg.cpp (sigprops_dlg_proc): Set the 'expired' flag
	when possible.
	New dialog layout to enhance the readability of the text. Use
	flat check boxes for the same reason.

	* wptKeyEditDlgs.cpp (do_editkey_expire): Set new value to
	the right column (3 not 4).

	* wptFileManagerDlg.cpp: Make sure the wipe freespace tempfile
	uses a unique name.


2004-08-06  Timo Schulz  <twoaday@freakmail.de>

	* wptContext.h: Move subclass_s context to this file.

	* wptKeysigDlg.cpp (subclass_dlg_proc): New.


2004-08-19  Timo Schulz  <twoaday@freakmail.de>

	* wptKeyEditDlg.cpp (keyedit_addsubkey_dlg_proc): Corrected
	key numbers.

	* wptKeysigDlg.cpp (do_delsig): New. Implement 'delsig' command.
	(is_sig): Change code to allow to check pre-defined fields.

	* WinPT.cpp (WinMain): Allow read-only support for keyrings.

2004-08-20  Timo Schulz  <twoaday@freakmail.de>

	* wptKeyManagerDlg.cpp (do_create_minpopup): In read-only
	mode the menu is not available.
	(popup_gpg_readonly): New.
	(menu_gpg_readonly): New.
	(keymanager_dlg_proc): Use it here. Do not check the permissions
	any longer since this is now handle via the read-only code.
	* wptMainProc.cpp (winpt_main_proc): Check if the keyrings
	are in read-only mode.
	* wptKeyGenDlg.cpp (keygen_wizard_dlg_proc): RSA support.
	* wptKeySignDlg.cpp (keysign_dlg_proc): Allow non-revocably
	signatures in expert mode.
	* wptKEyEditDlgs.cpp (do_find_userid): Release context.
	* wptGPG.cpp (gpg_check_permissions): Only print out a warning
	in the interactive mode.
	* wptTrayPopDlg.cpp (WndProc): Destroy the window when the left
	mouse button is clicked.

2004-08-24  Timo Schulz  <twoaday@freakmail.de>

	* wptKeyEditDlgs.cpp (userid_list_init): Add creation date for
	the user-ids.
	* wptKeygenDlg.cpp (key_wizard_dlg_proc): Allow to switch into
	expert mode when the non-interactive mode is used.
	* WinPT.cpp (WinMain): Start the keygen wizard instead of the
	expert dialog and allow to switch to it.

2004-08-25  Timo Schulz  <twoaday@freakmail.de>

	* wptFileManager.cpp (fm_get_file_type): Skip files over 32 MB
	and skip to read large files on floppy discs.
	(fm_wipe): Display a 'wait' cursor until the wipe is complete.
	(is_floppy_disc): New.
	* wptFileManagerDlg.cpp (filelist_subclass_proc): New.
	(file_manager_dlg_proc): Use subclassing to allow some hotkeys.

2004-08-26  Timo Schulz  <twoaday@freakmail.de>

	* WinPT.cpp (load_keyserver_conf): New. Factored out some code
	from WinMain ().
	(WinMain): Load keyserver config at the begin. Thanks to Bodo Aner
	* wptKeyserverDlg.cpp (keyserver_dlg_proc): If there is no keyserver 
	in the list control, add at least the internal default HKP server.
	* wptKeygenDlg.cpp (keygen_wizard_dlg_proc): NLS support.
	* wptKeySignDlg.cpp (sig_class_dlg_proc): Likewise.
	(keysign_dlg_proc): Likewise.
	* wptKeySigDlg.cpp (keysig_dlg_proc): Likewise.
	* wptKeyserver.cpp (skip_type_prefix): New. Thanks to Marcus Junk.
	(kserver_connect): use it here.
	(kserver_send_request): Likewise.
	(kserver_recvkey): Likewise.

2004-08-27  Timo Schulz  <twoaday@freakmail.de>

	* wptKeyserver.cpp (skip_whitespace): New.
	* Fix a problem with the key cache. The new hash item was
	not initialized to zero and thus the free caused an illegal access.
	Thanks to Ralf for pointing this out.
	* wptTextInputDlg.cpp (text_input_dlg_proc): Finished with localisation.
	* wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Likewise.
	* wptFirstRunDlg.cpp (first_run_dlg_proc): Remove global variable and
	use a context to store the value. Loalize all text strings.
	* wptKeyList.cpp (key_check_validity): Cannot use gettext here.
	(keylist_get_recipients): Increase buffer for gettext messages.

2004-08-28  Timo Schulz  <twoaday@freakmail.de>

	* WinPT.cpp (WinMain): Free gpg table in case of an error.
	* wptFileManagerDlg.cpp (filelist_subclass_proc): New.
	(filemanager_dlg_proc): Subclass the list control.
	* Fix Alt+C for the winpt_prefs_dlg_proc.
	* wptKeyserver.cpp (kserver_load_conf): Ignore lines with
	just whitespaces. Thanks to the folks on winpt-users.

2004-09-01  Timo Schulz  <twoaday@freakmail.de>

	* wptGPG.cpp (GPG_CONF): Define it. Use gpg.conf by default.
	(default_key_from_cache): Use new key attribute 'usable'.
	* WinPT.cpp (show_unprotected_keys): Removed.
	* wptKeylist.cpp (check_key): Removed.
	(seclist_init): Use new 'usable' key attribute.
	(keylist_add_key): Likewise.
	* wptKeyManagerDlg.cpp (keylist_subclass_proc): support to
	add keys via 'INSERT'.
	* wptListView.cpp (listview_select_one): New.
	(listview_find): New.
	* wptFileManager.cpp (fm_get_current_pos): If there is only
	one item, return 0 but also select it. Thanks to Christian.

2004-09-07  Timo Schulz  <twoaday@freakmail.de>

	* wptAboutDlg.cpp (about_dlg_proc): Add 'Help' button. Suggested by Ralf.
	* wptKeyManagerDlg.cpp (keymanager_dlg_proc): Likewise.

2004-09-08  Timo Schulz  <twoaday@freakmail.de>

	* wptKeyserverDlg.cpp (kserver_get_pos): If only one element is
	in the list, return zero.

2004-09-20  Timo Schulz  <twoaday@freakmail.de>

	* wptKeyManagerDlg.cpp (keymanager_dlg_proc): Disable 'Sign' in
	context menus when the key is flagged as revoked.
	(update_ui_items): Likewise and set the 'ShowPhoto' flag only if 
	the key has such an item.

2004-10-01  Timo Schulz  <twoaday@freakmail.de>

	* wptClipSignDlg.cpp: Really use the selected subkey with the
	right '!' syntax. Thanks to Vedaal for pointing this out.
	* wptGPG.cpp (gnupg_backup_keyrings): Check if the backup device
	is accessable and writeable, otherwise inform the user. Kudos to
	the one who reported this problem.

2004-10-07  Timo Schulz  <twoaday@freakmail.de>

	* wptErrors.cpp (winpt_errmsg): Use a generic header when no
	filename is supplied.
	* wptMainProc.cpp (cleanup_tmp_files): Do not use BUG but
	an error message which is more clean. Thanks to Ralf.
	* wptCardDlg.cpp (card_keygen_dlg_proc): Support new card
	admin mode.
	* wptKeySignDlg.cpp (do_check_protection): Also check for smart
	card protection.
	(get_keyinfo): Return if this is a smart card key.
	* wptKeyEditDlgs.cpp (do_find_userid): Use UTF8 encoding before
	comparing the names.
	* winpt.cpp: Now depends on PTD 0.7.1.

2004-10-15  Timo Schulz  <twoaday@freakmail.de>

	* wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Make sure that opt
	is really initialized.

2004-10-25  Timo Schulz  <twoaday@freakmail.de>

	* wptClipDecryptDlg.cpp (clip_decrypt_dlg): Issue an info box
	if the PGP message is complete but broken during the transport.
	Thanks to Werner and Achim.
	* wptFileManager.cpp (fm_sym_encrypt): Do not force CAST5. Thanks
	to the gnupg-users.
	* Automatically add '\r\n' to the text before signing. This solves
	the problem the last line is not included if no \r\n is present.
	* wptClipEditDlg.cpp (clip_edit_dlg_proc): Add a 'mail quote' mode
	which prepends the text with '> '. This makes it easier to quote
	decrypted text.
	* wptKeyserverDlg.cpp (keyserver_list_build): Code which was factored
	out from..
	(keyserver_dlg_proc): ..here.

2004-11-04  Timo Schulz  <twoaday@freakmail.de>

	* wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Support preferred
	keyserver sub packets.

	* wptKeyManagerDlg.cpp (keymanager_dlg_proc): Set a flag to
	indicate we need to reload the cache. If a user deletes a key
	and exits the manager and loads it again the deleted key is
	still in cache and provoked an error.
	
	* wptKeySigDlg.cpp (do_load_keyprops): Stricter key checks.

	* wptW32API.cpp (center_window): Replaced with real code which calculates
	the position relative to the desktop window.

2004-12-02  Timo Schulz  <twoaday@freakmail.de>

	* wptKeySigDlg.cpp (do_load_keyprops): Only issue errors for non-main nodes.

2004-12-11  Timo Schulz  <twoaday@freakmail.de>

	* wptFileManager.cpp (fm_add_opened_files): Fix broken code to detect
	the file type.
	(fm_parse_command_line): Likewise.

2004-12-15  Timo Schulz  <twoaday@freakmail.de>

	* wptFileManagerDlg.cpp (space_wipefrees_dlg_proc): Use the right
	temp name.
	* wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Disable 'OK' button
	when no secret key is available.

2004-12-20  Timo Schulz  <twoaday@freakmail.de>

	* wptGPG.cpp (check_gnupg_engine): Fixed version checking.
	* wptFileManager.cpp (fm_encrypt): Delete the passphrase from the
	cache if it is not valid.
	
	Fix problem with a NULL pointer.

2004-12-30  Timo Schulz  <twoaday@freakmail.de>

	* wptKeyserverDlg.cpp (keyserver_list_build): Initialize pointer.
	This fixes the problem that the dialog crashes when the user selects
	anything. Thanks to my users.
	(keyserver_dlg_proc): s/keyserver/kserver. Thanks to Ulf.
	
2005-01-07  Timo Schulz  <twoaday@freakmail.de>

	* wptKeyserver.cpp (skip_type_prefix): Support all URL schemes.
	(finger_recvkey): Use skip_type_prefix and prevent buffer overflows.
	(ldap_recvkey): Likewise.
	(check_hkp_response): Be more liberal with error strings.
	(kserver_connect): Prevent buffer overflow and use the right return
	code for inet_addr().
	(kserver_search_chkresp): New.
	(kserver_search): Fixed. Now it works with modern keyservers.
	* wptKeylist.cpp (seclist_init): Add new flags param.
	* wptFileManagerDlg.cpp (file_encrypt_dlg_proc): Use short secret key
	listing.
	* wptClipboardSignEncDlg.cpp (clip_signenc_dlg_proc): Likewise.
	* wptMainProc.cpp (winpt_main_proc): GPGME cleanup.
	* WinPT.cpp (WinMain): call GPGME init.
	Reword the 'you have no keyring' problem and revamp the first run dialog.
	* wptGPG.cpp (gnupg_access_keyring): New.
	(gnupg_check_keyring): Removed unused code.
	* wptFirstRunDlg.cpp (first_run_dlg_proc): Adjust dialog for the 
	new texts and remove unused elements.
	* wptKeyserverDlg.cpp (keyserver_dlg_proc): s/keyserver/kserver. The
	last annoying typo.
	* wptKeyserverSearchDlg.cpp (hkpsearch_dlg_proc): End dialog in case of
	an error.

2005-01-08  Timo Schulz  <twoaday@freakmail.de>

	* Applied the patches to make the source G++ compatible.
	* wptKeyserver.cpp (kserver_load_conf): Use the stripped string.
	* wptKeygenDlg.cpp (keygen_dlg_proc): Default key size is now 2048.
	* wptFileManagerDlg.cpp (fill_drive_combobox): Do not add CD-Roms.

2005-01-10  Timo Schulz  <twoaday@freakmail.de>

	* WinPT.cpp (load_gettext): New.
	(WinMain): Use it here to load it before --keymanager. Thanks to Ralf.

2005-01-20  Timo Schulz  <twoaday@freakmail.de>

	* wptKeycacheDlg.cpp (keycache_dlg_proc): Be less strict with the
	keyring check. If the file exists, it is enough.
	* wptKeyring.cpp (kserver_load_conf): Use C++ new for proxy_host.
	Several cleanups and allow to specify the port of the keyserver.
	* wptMainProc.cpp (winpt_main_proc): Handle WM_CLOSE to make sure
	the application terminates clearly when Windows shutdown.

2005-01-21  Timo Schulz  <twoaday@freakmail.de>

	* wptFileVerifyDlg.cpp (file_verify_dlg_proc): Allow to retrieve keys
	which are not in the keyring. Suggested by djek.
	* wptFileManagerDlg.cpp (filemanager_dlg_proc): Implement basic
	'Always on Top'.
	Allow to send encrypted files via MAPI.		
	* wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Only reload the keycache
	if the HKP retrieval succeeded.
	* wptFileStatDlg.cpp (do_list_packets): Make sure that the pkt pointer
	is not NULL.
	* wptKeyManager.cpp (km_clip_export): Prefix the clipboard text with
	a header similar to 'gpg -k name'.
	* wptErrors.cpp (log_box): Use msg_box to make sure the box is visible
	with 'Always on Top' windows.
	* wptFileManager.cpp (fm_parse_files): Set progress callback for 
	wiping files.
	(fm_add_opened_files): Do not add the file in case of an error.
	* wptKeyserverDlg.cpp (kserver_get_port): New.
	(save_default_ks): Save port.
	* wptKeyserver.cpp (set_default_kserver): Get port or use default.
	(kserver_connect): Logging.
	(kserver_send_request): Likewise. Thanks to Markus.
	* wptError.cpp (w32_fmt_msg): New.
	(winpt_strerror): Show the W32 API error if the hotkey could not
	be registered.

2005-01-25  Timo Schulz  <ts@g10code.com>

	* wptCardDlg.cpp (card_keygen_dlg_proc): Make 'backup keys' default
	and that all values are 7-bit ASCII.
	Use '*' for the passphrase field.
	* wptGPG.cpp (multi_gnupg_path): New.
	(get_gnupg_path): Use it here.
	(check_homedir): Likewise.
	* wptKeyserverDlg.cpp (save_default_ks): Fix problem that the port
	is actually set.
	* wptFileManager.cpp (fm_clearsign_8bit): New.
	(fm_parse_files): Check if the file to clearsign is really 7-bit.
	Thanks to djek.
	(fm_set_ftype): Factored out some code from...
	(fm_add_dropped_files): ...here. Simplied the code.
	(fm_add_dir_files): New.
	* Removed MD5 from MyGPGME and the new default sym cipher is AES.
	* wptProgressDlg.cpp (progress_dlg_proc): Use additional HAND var
	to track the window handle.
	(progress_cleanup): Try to close tracking handle first.

2005-01-26  Timo Schulz  <twoaday@freakmail.de>

	* wptGPG.cpp (multi_gnupg_path): Zero buffer before use.
	* wptKeyManagerDlg.cpp: Add 'Select All' feature.
	Move 'Edit->Key' to 'Key->Edit'.
	* wptFileManagerDlg.cpp: Likewise.
	* wptKeyPropsDlg.cpp (keyprops_show_photo): Show the JPG photo directly.
	* wptKeyManager.cpp (spawn_loadimage): Removed.
	(km_show_photo): Removed.
	* wptRevokersDlg.cpp (revokelist_init): Fixed index.
	* wptErrors.cpp (winpt_strerror): Show system error for registry 
	related problems.

2005-02-02  Timo Schulz  <twoaday@freakmail.de>

	* wptPassphraseDlg.cpp (passwd_dlg_proc): use center_window2, otherwise
	it is invisible.
	* wptPassphraseCB.cpp (passphrase_callback_proc): Do not cache symmetric
	passphrases.
	* Enable the progress dialog for symmetric encryption.
	* wptFileManager.cpp (fm_check_file_type): Also check for 'SYMKEYENC' in
	FM_ENCRYPT mode.
	* WinPT.cpp (WinMain): SETUP_EXISTING implemented.
	* wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Reset 'Locale directory' when
	no value is entered.

2005-02-04  Timo Schulz  <twoaday@freakmail.de>

	* wptProgressDlg.cpp (progress_cb_thread): Set root window if available.
	If the progress window survives by accident, it will be closed when the
	File Manager (root window) is closed.

2005-02-07  Timo Schulz  <twoaday@freakmail.de>

	* wptFileManager.cpp (fm_parse_files): Do not use the progress dialog
	for signing and verifying. But this does not fix the problem tha the
	dialog sometimes stay and is not destroyed.

2005-02-23  Timo Schulz  <twoaday@freakmail.de>

	* wptKeyserver.cpp (check_hkp_response): Support for HTTP/1.1.
	(kserver_search): Be more strict.
	* WinPT.cpp (WinMain): Enable FM progress by default.
	* wptFileManagerDlg.cpp (file_preferences_dlg_proc): New.
	(fm_parse_files): Use progress dialog only if it is 
	enabled.

2005-03-03  Timo Schulz  <twoaday@g10code.com>

	* wptCardDlg.cpp (card_changepin_dlg_proc): Add item to re-type the
	new PIN. Suggested by Achim.
	Support to show the unmasked PIN.
	Modified TAB-order.
	* wptPINDlg.cpp (pin_cb_dlg_proc): Show unmasked PIN.

	* Fixed wrong GPG --command-fd strings. Thanks to Achim.

2005-03-04  Timo Schulz  <twoaday@g10code.com>

	* GPG asks twice for the new PIN. Thanks to Achim.
	* wptCardDlg.cpp (card_changepin_dlg_proc): Reset the 'safety' pin also.
	Only check the passphrase if the backup flag is enabled. Again thanks to
	Achim.

2005-03-06  Timo Schulz  <twoaday@freakmail.de>

	* wptKeySignDlg.cpp (do_fill_seckeylist): Skip secret keys without
	a public key. Noted by Kurt Fitzner.

2005-03-22  Timo Schulz  <twoaday@freakmail.de>

	* WinPT.cpp (WinMain): --debug as an alias for --enable-debug.
	(enable_mobile_mode): New.
	* wptKeyEditDlg.cpp (keyedit_addsubkey_dlg_proc): Use new
	ID's for adding subkeys.

2005-04-04  Timo Schulz  <twoaday@freakmail.de>

	* WinPT.cpp (check_crypto_engine): Correct version
	check. Noted by Werner.

2005-04-11  Timo Schulz  <twoaday@freakmail.de>

	* wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Reset
	'enable' flag always at the begin.
	* wptClipDecryptDlg.cpp (clip_decrypt_dlg): Show correct
	key trust. Noted by a friendly user.
	* wptListView.cpp (listview_add_item_pos): New.
	* wptKeyEditDlgs.cpp (get_subkey_fingerprint): Due to
	the fact that GPG does not return the fingerprint of
	the generated subkey any longer, we need to get it manually.
	Thanks to Maxime Brandt.
	(keyedit_addsubkey_dlg_proc): If key size too large, ask
	if this was a mistake.
	(keyedit_add_subkey): Use it here.
	(do_add_new_subkey): Fix list contrl insertion.
	* wptTypes.h (DEFAULT_KEYSIZE): Define new default keysize constant.

2005-04-19  Timo Schulz  <twoaday@freakmail.de>

	* wptKeyserver.cpp (kserver_update_proxyuser): Fixed
	buffer overflow that occurred when the proxy password
	is > 29 chars. Thanks to the friendly user who reported this.
	(kserver_search): Handle the case the key is revoked. Thanks
	to Ralf.
	(kserver_connect): More logging.
	(kserver_sendkey): Likewise.
	* wptProxySettingsDlg.cpp (check_number): New.
	(read_proxy): Check the entered port number.
	* wptKeySignDlg.cpp (sig_class_dlg_proc): Check default button.
