2000-05-07  Pixel  <pixel@mandrakesoft.com>

	* cpio.c (installCpioFile): logMessage instead of printf

2000-04-27  Pixel  <pixel@mandrakesoft.com>

	* install.c: don't ask PCMCIA support disk. Doesn't work and is boring.

2000-04-26  Pixel  <pixel@mandrakesoft.com>

	* install.c: remove --ks given to stage2. DrakX knows better :)

2000-03-23  Pixel  <pixel@mandrakesoft.com>

	* installinit/init.c: added unmountSwaps and call it (for loopback
	swaps)	

2000-03-13  Pixel  <pixel@mandrakesoft.com>

	* net.c: removed ONBOOT=yes from ifcfg generated

2000-03-12  Pixel  <pixel@mandrakesoft.com>

	* installinit/init.c: changed the umounting part. Now try to
	umount everything in no order until everything is unmounted.
	If not everything could be unmounted, warning message and
	dead-loop	

2000-03-11  Pixel  <pixel@mandrakesoft.com>

	* installinit/init.c: a lot of cleanup

1999-09-23  Chmouel Boudjnah  <chmouel@mandrakesoft.com>

	* fs.c: remove the unhide.
	* pkgs.c: more package to ignore when install all.

1999-09-22 Franois Pons <fpons@mandrakesoft.com>

	* PCMCIA are bootable or usable as before.
	* install.c: added reference to cardmgr_main since cardmgr
	from pcmcia-cs-3.1.0 is included in install executable,
	check Makefile.pcmcia
	* earlymethods.c: try to mount PCMCIA disk as vfat instead of
	ext2 since PCMCIA disk is bootable and syslinux support dos fs
	only.
	* otherinsmod.c: try to use supplied directory to search for
	modules.cgz.
	* Makefile.cardmgr: special Makefile to use for compiling with
	cardmgr which defines INSTALL_INCLUDE_CARDMGR,
	use Makefile for backward compability.
	* patch-pcmcia-cs.3.1.0: patch for cardmgr.c.

1999-09-21 Chmouel Boudjnah <chmouel@mandrakesoft.com>

	* Cleanup code.
	* 6.1.5.
	* install2.c: Add fix from Eric DOUTRELEAU <Eric.Doutreleau@int-evry.fr> for kickstart install.
	* po: update ro translations.
	
1999-09-15  Pixel  <pixel@linux-mandrake.com>

	* earlymethods.c: do *not* umount the /tmp/hdimage (to allow to go
	and fetch things on Mandrake/mdkinst/...)

1999-08-30  Pixel  <pixel@linux-mandrake.com>

	* fs.c: hack to allow doMount to not prompt on error (when istty

	* earlymethods.c, cdrom.c: added the handling of multiple cdrom
	drives. If more than one is found, ask which one to use.	

1999-08-27  Pixel  <pixel@linux-mandrake.com>

	* pci-probing/pci-ids.h: added initio
	* install.c: added function ls for debugging purpose
	* installinit/init.c: added ignore "ramdisk=" parameter for the kernel
	* earlymethods.c: changed things for mdkinst & cdrom install to
	use mdkinst_stage2 if non-low-memory. And for mdkinst
	& hd use mdkinst_stage2 if runinstall2 is not a link (aka it's a
	fat fs)
	
1999-08-24  Pixel  <pixel@linux-mandrake.com>

	* setup.c: replace chmouel's comment by an ifdef (no more warning)
	* pci-probing/pci-ids.h: added entry for NVidia Riva Vanta TNT2
	* install2.c: forgot to add global variable mdkinst for this one
	(needed by cdrom.c, otherwise it cdrom.c should be compiled
	differently for install and install2)

1999-08-22  Pixel  <pixel@linux-mandrake.com>

	* many small changes to lessen the warning made by gcc
	(such as removed the trailing \0 in strings which were never
	needed in install2.c)
	* added installinit in the CVS with the changes i made. Added
	option hd, cdrom, mdkinst. local now means hd&cdrom (as usual)
	* earlymethods.c, install.c: removed all reference to the
	supplementary floppy disk which can no more be used
	* earlymethods.c, install.c: added some if's for mdkinst.	

1999-08-22 Chmouel Boudjnah <chmouel@mandrakesoft.com>

	* (setup.c install2.c): comment desktopcfg (Make confusion for end user).

1999-08-20 Chmouel Boudjnah <chmouel@mandrakesoft.com>

	* setup.c: change the path of desktopcfg.

1999-08-19 Pixel <pixel@linux-mandrake.com>

	* pci-probing/pci-ids.h: added NVidia
	* pci-probing/pciprobe.c: rewrite of pciProbeDevice for greater
	efficiency :)

1999-08-19 Chmouel Boudjnah <chmouel@mandrakesoft.com>

	* pci-probing/pci-ids.h: add more description.

1999-08-07 Pablo Saratxaga <pablo@mandrakesoft.com>

	* lang.c, po/id.po: fixed the name fro Indonesian locale
	* po/es.po: fixed spanish translation

1999-08-05 Chmouel Boudjnah <chmouel@mandrakesoft.com>

	* install2.c: Fix bug with state of fstab by Axalon.

1999-07-31  Chmouel Boudjnah  <chmouel@mandrakesoft.com>

	* *: Syncing with RedHat install.

1999-07-22 Alexandre Dussart <adussart@mandrakesoft.com>
    * Added --lnx4win option for Lnx4Win installation

1999-07-06 Bernhard Rosenkrnzer <bero@mandrakesoft.com>
	* install2.[ch], setup.[ch]: Fix desktopcfg execution

1999-05-22 Bernhard Rosenkrnzer <bero@mandrakesoft.com>
	* lang.c: Misc. fixes
	* po/fr.po: Fix a typo

1999-05-19 Bernhard Rosenkrnzer <bero@mandrakesoft.com>
	* po/{es,fr}.o: Put in Pascal's new versions
	* lang.c: Modify language selection

1999-05-18 Pixel <pixel@linux-mandrake.com>
	* add install_Lnx4Win.c install2_Lnx4Win.c fsedit_Lnx4Win.c which
	just include the corresponding .c with #define LNX4WIN
	* modified install.c install2.c fsedit.c with the Lnx4Win patch.
	When LNX4WIN is undef, nothing is changed.
	When LNX4WIN is defined, it corresponds to the files after applying the patch
	* Makefile: added rules install_Lnx4Win install2_Lnx4Win built
	using install_Lnx4Win.o install2_Lnx4Win.o fsedit_Lnx4Win.o
	instead of the corresponding normal .o file. install2_Lnx4Win is
	statically built where install2 was dynamic.

1999-05-16 Pixel <pixel@linux-mandrake.com>
	* install2.c: fixed a bug when user login added and password...

1999-05-10 Bernhard Rosenkrnzer <bero@mandrakesoft.com>
	* speedup.c: Add
	* Makefile, install.c: Make use of speedup.c
	* install2.c: Get rid of "Linux Mandrake (C) 1999 Red Hat",
	  fix string overlapping problem.

1999-05-08 Bernhard Rosenkraenzer <bero@mandrakesoft.com>
	* Makefile: strip binaries on make installit
	* Some more size optimizations
	* Get rid of some unused variables (RH sucks...)

1999-05-07 Gal Duval
        * patched fs.c to avoid using this silly "autofstab" package

1999-05-03 Bernhard Rosenkraenzer <bero@mandrakesoft.com>
	* po/*: Updates from RH 6.0
	* po-preRH60/*: add (backup of old stuff)

1999-04-30 Bernhard Rosenkraenzer <bero@mandrakesoft.com>
	* Makefile, devices.c, doit.c, earlymethods.c, fs.c, fsedit.c,
	  genhdlist.c, hd.c, hd.h, install.c, install1.po, install2.c,
	  install2.po, install3.po, kickstart.c, kickstart.h, lang.c,
	  latemethods.c, lilo.c, milo.c, mkswap.c, mtab.c, po/Makefile,
	  printercfg.c, scsi.c, setup.c, smp.c, ugtest.c:
	  - Merge changes from RH 6.0 release
	  - tag version as "Starbug" before committing, just in case
	    the changes cause problems.

1999-04-28 Bernhard Rosenkrnzer <bero@mandrakesoft.com>
	* install2.c:
	  - Extend adduser password field - the new pwdb supports passwords
	    > 8 characters.
	  - Let the user choose only installed shells

1999-04-21 Chmouel Boudjnah <chmouel@mandrakesoft.com>

	* New translations.
	* Fixed the 8bits caracteres bug (in trees/fontsrc/isol*1*acm

1999-04-20 Chmouel Boudjnah <chmouel@mandrakesoft.com>

	* s/RedHat/Mandrake/, include the /RedHat/ directories.

1999-04-20  Bernhard Rosenkraenzer <bero@mandrakesoft.com>
	* install2.c: Add adduser the way it's supposed to be done in 6.0
	* setup.h, setup.c: Remove the adduser stuff I did the 5.x way
	  before.

1999-04-20  Bernhard Rosenkraenzer <bero@mandrakesoft.com>
	* printercfg.c: Default = /dev/lp0, not lp1 - makes more sense in
	  kernel 2.2.x

1999-04-20  Bernhard Rosenkraenzer <bero@mandrakesoft.com>

	* Makefile: get rid of ua/useradd - it's in newt-adduser instead.

1999-04-19 Chmouel Boudjnah <chmouel@m andrakesoft.com>

	* Just add some options ot the Makefiles for me. 

1999-04-19  Bernhard Rosenkraenzer <bero@mandrakesoft.com>

	* *: Get in sync with current RH

	* Makefile: Fix up realclean target

	* setup.h:
	setup.c:
	Add call to newt-adduser
	Bugfix in mouseConfig() (RH Sucks)

1999-04-15  Chmouel Boudjnah  <chmouel@mandrakesoft.com>

	* latemethods.c: quick fix i have removed the references to global 
	MacroContext (doen't want to work)
	

1999-04-15  Bernhard Rosenkraenzer <bero@mandrakesoft.com>
	* urlmethod.c:
	Get in sync with current RH

	* install2.c:
	setup.c:
	setup.h:
	Add desktopcfg after configuring X

	* config.h:
	Modify settings to compile on glibc 2.0.x

	* config.h.glibc21:
	Create (=config.h from RH)

	* earlymethods.c:
	#include <sys/stat.h> - it's missing


1999-04-13  Bernhard Rosenkraenzer <bero@mandrakesoft.com>

	* Makefile:
	libfdisk/Makefile:
	modutils/Makeconfig:
	pci-probing/Makefile:
	pcmcia-probing/Makefile:
	sbus-probing/Makefile:
	Change compiler to pgcc, add optimizations, optimizing
	for size over speed (this is for bootdisks after all).

======================================================================
All changes ABOVE this line are from Mandrake
======================================================================

1998-11-19  Cristian Gafton  <gafton@redhat.com>

	* lang.c: Add Polish language
	* Makefile (realclean): New target.
	Add Polish language

1998-10-02  Cristian Gafton  <gafton@redhat.com>

	* lang.c: Added Danish language

1998-09-23  Cristian Gafton  <gafton@redhat.com>

	* Makefile (tr/%3.tr): msgmerge syntax update
	(tr/%2.tr): Likewise
	(tr/%1.tr): Likewise

1998-09-14  Cristian Gafton  <gafton@redhat.com>

	* kbd.c: Don't write full path name for the KEYTABLE= entry
		Read & parse entries in form KEYBOARD=us correctly
	* Makefile (update-po): Use msgmerge instead of tupdate. Don't overwrite the original
		.po files unless generation is successfull
		(update-po): Ouch, msgmerge wants the po files listed in the other order
	* po/it.po: Fixed it so that msgmerge will not complain anymore
	* po/fr.po: Likewise
	* po/en_RN.po: Likewise

1998-09-13  Cristian Gafton  <gafton@redhat.com>

	* Makefile (clean): remove .depend as well
	* ftp.c: glibc does not have HAVE_MACHINE_TYPES_H anymore
	* smb.c: protect #define MS_MGC_VAL with #ifdef
	

