aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/evas/src/static_deps/liblinebreak/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/evas/src/static_deps/liblinebreak/NEWS')
-rw-r--r--libraries/evas/src/static_deps/liblinebreak/NEWS37
1 files changed, 37 insertions, 0 deletions
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 @@
1New in 2.0
2
3- Update the algorithm and data according to UAX #14-24 and
4 LineBreak-5.2.0.txt
5- Rename some functions to reduce namespace pollution
6- Make Doxygen documentation better
7
8New in 1.2
9
10- Fix the bug that an assertion in code can fail if an invalid UTF-8 or
11 UTF-16 sequence is encountered near the end of input
12- Remove the specialization of right single quotation mark as closing
13 punctuation mark in English, French, and Spanish, because it can be
14 used as apostrophe
15- Make Doxygen documentation better
16
17New in 1.1
18
19- Make get_lb_prop_lang static and not an exported symbol
20- Define is_line_breakable to alias to is_breakable
21- Declare get_next_char_utf* will be changed to lb_get_next_char_utf*
22- Move the declarations of get_next_char_utf* from linebreak.h to
23 linebreakdef.h
24- Add the function documentation comments to the header files
25
26New in 1.0
27
28- Update the line breaking data according to UAX #14-22 and
29 LineBreak-5.1.0.txt
30- Add autoconfiscation support (./configure, make, make install)
31- Add Makefile for MSVC
32
33First public release (0.9.6, or 20080421)
34
35- Implement line breaking algorithm according to UAX #14-19
36- Line breaking data is generated from LineBreak-5.0.0.txt
37- Makefile only supports GCC