update release note for 0.4rc3 0.4rc3
authorTK Soh <teekaysoh@yahoo.com>
Sun, 13 Jul 2008 09:53:18 +0100
changeset 1177 e2211f1985b0
parent 1176 997eb001c711
child 1178 1625a49de779
update release note for 0.4rc3
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,