=====NEWS ABOUT TEA====
TEA 37.0.0, October 10 05 2013
---------------------------------------
http://semiletov.org/tea
---------------------------------------

   Hi! The major release is here. What's new? 

1. Some LaTeX support improvements:

1.1 Proper LaTeX quotes highligting. 
1.2 F2 (Open at cursor) can open images with the correct path detecting. For example, you have top-level main file1.tex and second-level /somedir/file2 with includegraphics that has teh path "/somedir/image01.png". So if you edit file2.tex, you can set the cursor to that second-level path and open it via F2 - TEA will find image file at the file2.tex's directory.
1.3. Right quotes conversion from straight double quotes to miscellaneous LaTeX quotes.

2. Quotes submenu at the Functions menu.

   Now all quotes-converting functions are placed here.
 
3. New Instr menu with "Fonts gallery" window. 

   With the Fonts gallery you can browse your system installed TTF fonts and how the example text is looking with them.

4. New built-in image viewer.

   The old one, that appears by pressing F2 on the image file name, was almost full-featured image viewer. But the usability of that tool was poor. So meet the new image viewer, or, preciously, image pre-viewer, because it scale down all images to 800x600 or 600x800 if they are larger. And nothing more - it cannot rotate, go to next image, etc.
   But, now you can also use the external image viewer - just set it up at the Tune - Common page. There is "display" tool from ImageMagick by default. Use binaryname %s as the command line, i.e. display %s

5. UI improvements

   View - Darker tool. Consider it as the "darker" visual filter for the current palette. 

6. Known issues. 

   I've received some reports that TEA is no good in right-to-left text direction. Unfortunately, it is issues related to the Qt's widget QPlainTextEdit, that is used as a base of the TEA main editor widget.
   Another issue is the Alt-based hotkeys in Qt5. They are no more "international". In Qt4, for example, Alt-S and Russian Alt-Ы was the same hotkey. In Qt5 it is not. So the Alt-based hotkeys in Qt5-builds of TEA is strictly langiage specific.


   If you want to support TEA via donation, better support the Ukrainian dog shelter Lyubas House - http://www.ukraineanimalrescue.org/#!lyubas-house/cxfj/. There are lot of dogs with disabilities, and they need help more than TEA.

   Stay tuned.
   Peter Semiletov