----------------------------------------------------------------------
ChangeLog for goldlib.
$Id: ChangeLog,v 1.16 1999/02/05 22:59:36 damware Exp $
----------------------------------------------------------------------

1999-02-05  Dirk A. Mueller <dmuell@gmx.net>

        * gall/gkbdbase.cpp: Fix for german keyboards (W32), which
        need right alt as a AltGr to enter '@' and other stuff.

1999-02-03  Leonid Lisovsky <lly@aha.ru>

        * gcmpall.h,: Goldware has 'bool' type in Watcom 11.0

        * gdirposx.cpp: Fix version check for Watcom 11.0

1999-02-01  Dirk A. Mueller <dmuell@gmx.net>

        * gvidinit.cpp: Don't reset to 80x24 when exiting GoldED. 

        * gfile.cpp: Implement getftime() (by Alexander S. Aganichev,
          <asa@lan.eed.miee.ru>).

1999-01-29  Leonid Lisovsky <lly@aha.ru>

        * gall/gkbdbase.cpp: Right and left Alt's are equal now in
        gkbd_nt2bios(). Minor cleanup.

        * gall/gwinpckf.cpp: Self-directory entry ".\" won't be
        displayed any more.

1999-01-29  Dirk A. Mueller <dmuell@gmx.net>

        * gall/gvidinit.cpp: After spending some hours reading VT102
        terminal code specs, I think I've fixed that xterm-output 
        bug. At least it works here fine under my setup. Please test
        and report. Note that there is still no terminfo-support.

1999-01-27  Dirk A. Mueller <dmuell@gmx.net>

        * gall/gkbdbase.cpp (LL): Several fixes to kbxget_raw() for
        the W32 version. Solved problem entering hiascii characters 
        under Win9x and under WinNT. Also some optimations done. 

1999-01-25  Dirk A. Mueller <dmuell@gmx.net>

        * gcfg/gxsquish.cpp (LL): Fixed some MAPPATH-Bugs. 

1999-01-24  Dirk A. Mueller <dmuell@gmx.net>

        * gcfg/gedacfg.cpp: areas.bbs path was changed to upper case,
        which broke it under linux (Johan Billing, billing@df.lth.se)

1999-01-22  Dirk A. Mueller <dmuell@gmx.net>

        * gkbdbase.cpp (LL): Major cleanup to the W32-keyb-handling
        code, trying to speed it up and make it better maintainable.

        * gkbdbase.cpp (LL): WinNT "Escape key" bug fixed. Also the 
        mapping of Alt-2, Alt-3, ALT-Q => 2,3,Q has been removed. 

        * gftnall.h: changed bool valid() {...} to bool valid() const,
        as this matches more what it really does. Needed to avoid some
        ugly warnings.

1999-01-16  Dirk A. Mueller <dmuell@gmx.net>

        * gmsgquot.cpp: Fixing potentially bug, pointed out by
        Gyorgy Kenez <gyurik@radio.hu>. Note that this file is
        not used by GoldED 3.xx, so don't waste time on it now.

        * Small update to styleguide.

        * Again some changes to gdir()/gdirposx() code by Leonid 
        Lisovsky: 

           - File attributes handling in gdir under Unix now is more 
           similar to its WIN32,MSDOS analogs.
 
           - gposixdir now successfully compiled under Watcom C/C++
           ( since version 11.0 it has rewinddir() )

           - gposixdir::is_file() repaired - was inverse logic.       

1999-01-13  Dirk A. Mueller <dmuell@gmx.net>

        * Argh, gdir() was broken under __UNIX__. Year-Timestamp was
        wrong.

        * Bugfixes for gdirposx()/gdirff, thanks to Leonid Lisovsky. 

1999-01-12  Dirk A. Mueller <dmuell@gmx.net>

        * gdirff.cpp/h, gdirposx.cpp/h: integrated patches by Leonid 
        Lisovsky <lly@aha.ru>. gdir - class can now be safely used
        in unix-versions. no need for gdirposx any more! maybe we 
        should drop it completely? gdir is faster anyway. 

1998-10-25  Odinn Sorensen <odinn@goldware.dk>

        * Various minor corrections.

1998-12-28  Dirk A. Mueller <dmuell@gmx.net>

        * Fiddled around with the Makescripts to make it fluently
        compile under my setup, as before. Hopefully didn't break any
        important setup.

1998-10-25  Odinn Sorensen <odinn@goldware.dk>

        * Started ChangeLog

----------------------------------------------------------------------
