From 57a11276d980741bcc0f3c18d1ae79037633ce75 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 26 Jan 2001 00:34:57 +0000 Subject: *** empty log message *** --- perl-install/ChangeLog | 92 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) (limited to 'perl-install') diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog index 1e81e198b..4b86a274e 100644 --- a/perl-install/ChangeLog +++ b/perl-install/ChangeLog @@ -1,3 +1,95 @@ +2001/01/26 Pixel + + * install_steps_gtk.pm (installPackages): prepare for advertising... + + * interactive_newt.pm (ask_from_entries_refW): major rework for new + format, still need work + (ask_from_entries_refW): use NEWT_FLAG_PASSWORD (aka 1<<11) instead of + NEWT_FLAG_HIDDEN + (myTextbox): wrap the text if needed + (myTextbox): use a vertical scrollbar if needed + + * Newt/Newt.xs (newtFormAddGrid): new name for + newtGridAddComponentsToForm, swap + parameters for much better understanding + (newtListboxGetCurrent): returns a SV (together with + newtListboxAddEntry) + (newtListboxAddEntry): data is now a SV + +2001/01/25 dam's + + * install2.pm: disable steps 'packages choice', 'configure X', and + 'configure' 'printer' + + * install_steps_interactive.pm: don't oblige user addition + + * network.pm: display ethernet module + + * netconnect.pm: network informations filled into + $prefix/var/lib/naat/configuration + +2001/01/25 Guillaume Cottenceau + + * mdk-stage1/stage1-data/stage1.tar.bz2: restore symlink /sbin/sh -> + /usr/bin/sh for stage2 + + * mdk-stage1/probing.h: better tightness of probing stuff + + * mdk-stage1/probing.c: better tightness of probing stuff + print warning message when insmod of PCI-detected device fails + + * mdk-stage1/stage1.c: + - mdk-stage1: now linux-2.4 uses floppy.o to access floppy drives + - remove fat/vfat modules from some boot floppies now that we don't + need it anymore + + * mdk-stage1/pci-resource/update-pci-ids.pl: re-integrate autoprobe of + tulip network cards, kernel-2.4 has strange way to classify some of its + net modules.. + +2001/01/25 Pablo Saratxaga + + * share/po/it.po: Waw, italian translator is very fast :) + updated Indonesian and Italian fiels + + * share/po/id.po: updated Indonesian and Italian fiels + + * share/locales.tar.bz2: added iso9 locale definitions + + * lang.pm: fixed LANGUAGE for mk locale + +2001/01/25 Pixel + + * install_any.pm (spawnShell): fix error message + +2001/01/24 Guillaume Cottenceau + + * mdk-stage1/stage1-data/stage1.tar.bz2: + - clean up deprecated symlinks (insmod, rmmod, cardmgr) + - remove unecessary device files + + * mdk-stage1/pcmcia/cardmgr.c, mdk-stage1/pcmcia/lex_config.c, + mdk-stage1/pcmcia/vg468.h, mdk-stage1/pcmcia/cardmgr.h, + mdk-stage1/pcmcia/bulkmem.h, mdk-stage1/pcmcia/i82365.h, + mdk-stage1/pcmcia/cirrus.h, mdk-stage1/pcmcia/driver_ops.h, + mdk-stage1/pcmcia/config.h, mdk-stage1/pcmcia/version.h, + mdk-stage1/pcmcia/cistpl.h, mdk-stage1/stage1.c, + mdk-stage1/pcmcia_config.patch, mdk-stage1/pcmcia/cs.h, + mdk-stage1/pcmcia/Makefile, mdk-stage1/pcmcia/ds.h, + mdk-stage1/pcmcia/pcmcia.h, mdk-stage1/pcmcia/cs_types.h, + mdk-stage1/pcmcia/yacc_config.c, mdk-stage1/Makefile, + mdk-stage1/pcmcia/tcic.h, mdk-stage1/pcmcia/yacc_config.h, + mdk-stage1/pcmcia/pcmcia_probe.c: stage1: add pcmcia + +2001/01/24 Pixel + + * partition_table.pm (%types): s|Compaq|Compaq/HP| per request of fpitoun + + * install_steps.pm (afterInstallPackages): cleanup + + * interactive.pm: better documentation of ask_from_entries_refH features + (entry) + 2001/01/24 Guillaume Cottenceau * mdk-stage1/stage1-data/stage1.tar.bz2: -- cgit v1.2.1