From 7c3a6f708eb7bad70273baa025c71b01f7e60f03 Mon Sep 17 00:00:00 2001 From: Chris Frey Date: Tue, 7 Jul 2009 20:12:48 -0400 Subject: [PATCH] Updated ChangeLog --- ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/ChangeLog b/ChangeLog index fc6a7d22..f0e1a29a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,25 @@ Release: version 0.15 - 2009/01/?? ------------------------------------------------------------------------------ +2009/07/07 + - applied Ryan Li's GUI enhancement patches, which let the user + switch devices without restarting, with fixes: + - reorganized BackupWindow.glade for better spacing + - fixed width issue (main window was set to 275 + width, which made things too narrow on Debian + Lenny + - moved buttons beside the drop down box, to + mimic old GUI behaviour + - added space around the middle controls, but + not around the menu bar or status bar, which + should be right against the outer window. + - renamed m_device_num to m_device_count for clarity + - changed m_device_count to unsigned int to fix compiler + warnings + - removed gtkmm call to unset_model() + The function unset_model() is only available in gtkmm + 2.16, and Debian Lenny only has 2.12, and won't compile. + Since set_model() automatically does the unset for us, + just reorganize the calls so Lenny is supported. 2009/07/06 - applied Ryan Li's SMS clarification patch 2009/07/02 -- 2.11.4.GIT