From dd7595a3475407a7fa96a97393bae8c5220e8762 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Wed, 4 Jan 2012 18:41:13 +1000 Subject: Add the base Enlightenment Foundation Libraries - eina, eet, evas, ecore, embryo, and edje. Note that embryo wont be used, but I'm not sure yet if you can build edje without it. --- libraries/evas/src/static_deps/liblinebreak/NEWS | 37 ++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 libraries/evas/src/static_deps/liblinebreak/NEWS (limited to 'libraries/evas/src/static_deps/liblinebreak/NEWS') diff --git a/libraries/evas/src/static_deps/liblinebreak/NEWS b/libraries/evas/src/static_deps/liblinebreak/NEWS new file mode 100644 index 0000000..4c55521 --- /dev/null +++ b/libraries/evas/src/static_deps/liblinebreak/NEWS @@ -0,0 +1,37 @@ +New in 2.0 + +- Update the algorithm and data according to UAX #14-24 and + LineBreak-5.2.0.txt +- Rename some functions to reduce namespace pollution +- Make Doxygen documentation better + +New in 1.2 + +- Fix the bug that an assertion in code can fail if an invalid UTF-8 or + UTF-16 sequence is encountered near the end of input +- Remove the specialization of right single quotation mark as closing + punctuation mark in English, French, and Spanish, because it can be + used as apostrophe +- Make Doxygen documentation better + +New in 1.1 + +- Make get_lb_prop_lang static and not an exported symbol +- Define is_line_breakable to alias to is_breakable +- Declare get_next_char_utf* will be changed to lb_get_next_char_utf* +- Move the declarations of get_next_char_utf* from linebreak.h to + linebreakdef.h +- Add the function documentation comments to the header files + +New in 1.0 + +- Update the line breaking data according to UAX #14-22 and + LineBreak-5.1.0.txt +- Add autoconfiscation support (./configure, make, make install) +- Add Makefile for MSVC + +First public release (0.9.6, or 20080421) + +- Implement line breaking algorithm according to UAX #14-19 +- Line breaking data is generated from LineBreak-5.0.0.txt +- Makefile only supports GCC -- cgit v1.1