# HG changeset patch # User TK Soh # Date 1215939198 -3600 # Node ID e2211f1985b01b1edd3fc1abe0b7c97fb37fd9d1 # Parent 997eb001c7117d4814279556f55e212eff697211 update release note for 0.4rc3 diff -r 997eb001c711 -r e2211f1985b0 ReleaseNotes.txt --- a/ReleaseNotes.txt Sun Jul 13 05:17:53 2008 +0100 +++ b/ReleaseNotes.txt Sun Jul 13 09:53:18 2008 +0100 @@ -60,6 +60,23 @@ * [ 1895443 ] Overlay: ThreadingModel registry setting * [ 1892791 ] Windows Explorer painfully slow for network drives +Changes and bug fixes since 0.4RC2: + + * Fixed traceback in tracelog, which was broken in 0.4RC2. + * Right-click to diff/visual-diff to selected changeset, which replaced + the earlier diff-to-marked function. + * Create .hgignore file automatically when initializing new repo. + * Fix traceback when users try to enable internal commit dialog with + an empty 'commit' in mercurial.ini's 'tortoisehg' section. + * Handle empty cmd.differ entries in hgrc like hg does + * Register context menu and overlay icon extension onto the Explorer's + Approved list. + * Fixed UTF-8 encoding errors in hgcmd and several error message dialogs. + * New transparent TortoiseHg logo in About dialog, again by Peer Sommerlund. + * New 32x32 icons for dialogs to provide nicer icons when navigating + through the applications with Alt-Tab on Windows. + * Minor improvement/fixes on hgtk to simplify installation on *nix systems. + Changes and bug fixes since 0.4RC1: * Added buttons to stop command execution in Synchronize, Recovery,