From b9f3c0c0cf2183d6977d7f9da96b2edae429aac2 Mon Sep 17 00:00:00 2001
From: Bertrand Bellenot <Bertrand.Bellenot@cern.ch>
Date: Fri, 24 Sep 2010 11:06:58 +0000
Subject: [PATCH] Update release notes

git-svn-id: http://root.cern.ch/svn/root/trunk@35708 27541ba8-7e3a-0410-8455-c3a389f83636
---
 gui/doc/v528/index.html | 28 ++++++++++++++++++++--------
 1 file changed, 20 insertions(+), 8 deletions(-)

diff --git a/gui/doc/v528/index.html b/gui/doc/v528/index.html
index 27111d03d55..93d23d8a91e 100644
--- a/gui/doc/v528/index.html
+++ b/gui/doc/v528/index.html
@@ -3,14 +3,15 @@
 <a name="gui"></a> 
 <h3>GUI</h3>
 
-<h4>TRootContextMenu</h4>
+<h4>TGFileDialog</h4>
 <ul>
-<li> Close the context menu if the selected object is being deleted in the RecursiveRemove() operation.</li>
+<li> Properly change directory when navigating in the directory tree.</li>
+<li> Make the File Dialog resizable.</li>
 </ul>
 
-<h4>TRootCanvas/TRootEmbeddedCanvas</h4>
+<h4>TGFSContainer</h4>
 <ul>
-<li> Drag and drop improvements for images (don't add margins between the canvas/pad border and the picture itself).</li>
+<li> Create specific icons for symlinks (add a small arrow on the bottom left corner of the original icon).</li>
 </ul>
 
 <h4>TGListBox</h4>
@@ -28,9 +29,15 @@
 </pre></li>
 </ul>
 
-<h4>TGFileDialog</h4>
+<h4>TGSlider</h4>
 <ul>
-<li> Properly change directory when navigating in the directory tree.</li>
+<li> Added <tt>SetEnabled(Bool_t)</tt> and <tt>SetState(Bool_t)</tt>, allowing to disable or enable the TGSlider widgets (will be greyed if disabled).</li>
+</ul>
+
+<h4>TGToolTip</h4>
+<ul>
+<li> Use a better way of positionning tooltips when they go out of screen</li>
+<li> Avoid to overlap the mouse pointer when repositioning it (flickering effect!)</li>
 </ul>
 
 <h4>TRootBrowser</h4>
@@ -45,8 +52,13 @@ Refreshing now checks also if files still exist in the current directory
 <li> Size of directories, trees, and objects associated to keys inside Root files, or any kind of browsable object can be displayed in their associated tooltip, as soon as their GetObjectInfo() method returns their size as a long long int formatted in a const char * ("%lld")</li>
 </ul>
 
-<h4>TGSlider</h4>
+<h4>TRootContextMenu</h4>
 <ul>
-<li> Added <tt>SetEnabled(Bool_t)</tt> and <tt>SetState(Bool_t)</tt>, allowing to disable or enable the TGSlider widgets (will be greyed if disabled).</li>
+<li> Close the context menu if the selected object is being deleted in the RecursiveRemove() operation.</li>
+</ul>
+
+<h4>TRootCanvas/TRootEmbeddedCanvas</h4>
+<ul>
+<li> Drag and drop improvements for images (don't add margins between the canvas/pad border and the picture itself).</li>
 </ul>
 
-- 
GitLab