2014-10-20
    - patch -p1 < debian/patches/fix_typo.patch
    - Skipped 
        locale-dir-is-usr_share_locale 
        messages
      because of windows version compatibility 
    - Skipped 
        patch -p1 < debian/patches/install-png-to-pixmaps
      because the patch does not allow installation in home directory.
    - Changed
        datadir = @datarootdir@
      to
        datadir = @datadir@
      in makefile.conf.in
    Checked 
      https://www.gnu.org/software/autoconf/manual/autoconf-2.64/html_node/Changed-Directory-Variables.html

    Prepared yudit-2.9.6 service release

2014-10-19
    - UPDATED for Unicode 7.0.0

    - Changed shape.pl,precompose.pl,bidiclass.pl,charclass.pl for new perl:
            next if (split (';')) < 6;
        to
            @_ = split(';', $_);
            next if ($#_ < 6);

    - Changed ./arabickmap.pl just in case:
            split /~/; 
        to
            @_ = split ('~', $_);  
    - Regenerated with cd bin; make map:
        mytool/mys/charclass.mys
        mytool/mys/bidiclass.mys
        mytool/mys/precompose.mys
        mytool/uni/mirroring.txt
        mytool/mys/OldItalic.mys
        mytool/mys/shape.mys (unchanged)
        mytool/kmap/ArabicTranslit.kmap (unchanged)

    - Removed unused variables in:
        stoolkit/SBMap.cpp
        stoolkit/SParagraph.cpp
        stoolkit/sencoder/SB_X11_HZ.cpp
        swindow/SFontOTF.cpp
        swindow/SFontFB.cpp
        mytool/ProcessFile.cpp
        swidget/STextView.cpp
        gui/SMessageBar.cpp

    - Preparing yudit-2.9.4

    - changed bin/wininst.bat to have a different TOPLEVEL

    - updated Dakelh.kmap

    - added debian files
2011-08-04
    - Applied patch0 to yudit-2.9.2 - syntax core
    - Applied patch1 to yudit-2.9.2 - paralell compilation
    - Applied patch2 to yudit-2.9.2 - postscript bug for control chars
    - Updated for Unicode 6.0

2010-02-11
   - Fixed redrawing bug when XIM does not support status area.
2010-02-09
   - Added modifications to work on Windows98SE again.
   - Fixed XDND url encoding bug.
2010-02-08
   - Changed to use unicode on Windows platform for registry values.
     (Keys are still ansi)
   - Added ISO set to hunspell encoders.
   - Added iso-8859-13.my
2010-02-06
   - Added HOME environment override determining HOME directgory.
   - Fixed file selection bug.
   - Added YUDIT_MYTOOL environment variable to override mytool
     in Makefiles that generate maps. This way you can cross compile
     for 64 bit in a 32 bit environment:
       YUDIT_MYTOOL=/path/to/32bit/mytool make
2010-02-05
   - Added native unicode filename support for Windows.
   - Changed home folder from C:\HOME to "My Documents" on
     windows.
2010-02-02
   - TEST Change utf8ToSystem and SystemToUtf8 fro unix.

2010-02-02
   - Changed to use My Documents instead of C:\Home on Windows.

2010-01-30
   - Fixed errors so that it compiles with Windows SDK (9.0)

2010-01-24
   - Added re-resize  because sometimes ConfigureNotify shows us that
     not the latest resize request got honoured. The change is in 
     SPanel.cpp.

2010-01-23
  - Added patch from Pedro Gimeno to fix converting bug  DOS CRLF with uniconv.
  - modified 

        charclass.pl 
        bidiclass.pl 
        precompose.pl 
        mirroring.pl 
        olditalic.pl 
        shape.pl 

    so that version can be easily specified from bin/Makefile.
    - Updated for Unicode 5.2.0
    - got rid of hacked block in charclass.mys:
        00010C00 -> 13
        00010FFF -> 00
    - got rif of hacked block in bidiclass.mys:
        00010C00 -> 04
        00010FFF -> 00
    Need to find some other block to test rovasiras.
    beta5 out.
    Added ibus input to config.
    Changed xpm files to const to get rid of compiler warning
    Added parenthesis in SB_UTF8.cpp, SB_UHC.cpp, SB_Johab.cpp, 
      SXInputMethod.cpp
    mytool/main.cpp fscanf return value fixes.
    ProcessFile.cpp
    STextEdit.cpp parethesis
    uniconv/Main.cpp string constant to ‘char*’
    uniprint/Main.cpp string constant to ‘char*’
    SYudit.cpp parethesis
2009-03-28
  - Applied patch to make yudit compilable (again) on platform without X11.
2009-03-11
  - Updated yudit-syntax.iss
2008-11-22
  - Added http://bugzilla.novell.com/show_bug.cgi?id=445708
    Mike Fabian's patch.
2008-08-23
  - Made changes to PUA mytool/uni/ROVASIRAS.TXT 
  - Made adjustments to yudit.ttf and yudit.hex
  - Reserverd 10C00 10FFF for RL script testing of
      Old Hungarian / Hungarian Rovas.
  - Ligature cluster of Old Hungarian with ZWJ (liga, rlig no script code)
  - Hosszu.mys experimental keymap
  - Added the following fonts to default fontset  rovasSMP.ttf , ohunSMP.ttf.

