2003-05-30 Gregory Pietsch <GKP1@flash.net>
        * msgs.h : New file.
        * msgs-en.h : New file for internationalization.
        * configure.in : version changed.
        * Makefile.am : Added new files.
        * edline.c edlib.c error.c : Minor alterations to outputted strings
          for internationalization.

2003-05-13 Gregory Pietsch <GKP1@flash.net>
        * edline.htm : New file for HTML HELP.
        * Makefile.am : Added edline.htm in EXTRA_DIST area.
        * New version: 1.3 released.

2003-05-10 Gregory Pietsch <GKP1@flash.net>
        * dynstr.c (DSassigncstr): Added.
        * dynstr.c (DScopy): Dropped; use a combination of DScreate and an
          explicit DSassigncstr instead.
        * dynstr.h : Redid prototypes for dynstr.c functions with cproto and
          incorporated them here.
        * error.c: Added patch from Michael Kallas.

2003-04-29 Gregory Pietsch <GKP1@flash.net>
        * configure.in : New test for memcpy() (HAVE_MEMCPY).
        * dynstr.c : New fallback implementations of memset(), bcmp(), bcopy().
        * edlib.c : New fallback implementation of strchr().
        * Makefile.am : include files config-h.bc, config-h.msc, Makefile.bc
          in EXTRA_DIST area.
        * New version: 1.2 released.

2003-03-05 Gregory Pietsch <GKP1@flash.net>

        * Makefile.bc : New file from Jim Hall <jhall@freedos.org>.
        * config-h.bc : New file.
        * dynstr.c dynstr.h : New files - renamed from dynstring.c and
          dynstring.h.
        * dynstring.c dynstring.h : Deleted.
        * NEWS : modified.
        * README : modified to include Borland C++ directions.
        * dynstr.c (HAVE_BCMP) : include fallback implementation of bcmp().
        * dynstr.c (HAVE_BCOPY) : include fallback implementation of bcopy().
        * config.h.in : regenerated.
        * config-h.msc config-h.bc : new defines for HAVE_BCMP, HAVE_BCOPY, 
          HAVE_INDEX.
        * New version: 1.1 released.

2003-03-03 Gregory Pietsch <GKP1@flash.net>

        * Initial entry.
        * AUTHORS COPYING ChangeLog INSTALL Makefile.am Makefile.in
          NEWS README aclocal.m4 config.h.in configure configure.in
          depcomp dynstring.c dynstring.h edlib.c edlib.h
          edline.c error.c error.h install-sh missing
          mkinstalldirs xmalloc.c xmalloc.h : New files.
        * TODO config-h.msc edline.dsw edline.dsp : New files.
        * Version 1.0 released.

