summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-10-26 19:46:56 +0000
committerChris Lumens <clumens@redhat.com>2007-10-26 19:46:56 +0000
commita7c2bb220e5053c78d1d44ccda3f32819a128c77 (patch)
tree2eeb982dd96287d4c73d413d49a425883454aef8 /ChangeLog
parentb7315b8d3cd006dea4b4f23a882840465502ca29 (diff)
downloadanaconda-a7c2bb220e5053c78d1d44ccda3f32819a128c77.tar.gz
anaconda-a7c2bb220e5053c78d1d44ccda3f32819a128c77.tar.xz
anaconda-a7c2bb220e5053c78d1d44ccda3f32819a128c77.zip
Since the exception dialog no longer probes for the floppy in advance,
there's no reason to keep floppy.py around anymore.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d26d9c581..697e37b76 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,19 @@
2007-10-26 Chris Lumens <clumens@redhat.com>
+ * anaconda: Don't need to probe for floppy hardware anymore since the
+ exception dialog doesn't look for it in advance.
+
+ * instdata.py (InstallData.__init__): Don't accept a floppyDevice
+ parameter anymore.
+
+ * floppy.py: Removed unused code.
+
+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:
+ * exception.py: Rework functions to handle the new save dialog.
* gui.py (ScpWindow): Remove this class in favor of a glade file.
(SaveExceptionWindow): Create a new class to handle all the