From 34664450b1f0ea1292b9bc5f34c185600889ad54 Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Wed, 8 Oct 2003 14:21:10 +0000 Subject: [lcd4linux @ 2003-10-08 14:21:10 by reinelt] Changelog; small type in parport.c --- ChangeLog | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ parport.c | 7 +++++-- 2 files changed, 73 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index dfc50fa..594d692 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,73 @@ +2003-10-08 andy-b + + * MilfordInstruments.c: + Cleaned up code in MilfordInstruments.c, and added descriptions for other display sizes (untested) + +2003-10-08 nicowallmeier + + * HD44780.c: special handling for 16x4 displays + + * HD44780.c: Support of two displays of the same size + +2003-10-07 Michael Reinelt + + * configure.in, Makefile.in, config.h.in, configure: + AM_PROG_LIBTOOL removed + +2003-10-06 Michael Reinelt + + * 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 + + * 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 + + * 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 + + * 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 + + * 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 + + * 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 + * 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 diff --git a/parport.c b/parport.c index 81e3258..1ebf340 100644 --- a/parport.c +++ b/parport.c @@ -1,4 +1,4 @@ -/* $Id: parport.c,v 1.10 2003/10/05 17:58:50 reinelt Exp $ +/* $Id: parport.c,v 1.11 2003/10/08 14:21:10 reinelt Exp $ * * generic parallel port handling * @@ -22,6 +22,9 @@ * * * $Log: parport.c,v $ + * Revision 1.11 2003/10/08 14:21:10 reinelt + * Changelog; small type in parport.c + * * Revision 1.10 2003/10/05 17:58:50 reinelt * libtool junk; copyright messages cleaned up * @@ -313,7 +316,7 @@ unsigned char parport_wire_data (char *name, unsigned char *deflt) w=0; } else { error ("parport: unknown signal <%s> for wire <%s>", s, name); - error (" should be DB..7 or GND"); + error (" should be DB0..7 or GND"); return 0xff; } -- cgit v1.2.3 71b4a5651fca12b50b15b0a3afa03dcf0774787&follow=1'>Remove forced install of examples in rules.Jonathan McCrohan1-2/+2 2012-02-11Fix Examples.Jonathan McCrohan6-34/+17 2012-02-11Remove makefile.Jonathan McCrohan1-7/+0 2012-02-11Move *.docs, *.install and *.examples to -dev.Jonathan McCrohan7-2/+2 2012-02-11Move to single -dev package.Jonathan McCrohan2-14/+12 2012-02-08Update package changelog.Jonathan McCrohan1-1/+1 Bump release date. 2012-02-08Partial manual revert of move to libconfig*8.Jonathan McCrohan4-12/+12 Move back to libconfig*9, with libconfig*8-dev remaining. 2012-02-08Add my name to debian copyright.Jonathan McCrohan1-2/+3 2012-02-08Atomic commit. Rollback to libconfig8 packaging names.Jonathan McCrohan10-8/+8 2012-02-07Rename libconfig9 to libconfig8 to aid release teamJonathan McCrohan1-14/+14 2012-02-07Fix "closes typo"Jonathan McCrohan1-1/+1 2012-02-07Revert "Add symbols"Jonathan McCrohan3-739/+1 This reverts commit 5184275a78a65864e1c7c0c609f945fdb0dd2d26. 2012-02-07Revert "Fix b0rked symbol file."Jonathan McCrohan1-1/+1 This reverts commit da589e0b2ee111a61807c057cd4608b7bb278cca. 2012-02-07Revert "Second attempt"Jonathan McCrohan2-0/+194 This reverts commit 1c5de5f3d1287cdf6994bb3451b8a8e18a62b8ec. 2012-01-29Second attemptJonathan McCrohan2-194/+0 2012-01-29Fix b0rked symbol file.Jonathan McCrohan1-1/+1 2012-01-29Add symbolsJonathan McCrohan3-1/+739 2012-01-26add examples properlyJonathan McCrohan1-0/+2 2012-01-26Update changelogJonathan McCrohan1-3/+6 2012-01-26fix typoJonathan McCrohan1-1/+1 2012-01-26fix accidental description changesJonathan McCrohan1-2/+2 2012-01-26more fucking around to please lintianJonathan McCrohan1-5/+2 2012-01-25Linitan fixesJonathan McCrohan2-3/+2 2012-01-25Split out debug packagesJonathan McCrohan2-1/+6 2011-12-31Fix debian/rulesJonathan McCrohan1-1/+1 2011-12-31Remove shlibsJonathan McCrohan1-2/+0 2011-12-31Remove NMU from changelogJonathan McCrohan1-1/+0 2011-12-31Lintian FixesJonathan McCrohan1-2/+4 2011-12-31Remove Makefile patchJonathan McCrohan1-1/+0 2011-12-31Update MakefilesJonathan McCrohan10-248/+8222 2011-12-31Updated makefilesJonathan McCrohan1-0/+1