diff options
| author | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2007-02-24 13:39:11 +0000 | 
|---|---|---|
| committer | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2007-02-24 13:39:11 +0000 | 
| commit | 10604dec751b17384095002b5653e9790fd3c4e1 (patch) | |
| tree | 62d099d96ecf5d13ce91c5f6675325f5ed48aef3 | |
| parent | 9545a18c2586098c660d44537c8de2334e35f8d3 (diff) | |
| download | lcd4linux-10604dec751b17384095002b5653e9790fd3c4e1.tar.gz | |
ChangeLog processed with svn2cl
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@769 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
| -rw-r--r-- | ChangeLog | 4998 | 
1 files changed, 2811 insertions, 2187 deletions
| @@ -1,415 +1,1122 @@ -2006-01-30 07:25  reinelt +2007-02-24  michael -	* drv_BWCT.c, drv_BeckmannEgle.c, drv_Crystalfontz.c, drv_Curses.c, -	  drv_Cwlinux.c, drv_G15.c, drv_HD44780.c, drv_Image.c, -	  drv_LCD2USB.c, drv_LCDLinux.c, drv_LCDTerm.c, drv_LPH7508.c, -	  drv_LUIse.c, drv_M50530.c, drv_MatrixOrbital.c, -	  drv_MilfordInstruments.c, drv_NULL.c, drv_Noritake.c, -	  drv_RouterBoard.c, drv_Sample.c, drv_SimpleLCD.c, drv_T6963.c, -	  drv_Trefon.c, drv_USBLCD.c, drv_WincorNixdorf.c, drv_X11.c, -	  drv_serdisplib.c: added CVS Revision - -2006-01-30 07:17  reinelt - -	* drv_X11.c: added CVS Revision +	* configure, configure.in, svn_version.h: Version number changed to +	  0.10.1-RC1 -2006-01-30 07:11  reinelt +2007-02-05  michael -	* evaluator.c, evaluator.h: changed Result->length to Result->size +	* configure, drivers.m4: only use picoLCD if libusb is available -2006-01-30 06:47  reinelt +2007-02-04  michael -	* Makefile.am, Makefile.in, aclocal.m4, configure, drv_G15.c, -	  drv_Image.c, drv_LPH7508.c, drv_Sample.c, drv_T6963.c, drv_X11.c, -	  drv_generic_graphic.c, drv_generic_graphic.h, drv_generic_text.c, -	  drv_generic_text.h, drv_serdisplib.c, evaluator.c, indent.sh, -	  layout.c, lcd4linux.conf.sample, rgb.c, rgb.h, widget.c, -	  widget.h: graphic subsystem changed to full-color RGBA +	* svn_version.h: svn version bumped manually +	* configure, drivers.m4: autoconf & smoketest bugs fixed +	* Makefile.am, Makefile.in, config.h.in, configure, drivers.m4, +	  drv.c, drv_EA232graphic.c, smoketest.sh: 'Electronic Assembly' +	  driver by Stefan Gmeiner +	* drv_picoLCD.c, lcd4linux.conf.sample: picoLCD driver bugs fixed + +2007-01-23  michael + +	* Makefile.am, Makefile.in: drv_picoLCD was missing in distribution +	* configure, svn_version.h: removed -SVN from version string +	* Makefile.am, Makefile.in, configure.in, lcd4linux.c, +	  svn_version.h, svn_version.sh: try to add svn version + +2007-01-21  michael + +	* plugin_math.c: indent +	* evaluator.c, evaluator.h, plugin_math.c: new function 'decode()' +	* widget_bar.c: removed unused variable + +2007-01-20  michael + +	* widget_gpo.c, widget_keypad.c: keypad widget cleanup +	* drv_generic_gpio.c, widget_gpo.c, widget_gpo.h: GPO cleanup +	* cfg.c, evaluator.c: minor fixes to evaluator +	* Makefile.in, cfg.c, config.h.in, configure, property.c, +	  property.h, widget_bar.c, widget_bar.h, widget_gpo.c, +	  widget_image.c, widget_keypad.c, widget_text.c, widget_timer.c: +	  dynamic properties for bars; new 'property_valid()' helper +	* drv_picoLCD.c, widget_gpo.h, widget_icon.h, widget_keypad.h, +	  widget_text.h, widget_timer.h: indent + +2007-01-19  michael + +	* Makefile.am, drivers.m4, drv.c, drv_picoLCD.c, +	  lcd4linux.conf.sample: driver for picoLCD displays from +	  mini-box.com by Nicu Pavel +	* widget_keypad.c, widget_keypad.h: dynamic properties for keypad +	  widget +	* drv_generic_graphic.c, drv_generic_text.c: indent + +2007-01-18  michael + +	* drv_generic_graphic.c, drv_generic_text.c, widget_icon.c, +	  widget_icon.h: dynamic properties for Icon widget + +2007-01-17  michael + +	* widget_gpo.c, widget_gpo.h: dynamic properties for GPO's +	* drv_generic_i2c.h: removed DOS newlines again :-( +	* drv_HD44780.c, drv_generic_i2c.h: indent +	* configure, configure.in: changed version number from 0.10.1-CVS +	  to 0.10.1-SVN + +2007-01-16  michael + +	* config.h.in, configure, drivers.m4, drv_HD44780.c: new driver +	  'HD44780-I2C' +	* plugin_wireless.c: Fix compilation of plugin_wireless.c with +	  linux kernel 2.6.19 from Guillaume LECERF +	* Makefile.am, Makefile.in, configure, drivers.m4: Patch from +	  Robert Buchholz: NULL driver link error fixed, m4 files included +	  in distribution +	* drv_LCDLinux.c: patch from Mattia Jona-Lasinio for lcd-linux +	  0.12.0 +	* Makefile.in: svn keywords +	* drv_generic_i2c.h: removed some DOS newlines + +2007-01-15  michael + +	* Makefile.am, Makefile.in, drv_Sample.c, plugin_sample.c, +	  smoketest.sh: minor cosmetic changes and fixes + +2007-01-14  michael + +	* ., Makefile.in, config.h.in, configure, configure.in: +	  re-bootstrapped +	* mkinstalldirs: svn keywords corrected +	* AUTHORS, CREDITS, CodingStyle, INSTALL, Makefile.am, NEWS, +	  README, README.KDE, TODO, lcd4linux.conf.sample, plugins.m4, +	  smoketest.sh, usbhub.conf: svn keywords corrected +	* AUTHORS, NEWS, Status, TODO, ac_python_devel.m4, bootstrap, +	  configure.in, curses.m4, drivers.m4, indent.sh, +	  lcd4linux.conf.sample, plugins.m4, smoketest.sh, usbhub.conf: +	  added svn properties and keywords +	* cfg.c, cfg.h, debug.c, debug.h, drv.c, drv.h, drv_BWCT.c, +	  drv_BeckmannEgle.c, drv_Crystalfontz.c, drv_Curses.c, +	  drv_Cwlinux.c, drv_G15.c, drv_HD44780.c, drv_Image.c, +	  drv_LCD2USB.c, drv_LCDLinux.c, drv_LCDTerm.c, drv_LEDMatrix.c, +	  drv_LPH7508.c, drv_LUIse.c, drv_M50530.c, drv_MatrixOrbital.c, +	  drv_MilfordInstruments.c, drv_NULL.c, drv_Noritake.c, +	  drv_RouterBoard.c, drv_Sample.c, drv_SimpleLCD.c, drv_T6963.c, +	  drv_Trefon.c, drv_USBHUB.c, drv_USBLCD.c, drv_WincorNixdorf.c, +	  drv_X11.c, drv_generic.c, drv_generic.h, drv_generic_gpio.c, +	  drv_generic_gpio.h, drv_generic_graphic.c, drv_generic_graphic.h, +	  drv_generic_i2c.c, drv_generic_i2c.h, drv_generic_keypad.c, +	  drv_generic_keypad.h, drv_generic_parport.c, +	  drv_generic_parport.h, drv_generic_serial.c, +	  drv_generic_serial.h, drv_generic_text.c, drv_generic_text.h, +	  drv_serdisplib.c, evaluator.c, evaluator.h, font_6x8.h, +	  font_6x8_bold.h, hash.c, hash.h, layout.c, layout.h, lcd4linux.c, +	  lcd4linux_i2c.h, pid.c, pid.h, plugin.c, plugin.h, plugin_apm.c, +	  plugin_cfg.c, plugin_cpuinfo.c, plugin_diskstats.c, plugin_dvb.c, +	  plugin_exec.c, plugin_file.c, plugin_i2c_sensors.c, +	  plugin_iconv.c, plugin_imon.c, plugin_isdn.c, plugin_kvv.c, +	  plugin_loadavg.c, plugin_math.c, plugin_meminfo.c, plugin_mpd.c, +	  plugin_mysql.c, plugin_netdev.c, plugin_pop3.c, plugin_ppp.c, +	  plugin_proc_stat.c, plugin_python.c, plugin_sample.c, +	  plugin_seti.c, plugin_statfs.c, plugin_string.c, plugin_test.c, +	  plugin_time.c, plugin_uname.c, plugin_uptime.c, +	  plugin_wireless.c, plugin_xmms.c, property.c, property.h, +	  qprintf.c, qprintf.h, rgb.c, rgb.h, thread.c, thread.h, timer.c, +	  timer.h, udelay.c, udelay.h, widget.c, widget.h, widget_bar.c, +	  widget_bar.h, widget_gpo.c, widget_gpo.h, widget_icon.c, +	  widget_icon.h, widget_image.c, widget_image.h, widget_keypad.c, +	  widget_keypad.h, widget_text.c, widget_text.h, widget_timer.c, +	  widget_timer.h: changed $Revision to $Rev +	* cfg.c, cfg.h, debug.c, debug.h, drv.c, drv.h, drv_BWCT.c, +	  drv_BeckmannEgle.c, drv_Crystalfontz.c, drv_Curses.c, +	  drv_Cwlinux.c, drv_G15.c, drv_HD44780.c, drv_Image.c, +	  drv_LCD2USB.c, drv_LCDLinux.c, drv_LCDTerm.c, drv_LEDMatrix.c, +	  drv_LPH7508.c, drv_LUIse.c, drv_M50530.c, drv_MatrixOrbital.c, +	  drv_MilfordInstruments.c, drv_NULL.c, drv_Noritake.c, +	  drv_RouterBoard.c, drv_Sample.c, drv_SimpleLCD.c, drv_T6963.c, +	  drv_Trefon.c, drv_USBHUB.c, drv_USBLCD.c, drv_WincorNixdorf.c, +	  drv_X11.c, drv_generic.c, drv_generic.h, drv_generic_gpio.c, +	  drv_generic_gpio.h, drv_generic_graphic.c, drv_generic_graphic.h, +	  drv_generic_i2c.c, drv_generic_i2c.h, drv_generic_keypad.c, +	  drv_generic_keypad.h, drv_generic_parport.c, +	  drv_generic_parport.h, drv_generic_serial.c, +	  drv_generic_serial.h, drv_generic_text.c, drv_generic_text.h, +	  drv_serdisplib.c, evaluator.c, evaluator.h, font_6x8.h, +	  font_6x8_bold.h, hash.c, hash.h, layout.c, layout.h, lcd4linux.c, +	  lcd4linux_i2c.h, pid.c, pid.h, plugin.c, plugin.h, plugin_apm.c, +	  plugin_cfg.c, plugin_cpuinfo.c, plugin_diskstats.c, plugin_dvb.c, +	  plugin_exec.c, plugin_file.c, plugin_i2c_sensors.c, +	  plugin_iconv.c, plugin_imon.c, plugin_isdn.c, plugin_kvv.c, +	  plugin_loadavg.c, plugin_math.c, plugin_meminfo.c, plugin_mpd.c, +	  plugin_mysql.c, plugin_netdev.c, plugin_pop3.c, plugin_ppp.c, +	  plugin_proc_stat.c, plugin_python.c, plugin_sample.c, +	  plugin_seti.c, plugin_statfs.c, plugin_string.c, plugin_test.c, +	  plugin_time.c, plugin_uname.c, plugin_uptime.c, +	  plugin_wireless.c, plugin_xmms.c, property.c, property.h, +	  qprintf.c, qprintf.h, rgb.c, rgb.h, thread.c, thread.h, timer.c, +	  timer.h, udelay.c, udelay.h, widget.c, widget.h, widget_bar.c, +	  widget_bar.h, widget_gpo.c, widget_gpo.h, widget_icon.c, +	  widget_icon.h, widget_image.c, widget_image.h, widget_keypad.c, +	  widget_keypad.h, widget_text.c, widget_text.h, widget_timer.c, +	  widget_timer.h: removed all tags +	* CREDITS, CodingStyle, FAQ, INSTALL, Makefile.am, README, +	  README.KDE, cfg.c, cfg.h, debug.c, debug.h, drv.c, drv.h, +	  drv_BWCT.c, drv_BeckmannEgle.c, drv_Crystalfontz.c, drv_Curses.c, +	  drv_Cwlinux.c, drv_G15.c, drv_HD44780.c, drv_Image.c, +	  drv_LCD2USB.c, drv_LCDLinux.c, drv_LCDTerm.c, drv_LEDMatrix.c, +	  drv_LPH7508.c, drv_LUIse.c, drv_M50530.c, drv_MatrixOrbital.c, +	  drv_MilfordInstruments.c, drv_NULL.c, drv_Noritake.c, +	  drv_RouterBoard.c, drv_Sample.c, drv_SimpleLCD.c, drv_T6963.c, +	  drv_Trefon.c, drv_USBHUB.c, drv_USBLCD.c, drv_WincorNixdorf.c, +	  drv_X11.c, drv_generic.c, drv_generic.h, drv_generic_gpio.c, +	  drv_generic_gpio.h, drv_generic_graphic.c, drv_generic_graphic.h, +	  drv_generic_i2c.c, drv_generic_i2c.h, drv_generic_keypad.c, +	  drv_generic_keypad.h, drv_generic_parport.c, +	  drv_generic_parport.h, drv_generic_serial.c, +	  drv_generic_serial.h, drv_generic_text.c, drv_generic_text.h, +	  drv_serdisplib.c, evaluator.c, evaluator.h, font_6x8.h, +	  font_6x8_bold.h, hash.c, hash.h, layout.c, layout.h, lcd4linux.c, +	  lcd4linux_i2c.h, pid.c, pid.h, plugin.c, plugin.h, plugin_apm.c, +	  plugin_cfg.c, plugin_cpuinfo.c, plugin_diskstats.c, plugin_dvb.c, +	  plugin_exec.c, plugin_file.c, plugin_i2c_sensors.c, +	  plugin_iconv.c, plugin_imon.c, plugin_isdn.c, plugin_kvv.c, +	  plugin_loadavg.c, plugin_math.c, plugin_meminfo.c, plugin_mpd.c, +	  plugin_mysql.c, plugin_netdev.c, plugin_pop3.c, plugin_ppp.c, +	  plugin_proc_stat.c, plugin_python.c, plugin_sample.c, +	  plugin_seti.c, plugin_statfs.c, plugin_string.c, plugin_test.c, +	  plugin_time.c, plugin_uname.c, plugin_uptime.c, +	  plugin_wireless.c, plugin_xmms.c, property.c, property.h, +	  qprintf.c, qprintf.h, rgb.c, rgb.h, thread.c, thread.h, timer.c, +	  timer.h, udelay.c, udelay.h, widget.c, widget.h, widget_bar.c, +	  widget_bar.h, widget_gpo.c, widget_gpo.h, widget_icon.c, +	  widget_icon.h, widget_image.c, widget_image.h, widget_keypad.c, +	  widget_keypad.h, widget_text.c, widget_text.h, widget_timer.c, +	  widget_timer.h: svn properties fixed +	* .: svn:ignore ported from .cvsignore +	* aclocal.m4, configure, debian, documentation, plugin_imon.c, +	  plugin_wireless.c, widget_timer.c, widget_timer.h: switch from +	  CVS to SVN -2006-01-28 16:36  harbaum +2006-10-01  reinelt -	* drv_LCD2USB.c, evaluator.c: Fix: string termination bug in eval() +	* widget_image.c, widget_timer.c, widget_timer.h: [lcd4linux @ +	  2006-10-01 11:54:38 by reinelt] +	  timer widget uses properties + +2006-09-29  reinelt + +	* aclocal.m4, configure, drv_generic_graphic.c, evaluator.c, +	  plugin_iconv.c, widget_image.c, widget_image.h, widget_text.c: +	  [lcd4linux @ 2006-09-29 04:48:21 by reinelt] +	  image widget uses properties now; new property 'reload' + +2006-10-04  root + +	* widget_image.c: image widget memory leaks fixed (thanks to Magne +	  Torresen) + +2006-09-19  entropy + +	* plugin.c: [lcd4linux @ 2006-09-19 11:20:52 by entropy] +	  Added missing prototypes + +2006-09-15  siretart + +	* Makefile.in, aclocal.m4, configure: [lcd4linux @ 2006-09-15 +	  20:30:03 by siretart] +	  rerun bootstrap on request from Ernst Bachmann +	  <e.bachmann@xebec.de> +	  Message-Id: <200609152109.17600.e.bachmann@xebec.de> + +2006-09-15  entropy + +	* plugin_iconv.c: [lcd4linux @ 2006-09-15 19:06:47 by entropy] +	  debug spam reduced, comment typo fixed +	* Makefile.am, config.h.in, plugin.c, plugin_iconv.c, plugins.m4: +	  [lcd4linux @ 2006-09-15 19:00:50 by entropy] +	  iconv charset converter plugin + +2006-09-14  entropy + +	* usbhub.conf: [lcd4linux @ 2006-09-14 20:36:39 by entropy] +	  Improved example showing how to display network and hdd activity +	  on an usb hub +	* lcd4linux.c: [lcd4linux @ 2006-09-14 11:19:29 by entropy] +	  New cmdline option -p to specify the pidfile location + +2006-09-14  reinelt + +	* evaluator.c: [lcd4linux @ 2006-09-14 04:08:54 by reinelt] +	  variables use a static list, no realloc, linear search +	* drv_Crystalfontz.c, drv_generic_serial.c, lcd4linux.c, thread.c, +	  thread.h: [lcd4linux @ 2006-09-14 03:49:14 by reinelt] +	  indent run + +2006-09-13  entropy + +	* udelay.h: [lcd4linux @ 2006-09-13 20:07:59 by entropy] +	  Fixing bug #1494773 (compiles only on i368/amd64 machines) by +	  providing a dummy implementation for other archs +	* lcd4linux.c, thread.c, thread.h: [lcd4linux @ 2006-09-13 20:04:57 +	  by entropy] +	  threads change argv[0] to their thread name, for a neat 'ps' +	  output + +2006-09-13  reinelt + +	* plugin_file.c, widget_text.c: [lcd4linux @ 2006-09-13 05:33:39 by +	  reinelt] +	  plugin_file: return empty string if file cannot be read; +	  widget_text: load property as 'string', not as variable +	  (triggered an ugly bug with variable list reallocated) + +2006-09-08  reinelt + +	* drv_Trefon.c, drv_USBLCD.c, drv_generic_serial.c: [lcd4linux @ +	  2006-09-08 19:00:46 by reinelt] +	  give up after 10 write errors to serial device + +2006-09-07  reinelt + +	* debug.h, drv_BeckmannEgle.c, drv_Crystalfontz.c, drv_Curses.c, +	  drv_LEDMatrix.c, drv_M50530.c, drv_NULL.c, drv_USBHUB.c, +	  drv_generic_i2c.c, plugin_i2c_sensors.c, widget_image.c: +	  [lcd4linux @ 2006-09-07 09:06:25 by reinelt] +	  lots of wrong printf formats corrected (thanks to Ernst Bachmann) + +2006-09-06  reinelt + +	* .cvsignore, configure, missing: [lcd4linux @ 2006-09-06 05:22:09 +	  by reinelt] +	  some autoconf updates + +2006-09-04  siretart + +	* Makefile.in, aclocal.m4, config.h.in, configure: [lcd4linux @ +	  2006-09-04 16:48:32 by siretart] +	  rerun bootstrap on current debian/etch system using automake1.9 +	  to +	  make my previous commits active +	* ac_python_devel.m4, configure.in, python.m4: [lcd4linux @ +	  2006-09-04 16:47:39 by siretart] +	  These changes were necessary to make lcd4linux build on current +	  debian etch/unstable +	  systems. I cannot really imagine how this was supposed to work, +	  so I replaced +	  the old modified python.m4 with an uptodate version of +	  ac_python_devel.m4 from +	  autoconf_archive. both .m4 files seem to have a common anchestor, +	  but ac_python_devel.m4 +	  has clearly seen a lot of more love, so let's better stay with +	  upstream +	  (autoconf archive), so we can blame them if anything breaks. +	   +	  Moreover, this actually works +	* debian/changelog, debian/compat, debian/config, debian/control, +	  debian/copyright, debian/dirs, debian/docs, debian/init.d, +	  debian/postinst, debian/rules, debian/templates, debian/watch: +	  [lcd4linux @ 2006-09-04 16:41:21 by siretart] +	  removing debianisation from upstream source, as discussed with +	  Michael on private mail. +	   +	  Rationale: I try to keep an updated lcd4linux in debian/sid. If +	  you need the debinisation, +	  please use my packages as base. If you want more updated package, +	  please drop me a note, +	  and I'll arrange another upload to unstable (or experimental, +	  depending on the state +	  of the cvs). +	* drivers.m4: [lcd4linux @ 2006-09-04 16:35:43 by siretart] +	  fix linking with modular xorg. See http://bugs.debian.org/381606 +	  for reference +	* bootstrap: [lcd4linux @ 2006-09-04 16:33:21 by siretart] +	  beautify bootstrap script + +2006-08-23  harbaum + +	* plugin_kvv.c: [lcd4linux @ 2006-08-23 17:45:37 by harbaum] +	  Umlaut translation bugfix + +2006-08-23  reinelt + +	* lcd4linux.conf.sample: [lcd4linux @ 2006-08-23 05:05:40 by +	  reinelt] +	  CF635 added to lcd4linux.conf.sample + +2006-08-17  harbaum + +	* Makefile.in, aclocal.m4, config.h.in, configure, plugin_kvv.c: +	  [lcd4linux @ 2006-08-17 19:11:40 by harbaum] +	  Small plugin_kvv bugfixes and new abbreviate option + +2006-08-17  reinelt + +	* configure, drivers.m4: [lcd4linux @ 2006-08-17 05:06:26 by +	  reinelt] +	  LCD2USB driver missing keypad symbols fixed + +2006-08-16  reinelt + +	* Makefile.am, Makefile.in, drv_T6963.c, lcd4linux.conf.sample, +	  plugin_kvv.c: [lcd4linux @ 2006-08-16 14:18:14 by reinelt] +	  T6963 enhancements: soft timing, DualScan, Cell size + +2006-08-15  harbaum + +	* plugin_kvv.c: [lcd4linux @ 2006-08-15 17:28:27 by harbaum] +	  Cleaned up thread and error handling + +2006-08-14  harbaum + +	* drv_LEDMatrix.c, drv_USBHUB.c, drv_generic_graphic.c, font_6x8.h, +	  font_6x8_bold.h, plugin_kvv.c: [lcd4linux @ 2006-08-14 19:24:22 +	  by harbaum] +	  Umlaut support, added KVV HTTP-User-Agent + +2006-08-14  reinelt + +	* Makefile.am, Makefile.in, drv_LEDMatrix.c, drv_USBHUB.c, +	  lcd4linux.conf.sample, property.h, widget.h: [lcd4linux @ +	  2006-08-14 05:54:03 by reinelt] +	  minor warnings fixed, CFLAGS changed (no-strict-aliasing) + +2006-08-13  harbaum + +	* drv_LEDMatrix.c, plugin_kvv.c: [lcd4linux @ 2006-08-13 18:45:25 +	  by harbaum] +	  Little cleanup ... +	* Makefile.am, Makefile.in, config.h.in, configure, +	  drv_LEDMatrix.c, font_6x8_bold.h, lcd4linux.conf.sample, +	  plugin.c, plugin_kvv.c, plugins.m4, property.c, widget_text.c, +	  widget_text.h: [lcd4linux @ 2006-08-13 18:14:03 by harbaum] +	  Added KVV plugin -2006-01-26 20:26  harbaum +2006-08-13  reinelt +	* lcd4linux.conf.sample, property.c, property.h, widget_text.c, +	  widget_text.h: [lcd4linux @ 2006-08-13 11:38:20 by reinelt] +	  text widget uses dynamic properties  	* Makefile.am, Makefile.in, aclocal.m4, config.h.in, configure, -	  drivers.m4, drv.c, drv_LCD2USB.c: Added LCD2USB support - -2006-01-23 07:17  reinelt - -	* Makefile.am, Makefile.in, layout.c, lcd4linux.c, widget.h, -	  widget_bar.c, widget_icon.c, widget_image.c, widget_text.c, -	  widget_timer.c, widget_timer.h: timer widget added - -2006-01-22 11:01  reinelt - -	* widget_icon.c: allow 'static' icons with speed=0 - -2006-01-22 10:16  reinelt - -	* Makefile.am, Makefile.in, configure, drv_X11.c, widget_image.c, -	  widget_image.h: Image Widget framework added - -2006-01-21 18:43  reinelt - -	* drv_G15.c: minor cosmetic fixes - -2006-01-21 16:25  reinelt - -	* drivers.m4: GPIO subsystem in drivers.m4 added - -2006-01-21 14:26  reinelt +	  drv_LEDMatrix.c, drv_T6963.c, drv_generic.c, drv_generic.h, +	  drv_generic_graphic.c, evaluator.h, lcd4linux.conf.sample, +	  property.c, property.h, widget_text.c, widget_text.h: [lcd4linux +	  @ 2006-08-13 09:53:10 by reinelt] +	  dynamic properties added (used by 'style' of text widget) +	* drv_G15.c, drv_Image.c, drv_LEDMatrix.c, drv_M50530.c, +	  drv_T6963.c, drv_USBHUB.c, drv_X11.c, drv_generic.c, +	  drv_generic.h, drv_generic_graphic.c, drv_generic_i2c.h, +	  lcd4linux.c, lcd4linux.conf.sample, udelay.c, widget_bar.h: +	  [lcd4linux @ 2006-08-13 06:46:51 by reinelt] +	  T6963 soft-timing & enhancements; indent + +2006-08-11  reinelt + +	* drv_M50530.c, lcd4linux.conf.sample: [lcd4linux @ 2006-08-11 +	  11:59:29 by reinelt] +	  M50530 minor fixes + +2006-08-10  reinelt + +	* drv_HD44780.c, drv_M50530.c, lcd4linux.conf.sample: [lcd4linux @ +	  2006-08-10 20:40:46 by reinelt] +	  M50530 enhancements: Timings, busy-flag checking +	* lcd4linux.conf.sample, udelay.c: [lcd4linux @ 2006-08-10 19:06:52 +	  by reinelt] +	  new 'fuzz' parameter for timings + +2006-08-09  harbaum + +	* Makefile.in, aclocal.m4, config.h.in, configure, drv_LEDMatrix.c, +	  drv_generic.c, drv_generic.h, drv_generic_graphic.c, +	  font_6x8_bold.h, widget.c, widget.h, widget_bar.c, widget_bar.h: +	  [lcd4linux @ 2006-08-09 17:25:34 by harbaum] +	  Better bar color support and new bold font + +2006-08-08  harbaum + +	* drv_LEDMatrix.c, drv_generic_graphic.c, widget.c, widget.h: +	  [lcd4linux @ 2006-08-08 20:16:28 by harbaum] +	  Added "extracolor" (used for e.g. bar border) and RGB support for +	  LEDMATRIX + +2006-08-08  reinelt  	* Makefile.am, Makefile.in, config.h.in, configure, drivers.m4, -	  drv.c, drv_G15.c, lcd4linux.conf.sample: Logitech G-15 keyboard -	  LCD driver from Dave Ingram - -2006-01-21 10:40  reinelt - -	* evaluator.c: Big Memory Leak in Evaluator fixed (thanks to Oliver -	  Gehrke) +	  drv.c, drv_USBHUB.c, usbhub.conf: [lcd4linux @ 2006-08-08 +	  19:35:21 by reinelt] +	  USBHUB driver from Ernst Bachmann +	* Makefile.in, aclocal.m4, config.h.in, configure, widget.c: +	  [lcd4linux @ 2006-08-08 19:28:18 by reinelt] +	  widget type checking corrected -2006-01-20 16:58  reinelt +2006-08-05  harbaum -	* lcd4linux.conf.sample, plugin_mysql.c: MySQL::count() added again +	* Makefile.am, Makefile.in, aclocal.m4, config.h.in, configure, +	  drivers.m4, drv.c, drv_LEDMatrix.c: [lcd4linux @ 2006-08-05 +	  21:08:01 by harbaum] +	  New LEDMATRIX driver (see http://www.harbaum.org/till/ledmatrix) + +2006-07-31  reinelt + +	* Makefile.am, Makefile.in, configure.in, drv.c, drv_generic.c, +	  drv_generic.h, drv_generic_graphic.c, drv_generic_graphic.h, +	  drv_generic_i2c.c, drv_generic_i2c.h, drv_generic_text.c, +	  drv_generic_text.h, lcd4linux.conf.sample, plugin.c, +	  plugin_string.c, widget_timer.c: [lcd4linux @ 2006-07-31 03:48:09 +	  by reinelt] +	  preparations for scrolling + +2006-07-30  lfcorreia + +	* plugin.c, plugin_string.c: [lcd4linux @ 2006-07-30 11:29:02 by +	  lfcorreia] +	  Make changes suggested by Michael, only one init function is +	  needed +	* drv_generic_i2c.c: [lcd4linux @ 2006-07-30 11:16:27 by lfcorreia] +	  Add back drv_generic_i2c_close function + +2006-07-29  lfcorreia + +	* plugin.c, plugin_string.c: [lcd4linux @ 2006-07-29 21:12:31 by +	  lfcorreia] +	  Add UPPERCASE string plugin function +	* drv_generic_i2c.c: [lcd4linux @ 2006-07-29 21:04:43 by lfcorreia] +	  Better error handling, add proper I2C SLAVE device detection (not +	  100% finished) +	* drv_HD44780.c: [lcd4linux @ 2006-07-29 20:59:12 by lfcorreia] +	  Fix wrong timing at I2C initialization + +2006-07-19  cmay + +	* plugin_file.c: [lcd4linux @ 2006-07-19 01:57:01 by cmay] +	  fixed double read of last line in file +	* drv_Crystalfontz.c, drv_Curses.c: [lcd4linux @ 2006-07-19 +	  01:48:11 by cmay] +	  Ran indent.sh to make pretty code. +	* drv_Crystalfontz.c, drv_Curses.c, drv_LCD2USB.c, widget_keypad.c, +	  widget_keypad.h: [lcd4linux @ 2006-07-19 01:35:31 by cmay] +	  Renamed keypad direction names to avoid conflict with Curses +	  library defs. +	  Added keypad support to Curses display driver. + +2006-07-18  nicowallmeier + +	* configure, plugins.m4: [lcd4linux @ 2006-07-18 17:04:55 by +	  nicowallmeier] +	  Changed test for libmpd + +2006-07-14  reinelt + +	* drv_Crystalfontz.c: [lcd4linux @ 2006-07-14 20:15:11 by reinelt] +	  buffer too small (thanks to anonymous) + +2006-07-12  reinelt + +	* configure, drv_G15.c, plugin_exec.c, thread.c, thread.h: +	  [lcd4linux @ 2006-07-12 21:01:41 by reinelt] +	  thread_destroy, minor cleanups +	* drv_G15.c, drv_LCDLinux.c, plugin_exec.c: [lcd4linux @ 2006-07-12 +	  20:47:51 by reinelt] +	  indent +	* drv_G15.c, lcd4linux.conf.sample, plugin_exec.c: [lcd4linux @ +	  2006-07-12 20:45:30 by reinelt] +	  G15 and thread patch by Anton + +2006-06-25  reinelt + +	* .cvsignore, config.h.in, configure, configure.in: [lcd4linux @ +	  2006-06-25 15:13:00 by reinelt] +	  automake-1.9 cleanups +	* .cvsignore, Makefile.in, aclocal.m4, configure, depcomp, +	  smoketest.sh: [lcd4linux @ 2006-06-25 14:58:38 by reinelt] +	  switch to automake-1.9 + +2006-06-21  reinelt + +	* drv_Image.c, widget_image.c: [lcd4linux @ 2006-06-21 05:12:43 by +	  reinelt] +	  added checks for libgd version 2 (thanks to Sam) + +2006-06-20  reinelt + +	* config.h.in, configure, drivers.m4, drv_generic_graphic.c, +	  widget_image.c: [lcd4linux @ 2006-06-20 08:50:58 by reinelt] +	  widget_image linker error hopefully finally fixed + +2006-06-19  reinelt + +	* config.h.in, configure: [lcd4linux @ 2006-06-19 15:12:54 by +	  reinelt] +	  bootstrapped +	* drivers.m4: [lcd4linux @ 2006-06-19 12:02:17 by reinelt] +	  linker error from widget_image fixed +	* drv_Sample.c: [lcd4linux @ 2006-06-19 11:54:08 by reinelt] +	  removed dependency to usb.h from sample driver + +2006-04-17  reinelt -2006-01-20 16:43  reinelt +	* Makefile.am, Makefile.in, configure, drivers.m4, drv_LCDLinux.c: +	  [lcd4linux @ 2006-04-17 08:10:42 by reinelt] +	  LCDLinux patch from Mattia; widget_image moved to EXTRA_SOURCE + +2006-04-15  reinelt -	* plugin_mysql.c: MySQL::query() returns a value, not the number of -	  rows +	* Makefile.am, Makefile.in, config.h.in, configure, plugin.c, +	  plugin_mpd.c, plugins.m4, widget_image.c: [lcd4linux @ 2006-04-15 +	  05:22:52 by reinelt] +	  mpd plugin from Stefan Kuhne -2006-01-18 12:49  reinelt +2006-04-14  harbaum -	* Makefile.am, Makefile.in, config.h.in, configure, configure.in, -	  drivers.m4, drv_LCDLinux.c, drv_LCDLinux.h: adopted to -	  lcd-linux-0.9.2 +	* drv.c: [lcd4linux @ 2006-04-14 20:59:38 by harbaum] +	  Disable inclusion of Image driver in drv.c if no gd was found. -2006-01-16 16:39  reinelt +2006-04-09  reinelt -	* plugin_mysql.c: MySQL::queryvalue() extension from Harald Klemm +	* drv_generic_graphic.c: [lcd4linux @ 2006-04-09 17:46:14 by +	  reinelt] +	  vertical bar patch fro graphic displays by Ronald Hopfer +	* configure, drivers.m4, drv_LCD2USB.c, drv_LUIse.c, +	  drv_generic_graphic.c, lcd4linux.conf.sample, widget_image.c, +	  widget_image.h: [lcd4linux @ 2006-04-09 14:17:49 by reinelt] +	  autoconf/library fixes, image and graphic display inversion -2006-01-06 17:56  tooly-bln +2006-03-29  reinelt -	* drv_LUIse.c: [no log message] +	* drv_generic_text.c, lcd4linux.conf.sample: [lcd4linux @ +	  2006-03-29 08:57:58 by reinelt] +	  vertical bar patch from Manuel Lausch -2006-01-06 09:12  reinelt +2006-03-18  harbaum -	* drv_Crystalfontz.c, lcd4linux.conf.sample: GPO's for Crystalfontz +	* drv_LCD2USB.c: [lcd4linux @ 2006-03-18 14:54:36 by harbaum] +	  Improved USB error recovery -2006-01-06 08:06  reinelt +2006-03-10  tooly-bln -	* drv_RouterBoard.c: GPO's for RouterBoard +	* drv_LUIse.c: [lcd4linux @ 2006-03-10 18:06:52 by tooly-bln] +	  replace drv_generic_graphic_FB with drv_generic_graphic_black -2006-01-05 20:27  reinelt +2006-02-27  reinelt -	* drv_HD44780.c, lcd4linux.conf.sample: HD44780 power supply from -	  parport +	* drv_Noritake.c, drv_generic_text.c, drv_serdisplib.c, indent.sh: +	  [lcd4linux @ 2006-02-27 08:12:34 by reinelt] +	  use serdisplib's full color support +	* drv_generic_graphic.c, layout.h, lcd4linux.conf.sample: +	  [lcd4linux @ 2006-02-27 07:53:52 by reinelt] +	  some more graphic issues fixed +	* drv_Noritake.c, drv_generic_graphic.c, drv_generic_i2c.h, +	  drv_generic_text.c: [lcd4linux @ 2006-02-27 06:15:55 by reinelt] +	  indent... +	* drv_G15.c, drv_LPH7508.c, drv_Sample.c, drv_T6963.c, +	  drv_generic_graphic.c, drv_generic_graphic.h, drv_serdisplib.c, +	  lcd4linux.conf.sample: [lcd4linux @ 2006-02-27 06:14:46 by +	  reinelt] +	  graphic bug resulting in all black pixels solved -2006-01-05 19:56  reinelt +2006-02-25  geronet -	* drv_Cwlinux.c, drv_HD44780.c, drv_LPH7508.c, drv_M50530.c, -	  drv_MatrixOrbital.c, drv_Sample.c, drv_generic_gpio.c: more GPO -	  stuff +	* drv_Cwlinux.c, drv_Noritake.c, drv_generic_i2c.h, +	  drv_generic_parport.c, drv_generic_text.c, evaluator.c, +	  indent.sh, lcd4linux_i2c.h, plugin_i2c_sensors.c, plugin_mysql.c, +	  plugin_pop3.c, widget_icon.c, widget_image.c, widget_image.h, +	  widget_keypad.h, widget_timer.c, widget_timer.h: [lcd4linux @ +	  2006-02-25 13:36:33 by geronet] +	  updated indent.sh, applied coding style -2006-01-05 16:53  nicowallmeier +2006-02-24  geronet -	* drv_BWCT.c: fixed compatility with gcc 2.95 +	* drv_generic_graphic.c: [lcd4linux @ 2006-02-24 13:07:10 by +	  geronet] +	  hollow bars for graphic lcd's -2006-01-03 14:20  reinelt +2006-02-22  cmay -	* Makefile.am, Makefile.in, config.h.in, configure, configure.in, -	  drivers.m4, drv.c, drv_LUIse.c: LUIse driver added +	* drv_Crystalfontz.c, drv_LCD2USB.c, drv_generic_keypad.c, +	  drv_generic_keypad.h: [lcd4linux @ 2006-02-22 15:59:39 by cmay] +	  removed KEYPADSIZE cruft per harbaum's suggestion -2006-01-03 07:13  reinelt +2006-02-21  harbaum -	* drv_HD44780.c, drv_LPH7508.c, drv_MatrixOrbital.c, -	  drv_generic_gpio.c, drv_generic_gpio.h, drv_generic_graphic.c, -	  drv_generic_graphic.h, drv_generic_text.c, drv_generic_text.h, -	  lcd4linux.conf.sample: GPIO's for MatrixOrbital +	* drv_LCD2USB.c: [lcd4linux @ 2006-02-21 21:43:03 by harbaum] +	  Keypad support for LCD2USB -2005-12-20 08:07  reinelt +2006-02-21  cmay -	* configure, drivers.m4, drv_HD44780.c, drv_LPH7508.c, -	  drv_generic_gpio.c, lcd4linux.conf.sample: further work on GPO's, -	  HD44780 GPO support +	* drv_generic_keypad.c, drv_generic_keypad.h, widget.h, +	  widget_keypad.c: [lcd4linux @ 2006-02-21 15:55:59 by cmay] +	  removed new update function for keypad, consolidated it with draw +	* drv_Crystalfontz.c: [lcd4linux @ 2006-02-21 15:52:30 by cmay] +	  added back CF635 GPO counts in model struct lost after last merge -2005-12-19 06:08  reinelt +2006-02-21  reinelt -	* configure, drivers.m4, drv_Sample.c, lcd4linux.conf.sample: GPO's -	  added to the Sample driver +	* Makefile.am, Makefile.in, configure, drivers.m4, +	  drv_Crystalfontz.c, drv_generic_keypad.c, drv_generic_keypad.h, +	  layout.c, widget.c, widget.h, widget_keypad.c, widget_keypad.h: +	  [lcd4linux @ 2006-02-21 05:50:34 by reinelt] +	  keypad support from Cris Maj -2005-12-18 17:18  reinelt +2006-02-19  reinelt -	* Makefile.am, Makefile.in, configure, drivers.m4, drv_LPH7508.c, -	  drv_generic_gpio.c, drv_generic_gpio.h, layout.c, -	  lcd4linux.conf.sample, widget.c, widget.h, widget_bar.c, -	  widget_gpo.c, widget_gpo.h, widget_icon.c, widget_text.c: GPO's -	  added again +	* Makefile.am, Makefile.in, config.h.in, configure, plugin.c, +	  plugin_file.c, plugins.m4: [lcd4linux @ 2006-02-19 15:42:18 by +	  reinelt] +	  file plugin from Chris Maj +	* drv_Crystalfontz.c: [lcd4linux @ 2006-02-19 15:37:38 by reinelt] +	  CF635 GPO patch from cmaj +	* drv_generic_graphic.c, lcd4linux.conf.sample, widget_image.c: +	  [lcd4linux @ 2006-02-19 07:20:53 by reinelt] +	  image support nearly finished -2005-12-13 15:07  reinelt +2006-02-12  harbaum -	* drv_LPH7508.c, drv_generic_graphic.c, lcd4linux.conf.sample: -	  LPH7508 driver finished +	* drv_LCD2USB.c: [lcd4linux @ 2006-02-12 14:32:24 by harbaum] +	  Configurable bus/device id -2005-12-12 10:08  reinelt +2006-02-09  harbaum -	* drv_HD44780.c, lcd4linux.conf.sample, udelay.c, udelay.h: finally -	  removed old udelay code path; read timing values from config +	* drv_LCD2USB.c: [lcd4linux @ 2006-02-09 20:32:49 by harbaum] +	  LCD2USB bus testing, version verification ... -2005-12-12 06:52  reinelt +2006-02-08  reinelt -	* drv_HD44780.c, drv_generic_parport.c, drv_generic_parport.h, -	  lcd4linux.conf.sample: type of delays is 'unsigned long' +	* drv_G15.c, drv_Image.c, drv_LPH7508.c, drv_LUIse.c, drv_Sample.c, +	  drv_T6963.c, drv_X11.c, drv_generic_graphic.c, drv_serdisplib.c, +	  layout.c, lcd4linux.conf.sample, widget_image.c, widget_image.h: +	  [lcd4linux @ 2006-02-08 04:55:03 by reinelt] +	  moved widget registration to drv_generic_graphic -2005-12-11 15:55  reinelt +2006-02-07  reinelt -	* drv_BWCT.c, lcd4linux.conf.sample: contrast range for BWCT is -	  0..255, not 0..100 +	* cfg.c, drv_generic_graphic.c, layout.c, layout.h, +	  lcd4linux.conf.sample: [lcd4linux @ 2006-02-07 05:36:13 by +	  reinelt] +	  Layers added to Layout -2005-11-06 10:54  reinelt +2006-02-06  reinelt -	* drv_generic_text.c, widget_icon.c: fixed icon size removed, uses -	  XRES & YRES (I hope this doesn't lead to problemes...) +	* drv_Cwlinux.c, drv_Image.c, lcd4linux.conf.sample: [lcd4linux @ +	  2006-02-06 06:29:30 by reinelt] +	  Image driver uses RGBA -2005-11-06 10:17  reinelt +2006-01-30  harbaum -	* widget.c, widget.h, widget_icon.c: re-use icons (thanks to Jesus -	  de Santos Garcia) +	* drv_LCD2USB.c: [lcd4linux @ 2006-01-30 20:21:51 by harbaum] +	  LCD2USB: Added support for displays with two controllers -2005-11-05 07:34  reinelt +2006-01-30  reinelt -	* README.Drivers: README.Drivers removed +	* cfg.c, evaluator.c: [lcd4linux @ 2006-01-30 12:53:07 by reinelt] +	  replaced strncpy with strcpy where possible +	* ChangeLog: [lcd4linux @ 2006-01-30 06:31:25 by reinelt] +	  ChangeLog +	* drv_BWCT.c, drv_BeckmannEgle.c, drv_Crystalfontz.c, drv_Curses.c, +	  drv_Cwlinux.c, drv_G15.c, drv_HD44780.c, drv_Image.c, +	  drv_LCD2USB.c, drv_LCDLinux.c, drv_LCDTerm.c, drv_LPH7508.c, +	  drv_LUIse.c, drv_M50530.c, drv_MatrixOrbital.c, +	  drv_MilfordInstruments.c, drv_NULL.c, drv_Noritake.c, +	  drv_RouterBoard.c, drv_Sample.c, drv_SimpleLCD.c, drv_T6963.c, +	  drv_Trefon.c, drv_USBLCD.c, drv_WincorNixdorf.c, drv_X11.c, +	  drv_serdisplib.c: [lcd4linux @ 2006-01-30 06:25:48 by reinelt] +	  added CVS Revision +	* drv_X11.c: [lcd4linux @ 2006-01-30 06:17:17 by reinelt] +	  added CVS Revision +	* evaluator.c, evaluator.h: [lcd4linux @ 2006-01-30 06:11:36 by +	  reinelt] +	  changed Result->length to Result->size +	* Makefile.am, Makefile.in, aclocal.m4, configure, drv_G15.c, +	  drv_Image.c, drv_LPH7508.c, drv_Sample.c, drv_T6963.c, drv_X11.c, +	  drv_generic_graphic.c, drv_generic_graphic.h, drv_generic_text.c, +	  drv_generic_text.h, drv_serdisplib.c, evaluator.c, indent.sh, +	  layout.c, lcd4linux.conf.sample, rgb.c, rgb.h, widget.c, +	  widget.h: [lcd4linux @ 2006-01-30 05:47:34 by reinelt] +	  graphic subsystem changed to full-color RGBA -2005-11-05 07:26  reinelt +2006-01-28  harbaum -	* drv.c: littly typo corrected +	* drv_LCD2USB.c, evaluator.c: [lcd4linux @ 2006-01-28 15:36:17 by +	  harbaum] +	  Fix: string termination bug in eval() -2005-11-04 15:10  reinelt +2006-01-26  harbaum -	* Makefile.am, Makefile.in, config.h.in, configure, drivers.m4, -	  drv.c, drv_LPH7508.c, drv_Sample.c: drv_Sample and drv_LPH7508 +	* Makefile.am, Makefile.in, aclocal.m4, config.h.in, configure, +	  drivers.m4, drv.c, drv_LCD2USB.c: [lcd4linux @ 2006-01-26 +	  19:26:26 by harbaum] +	  Added LCD2USB support -2005-11-04 06:39  reinelt +2006-01-23  reinelt -	* README.Plugins: README.Plugins removed +	* Makefile.am, Makefile.in, layout.c, lcd4linux.c, widget.h, +	  widget_bar.c, widget_icon.c, widget_image.c, widget_text.c, +	  widget_timer.c, widget_timer.h: [lcd4linux @ 2006-01-23 06:17:18 +	  by reinelt] +	  timer widget added -2005-11-04 05:53  reinelt +2006-01-22  reinelt -	* Makefile.am, Makefile.in, config.h.in, configure, plugin.c, -	  plugin_sample.c, plugins.m4: sample plugin activated +	* widget_icon.c: [lcd4linux @ 2006-01-22 10:01:09 by reinelt] +	  allow 'static' icons with speed=0 +	* Makefile.am, Makefile.in, configure, drv_X11.c, widget_image.c, +	  widget_image.h: [lcd4linux @ 2006-01-22 09:16:05 by reinelt] +	  Image Widget framework added -2005-11-04 05:44  reinelt +2006-01-21  reinelt +	* drv_G15.c: [lcd4linux @ 2006-01-21 17:43:25 by reinelt] +	  minor cosmetic fixes +	* drivers.m4: [lcd4linux @ 2006-01-21 15:25:02 by reinelt] +	  GPIO subsystem in drivers.m4 added  	* Makefile.am, Makefile.in, config.h.in, configure, drivers.m4, -	  drv.c, drv_Image.c, lcd4linux.conf.sample: LPH7508 driver (not -	  yet finished) - -2005-10-02 09:58  reinelt +	  drv.c, drv_G15.c, lcd4linux.conf.sample: [lcd4linux @ 2006-01-21 +	  13:26:43 by reinelt] +	  Logitech G-15 keyboard LCD driver from Dave Ingram +	* evaluator.c: [lcd4linux @ 2006-01-21 09:40:20 by reinelt] +	  Big Memory Leak in Evaluator fixed (thanks to Oliver Gehrke) -	* configure, drv_HD44780.c: HD44780 address setup time increased - -2005-09-14 17:08  reinelt - -	* configure, drivers.m4: fixed drivers.m4 to link generic text -	  driver for several displays (thanks to Ludovic Gomez for pointing -	  this out) +2006-01-20  reinelt -2005-09-07 08:51  reinelt +	* lcd4linux.conf.sample, plugin_mysql.c: [lcd4linux @ 2006-01-20 +	  15:58:05 by reinelt] +	  MySQL::count() added again +	* plugin_mysql.c: [lcd4linux @ 2006-01-20 15:43:25 by reinelt] +	  MySQL::query() returns a value, not the number of rows -	* drv_Crystalfontz.c: Support for CF635 added - -2005-09-02 07:27  reinelt - -	* lcd4linux.c: double-fork daemonize patch from Petri Damsten - -2005-08-27 09:02  reinelt - -	* config.h.in, configure, configure.in, drivers.m4, drv_LCDLinux.c, -	  drv_LCDLinux.h, lcd4linux.conf.sample: LCD-Linux updated to 0.9.0 +2006-01-18  reinelt -2005-08-22 07:44  reinelt - -	* Makefile.am, Makefile.in, config.h.in, configure, drivers.m4, -	  drv.c, drv_SimpleLCD.c, drv_WincorNixdorf.c, drv_generic_text.c, -	  lcd4linux.conf.sample: new driver 'WincorNixdorf' some fixes to -	  the bar code +	* Makefile.am, Makefile.in, config.h.in, configure, configure.in, +	  drivers.m4, drv_LCDLinux.c, drv_LCDLinux.h: [lcd4linux @ +	  2006-01-18 11:49:48 by reinelt] +	  adopted to lcd-linux-0.9.2 -2005-08-21 10:18  reinelt +2006-01-16  reinelt -	* drv_Crystalfontz.c, drv_Trefon.c, lcd4linux.conf.sample: -	  CrystalFontz ACK processing +	* plugin_mysql.c: [lcd4linux @ 2006-01-16 15:39:58 by reinelt] +	  MySQL::queryvalue() extension from Harald Klemm -2005-08-20 12:10  reinelt +2006-01-06  tooly-bln -	* drv_Trefon.c, lcd4linux.conf.sample: +	* drv_LUIse.c: [lcd4linux @ 2006-01-06 16:56:49 by tooly-bln] -	  TREFON patch from Stephan Trautvetter: drv_TF_init: CHAR0 set to -	  0 instead of 1 drv_TF_write: combine the GOTO and the data into -	  one packet drv_TF_write: add GOTO-Case for resolutions 8x1/20x4 -	  characters drv_TF_start: test for existing resolutions from -	  TREFON USB-LCDs implemented the use of 'asc255bug 1' is -	  recommendable +2006-01-06  reinelt -2005-07-06 06:40  reinelt +	* drv_Crystalfontz.c, lcd4linux.conf.sample: [lcd4linux @ +	  2006-01-06 08:12:19 by reinelt] +	  GPO's for Crystalfontz +	* drv_RouterBoard.c: [lcd4linux @ 2006-01-06 07:06:57 by reinelt] +	  GPO's for RouterBoard -	* drv_SimpleLCD.c, lcd4linux.conf.sample, lcd4linux_i2c.h: GCC-4 -	  fixes +2006-01-05  reinelt -2005-06-19 19:57  reinelt +	* drv_HD44780.c, lcd4linux.conf.sample: [lcd4linux @ 2006-01-05 +	  19:27:26 by reinelt] +	  HD44780 power supply from parport +	* drv_Cwlinux.c, drv_HD44780.c, drv_LPH7508.c, drv_M50530.c, +	  drv_MatrixOrbital.c, drv_Sample.c, drv_generic_gpio.c: [lcd4linux +	  @ 2006-01-05 18:56:57 by reinelt] +	  more GPO stuff -	* drv_generic_parport.c, lcd4linux.conf.sample: cosmetics... +2006-01-05  nicowallmeier -2005-06-15 07:24  reinelt +	* drv_BWCT.c: [lcd4linux @ 2006-01-05 15:53:45 by nicowallmeier] +	  fixed compatility with gcc 2.95 -	* drv_LCDLinux.c, drv_LCDLinux.h: updated LCD-Linux driver to -	  version 0.8.9 +2006-01-03  reinelt -2005-06-13 05:43  reinelt +	* Makefile.am, Makefile.in, config.h.in, configure, configure.in, +	  drivers.m4, drv.c, drv_LUIse.c: [lcd4linux @ 2006-01-03 13:20:05 +	  by reinelt] +	  LUIse driver added +	* drv_HD44780.c, drv_LPH7508.c, drv_MatrixOrbital.c, +	  drv_generic_gpio.c, drv_generic_gpio.h, drv_generic_graphic.c, +	  drv_generic_graphic.h, drv_generic_text.c, drv_generic_text.h, +	  lcd4linux.conf.sample: [lcd4linux @ 2006-01-03 06:13:44 by +	  reinelt] +	  GPIO's for MatrixOrbital -	* drv_generic_parport.c: undo PPEXCL activation... +2005-12-20  reinelt -2005-06-13 05:38  reinelt +	* configure, drivers.m4, drv_HD44780.c, drv_LPH7508.c, +	  drv_generic_gpio.c, lcd4linux.conf.sample: [lcd4linux @ +	  2005-12-20 07:07:43 by reinelt] +	  further work on GPO's, HD44780 GPO support -	* drv_generic_parport.c: try PPEXCL again, but ignore result +2005-12-19  reinelt -2005-06-11 12:57  reinelt +	* configure, drivers.m4, drv_Sample.c, lcd4linux.conf.sample: +	  [lcd4linux @ 2005-12-19 05:08:27 by reinelt] +	  GPO's added to the Sample driver -	* configure, configure.in: changed version to 0.10.1-CVS +2005-12-18  reinelt -2005-06-11 06:14  reinelt +	* Makefile.am, Makefile.in, configure, drivers.m4, drv_LPH7508.c, +	  drv_generic_gpio.c, drv_generic_gpio.h, layout.c, +	  lcd4linux.conf.sample, widget.c, widget.h, widget_bar.c, +	  widget_gpo.c, widget_gpo.h, widget_icon.c, widget_text.c: +	  [lcd4linux @ 2005-12-18 16:18:34 by reinelt] +	  GPO's added again -	* ChangeLog: final 0.10.0 release, Changelog updated +2005-12-13  reinelt -2005-06-10 13:22  reinelt +	* drv_LPH7508.c, drv_generic_graphic.c, lcd4linux.conf.sample: +	  [lcd4linux @ 2005-12-13 14:07:28 by reinelt] +	  LPH7508 driver finished -	* config.h.in, configure, configure.in: double-check for X11 -	  headers (AC_PATH_XTRA is buggy) +2005-12-12  reinelt -2005-06-10 11:51  reinelt +	* drv_HD44780.c, lcd4linux.conf.sample, udelay.c, udelay.h: +	  [lcd4linux @ 2005-12-12 09:08:08 by reinelt] +	  finally removed old udelay code path; read timing values from +	  config +	* drv_HD44780.c, drv_generic_parport.c, drv_generic_parport.h, +	  lcd4linux.conf.sample: [lcd4linux @ 2005-12-12 05:52:03 by +	  reinelt] +	  type of delays is 'unsigned long' -	* depcomp: depcomp removed +2005-12-11  reinelt -2005-06-10 07:02  reinelt +	* drv_BWCT.c, lcd4linux.conf.sample: [lcd4linux @ 2005-12-11 +	  14:55:28 by reinelt] +	  contrast range for BWCT is 0..255, not 0..100 -	* ChangeLog: ChangeLog +2005-11-06  reinelt -2005-06-10 07:00  reinelt +	* drv_generic_text.c, widget_icon.c: [lcd4linux @ 2005-11-06 +	  09:54:43 by reinelt] +	  fixed icon size removed, uses XRES & YRES (I hope this doesn't +	  lead to problemes...) +	* widget.c, widget.h, widget_icon.c: [lcd4linux @ 2005-11-06 +	  09:17:20 by reinelt] +	  re-use icons (thanks to Jesus de Santos Garcia) -	* Makefile.am, Makefile.in, configure, configure.in: version number -	  set to 0.10.0 +2005-11-05  reinelt -2005-06-10 06:54  reinelt +	* README.Drivers: [lcd4linux @ 2005-11-05 06:34:09 by reinelt] +	  README.Drivers removed +	* drv.c: [lcd4linux @ 2005-11-05 06:26:51 by reinelt] +	  littly typo corrected -	* ltmain.sh: removed ltmain.sh +2005-11-04  reinelt -2005-06-10 06:53  reinelt +	* Makefile.am, Makefile.in, config.h.in, configure, drivers.m4, +	  drv.c, drv_LPH7508.c, drv_Sample.c: [lcd4linux @ 2005-11-04 +	  14:10:38 by reinelt] +	  drv_Sample and drv_LPH7508 +	* README.Plugins: [lcd4linux @ 2005-11-04 05:39:33 by reinelt] +	  README.Plugins removed +	* Makefile.am, Makefile.in, config.h.in, configure, plugin.c, +	  plugin_sample.c, plugins.m4: [lcd4linux @ 2005-11-04 04:53:08 by +	  reinelt] +	  sample plugin activated +	* Makefile.am, Makefile.in, config.h.in, configure, drivers.m4, +	  drv.c, drv_Image.c, lcd4linux.conf.sample: [lcd4linux @ +	  2005-11-04 04:44:52 by reinelt] +	  LPH7508 driver (not yet finished) -	* libtool: removed libtool and ltmain.sh +2005-10-02  reinelt -2005-06-09 19:41  reinelt +	* configure, drv_HD44780.c: [lcd4linux @ 2005-10-02 07:58:48 by +	  reinelt] +	  HD44780 address setup time increased -	* drv_HD44780.c, drv_M50530.c, lcd4linux.conf.sample: M50530 fixes -	  (many thanks to Szymon Bieganski) +2005-09-14  reinelt -2005-06-06 11:24  reinelt +	* configure, drivers.m4: [lcd4linux @ 2005-09-14 15:08:32 by +	  reinelt] +	  fixed drivers.m4 to link generic text driver for several displays +	  (thanks to Ludovic Gomez for pointing this out) -	* lcd4linux.conf.sample, plugin_mysql.c: two bugs in plugin_mysql.c -	  fixed +2005-09-07  reinelt -2005-06-03 19:04  reinelt +	* drv_Crystalfontz.c: [lcd4linux @ 2005-09-07 06:51:44 by reinelt] +	  Support for CF635 added -	* configure, configure.in, python.m4: hopefully solved the -	  AM_PYTHON_PATH issue finally +2005-09-02  reinelt -2005-06-03 06:45  reinelt +	* lcd4linux.c: [lcd4linux @ 2005-09-02 05:27:08 by reinelt] +	  double-fork daemonize patch from Petri Damsten -	* configure, configure.in, python.m4: renamed AM_PYTHON to -	  MY_PYTHON... +2005-08-27  reinelt -2005-06-01 14:50  reinelt +	* config.h.in, configure, configure.in, drivers.m4, drv_LCDLinux.c, +	  drv_LCDLinux.h, lcd4linux.conf.sample: [lcd4linux @ 2005-08-27 +	  07:02:25 by reinelt] +	  LCD-Linux updated to 0.9.0 -	* drv_generic_i2c.c: ifdef'ed unused function to avoid compiler -	  warning +2005-08-22  reinelt -2005-06-01 14:46  reinelt +	* Makefile.am, Makefile.in, config.h.in, configure, drivers.m4, +	  drv.c, drv_SimpleLCD.c, drv_WincorNixdorf.c, drv_generic_text.c, +	  lcd4linux.conf.sample: [lcd4linux @ 2005-08-22 05:44:43 by +	  reinelt] +	  new driver 'WincorNixdorf' +	  some fixes to the bar code -	* configure, configure.in, curses.m4, plugins.m4: --with-python -	  added to configure +2005-08-21  reinelt -2005-06-01 14:09  reinelt +	* drv_Crystalfontz.c, drv_Trefon.c, lcd4linux.conf.sample: +	  [lcd4linux @ 2005-08-21 08:18:56 by reinelt] +	  CrystalFontz ACK processing +2005-08-20  reinelt + +	* drv_Trefon.c, lcd4linux.conf.sample: [lcd4linux @ 2005-08-20 +	  10:10:13 by reinelt] +	  TREFON patch from Stephan Trautvetter: +	  drv_TF_init: CHAR0 set to 0 instead of 1 +	  drv_TF_write: combine the GOTO and the data into one packet +	  drv_TF_write: add GOTO-Case for resolutions 8x1/20x4 characters +	  drv_TF_start: test for existing resolutions from TREFON USB-LCDs +	  implemented +	  the use of 'asc255bug 1' is recommendable + +2005-07-06  reinelt + +	* drv_SimpleLCD.c, lcd4linux.conf.sample, lcd4linux_i2c.h: +	  [lcd4linux @ 2005-07-06 04:40:18 by reinelt] +	  GCC-4 fixes + +2005-06-19  reinelt + +	* drv_generic_parport.c, lcd4linux.conf.sample: [lcd4linux @ +	  2005-06-19 17:57:06 by reinelt] +	  cosmetics... + +2005-06-15  reinelt + +	* drv_LCDLinux.c, drv_LCDLinux.h: [lcd4linux @ 2005-06-15 05:24:35 +	  by reinelt] +	  updated LCD-Linux driver to version 0.8.9 + +2005-06-13  reinelt + +	* drv_generic_parport.c: [lcd4linux @ 2005-06-13 03:43:46 by +	  reinelt] +	  undo PPEXCL activation... +	* drv_generic_parport.c: [lcd4linux @ 2005-06-13 03:38:25 by +	  reinelt] +	  try PPEXCL again, but ignore result + +2005-06-11  reinelt + +	* configure, configure.in: [lcd4linux @ 2005-06-11 10:57:45 by +	  reinelt] +	  changed version to 0.10.1-CVS +	* ChangeLog: [lcd4linux @ 2005-06-11 04:14:05 by reinelt] +	  final 0.10.0 release, Changelog updated + +2005-06-10  reinelt + +	* config.h.in, configure, configure.in: [lcd4linux @ 2005-06-10 +	  11:22:28 by reinelt] +	  double-check for X11 headers (AC_PATH_XTRA is buggy) +	* depcomp: [lcd4linux @ 2005-06-10 09:51:44 by reinelt] +	  depcomp removed +	* ChangeLog: [lcd4linux @ 2005-06-10 05:02:28 by reinelt] +	  ChangeLog +	* Makefile.am, Makefile.in, configure, configure.in: [lcd4linux @ +	  2005-06-10 05:00:36 by reinelt] +	  version number set to 0.10.0 +	* ltmain.sh: [lcd4linux @ 2005-06-10 04:54:10 by reinelt] +	  removed ltmain.sh +	* libtool: [lcd4linux @ 2005-06-10 04:53:44 by reinelt] +	  removed libtool and ltmain.sh + +2005-06-09  reinelt + +	* drv_HD44780.c, drv_M50530.c, lcd4linux.conf.sample: [lcd4linux @ +	  2005-06-09 17:41:47 by reinelt] +	  M50530 fixes (many thanks to Szymon Bieganski) + +2005-06-06  reinelt + +	* lcd4linux.conf.sample, plugin_mysql.c: [lcd4linux @ 2005-06-06 +	  09:24:07 by reinelt] +	  two bugs in plugin_mysql.c fixed + +2005-06-03  reinelt + +	* configure, configure.in, python.m4: [lcd4linux @ 2005-06-03 +	  17:04:52 by reinelt] +	  hopefully solved the AM_PYTHON_PATH issue finally +	* configure, configure.in, python.m4: [lcd4linux @ 2005-06-03 +	  04:45:57 by reinelt] +	  renamed AM_PYTHON to MY_PYTHON... + +2005-06-01  reinelt + +	* drv_generic_i2c.c: [lcd4linux @ 2005-06-01 12:50:25 by reinelt] +	  ifdef'ed unused function to avoid compiler warning +	* configure, configure.in, curses.m4, plugins.m4: [lcd4linux @ +	  2005-06-01 12:46:31 by reinelt] +	  --with-python added to configure  	* aclocal.m4, config.h.in, configure, lcd4linux.conf.sample, -	  lcd4linux_i2c.h: removed ^M from lcd4linux_i2c.h; indent.sh run - -2005-06-01 13:17  pk_richman - -	* drv_HD44780.c: marked unused parameters - -2005-05-31 23:30  lfcorreia - -	* debian/copyright, AUTHORS, drv_generic_i2c.h: fix my email -	  address - -2005-05-31 23:28  lfcorreia - -	* drv_HD44780.c: fix typo +	  lcd4linux_i2c.h: [lcd4linux @ 2005-06-01 12:09:11 by reinelt] +	  removed ^M from lcd4linux_i2c.h; indent.sh run -2005-05-31 23:26  lfcorreia +2005-06-01  pk_richman -	* drv_HD44780.c: fix my email address +	* drv_HD44780.c: [lcd4linux @ 2005-06-01 11:17:54 by pk_richman] +	  marked unused parameters -2005-05-31 23:06  lfcorreia - -	* configure.in: replace the accidently deleted Python detection -	  code - -2005-05-31 22:42  lfcorreia +2005-05-31  lfcorreia +	* AUTHORS, debian/copyright, drv_generic_i2c.h: [lcd4linux @ +	  2005-05-31 21:30:56 by lfcorreia] +	  fix my email address +	* drv_HD44780.c: [lcd4linux @ 2005-05-31 21:28:42 by lfcorreia] +	  fix typo +	* drv_HD44780.c: [lcd4linux @ 2005-05-31 21:26:56 by lfcorreia] +	  fix my email address +	* configure.in: [lcd4linux @ 2005-05-31 21:06:36 by lfcorreia] +	  replace the accidently deleted Python detection code  	* config.h.in, configure, configure.in, drivers.m4, drv_HD44780.c, -	  drv_generic_i2c.c, drv_generic_i2c.h, lcd4linux_i2c.h: new file: -	  lcd4linux_i2c.h avoid the problems detecting the proper I2C -	  kernel include files - +	  drv_generic_i2c.c, drv_generic_i2c.h, lcd4linux_i2c.h: [lcd4linux +	  @ 2005-05-31 20:42:54 by lfcorreia] +	  new file: lcd4linux_i2c.h +	  avoid the problems detecting the proper I2C kernel include files +	    	  rearrange all the other autoconf stuff to remove I2C detection - +	    	  new method by Paul Kamphuis to write to the I2C device -2005-05-28 11:08  reinelt - -	* plugins.m4: fixed plugins.m4 bug found by Martin +2005-05-28  reinelt -2005-05-28 11:06  reinelt +	* plugins.m4: [lcd4linux @ 2005-05-28 09:08:30 by reinelt] +	  fixed plugins.m4 bug found by Martin +	* drv_serdisplib.c, lcd4linux.conf.sample: [lcd4linux @ 2005-05-28 +	  09:06:14 by reinelt] +	  serdisplib cosmetics -	* drv_serdisplib.c, lcd4linux.conf.sample: serdisplib cosmetics - -2005-05-13 07:44  reinelt - -	* ChangeLog: ChangeLog updated - -2005-05-13 07:43  reinelt +2005-05-13  reinelt +	* ChangeLog: [lcd4linux @ 2005-05-13 05:44:44 by reinelt] +	  ChangeLog updated  	* Makefile.am, Makefile.in, config.h.in, configure, configure.in: +	  [lcd4linux @ 2005-05-13 05:43:25 by reinelt]  	  added drv_LCDLinux.h to extra_sources -2005-05-12 16:55  reinelt - -	* drv_serdisplib.c, indent.sh: plugins for serdisplib driver +2005-05-12  reinelt -2005-05-12 07:52  reinelt +	* drv_serdisplib.c, indent.sh: [lcd4linux @ 2005-05-12 14:55:47 by +	  reinelt] +	  plugins for serdisplib driver +	* drv_serdisplib.c: [lcd4linux @ 2005-05-12 05:52:43 by reinelt] +	  serdisplib GET_VERSION_MAJOR macro -	* drv_serdisplib.c: serdisplib GET_VERSION_MAJOR macro +2005-05-11  reinelt -2005-05-11 06:27  reinelt +	* drv_serdisplib.c: [lcd4linux @ 2005-05-11 04:27:49 by reinelt] +	  small serdisplib bugs fixed -	* drv_serdisplib.c: small serdisplib bugs fixed - -2005-05-10 15:20  reinelt +2005-05-10  reinelt  	* Makefile.am, Makefile.in, config.h.in, configure, configure.in, -	  drivers.m4, drv.c, drv_serdisplib.c, lcd4linux.conf.sample: added -	  serdisplib driver +	  drivers.m4, drv.c, drv_serdisplib.c, lcd4linux.conf.sample: +	  [lcd4linux @ 2005-05-10 13:20:10 by reinelt] +	  added serdisplib driver -2005-05-08 06:32  reinelt +2005-05-08  reinelt  	* CodingStyle, cfg.c, cfg.h, configure, debug.c, debug.h, drv.c,  	  drv.h, drv_BWCT.c, drv_BeckmannEgle.c, drv_Crystalfontz.c, @@ -434,193 +1141,231 @@  	  plugin_wireless.c, plugin_xmms.c, qprintf.c, thread.c, thread.h,  	  timer.c, timer.h, udelay.c, udelay.h, widget.c, widget.h,  	  widget_bar.c, widget_bar.h, widget_icon.c, widget_icon.h, -	  widget_text.c, widget_text.h: CodingStyle added and applied - -2005-05-06 08:41  reinelt - -	* python.m4: python2.4 added to python.m4 - -2005-05-06 08:37  reinelt - -	* drv_generic_text.c, widget_bar.c, widget_bar.h: hollow bar patch -	  from geronet - -2005-05-05 10:36  reinelt +	  widget_text.c, widget_text.h: [lcd4linux @ 2005-05-08 04:32:43 by +	  reinelt] +	  CodingStyle added and applied + +2005-05-06  reinelt + +	* python.m4: [lcd4linux @ 2005-05-06 06:41:53 by reinelt] +	  python2.4 added to python.m4 +	* drv_generic_text.c, widget_bar.c, widget_bar.h: [lcd4linux @ +	  2005-05-06 06:37:34 by reinelt] +	  hollow bar patch from geronet +	* documentation/drivers/Makefile, documentation/drivers/index.xml, +	  documentation/dtd/doc.dtd, documentation/dtd/references.dtd, +	  documentation/dtd/xhtml-lat1.ent, +	  documentation/dtd/xhtml-special.ent, +	  documentation/dtd/xhtml-symbol.ent, +	  documentation/lcd4linux/Makefile, +	  documentation/lcd4linux/bug_report.xml, +	  documentation/lcd4linux/example.xml, +	  documentation/lcd4linux/index.xml, +	  documentation/lcd4linux/write_doc.xml, +	  documentation/plugins/Makefile, documentation/plugins/index.xml, +	  documentation/xsl/body.xsl, documentation/xsl/doc.xsl, +	  documentation/xsl/head.xsl, documentation/xsl/helpers.xsl, +	  documentation/xsl/references.xsl, documentation/xsl/xhtml.xsl: +	  [lcd4linux @ 2005-05-06 05:40:02 by reinelt] +	  remove documentation pass#2 +	* documentation/Makefile, documentation/Makefile.generic, +	  documentation/data/doc.css, +	  documentation/data/images/note-icon.png, +	  documentation/data/images/warn-icon.png, +	  documentation/data/references.xml: [lcd4linux @ 2005-05-06 +	  05:36:58 by reinelt] +	  removed documentation again :-( + +2005-05-05  reinelt  	* drv_HD44780.c, drv_M50530.c, drv_Noritake.c, drv_T6963.c, -	  drv_generic_parport.c, lcd4linux.conf.sample: changed SELECT to -	  SLCTIN +	  drv_generic_parport.c, lcd4linux.conf.sample: [lcd4linux @ +	  2005-05-05 08:36:12 by reinelt] +	  changed SELECT to SLCTIN -2005-05-04 09:18  obconseil - -	* drv_Noritake.c: Driver modified according to Michels's -	  recommendations : +2005-05-04  obconseil +	* drv_Noritake.c: [lcd4linux @ 2005-05-04 07:18:44 by obconseil] +	  Driver modified according to Michels's recommendations : +	    	  - Suppressed linux/parport.h depandancy. It was not needed -	  anyway.  - Compile-time disable the wait_busy polling function, -	  replaced with a time wait.  - Replaced the hardwire_* calls by -	  their wire_* equivalent, to adapt other wirings.  - Created a -	  "Models" structure, containing parameters for the display.  - -	  Other cleanups, to remove compile-time warnings. - -2005-05-04 08:13  reinelt - -	* drv_generic_parport.c, drv_generic_parport.h: +	  anyway. +	  - Compile-time disable the wait_busy polling function, replaced +	  with a time wait. +	  - Replaced the hardwire_* calls by their wire_* equivalent, to +	  adapt other wirings. +	  - Created a "Models" structure, containing parameters for the +	  display. +	  - Other cleanups, to remove compile-time warnings. + +2005-05-04  reinelt + +	* drv_generic_parport.c, drv_generic_parport.h: [lcd4linux @ +	  2005-05-04 06:13:05 by reinelt]  	  parport_wire_status() added - -2005-05-04 07:42  reinelt -  	* Makefile.am, Makefile.in, config.h.in, configure, drivers.m4, -	  drv.c, drv_Noritake.c: Noritake driver added - -2005-05-04 07:22  reinelt - -	* plugin_python.c: * replaced fprintf(stderr,...  with error() * -	  corrected a "dangling reference" memory problem * removed some -	  PyErr_Print() spam * fixed a segmentation fault that occured when -	  python module was not found * improved error messages - -2005-05-03 13:13  reinelt +	  drv.c, drv_Noritake.c: [lcd4linux @ 2005-05-04 05:42:37 by +	  reinelt] +	  Noritake driver added +	* plugin_python.c: [lcd4linux @ 2005-05-04 05:22:12 by reinelt] +	  * replaced fprintf(stderr,... with error() +	  * corrected a "dangling reference" memory problem +	  * removed some PyErr_Print() spam +	  * fixed a segmentation fault that occured when python module was +	  not +	  found +	  * improved error messages + +2005-05-03  reinelt  	* Makefile.am, Makefile.in, configure, drivers.m4, plugin_python.c, -	  plugins.m4: rearranged autoconf a bit, libX11 will be linked only -	  if really needed (i.e. when the X11 driver has been selected) +	  plugins.m4: [lcd4linux @ 2005-05-03 11:13:23 by reinelt] +	  rearranged autoconf a bit, +	  libX11 will be linked only if really needed (i.e. when the X11 +	  driver has been selected)  	  plugin_python filled with life -2005-05-02 12:29  reinelt +2005-05-02  reinelt  	* Makefile.am, Makefile.in, config.h.in, configure, configure.in, -	  plugin.c, plugin_python.c, plugins.m4, python.m4: preparations -	  for python bindings and python plugin - -2005-05-02 07:15  reinelt - +	  plugin.c, plugin_python.c, plugins.m4, python.m4: [lcd4linux @ +	  2005-05-02 10:29:20 by reinelt] +	  preparations for python bindings and python plugin  	* cfg.c, drv_LCDLinux.c, drv_LCDLinux.h, lcd4linux.conf.sample: +	  [lcd4linux @ 2005-05-02 05:15:46 by reinelt]  	  make busy-flag checking configurable for LCD-Linux driver -2005-04-30 08:02  reinelt +2005-04-30  reinelt -	* drv_LCDLinux.c, drv_LCDLinux.h, lcd4linux.conf.sample: LCD-Linux -	  display size set up from lcd4linux.conf +	* drv_LCDLinux.c, drv_LCDLinux.h, lcd4linux.conf.sample: [lcd4linux +	  @ 2005-04-30 06:02:09 by reinelt] +	  LCD-Linux display size set up from lcd4linux.conf -2005-04-24 07:27  reinelt - -	* drv_Trefon.c, lcd4linux.conf.sample: Trefon Backlight added - -2005-04-24 06:41  reinelt - -	* ChangeLog: Changelog updated - -2005-04-24 06:33  reinelt +2005-04-24  reinelt +	* drv_Trefon.c, lcd4linux.conf.sample: [lcd4linux @ 2005-04-24 +	  05:27:09 by reinelt] +	  Trefon Backlight added +	* ChangeLog: [lcd4linux @ 2005-04-24 04:41:28 by reinelt] +	  Changelog updated  	* Makefile.am, Makefile.in, config.h.in, configure, drivers.m4, -	  drv.c, drv_Trefon.c, drv_USBLCD.c, lcd4linux.conf.sample: driver -	  for TREFON USB LCD's added +	  drv.c, drv_Trefon.c, drv_USBLCD.c, lcd4linux.conf.sample: +	  [lcd4linux @ 2005-04-24 04:33:46 by reinelt] +	  driver for TREFON USB LCD's added -2005-04-20 07:49  reinelt +2005-04-20  reinelt -	* drv_SimpleLCD.c: Changed the code to add some VT100-compatible -	  control sequences (see the comments above).  A configfile boolean -	  option 'VT100_Support' (default to 1) indicate if the display in +	* drv_SimpleLCD.c: [lcd4linux @ 2005-04-20 05:49:21 by reinelt] +	  Changed the code to add some VT100-compatible control sequences +	  (see the comments above). +	  A configfile boolean option 'VT100_Support' (default to 1) +	  indicate if the display in  	  used support these control-sequences or not. -2005-04-09 09:36  reinelt +2005-04-09  reinelt -	* drv_LCDLinux.c, drv_LCDLinux.h: updated LCD-Linux driver to -	  version 0.8.8 +	* drv_LCDLinux.c, drv_LCDLinux.h: [lcd4linux @ 2005-04-09 07:36:42 +	  by reinelt] +	  updated LCD-Linux driver to version 0.8.8 -2005-04-05 08:57  reinelt - -	* configure, configure.in, plugins.m4: AC_CHECK_HEADERS corrected - -2005-04-05 07:12  reinelt +2005-04-05  reinelt +	* configure, configure.in, plugins.m4: [lcd4linux @ 2005-04-05 +	  06:57:39 by reinelt] +	  AC_CHECK_HEADERS corrected  	* configure, configure.in, drv_generic_i2c.c, -	  lcd4linux.conf.sample: i2c patch from Paul (still does not work -	  here :-( - -2005-04-05 06:46  reinelt +	  lcd4linux.conf.sample: [lcd4linux @ 2005-04-05 05:12:48 by +	  reinelt] +	  i2c patch from Paul (still does not work here :-( +	* plugin_math.c: [lcd4linux @ 2005-04-05 04:46:06 by reinelt] +	  ceil/floor patch from Maxime -	* plugin_math.c: ceil/floor patch from Maxime +2005-04-04  nicowallmeier -2005-04-04 22:11  nicowallmeier +	* plugin_imon.c: [lcd4linux @ 2005-04-04 20:11:14 by nicowallmeier] +	  to be compatible with gcc 2.95 -	* plugin_imon.c: to be compatible with gcc 2.95 - -2005-04-03 09:07  reinelt +2005-04-03  reinelt  	* Makefile.am, Makefile.in, config.h.in, configure, configure.in, -	  plugin.c, plugin_statfs.c, plugins.m4: added statfs plugin +	  plugin.c, plugin_statfs.c, plugins.m4: [lcd4linux @ 2005-04-03 +	  07:07:43 by reinelt] +	  added statfs plugin -2005-04-02 07:28  reinelt +2005-04-02  reinelt -	* drv_Crystalfontz.c, drv_SimpleLCD.c, drv_USBLCD.c: fixed gcc4 -	  warnings about signed/unsigned mismatches +	* drv_Crystalfontz.c, drv_SimpleLCD.c, drv_USBLCD.c: [lcd4linux @ +	  2005-04-02 05:28:58 by reinelt] +	  fixed gcc4 warnings about signed/unsigned mismatches -2005-04-01 07:16  reinelt +2005-04-01  reinelt  	* lcd4linux.conf.sample, plugin_i2c_sensors.c, plugin_imon.c, -	  plugin_mysql.c, plugin_pop3.c: moved plugin init stuff to a -	  seperate function called on first use - -2005-03-30 06:57  reinelt - -	* evaluator.c, lcd4linux.c, plugin_cfg.c: Evaluator speedup: use -	  bsearch for finding functions and variables +	  plugin_mysql.c, plugin_pop3.c: [lcd4linux @ 2005-04-01 05:16:04 +	  by reinelt] +	  moved plugin init stuff to a seperate function called on first +	  use -2005-03-29 00:29  reinelt +2005-03-30  reinelt -	* drv_HD44780.c: HD44780 multiple displays patch from geronet +	* evaluator.c, lcd4linux.c, plugin_cfg.c: [lcd4linux @ 2005-03-30 +	  04:57:50 by reinelt] +	  Evaluator speedup: use bsearch for finding functions and +	  variables -2005-03-28 21:39  reinelt +2005-03-28  reinelt +	* drv_HD44780.c: [lcd4linux @ 2005-03-28 22:29:23 by reinelt] +	  HD44780 multiple displays patch from geronet  	* Makefile.am, Makefile.in, config.h.in, configure, configure.in,  	  drivers.m4, drv_HD44780.c, drv_generic_i2c.c, drv_generic_i2c.h: +	  [lcd4linux @ 2005-03-28 19:39:14 by reinelt]  	  HD44780/I2C patch from Luis merged (still does not work for me) -2005-03-25 16:44  reinelt +2005-03-25  reinelt -	* drv_HD44780.c: HD44780 Backlight fixed (thanks to geronet) +	* drv_HD44780.c: [lcd4linux @ 2005-03-25 15:44:43 by reinelt] +	  HD44780 Backlight fixed (thanks to geronet) -2005-03-23 13:23  reinelt +2005-03-23  reinelt -	* drv_Crystalfontz.c: fixed some signed/unsigned char mismatches in -	  the Crystalfontz driver (ticket #12) +	* drv_Crystalfontz.c: [lcd4linux @ 2005-03-23 12:23:35 by reinelt] +	  fixed some signed/unsigned char mismatches in the Crystalfontz +	  driver (ticket #12) -2005-02-24 08:07  reinelt - -	* ChangeLog: ChangeLog - -2005-02-24 08:06  reinelt +2005-02-24  reinelt +	* ChangeLog: [lcd4linux @ 2005-02-24 07:07:55 by reinelt] +	  ChangeLog  	* Makefile.am, Makefile.in, config.h.in, configure, drivers.m4,  	  drv.c, drv_Crystalfontz.c, drv_LCDLinux.c, drv_SimpleLCD.c, -	  drv_generic_text.c, lcd4linux.conf.sample: SimpleLCD driver added - -2005-02-24 07:51  reinelt +	  drv_generic_text.c, lcd4linux.conf.sample: [lcd4linux @ +	  2005-02-24 07:06:45 by reinelt] +	  SimpleLCD driver added +	* drv_LCDLinux.c: [lcd4linux @ 2005-02-24 06:51:40 by reinelt] +	  LCD-Linux driver GOTO_COST corrected -	* drv_LCDLinux.c: LCD-Linux driver GOTO_COST corrected - -2005-01-30 07:43  reinelt +2005-01-30  reinelt  	* drv.c, drv_LCDLinux.c, drv_USBLCD.c, lcd4linux.conf.sample: +	  [lcd4linux @ 2005-01-30 06:43:22 by reinelt]  	  driver for LCD-Linux finished -2005-01-29 10:30  reinelt +2005-01-29  reinelt -	* drv_HD44780.c: minor HD44780 cleanups +	* drv_HD44780.c: [lcd4linux @ 2005-01-29 09:30:56 by reinelt] +	  minor HD44780 cleanups -2005-01-22 23:57  reinelt +2005-01-22  reinelt  	* Makefile.am, Makefile.in, config.h.in, configure, drivers.m4,  	  drv.c, drv_LCDLinux.c, drv_LCDTerm.c, lcd4linux.conf.sample: +	  [lcd4linux @ 2005-01-22 22:57:57 by reinelt]  	  LCD-Linux driver added +	* drv_MatrixOrbital.c: [lcd4linux @ 2005-01-22 12:44:41 by reinelt] +	  MatrixOrbital backlight micro-fix -2005-01-22 13:44  reinelt - -	* drv_MatrixOrbital.c: MatrixOrbital backlight micro-fix - -2005-01-18 07:30  reinelt +2005-01-18  reinelt  	* cfg.c, cfg.h, configure, configure.in, debug.c, debug.h,  	  drivers.m4, drv.c, drv.h, drv_BWCT.c, drv_BeckmannEgle.c, @@ -644,147 +1389,150 @@  	  qprintf.c, qprintf.h, thread.c, thread.h, timer.c, timer.h,  	  udelay.c, udelay.h, widget.c, widget.h, widget_bar.c,  	  widget_bar.h, widget_icon.c, widget_icon.h, widget_text.c, -	  widget_text.h: added (C) to all copyright statements - -2005-01-17 07:38  reinelt - -	* drv_HD44780.c: info about backlight and brightness - -2005-01-17 07:29  reinelt - -	* cfg.c, drv_HD44780.c, lcd4linux.conf.sample: added -	  software-controlled backlight support to HD44780 - -2005-01-15 14:13  reinelt +	  widget_text.h: [lcd4linux @ 2005-01-18 06:30:21 by reinelt] +	  added (C) to all copyright statements -	* drv_LCDTerm.c: LCDTerm driver added, take 2 +2005-01-17  reinelt -2005-01-15 14:13  reinelt +	* drv_HD44780.c: [lcd4linux @ 2005-01-17 06:38:48 by reinelt] +	  info about backlight and brightness +	* cfg.c, drv_HD44780.c, lcd4linux.conf.sample: [lcd4linux @ +	  2005-01-17 06:29:24 by reinelt] +	  added software-controlled backlight support to HD44780 -	* lcd4linux.conf.sample: LCDTerm section added to -	  lcd4linux.conf.sample - -2005-01-15 14:10  reinelt +2005-01-15  reinelt +	* drv_LCDTerm.c: [lcd4linux @ 2005-01-15 13:13:57 by reinelt] +	  LCDTerm driver added, take 2 +	* lcd4linux.conf.sample: [lcd4linux @ 2005-01-15 13:13:21 by +	  reinelt] +	  LCDTerm section added to lcd4linux.conf.sample  	* Makefile.am, Makefile.in, config.h.in, configure, configure.in, -	  drivers.m4, drv.c, lcd4linux.conf.sample: LCDTerm driver added - -2005-01-11 11:25  reinelt - -	* lcd4linux.conf.sample: further changes to lcd4linux.conf.sample - -2005-01-11 11:19  reinelt - -	* lcd4linux.conf.sample, plugin_proc_stat.c: changes to -	  lcd4linux.conf.sample +	  drivers.m4, drv.c, lcd4linux.conf.sample: [lcd4linux @ 2005-01-15 +	  13:10:13 by reinelt] +	  LCDTerm driver added -2005-01-09 11:57  reinelt +2005-01-11  reinelt -	* ChangeLog: ChangeLog updated +	* lcd4linux.conf.sample: [lcd4linux @ 2005-01-11 10:25:26 by +	  reinelt] +	  further changes to lcd4linux.conf.sample +	* lcd4linux.conf.sample, plugin_proc_stat.c: [lcd4linux @ +	  2005-01-11 10:19:33 by reinelt] +	  changes to lcd4linux.conf.sample -2005-01-09 11:53  reinelt +2005-01-09  reinelt +	* ChangeLog: [lcd4linux @ 2005-01-09 10:57:25 by reinelt] +	  ChangeLog updated  	* CREDITS, README, configure, configure.in, drv_generic_graphic.c, -	  drv_generic_text.c, plugin_uname.c: small type in plugin_uname -	  fixed new homepage lcd4linux.bulix.org +	  drv_generic_text.c, plugin_uname.c: [lcd4linux @ 2005-01-09 +	  10:53:22 by reinelt] +	  small type in plugin_uname fixed +	  new homepage lcd4linux.bulix.org -2005-01-06 17:54  reinelt +2005-01-06  reinelt  	* drv_M50530.c, drv_generic_parport.c, lcd4linux.conf.sample: +	  [lcd4linux @ 2005-01-06 16:54:53 by reinelt]  	  M50530 fixes -2004-12-22 21:24  reinelt +2004-12-22  reinelt -	* configure, configure.in, drv_T6963.c, drv_USBLCD.c: T6963 fix for -	  displays > 8 rows +	* configure, configure.in, drv_T6963.c, drv_USBLCD.c: [lcd4linux @ +	  2004-12-22 20:24:00 by reinelt] +	  T6963 fix for displays > 8 rows -2004-11-30 06:01  reinelt +2004-11-30  reinelt -	* drv_HD44780.c: removed compiler warnings for deactivated i2c bus +	* drv_HD44780.c: [lcd4linux @ 2004-11-30 05:01:25 by reinelt] +	  removed compiler warnings for deactivated i2c bus -2004-11-29 05:42  reinelt +2004-11-29  reinelt  	* cfg.c, drv_Image.c, drv_X11.c, widget_bar.c, widget_text.c: +	  [lcd4linux @ 2004-11-29 04:42:06 by reinelt]  	  removed the 99999 msec limit on widget update time (thanks to  	  Petri Damsten) -2004-11-28 16:50  reinelt +2004-11-28  reinelt  	* drv_Cwlinux.c, drv_generic_text.c, drv_generic_text.h, -	  lcd4linux.conf.sample, widget_icon.c: Cwlinux fixes (invalidation -	  of user-defined chars) +	  lcd4linux.conf.sample, widget_icon.c: [lcd4linux @ 2004-11-28 +	  15:50:24 by reinelt] +	  Cwlinux fixes (invalidation of user-defined chars) -2004-10-17 11:24  reinelt +2004-10-17  reinelt -	* drv_HD44780.c, drv_generic_parport.h, lcd4linux.conf.sample: I2C -	  support for HD44780 displays by Luis (does not work by now) +	* drv_HD44780.c, drv_generic_parport.h, lcd4linux.conf.sample: +	  [lcd4linux @ 2004-10-17 09:24:31 by reinelt] +	  I2C support for HD44780 displays by Luis (does not work by now) -2004-10-02 11:31  reinelt +2004-10-02  reinelt  	* configure, drivers.m4, drv_USBLCD.c, lcd4linux.conf.sample: +	  [lcd4linux @ 2004-10-02 09:31:55 by reinelt]  	  USBLCD driver modified to use libusb -2004-09-24 23:40  reinelt +2004-09-24  reinelt  	* Makefile.am, Makefile.in, config.h.in, configure, configure.in,  	  drivers.m4, drv.c, drv_BWCT.c, drv_USBLCD.c, lcd4linux.c, -	  lcd4linux.conf.sample, plugin_exec.c: new driver for the BWCT USB -	  LCD interface board. +	  lcd4linux.conf.sample, plugin_exec.c: [lcd4linux @ 2004-09-24 +	  21:40:52 by reinelt] +	  new driver for the BWCT USB LCD interface board. -2004-09-19 11:31  reinelt +2004-09-19  reinelt -	* drv_HD44780.c, lcd4linux.conf.sample, timer.c: HD44780 busy flag -	  checking improved: fall back to busy-waiting if too many errors -	  occur +	* drv_HD44780.c, lcd4linux.conf.sample, timer.c: [lcd4linux @ +	  2004-09-19 09:31:19 by reinelt] +	  HD44780 busy flag checking improved: fall back to busy-waiting if +	  too many errors occur -2004-09-18 17:58  reinelt +2004-09-18  reinelt  	* drv_HD44780.c, drv_generic_parport.c, drv_generic_parport.h, -	  lcd4linux.conf.sample: even more HD44780 cleanups, hardwiring for -	  LCM-162 - -2004-09-18 12:57  reinelt - -	* drv_HD44780.c: more parport/i2c cleanups - -2004-09-18 11:48  reinelt - +	  lcd4linux.conf.sample: [lcd4linux @ 2004-09-18 15:58:57 by +	  reinelt] +	  even more HD44780 cleanups, hardwiring for LCM-162 +	* drv_HD44780.c: [lcd4linux @ 2004-09-18 10:57:29 by reinelt] +	  more parport/i2c cleanups  	* drv_HD44780.c, drv_generic_parport.c, lcd4linux.conf.sample, -	  udelay.c: HD44780 cleanup and prepararation for I2C backend +	  udelay.c: [lcd4linux @ 2004-09-18 09:48:29 by reinelt] +	  HD44780 cleanup and prepararation for I2C backend  	  LCM-162 submodel framework - -2004-09-18 10:22  reinelt -  	* drv_HD44780.c, drv_generic_parport.c, drv_generic_parport.h, -	  lcd4linux.conf.sample: drv_generic_parport_status() to read -	  status lines +	  lcd4linux.conf.sample: [lcd4linux @ 2004-09-18 08:22:59 by +	  reinelt] +	  drv_generic_parport_status() to read status lines -2004-08-30 14:48  rjoco77 +2004-08-30  rjoco77 -	* drv_RouterBoard.c:  * Added backlight update immediatelly +	* drv_RouterBoard.c: [lcd4linux @ 2004-08-30 12:48:52 by rjoco77] +	  * Added backlight update immediatelly -2004-08-29 22:07  reinelt +2004-08-29  reinelt -	* drv_RouterBoard.c: +	* drv_RouterBoard.c: [lcd4linux @ 2004-08-29 20:07:55 by reinelt]  	  Patch from Joco: Make RouterBoard Backlight configurable - -2004-08-29 15:03  reinelt -  	* Makefile.am, Makefile.in, config.h.in, configure, drivers.m4,  	  drv.c, drv_HD44780.c, drv_RouterBoard.c, lcd4linux.conf.sample: +	  [lcd4linux @ 2004-08-29 13:03:40 by reinelt]  	  added RouterBoard driver -2004-07-14 06:44  reinelt +2004-07-14  reinelt -	* drv_BeckmannEgle.c, lcd4linux.conf.sample: -	  Beckmann+Egle fix added smaple widget for the PPP plugin +	* drv_BeckmannEgle.c, lcd4linux.conf.sample: [lcd4linux @ +	  2004-07-14 04:44:44 by reinelt] +	  Beckmann+Egle fix +	  added smaple widget for the PPP plugin -2004-06-29 06:49  reinelt +2004-06-29  reinelt -	* drv_BeckmannEgle.c: +	* drv_BeckmannEgle.c: [lcd4linux @ 2004-06-29 04:49:30 by reinelt]  	  B+E enhanced port detection -2004-06-26 14:04  reinelt +2004-06-26  reinelt  	* cfg.c, debug.c, drv.c, drv.h, drv_BeckmannEgle.c,  	  drv_Crystalfontz.c, drv_Curses.c, drv_Cwlinux.c, drv_HD44780.c, @@ -803,11 +1551,9 @@  	  plugin_time.c, plugin_uptime.c, plugin_wireless.c, plugin_xmms.c,  	  qprintf.c, qprintf.h, timer.c, udelay.h, widget.c, widget.h,  	  widget_bar.c, widget_bar.h, widget_icon.c, widget_icon.h, -	  widget_text.c, widget_text.h: +	  widget_text.c, widget_text.h: [lcd4linux @ 2004-06-26 12:04:59 by +	  reinelt]  	  uh-oh... the last CVS log message messed up things a lot... - -2004-06-26 11:27  reinelt -  	* Makefile.am, Makefile.in, cfg.c, debug.c, drv.c, drv.h,  	  drv_BeckmannEgle.c, drv_Crystalfontz.c, drv_Curses.c,  	  drv_Cwlinux.c, drv_HD44780.c, drv_Image.c, drv_M50530.c, @@ -826,31 +1572,32 @@  	  plugin_time.c, plugin_uptime.c, plugin_wireless.c, plugin_xmms.c,  	  qprintf.c, qprintf.h, timer.c, udelay.h, widget.c, widget.h,  	  widget_bar.c, widget_bar.h, widget_icon.c, widget_icon.h, -	  widget_text.c, widget_text.h: -	  added '-W' to CFLAGS changed all C++ comments to C ones ('//' => -	  '/* */') cleaned up a lot of signed/unsigned mistakes - -2004-06-26 08:12  reinelt - +	  widget_text.c, widget_text.h: [lcd4linux @ 2004-06-26 09:27:20 by +	  reinelt] +	  added '-W' to CFLAGS +	  changed all C++ comments to C ones ('//' => '/* */') +	  cleaned up a lot of signed/unsigned mistakes  	* Makefile.in, drv_BeckmannEgle.c, drv_MatrixOrbital.c,  	  drv_USBLCD.c, drv_generic_serial.c, drv_generic_text.c, -	  lcd4linux.conf.sample: -	  support for Beckmann+Egle Compact Terminals some mostly cosmetic -	  changes in the MatrixOrbital and USBLCD driver added debugging to -	  the generic serial driver fixed a bug in the generic text driver -	  where icons could be drawn outside the display bounds +	  lcd4linux.conf.sample: [lcd4linux @ 2004-06-26 06:12:14 by +	  reinelt] +	  support for Beckmann+Egle Compact Terminals +	  some mostly cosmetic changes in the MatrixOrbital and USBLCD +	  driver +	  added debugging to the generic serial driver +	  fixed a bug in the generic text driver where icons could be drawn +	  outside +	  the display bounds -2004-06-24 22:18  nicowallmeier +2004-06-24  nicowallmeier -	* plugin_imon.c: minor bugfix +	* plugin_imon.c: [lcd4linux @ 2004-06-24 20:18:08 by nicowallmeier] +	  minor bugfix -2004-06-20 12:12  reinelt +2004-06-20  reinelt -	* ChangeLog: +	* ChangeLog: [lcd4linux @ 2004-06-20 10:12:27 by reinelt]  	  ChangeLog updated - -2004-06-20 12:09  reinelt -  	* cfg.c, cfg.h, debug.c, debug.h, drv.c, drv.h, drv_BeckmannEgle.c,  	  drv_Crystalfontz.c, drv_Curses.c, drv_Cwlinux.c, drv_HD44780.c,  	  drv_Image.c, drv_M50530.c, drv_MatrixOrbital.c, @@ -863,540 +1610,512 @@  	  plugin_i2c_sensors.c, plugin_imon.c, plugin_isdn.c,  	  plugin_proc_stat.c, plugin_uptime.c, plugin_wireless.c,  	  qprintf.c, thread.c, thread.h, timer.c, timer.h, udelay.c, -	  udelay.h, widget.c, widget.h, widget_icon.c: +	  udelay.h, widget.c, widget.h, widget_icon.c: [lcd4linux @ +	  2004-06-20 10:09:52 by reinelt]  	  'const'ified the whole source -2004-06-19 10:20  reinelt +2004-06-19  reinelt -	* drv_Image.c, drv_USBLCD.c: -	  compiler warning in image driver fixed bar bug in USBLCD driver -	  fixed +	* drv_Image.c, drv_USBLCD.c: [lcd4linux @ 2004-06-19 08:20:19 by +	  reinelt] +	  compiler warning in image driver fixed +	  bar bug in USBLCD driver fixed -2004-06-17 12:58  reinelt +2004-06-17  reinelt  	* lcd4linux.conf.sample, plugin_diskstats.c, plugin_netdev.c: +	  [lcd4linux @ 2004-06-17 10:58:57 by reinelt]  	  changed plugin_netdev to use the new fast hash model - -2004-06-17 08:23  reinelt -  	* drv_T6963.c, hash.c, hash.h, lcd4linux.conf.sample, plugin_apm.c,  	  plugin_cpuinfo.c, plugin_diskstats.c, plugin_dvb.c,  	  plugin_exec.c, plugin_i2c_sensors.c, plugin_imon.c,  	  plugin_isdn.c, plugin_meminfo.c, plugin_netdev.c, plugin_ppp.c,  	  plugin_proc_stat.c, plugin_seti.c, plugin_wireless.c, -	  plugin_xmms.c: +	  plugin_xmms.c: [lcd4linux @ 2004-06-17 06:23:39 by reinelt]  	  hash handling rewritten to solve performance issues -2004-06-13 03:12  reinelt +2004-06-13  reinelt -	* hash.c, hash.h, lcd4linux.conf.sample: +	* hash.c, hash.h, lcd4linux.conf.sample: [lcd4linux @ 2004-06-13 +	  01:12:52 by reinelt]  	  debug widgets changed (thanks to Andy Baxter) -2004-06-09 08:40  reinelt +2004-06-09  reinelt  	* drv_T6963.c, drv_generic_graphic.c, lcd4linux.conf.sample: +	  [lcd4linux @ 2004-06-09 06:40:29 by reinelt]  	  splash screen for T6963 driver -2004-06-08 23:46  reinelt +2004-06-08  reinelt  	* Makefile.in, drv_X11.c, drv_generic_graphic.c, -	  drv_generic_graphic.h, lcd4linux.conf.sample: +	  drv_generic_graphic.h, lcd4linux.conf.sample: [lcd4linux @ +	  2004-06-08 21:46:38 by reinelt]  	  splash screen for X11 driver (and generic graphic driver) - -2004-06-08 14:35  reinelt -  	* Makefile.in, aclocal.m4, bootstrap, config.h.in, configure, -	  configure.in: +	  configure.in: [lcd4linux @ 2004-06-08 12:35:24 by reinelt]  	  autoconf/automake updates -2004-06-07 09:02  reinelt +2004-06-07  reinelt -	* lcd4linux.conf.sample: +	* lcd4linux.conf.sample: [lcd4linux @ 2004-06-07 07:02:13 by +	  reinelt]  	  sample debugging widgets added - -2004-06-07 08:56  reinelt -  	* Makefile.am, Makefile.in, lcd4linux.conf.sample, plugin.c, -	  plugin_test.c: +	  plugin_test.c: [lcd4linux @ 2004-06-07 06:56:55 by reinelt]  	  added test plugin from Andy Baxter -2004-06-06 08:51  reinelt +2004-06-06  reinelt  	* drv.c, drv.h, drv_BeckmannEgle.c, drv_Crystalfontz.c,  	  drv_Curses.c, drv_Cwlinux.c, drv_HD44780.c, drv_Image.c,  	  drv_M50530.c, drv_MatrixOrbital.c, drv_MilfordInstruments.c,  	  drv_NULL.c, drv_T6963.c, drv_USBLCD.c, drv_X11.c, lcd4linux.c: +	  [lcd4linux @ 2004-06-06 06:51:59 by reinelt]  	  do not display end splash screen if quiet=1 -2004-06-05 16:56  reinelt - -	* drv_Cwlinux.c, drv_USBLCD.c, plugin_i2c_sensors.c: -	  Cwlinux splash screen fixed USBLCD splash screen fixed plugin_i2c -	  qprintf("%f") replaced with snprintf() - -2004-06-05 08:41  reinelt +2004-06-05  reinelt +	* drv_Cwlinux.c, drv_USBLCD.c, plugin_i2c_sensors.c: [lcd4linux @ +	  2004-06-05 14:56:48 by reinelt] +	  Cwlinux splash screen fixed +	  USBLCD splash screen fixed +	  plugin_i2c qprintf("%f") replaced with snprintf()  	* drv_BeckmannEgle.c, drv_Crystalfontz.c, drv_Curses.c,  	  drv_Cwlinux.c, drv_HD44780.c, drv_M50530.c, drv_MatrixOrbital.c,  	  drv_MilfordInstruments.c, drv_USBLCD.c, drv_generic_text.c, -	  drv_generic_text.h: +	  drv_generic_text.h: [lcd4linux @ 2004-06-05 06:41:39 by reinelt]  	  chancged splash screen again - -2004-06-05 08:13  reinelt -  	* drv_BeckmannEgle.c, drv_Crystalfontz.c, drv_Curses.c,  	  drv_Cwlinux.c, drv_HD44780.c, drv_M50530.c, drv_MatrixOrbital.c, -	  drv_MilfordInstruments.c, drv_USBLCD.c: +	  drv_MilfordInstruments.c, drv_USBLCD.c: [lcd4linux @ 2004-06-05 +	  06:13:11 by reinelt]  	  splash screen for all text-based display drivers -2004-06-02 12:09  reinelt +2004-06-02  reinelt  	* drv.c, drv_HD44780.c, drv_generic_text.c, drv_generic_text.h: +	  [lcd4linux @ 2004-06-02 10:09:22 by reinelt]  	  splash screen for HD44780 - -2004-06-02 11:41  reinelt -  	* drv.c, drv.h, drv_BeckmannEgle.c, drv_Crystalfontz.c,  	  drv_Curses.c, drv_Cwlinux.c, drv_HD44780.c, drv_Image.c,  	  drv_M50530.c, drv_MatrixOrbital.c, drv_MilfordInstruments.c,  	  drv_NULL.c, drv_T6963.c, drv_USBLCD.c, drv_X11.c, layout.c, -	  lcd4linux.c, lcd4linux.conf.sample: +	  lcd4linux.c, lcd4linux.conf.sample: [lcd4linux @ 2004-06-02 +	  09:41:19 by reinelt]  	  prepared support for startup splash screen - -2004-06-02 07:56  reinelt - -	* drv_Crystalfontz.c: +	* drv_Crystalfontz.c: [lcd4linux @ 2004-06-02 05:56:25 by reinelt]  	  extended contrast range for Crystalfontz - -2004-06-02 07:35  reinelt - -	* lcd4linux.conf.sample: +	* lcd4linux.conf.sample: [lcd4linux @ 2004-06-02 05:35:55 by +	  reinelt]  	  added i2c_sensors example to lcd4linux.conf.sample - -2004-06-02 07:14  reinelt - -	* drv_BeckmannEgle.c, lcd4linux.c: -	  fixed models listing for Beckmann+Egle driver some cosmetic -	  changes - -2004-06-01 08:45  reinelt +	* documentation, documentation/Makefile, +	  documentation/Makefile.generic, documentation/data, +	  documentation/data/doc.css, documentation/data/images, +	  documentation/data/images/note-icon.png, +	  documentation/data/images/warn-icon.png, +	  documentation/data/references.xml, documentation/drivers, +	  documentation/drivers/Makefile, documentation/drivers/index.xml, +	  documentation/dtd, documentation/dtd/doc.dtd, +	  documentation/dtd/references.dtd, +	  documentation/dtd/xhtml-lat1.ent, +	  documentation/dtd/xhtml-special.ent, +	  documentation/dtd/xhtml-symbol.ent, documentation/lcd4linux, +	  documentation/lcd4linux/Makefile, +	  documentation/lcd4linux/bug_report.xml, +	  documentation/lcd4linux/example.xml, +	  documentation/lcd4linux/index.xml, +	  documentation/lcd4linux/write_doc.xml, documentation/plugins, +	  documentation/plugins/Makefile, documentation/plugins/index.xml, +	  documentation/xsl, documentation/xsl/body.xsl, +	  documentation/xsl/doc.xsl, documentation/xsl/head.xsl, +	  documentation/xsl/helpers.xsl, documentation/xsl/references.xsl, +	  documentation/xsl/xhtml.xsl: [lcd4linux @ 2004-06-02 05:27:59 by +	  reinelt] +	  added documentation tree +	* drv_BeckmannEgle.c, lcd4linux.c: [lcd4linux @ 2004-06-02 05:14:16 +	  by reinelt] +	  fixed models listing for Beckmann+Egle driver +	  some cosmetic changes + +2004-06-01  reinelt  	* drv_Crystalfontz.c, drv_Cwlinux.c, drv_HD44780.c, drv_M50530.c,  	  drv_MatrixOrbital.c, drv_T6963.c, drv_generic_graphic.c,  	  drv_generic_graphic.h, drv_generic_serial.c,  	  drv_generic_serial.h, drv_generic_text.c, drv_generic_text.h,  	  hash.c, hash.h, plugin_i2c_sensors.c, thread.c, timer.c, timer.h: - -	  some Fixme's processed documented some code - -2004-06-01 08:04  reinelt - -	* README.Plugins, plugin_sample.c: +	  [lcd4linux @ 2004-06-01 06:45:28 by reinelt] +	  some Fixme's processed +	  documented some code +	* README.Plugins, plugin_sample.c: [lcd4linux @ 2004-06-01 06:04:25 +	  by reinelt]  	  made README.Plugins and plugin_sample up to date. -2004-05-31 23:23  reinelt +2004-05-31  reinelt -	* drv_MatrixOrbital.c: +	* drv_MatrixOrbital.c: [lcd4linux @ 2004-05-31 21:23:16 by reinelt]  	  some cleanups in the MatrixOrbital driver - -2004-05-31 23:05  reinelt -  	* drv_Cwlinux.c, drv_generic_serial.c, lcd4linux.conf.sample, -	  plugin_i2c_sensors.c, plugin_pop3.c: -	  fixed lots of bugs in the Cwlinux driver do not emit EAGAIN error -	  on the first retry made plugin_i2c_sensors a bit less 'chatty' +	  plugin_i2c_sensors.c, plugin_pop3.c: [lcd4linux @ 2004-05-31 +	  21:05:13 by reinelt] +	  fixed lots of bugs in the Cwlinux driver +	  do not emit EAGAIN error on the first retry +	  made plugin_i2c_sensors a bit less 'chatty'  	  moved init and exit functions to the bottom of plugin_pop3 - -2004-05-31 18:39  reinelt -  	* Makefile.am, Makefile.in, aclocal.m4, config.h.in, configure,  	  drivers.m4, drv.c, drv_Cwlinux.c, drv_MatrixOrbital.c, -	  drv_NULL.c, hash.c: +	  drv_NULL.c, hash.c: [lcd4linux @ 2004-05-31 16:39:05 by reinelt]  	  added NULL display driver (for debugging/profiling purposes) -	  added backlight/contrast initialisation for matrixOrbital added -	  Backlight initialisation for Cwlinux - -2004-05-31 08:27  reinelt - -	* ChangeLog: +	  added backlight/contrast initialisation for matrixOrbital +	  added Backlight initialisation for Cwlinux +	* ChangeLog: [lcd4linux @ 2004-05-31 06:27:34 by reinelt]  	  ChangeLog update - -2004-05-31 08:24  reinelt - -	* drv_Image.c, lcd4linux.conf.sample: +	* drv_Image.c, lcd4linux.conf.sample: [lcd4linux @ 2004-05-31 +	  06:24:42 by reinelt]  	  fixed symlink security issue with the image driver - -2004-05-31 07:38  reinelt -  	* drv_BeckmannEgle.c, drv_Crystalfontz.c, drv_Cwlinux.c,  	  drv_HD44780.c, drv_M50530.c, drv_MatrixOrbital.c, -	  drv_MilfordInstruments.c, drv_USBLCD.c: +	  drv_MilfordInstruments.c, drv_USBLCD.c: [lcd4linux @ 2004-05-31 +	  05:38:02 by reinelt]  	  fixed possible bugs with user-defined chars (clear high bits)  	  thanks to Andy Baxter for debugging the MilfordInstruments  	  driver! -2004-05-31 03:31  andy-b - -	* drv_MilfordInstruments.c: +2004-05-31  andy-b +	* drv_MilfordInstruments.c: [lcd4linux @ 2004-05-31 01:31:01 by +	  andy-b]  	  fixed bug in Milford Instruments driver which drew extra graphics -	  chars in odd places when drawing double bars. (the display -	  doesn't like it if you put the escape character 0xfe inside a -	  define char sequence). +	  chars in +	  odd places when drawing double bars. (the display doesn't like it +	  if you put +	  the escape character 0xfe inside a define char sequence). -2004-05-30 10:25  reinelt +2004-05-30  reinelt -	* drv_Crystalfontz.c, lcd4linux.conf.sample: +	* drv_Crystalfontz.c, lcd4linux.conf.sample: [lcd4linux @ +	  2004-05-30 08:25:50 by reinelt]  	  Crystalfontz 631 driver finished -2004-05-30 01:30  reinelt +2004-05-29  reinelt -	* drv_Image.c: +	* drv_Image.c: [lcd4linux @ 2004-05-29 23:30:20 by reinelt]  	  fixed a compiler issue with drv_Image.c (thanks to Frank  	  Stratmann) - -2004-05-29 17:53  reinelt - -	* drv_M50530.c, lcd4linux.conf.sample, plugin_ppp.c: -	  M50530: reset parport signals on exit plugin_ppp: ppp() has two -	  parameters, not three lcd4linux.conf.sample: diskstats() -	  corrected - -2004-05-29 03:07  reinelt - -	* lcd4linux.conf.sample, plugin_diskstats.c: bug in -	  plugin_diskstats fixed - -2004-05-29 02:27  reinelt - +	* drv_M50530.c, lcd4linux.conf.sample, plugin_ppp.c: [lcd4linux @ +	  2004-05-29 15:53:28 by reinelt] +	  M50530: reset parport signals on exit +	  plugin_ppp: ppp() has two parameters, not three +	  lcd4linux.conf.sample: diskstats() corrected +	* lcd4linux.conf.sample, plugin_diskstats.c: [lcd4linux @ +	  2004-05-29 01:07:56 by reinelt] +	  bug in plugin_diskstats fixed  	* Makefile.am, Makefile.in, config.h.in, configure,  	  lcd4linux.conf.sample, plugin.c, plugin_diskstats.c, plugins.m4: +	  [lcd4linux @ 2004-05-29 00:27:14 by reinelt]  	  added plugin_diskstats.c -2004-05-28 16:38  reinelt - -	* ChangeLog, Status: Status and Changelog Update - -2004-05-28 16:36  reinelt +2004-05-28  reinelt -	* drv_BeckmannEgle.c: +	* ChangeLog, Status: [lcd4linux @ 2004-05-28 14:38:10 by reinelt] +	  Status and Changelog Update +	* drv_BeckmannEgle.c: [lcd4linux @ 2004-05-28 14:36:10 by reinelt]  	  added drv_BeckmannEgle.c (forgotten at first check in :-) - -2004-05-28 15:51  reinelt -  	* BeckmannEgle.c, Makefile.am, Makefile.in, config.guess,  	  config.sub, configure, drivers.m4, drv.c, drv_Crystalfontz.c,  	  drv_Cwlinux.c, drv_MatrixOrbital.c, drv_MilfordInstruments.c,  	  drv_generic_serial.c, drv_generic_serial.h, -	  lcd4linux.conf.sample, lock.c, lock.h: -	  ported driver for Beckmann+Egle Mini-Terminals added 'flags' -	  parameter to serial_init() +	  lcd4linux.conf.sample, lock.c, lock.h: [lcd4linux @ 2004-05-28 +	  13:51:41 by reinelt] +	  ported driver for Beckmann+Egle Mini-Terminals +	  added 'flags' parameter to serial_init() -2004-05-27 08:29  nicowallmeier +2004-05-27  nicowallmeier -	* plugin_imon.c: Moved variables to Plugin:imon / Plugin:telmon +	* plugin_imon.c: [lcd4linux @ 2004-05-27 06:29:29 by nicowallmeier] +	  Moved variables to Plugin:imon / Plugin:telmon -2004-05-27 05:49  reinelt +2004-05-27  reinelt -	* Status: +	* Status: [lcd4linux @ 2004-05-27 03:49:41 by reinelt]  	  Status update - -2004-05-27 05:39  reinelt -  	* drv_Crystalfontz.c, drv_Cwlinux.c, drv_HD44780.c,  	  drv_MatrixOrbital.c, plugin_imon.c, plugin_netdev.c, -	  plugin_proc_stat.c, plugin_wireless.c: +	  plugin_proc_stat.c, plugin_wireless.c: [lcd4linux @ 2004-05-27 +	  03:39:47 by reinelt]  	  changed function naming scheme to plugin::function -2004-05-26 13:37  reinelt +2004-05-26  reinelt  	* Makefile.am, Makefile.in, Status, Text.c, config.h.in, configure,  	  debug.c, drivers.m4, drv.c, drv_Crystalfontz.c, drv_Curses.c,  	  drv_Cwlinux.c, drv_HD44780.c, drv_M50530.c, drv_MatrixOrbital.c,  	  drv_MilfordInstruments.c, drv_USBLCD.c, drv_generic_text.c, -	  drv_generic_text.h, lcd4linux.conf.sample, widget.c: +	  drv_generic_text.h, lcd4linux.conf.sample, widget.c: [lcd4linux @ +	  2004-05-26 11:37:35 by reinelt]  	  Curses driver ported. - -2004-05-26 07:03  reinelt -  	* Makefile.am, Makefile.in, MilfordInstruments.c, Status,  	  configure, drivers.m4, drv.c, drv_MilfordInstruments.c, -	  lcd4linux.conf.sample: +	  lcd4linux.conf.sample: [lcd4linux @ 2004-05-26 05:03:24 by +	  reinelt]  	  MilfordInstruments driver ported -2004-05-25 21:54  reinelt +2004-05-25  reinelt  	* Makefile.am, Makefile.in, config.h.in, configure, configure.in, -	  drivers.m4, drv.c: -	  'make distcheck' bugs fixed release number changed to 0.10.0-RC1 - -2004-05-25 21:47  reinelt - +	  drivers.m4, drv.c: [lcd4linux @ 2004-05-25 19:54:11 by reinelt] +	  'make distcheck' bugs fixed +	  release number changed to 0.10.0-RC1  	* PalmPilot.c, Status, mail.c, mail.h, mail2.c, socket.c, socket.h, -	  wifi.c, wifi.h: -	  Status updated obsolete files removed - -2004-05-25 16:28  reinelt - -	* ChangeLog: +	  wifi.c, wifi.h: [lcd4linux @ 2004-05-25 19:47:11 by reinelt] +	  Status updated +	  obsolete files removed +	* ChangeLog: [lcd4linux @ 2004-05-25 14:28:46 by reinelt]  	  Changelog updated - -2004-05-25 16:27  reinelt - -	* drv_Image.c: +	* drv_Image.c: [lcd4linux @ 2004-05-25 14:27:21 by reinelt]  	  added drv_Image.c (this time really!) - -2004-05-25 16:26  reinelt -  	* Makefile.am, Makefile.in, Raster.c, configure, drivers.m4, drv.c, -	  drv_Crystalfontz.c, drv_X11.c, lcd4linux.conf.sample: +	  drv_Crystalfontz.c, drv_X11.c, lcd4linux.conf.sample: [lcd4linux +	  @ 2004-05-25 14:26:28 by reinelt]  	  added "Image" driver (was: Raster.c) for PPM and PNG creation  	  fixed some glitches in the X11 driver - -2004-05-25 08:42  reinelt - -	* lcd4linux.conf.sample.old: +	* lcd4linux.conf.sample.old: [lcd4linux @ 2004-05-25 06:42:31 by +	  reinelt]  	  removed old sample config lcd4linux.conf.sample.old from CVS -2004-05-23 10:58  reinelt +2004-05-23  reinelt -	* drv_USBLCD.c, lcd4linux.conf.sample: +	* drv_USBLCD.c, lcd4linux.conf.sample: [lcd4linux @ 2004-05-23 +	  08:58:30 by reinelt]  	  icon bug with USBLCD fixed -2004-05-22 20:30  reinelt +2004-05-22  reinelt  	* Makefile.am, Makefile.in, config.h.in, configure,  	  lcd4linux.conf.sample, plugin.c, plugin_uptime.c, plugins.m4: +	  [lcd4linux @ 2004-05-22 18:30:01 by reinelt]  	  added plugin 'uptime' - -2004-05-22 06:23  reinelt - -	* drv_HD44780.c: +	* drv_HD44780.c: [lcd4linux @ 2004-05-22 04:23:49 by reinelt]  	  removed 16*x fix again (next time think before commit :-) - -2004-05-22 06:21  reinelt - -	* drv_HD44780.c: +	* drv_HD44780.c: [lcd4linux @ 2004-05-22 04:21:02 by reinelt]  	  fix for display RAM layout on 16x4 displays (thanks to  	  toxicated101) -2004-05-20 09:47  reinelt - -	* Makefile.am, Makefile.in, plugin.c, plugin_time.c: added -	  plugin_time +2004-05-20  reinelt -2004-05-20 09:14  reinelt +	* Makefile.am, Makefile.in, plugin.c, plugin_time.c: [lcd4linux @ +	  2004-05-20 07:47:51 by reinelt] +	  added plugin_time +	* Makefile.in, configure, plugin_pop3.c: [lcd4linux @ 2004-05-20 +	  07:14:35 by reinelt] +	  made all local functions static -	* Makefile.in, configure, plugin_pop3.c: made all local functions -	  static +2004-05-19  reinelt -2004-05-19 07:38  reinelt - -	* Makefile.in, configure, configure.in: +	* Makefile.in, configure, configure.in: [lcd4linux @ 2004-05-19 +	  05:38:25 by reinelt]  	  removed AC_PROG_CXX (C++-Compiler) from configure - -2004-05-19 07:23  reinelt - -	* plugin_isdn.c: +	* plugin_isdn.c: [lcd4linux @ 2004-05-19 05:23:25 by reinelt]  	  plugin_isdn.c added (sorry, I forgot...) -2004-05-09 07:41  reinelt +2004-05-09  reinelt -	* ltmain.sh, plugin_i2c_sensors.c: +	* ltmain.sh, plugin_i2c_sensors.c: [lcd4linux @ 2004-05-09 05:41:41 +	  by reinelt]  	  i2c fix for kernel 2.6.5 (temp_input1 vs. temp1_input) from  	  Xavier -2004-04-17 15:03  nicowallmeier +2004-04-17  nicowallmeier -	* plugin_pop3.c, plugin_wireless.c: minor bugfix +	* plugin_pop3.c, plugin_wireless.c: [lcd4linux @ 2004-04-17 +	  13:03:34 by nicowallmeier] +	  minor bugfix -2004-04-12 13:12  reinelt +2004-04-12  reinelt  	* Makefile.am, Makefile.in, config.h.in, configure, evaluator.c, -	  isdn.c, isdn.h, plugin.c, plugins.m4, qprintf.c: added -	  plugin_isdn, removed old ISDN client fixed some real bad bugs in -	  the evaluator - -2004-04-12 07:59  reinelt - -	* Status: Status update - -2004-04-12 07:14  reinelt - -	* drv_generic_parport.c, udelay.c: another BIG FAT WARNING on the -	  use of raw ports instead of ppdev - -2004-04-12 06:55  reinelt - -	* debug.h, lcd4linux.conf.sample, udelay.c: emitted a BIG FAT -	  WARNING if msr.h could not be found (and therefore the -	  gettimeofday() delay loop would be used) - -2004-04-11 19:37  reinelt - -	* drivers.m4, plugins.m4: forgot these files at last checkin... -	  sorry! +	  isdn.c, isdn.h, plugin.c, plugins.m4, qprintf.c: [lcd4linux @ +	  2004-04-12 11:12:24 by reinelt] +	  added plugin_isdn, removed old ISDN client +	  fixed some real bad bugs in the evaluator +	* Status: [lcd4linux @ 2004-04-12 05:59:24 by reinelt] +	  Status update +	* drv_generic_parport.c, udelay.c: [lcd4linux @ 2004-04-12 05:14:42 +	  by reinelt] +	  another BIG FAT WARNING on the use of raw ports instead of ppdev +	* debug.h, lcd4linux.conf.sample, udelay.c: [lcd4linux @ 2004-04-12 +	  04:55:59 by reinelt] +	  emitted a BIG FAT WARNING if msr.h could not be found (and +	  therefore +	  the gettimeofday() delay loop would be used) -2004-04-09 08:23  reinelt +2004-04-11  reinelt -	* exec.c, exec.h: removed old exec stuff +	* drivers.m4, plugins.m4: [lcd4linux @ 2004-04-11 17:37:09 by +	  reinelt] +	  forgot these files at last checkin... sorry! -2004-04-09 08:09  reinelt +2004-04-09  reinelt +	* exec.c, exec.h: [lcd4linux @ 2004-04-09 06:23:28 by reinelt] +	  removed old exec stuff  	* Makefile.am, Makefile.in, config.h.in, configure, configure.in, -	  plugin.c: big configure rework from Xavier +	  plugin.c: [lcd4linux @ 2004-04-09 06:09:54 by reinelt] +	  big configure rework from Xavier -2004-04-08 13:59  reinelt +2004-04-08  reinelt  	* Makefile.am, Makefile.in, lcd4linux.conf.sample, plugin.c, -	  plugin_pop3.c: added plugin_pop3 from Javi - -2004-04-08 12:48  reinelt - +	  plugin_pop3.c: [lcd4linux @ 2004-04-08 11:59:26 by reinelt] +	  added plugin_pop3 from Javi  	* Makefile.in, configure, plugin_exec.c, qprintf.c, thread.c, -	  thread.h: finished plugin_exec modified thread handling added -	  '%x' format to qprintf (hexadecimal) +	  thread.h: [lcd4linux @ 2004-04-08 10:48:23 by reinelt] +	  finished plugin_exec +	  modified thread handling +	  added '%x' format to qprintf (hexadecimal) -2004-04-07 10:29  hejl +2004-04-07  hejl -	* Makefile.am, plugin.c, plugin_wireless.c: New plugin for wireless -	  info +	* Makefile.am, plugin.c, plugin_wireless.c: [lcd4linux @ 2004-04-07 +	  08:29:05 by hejl] +	  New plugin for wireless info -2004-03-21 23:05  reinelt +2004-03-21  reinelt -	* lcd4linux.conf.sample, plugin_mysql.c: MySQL plugin fixes from -	  Javi +	* lcd4linux.conf.sample, plugin_mysql.c: [lcd4linux @ 2004-03-21 +	  22:05:53 by reinelt] +	  MySQL plugin fixes from Javi -2004-03-21 00:09  reinelt +2004-03-20  reinelt -	* lcd4linux.conf.sample, plugin_mysql.c: MySQL plugin fixes from -	  Javi +	* lcd4linux.conf.sample, plugin_mysql.c: [lcd4linux @ 2004-03-20 +	  23:09:01 by reinelt] +	  MySQL plugin fixes from Javi +	* plugin_exec.c: [lcd4linux @ 2004-03-20 11:49:40 by reinelt] +	  forgot to add plugin_exec.c ... +	* drv_HD44780.c, thread.c, thread.h: [lcd4linux @ 2004-03-20 +	  07:31:32 by reinelt] +	  support for HD66712 (which has a different RAM layout) +	  further threading development -2004-03-20 12:49  reinelt - -	* plugin_exec.c: forgot to add plugin_exec.c ... - -2004-03-20 08:31  reinelt - -	* drv_HD44780.c, thread.c, thread.h: support for HD66712 (which has -	  a different RAM layout) further threading development - -2004-03-19 10:17  reinelt +2004-03-19  reinelt  	* drv_Crystalfontz.c, drv_Cwlinux.c, drv_HD44780.c, drv_M50530.c,  	  drv_MatrixOrbital.c, drv_USBLCD.c, drv_generic_text.c, -	  drv_generic_text.h: +	  drv_generic_text.h: [lcd4linux @ 2004-03-19 09:17:46 by reinelt]  	  removed the extra 'goto' function, row and col are additional -	  parameters of the write() function now. - -2004-03-19 07:37  reinelt - +	  parameters +	  of the write() function now.  	* Makefile.am, Makefile.in, Status, aclocal.m4, config.h.in,  	  configure, configure.in, pid.c, plugin.c, thread.c, thread.h: +	  [lcd4linux @ 2004-03-19 06:37:47 by reinelt]  	  asynchronous thread handling started -2004-03-14 08:14  reinelt +2004-03-14  reinelt -	* Status, battery.c, battery.h: +	* Status, battery.c, battery.h: [lcd4linux @ 2004-03-14 07:14:05 by +	  reinelt]  	  old battery.[ch] files removed - -2004-03-14 08:11  reinelt -  	* Makefile.am, Makefile.in, configure, lcd4linux.c, plugin.c, -	  plugin_apm.c, plugin_dvb.c: parameter count fixed for -	  plugin_dvb() plugin_APM (battery status) ported - -2004-03-14 07:07  reinelt - -	* Status, configure.in: Status update.	Fixed bug in configure.in -	  with X11 disabled (thanks to Kevin Liu) +	  plugin_apm.c, plugin_dvb.c: [lcd4linux @ 2004-03-14 07:11:42 by +	  reinelt] +	  parameter count fixed for plugin_dvb() +	  plugin_APM (battery status) ported +	* Status, configure.in: [lcd4linux @ 2004-03-14 06:07:33 by +	  reinelt] +	  Status update. +	  Fixed bug in configure.in with X11 disabled (thanks to Kevin Liu) -2004-03-13 20:06  reinelt +2004-03-13  reinelt -	* ChangeLog, Status, plugin_seti.c: ChangeLog and Status update; -	  small glitch in plugin_seti fixed. +	* ChangeLog, Status, plugin_seti.c: [lcd4linux @ 2004-03-13 +	  19:06:01 by reinelt] +	  ChangeLog and Status update; small glitch in plugin_seti fixed. -2004-03-13 15:58  nicowallmeier +2004-03-13  nicowallmeier -	* plugin_imon.c: Added clean termination of imond-connection (now -	  correctly) +	* plugin_imon.c: [lcd4linux @ 2004-03-13 14:58:15 by nicowallmeier] +	  Added clean termination of imond-connection (now correctly) +	* plugin_imon.c: [lcd4linux @ 2004-03-13 14:55:14 by nicowallmeier] +	  Added clean termination of imond-connection -2004-03-13 15:55  nicowallmeier - -	* plugin_imon.c: Added clean termination of imond-connection - -2004-03-13 07:55  reinelt - -	* imon.h: (unnecessary) imon.h removed - -2004-03-13 07:49  reinelt +2004-03-13  reinelt +	* imon.h: [lcd4linux @ 2004-03-13 06:55:29 by reinelt] +	  (unnecessary) imon.h removed  	* Makefile.am, Makefile.in, lcd4linux.conf.sample, plugin.c, -	  plugin_seti.c, seti.c, seti.h: seti@home plugin ported to -	  NextGeneration +	  plugin_seti.c, seti.c, seti.h: [lcd4linux @ 2004-03-13 06:49:20 +	  by reinelt] +	  seti@home plugin ported to NextGeneration -2004-03-12 14:58  reinelt +2004-03-12  reinelt -	* imon.c: removed imon.c (has been replaced by plugin_imon.c) +	* imon.c: [lcd4linux @ 2004-03-12 13:58:14 by reinelt] +	  removed imon.c (has been replaced by plugin_imon.c) -2004-03-11 07:39  reinelt +2004-03-11  reinelt  	* cfg.c, drv_HD44780.c, evaluator.c, evaluator.h, hash.c, hash.h,  	  lcd4linux.c, plugin_cfg.c, plugin_cpuinfo.c, plugin_loadavg.c,  	  plugin_meminfo.c, plugin_netdev.c, plugin_proc_stat.c, -	  widget_bar.c, widget_icon.c, widget_text.c: big patch from -	  Martin: - reuse filehandles - memory leaks fixed - earlier -	  busy-flag checking with HD44780 - reuse memory for strings in -	  RESULT and hash - netdev_fast to wavid time-consuming regex +	  widget_bar.c, widget_icon.c, widget_text.c: [lcd4linux @ +	  2004-03-11 06:39:58 by reinelt] +	  big patch from Martin: +	  - reuse filehandles +	  - memory leaks fixed +	  - earlier busy-flag checking with HD44780 +	  - reuse memory for strings in RESULT and hash +	  - netdev_fast to wavid time-consuming regex -2004-03-10 08:16  reinelt +2004-03-10  reinelt  	* Makefile.am, Makefile.in, config.h.in, configure, configure.in, -	  plugin.c, plugin_mysql.c: MySQL plugin from Javier added +	  plugin.c, plugin_mysql.c: [lcd4linux @ 2004-03-10 07:16:15 by +	  reinelt] +	  MySQL plugin from Javier added -2004-03-08 19:46  hejl +2004-03-08  hejl -	* plugin_loadavg.c: Fixed bug introduced with "caching" the loadavg -	  values +	* plugin_loadavg.c: [lcd4linux @ 2004-03-08 18:46:21 by hejl] +	  Fixed bug introduced with "caching" the loadavg values +	* evaluator.c: [lcd4linux @ 2004-03-08 18:45:52 by hejl] +	  fixed segfault when using string concatenation -2004-03-08 19:45  hejl - -	* evaluator.c: fixed segfault when using string concatenation - -2004-03-08 17:26  reinelt +2004-03-08  reinelt  	* Makefile.am, Makefile.in, cfg.c, lcd4linux.conf.sample, -	  widget_text.c: re-introduced \nnn (octal) characters in strings +	  widget_text.c: [lcd4linux @ 2004-03-08 16:26:26 by reinelt] +	  re-introduced \nnn (octal) characters in strings  	  text widgets can have a 'update' speed of 0 which means 'never'  	  (may be used for static content) +	* evaluator.c: [lcd4linux @ 2004-03-08 04:33:08 by reinelt] +	  string concatenation fixed -2004-03-08 05:33  reinelt - -	* evaluator.c: string concatenation fixed - -2004-03-06 21:31  reinelt +2004-03-06  reinelt  	* cfg.c, evaluator.c, evaluator.h, lcd4linux.c, plugin_cfg.c,  	  plugin_math.c, widget_bar.c, widget_bar.h, widget_icon.c, -	  widget_icon.h, widget_text.c, widget_text.h: Complete rewrite of -	  the evaluator to get rid of the code from mark Morley (because of -	  license issues).  The new Evaluator does a pre-compile of -	  expressions, and stores them in trees. Therefore it should be -	  reasonable faster... +	  widget_icon.h, widget_text.c, widget_text.h: [lcd4linux @ +	  2004-03-06 20:31:16 by reinelt] +	  Complete rewrite of the evaluator to get rid of the code +	  from mark Morley (because of license issues). +	  The new Evaluator does a pre-compile of expressions, and +	  stores them in trees. Therefore it should be reasonable faster... -2004-03-03 09:40  hejl +2004-03-03  hejl -	* hash.c: Fixed memory leak in hash_get_regex +	* hash.c: [lcd4linux @ 2004-03-03 08:40:07 by hejl] +	  Fixed memory leak in hash_get_regex -2004-03-03 05:44  reinelt +2004-03-03  reinelt  	* drv_generic_parport.c, drv_generic_serial.c, hash.c, hash.h,  	  lcd4linux.c, pid.c, plugin_imon.c, plugin_netdev.c, plugin_ppp.c, -	  plugin_proc_stat.c, qprintf.h, timer.c, widget_icon.c: changes -	  (cosmetics?) to the big patch from Martin hash patch un-applied - -2004-03-03 04:47  reinelt - +	  plugin_proc_stat.c, qprintf.h, timer.c, widget_icon.c: [lcd4linux +	  @ 2004-03-03 04:44:16 by reinelt] +	  changes (cosmetics?) to the big patch from Martin +	  hash patch un-applied  	* Raster.c, Text.c, cfg.c, drv_HD44780.c, drv_generic_graphic.c,  	  drv_generic_parport.c, drv_generic_serial.c, drv_generic_text.c,  	  evaluator.c, evaluator.h, exec.c, hash.c, hash.h, imon.c, @@ -1407,205 +2126,227 @@  	  plugin_proc_stat.c, plugin_sample.c, plugin_string.c,  	  plugin_uname.c, plugin_xmms.c, seti.c, timer.c, timer.h,  	  widget.c, widget.h, widget_bar.c, widget_icon.c, widget_text.c, -	  wifi.c: big patch from Martin Hejl: - use qprintf() where -	  appropriate - save CPU cycles on gettimeofday() - add quit() -	  functions to free allocated memory - fixed lots of memory leaks +	  wifi.c: [lcd4linux @ 2004-03-03 03:47:04 by reinelt] +	  big patch from Martin Hejl: +	  - use qprintf() where appropriate +	  - save CPU cycles on gettimeofday() +	  - add quit() functions to free allocated memory +	  - fixed lots of memory leaks +	* drv_Crystalfontz.c: [lcd4linux @ 2004-03-03 03:41:02 by reinelt] +	  Crystalfontz Contrast issue fixed -2004-03-03 04:41  reinelt - -	* drv_Crystalfontz.c: Crystalfontz Contrast issue fixed - -2004-03-01 05:29  reinelt +2004-03-01  reinelt  	* cfg.c, drv_Crystalfontz.c, drv_HD44780.c, lcd4linux.conf.sample: +	  [lcd4linux @ 2004-03-01 04:29:51 by reinelt]  	  cfg_number() returns -1 on error, 0 if value not found (but -	  default val used),  and 1 if value was used from the -	  configuration.  HD44780 driver adopted to new cfg_number() +	  default val used), +	  and 1 if value was used from the configuration. +	  HD44780 driver adopted to new cfg_number()  	  Crystalfontz 631 driver nearly finished -2004-02-29 18:09  reinelt +2004-02-29  reinelt  	* ChangeLog, configure, configure.in, lcd4linux.conf.sample, -	  libtool: ChangeLog updated Version number bumped to 0.10.0 - -2004-02-29 15:30  reinelt - -	* drv_generic_graphic.c: icon visibility fix for generic graphics -	  from Xavier - -2004-02-27 08:06  reinelt - -	* Makefile.am, Makefile.in, lcd4linux.c, qprintf.c, qprintf.h: new -	  function 'qprintf()' (simple but quick snprintf() replacement) - -2004-02-27 07:07  reinelt - -	* hash.c, hash.h: hash improvements from Martin +	  libtool: [lcd4linux @ 2004-02-29 17:09:53 by reinelt] +	  ChangeLog updated +	  Version number bumped to 0.10.0 +	* drv_generic_graphic.c: [lcd4linux @ 2004-02-29 14:30:59 by +	  reinelt] +	  icon visibility fix for generic graphics from Xavier -2004-02-26 22:42  reinelt +2004-02-27  reinelt -	* evaluator.c: memory leak fixes from Martin +	* Makefile.am, Makefile.in, lcd4linux.c, qprintf.c, qprintf.h: +	  [lcd4linux @ 2004-02-27 07:06:24 by reinelt] +	  new function 'qprintf()' (simple but quick snprintf() +	  replacement) +	* hash.c, hash.h: [lcd4linux @ 2004-02-27 06:07:55 by reinelt] +	  hash improvements from Martin -2004-02-24 07:00  reinelt +2004-02-26  reinelt -	* Status: Status and Todo list from Xavier +	* evaluator.c: [lcd4linux @ 2004-02-26 21:42:45 by reinelt] +	  memory leak fixes from Martin -2004-02-24 06:54  reinelt +2004-02-24  reinelt +	* Status: [lcd4linux @ 2004-02-24 06:00:22 by reinelt] +	  Status and Todo list from Xavier  	* Makefile.am, Makefile.in, XWindow.c, configure, configure.in,  	  drv.c, drv_T6963.c, drv_X11.c, drv_generic_graphic.c, -	  lcd4linux.conf.sample: +	  lcd4linux.conf.sample: [lcd4linux @ 2004-02-24 05:54:57 by +	  reinelt]  	  X11 driver ported -2004-02-23 07:44  reinelt +2004-02-23  reinelt -	* README.Rows, README.Tokens, lcd4linux.conf.sample: -	  "Lightning" widget from Xavier (lcd4linux.conf.sample) removed -	  obsolete Docs. +	* README.Rows, README.Tokens, lcd4linux.conf.sample: [lcd4linux @ +	  2004-02-23 06:44:27 by reinelt] +	  "Lightning" widget from Xavier (lcd4linux.conf.sample) +	  removed obsolete Docs. -2004-02-22 18:35  reinelt +2004-02-22  reinelt  	* Makefile.in, drv_T6963.c, drv_generic_graphic.c, -	  lcd4linux.conf.sample, plugin_imon.c: some fixes for generic -	  graphic driver and T6963 removed ^M from plugin_imon (Nico, are -	  you editing under Windows?) +	  lcd4linux.conf.sample, plugin_imon.c: [lcd4linux @ 2004-02-22 +	  17:35:41 by reinelt] +	  some fixes for generic graphic driver and T6963 +	  removed ^M from plugin_imon (Nico, are you editing under +	  Windows?) -2004-02-18 15:45  nicowallmeier +2004-02-18  nicowallmeier -	* Makefile.am, plugin.c, plugin_imon.c: Imon/Telmon plugin ported +	* Makefile.am, plugin.c, plugin_imon.c: [lcd4linux @ 2004-02-18 +	  14:45:42 by nicowallmeier] +	  Imon/Telmon plugin ported -2004-02-18 07:39  reinelt +2004-02-18  reinelt  	* cfg.c, drv_T6963.c, drv_generic_graphic.c, drv_generic_graphic.h,  	  drv_generic_text.h, lcd4linux.conf.sample, widget.c, -	  widget_text.c: T6963 driver for graphic displays finished - -2004-02-17 06:37  reinelt +	  widget_text.c: [lcd4linux @ 2004-02-18 06:39:20 by reinelt] +	  T6963 driver for graphic displays finished -	* configure, configure.in: Namespace clash between Curses driver -	  and general text driver resolved (thanks to Martin Hejl) +2004-02-17  reinelt -2004-02-16 14:03  reinelt +	* configure, configure.in: [lcd4linux @ 2004-02-17 05:37:20 by +	  reinelt] +	  Namespace clash between Curses driver and general text driver +	  resolved +	  (thanks to Martin Hejl) -	* plugin_dvb.c: compile problem with missing frontend.h fixed +2004-02-16  reinelt -2004-02-16 09:19  reinelt +	* plugin_dvb.c: [lcd4linux @ 2004-02-16 13:03:37 by reinelt] +	  compile problem with missing frontend.h fixed +	* plugin_i2c_sensors.c: [lcd4linux @ 2004-02-16 08:19:44 by +	  reinelt] +	  i2c_sensors patch from Xavier -	* plugin_i2c_sensors.c: i2c_sensors patch from Xavier - -2004-02-15 22:43  reinelt +2004-02-15  reinelt  	* Makefile.am, Makefile.in, T6963.c, configure, configure.in,  	  drv.c, drv_HD44780.c, drv_M50530.c, drv_T6963.c,  	  drv_generic_graphic.c, drv_generic_graphic.h, drv_generic_text.c,  	  drv_generic_text.h, font_6x8.h, fontmap.c, fontmap.h,  	  lcd4linux.conf.sample, libtool, pixmap.c, pixmap.h, -	  plugin_i2c_sensors.c, widget_icon.c, widget_icon.h: T6963 driver -	  nearly finished framework for graphic displays done i2c_sensors -	  patch from Xavier some more old generation files removed - -2004-02-15 09:22  reinelt - +	  plugin_i2c_sensors.c, widget_icon.c, widget_icon.h: [lcd4linux @ +	  2004-02-15 21:43:43 by reinelt] +	  T6963 driver nearly finished +	  framework for graphic displays done +	  i2c_sensors patch from Xavier +	  some more old generation files removed  	* M50530.c, Makefile.am, Makefile.in, USBLCD.c, configure,  	  configure.in, drv.c, drv_M50530.c, drv_USBLCD.c, -	  lcd4linux.conf.sample, libtool, ltmain.sh: ported USBLCD driver -	  to NextGeneration added drv_M50530.c (I forgot yesterday, sorry) +	  lcd4linux.conf.sample, libtool, ltmain.sh: [lcd4linux @ +	  2004-02-15 08:22:47 by reinelt] +	  ported USBLCD driver to NextGeneration +	  added drv_M50530.c (I forgot yesterday, sorry)  	  removed old drivers M50530.c and USBLCD.c +	* lcd4linux.conf.sample, plugin_netdev.c: [lcd4linux @ 2004-02-15 +	  07:23:04 by reinelt] +	  bug in netdev parsing fixed -2004-02-15 08:23  reinelt - -	* lcd4linux.conf.sample, plugin_netdev.c: bug in netdev parsing -	  fixed - -2004-02-14 13:07  nicowallmeier +2004-02-14  nicowallmeier -	* plugin_i2c_sensors.c: minor bugfix +	* plugin_i2c_sensors.c: [lcd4linux @ 2004-02-14 12:07:27 by +	  nicowallmeier] +	  minor bugfix -2004-02-14 12:56  reinelt +2004-02-14  reinelt  	* Makefile.am, Makefile.in, aclocal.m4, configure, configure.in,  	  drv.c, drv_Crystalfontz.c, drv_Cwlinux.c, drv_HD44780.c,  	  drv_MatrixOrbital.c, drv_generic_serial.c, drv_generic_serial.h,  	  drv_generic_text.c, drv_generic_text.h, lcd4linux.conf.sample, -	  plugin_i2c_sensors.c: M50530 driver ported changed lots of 'char' -	  to 'unsigned char' +	  plugin_i2c_sensors.c: [lcd4linux @ 2004-02-14 11:56:11 by +	  reinelt] +	  M50530 driver ported +	  changed lots of 'char' to 'unsigned char' +	* plugin_i2c_sensors.c: [lcd4linux @ 2004-02-14 10:09:50 by +	  reinelt] +	  I2C Sensors for 2.4 kernels (/proc instead of /sysfs) -2004-02-14 11:09  reinelt - -	* plugin_i2c_sensors.c: I2C Sensors for 2.4 kernels (/proc instead -	  of /sysfs) - -2004-02-10 08:42  reinelt +2004-02-10  reinelt  	* Crystalfontz.c, Cwlinux.c, HD44780.c, Makefile.am, Makefile.in,  	  MatrixOrbital.c, SIN.c, Skeleton.c, bar.c, bar.h, config.h.in,  	  configure, configure.in, debug.c, display.c, display.h, dvb.c,  	  dvb.h, expr.c, expr.h, filter.c, filter.h, icon.c, icon.h,  	  lcd4linux.c, parport.c, parport.h, parser.c, parser.h, plugin.c, -	  processor.c, processor.h, system.c, system.h: cut off all -	  old-style files which are no longer used with NextGeneration - -2004-02-10 07:54  reinelt - -	* Makefile.am, Makefile.in, plugin.c, plugin_dvb.c: DVB plugin -	  ported - -2004-02-09 20:49  nicowallmeier - -	* widget_text.c: Minor bugfix +	  processor.c, processor.h, system.c, system.h: [lcd4linux @ +	  2004-02-10 07:42:35 by reinelt] +	  cut off all old-style files which are no longer used with +	  NextGeneration +	* Makefile.am, Makefile.in, plugin.c, plugin_dvb.c: [lcd4linux @ +	  2004-02-10 06:54:38 by reinelt] +	  DVB plugin ported -2004-02-07 14:45  reinelt +2004-02-09  nicowallmeier -	* drv_generic_text.c, widget_icon.c: icon visibility patch #2 from -	  Xavier +	* widget_text.c: [lcd4linux @ 2004-02-09 19:49:38 by nicowallmeier] +	  Minor bugfix -2004-02-06 00:58  mkeil +2004-02-07  reinelt -	* plugin_xmms.c: Fixed/Optimized Hashage-timings +	* drv_generic_text.c, widget_icon.c: [lcd4linux @ 2004-02-07 +	  13:45:23 by reinelt] +	  icon visibility patch #2 from Xavier -2004-02-05 08:10  reinelt +2004-02-05  mkeil -	* drv_Crystalfontz.c, evaluator.c, lcd4linux.conf.sample: evaluator -	  function names are no longer case-sensitive Crystalfontz Fan PWM -	  control, Fan RPM monitoring, temperature monitoring +	* plugin_xmms.c: [lcd4linux @ 2004-02-05 23:58:18 by mkeil] +	  Fixed/Optimized Hashage-timings -2004-02-04 20:11  reinelt +2004-02-05  reinelt -	* widget_icon.c, widget_icon.h: icon visibility patch from Xavier +	* drv_Crystalfontz.c, evaluator.c, lcd4linux.conf.sample: +	  [lcd4linux @ 2004-02-05 07:10:23 by reinelt] +	  evaluator function names are no longer case-sensitive +	  Crystalfontz Fan PWM control, Fan RPM monitoring, temperature +	  monitoring -2004-02-04 20:10  reinelt +2004-02-04  reinelt +	* widget_icon.c, widget_icon.h: [lcd4linux @ 2004-02-04 19:11:44 by +	  reinelt] +	  icon visibility patch from Xavier  	* drv_Crystalfontz.c, drv_HD44780.c, drv_generic_serial.c, -	  lcd4linux.conf.sample, plugin_proc_stat.c: Crystalfontz driver -	  nearly finished - -2004-02-02 06:22  reinelt +	  lcd4linux.conf.sample, plugin_proc_stat.c: [lcd4linux @ +	  2004-02-04 19:10:51 by reinelt] +	  Crystalfontz driver nearly finished -	* drv_HD44780.c: Brightness fpr Noritake Displays avaliable as a -	  plugin +2004-02-02  reinelt -2004-02-01 20:37  reinelt +	* drv_HD44780.c: [lcd4linux @ 2004-02-02 05:22:16 by reinelt] +	  Brightness fpr Noritake Displays avaliable as a plugin -	* layout.c, plugin_cfg.c, plugin_netdev.c, plugin_proc_stat.c: got -	  rid of every strtok() incarnation. +2004-02-01  reinelt -2004-02-01 19:08  reinelt +	* layout.c, plugin_cfg.c, plugin_netdev.c, plugin_proc_stat.c: +	  [lcd4linux @ 2004-02-01 19:37:40 by reinelt] +	  got rid of every strtok() incarnation. +	* cfg.c, layout.c: [lcd4linux @ 2004-02-01 18:08:50 by reinelt] +	  removed strtok() from layout processing (took me hours to find +	  this bug) +	  further strtok() removind should be done! -	* cfg.c, layout.c: removed strtok() from layout processing (took me -	  hours to find this bug) further strtok() removind should be done! +2004-02-01  hejl -2004-02-01 12:51  hejl +	* drv_HD44780.c: [lcd4linux @ 2004-02-01 11:51:22 by hejl] +	  Fixes for busy flag -	* drv_HD44780.c: Fixes for busy flag - -2004-02-01 09:05  reinelt +2004-02-01  reinelt  	* drv_Crystalfontz.c, drv_HD44780.c, drv_generic_serial.c, -	  drv_generic_serial.h: Crystalfontz 633 extensions (CRC checking -	  and stuff) Models table for HD44780 Noritake VFD BVrightness -	  patch from Bill Paxton +	  drv_generic_serial.h: [lcd4linux @ 2004-02-01 08:05:12 by +	  reinelt] +	  Crystalfontz 633 extensions (CRC checking and stuff) +	  Models table for HD44780 +	  Noritake VFD BVrightness patch from Bill Paxton -2004-01-30 21:57  reinelt +2004-01-30  reinelt  	* BeckmannEgle.c, Crystalfontz.c, Cwlinux.c, HD44780.c, M50530.c,  	  MatrixOrbital.c, MilfordInstruments.c, PalmPilot.c, Raster.c, @@ -1614,27 +2355,26 @@  	  drv_generic_text.c, evaluator.c, filter.c, hash.c, icon.c,  	  layout.c, lcd4linux.c, lcd4linux.conf.sample, mail2.c, pixmap.c,  	  plugin_cfg.c, plugin_i2c_sensors.c, plugin_sample.c, timer.c, -	  widget.c, widget_bar.c, widget_icon.c, widget_text.c: HD44780 -	  patch from Martin Hejl dmalloc integrated - -2004-01-30 08:12  reinelt - +	  widget.c, widget_bar.c, widget_icon.c, widget_text.c: [lcd4linux +	  @ 2004-01-30 20:57:55 by reinelt] +	  HD44780 patch from Martin Hejl +	  dmalloc integrated  	* drv_HD44780.c, plugin_i2c_sensors.c, plugin_loadavg.c, -	  processor.c: HD44780 busy-flag support from Martin Hejl loadavg() -	  uClibc replacement from Martin Heyl round() uClibc replacement -	  from Martin Hejl warning in i2c_sensors fixed [ - -2004-01-29 06:55  reinelt - -	* plugin_i2c_sensors.c: check for /sys mounted - -2004-01-29 06:53  reinelt - -	* config.h.in, configure, configure.in: uClibc compatibility issues -	  from Martin Hejl - -2004-01-29 05:40  reinelt - +	  processor.c: [lcd4linux @ 2004-01-30 07:12:35 by reinelt] +	  HD44780 busy-flag support from Martin Hejl +	  loadavg() uClibc replacement from Martin Heyl +	  round() uClibc replacement from Martin Hejl +	  warning in i2c_sensors fixed +	  [ + +2004-01-29  reinelt + +	* plugin_i2c_sensors.c: [lcd4linux @ 2004-01-29 05:55:30 by +	  reinelt] +	  check for /sys mounted +	* config.h.in, configure, configure.in: [lcd4linux @ 2004-01-29 +	  05:53:47 by reinelt] +	  uClibc compatibility issues from Martin Hejl  	* BeckmannEgle.c, Crystalfontz.c, Cwlinux.c, MatrixOrbital.c,  	  MilfordInstruments.c, PalmPilot.c, SIN.c, Skeleton.c, Text.c,  	  XWindow.c, bar.c, battery.c, cfg.c, drv_Crystalfontz.c, @@ -1647,515 +2387,488 @@  	  plugin_meminfo.c, plugin_netdev.c, plugin_proc_stat.c,  	  plugin_sample.c, plugin_string.c, plugin_uname.c, plugin_xmms.c,  	  processor.c, seti.c, socket.c, timer.c, widget.c, widget_bar.c, -	  widget_icon.c, widget_text.c, wifi.c: every .c file includes -	  "config.h" now +	  widget_icon.c, widget_text.c, wifi.c: [lcd4linux @ 2004-01-29 +	  04:40:02 by reinelt] +	  every .c file includes "config.h" now -2004-01-28 07:43  reinelt +2004-01-28  reinelt -	* plugin_ppp.c: plugin_ppp finished. +	* plugin_ppp.c: [lcd4linux @ 2004-01-28 06:43:31 by reinelt] +	  plugin_ppp finished. -2004-01-27 09:13  reinelt +2004-01-27  reinelt  	* Makefile.am, Makefile.in, lcd4linux.conf.sample, plugin.c, -	  plugin_i2c_sensors.c, plugin_ppp.c, plugin_proc_stat.c: ported -	  PPP token to plugin_ppp - -2004-01-27 07:34  reinelt - +	  plugin_i2c_sensors.c, plugin_ppp.c, plugin_proc_stat.c: +	  [lcd4linux @ 2004-01-27 08:13:39 by reinelt] +	  ported PPP token to plugin_ppp  	* Makefile.am, Makefile.in, aclocal.m4, configure, configure.in, -	  drv.c, drv_Cwlinux.c: Cwlinux driver portet to NextGeneration -	  (compiles, but not tested!) - -2004-01-27 06:06  reinelt - -	* plugin_i2c_sensors.c: i2c update from Xavier - -2004-01-27 05:48  reinelt - -	* TODO, hash.c: bug with hash_age() fixed (thanks to Markus Keil -	  for pointing this out) +	  drv.c, drv_Cwlinux.c: [lcd4linux @ 2004-01-27 06:34:14 by +	  reinelt] +	  Cwlinux driver portet to NextGeneration (compiles, but not +	  tested!) +	* plugin_i2c_sensors.c: [lcd4linux @ 2004-01-27 05:06:10 by +	  reinelt] +	  i2c update from Xavier +	* TODO, hash.c: [lcd4linux @ 2004-01-27 04:48:57 by reinelt] +	  bug with hash_age() fixed (thanks to Markus Keil for pointing +	  this out) -2004-01-25 06:30  reinelt +2004-01-25  reinelt  	* Makefile.am, Makefile.in, drv_Crystalfontz.c,  	  drv_generic_serial.c, lcd4linux.conf.sample, plugin.c, -	  plugin_meminfo.c, plugin_netdev.c, plugin_proc_stat.c: +	  plugin_meminfo.c, plugin_netdev.c, plugin_proc_stat.c: [lcd4linux +	  @ 2004-01-25 05:30:08 by reinelt]  	  plugin_netdev for parsing /proc/net/dev added -2004-01-23 08:04  reinelt +2004-01-23  reinelt  	* drv_Crystalfontz.c, drv_HD44780.c, drv_MatrixOrbital.c,  	  drv_generic_text.c, drv_generic_text.h, lcd4linux.conf.sample, -	  widget_icon.c, widget_icon.h: icons finished! - -2004-01-23 05:53  reinelt - +	  widget_icon.c, widget_icon.h: [lcd4linux @ 2004-01-23 07:04:03 by +	  reinelt] +	  icons finished!  	* Makefile.am, Makefile.in, drv_Crystalfontz.c, drv_HD44780.c,  	  drv_MatrixOrbital.c, drv_generic_text.c, drv_generic_text.h,  	  lcd4linux.conf.sample, widget.c, widget_bar.c, widget_icon.c, -	  widget_icon.h, widget_text.c: icon widget added (not finished -	  yet!) +	  widget_icon.h, widget_text.c: [lcd4linux @ 2004-01-23 04:53:23 by +	  reinelt] +	  icon widget added (not finished yet!) -2004-01-22 09:55  reinelt - -	* plugin_proc_stat.c: fixed unhandled kernel-2.6 entries in -	  /prco/stat - -2004-01-22 08:57  reinelt +2004-01-22  reinelt +	* plugin_proc_stat.c: [lcd4linux @ 2004-01-22 08:55:30 by reinelt] +	  fixed unhandled kernel-2.6 entries in /prco/stat  	* cfg.c, drv_Crystalfontz.c, drv_HD44780.c, drv_MatrixOrbital.c,  	  drv_generic_text.c, drv_generic_text.h, hash.c, -	  lcd4linux.conf.sample, widget_text.c: several bugs fixed where -	  segfaulting on layout>display Crystalfontz driver optimized, 632 -	  display already works - -2004-01-21 15:29  reinelt - -	* hash.c, hash.h, plugin_proc_stat.c: new helper 'hash_get_regex' -	  which delivers the sum over regex matched items new function -	  'disk()' which uses this regex matching - -2004-01-21 13:36  reinelt - +	  lcd4linux.conf.sample, widget_text.c: [lcd4linux @ 2004-01-22 +	  07:57:45 by reinelt] +	  several bugs fixed where segfaulting on layout>display +	  Crystalfontz driver optimized, 632 display already works + +2004-01-21  reinelt + +	* hash.c, hash.h, plugin_proc_stat.c: [lcd4linux @ 2004-01-21 +	  14:29:03 by reinelt] +	  new helper 'hash_get_regex' which delivers the sum over regex +	  matched items +	  new function 'disk()' which uses this regex matching  	* Makefile.am, Makefile.in, configure, configure.in, drv.c, -	  drv_Crystalfontz.c, drv_MatrixOrbital.c: Crystalfontz -	  NextGeneration driver added - -2004-01-21 12:32  reinelt - -	* ChangeLog: changelog commited - -2004-01-21 12:31  reinelt - -	* plugin_proc_stat.c, plugin_xmms.c: two bugs with hash_age() ixed - -2004-01-21 11:48  reinelt - +	  drv_Crystalfontz.c, drv_MatrixOrbital.c: [lcd4linux @ 2004-01-21 +	  12:36:19 by reinelt] +	  Crystalfontz NextGeneration driver added +	* ChangeLog: [lcd4linux @ 2004-01-21 11:32:48 by reinelt] +	  changelog commited +	* plugin_proc_stat.c, plugin_xmms.c: [lcd4linux @ 2004-01-21 +	  11:31:23 by reinelt] +	  two bugs with hash_age() ixed  	* config.guess, config.sub, hash.c, hash.h, libtool, ltmain.sh,  	  plugin_cpuinfo.c, plugin_meminfo.c, plugin_proc_stat.c, -	  plugin_xmms.c: hash_age function added - -2004-01-21 07:39  reinelt - -	* drv_HD44780.c, lcd4linux.conf.sample: HD44780 missed the "clear -	  display' sequence asc255bug handling added HD44780 tested, works -	  here! +	  plugin_xmms.c: [lcd4linux @ 2004-01-21 10:48:17 by reinelt] +	  hash_age function added +	* drv_HD44780.c, lcd4linux.conf.sample: [lcd4linux @ 2004-01-21 +	  06:39:27 by reinelt] +	  HD44780 missed the "clear display' sequence +	  asc255bug handling added +	  HD44780 tested, works here! -2004-01-20 16:32  reinelt +2004-01-20  reinelt  	* config.h.in, configure, configure.in, drv.c, drv.h,  	  drv_HD44780.c, drv_MatrixOrbital.c, drv_generic_parport.c, -	  drv_generic_parport.h, lcd4linux.conf.sample: first version of -	  Next Generation HD44780 (untested! but it compiles...) some -	  cleanup in the other drivers - -2004-01-20 15:35  reinelt - +	  drv_generic_parport.h, lcd4linux.conf.sample: [lcd4linux @ +	  2004-01-20 15:32:48 by reinelt] +	  first version of Next Generation HD44780 (untested! but it +	  compiles...) +	  some cleanup in the other drivers  	* Makefile.am, Makefile.in, drv_generic_parport.c, -	  drv_generic_parport.h: drv_generic_parport added, code from -	  parport.c - -2004-01-20 15:26  reinelt - -	* drv_generic_serial.c, drv_generic_serial.h: moved drv_generic to -	  drv_generic_serial - -2004-01-20 15:25  reinelt - +	  drv_generic_parport.h: [lcd4linux @ 2004-01-20 14:35:38 by +	  reinelt] +	  drv_generic_parport added, code from parport.c +	* drv_generic_serial.c, drv_generic_serial.h: [lcd4linux @ +	  2004-01-20 14:26:09 by reinelt] +	  moved drv_generic to drv_generic_serial  	* Makefile.am, Makefile.in, drv_MatrixOrbital.c, drv_generic.c, -	  drv_generic.h, drv_generic_text.c, widget_bar.c: some -	  reorganization moved drv_generic to drv_generic_serial moved port -	  locking stuff to drv_generic_serial - -2004-01-20 13:45  reinelt - +	  drv_generic.h, drv_generic_text.c, widget_bar.c: [lcd4linux @ +	  2004-01-20 14:25:12 by reinelt] +	  some reorganization +	  moved drv_generic to drv_generic_serial +	  moved port locking stuff to drv_generic_serial  	* drv_MatrixOrbital.c, drv_generic_text.c, lcd4linux.conf.sample, -	  plugin_proc_stat.c, widget_bar.c: "Default screen" working with -	  MatrixOrbital - -2004-01-20 06:36  reinelt - +	  plugin_proc_stat.c, widget_bar.c: [lcd4linux @ 2004-01-20 +	  12:45:47 by reinelt] +	  "Default screen" working with MatrixOrbital  	* Makefile.am, Makefile.in, drv_MatrixOrbital.c, drv_generic.c,  	  drv_generic.h, drv_generic_bar.c, drv_generic_bar.h,  	  drv_generic_text.c, drv_generic_text.h, hash.c, -	  lcd4linux.conf.sample: moved text-display-specific stuff to -	  drv_generic_text moved all the bar stuff from drv_generic_bar to -	  generic_text - -2004-01-20 05:51  reinelt - +	  lcd4linux.conf.sample: [lcd4linux @ 2004-01-20 05:36:59 by +	  reinelt] +	  moved text-display-specific stuff to drv_generic_text +	  moved all the bar stuff from drv_generic_bar to generic_text  	* Makefile.am, Makefile.in, drv_MatrixOrbital.c, drv_generic.c,  	  drv_generic.h, drv_generic_bar.c, drv_generic_bar.h,  	  lcd4linux.conf.sample, widget_bar.c, widget_bar.h, widget_text.c: +	  [lcd4linux @ 2004-01-20 04:51:39 by reinelt]  	  moved generic stuff from drv_MatrixOrbital to drv_generic  	  implemented new-stylish bars which are nearly finished -2004-01-18 22:25  reinelt +2004-01-18  reinelt  	* Makefile.am, Makefile.in, drv_MatrixOrbital.c, widget_bar.c, -	  widget_bar.h: Framework for bar widget opened - -2004-01-18 10:01  reinelt - +	  widget_bar.h: [lcd4linux @ 2004-01-18 21:25:16 by reinelt] +	  Framework for bar widget opened  	* hash.c, hash.h, lcd4linux.conf.sample, plugin_proc_stat.c, -	  timer.c: /proc/stat parsing finished - -2004-01-18 07:54  reinelt - -	* cfg.c, expr.c, hash.c, plugin_proc_stat.c: bug in expr.c fixed -	  (thanks to Xavier) some progress with /proc/stat parsing - -2004-01-16 12:12  reinelt - -	* hash.h, plugin_cpuinfo.c, plugin_proc_stat.c, plugin_xmms.c: some -	  bugs in plugin_xmms fixed, parsing moved to own function +	  timer.c: [lcd4linux @ 2004-01-18 09:01:45 by reinelt] +	  /proc/stat parsing finished +	* cfg.c, expr.c, hash.c, plugin_proc_stat.c: [lcd4linux @ +	  2004-01-18 06:54:08 by reinelt] +	  bug in expr.c fixed (thanks to Xavier) +	  some progress with /proc/stat parsing + +2004-01-16  reinelt + +	* hash.h, plugin_cpuinfo.c, plugin_proc_stat.c, plugin_xmms.c: +	  [lcd4linux @ 2004-01-16 11:12:26 by reinelt] +	  some bugs in plugin_xmms fixed, parsing moved to own function  	  plugin_proc_stat nearly finished -2004-01-16 11:09  mkeil +2004-01-16  mkeil -	* plugin_xmms.c:   -include caching for values +	* plugin_xmms.c: [lcd4linux @ 2004-01-16 10:09:49 by mkeil] +	  -include caching for values -2004-01-16 08:26  reinelt +2004-01-16  reinelt  	* hash.c, hash.h, plugin_cpuinfo.c, plugin_meminfo.c, -	  plugin_proc_stat.c: moved various /proc parsing to own functions +	  plugin_proc_stat.c: [lcd4linux @ 2004-01-16 07:26:25 by reinelt] +	  moved various /proc parsing to own functions  	  made some progress with /proc/stat parsing - -2004-01-16 06:04  reinelt -  	* Makefile.am, Makefile.in, cfg.c, filter.c, hash.c, hash.h,  	  lcd4linux.conf.sample, plugin.c, plugin_proc_stat.c, system.c: -	  started plugin proc_stat which should parse /proc/stat which -	  again is a paint in the a** thinking over implementation methods -	  of delta functions (CPU load, ...) +	  [lcd4linux @ 2004-01-16 05:04:53 by reinelt] +	  started plugin proc_stat which should parse /proc/stat +	  which again is a paint in the a** +	  thinking over implementation methods of delta functions +	  (CPU load, ...) -2004-01-15 08:47  reinelt +2004-01-15  reinelt -	* drv_MatrixOrbital.c, evaluator.c, lcd4linux.conf.sample, -	  widget_text.c, widget_text.h, debian/postinst, debian/watch: +	* debian/postinst, debian/watch, drv_MatrixOrbital.c, evaluator.c, +	  lcd4linux.conf.sample, widget_text.c, widget_text.h: [lcd4linux @ +	  2004-01-15 07:47:02 by reinelt]  	  debian/ postinst and watch added (did CVS forget about them?) -	  evaluator: conditional expressions (a?b:c) added text widget -	  nearly finished - -2004-01-15 05:32  reinelt - -	* ChangeLog: [no log message] - -2004-01-15 05:29  reinelt - +	  evaluator: conditional expressions (a?b:c) added +	  text widget nearly finished +	* ChangeLog: [lcd4linux @ 2004-01-15 04:32:14 by reinelt]  	* Makefile.am, Makefile.in, lcd4linux.conf.sample,  	  lcd4linux.conf.sample.old, plugin.c, plugin_cpuinfo.c,  	  plugin_loadavg.c, plugin_meminfo.c, widget_text.c, widget_text.h: -	  moved lcd4linux.conf.sample to *.old lcd4linux.conf.sample with -	  new layout new plugins 'loadavg' and 'meminfo' text widget have -	  pre- and postfix +	  [lcd4linux @ 2004-01-15 04:29:45 by reinelt] +	  moved lcd4linux.conf.sample to *.old +	  lcd4linux.conf.sample with new layout +	  new plugins 'loadavg' and 'meminfo' +	  text widget have pre- and postfix -2004-01-14 12:33  reinelt +2004-01-14  reinelt  	* Makefile.am, Makefile.in, cfg.c, cfg.h, drv_MatrixOrbital.c,  	  expr.c, layout.c, lcd4linux.c, plugin.c, plugin_cfg.c,  	  plugin_cpuinfo.c, plugin_uname.c, widget.c, widget.h, -	  widget_text.c: new plugin 'uname' which does what it's called -	  text widget nearly finished first results displayed on -	  MatrixOrbital +	  widget_text.c: [lcd4linux @ 2004-01-14 11:33:00 by reinelt] +	  new plugin 'uname' which does what it's called +	  text widget nearly finished +	  first results displayed on MatrixOrbital -2004-01-13 11:03  reinelt +2004-01-13  reinelt  	* Makefile.am, Makefile.in, hash.c, hash.h, plugin.c, plugin_cfg.c, -	  plugin_cpuinfo.c, plugin_sample.c: new util 'hash' for -	  associative arrays new plugin 'cpuinfo' - -2004-01-13 09:18  reinelt - +	  plugin_cpuinfo.c, plugin_sample.c: [lcd4linux @ 2004-01-13 +	  10:03:01 by reinelt] +	  new util 'hash' for associative arrays +	  new plugin 'cpuinfo'  	* Makefile.am, Makefile.in, configure, configure.in, layout.c,  	  lcd4linux.c, parport.c, timer.c, timer.h, widget.c, widget.h, -	  widget_text.c: timer queues added liblcd4linux deactivated turing -	  transformation to new layout +	  widget_text.c: [lcd4linux @ 2004-01-13 08:18:07 by reinelt] +	  timer queues added +	  liblcd4linux deactivated turing transformation to new layout -2004-01-12 04:51  reinelt +2004-01-12  reinelt  	* evaluator.c, evaluator.h, expr.c, layout.c, lcd4linux.c: +	  [lcd4linux @ 2004-01-12 03:51:01 by reinelt]  	  evaluating the 'Variables' section in the config file -2004-01-11 19:26  reinelt +2004-01-11  reinelt  	* Makefile.am, Makefile.in, cfg.c, drv_MatrixOrbital.c, layout.c,  	  plugin.c, plugin_string.c, widget.c, widget.h, widget_text.c: +	  [lcd4linux @ 2004-01-11 18:26:02 by reinelt]  	  further widget and layout processing +	* cfg.c, drv_MatrixOrbital.c, layout.c, widget.c: [lcd4linux @ +	  2004-01-11 09:26:15 by reinelt] +	  layout starts to exist... -2004-01-11 10:26  reinelt - -	* cfg.c, drv_MatrixOrbital.c, layout.c, widget.c: layout starts to -	  exist... - -2004-01-10 21:22  reinelt +2004-01-10  reinelt  	* Makefile.am, Makefile.in, cfg.c, cfg.h, drv.h,  	  drv_MatrixOrbital.c, layout.c, layout.h, lcd4linux.c, plugin.c, -	  widget.c, widget.h, widget_text.c: added new function -	  'cfg_list()' (not finished yet) added layout.c (will replace -	  processor.c someday) added widget_text.c (will be the first and -	  most important widget) modified lcd4linux.c so that old-style -	  configs should work, too - -2004-01-10 18:45  reinelt - -	* lcd4linux.c, plugin.c: changed initialization order so cfg() gets -	  initialized before plugins.  This way a plugin's init() can use -	  cfg_get().  Thanks to Xavier for reporting this one! - -2004-01-10 18:36  reinelt - +	  widget.c, widget.h, widget_text.c: [lcd4linux @ 2004-01-10 +	  20:22:33 by reinelt] +	  added new function 'cfg_list()' (not finished yet) +	  added layout.c (will replace processor.c someday) +	  added widget_text.c (will be the first and most important widget) +	  modified lcd4linux.c so that old-style configs should work, too +	* lcd4linux.c, plugin.c: [lcd4linux @ 2004-01-10 17:45:26 by +	  reinelt] +	  changed initialization order so cfg() gets initialized before +	  plugins. +	  This way a plugin's init() can use cfg_get(). +	  Thanks to Xavier for reporting this one!  	* Makefile.am, Makefile.in, plugin.c, plugin_i2c_sensors.c: +	  [lcd4linux @ 2004-01-10 17:36:56 by reinelt]  	  I2C Sensors plugin from Xavier added +	* drv_MatrixOrbital.c, widget.c, widget.h: [lcd4linux @ 2004-01-10 +	  17:34:40 by reinelt] +	  further matrixOrbital changes +	  widgets initialized +	* drv.c, drv_MatrixOrbital.c: [lcd4linux @ 2004-01-10 10:20:22 by +	  reinelt] +	  new MatrixOrbital changes -2004-01-10 18:34  reinelt - -	* drv_MatrixOrbital.c, widget.c, widget.h: further matrixOrbital -	  changes widgets initialized - -2004-01-10 11:20  reinelt - -	* drv.c, drv_MatrixOrbital.c: new MatrixOrbital changes - -2004-01-09 18:03  reinelt +2004-01-09  reinelt  	* Makefile.am, Makefile.in, configure, configure.in, display.c,  	  display.h, drv.c, drv.h, drv_MatrixOrbital.c, lcd4linux.c: -	  initiated transfer to new driver architecture new file 'drv.c' -	  will someday replace 'display.c' new file 'drv_MatrixOrbital.c' -	  will replace 'MatrixOrbital.c' due to this 'soft' transfer -	  lcd4linux should stay usable during the switch (at least I hope -	  so) - -2004-01-09 05:16  reinelt - +	  [lcd4linux @ 2004-01-09 17:03:06 by reinelt] +	  initiated transfer to new driver architecture +	  new file 'drv.c' will someday replace 'display.c' +	  new file 'drv_MatrixOrbital.c' will replace 'MatrixOrbital.c' +	  due to this 'soft' transfer lcd4linux should stay usable during +	  the switch +	  (at least I hope so)  	* BeckmannEgle.c, Crystalfontz.c, Cwlinux.c, HD44780.c, M50530.c,  	  MatrixOrbital.c, MilfordInstruments.c, PalmPilot.c, Raster.c,  	  T6963.c, Text.c, USBLCD.c, XWindow.c, cfg.c, cfg.h, exec.c,  	  expr.c, filter.c, icon.c, imon.c, lcd4linux.c, mail.c, mail2.c, -	  parport.c, processor.c, seti.c, system.c, wifi.c: added 'section' -	  argument to cfg_get(), but NULLed it on all calls by now. - -2004-01-08 07:00  reinelt - -	* cfg.c: allowed '.' in key names allowed empty group keys (not -	  only "group anything {", but "anything {") - -2004-01-08 06:28  reinelt - -	* AUTHORS, cfg.c, lcd4linux.c: Luk Claes added to AUTHORS cfg: -	  group handling ('{}') added - -2004-01-07 11:15  reinelt - -	* cfg.c, config.h.in, evaluator.c, libtool: small glitch in -	  evaluator fixed made config table sorted and access with -	  bsearch(), which should be much faster - -2004-01-07 00:01  reinelt - -	* AUTHORS, evaluator.c, debian/copyright: more copyright issues - -2004-01-06 23:33  reinelt - +	  parport.c, processor.c, seti.c, system.c, wifi.c: [lcd4linux @ +	  2004-01-09 04:16:06 by reinelt] +	  added 'section' argument to cfg_get(), but NULLed it on all calls +	  by now. + +2004-01-08  reinelt + +	* cfg.c: [lcd4linux @ 2004-01-08 06:00:28 by reinelt] +	  allowed '.' in key names +	  allowed empty group keys (not only "group anything {", but +	  "anything {") +	* AUTHORS, cfg.c, lcd4linux.c: [lcd4linux @ 2004-01-08 05:28:12 by +	  reinelt] +	  Luk Claes added to AUTHORS +	  cfg: group handling ('{}') added + +2004-01-07  reinelt + +	* cfg.c, config.h.in, evaluator.c, libtool: [lcd4linux @ 2004-01-07 +	  10:15:41 by reinelt] +	  small glitch in evaluator fixed +	  made config table sorted and access with bsearch(), +	  which should be much faster + +2004-01-06  reinelt + +	* AUTHORS, debian/copyright, evaluator.c: [lcd4linux @ 2004-01-06 +	  23:01:37 by reinelt] +	  more copyright issues  	* AUTHORS, HD44780.c, MilfordInstruments.c, USBLCD.c, XWindow.c, -	  battery.c, battery.h, imon.c, imon.h, plugin_xmms.c, seti.c, -	  wifi.c, wifi.h, debian/copyright: Copyright statements cleaned up - -2004-01-06 22:14  reinelt - -	* debian/: control, dirs, rules, templates: more debianizing - -2004-01-06 19:22  reinelt - -	* debian/copyright: debian updates - -2004-01-06 18:56  reinelt - -	* aclocal.m4, configure, ltmain.sh: autotools update - -2004-01-06 18:37  reinelt - -	* ChangeLog: [no log message] - -2004-01-06 18:33  reinelt - +	  battery.c, battery.h, debian/copyright, imon.c, imon.h, +	  plugin_xmms.c, seti.c, wifi.c, wifi.h: [lcd4linux @ 2004-01-06 +	  22:33:13 by reinelt] +	  Copyright statements cleaned up +	* debian/control, debian/dirs, debian/rules, debian/templates: +	  [lcd4linux @ 2004-01-06 21:14:51 by reinelt] +	  more debianizing +	* debian/copyright: [lcd4linux @ 2004-01-06 18:22:41 by reinelt] +	  debian updates +	* aclocal.m4, configure, ltmain.sh: [lcd4linux @ 2004-01-06 +	  17:56:43 by reinelt] +	  autotools update +	* ChangeLog: [lcd4linux @ 2004-01-06 17:37:00 by reinelt]  	* Makefile.am, Makefile.in, README.Plugins, evaluator.c, plugin.c, -	  plugin_sample.c: -	  Evaluator: functions with variable argument lists Evaluator: -	  plugin_sample.c and README.Plugins added - -2004-01-06 16:19  reinelt - -	* evaluator.c, plugin.c: Evaluator rearrangements... +	  plugin_sample.c: [lcd4linux @ 2004-01-06 17:33:45 by reinelt] +	  Evaluator: functions with variable argument lists +	  Evaluator: plugin_sample.c and README.Plugins added +	* evaluator.c, plugin.c: [lcd4linux @ 2004-01-06 15:19:12 by +	  reinelt] +	  Evaluator rearrangements... -2004-01-05 12:57  reinelt +2004-01-05  reinelt  	* Makefile.am, Makefile.in, expr.c, expr.h, parser.c, parser.h, -	  processor.c: added %y tokens to make the Evaluator useable - -2004-01-02 15:20  reinelt - -	* debian/: changelog, compat, config, control, copyright, dirs, -	  docs, init.d, rules, templates: debianization added - -2004-01-02 15:18  reinelt - -	* ChangeLog, TODO: Changelog, TODO updated - -2003-12-19 07:27  reinelt - -	* Makefile.am, Makefile.in, plugin.c, plugin_xmms.c: added XMMS -	  plugin from Markus Keil - -2003-12-19 06:56  reinelt - -	* .cvsignore: added .cvsignore containing '*.lo' - -2003-12-19 06:50  reinelt - -	* plugin_math.c, plugin_string.c: added plugin_math.c and -	  plugin_string.c - -2003-12-19 06:49  reinelt - -	* Makefile.am, Makefile.in, plugin.c: extracted plugin_math and -	  plugin_string into extra files - -2003-12-19 06:35  reinelt - +	  processor.c: [lcd4linux @ 2004-01-05 11:57:38 by reinelt] +	  added %y tokens to make the Evaluator useable + +2004-01-02  reinelt + +	* debian, debian/changelog, debian/compat, debian/config, +	  debian/control, debian/copyright, debian/dirs, debian/docs, +	  debian/init.d, debian/rules, debian/templates: [lcd4linux @ +	  2004-01-02 14:20:15 by reinelt] +	  debianization added +	* ChangeLog, TODO: [lcd4linux @ 2004-01-02 14:18:54 by reinelt] +	  Changelog, TODO updated + +2003-12-19  reinelt + +	* Makefile.am, Makefile.in, plugin.c, plugin_xmms.c: [lcd4linux @ +	  2003-12-19 06:27:33 by reinelt] +	  added XMMS plugin from Markus Keil +	* .cvsignore: [lcd4linux @ 2003-12-19 05:56:13 by reinelt] +	  added .cvsignore containing '*.lo' +	* plugin_math.c, plugin_string.c: [lcd4linux @ 2003-12-19 05:50:34 +	  by reinelt] +	  added plugin_math.c and plugin_string.c +	* Makefile.am, Makefile.in, plugin.c: [lcd4linux @ 2003-12-19 +	  05:49:23 by reinelt] +	  extracted plugin_math and plugin_string into extra files  	* Makefile.am, Makefile.in, MatrixOrbital.c, cfg.c, client.c, -	  client.h, lcd4linux.c, plugin.c, plugin.h: renamed 'client' to -	  'plugin' - -2003-12-01 08:08  reinelt - -	* lcd4linux.c, system.c, wifi.c: -	  Patches from Xavier:	- WiFi: make interface configurable  - -	  "quiet" as an option from the config file  - ignore missing -	  "MemShared" on Linux 2.6 +	  client.h, lcd4linux.c, plugin.c, plugin.h: [lcd4linux @ +	  2003-12-19 05:35:13 by reinelt] +	  renamed 'client' to 'plugin' -2003-11-30 17:18  reinelt +2003-12-01  reinelt -	* Cwlinux.c: Cwlinux: invalidate Framebuffer in case a char got -	  redefined +	* lcd4linux.c, system.c, wifi.c: [lcd4linux @ 2003-12-01 07:08:50 +	  by reinelt] +	  Patches from Xavier: +	  - WiFi: make interface configurable +	  - "quiet" as an option from the config file +	  - ignore missing "MemShared" on Linux 2.6 -2003-11-28 19:34  nicowallmeier +2003-11-30  reinelt -	* wifi.c: Minor bugfixes +	* Cwlinux.c: [lcd4linux @ 2003-11-30 16:18:36 by reinelt] +	  Cwlinux: invalidate Framebuffer in case a char got redefined -2003-11-24 12:34  reinelt +2003-11-28  nicowallmeier -	* isdn.c, processor.c: -	  'Fixed' Rows which do not scroll by Lars Kempe temporary -	  workaround for debian kernel-header bug +	* wifi.c: [lcd4linux @ 2003-11-28 18:34:55 by nicowallmeier] +	  Minor bugfixes -2003-11-16 10:45  reinelt +2003-11-24  reinelt -	* Crystalfontz.c, MatrixOrbital.c, lcd4linux.c: Crystalfontz -	  changes, small glitch in getopt() fixed +	* isdn.c, processor.c: [lcd4linux @ 2003-11-24 11:34:54 by reinelt] +	  'Fixed' Rows which do not scroll by Lars Kempe +	  temporary workaround for debian kernel-header bug -2003-11-14 06:59  reinelt +2003-11-16  reinelt -	* wifi.c, wifi.h: added wifi.c wifi.h which have been forgotten at -	  the last checkin +	* Crystalfontz.c, MatrixOrbital.c, lcd4linux.c: [lcd4linux @ +	  2003-11-16 09:45:49 by reinelt] +	  Crystalfontz changes, small glitch in getopt() fixed -2003-11-12 06:42  reinelt +2003-11-14  reinelt -	* HD44780.c: small changes to the 16x4 handling +	* wifi.c, wifi.h: [lcd4linux @ 2003-11-14 05:59:37 by reinelt] +	  added wifi.c wifi.h which have been forgotten at the last checkin -2003-11-11 05:40  reinelt +2003-11-12  reinelt -	* Makefile.am, Makefile.in, parser.c, parser.h, processor.c: WIFI -	  patch from Xavier Vello +	* HD44780.c: [lcd4linux @ 2003-11-12 05:42:35 by reinelt] +	  small changes to the 16x4 handling -2003-11-11 05:30  reinelt +2003-11-11  reinelt -	* TODO, dvb.c: very minor changes +	* Makefile.am, Makefile.in, parser.c, parser.h, processor.c: +	  [lcd4linux @ 2003-11-11 04:40:20 by reinelt] +	  WIFI patch from Xavier Vello +	* TODO, dvb.c: [lcd4linux @ 2003-11-11 04:30:41 by reinelt] +	  very minor changes -2003-10-27 10:05  reinelt +2003-10-27  reinelt -	* README.Rows, README.Tokens, lcd4linux.conf.sample: README.Rows, -	  README.Tokens, lcd4linux.conf.sample from Thomas Siedentopf +	* README.Rows, README.Tokens, lcd4linux.conf.sample: [lcd4linux @ +	  2003-10-27 09:05:42 by reinelt] +	  README.Rows, README.Tokens, lcd4linux.conf.sample from Thomas +	  Siedentopf -2003-10-22 06:32  reinelt +2003-10-22  reinelt -	* XWindow.c, icon.c: fixed icon bug found by Rob van Nieuwkerk +	* XWindow.c, icon.c: [lcd4linux @ 2003-10-22 04:32:25 by reinelt] +	  fixed icon bug found by Rob van Nieuwkerk +	* Makefile.in, MatrixOrbital.c, icon.c, lcd4linux.c: [lcd4linux @ +	  2003-10-22 04:19:16 by reinelt] +	  Makefile.in for imon.c/.h, some MatrixOrbital clients -2003-10-22 06:19  reinelt - -	* Makefile.in, MatrixOrbital.c, icon.c, lcd4linux.c: Makefile.in -	  for imon.c/.h, some MatrixOrbital clients - -2003-10-12 08:08  nicowallmeier +2003-10-12  nicowallmeier  	* Makefile.am, imon.c, imon.h, parser.c, parser.h, processor.c: +	  [lcd4linux @ 2003-10-12 06:08:28 by nicowallmeier]  	  imond/telmond support -2003-10-12 06:46  reinelt - -	* MatrixOrbital.c, processor.c, udelay.c: +2003-10-12  reinelt +	* MatrixOrbital.c, processor.c, udelay.c: [lcd4linux @ 2003-10-12 +	  04:46:19 by reinelt]  	  first try to integrate the Evaluator into a display driver -	  (MatrixOrbital here) small warning in processor.c fixed (thanks -	  to Zachary Giles) workaround for udelay() on alpha (no msr.h -	  avaliable) (thanks to Zachary Giles) +	  (MatrixOrbital here) +	  small warning in processor.c fixed (thanks to Zachary Giles) +	  workaround for udelay() on alpha (no msr.h avaliable) (thanks to +	  Zachary Giles) -2003-10-11 08:01  reinelt +2003-10-11  reinelt  	* Makefile.am, Makefile.in, cfg.c, client.c, client.h,  	  config.guess, config.sub, evaluator.c, evaluator.h, expression.c, -	  expression.h, lcd4linux.c: -	  renamed expression.{c,h} to client.{c,h} added config file client +	  expression.h, lcd4linux.c: [lcd4linux @ 2003-10-11 06:01:52 by +	  reinelt] +	  renamed expression.{c,h} to client.{c,h} +	  added config file client  	  new functions 'AddNumericVariable()' and 'AddStringVariable()'  	  new parameter '-i' for interactive mode -2003-10-08 16:21  reinelt +2003-10-08  reinelt -	* ChangeLog, parport.c: Changelog; small type in parport.c +	* ChangeLog, parport.c: [lcd4linux @ 2003-10-08 14:21:10 by +	  reinelt] +	  Changelog; small type in parport.c -2003-10-08 15:39  andy-b +2003-10-08  andy-b -	* MilfordInstruments.c: Cleaned up code in MilfordInstruments.c, -	  and added descriptions for other display sizes (untested) +	* MilfordInstruments.c: [lcd4linux @ 2003-10-08 13:39:53 by andy-b] +	  Cleaned up code in MilfordInstruments.c, and added descriptions +	  for other display sizes (untested) -2003-10-08 08:48  nicowallmeier +2003-10-08  nicowallmeier -	* HD44780.c: special handling for 16x4 displays +	* HD44780.c: [lcd4linux @ 2003-10-08 06:48:47 by nicowallmeier] +	  special handling for 16x4 displays +	* HD44780.c: [lcd4linux @ 2003-10-08 06:45:00 by nicowallmeier] +	  Support of two displays of the same size -2003-10-08 08:45  nicowallmeier +2003-10-07  reinelt -	* HD44780.c: Support of two displays of the same size - -2003-10-07 06:12  reinelt - -	* Makefile.in, config.h.in, configure, configure.in: +	* Makefile.in, config.h.in, configure, configure.in: [lcd4linux @ +	  2003-10-07 04:12:38 by reinelt]  	  AM_PROG_LIBTOOL removed -2003-10-06 07:51  reinelt - -	* expression.c: functions: min(), max() - -2003-10-06 07:47  reinelt - -	* evaluator.c, expression.c: operators: ==, \!=, <=, >= - -2003-10-06 06:34  reinelt - -	* evaluator.c, evaluator.h, expression.c, expression.h: expression -	  evaluator added - -2003-10-06 06:33  reinelt +2003-10-06  reinelt -	* bootstrap, libtool: files 'libtool' and 'bootstrap' added +	* expression.c: [lcd4linux @ 2003-10-06 05:51:15 by reinelt] +	  functions: min(), max() +	* evaluator.c, expression.c: [lcd4linux @ 2003-10-06 05:47:27 by +	  reinelt] +	  operators: ==, \!=, <=, >= +	* evaluator.c, evaluator.h, expression.c, expression.h: [lcd4linux +	  @ 2003-10-06 04:34:06 by reinelt] +	  expression evaluator added +	* bootstrap, libtool: [lcd4linux @ 2003-10-06 04:33:06 by reinelt] +	  files 'libtool' and 'bootstrap' added +	* Makefile.am, Makefile.in, configure, configure.in: [lcd4linux @ +	  2003-10-06 04:30:43 by reinelt] +	  libtool stuff again... -2003-10-06 06:30  reinelt - -	* Makefile.am, Makefile.in, configure, configure.in: libtool stuff -	  again... - -2003-10-05 19:58  reinelt +2003-10-05  reinelt  	* BeckmannEgle.c, Crystalfontz.c, Cwlinux.c, HD44780.c, M50530.c,  	  Makefile.am, Makefile.in, MatrixOrbital.c, MilfordInstruments.c, @@ -2167,1395 +2880,1306 @@  	  mail.h, mail2.c, parport.c, parport.h, parser.c, parser.h, pid.c,  	  pid.h, pixmap.c, pixmap.h, processor.c, processor.h, seti.c,  	  seti.h, socket.c, socket.h, system.c, system.h, udelay.c, -	  udelay.h, widget.c, widget.h: libtool junk; copyright messages -	  cleaned up +	  udelay.h, widget.c, widget.h: [lcd4linux @ 2003-10-05 17:58:50 by +	  reinelt] +	  libtool junk; copyright messages cleaned up -2003-10-04 09:54  reinelt +2003-10-04  reinelt  	* Makefile.am, Makefile.in, aclocal.m4, config.h.in, configure, -	  configure.in, ltmain.sh: autoconf/automake/libtool fixes from -	  Ronald Landheer-Cieslak - -2003-10-03 05:53  reinelt +	  configure.in, ltmain.sh: [lcd4linux @ 2003-10-04 07:54:17 by +	  reinelt] +	  autoconf/automake/libtool fixes from Ronald Landheer-Cieslak -	* parport.c: compile error in parport fixed (thanks to Andrew from -	  FilmCan) +2003-10-03  reinelt -2003-10-03 05:51  reinelt +	* parport.c: [lcd4linux @ 2003-10-03 03:53:12 by reinelt] +	  compile error in parport fixed (thanks to Andrew from FilmCan) +	* MatrixOrbital.c, processor.c: [lcd4linux @ 2003-10-03 03:51:14 by +	  reinelt] +	  start support for new MatrixOrbital MX2 displays -	* MatrixOrbital.c, processor.c: start support for new MatrixOrbital -	  MX2 displays - -2003-09-29 08:58  reinelt +2003-09-29  reinelt  	* Makefile.am, Makefile.in, MilfordInstruments.c, config.h.in, -	  configure, configure.in, display.c: new driver for Milford -	  Instruments MI420 by Andy Baxter - -2003-09-29 08:12  reinelt - -	* HD44780.c, MatrixOrbital.c, T6963.c: changed default HD44780 -	  wiring: unused signals are GND - -2003-09-21 08:43  reinelt - -	* HD44780.c, MatrixOrbital.c: - -	  MatrixOrbital: bidirectional communication HD44780: special -	  handling for 16x1 displays (thanks to anonymous bug report on -	  sf.net) - -2003-09-19 10:40  reinelt - -	* ChangeLog, configure, configure.in, lock.c: - -	  increased version number to 0.9.12 port locking is done as -	  /var/lock/LCK..usb_tts_0 for /dev/usb/tts/0 - -2003-09-19 05:51  reinelt - -	* Makefile.am, Makefile.in, TODO, icon.c, widget.c, widget.h: minor -	  fixes, widget.c added - -2003-09-13 09:20  reinelt - -	* ChangeLog, configure, configure.in: Changelog - -2003-09-13 08:45  reinelt - +	  configure, configure.in, display.c: [lcd4linux @ 2003-09-29 +	  06:58:36 by reinelt] +	  new driver for Milford Instruments MI420 by Andy Baxter +	* HD44780.c, MatrixOrbital.c, T6963.c: [lcd4linux @ 2003-09-29 +	  06:12:56 by reinelt] +	  changed default HD44780 wiring: unused signals are GND + +2003-09-21  reinelt + +	* HD44780.c, MatrixOrbital.c: [lcd4linux @ 2003-09-21 06:43:02 by +	  reinelt] +	  MatrixOrbital: bidirectional communication +	  HD44780: special handling for 16x1 displays (thanks to anonymous +	  bug report on sf.net) + +2003-09-19  reinelt + +	* ChangeLog, configure, configure.in, lock.c: [lcd4linux @ +	  2003-09-19 08:40:32 by reinelt] +	  increased version number to 0.9.12 +	  port locking is done as /var/lock/LCK..usb_tts_0 for +	  /dev/usb/tts/0 +	* Makefile.am, Makefile.in, TODO, icon.c, widget.c, widget.h: +	  [lcd4linux @ 2003-09-19 03:51:29 by reinelt] +	  minor fixes, widget.c added + +2003-09-13  reinelt + +	* ChangeLog, configure, configure.in: [lcd4linux @ 2003-09-13 +	  07:20:51 by reinelt] +	  Changelog  	* BeckmannEgle.c, Crystalfontz.c, Cwlinux.c, MatrixOrbital.c, -	  PalmPilot.c, SIN.c, Skeleton.c, T6963.c, Text.c: icons for all -	  remaining drivers - -2003-09-13 08:20  reinelt - +	  PalmPilot.c, SIN.c, Skeleton.c, T6963.c, Text.c: [lcd4linux @ +	  2003-09-13 06:45:43 by reinelt] +	  icons for all remaining drivers  	* HD44780.c, Makefile.am, Makefile.in, aclocal.m4, config.h.in, -	  configure, configure.in: HD44780 timings changed; deactivated -	  libtool - -2003-09-11 17:05  reinelt +	  configure, configure.in: [lcd4linux @ 2003-09-13 06:20:39 by +	  reinelt] +	  HD44780 timings changed; deactivated libtool -	* config.sub, configure, configure.in: missing files for -	  autoconf/automake/libtool - -2003-09-11 06:09  reinelt +2003-09-11  reinelt +	* config.sub, configure, configure.in: [lcd4linux @ 2003-09-11 +	  15:05:24 by reinelt] +	  missing files for autoconf/automake/libtool  	* HD44780.c, M50530.c, MatrixOrbital.c, USBLCD.c, icon.c, -	  processor.c: minor cleanups - -2003-09-10 17:59  reinelt - -	* Makefile.in, configure, configure.in, processor.c: minor cleanups - -2003-09-10 17:09  reinelt - -	* ChangeLog: ChangeLog +	  processor.c: [lcd4linux @ 2003-09-11 04:09:52 by reinelt] +	  minor cleanups -2003-09-10 16:01  reinelt +2003-09-10  reinelt +	* Makefile.in, configure, configure.in, processor.c: [lcd4linux @ +	  2003-09-10 15:59:39 by reinelt] +	  minor cleanups +	* ChangeLog: [lcd4linux @ 2003-09-10 15:09:21 by reinelt] +	  ChangeLog  	* Raster.c, XWindow.c, icon.c, pixmap.c, pixmap.h, processor.c: +	  [lcd4linux @ 2003-09-10 14:01:52 by reinelt]  	  icons nearly finished\! - -2003-09-10 10:37  reinelt - -	* lcd4linux.c, processor.c: icons: reorganized tick_* again... - -2003-09-10 05:48  reinelt - +	* lcd4linux.c, processor.c: [lcd4linux @ 2003-09-10 08:37:09 by +	  reinelt] +	  icons: reorganized tick_* again...  	* HD44780.c, M50530.c, MatrixOrbital.c, USBLCD.c, display.c, -	  icon.c, processor.c: Icons for M50530, new processing scheme -	  (Ticks.Text...) +	  icon.c, processor.c: [lcd4linux @ 2003-09-10 03:48:22 by reinelt] +	  Icons for M50530, new processing scheme (Ticks.Text...) -2003-09-09 13:47  reinelt - -	* HD44780.c, MatrixOrbital.c, USBLCD.c: basic icon support for -	  HD44780 - -2003-09-09 08:54  reinelt +2003-09-09  reinelt +	* HD44780.c, MatrixOrbital.c, USBLCD.c: [lcd4linux @ 2003-09-09 +	  11:47:47 by reinelt] +	  basic icon support for HD44780  	* Crystalfontz.c, Cwlinux.c, HD44780.c, M50530.c, MatrixOrbital.c,  	  PalmPilot.c, Raster.c, USBLCD.c, XWindow.c, cfg.c, cfg.h, -	  filter.c, lcd4linux.c, parport.c, processor.c: new function -	  'cfg_number()' - -2003-09-09 07:30  reinelt - +	  filter.c, lcd4linux.c, parport.c, processor.c: [lcd4linux @ +	  2003-09-09 06:54:43 by reinelt] +	  new function 'cfg_number()'  	* MatrixOrbital.c, TODO, USBLCD.c, bar.c, display.c, display.h, -	  icon.c, icon.h, lcd4linux.c, processor.c, processor.h: even more -	  icons stuff +	  icon.c, icon.h, lcd4linux.c, processor.c, processor.h: [lcd4linux +	  @ 2003-09-09 05:30:33 by reinelt] +	  even more icons stuff -2003-09-01 09:07  reinelt +2003-09-01  reinelt  	* Makefile.am, Makefile.in, aclocal.m4, config.guess, config.h.in, -	  configure, configure.in, ltmain.sh: shared liblcd4linux - -2003-09-01 06:09  reinelt - +	  configure, configure.in, ltmain.sh: [lcd4linux @ 2003-09-01 +	  07:07:03 by reinelt] +	  shared liblcd4linux  	* MatrixOrbital.c, bar.c, display.c, display.h, icon.c, icon.h, -	  parser.c, parser.h, processor.c: icons nearly finished, but -	  MatrixOrbital only - -2003-08-24 07:28  reinelt - -	* ChangeLog: ChangeLog +	  parser.c, parser.h, processor.c: [lcd4linux @ 2003-09-01 04:09:34 +	  by reinelt] +	  icons nearly finished, but MatrixOrbital only -2003-08-24 07:17  reinelt +2003-08-24  reinelt +	* ChangeLog: [lcd4linux @ 2003-08-24 05:28:31 by reinelt] +	  ChangeLog  	* BeckmannEgle.c, Crystalfontz.c, Cwlinux.c, HD44780.c, M50530.c,  	  Makefile.am, Makefile.in, MatrixOrbital.c, PalmPilot.c, Raster.c,  	  SIN.c, Text.c, USBLCD.c, cfg.c, cfg.h, debug.c, debug.h,  	  display.c, display.h, icon.c, lcd4linux.c, parport.c, -	  processor.c, seti.c, system.c: liblcd4linux patch from Patrick -	  Schemitz - -2003-08-24 06:31  reinelt - +	  processor.c, seti.c, system.c: [lcd4linux @ 2003-08-24 05:17:58 +	  by reinelt] +	  liblcd4linux patch from Patrick Schemitz  	* Makefile.am, Makefile.in, MatrixOrbital.c, display.c, icon.c, -	  icon.h: icon.c icon.h added +	  icon.h: [lcd4linux @ 2003-08-24 04:31:56 by reinelt] +	  icon.c icon.h added -2003-08-22 05:45  reinelt +2003-08-22  reinelt -	* HD44780.c, MatrixOrbital.c, parport.c: bug in parallel port code -	  fixed, more icons stuff +	* HD44780.c, MatrixOrbital.c, parport.c: [lcd4linux @ 2003-08-22 +	  03:45:08 by reinelt] +	  bug in parallel port code fixed, more icons stuff -2003-08-20 07:26  reinelt +2003-08-20  reinelt -	* bar.c: small bug in bar compaction fixed +	* bar.c: [lcd4linux @ 2003-08-20 05:26:43 by reinelt] +	  small bug in bar compaction fixed -2003-08-19 07:23  reinelt +2003-08-19  reinelt -	* HD44780.c, parport.c: HD44780 dual-controller patch from Jesse -	  Brook Kovach +	* HD44780.c, parport.c: [lcd4linux @ 2003-08-19 05:23:55 by +	  reinelt] +	  HD44780 dual-controller patch from Jesse Brook Kovach +	* Crystalfontz.c, HD44780.c, MatrixOrbital.c, bar.c: [lcd4linux @ +	  2003-08-19 04:28:41 by reinelt] +	  more Icon stuff, minor glitches fixed -2003-08-19 06:28  reinelt - -	* Crystalfontz.c, HD44780.c, MatrixOrbital.c, bar.c: more Icon -	  stuff, minor glitches fixed - -2003-08-17 18:37  reinelt +2003-08-17  reinelt  	* MatrixOrbital.c, display.c, display.h, lcd4linux.c, processor.c: +	  [lcd4linux @ 2003-08-17 16:37:39 by reinelt]  	  more icon framework - -2003-08-17 14:11  reinelt -  	* PalmPilot.c, Raster.c, SIN.c, Skeleton.c, display.c, display.h: +	  [lcd4linux @ 2003-08-17 12:11:58 by reinelt]  	  framework for icons prepared - -2003-08-17 10:25  reinelt -  	* Makefile.am, Makefile.in, SIN.c, Skeleton.c, configure, -	  configure.in: preparations for liblcd4linux; minor bugs in SIN.c -	  and Skeleton.c - -2003-08-17 08:57  reinelt - +	  configure.in: [lcd4linux @ 2003-08-17 08:25:30 by reinelt] +	  preparations for liblcd4linux; minor bugs in SIN.c and Skeleton.c  	* ChangeLog, Crystalfontz.c, Crystalfontz.h, Makefile.am, -	  Makefile.in: complete rewrite of the Crystalfontz driver - -2003-08-17 06:38  reinelt +	  Makefile.in: [lcd4linux @ 2003-08-17 06:57:04 by reinelt] +	  complete rewrite of the Crystalfontz driver +	* config.guess: [lcd4linux @ 2003-08-17 04:38:57 by reinelt] +	  added config.guess -	* config.guess: added config.guess - -2003-08-16 09:31  reinelt +2003-08-16  reinelt  	* BeckmannEgle.c, Cwlinux.c, HD44780.c, M50530.c, MatrixOrbital.c, -	  T6963.c, USBLCD.c, parport.c: double buffering in all drivers - -2003-08-15 09:54  reinelt - -	* HD44780.c, M50530.c, T6963.c, parport.c, parport.h: HD44780 4 bit -	  mode implemented - -2003-08-14 06:59  reinelt - -	* Makefile.am, Makefile.in, configure, configure.in: changed -	  version to 0.9.11, added curses.m4 to Makefile.am - -2003-08-14 05:48  reinelt - -	* ChangeLog: ChangeLog - -2003-08-14 05:47  reinelt - -	* cfg.c, lcd4linux.c: remove PID file if driver initialisation -	  fails - -2003-08-12 07:10  reinelt - -	* HD44780.c, config.h.in, configure: first version of HD44780 -	  4Bit-Mode patch - -2003-08-11 06:51  reinelt +	  T6963.c, USBLCD.c, parport.c: [lcd4linux @ 2003-08-16 07:31:35 by +	  reinelt] +	  double buffering in all drivers -	* configure.in: another uClibc issue: realloc +2003-08-15  reinelt -2003-08-09 01:11  reinelt +	* HD44780.c, M50530.c, T6963.c, parport.c, parport.h: [lcd4linux @ +	  2003-08-15 07:54:07 by reinelt] +	  HD44780 4 bit mode implemented -	* ChangeLog, configure, configure.in: [no log message] +2003-08-14  reinelt -2003-08-09 01:08  reinelt +	* Makefile.am, Makefile.in, configure, configure.in: [lcd4linux @ +	  2003-08-14 04:59:30 by reinelt] +	  changed version to 0.9.11, added curses.m4 to Makefile.am +	* ChangeLog: [lcd4linux @ 2003-08-14 03:48:54 by reinelt] +	  ChangeLog +	* cfg.c, lcd4linux.c: [lcd4linux @ 2003-08-14 03:47:40 by reinelt] +	  remove PID file if driver initialisation fails -	* dvb.c, dvb.h: CVS Id and Log missing from dvb.{c,h} +2003-08-12  reinelt -2003-08-08 10:05  reinelt +	* HD44780.c, config.h.in, configure: [lcd4linux @ 2003-08-12 +	  05:10:31 by reinelt] +	  first version of HD44780 4Bit-Mode patch -	* Makefile.am, Makefile.in, lcd4linux.c, pid.c, pid.h: added PID -	  file handling +2003-08-11  reinelt -2003-08-08 08:58  reinelt +	* configure.in: [lcd4linux @ 2003-08-11 04:51:28 by reinelt] +	  another uClibc issue: realloc -	* ChangeLog, configure, debug.c, lcd4linux.c: improved forking - -2003-08-08 07:42  reinelt +2003-08-08  reinelt +	* ChangeLog, configure, configure.in: [lcd4linux @ 2003-08-08 +	  23:11:34 by reinelt] +	* dvb.c, dvb.h: [lcd4linux @ 2003-08-08 23:08:38 by reinelt] +	  CVS Id and Log missing from dvb.{c,h} +	* Makefile.am, Makefile.in, lcd4linux.c, pid.c, pid.h: [lcd4linux @ +	  2003-08-08 08:05:23 by reinelt] +	  added PID file handling +	* ChangeLog, configure, debug.c, lcd4linux.c: [lcd4linux @ +	  2003-08-08 06:58:06 by reinelt] +	  improved forking  	* CREDITS, ChangeLog, TODO, config.h.in, configure, configure.in, -	  dvb.c: uClibc compatibility issue; small glitch in dvb.c +	  dvb.c: [lcd4linux @ 2003-08-08 05:42:51 by reinelt] +	  uClibc compatibility issue; small glitch in dvb.c -2003-08-01 07:15  reinelt +2003-08-01  reinelt -	* Cwlinux.c, Makefile.am, Makefile.in, README, T6963.c: last -	  cleanups for 0.9.9 +	* Cwlinux.c, Makefile.am, Makefile.in, README, T6963.c: [lcd4linux +	  @ 2003-08-01 05:15:42 by reinelt] +	  last cleanups for 0.9.9 -2003-07-29 06:56  reinelt +2003-07-29  reinelt  	* Makefile.in, Raster.c, aclocal.m4, configure, configure.in: +	  [lcd4linux @ 2003-07-29 04:56:13 by reinelt]  	  disable Raster driver automagically if gd.h not found -2003-07-28 10:22  reinelt +2003-07-28  reinelt  	* README.Crystalfontz, README.HD44780, README.HD44780.GPO,  	  README.MatrixOrbital, README.Png, README.Raster, README.Text, -	  README.Webinterface, README.X11: several README's moved to web -	  page +	  README.Webinterface, README.X11: [lcd4linux @ 2003-07-28 08:22:17 +	  by reinelt] +	  several README's moved to web page -2003-07-24 06:48  reinelt +2003-07-24  reinelt  	* BeckmannEgle.c, Crystalfontz.c, Cwlinux.c, HD44780.c, M50530.c,  	  MatrixOrbital.c, PalmPilot.c, Raster.c, SIN.c, Skeleton.c,  	  T6963.c, Text.c, USBLCD.c, XWindow.c, display.c, display.h, -	  lcd4linux.c, processor.c: 'soft clear' needed for virtual rows - -2003-07-21 08:34  reinelt - -	* processor.c: bars on virtual rows fixed +	  lcd4linux.c, processor.c: [lcd4linux @ 2003-07-24 04:48:09 by +	  reinelt] +	  'soft clear' needed for virtual rows -2003-07-21 08:10  reinelt +2003-07-21  reinelt -	* processor.c: removed maxlen parameter from process_row() +	* processor.c: [lcd4linux @ 2003-07-21 06:34:14 by reinelt] +	  bars on virtual rows fixed +	* processor.c: [lcd4linux @ 2003-07-21 06:10:11 by reinelt] +	  removed maxlen parameter from process_row() +	* dvb.c: [lcd4linux @ 2003-07-21 05:56:48 by reinelt] +	  check for HAVE_LINUX_DVB_FRONTEND_H needs config.h -2003-07-21 07:56  reinelt +2003-07-19  reinelt -	* dvb.c: check for HAVE_LINUX_DVB_FRONTEND_H needs config.h +	* config.h.in, configure, configure.in, dvb.c: [lcd4linux @ +	  2003-07-19 09:42:42 by reinelt] +	  check for dvb/frontend.h and disable DVB client if not found. -2003-07-19 11:42  reinelt +2003-07-18  reinelt -	* config.h.in, configure, configure.in, dvb.c: check for -	  dvb/frontend.h and disable DVB client if not found. +	* udelay.c: [lcd4linux @ 2003-07-18 04:43:14 by reinelt] +	  udelay: unnecessary sanity check removed -2003-07-18 06:43  reinelt +2003-06-26  reinelt -	* udelay.c: udelay: unnecessary sanity check removed +	* system.c: [lcd4linux @ 2003-06-26 05:31:16 by reinelt] +	  bug in /proc/net/dev parsing fixed -2003-06-26 07:31  reinelt +2003-06-22  reinelt -	* system.c: bug in /proc/net/dev parsing fixed +	* dvb.c, dvb.h: [lcd4linux @ 2003-06-22 19:31:24 by reinelt] +	  added dvb.c dvb.h -2003-06-22 21:31  reinelt - -	* dvb.c, dvb.h: added dvb.c dvb.h - -2003-06-21 07:46  reinelt +2003-06-21  reinelt  	* Makefile.am, Makefile.in, isdn.c, parser.c, parser.h, -	  processor.c: DVB client integrated - -2003-06-13 08:35  reinelt +	  processor.c: [lcd4linux @ 2003-06-21 05:46:18 by reinelt] +	  DVB client integrated -	* processor.c: added scrolling capability +2003-06-13  reinelt -2003-06-13 07:11  reinelt +	* processor.c: [lcd4linux @ 2003-06-13 06:35:56 by reinelt] +	  added scrolling capability +	* lcd4linux.c, seti.c, system.c: [lcd4linux @ 2003-06-13 05:11:10 +	  by reinelt] +	  error message cosmetics -	* system.c, lcd4linux.c, seti.c: error message cosmetics +2003-05-19  reinelt -2003-05-19 07:55  reinelt +	* Cwlinux.c: [lcd4linux @ 2003-05-19 05:55:17 by reinelt] +	  Cwlinux sleep optimization -	* Cwlinux.c: Cwlinux sleep optimization +2003-05-14  reinelt -2003-05-14 08:17  reinelt +	* Cwlinux.c: [lcd4linux @ 2003-05-14 06:17:39 by reinelt] +	  added support for CW1602 -	* Cwlinux.c: added support for CW1602 +2003-04-12  reinelt -2003-04-12 18:23  reinelt +	* XWindow.c: [lcd4linux @ 2003-04-12 16:23:10 by reinelt] +	  small glitch in XWindow.c (thanks to Moe Wibble) -	* XWindow.c: small glitch in XWindow.c (thanks to Moe Wibble) - -2003-04-07 08:02  reinelt +2003-04-07  reinelt  	* HD44780.c, M50530.c, T6963.c, lcd4linux.c, parport.c, parport.h: +	  [lcd4linux @ 2003-04-07 06:02:58 by reinelt]  	  further parallel port abstraction -2003-04-04 08:01  reinelt +2003-04-04  reinelt  	* HD44780.c, M50530.c, USBLCD.c, configure, configure.in, -	  parport.c, parport.h, udelay.c: new parallel port abstraction -	  scheme - -2003-02-27 08:48  reinelt - -	* configure, configure.in: changed versioning scheme from 0.99 to -	  0.9.9 +	  parport.c, parport.h, udelay.c: [lcd4linux @ 2003-04-04 06:01:59 +	  by reinelt] +	  new parallel port abstraction scheme -2003-02-27 08:43  reinelt +2003-02-27  reinelt +	* configure, configure.in: [lcd4linux @ 2003-02-27 07:48:57 by +	  reinelt] +	  changed versioning scheme from 0.99 to 0.9.9  	* INSTALL, Makefile.in, aclocal.m4, config.h.in, configure,  	  configure.in, curses.m4, install-sh, missing, mkinstalldirs, -	  udelay.c: +	  udelay.c: [lcd4linux @ 2003-02-27 07:43:10 by reinelt]  	  asm/msr.h: included hard-coded definition of rdtscl() if msr.h  	  cannot be found. - +	    	  autoconf/automake/autoanything: switched back to 1.4. Hope it  	  works again. -2003-02-24 05:50  reinelt +2003-02-24  reinelt -	* Cwlinux.c: cwlinux fixes +	* Cwlinux.c: [lcd4linux @ 2003-02-24 04:50:57 by reinelt] +	  cwlinux fixes -2003-02-22 08:53  reinelt +2003-02-22  reinelt  	* BeckmannEgle.c, Crystalfontz.c, Cwlinux.c, HD44780.c, M50530.c,  	  MatrixOrbital.c, PalmPilot.c, Raster.c, SIN.c, T6963.c, Text.c,  	  USBLCD.c, XWindow.c, cfg.c, cfg.h, exec.c, filter.c, lcd4linux.c, -	  mail.c, mail2.c, processor.c, seti.c, system.c: +	  mail.c, mail2.c, processor.c, seti.c, system.c: [lcd4linux @ +	  2003-02-22 07:53:09 by reinelt]  	  cfg_get(key,defval) +	* Cwlinux.c: [lcd4linux @ 2003-02-22 07:23:24 by reinelt] +	  Cwlinux fixes -2003-02-22 08:23  reinelt - -	* Cwlinux.c: Cwlinux fixes +2003-02-18  reinelt -2003-02-18 07:13  reinelt +	* README.X11, XWindow.c: [lcd4linux @ 2003-02-18 06:13:44 by +	  reinelt] +	  X11 driver fixes and cleanup -	* README.X11, XWindow.c: X11 driver fixes and cleanup +2003-02-17  reinelt -2003-02-17 07:06  reinelt +	* XWindow.c: [lcd4linux @ 2003-02-17 06:06:12 by reinelt] +	  small bug in X11 driver: omit pixel gap between cahracters +	* Text.c: [lcd4linux @ 2003-02-17 04:27:58 by reinelt] +	  Text (curses) driver: cosmetic changes -	* XWindow.c: small bug in X11 driver: omit pixel gap between -	  cahracters +2003-02-13  reinelt -2003-02-17 05:27  reinelt +	* MatrixOrbital.c, lcd4linux.c: [lcd4linux @ 2003-02-13 10:40:17 by +	  reinelt] +	  changed "copyright" to "2003" +	  added slightly different protocol for MatrixOrbital "LK202" +	  displays -	* Text.c: Text (curses) driver: cosmetic changes +2003-02-05  reinelt -2003-02-13 11:40  reinelt +	* exec.c, processor.c: [lcd4linux @ 2003-02-05 04:31:38 by reinelt] +	  T_EXEC: remove trailing CR/LF +	  T_EXEC: deactivated maxlen calculation (for I don't understand +	  what it is for :-) -	* MatrixOrbital.c, lcd4linux.c: -	  changed "copyright" to "2003" added slightly different protocol -	  for MatrixOrbital "LK202" displays +2003-01-12  reinelt -2003-02-05 05:31  reinelt +	* bar.c: [lcd4linux @ 2003-01-12 06:51:27 by reinelt] +	  fixed bug in bar compaction -	* exec.c, processor.c: -	  T_EXEC: remove trailing CR/LF T_EXEC: deactivated maxlen -	  calculation (for I don't understand what it is for :-) - -2003-01-12 07:51  reinelt - -	* bar.c: fixed bug in bar compaction - -2002-12-08 08:36  reinelt +2002-12-08  reinelt  	* AUTHORS, ChangeLog, Makefile.am, Makefile.in, acconfig.h,  	  aclocal.m4, config.h.in, configure, configure.in, curses.m4, -	  depcomp: autoconf/automake cleanup +	  depcomp: [lcd4linux @ 2002-12-08 07:36:06 by reinelt] +	  autoconf/automake cleanup -2002-12-06 08:38  reinelt +2002-12-06  reinelt  	* CREDITS, Makefile.in, aclocal.m4, config.h.in, configure, -	  configure.in: libgd/libpng bugfix: removed '-lpng -lz' from -	  LDFLAGS +	  configure.in: [lcd4linux @ 2002-12-06 07:38:43 by reinelt] +	  libgd/libpng bugfix: removed '-lpng -lz' from LDFLAGS -2002-12-05 20:23  reinelt +2002-12-05  reinelt -	* mail2.c, parser.c, processor.c: fixed undefined operations found -	  by gcc3 - -2002-12-05 20:12  reinelt - -	* system.c: sensors factor and offset patch from Petri Damsten +	* mail2.c, parser.c, processor.c: [lcd4linux @ 2002-12-05 19:23:01 +	  by reinelt] +	  fixed undefined operations found by gcc3 +	* system.c: [lcd4linux @ 2002-12-05 19:12:47 by reinelt] +	  sensors factor and offset patch from Petri Damsten  	  <petri.damsten@raketti.net> - -2002-12-05 20:09  reinelt -  	* Makefile.am, Makefile.in, configure, configure.in, display.c, -	  socket.c: patches for gcc-3.2 - -2002-09-12 07:24  reinelt - -	* Cwlinux.c: code cleanup, character defining for bars +	  socket.c: [lcd4linux @ 2002-12-05 19:09:57 by reinelt] +	  patches for gcc-3.2 -2002-09-11 07:32  reinelt +2002-09-12  reinelt -	* Cwlinux.c: changed to use new bar functions +	* Cwlinux.c: [lcd4linux @ 2002-09-12 05:24:54 by reinelt] +	  code cleanup, character defining for bars -2002-09-11 07:16  reinelt +2002-09-11  reinelt +	* Cwlinux.c: [lcd4linux @ 2002-09-11 05:32:35 by reinelt] +	  changed to use new bar functions  	* Cwlinux.c, Makefile.am, Makefile.in, acconfig.h, config.h.in, -	  configure, configure.in, display.c: added Cwlinux driver - -2002-08-30 05:54  reinelt - -	* Text.c: bug in curses driver fixed +	  configure, configure.in, display.c: [lcd4linux @ 2002-09-11 +	  05:16:32 by reinelt] +	  added Cwlinux driver -2002-08-22 07:51  reinelt +2002-08-30  reinelt -	* BeckmannEgle.c: cosmetic changes +	* Text.c: [lcd4linux @ 2002-08-30 03:54:01 by reinelt] +	  bug in curses driver fixed -2002-08-21 08:09  reinelt +2002-08-22  reinelt -	* T6963.c, udelay.c: some T6963 fixes, ndelay wrap +	* BeckmannEgle.c: [lcd4linux @ 2002-08-22 05:51:36 by reinelt] +	  cosmetic changes -2002-08-19 12:51  reinelt +2002-08-21  reinelt -	* BeckmannEgle.c, M50530.c: M50530 driver using new generic bar -	  functions +	* T6963.c, udelay.c: [lcd4linux @ 2002-08-21 06:09:53 by reinelt] +	  some T6963 fixes, ndelay wrap -2002-08-19 11:43  reinelt - -	* BeckmannEgle.c: BeckmannEgle using new generic bar functions - -2002-08-19 11:30  reinelt - -	* MatrixOrbital.c: MatrixOrbital uses generic bar funnctions - -2002-08-19 11:11  reinelt - -	* HD44780.c, USBLCD.c: changed HD44780 to use generic bar functions - -2002-08-19 09:52  reinelt - -	* USBLCD.c, bar.c, bar.h: corrected type declaration of -	  (*defchar)() - -2002-08-19 09:36  reinelt +2002-08-19  reinelt +	* BeckmannEgle.c, M50530.c: [lcd4linux @ 2002-08-19 10:51:06 by +	  reinelt] +	  M50530 driver using new generic bar functions +	* BeckmannEgle.c: [lcd4linux @ 2002-08-19 09:43:43 by reinelt] +	  BeckmannEgle using new generic bar functions +	* MatrixOrbital.c: [lcd4linux @ 2002-08-19 09:30:18 by reinelt] +	  MatrixOrbital uses generic bar funnctions +	* HD44780.c, USBLCD.c: [lcd4linux @ 2002-08-19 09:11:34 by reinelt] +	  changed HD44780 to use generic bar functions +	* USBLCD.c, bar.c, bar.h: [lcd4linux @ 2002-08-19 07:52:19 by +	  reinelt] +	  corrected type declaration of (*defchar)()  	* BeckmannEgle.c, HD44780.c, M50530.c, MatrixOrbital.c, USBLCD.c, -	  bar.c, bar.h: +	  bar.c, bar.h: [lcd4linux @ 2002-08-19 07:36:29 by reinelt]  	  finished bar.c, USBLCD is the first driver that uses the generic  	  bar functions - -2002-08-19 06:41  reinelt -  	* BeckmannEgle.c, Crystalfontz.c, HD44780.c, M50530.c, Makefile.am,  	  Makefile.in, MatrixOrbital.c, PalmPilot.c, Raster.c, T6963.c,  	  Text.c, USBLCD.c, XWindow.c, bar.c, bar.h, display.c, display.h, -	  parser.c, pixmap.c, processor.c: introduced bar.c, moved bar -	  stuff from display.h to bar.h +	  parser.c, pixmap.c, processor.c: [lcd4linux @ 2002-08-19 04:41:20 +	  by reinelt] +	  introduced bar.c, moved bar stuff from display.h to bar.h -2002-08-18 10:11  reinelt +2002-08-18  reinelt -	* USBLCD.c: USBLCD buffered I/O +	* USBLCD.c: [lcd4linux @ 2002-08-18 08:11:11 by reinelt] +	  USBLCD buffered I/O -2002-08-17 16:14  reinelt +2002-08-17  reinelt -	* HD44780.c, USBLCD.c, udelay.c: +	* HD44780.c, USBLCD.c, udelay.c: [lcd4linux @ 2002-08-17 14:14:21 +	  by reinelt]  	  USBLCD fixes - -2002-08-17 15:10  reinelt -  	* Makefile.am, Makefile.in, USBLCD.c, acconfig.h, config.h.in, -	  configure, configure.in, display.c, lcd4linux.conf.sample: USBLCD -	  driver added - -2002-08-17 14:54  reinelt - -	* T6963.c: minor T6963 changes +	  configure, configure.in, display.c, lcd4linux.conf.sample: +	  [lcd4linux @ 2002-08-17 13:10:22 by reinelt] +	  USBLCD driver added +	* T6963.c: [lcd4linux @ 2002-08-17 12:54:08 by reinelt] +	  minor T6963 changes -2002-04-30 09:20  reinelt +2002-04-30  reinelt -	* HD44780.c, M50530.c: +	* HD44780.c, M50530.c: [lcd4linux @ 2002-04-30 07:20:15 by reinelt]  	  implemented the new ndelay(nanoseconds) in all parallel port  	  drivers -2002-04-29 13:00  reinelt +2002-04-29  reinelt  	* Makefile.in, README, T6963.c, TODO, acconfig.h, aclocal.m4,  	  config.h.in, configure, configure.in, display.c, exec.c, -	  lcd4linux.c, udelay.c, udelay.h: -	  added Toshiba T6963 driver added ndelay() with nanosecond -	  resolution - -2001-09-14 07:57  reinelt - -	* TODO: [no log message] +	  lcd4linux.c, udelay.c, udelay.h: [lcd4linux @ 2002-04-29 11:00:25 +	  by reinelt] +	  added Toshiba T6963 driver +	  added ndelay() with nanosecond resolution -2001-09-13 09:40  reinelt +2001-09-14  reinelt -	* TODO: TODO update +	* TODO: [lcd4linux @ 2001-09-14 05:57:06 by reinelt] -2001-09-12 08:17  reinelt +2001-09-13  reinelt -	* TODO, mail2.c: [no log message] +	* TODO: [lcd4linux @ 2001-09-13 07:40:57 by reinelt] +	  TODO update -2001-09-12 07:58  reinelt +2001-09-12  reinelt -	* mail.c, mail2.c, socket.c: fixed bug in mail2.c - -2001-09-12 07:37  reinelt - -	* debug.h, mail.c, seti.c, socket.c: +	* TODO, mail2.c: [lcd4linux @ 2001-09-12 06:17:22 by reinelt] +	* mail.c, mail2.c, socket.c: [lcd4linux @ 2001-09-12 05:58:16 by +	  reinelt] +	  fixed bug in mail2.c +	* debug.h, mail.c, seti.c, socket.c: [lcd4linux @ 2001-09-12 +	  05:37:22 by reinelt]  	  fixed a bug in seti.c (file was never closed, lcd4linux run out  	  of fd's - +	    	  improved socket debugging -2001-09-11 08:43  reinelt - -	* TODO: TODO items - -2001-09-11 07:31  reinelt +2001-09-11  reinelt -	* M50530.c: M50530 driver +	* TODO: [lcd4linux @ 2001-09-11 06:43:43 by reinelt] +	  TODO items +	* M50530.c: [lcd4linux @ 2001-09-11 05:31:37 by reinelt] +	  M50530 driver -2001-09-10 15:55  reinelt +2001-09-10  reinelt  	* Makefile.in, Raster.c, acconfig.h, config.h.in, configure, -	  configure.in, display.c: M50530 driver +	  configure.in, display.c: [lcd4linux @ 2001-09-10 13:55:53 by +	  reinelt] +	  M50530 driver -2001-09-09 14:26  reinelt +2001-09-09  reinelt -	* HD44780.c: GPO bug: INIT is _not_ inverted +	* HD44780.c: [lcd4linux @ 2001-09-09 12:26:03 by reinelt] +	  GPO bug: INIT is _not_ inverted -2001-09-07 07:58  reinelt +2001-09-07  reinelt -	* README.HD44780.GPO: wrong Pin numbers +	* README.HD44780.GPO: [lcd4linux @ 2001-09-07 05:58:44 by reinelt] +	  wrong Pin numbers -2001-09-05 11:38  reinelt +2001-09-05  reinelt -	* NEWS, README: [no log message] +	* NEWS, README: [lcd4linux @ 2001-09-05 09:38:52 by reinelt] -2001-08-08 07:40  reinelt +2001-08-08  reinelt -	* udelay.c: +	* udelay.c: [lcd4linux @ 2001-08-08 05:40:24 by reinelt]  	  renamed CLK_TCK to CLOCKS_PER_SEC -2001-08-05 19:13  reinelt +2001-08-05  reinelt  	* XWindow.c, battery.c, filter.c, mail.c, seti.c, system.c: +	  [lcd4linux @ 2001-08-05 17:13:29 by reinelt]  	  cleaned up inlude of sys/time.h and time.h -2001-06-04 09:49  reinelt +2001-06-04  reinelt -	* configure, configure.in: +	* configure, configure.in: [lcd4linux @ 2001-06-04 07:49:58 by +	  reinelt]  	  configure for X11 modified -2001-05-31 12:26  ltoetsch +2001-05-31  ltoetsch  	* Makefile.in, TODO, acconfig.h, config.h.in, configure, -	  configure.in, curses.m4: added tests for X and ncurses +	  configure.in, curses.m4: [lcd4linux @ 2001-05-31 10:26:41 by +	  ltoetsch] +	  added tests for X and ncurses -2001-05-27 19:32  reinelt +2001-05-27  reinelt -	* README: +	* README: [lcd4linux @ 2001-05-27 17:32:35 by reinelt]  	  updated README with the seti@home client stuff +	* configure, configure.in, isdn.c, pixmap.c: [lcd4linux @ +	  2001-05-27 07:19:28 by reinelt] +	  fixed a warning in pixmap.c +	  temporarily fixed a bug in isdn.c (ISDN_MAX_CHANNELS is no longer +	  defined?) +	  fixed a bug in configure.in (--with-drivers=xyz did not work) -2001-05-27 09:19  reinelt +2001-05-26  reinelt -	* configure, configure.in, isdn.c, pixmap.c: -	  fixed a warning in pixmap.c temporarily fixed a bug in isdn.c -	  (ISDN_MAX_CHANNELS is no longer defined?) fixed a bug in -	  configure.in (--with-drivers=xyz did not work) +	* TODO: [lcd4linux @ 2001-05-26 06:51:28 by reinelt] +	  added TODO entry -2001-05-26 08:51  reinelt +2001-05-06  reinelt -	* TODO: added TODO entry - -2001-05-06 12:01  reinelt - -	* processor.c: +	* processor.c: [lcd4linux @ 2001-05-06 10:01:27 by reinelt]  	  fixed a bug which prevented extendet tokens to be used for GPO's  	  many thanks to Carsten Nau! -2001-04-27 07:04  reinelt +2001-04-27  reinelt  	* BeckmannEgle.c, Crystalfontz.c, MatrixOrbital.c, PalmPilot.c, -	  SIN.c, configure, lcd4linux.c, lock.c, pixmap.c: -	  replaced OPEN_MAX with sysconf() replaced mktemp() with mkstemp() +	  SIN.c, configure, lcd4linux.c, lock.c, pixmap.c: [lcd4linux @ +	  2001-04-27 05:04:57 by reinelt] +	  replaced OPEN_MAX with sysconf() +	  replaced mktemp() with mkstemp()  	  unlock serial port if open() fails -2001-03-24 10:26  reinelt - -	* TODO: new TODO item - -2001-03-24 10:04  reinelt - -	* TODO: new TODO item - -2001-03-17 12:44  ltoetsch +2001-03-24  reinelt -	* pixmap.c: allow more then 1 BAR_T +	* TODO: [lcd4linux @ 2001-03-24 09:26:25 by reinelt] +	  new TODO item +	* TODO: [lcd4linux @ 2001-03-24 09:04:19 by reinelt] +	  new TODO item -2001-03-17 12:11  ltoetsch +2001-03-17  ltoetsch -	* processor.c: bugfix: max for BAR_T +	* pixmap.c: [lcd4linux @ 2001-03-17 11:44:10 by ltoetsch] +	  allow more then 1 BAR_T +	* processor.c: [lcd4linux @ 2001-03-17 11:11:31 by ltoetsch] +	  bugfix: max for BAR_T -2001-03-16 17:40  ltoetsch +2001-03-16  ltoetsch  	* NEWS, PalmPilot.c, README, Raster.c, TODO, Text.c, XWindow.c, -	  display.c, display.h, parser.c, pixmap.c, processor.c: +	  display.c, display.h, parser.c, pixmap.c, processor.c: [lcd4linux +	  @ 2001-03-16 16:40:17 by ltoetsch]  	  implemented time bar +	* README.Text, TODO, Text.c, mail2.c, processor.c: [lcd4linux @ +	  2001-03-16 09:28:08 by ltoetsch] +	  bugfixes -2001-03-16 10:28  ltoetsch - -	* README.Text, TODO, Text.c, mail2.c, processor.c: bugfixes - -2001-03-15 16:49  ltoetsch - -	* HD44780.c, mail.c, processor.c: fixed compile HD44780.c, -	  cosmetics - -2001-03-15 15:25  ltoetsch +2001-03-15  ltoetsch +	* HD44780.c, mail.c, processor.c: [lcd4linux @ 2001-03-15 15:49:22 +	  by ltoetsch] +	  fixed compile HD44780.c, cosmetics  	* CREDITS, NEWS, README, TODO, configure, display.c, -	  lcd4linux.conf.sample, mail.c, mail.h, mail2.c, socket.c: added -	  unread/total news - -2001-03-15 12:10  ltoetsch +	  lcd4linux.conf.sample, mail.c, mail.h, mail2.c, socket.c: +	  [lcd4linux @ 2001-03-15 14:25:05 by ltoetsch] +	  added unread/total news +	* mail2.c: [lcd4linux @ 2001-03-15 11:10:53 by ltoetsch] +	  added quit/logout to pop/imap -	* mail2.c: added quit/logout to pop/imap +2001-03-15  reinelt -2001-03-15 10:47  reinelt +	* HD44780.c, lcd4linux.conf.sample, processor.c: [lcd4linux @ +	  2001-03-15 09:47:13 by reinelt] +	  some fixes to ppdef +	  off-by-one bug in processor.c fixed -	* HD44780.c, lcd4linux.conf.sample, processor.c: -	  some fixes to ppdef off-by-one bug in processor.c fixed +2001-03-15  ltoetsch -2001-03-15 10:13  ltoetsch +	* exec.c: [lcd4linux @ 2001-03-15 09:13:22 by ltoetsch] +	  delay first exec for faster start -	* exec.c: delay first exec for faster start +2001-03-14  reinelt -2001-03-14 17:47  reinelt - -	* CREDITS, HD44780.c, TODO: minor cleanups - -2001-03-14 16:30  reinelt - -	* HD44780.c: +	* CREDITS, HD44780.c, TODO: [lcd4linux @ 2001-03-14 16:47:41 by +	  reinelt] +	  minor cleanups +	* HD44780.c: [lcd4linux @ 2001-03-14 15:30:53 by reinelt]  	  make ppdev compatible to earlier kernels - -2001-03-14 16:14  reinelt -  	* HD44780.c, NEWS, README.HD44780, TODO, config.h.in, configure, -	  configure.in, lcd4linux.conf.sample: added ppdev parallel port -	  access +	  configure.in, lcd4linux.conf.sample: [lcd4linux @ 2001-03-14 +	  15:14:59 by reinelt] +	  added ppdev parallel port access -2001-03-14 14:19  ltoetsch +2001-03-14  ltoetsch  	* Makefile.am, Makefile.in, NEWS, README, TODO, configure, debug.h,  	  lcd4linux.conf.sample, mail.c, mail.h, mail2.c, parser.c, -	  parser.h, processor.c, socket.c, socket.h: Added pop3/imap4 mail -	  support +	  parser.h, processor.c, socket.c, socket.h: [lcd4linux @ +	  2001-03-14 13:19:29 by ltoetsch] +	  Added pop3/imap4 mail support -2001-03-13 09:34  reinelt +2001-03-13  reinelt  	* exec.c, lcd4linux.conf.sample, mail.c, parser.c, processor.c, -	  system.c: +	  system.c: [lcd4linux @ 2001-03-13 08:34:15 by reinelt]  	  corrected a off-by-one bug with sensors - -2001-03-13 09:03  reinelt - -	* Makefile.am, Makefile.in, acconfig.h: +	* Makefile.am, Makefile.in, acconfig.h: [lcd4linux @ 2001-03-13 +	  08:03:41 by reinelt]  	  added missing autoheader files - -2001-03-13 08:53  reinelt - -	* Makefile.am, Makefile.in: +	* Makefile.am, Makefile.in: [lcd4linux @ 2001-03-13 07:53:00 by +	  reinelt]  	  added several files for the distribution - -2001-03-13 08:41  reinelt - -	* NEWS, README, lcd4linux.c: +	* NEWS, README, lcd4linux.c: [lcd4linux @ 2001-03-13 07:41:22 by +	  reinelt]  	  added NEWS file -2001-03-12 14:44  reinelt +2001-03-12  reinelt  	* HD44780.c, TODO, config.h.in, configure, configure.in, -	  lcd4linux.conf.sample, udelay.c, udelay.h: +	  lcd4linux.conf.sample, udelay.c, udelay.h: [lcd4linux @ +	  2001-03-12 13:44:58 by reinelt]  	  new udelay() using Time Stamp Counters - -2001-03-12 13:49  reinelt - -	* configure, configure.in: +	* configure, configure.in: [lcd4linux @ 2001-03-12 12:49:24 by +	  reinelt]  	  even better configure handling... - -2001-03-12 13:39  reinelt -  	* HD44780.c, Makefile.in, Raster.c, TODO, aclocal.m4, config.h.in,  	  configure, configure.in, debug.c, display.c, lcd4linux.c, -	  system.c, udelay.c, udelay.h: +	  system.c, udelay.c, udelay.h: [lcd4linux @ 2001-03-12 12:39:36 by +	  reinelt]  	  reworked autoconf a lot: drivers may be excluded, #define's went  	  to config.h -2001-03-09 17:24  ltoetsch +2001-03-09  ltoetsch -	* configure, configure.in: disable driver in configure +	* configure, configure.in: [lcd4linux @ 2001-03-09 16:24:30 by +	  ltoetsch] +	  disable driver in configure -2001-03-09 16:04  reinelt +2001-03-09  reinelt -	* TODO, Text.c, configure: -	  rename 'raster' to 'Text in Text.c added TOTO item - -2001-03-09 15:30  reinelt - -	* TODO: +	* TODO, Text.c, configure: [lcd4linux @ 2001-03-09 15:04:53 by +	  reinelt] +	  rename 'raster' to 'Text in Text.c +	  added TOTO item +	* TODO: [lcd4linux @ 2001-03-09 14:30:01 by reinelt]  	  new ideas for TODO -2001-03-09 15:24  ltoetsch - -	* README, exec.c, lcd4linux.conf.sample: exec: Scale_x ->Min/Max_x - -2001-03-09 14:08  ltoetsch +2001-03-09  ltoetsch +	* README, exec.c, lcd4linux.conf.sample: [lcd4linux @ 2001-03-09 +	  14:24:49 by ltoetsch] +	  exec: Scale_x ->Min/Max_x  	* Makefile.am, Makefile.in, README, README.Drivers, README.Text,  	  Skeleton.c, Text.c, configure, configure.in, debug.c, display.c, -	  lcd4linux.conf.sample: Added Text driver +	  lcd4linux.conf.sample: [lcd4linux @ 2001-03-09 13:08:11 by +	  ltoetsch] +	  Added Text driver -2001-03-09 13:14  reinelt +2001-03-09  reinelt -	* TODO, cfg.c, lcd4linux.conf.sample, system.c: +	* TODO, cfg.c, lcd4linux.conf.sample, system.c: [lcd4linux @ +	  2001-03-09 12:14:24 by reinelt]  	  minor cleanups -2001-03-08 16:25  ltoetsch +2001-03-08  ltoetsch  	* README, TODO, cfg.c, exec.c, exec.h, lcd4linux.c, -	  lcd4linux.conf.sample, parser.c, processor.c: improved exec +	  lcd4linux.conf.sample, parser.c, processor.c: [lcd4linux @ +	  2001-03-08 15:25:38 by ltoetsch] +	  improved exec -2001-03-08 10:02  reinelt +2001-03-08  reinelt -	* mail.c, mail.h, seti.c, seti.h: +	* mail.c, mail.h, seti.c, seti.h: [lcd4linux @ 2001-03-08 09:02:04 +	  by reinelt]  	  seti client cleanup - -2001-03-08 09:39  reinelt - -	* exec.c, processor.c: +	* exec.c, processor.c: [lcd4linux @ 2001-03-08 08:39:54 by reinelt]  	  fixed two typos -2001-03-07 19:10  ltoetsch +2001-03-07  ltoetsch  	* Makefile.am, Makefile.in, README, cfg.c, configure, exec.c, -	  exec.h, parser.c, parser.h, processor.c: added e(x)ec commands +	  exec.h, parser.c, parser.h, processor.c: [lcd4linux @ 2001-03-07 +	  18:10:21 by ltoetsch] +	  added e(x)ec commands -2001-03-05 19:20  reinelt +2001-03-05  reinelt -	* TODO, lcd4linux.conf.sample: +	* TODO, lcd4linux.conf.sample: [lcd4linux @ 2001-03-05 18:20:21 by +	  reinelt]  	  TOTO list update -2001-03-04 16:01  ltoetsch +2001-03-04  ltoetsch -	* README.Raster: Added PNG +	* README.Raster: [lcd4linux @ 2001-03-04 15:01:12 by ltoetsch] +	  Added PNG -2001-03-02 21:18  reinelt +2001-03-02  reinelt -	* configure, configure.in, system.c: +	* configure, configure.in, system.c: [lcd4linux @ 2001-03-02 +	  20:18:12 by reinelt]  	  allow compile on systems without net/if_ppp.h - -2001-03-02 19:06  reinelt - -	* README.Png: +	* README.Png: [lcd4linux @ 2001-03-02 18:06:18 by reinelt]  	  README for PNG added - -2001-03-02 18:18  reinelt - -	* Raster.c, configure, configure.in: +	* Raster.c, configure, configure.in: [lcd4linux @ 2001-03-02 +	  17:18:52 by reinelt]  	  let configure find gd.h - -2001-03-02 12:04  reinelt - -	* battery.c, battery.h: +	* battery.c, battery.h: [lcd4linux @ 2001-03-02 11:04:08 by +	  reinelt]  	  cosmetic cleanups (comment headers) -2001-03-02 11:18  ltoetsch +2001-03-02  ltoetsch -	* Raster.c, TODO, battery.c, battery.h, parser.c, parser.h, -	  processor.c, README, lcd4linux.conf.sample, Makefile.am, -	  Makefile.in: added /proc/apm battery stat +	* Makefile.am, Makefile.in, README, Raster.c, TODO, battery.c, +	  battery.h, lcd4linux.conf.sample, parser.c, parser.h, +	  processor.c: [lcd4linux @ 2001-03-02 10:18:03 by ltoetsch] +	  added /proc/apm battery stat -2001-03-01 23:33  reinelt +2001-03-01  reinelt -	* Raster.c, lcd4linux.conf.sample, udelay.c: +	* Raster.c, lcd4linux.conf.sample, udelay.c: [lcd4linux @ +	  2001-03-01 22:33:50 by reinelt]  	  renamed Raster_flush() to PPM_flush() -2001-03-01 16:11  ltoetsch +2001-03-01  ltoetsch -	* README.Webinterface, Raster.c, nph-png, png.html: added -	  PNG,Webinterface +	* README.Webinterface, Raster.c, nph-png, png.html: [lcd4linux @ +	  2001-03-01 15:11:30 by ltoetsch] +	  added PNG,Webinterface -2001-03-01 12:08  reinelt +2001-03-01  reinelt  	* Makefile.am, Makefile.in, Raster.c, XWindow.c, aclocal.m4, -	  configure, configure.in, display.c: +	  configure, configure.in, display.c: [lcd4linux @ 2001-03-01 +	  11:08:16 by reinelt]  	  reworked configure to allow selection of drivers -2001-02-26 01:33  herp +2001-02-26  herp -	* XWindow.c: fixed X11 signal handler +	* XWindow.c: [lcd4linux @ 2001-02-26 00:33:37 by herp] +	  fixed X11 signal handler -2001-02-21 05:48  reinelt +2001-02-21  reinelt -	* mail.c: -	  big mailbox patch from Axel Ehnert thanks to herp for his idea to -	  check mtime of mailbox +	* mail.c: [lcd4linux @ 2001-02-21 04:48:13 by reinelt] +	  big mailbox patch from Axel Ehnert +	  thanks to herp for his idea to check mtime of mailbox -2001-02-19 01:15  reinelt +2001-02-19  reinelt  	* Makefile.am, Makefile.in, lcd4linux.conf.sample, mail.c, -	  parser.c, parser.h, processor.c, seti.c, seti.h: -	  integrated mail and seti client major rewrite of parser and -	  tokenizer to support double-byte tokens - -2001-02-18 23:11  reinelt - -	* mail.c, mail.h: [no log message] - -2001-02-18 22:16  reinelt - -	* seti.c: [no log message] - -2001-02-18 22:15  reinelt - -	* Makefile.am, Makefile.in, TODO, seti.c, seti.h: +	  parser.c, parser.h, processor.c, seti.c, seti.h: [lcd4linux @ +	  2001-02-19 00:15:46 by reinelt] +	  integrated mail and seti client +	  major rewrite of parser and tokenizer to support double-byte +	  tokens + +2001-02-18  reinelt + +	* mail.c, mail.h: [lcd4linux @ 2001-02-18 22:11:34 by reinelt] +	* seti.c: [lcd4linux @ 2001-02-18 21:16:06 by reinelt] +	* Makefile.am, Makefile.in, TODO, seti.c, seti.h: [lcd4linux @ +	  2001-02-18 21:15:15 by reinelt]  	  added setiathome client +	* CREDITS, Makefile.am, Makefile.in: [lcd4linux @ 2001-02-18 +	  20:16:13 by reinelt] -2001-02-18 21:16  reinelt - -	* Makefile.am, Makefile.in, CREDITS: [no log message] - -2001-02-16 15:15  reinelt - -	* README.HD44780.GPO, processor.c: -	  fixed type in processor.c GPO documentation update from Carsten +2001-02-16  reinelt -2001-02-16 09:23  reinelt - -	* README, parser.c, parser.h, processor.c, system.c: +	* README.HD44780.GPO, processor.c: [lcd4linux @ 2001-02-16 14:15:11 +	  by reinelt] +	  fixed type in processor.c +	  GPO documentation update from Carsten +	* README, parser.c, parser.h, processor.c, system.c: [lcd4linux @ +	  2001-02-16 08:23:09 by reinelt]  	  new token 'ic' (ISDN connected) by Carsten Nau <info@cnau.de> -2001-02-14 08:40  reinelt +2001-02-14  reinelt  	* HD44780.c, MatrixOrbital.c, display.c, display.h, lcd4linux.c, -	  parser.c, parser.h, processor.c: +	  parser.c, parser.h, processor.c: [lcd4linux @ 2001-02-14 07:40:16 +	  by reinelt]  	  first (incomplete) GPO implementation - -2001-02-14 06:22  reinelt - -	* README.HD44780.GPO: +	* README.HD44780.GPO: [lcd4linux @ 2001-02-14 05:22:42 by reinelt]  	  added README from Carsten Nau -2001-02-13 13:43  reinelt +2001-02-13  reinelt -	* HD44780.c: +	* HD44780.c: [lcd4linux @ 2001-02-13 12:43:24 by reinelt]  	  HD_gpo() was missing - -2001-02-13 10:00  reinelt -  	* BeckmannEgle.c, Crystalfontz.c, HD44780.c, MatrixOrbital.c,  	  PalmPilot.c, Raster.c, SIN.c, Skeleton.c, XWindow.c, display.c, -	  display.h, processor.c: +	  display.h, processor.c: [lcd4linux @ 2001-02-13 09:00:13 by +	  reinelt]  	  prepared framework for GPO's (general purpose outputs) -2001-02-12 00:34  reinelt - -	* TODO, processor.c: +2001-02-11  reinelt +	* TODO, processor.c: [lcd4linux @ 2001-02-11 23:34:07 by reinelt]  	  fixed a small bug where the throughput of an offline ISDN -	  connection is displayed as '----', but the online value is 5 -	  chars long. corrected to ' ----'.  thanks to Carsten Nau -	  <info@cnau.de> +	  connection is displayed as '----', but the +	  online value is 5 chars long. corrected to ' ----'. +	  thanks to Carsten Nau <info@cnau.de> -2000-12-07 21:47  reinelt +2000-12-07  reinelt -	* SIN.c, TODO, lcd4linux.conf.sample: +	* SIN.c, TODO, lcd4linux.conf.sample: [lcd4linux @ 2000-12-07 +	  20:47:54 by reinelt]  	  first try for SIN bars -2000-12-01 21:42  reinelt +2000-12-01  reinelt -	* SIN.c, lcd4linux.conf.sample: +	* SIN.c, lcd4linux.conf.sample: [lcd4linux @ 2000-12-01 20:42:37 by +	  reinelt]  	  added debugging of SIN driver output, probably found the  	  positioning bug (format %02x instead of %2x) - -2000-12-01 08:20  reinelt - -	* SIN.c: +	* SIN.c: [lcd4linux @ 2000-12-01 07:20:26 by reinelt]  	  modified text positioning: row starts with 0, column is  	  hexadecimal -2000-11-28 21:20  reinelt - -	* debug.c: -	  added debug.c things like that should not hapen. debug.c exists -	  for a few months now, but was never added to CVS. Shit -	  happens.... - -2000-11-28 18:27  reinelt +2000-11-28  reinelt -	* SIN.c: +	* debug.c: [lcd4linux @ 2000-11-28 20:20:38 by reinelt] +	  added debug.c +	  things like that should not hapen. debug.c exists for a few +	  months now, but was never added to CVS. Shit happens.... +	* SIN.c: [lcd4linux @ 2000-11-28 17:27:19 by reinelt]  	  changed decimal values for screen, row, column to ascii values  	  (shame on you!) - -2000-11-28 17:46  reinelt - -	* Makefile.am, Makefile.in, README, SIN.c, display.c: +	* Makefile.am, Makefile.in, README, SIN.c, display.c: [lcd4linux @ +	  2000-11-28 16:46:11 by reinelt]  	  first try to support display of SIN router -2000-11-17 11:36  reinelt +2000-11-17  reinelt -	* system.c: +	* system.c: [lcd4linux @ 2000-11-17 10:36:23 by reinelt]  	  fixed parsing of /proc/net/dev for 2.0 kernels -2000-10-25 10:10  reinelt - -	* lcd4linux.c: -	  added restart funnctionality (lots of this code was stolen from -	  sendmail.c) +2000-10-25  reinelt -2000-10-20 09:17  reinelt +	* lcd4linux.c: [lcd4linux @ 2000-10-25 08:10:48 by reinelt] +	  added restart funnctionality +	  (lots of this code was stolen from sendmail.c) -	* HD44780.c: +2000-10-20  reinelt -	  corrected a bug in HD_goto() Thanks to Gregor Szaktilla -	  <gregor@szaktilla.de> +	* HD44780.c: [lcd4linux @ 2000-10-20 07:17:07 by reinelt] +	  corrected a bug in HD_goto() +	  Thanks to Gregor Szaktilla <gregor@szaktilla.de> -2000-10-08 11:16  reinelt - -	* system.c: +2000-10-08  reinelt +	* system.c: [lcd4linux @ 2000-10-08 09:16:40 by reinelt]  	  Linux-2.4.0-test9 changed the layout of /proc/stat (especially -	  the disk_io line) rearranged parsing of some /proc files and -	  (hopefully) made it more robust in concerns of format changes +	  the disk_io line) +	  rearranged parsing of some /proc files and (hopefully) made it +	  more robust in concerns of format changes -2000-08-10 20:42  reinelt +2000-08-10  reinelt  	* XWindow.c, configure, configure.in, isdn.c, lcd4linux.c: +	  [lcd4linux @ 2000-08-10 18:42:20 by reinelt]  	  fixed some bugs with the new syslog code - -2000-08-10 11:44  reinelt -  	* BeckmannEgle.c, Crystalfontz.c, HD44780.c, Makefile.am,  	  Makefile.in, MatrixOrbital.c, PalmPilot.c, README, Raster.c,  	  Skeleton.c, XWindow.c, cfg.c, debug.h, display.c, fontmap.c,  	  isdn.c, lcd4linux.c, lock.c, parser.c, processor.c, system.c: -	  new debugging scheme: error(), info(), debug() uses syslog if in -	  daemon mode - -2000-08-09 16:14  reinelt - -	* README, lcd4linux.c: -	  new switch -F (do not fork) added automatic forking if -F not -	  specified +	  [lcd4linux @ 2000-08-10 09:44:09 by reinelt] +	  new debugging scheme: error(), info(), debug() +	  uses syslog if in daemon mode -2000-08-09 13:03  reinelt +2000-08-09  reinelt -	* system.c: +	* README, lcd4linux.c: [lcd4linux @ 2000-08-09 14:14:11 by reinelt] +	  new switch -F (do not fork) +	  added automatic forking if -F not specified +	* system.c: [lcd4linux @ 2000-08-09 11:03:07 by reinelt]  	  fixed a bug in system.c where the format of /proc/net/dev was not -	  correctly detected and parsed with different kernels - -2000-08-09 11:50  reinelt - +	  correctly +	  detected and parsed with different kernels  	* BeckmannEgle.c, Crystalfontz.c, HD44780.c, MatrixOrbital.c,  	  PalmPilot.c, README, XWindow.c, configure, configure.in, -	  display.c, display.h, lcd4linux.c, system.c: -	  opened 0.98 development removed driver-specific signal-handlers -	  added 'quit'-function to driver structure added global -	  signal-handler +	  display.c, display.h, lcd4linux.c, system.c: [lcd4linux @ +	  2000-08-09 09:50:29 by reinelt] +	  opened 0.98 development +	  removed driver-specific signal-handlers +	  added 'quit'-function to driver structure +	  added global signal-handler -2000-07-31 12:43  reinelt +2000-07-31  reinelt  	* HD44780.c, configure, configure.in, lcd4linux.conf.sample, -	  processor.c, system.c, system.h, udelay.c: +	  processor.c, system.c, system.h, udelay.c: [lcd4linux @ +	  2000-07-31 10:43:44 by reinelt]  	  some changes to support kernel-2.4 (different layout of various  	  files in /proc) - -2000-07-31 08:46  reinelt - -	* HD44780.c, Makefile.am, Makefile.in, cfg.c: +	* HD44780.c, Makefile.am, Makefile.in, cfg.c: [lcd4linux @ +	  2000-07-31 06:46:35 by reinelt]  	  eliminated some compiler warnings with glibc -2000-06-04 23:43  herp +2000-06-04  herp -	* Crystalfontz.c: minor bugfix (zero length) +	* Crystalfontz.c: [lcd4linux @ 2000-06-04 21:43:50 by herp] +	  minor bugfix (zero length) -2000-05-21 08:20  reinelt +2000-05-21  reinelt  	* README.Drivers, lcd4linux.conf.sample, parser.c, parser.h, -	  processor.c, system.c, system.h: -	  added ppp throughput token is '%t[iomt]' at the moment, but this -	  will change in the near future - -2000-05-03 19:14  herp - -	* Crystalfontz.c: [no log message] +	  processor.c, system.c, system.h: [lcd4linux @ 2000-05-21 06:20:35 +	  by reinelt] +	  added ppp throughput +	  token is '%t[iomt]' at the moment, but this will change in the +	  near future -2000-05-03 11:37  herp +2000-05-03  herp -	* Crystalfontz.c, Crystalfontz.h, README.Crystalfontz: [no log -	  message] +	* Crystalfontz.c: [lcd4linux @ 2000-05-03 17:14:51 by herp] +	* Crystalfontz.c, Crystalfontz.h, README.Crystalfontz: [lcd4linux @ +	  2000-05-03 09:37:32 by herp] -2000-05-03 01:07  herp +2000-05-02  herp -	* Makefile.am, Makefile.in, XWindow.c, display.c: Crystalfontz -	  initial coding +	* Makefile.am, Makefile.in, XWindow.c, display.c: [lcd4linux @ +	  2000-05-02 23:07:48 by herp] +	  Crystalfontz initial coding -2000-05-02 08:05  reinelt +2000-05-02  reinelt  	* Makefile.am, Makefile.in, PalmPilot.c, display.c, -	  lcd4linux.conf.sample: +	  lcd4linux.conf.sample: [lcd4linux @ 2000-05-02 06:05:00 by +	  reinelt]  	  driver for 3Com Palm Pilot added -2000-04-30 08:40  reinelt +2000-04-30  reinelt -	* BeckmannEgle.c, lcd4linux.conf.sample: +	* BeckmannEgle.c, lcd4linux.conf.sample: [lcd4linux @ 2000-04-30 +	  06:40:42 by reinelt]  	  bars for Beckmann+Egle driver -2000-04-28 07:19  reinelt +2000-04-28  reinelt  	* BeckmannEgle.c, Makefile.am, Makefile.in, TODO, display.c: +	  [lcd4linux @ 2000-04-28 05:19:55 by reinelt]  	  first release of the Beckmann+Egle driver -2000-04-20 07:48  reinelt +2000-04-20  reinelt -	* Makefile.am, Makefile.in: +	* Makefile.am, Makefile.in: [lcd4linux @ 2000-04-20 05:48:42 by +	  reinelt]  	  added documentation to EXTRA_DIST so that they go into the  	  tarball -2000-04-19 06:44  reinelt +2000-04-19  reinelt -	* README.HD44780: +	* README.HD44780: [lcd4linux @ 2000-04-19 04:44:20 by reinelt]  	  README for HD44780 driver -2000-04-17 07:14  reinelt +2000-04-17  reinelt -	* README.HD44780, lcd4linux.c, lcd4linux.conf.sample: +	* README.HD44780, lcd4linux.c, lcd4linux.conf.sample: [lcd4linux @ +	  2000-04-17 05:14:27 by reinelt]  	  added README.44780 -2000-04-15 18:56  reinelt +2000-04-15  reinelt  	* HD44780.c, Makefile.am, Makefile.in, README, lcd4linux.c, -	  udelay.c, udelay.h: -	  moved delay loops to udelay.c renamed -d (debugging) switch to -v -	  (verbose) new switch -d to calibrate delay loop 'Delay' entry for -	  HD44780 back again delay loops will not calibrate automatically, -	  because this will fail with hich CPU load - -2000-04-15 13:56  reinelt - -	* isdn.c, lcd4linux.c, processor.c, system.c: +	  udelay.c, udelay.h: [lcd4linux @ 2000-04-15 16:56:52 by reinelt] +	  moved delay loops to udelay.c +	  renamed -d (debugging) switch to -v (verbose) +	  new switch -d to calibrate delay loop +	  'Delay' entry for HD44780 back again +	  delay loops will not calibrate automatically, because this will +	  fail with hich CPU load +	* isdn.c, lcd4linux.c, processor.c, system.c: [lcd4linux @ +	  2000-04-15 11:56:35 by reinelt]  	  more debug messages - -2000-04-15 13:13  reinelt -  	* HD44780.c, Makefile.am, Makefile.in, MatrixOrbital.c, README,  	  cfg.c, debug.h, lcd4kde.conf, lcd4linux.c, processor.c: -	  added '-d' (debugging) switch added several debugging messages -	  removed config entry 'Delay' for HD44780 driver delay loop for -	  HD44780 will be calibrated automatically +	  [lcd4linux @ 2000-04-15 11:13:54 by reinelt] +	  added '-d' (debugging) switch +	  added several debugging messages +	  removed config entry 'Delay' for HD44780 driver +	  delay loop for HD44780 will be calibrated automatically -2000-04-13 08:09  reinelt +2000-04-13  reinelt  	* HD44780.c, MatrixOrbital.c, lcd4linux.conf.sample, system.c, -	  system.h: +	  system.h: [lcd4linux @ 2000-04-13 06:09:52 by reinelt]  	  added BogoMips() to system.c (not used by now, maybe sometimes we -	  can calibrate our delay loop with this value) - +	  can +	  calibrate our delay loop with this value) +	    	  added delay loop to HD44780 driver. It seems to be quite fast -	  now. Hopefully no compiler will optimize away the delay loop! +	  now. Hopefully +	  no compiler will optimize away the delay loop! -2000-04-12 10:05  reinelt +2000-04-12  reinelt  	* HD44780.c, Makefile.am, Makefile.in, MatrixOrbital.c, display.c, -	  lcd4linux.conf.sample: +	  lcd4linux.conf.sample: [lcd4linux @ 2000-04-12 08:05:45 by +	  reinelt]  	  first version of the HD44780 driver -2000-04-10 06:40  reinelt +2000-04-10  reinelt  	* MatrixOrbital.c, README, configure, configure.in, lcd4linux.c: +	  [lcd4linux @ 2000-04-10 04:40:53 by reinelt]  	  minor changes and cleanups -2000-04-07 07:42  reinelt +2000-04-07  reinelt  	* Makefile.am, Makefile.in, MatrixOrbital.c, lcd4linux.c, lock.c, -	  lock.h: +	  lock.h: [lcd4linux @ 2000-04-07 05:42:20 by reinelt]  	  UUCP style lockfiles for the serial port -2000-04-05 07:58  reinelt +2000-04-05  reinelt -	* Makefile.in, XWindow.c, configure, configure.in: +	* Makefile.in, XWindow.c, configure, configure.in: [lcd4linux @ +	  2000-04-05 05:58:36 by reinelt]  	  fixed bug in XWindow.c: union semun isn't defined with glibc-2.1 - -2000-04-05 06:12  reinelt - -	* TODO: +	* TODO: [lcd4linux @ 2000-04-05 04:12:00 by reinelt]  	  TODO added -2000-04-04 01:53  herp +2000-04-03  herp -	* XWindow.c: fixed a bug that caused pixel-errors ("fliegendreck") -	  under high load +	* XWindow.c: [lcd4linux @ 2000-04-03 23:53:23 by herp] +	  fixed a bug that caused pixel-errors ("fliegendreck") under high +	  load -2000-04-03 19:31  reinelt +2000-04-03  reinelt  	* display.c, lcd4linux.c, lcd4linux.kdelnk, lcd4linux.xpm: -	  suppress welcome message if display is smaller than 20x2 change -	  lcd4linux.ppm to 32 pixel high so KDE won't stretch the icon - -2000-04-03 08:54  reinelt - -	* lcd4linux.kdelnk: +	  [lcd4linux @ 2000-04-03 17:31:52 by reinelt] +	  suppress welcome message if display is smaller than 20x2 +	  change lcd4linux.ppm to 32 pixel high so KDE won't stretch the +	  icon +	* lcd4linux.kdelnk: [lcd4linux @ 2000-04-03 06:54:03 by reinelt]  	  KDE application link - -2000-04-03 08:53  reinelt -  	* README.KDE, lcd4kde.conf, lcd4linux.conf.sample, lcd4linux.xpm: -	  releasing 0.96 annoying X11 bugs hopefully fixed KDE integration - -2000-04-03 06:46  reinelt - +	  [lcd4linux @ 2000-04-03 06:53:09 by reinelt] +	  releasing 0.96 +	  annoying X11 bugs hopefully fixed +	  KDE integration  	* README, README.Raster, README.X11, cfg.c, cfg.h, lcd4linux.c, -	  lcd4linux.conf.sample: +	  lcd4linux.conf.sample: [lcd4linux @ 2000-04-03 04:46:38 by +	  reinelt]  	  added '-c key=val' option - -2000-04-03 06:01  reinelt - -	* Raster.c, XWindow.c, lcd4linux.conf.sample: +	* Raster.c, XWindow.c, lcd4linux.conf.sample: [lcd4linux @ +	  2000-04-03 04:01:31 by reinelt]  	  if 'gap' is specified as -1, a gap of (pixelsize+pixelgap) is  	  selected automatically -2000-04-03 00:07  herp +2000-04-02  herp -	* XWindow.c: fixded a bug that occasionally caused Xlib errors +	* XWindow.c: [lcd4linux @ 2000-04-02 22:07:10 by herp] +	  fixded a bug that occasionally caused Xlib errors -2000-04-02 00:40  herp +2000-04-01  herp -	* XWindow.c, lcd4linux.c: geometric correction (too many pixelgaps) +	* XWindow.c, lcd4linux.c: [lcd4linux @ 2000-04-01 22:40:42 by herp] +	  geometric correction (too many pixelgaps)  	  lcd4linux main should return int, not void - -2000-04-01 21:33  herp - -	* XWindow.c: +	* XWindow.c: [lcd4linux @ 2000-04-01 19:33:45 by herp]  	  colors in format \#RRGGBB in config-file now understood -2000-04-01 18:22  reinelt +2000-04-01  reinelt  	* XWindow.c, configure, configure.in, lcd4linux.conf.sample, -	  processor.c: +	  processor.c: [lcd4linux @ 2000-04-01 16:22:38 by reinelt]  	  bug that caused a segfault in processor.c fixed (thanks to herp) -2000-03-31 06:41  reinelt +2000-03-31  reinelt -	* XWindow.c: +	* XWindow.c: [lcd4linux @ 2000-03-31 04:41:22 by reinelt]  	  X11 driver: semaphore bug fixed -2000-03-30 18:46  reinelt +2000-03-30  reinelt  	* Makefile.am, Makefile.in, XWindow.c, aclocal.m4, configure,  	  configure.in, display.c, lcd4linux.conf.sample, lcd4linux.lsm: +	  [lcd4linux @ 2000-03-30 16:46:57 by reinelt]  	  configure now handles '--with-x' and '--without-x' correct -2000-03-28 10:48  reinelt +2000-03-28  reinelt -	* README.X11, XWindow.c: +	* README.X11, XWindow.c: [lcd4linux @ 2000-03-28 08:48:33 by +	  reinelt]  	  README.X11 added - -2000-03-28 09:22  reinelt -  	* Makefile.am, Makefile.in, Raster.c, XWindow.c, cfg.c, configure, -	  configure.in, lcd4linux.conf.sample, system.c: -	  version 0.95 released X11 driver up and running minor bugs fixed +	  configure.in, lcd4linux.conf.sample, system.c: [lcd4linux @ +	  2000-03-28 07:22:15 by reinelt] +	  version 0.95 released +	  X11 driver up and running +	  minor bugs fixed -2000-03-26 22:00  reinelt +2000-03-26  reinelt -	* README.Raster, Raster.c, cfg.c, lcd4linux.conf.sample: +	* README.Raster, Raster.c, cfg.c, lcd4linux.conf.sample: [lcd4linux +	  @ 2000-03-26 20:00:44 by reinelt]  	  README.Raster added - -2000-03-26 21:03  reinelt - -	* README, Raster.c, XWindow.c, cfg.c, pixmap.h: -	  more Pixmap renaming quoting of '#' in config file - -2000-03-26 20:46  reinelt - +	* README, Raster.c, XWindow.c, cfg.c, pixmap.h: [lcd4linux @ +	  2000-03-26 19:03:52 by reinelt] +	  more Pixmap renaming +	  quoting of '#' in config file  	* MatrixOrbital.c, README.Drivers, Raster.c, Skeleton.c, XWindow.c,  	  display.c, display.h, lcd4linux.c, lcd4linux.conf.sample, -	  pixmap.c: -	  bug in pixmap.c that leaded to empty bars fixed name conflicts -	  with X11 resolved - -2000-03-26 14:55  reinelt - -	* Raster.c, lcd4linux.c, lcd4linux.conf.sample: +	  pixmap.c: [lcd4linux @ 2000-03-26 18:46:28 by reinelt] +	  bug in pixmap.c that leaded to empty bars fixed +	  name conflicts with X11 resolved +	* Raster.c, lcd4linux.c, lcd4linux.conf.sample: [lcd4linux @ +	  2000-03-26 12:55:03 by reinelt]  	  enhancements to the PPM driver -2000-03-25 06:50  reinelt +2000-03-25  reinelt  	* MatrixOrbital.c, Raster.c, Skeleton.c, XWindow.c, display.c,  	  display.h, fontmap.c, lcd4linux.c, lcd4linux.conf.sample, -	  pixmap.c: -	  memory leak in Raster_flush closed driver family logic changed +	  pixmap.c: [lcd4linux @ 2000-03-25 05:50:43 by reinelt] +	  memory leak in Raster_flush closed +	  driver family logic changed -2000-03-24 12:37  reinelt +2000-03-24  reinelt -	* fontmap.h: +	* fontmap.h: [lcd4linux @ 2000-03-24 11:37:43 by reinelt]  	  fontmap.h added - -2000-03-24 12:36  reinelt -  	* Raster.c, XWindow.c, fontmap.c, lcd4linux.c, -	  lcd4linux.conf.sample, parser.c, pixmap.c, pixmap.h: -	  new syntax for raster configuration changed XRES and YRES to be -	  configurable PPM driver works nice +	  lcd4linux.conf.sample, parser.c, pixmap.c, pixmap.h: [lcd4linux @ +	  2000-03-24 11:36:56 by reinelt] +	  new syntax for raster configuration +	  changed XRES and YRES to be configurable +	  PPM driver works nice -2000-03-23 08:24  reinelt +2000-03-23  reinelt  	* Makefile.am, Makefile.in, MatrixOrbital.c, Raster.c, XWindow.c,  	  display.c, filter.c, lcd4linux.c, lcd4linux.conf.sample, -	  pixmap.c, processor.c, system.c: +	  pixmap.c, processor.c, system.c: [lcd4linux @ 2000-03-23 07:24:48 +	  by reinelt]  	  PPM driver up and running (but slow!) -2000-03-22 16:36  reinelt +2000-03-22  reinelt  	* Makefile.am, Makefile.in, XWindow.c, display.c, display.h,  	  fontmap.c, lcd4linux.c, lcd4linux.conf.sample, pixmap.c, -	  pixmap.h: -	  added '-l' switch (list drivers) generic pixmap driver added X11 -	  Framework done - -2000-03-22 08:33  reinelt - +	  pixmap.h: [lcd4linux @ 2000-03-22 15:36:21 by reinelt] +	  added '-l' switch (list drivers) +	  generic pixmap driver added +	  X11 Framework done  	* FAQ, Makefile.am, Makefile.in, MatrixOrbital.c,  	  README.MatrixOrbital, Skeleton.c, configure, configure.in,  	  filter.c, lcd4linux.c, lcd4linux.conf.sample, processor.c, -	  processor.h: -	  FAQ added new modules 'processor.c' contains all data processing +	  processor.h: [lcd4linux @ 2000-03-22 07:33:50 by reinelt] +	  FAQ added +	  new modules 'processor.c' contains all data processing -2000-03-19 09:41  reinelt +2000-03-19  reinelt  	* Makefile.am, Makefile.in, MatrixOrbital.c, README,  	  README.Drivers, README.MatrixOrbital, Skeleton.c, display.c,  	  lcd4linux.c, lcd4linux.conf.sample, parser.c, parser.h: +	  [lcd4linux @ 2000-03-19 08:41:28 by reinelt]  	  documentation available! README, README.MatrixOrbital, -	  README.Drivers added Skeleton.c as a starting point for new -	  drivers +	  README.Drivers +	  added Skeleton.c as a starting point for new drivers -2000-03-18 11:31  reinelt +2000-03-18  reinelt  	* configure, configure.in, lcd4linux.c, lcd4linux.conf.sample, -	  parser.c, parser.h: -	  added sensor handling (for temperature etc.) made data collecting -	  happen only if data is used (reading /proc/meminfo takes a lot of -	  CPU!) released lcd4linux-0.92 - -2000-03-18 09:07  reinelt - +	  parser.c, parser.h: [lcd4linux @ 2000-03-18 10:31:06 by reinelt] +	  added sensor handling (for temperature etc.) +	  made data collecting happen only if data is used +	  (reading /proc/meminfo takes a lot of CPU!) +	  released lcd4linux-0.92  	* MatrixOrbital.c, display.c, lcd4linux.c, lcd4linux.conf.sample, -	  system.c: -	  vertical bars implemented bar compaction improved memory -	  information implemented +	  system.c: [lcd4linux @ 2000-03-18 08:07:04 by reinelt] +	  vertical bars implemented +	  bar compaction improved +	  memory information implemented -2000-03-17 10:21  reinelt +2000-03-17  reinelt  	* MatrixOrbital.c, configure, configure.in, display.c, display.h,  	  lcd4linux.c, lcd4linux.conf.sample, parser.c, parser.h, system.c, -	  system.h: +	  system.h: [lcd4linux @ 2000-03-17 09:21:42 by reinelt]  	  various memory statistics added -2000-03-13 16:58  reinelt +2000-03-13  reinelt  	* Makefile.am, Makefile.in, MatrixOrbital.c, configure,  	  configure.in, display.c, display.h, isdn.c, isdn.h, lcd4linux.c,  	  lcd4linux.conf.sample, lcd4linux.h, parser.c, parser.h: -	  release 0.9 moved row parsing to parser.c all basic work finished +	  [lcd4linux @ 2000-03-13 15:58:24 by reinelt] +	  release 0.9 +	  moved row parsing to parser.c +	  all basic work finished -2000-03-10 18:36  reinelt +2000-03-10  reinelt  	* Makefile, Makefile.am, Makefile.in, MatrixOrbital.c, cfg.c,  	  configure, display.c, display.h, isdn.c, isdn.h, lcd4linux.c, -	  lcd4linux.conf.sample, system.c, system.h: +	  lcd4linux.conf.sample, system.c, system.h: [lcd4linux @ +	  2000-03-10 17:36:02 by reinelt]  	  first unstable but running release - -2000-03-10 13:02  reinelt -  	* COPYING, INSTALL, Makefile.am, Makefile.in, aclocal.m4,  	  configure.in, install-sh, lcd2041.c, lcd2041.h, missing, -	  mkinstalldirs: +	  mkinstalldirs: [lcd4linux @ 2000-03-10 12:02:43 by reinelt]  	  autoconf/automake - -2000-03-10 12:40  reinelt - -	* Makefile, cfg.c, cfg.h, config.c, config.h: [no log message] - -2000-03-10 11:49  reinelt - +	* Makefile, cfg.c, cfg.h, config.c, config.h: [lcd4linux @ +	  2000-03-10 11:40:47 by reinelt]  	* Makefile, MatrixOrbital.c, display.c, display.h, system.c: +	  [lcd4linux @ 2000-03-10 10:49:53 by reinelt]  	  MatrixOrbital driver finished -2000-03-07 12:01  reinelt +2000-03-07  reinelt  	* Makefile, config.c, isdn.c, isdn.h, lcd4linux.conf.sample, -	  lcd4linux.h, system.c, system.h: +	  lcd4linux.h, system.c, system.h: [lcd4linux @ 2000-03-07 11:01:34 +	  by reinelt]  	  system.c cleanup -2000-03-06 07:04  reinelt +2000-03-06  reinelt  	* MatrixOrbital.c, config.c, config.h, display.c, display.h,  	  filter.c, filter.h, isdn.c, isdn.h, lcd2041.c, lcd4linux.h, -	  system.c, system.h: +	  system.c, system.h: [lcd4linux @ 2000-03-06 06:04:06 by reinelt]  	  minor cleanups -2000-01-16 17:58  reinelt - -	* display.h: [no log message] - -2000-01-16 13:17  reinelt - -	* Makefile: -	  Release 0.5 project moved to SourceForge started working with CVS - -2000-01-16 13:17  reinelt - -	* MatrixOrbital.c, display.c, display.h: -	  Release 0.5 project moved to SourceForge started working with CVS - -2000-01-16 13:17  reinelt - -	* MatrixOrbital.c, display.c, display.h: Initial revision - -2000-01-16 13:16  reinelt - -	* Makefile, lcd2041.c, lcd2041.h, lcd4linux.c: -	  Release 0.4 - -2000-01-16 13:15  reinelt - -	* Makefile, filter.c, isdn.c, isdn.h, lcd4linux.c, system.c: -	  Release 0.3 - -2000-01-16 13:15  reinelt - -	* filter.c, filter.h: -	  Release 0.2 - -2000-01-16 13:15  reinelt - -	* Makefile, config.c, isdn.c, isdn.h, lcd2041.c, lcd2041.h, -	  lcd4linux.c, system.c, system.h: -	  Release 0.2 - -2000-01-16 13:14  reinelt +2000-01-16  reinelt -	* Makefile, config.c, config.h, isdn.c, isdn.h, lcd2041.c, -	  lcd2041.h, lcd4linux.c, lcd4linux.h, system.c, system.h, -	  filter.c, filter.h: Initial revision +	* display.h: [lcd4linux @ 2000-01-16 16:58:50 by reinelt] +	* Makefile, MatrixOrbital.c, config.c, config.h, display.c, +	  display.h, filter.c, filter.h, isdn.c, isdn.h, lcd2041.c, +	  lcd2041.h, lcd4linux.c, lcd4linux.h, system.c, system.h: +	  [lcd4linux @ 2000-01-16 12:17:59 by reinelt] +	  Initial revision -2000-01-16 13:14  reinelt +2000-01-16  root -	* Makefile, config.c, config.h, isdn.c, isdn.h, lcd2041.c, -	  lcd2041.h, lcd4linux.c, lcd4linux.h, system.c, system.h: [no log -	  message] +	* branches, tags, .: initial import | 
