2002-10-19
  o Added sample text from a verse from Anirban written by 
    Rabindra Nath Tagore in "Gitanjali".
  o Fixed SFontTTF.cpp so that external map can be used for 
    Yudit-ligature shapes. Need to do: automatic mechanism 
    for OTF font: need an OTF font for that.
  o Ready for 2.6.4.
2002-10-18
  o updated IS_RM.mys from Anirban.
  o appened IS_AS,IS_BN,IS_DV,IS_GJ,IS_KN,IS_ML,IS_OR,IS_PJ,IS_RM,IS_TL,IS_TM
    to yudit.editor.filetypes in yudit.properties.in and yuditw.properties
  o Makefile generates reverse maps for IS_*.mys now.
2002-10-17
  o movoed mytool/uni/nastaliq.txt -> mytool/mys/nastaliq.mys 
  o modified mytool/mys/nastaliq.mys to include 6 more mappings
    that are shapes of two ligatures:
    U+06A9 U+200D U+0627
    U+06A9 U+200D U+0644
  o still problem: nastaliq does not have U+0626.
  o created SParagraph and reorganized code:
    Now SParagraph contains:
      - split
      - shape
      - visual/logical
    Skipped implementing Reverse BiDi - release first.
 o Added ISCII transliteration maps and BUG.TXT report
    concerning them from Anirban Mitra" <mitra_anirban@yahoo.co.in>
     IS_AS.mys Assamese
     IS_BN.mys Bengali
     IS_DV.mys Devanagari
     IS_GJ.mys Gujarati
     IS_KN.mys Kannada
     IS_ML.mys Malaylam
     IS_OR.mys Oriya
     IS_PJ.mys Punjabi
     IS_RM.mys Roman Translitteration
     IS_TL.mys Telegu
     IS_TM.mys Tamil
   The alpp.isc and alpp.utf8 files are in tests/text.
  o added missing log to nastaliq.mys
  o Fixed a very bad core dump problem in SGlyph::addComposing.
  o Fixed a bad problem in Glyph::SGlyph 
2002-10-16
  o added stoolkit/SCharClass.h and stoolkit/SCharClass.cpp
  o removed hardcoding isNumber() and isDelimiter() from STextData.cpp
  o clicking on lineend changes only selected lineends.
  o split off SGlyph.cpp and SGlyph.h
  o fixed SGlyph == and !=, modified setting LS PS to
    use selected text.
  o make LS part of the line.
  o LS now works as LS and \n \r and \r\n as PS.
2002-10-15
  o udded ur to .spec.
  o modified .iss to have proper lang for ur.
2002-10-14
  o fixed one more overstrike problem reported by Mark.
2002-10-13
  o made a nastaliq.txt and nastaliq.my  map file to map nastali-unicode
    to real unicode. Use this with the font:
     md5sum nastaliq.ttf 
     25f564202072e46593b036bdf0f6a818  /home/gsinai/nastaliq.ttf
    Helped: S H A N <shanali@singnet.com.sg>, 
            Miikka-Markus Alhonen <Miikka-Markus.Alhonen@tigatieto.com>
  o made a better fallback mechanizm for missing shaped glyphs.
  o added updated Bengali translations from 
     "Anirban Mitra" <mitra_anirban@yahoo.co.in>
  o added a tests/ttfdump test program.
  o updated ani.ttf Bengali OTF font on web server download/fonts.
  o fixed composing bugs reported by Mark.
2002-10-12
  o added HOWTO-tibetan.txt from Grisha Mokhin <mokhin@bog.msu.ru>
  o updated doc/de/FAQ.TXT.in from Thomas Wohlfarth <thomas.wohlfarth@gmx.net>
  o added a huge 'cleanup' patch from Miikka
  o modified stoolkit/STextData.cpp to remove hard-coding and 
    modified bin/shape.pl to have all the optional shaped ligatures.
2002-10-11
  o made fallback on shaped ligatures better.
  o added new ligatures for URDU 
      U+0643 U+0627 
      U+0643 U+0644 
    bin/shape.p, mytool/mys/shape.mys, stoolkit/STextData.cpp.
  o added a fallback to original charcter if not found and isolated.
2002-10-10
  o fixed compile problem with beta11.
  o Added () in decomposed shapes.
  o As characters can be added to clusters on the fly, 
    I removed the clustering flag from:
    Bengali.kmap Ben-Inscript.kmap 
    Devanagari.kmap Dev-Inscript.kmap Dev-Phonetic.kmap 
    Gujarati.kmap Guj-Inscript.kmap Gurmukhi.kmap 
    Gur-Inscript.kmap Oriya.kmap Ori-Inscript.kmap 
    Malayalam.kmap Mal-Inscript.kmap Telugu.kmap Tel-Inscript.kmap
    Kannada.kmap Kan-Inscript.kmap
    this left MiddleKorean as the only clustering kmap.
 o Set wordwrap false by default for users
2002-10-09
  o updated yiddish FAQ from Raphael Finkel <raphael@cs.uky.edu>
  o updated Hebrew sample text from Mark E. Shoulson <mark@kli.org>
  o updated == and != in SGlyph.
  o Fixed SIO.cpp so that it wont look for current directory if
    not necessary.
  o Simplified composing additions.
  o Fixed compising problems with Yudit Ligatures like U+0259 U+0300.
  o Fixed problem with Arabic diacritics like U+0627 U+0655
    see arabcomp.txt.
2002-10-08
  o fixed single character composition problem.
  o added Vietnamese FAQ updates from wangji <hoan@wanadoo.fr>
  o Made composing character inserts immediate and undoable.
  o Added -wrap option to uniprint (word wrap)
  o Made word wrapping also on printer
  o Moved Hebrew hatikvah.utf8 to test/text
  o Fixed find problem for uncomplete.
2002-10-07
  o Fixed endselect problem.
  o Fixing delivery of keyrelease events. Still XIM is not good.
    This is needed for endselect: <alt-press>-><alt-release> <alt><v>
  o Undo fixes
  o Composing characters can be applied to any cluster including 
    precomposed and shaped characters.
2002-10-06
  o Added fi/es FAQ and 
  o Fixed line selection problem
2002-10-05
  Added Urdu/Pakistan ur locale from S H A N <shanali@singnet.com.sg>
  Modified Amharic/Ethiopia am locale Daniel Yacob <locales@geez.org>
  Modified command area history handling (multiple filenames)
  Addded Q17,18 (wordwrap and syntax highlighting) to HOWTO.txt.
  Fixed cursor movement bugs
2002-10-04
  o added 0x7d '}' to highlight as a delimiter
  o changed delimiter color
  o modified Hebrew to Yiddish in doc/TestPage.txt
    as suggested by Mark E. Shoulson <mark@kli.org>
  o added sample Hebrew contibuted by Mark E. Shoulson <mark@kli.org>
  o added the following properties:
      yudit.editor.syntax 
      yudit.editor.wordwrap 
    updated doc/HOWTO-configure.txt
2002-09-03
  o added patch1 (from Miikka-Markus Alhonen)
    - OpenType bugfixes.
    - Bengali kmap fixes.
  o Added bengali menu translations from
     Dr Anirban Mitra <mitra_anirban@yahoo.co.in> 
  o Added modified Dev-Inscript.kmap (Sanjay Khatri)
  o Added modified Russian.kmap (Jernej Kovacic)
  o Added Ukrainian-translit.kmap Jernej Kovacic <jkovacic@email.si>
  o Added modified SGML.kmap Jernej Kovacic <jkovacic@email.si>
  o Added Romanian.kmap Horia Dumitrescu <pandumi@wanadoo.fr>
  o Added Tibetan-Wylie.kmap Gregory Mokhin, <mokhin@bog.msu.ru>
  o Added color highlighting word wrapping and other fixes:  
       Maarten van Gompel <proycon@anaproy.homeip.net>
-------------------------------------------------------------------------------
Older changes are in history/CHANGELOG-2.6.2.TXT
