1.5.2 -> 1.5.3

Made some changes in the Makefile (me)
Tidy up some of the code (me)
Added the partitions section (me)

1.5.3 -> 1.5.4

1.5.4 -> 1.5.5

1.5.5 -> 1.5.6
Made some changes in all the .h files (Skuggan)
Added IP-adress to the network section (Skuggan, me)
Tidy up some of the code (Skuggan)
Fixed so the memory part displays MB insted of kb (me)

1.5.6 -> 1.5.7
Changed the IP-adress from C to system(); because it didn't work (me)
Removed (rev ...) from the pci devices in network.c, sound.c and video.c (me)
Fixed a typo in uptime.c (me)
The uptime-part now shows "1 second/minute/hour/day" if it only is one minute, instead of "1 seconds/minutes/hours/days" (me)
If you don't have a soundcard, it prints "Could not find any soundcard". (me)

1.5.7 -> 1.5.8
Added a "-a" function. This prints all the other functions. (me)
Changed the method to get parameters using getopt_long. (pbrufal)
Added some #include's and fixed some other small bugs. (pbrufal)

1.5.8 -> 1.5.9
Fixed a little bug in uptime.c (me)
Fixed some small bugs in ide.c (me)

1.5.9 -> 1.5.10
Added the IP-adress function in C (pbrufal)
Fixed a small bug in network.c, sound.c and video.c (me)
Fixed a bug that only displayed partitions begining with /dev/hd (me)
Fixed so the ide section supports from hda to hdt (me)
Added the GPL to all the .c files (me)
Added SCSI support (pbrufal)
Fixed network.c to show inactive interfaces to (pbrufal)
Added the GNUs getopt.h file to the include directory, so systems without getopt libs should work (me)
Added some includes to network.c so it would work in FreeBSD (me)
Added support for SCSI cards (pbrufal)
Fixed some typoes (me)

1.5.10 -> 1.5.11
Fixed ide.c to use ioctl insted of a LONG set of variables and ifs (me (and pbrufal))
Fixed some typoes (me)
Fixed os.c so it doesn't depend on /proc/version (me)
Removed GNUs getopt.h file from the include directory. It obviously didn't work (me)
Added "hostname" to network.c (me)
Fixed a alphabetical system in the #includes. This way it's much easier to read (me)
Removed some #includes that was not used (me)
Fixed memory.c to use <sys/sysinfo.h> insted of /proc/meminfo (me)
Fixed uptime.c to use <sys/sysinfo.h> insted of /proc/uptime (me)

1.5.11 -> 1.5.12
Fixed main.c so it uses getopt insted of getopt_long. This means that i.e. --cpu doesn't work, but -c still works (me)
Fixed help.c so it up to date with the main.c (me)
Made some small changes to Makefile. (me)
Added "author" to all .c files (me)
Made a REAL configure and Makefile system (me)

1.5.12 -> 1.5.13
Made some small changes in video.c (me)
Added support for more than one processor (me)
Added "platform" to cpu.c (i.e. i686) (me)
Tidy up help.c (me)
Removed some ugly code in ide.c and main.c (me)
Changed version.c to use defines (from the configure script) insted of variables for the version number (me)
Fixed all files so it can compile on compilers that don't support ANSI C (me)
Updated the man page (me)

1.5.13 -> 1.5.14
Fixed a bug in ide.c that made Segmentation fault (me)
Made the buffers use BUF_SIZE set in main.c (me)
Fixed the "comparison between signed and unsigned" in scsi.c (me)
Removed some useless garbage in configure.in (me)

1.5.14 -> 1.5.15
Removed the ugly headlines and added "-----" in main.c to seperate all functions (me)
Fixed some small bugs (me)
Tidy up variable names and similar (me)
