22 Aug 1998

- Added support for .mmonrc. Now it's possible to store all the parameters in
  .mmonrc and start mmon only with "mmon &". Look at mmonrcex for an example.
- Fixed the "dummy" bug in getnet(). If someone had the dummy interface in
  /proc/net/dev or he/she added it after mmon started, the program stopped
  with a segmentation fault. Now every device that starts with dummy is
  ignored.

21 Aug 1998

- Changed the arguments parsing. Now using getopt().
- Changed a bit the getnet() function. Now it's possible to show only the RX
  or TX.
- No error checking for the port parameters, so -p and -s can be 0xffff. The
  only error might come from ioperm which allows only ports < 0x400. If
  anyone needs port > 0x3ff, mail me.
- Fixed a bug in getnet(). The problem was in the line "s[size+1]='\0'"
  which when testing the program on device "lp" lead to s="lp:0" which is
  not equal with "lp:", as the program tests :)
- Changed all the output lines from "cerr <<" and printf to fprintf. Now
  all messages get printed on stderr.
- Added a signal 15 handler (TERM) which sets all the leds off when receiving
  a TERM signal and closes the program. Maybe more functions will be added
  when the program grows.

17 Aug 1998

- Fixed a bug in getirq(). The bug was that when an IRQ dissapeared from
  /proc/interrupts and the led associated with it was on, the led remained
  on until the irq appeared again in the interrupt list (eg. IRQ 3, when
  using with a modem).
