diff options
author | Chris Lumens <clumens@redhat.com> | 2005-03-31 21:34:10 +0000 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2005-03-31 21:34:10 +0000 |
commit | 722b60dc978814dc41e3f58279c37399ad368499 (patch) | |
tree | 6ac51e92b620e54ae078f99e0520affe9bfd7325 /ChangeLog | |
parent | 6fea273243de1c08d4d186434d51478b1d80494e (diff) | |
download | anaconda-722b60dc978814dc41e3f58279c37399ad368499.tar.gz anaconda-722b60dc978814dc41e3f58279c37399ad368499.tar.xz anaconda-722b60dc978814dc41e3f58279c37399ad368499.zip |
Rename InstallTimeLanguage to Language, fix /etc/sysconfig/i18n on manual
installs, and fix default time zones.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2005-03-31 Chris Lumens <clumens@redhat.com> + * language.py (InstallTimeLanguage.__init__): Set default language + settings so we get a useful /etc/sysconfig/i18n on manual installs + (#149688). + * language.py (InstallTimeLanguage.__init__): Fix time zones. + + * language.py: Renamed class to Language. + * instdata.py: Likewise. + * scripts/getlangnames.py: Likewise. + * iw/network_gui.py (NetworkWindow.setHostOptionsSensitivity): Make sure automatic hostname option isn't greyed out when using a static IP for installation (#149116). |