summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-10-26 19:40:42 +0000
committerChris Lumens <clumens@redhat.com>2007-10-26 19:40:42 +0000
commitb7315b8d3cd006dea4b4f23a882840465502ca29 (patch)
treeeffeeeff2e9aca1958d455a2849ccb6fc187f1cc /ChangeLog
parente1059c553d9465ea494ed7fa767f4d047b43f824 (diff)
downloadanaconda-b7315b8d3cd006dea4b4f23a882840465502ca29.tar.gz
anaconda-b7315b8d3cd006dea4b4f23a882840465502ca29.tar.xz
anaconda-b7315b8d3cd006dea4b4f23a882840465502ca29.zip
And, you know, commit the ChangeLog as well.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cd2f35915..d26d9c581 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+2007-10-26 Chris Lumens <clumens@redhat.com>
+
+ * constants.py: Add constants for the actions that can take place on
+ the exception handling UI.
+
+ * exception.py:
+
+ * gui.py (ScpWindow): Remove this class in favor of a glade file.
+ (SaveExceptionWindow): Create a new class to handle all the
+ interaction with the new glade file.
+ (ExceptionWindow): Rename to MainExceptionWindow for clarity and do
+ some modifications to handle the new classes and constants.
+
+ * text.py: Likewise.
+
+ * partedUtils.py (DiskSet.exceptionDisks): Add a method that returns
+ all possible disks and partitions that can be an exception dump
+ destination.
+
+ * ui/exn.glade: Remove the remote and floppy buttons, add a generic
+ save button instead.
+ * ui/exnSave.glade: Add a dialog for picking the destination for an
+ exception dump.
+
2007-10-26 Bill Nottingham <notting@redhat.com>
* liveinst/liveinst.sh: Use the right path for the lock file (#354571)