diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-07-21 16:19:54 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-07-21 16:19:54 +0000 |
commit | be7834b5205d1deab0cfc1b0358d52c7fd1d050e (patch) | |
tree | e370eb6b6b9f4935a670777ea32e32e92075cdfd | |
parent | 38b509596410b559a4ba2718cbffa8ee65d81a6b (diff) | |
download | drakx-be7834b5205d1deab0cfc1b0358d52c7fd1d050e.tar drakx-be7834b5205d1deab0cfc1b0358d52c7fd1d050e.tar.gz drakx-be7834b5205d1deab0cfc1b0358d52c7fd1d050e.tar.bz2 drakx-be7834b5205d1deab0cfc1b0358d52c7fd1d050e.tar.xz drakx-be7834b5205d1deab0cfc1b0358d52c7fd1d050e.zip |
*** empty log message ***
-rw-r--r-- | perl-install/ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog index 8ae559615..2dbca0d34 100644 --- a/perl-install/ChangeLog +++ b/perl-install/ChangeLog @@ -1,5 +1,36 @@ 2002/07/21 Pixel <pixel@mandrakesoft.com> + * Xconfigurator.pm: Load "extmod" is a must! (for things like shape and + dga) + + * Xconfig.pm: fix typo + + * share/locales-skeleton.tar.bz2: usr/share/locale skeleton is now build + in gen_locales.pl + + * share/gen_locales.pl, share/gen_locales.sh: build per languages symlinks + using the new::during_install__lang2charset + -> this enables doing the same during install when using ramdisk + => no need to have a locale.cz2 anymore + (this is now possible since the number of special cases is lower than + before) + + * lang.pm: + - remove utf_xxx charsets, adding a flag UTF-8 instead + - add during_install__lang2charset + - when using ramdisk, no locale.cz2 anymore: + there are 3 main charsets containing everything for all locales, except + LC_CTYPE + by default, there is UTF-8. + when asked for GB2312 or BIG5, removing the other main charsets + - cleanup comments (use #- instead of #) + - various cleanup + + * tools/make_mdkinst_stage2: no more locale.cz2, just keeping the main + charset /usr/share/locale/UTF-8 + +2002/07/21 Pixel <pixel@mandrakesoft.com> + * share/locales-skeleton.tar.bz2: usr/share/locale skeleton is now build in gen_locales.pl |