23 August 1998
   Prepearing for release 1.1

23 August 1998
   Added -e encoding option.

21 August 1998
   Fixed serious bug in Translate

20 August 1998
   Reorganized make so that qt and motif can be split off.

17 August 1998
   Added fixes to compile on HPUX 
     o removed check for MMAP. Apperantly I dont need such a sophisticated check
       From Wei-Lun Chao <wchao@post.uni-bielefeld.de>
       configure gives up on mmap in:
        data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1);
        if (data2 != mmap(data2, pagesize, PROT_READ | PROT_WRITE,
            MAP_PRIVATE | MAP_FIXED, fd, 0L))
                exit(1);

   Added fixes to compile on FreeBSD 
     o ranlib - thanks Ricardas Cepas <rch@ip.lt>

   Added fixes to compile on Irix
     o splitting library to split off X dependent part.
20 July 1988
   Added new translations
      o zh_TW.utf8 from Wei-Lun Chao <wchao@post.uni-bielefeld.de>
      o Chinese-CJ.kmap from Wei-Lun Chao <wchao@post.uni-bielefeld.de>
10 July 1988
      o added missing JAVA converter to menu.
17 May 1988
   Major clean up of source code.  Ready for release-1.0 
8  May 1988
   Added UNI converter.
7  May 1988
   Added U+2028 (line separator) 
   Added U+2029 (paragraph separator) 
3  May 1998
   Added CTEXT_KR converter (acutally renamed)
   Added JAVA converter
   Fixex printing bug with big font index (Gulim).
29 April 1998
   Check added to deal with missing tupdate program in gettext. Still 
   we need msgfmt.
   Added "last input" toggle <ctrl>i. Now you can toggle between the
   current and the last input map used.  It works only in main edit
   window for now.
29 April 1998
   Applied patches from Jungshik Shin <jshin@pantheon.yale.edu> to support
   JOHAB and UHC. Had to modify KSC5601 to have two forms KSC5601L and KSC5601R.
   This is necessary to distinguish lest and right encondings. Similarily the
   GB2312 was converted to GB2312L and GB2312R. Modified yuditrc.in to 
   minimize the impact.
28 April 1998
   Added a new format for kmap files. This can be used for Hangul and
   the built-in Unicode kmap.
21 April 1998
   Added Esperanto and Mnenomic from Roman Czyborra
18 April 1998
   Applied freetype-hint patch from Roman Czyborra <czyborra@cs.tu-berlin.de>
   Got kmaps from him:
       Danish.kmap    German.kmap    Polish.kmap 
       Dutch.kmap     Mnemonic.kmap  SGML.kmap
   Mnemonic.kmap still had some problems.
9  April 1998
   Received bug report and font maps from
   Jungshik Shin <jshin@pantheon.yale.edu>
7  April 1998
   0.99 is out. First patch is out. Patch: uniconv -O
1  April 1998
   Finished gui yudit. Need testing. Added -I and -O options to uniconv.
27 Mar 1998
   Uniconv now handles -O and -I options.
24 Mar 1998
   Added 10646 built-in umap for unicode fonts.
19 Mar 1998
   Decided on gettext package. Had problems because libttf links this package
   and the libttf contained one that conflicted with that I had installed. 
   Lost 7 days. (Could have written a new gettext package in 7 days...)
1  Mar 1998
   Started writing gui with pure X
22 Feb 1998
   Added new font mapping style that does not consume much memory and time.
   Added reusable FontMapCache
15 Feb 1998
   New method to load fonts.
   Started gui tree.
9  Feb 1998
   Changed class name to Yudit
   Release 0.97
9  Feb 1998
   Added new file dialog. Motif file dialog did not work or dumped. 
   Motif sucks bigtime.
7  Feb 1998
   Added go to line
   Reorganized menubar
4  Feb 1998
   Support for bumap (binary umap) through mmap.
   Added new korean map. Obselete one is OLD5601.bumap.
1  Feb 1998
   Added Find/Replace.
   Added new options to configure script.
31 Jan 1998
   KSC 5601 map was too old. The new unicode map has different codepoints.
   New optin -low for uniconv.
31 Jan 1998
   converter class can handle 16 bit. The output input stream will change
   from 8bit to 16bit if a 16bit (encode-part)  umap is used.
19 Jan 1998
   Upgraded for freetype 1.0
12 Jan 1998
   uniprint -E option fix
10 Jan 1998
   Release yudit 0.95
10 Jan 1998
   Change filename when "Save As..".
10 Jan 1998
   Added Lituanian.kmap from Ricardas Cepas <rch@pub.osf.lt>
   Also, as recommended I changed koi8-1 to koi8-r
10 Jan 1998
   Make yudit recognize Debian style qt installation
   headers in /usr/X11R6/include/qt
   libs in /usr/X11R6/lib
10 Jan 1998
   Make yudit compilable with egcs 1.0.1
8  Jan 1998
   For motif 1.2 frame will be drawn with a title
5  Jan 1998
   Conversion did not work properly because of some bugs in args.
17 Dec 1997
   Added MSTXT for NT notepad or Word.
   Save whole buffer - not line-by-line
   Now HZ ~\n should work as well.
   Fixed config file checking bug.
   Clear selected text first when typing new string.
16 Dec 1997
   Fix printing - if file starts of new lines only it would not print those.
16 Dec 1997
   Move UCS2LE UCS2BE to UCS2Conv, modified uniprint and uniconv
7  Dec 1997
   Fixed Home,End,Delete keys.
7  Dec 1997
   Fixed uniconv UCS2LE UCS2BE
2  Dec 1997 
   Added postscript printing.
28 Nov 1997
   Added True Type font rendering.
21 Nov 1997
   Fixed rewind bug in config. file->clear();
