2001-09-29 Frdric L. W. Meunier <0@pervalidus.net>
   * Add GNU screen support to libgpm.

2001-09-23 Nico Schottelius <nico@schottelius.org>
   * put dependings from sources to src/.depend
   * find out, why install.sh must be in root
   * add noops() - new oops(): report(ERR,text)
   * why do we need to regenerate gpm doc ? Can't we just gzip it and it's
     just fine ?
   * set version _everywhere_ via configure (doc.gpm and others)
   * global.h for global variables (if needed)
   * conf.h for configurations (if needed)
   * gpm.h: generated by other headers. for exporting only
   * tools.h for the tools (if needed)
   * really remove oops() output, add clearer text to the user(also use stderr)
   * remove more hardwired things in gpm ?  
   * oops rewrite or use another function for rep_err()
     --> calls oops() of we need to exit. Give oops() a va_* type, Filename,line
     --> normally report(STATUS, text, ... ) --> 
     --> STATUS = (char * filename(__FILE__), int line(__LINE__), int status) 
     --> status: WARN, CRIT(or ABRT)

* 27th of July 2k+1:
   - report(char *filename, int line, int status, char *text, ... )
     Destinations:
      * stderr -> startup
      * current console (/dev/tty, /dev/vc/0) -> debug, daemon
      * console (/dev/console) ->  running, daemon
      * syslogd                ->  running, daemon
     Status:
      * LOG_INFO
      * LOG_WARN
      * LOG_ERR
      * LOG_DEBUG
     

* 7th of July 2k+1:
   - analysing patches
   - applying patches
   - detail stuff:
    - message function:
      destination depend on current state
      change debuglevel by using SIGUSR1/SIGUSR2
