 changelog for sysline (Linux)
 -----------------------------

- v 0.0		bjdouma@xs4all.hacktic.nl (Bauke Jan Douma)
  Tue May 10 14:49:44 MET DST 1994:
  ported to Linux, also corrected some bugs:
	- `arrows' pointed to garbage with TERMINFO
	- with -e option, changing `columns' produced a segfault with TERMINFO
	- missing check for `status_line_esc_ok' in stringdump() with TERMINFO
	- missing check for `width_status_line' in getwinsize() with TERMINFO
	- "Mail has just arrived..." lacked a leading stringspace() call

  this initial port to Linux didn't have a version number, neither had the
  patch to stop the memory leak that I quickly released for it.
  (sysline.patch1.gz)
  
- v 0.2		bjdouma@xs4all.hacktic.nl (Bauke Jan Douma)
  'major' changes, so new release, calling it version 0.2, file is
  called sysline-0.2.tar.gz.

  changes included:
	- fixed SIGWINCH stuff when using -w flag; I suppose it works,
	  check it out under X, in a 1-line window, that you change in
	  hor. size with the mouse.  
	- fixed (hopefully) utmp stuff
	- fixed stringprt(); now change of loadavg in last 5min is shown 
	  correctly.
	- customized/simplified take_snapshot code and put it in 
	  readproctab.c. this remains basically the code from Michael 
	  Johnson's procps package, I hope I'm not doing anything 
	  unethical here.
	- added i2/is2 and ce/el strings and changed ts/tsl strings for 
	  termcap/terminfo files; you prob. want to change these.

- v 0.3		bjdouma@xs4all.hacktic.nl (Bauke Jan Douma)
  changes included:
  	- a fix in readproctab.c so sysline won't refuse to run when
  	  there are no processes running (actually it quietly died due
  	  to a SEGV after following a NULL pointer).
  	- correctly show high priority processes as running.
	- fix to handle window (-w flag) correctly under X.
  	
- v 0.4		bjdouma@xs4all.hacktic.nl (Bauke Jan Douma)
  changes included:
  	- simplified reading of process table, prob. making it slightly faster.
	- get bell from termcap/terminfo file

- v 0.5		bjdouma@xs4all.hacktic.nl (Bauke Jan Douma)
  changes included:
	- changed signal to linux sigaction.
	- add'l fixes to utmp stuff
  	- added \Em to ts/tsl strings
  	- added cls utility as a bonus.
  	- changed cs utility somewhat.
  	- <drum roll> added -Wall to CFLAGS ;)
	- another slight speedup of process table reading
	- enabled use of standard curses
	- put customizable defines in config.h

- v 0.6		bjdouma@xs4all.nl (Bauke Jan Douma)
  changes included:
  	- added compile option to suffix ~/.who, ~/.sysline and 
  	  ~/.syslinelock files with ttyname, as in ".who.tty1"
