aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2003-10-08 14:21:10 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2003-10-08 14:21:10 +0000
commitd30e85ecdc59e0aa28ae62acaa0961643368994c (patch)
tree94658185a34f7f377fc6ac4bdde772cf3c57f959 /ChangeLog
parent114b1917a4ff9f50e5744280ca6b78552cc31cf3 (diff)
downloadlcd4linux-d30e85ecdc59e0aa28ae62acaa0961643368994c.tar.gz
[lcd4linux @ 2003-10-08 14:21:10 by reinelt]
Changelog; small type in parport.c git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@263 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog68
1 files changed, 68 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dfc50fa..594d692 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,73 @@
+2003-10-08 andy-b <andy-b@merlin.ethnet>
+
+ * MilfordInstruments.c:
+ Cleaned up code in MilfordInstruments.c, and added descriptions for other display sizes (untested)
+
+2003-10-08 nicowallmeier <nicowallmeier@merlin.ethnet>
+
+ * HD44780.c: special handling for 16x4 displays
+
+ * HD44780.c: Support of two displays of the same size
+
+2003-10-07 Michael Reinelt <reinelt@merlin.ethnet>
+
+ * configure.in, Makefile.in, config.h.in, configure:
+ AM_PROG_LIBTOOL removed
+
+2003-10-06 Michael Reinelt <reinelt@merlin.ethnet>
+
+ * expression.c: functions: min(), max()
+
+ * evaluator.c, expression.c: operators: ==, \!=, <=, >=
+
+ * evaluator.c, evaluator.h, expression.c, expression.h:
+ expression evaluator added
+
+ * bootstrap, libtool: files 'libtool' and 'bootstrap' added
+
+ * configure.in, Makefile.am, Makefile.in, configure:
+ libtool stuff again...
+
+2003-10-05 Michael Reinelt <reinelt@merlin.ethnet>
+
+ * BeckmannEgle.c, Crystalfontz.c, Cwlinux.c, HD44780.c, M50530.c, Makefile.am, Makefile.in, MatrixOrbital.c, MilfordInstruments.c, PalmPilot.c, Raster.c, SIN.c, Skeleton.c, T6963.c, Text.c, USBLCD.c, XWindow.c, bar.c, bar.h, battery.c, battery.h, cfg.c, cfg.h, debug.c, debug.h, display.c, display.h, dvb.c, dvb.h, exec.c, exec.h, filter.c, filter.h, fontmap.c, fontmap.h, icon.c, icon.h, isdn.c, isdn.h, lcd4linux.c, lock.c, lock.h, mail.c, 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
+
+2003-10-04 Michael Reinelt <reinelt@merlin.ethnet>
+
+ * configure.in, ltmain.sh, Makefile.am, Makefile.in, aclocal.m4, config.h.in, configure:
+ autoconf/automake/libtool fixes from Ronald Landheer-Cieslak
+
+2003-10-03 Michael Reinelt <reinelt@merlin.ethnet>
+
+ * parport.c:
+ compile error in parport fixed (thanks to Andrew from FilmCan)
+
+ * MatrixOrbital.c, processor.c:
+ start support for new MatrixOrbital MX2 displays
+
+2003-09-29 Michael Reinelt <reinelt@merlin.ethnet>
+
+ * configure.in, display.c, Makefile.am, Makefile.in, MilfordInstruments.c, config.h.in, configure:
+ new driver for Milford Instruments MI420 by Andy Baxter
+
+ * HD44780.c, MatrixOrbital.c, T6963.c:
+ changed default HD44780 wiring: unused signals are GND
+
+2003-09-21 Michael Reinelt <reinelt@merlin.ethnet>
+
+ * HD44780.c, MatrixOrbital.c:
+
+ MatrixOrbital: bidirectional communication
+ HD44780: special handling for 16x1 displays (thanks to anonymous bug report on sf.net)
+
2003-09-19 Michael Reinelt <reinelt@merlin.ethnet>
+ * 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
+
* Makefile.am, Makefile.in, TODO, icon.c, widget.c, widget.h:
minor fixes, widget.c added