diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2000-06-21 14:46:54 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2000-06-21 14:46:54 +0000 |
commit | 90545edd3b0599b389168b024dd08fd8fed68000 (patch) | |
tree | 2c8c4dfd1646a013034c508fa1a71b63b4003b56 /perl-install/ChangeLog | |
parent | 8842f7f1d11ec841e49cf6ee7c6c8c8e3c6d60ca (diff) | |
download | drakx-90545edd3b0599b389168b024dd08fd8fed68000.tar drakx-90545edd3b0599b389168b024dd08fd8fed68000.tar.gz drakx-90545edd3b0599b389168b024dd08fd8fed68000.tar.bz2 drakx-90545edd3b0599b389168b024dd08fd8fed68000.tar.xz drakx-90545edd3b0599b389168b024dd08fd8fed68000.zip |
I fixed a bug with console font info not being written for latin2
(and maybe others)
Diffstat (limited to 'perl-install/ChangeLog')
-rw-r--r-- | perl-install/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog index 82808360c..bc10d0ec9 100644 --- a/perl-install/ChangeLog +++ b/perl-install/ChangeLog @@ -1,3 +1,11 @@ +2000-06-21 Pablo Saratxaga <pablo@mandrakesoft.com> + + * lang.pm: changed the way console font data is written; not all + of the [0], [1], [2] values must defined, so three cases must be used. + Also added a variable $CHARSET for /etc/sysconfig/i18n; it can then + be used by console-tools to load the proper compose table + + 2000-06-20 François Pons <fpons@mandrakesoft.com> * c/sbus.c: added some functions for silo.c integration. |