diff options
author | David Walter Seikel | 2012-01-04 18:41:13 +1000 |
---|---|---|
committer | David Walter Seikel | 2012-01-04 18:41:13 +1000 |
commit | dd7595a3475407a7fa96a97393bae8c5220e8762 (patch) | |
tree | e341e911d7eb911a51684a7412ef7f7c7605d28e /libraries/evas/src/static_deps/liblinebreak/NEWS | |
parent | Add the skeleton. (diff) | |
download | SledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.zip SledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.tar.gz SledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.tar.bz2 SledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.tar.xz |
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.
Diffstat (limited to 'libraries/evas/src/static_deps/liblinebreak/NEWS')
-rw-r--r-- | libraries/evas/src/static_deps/liblinebreak/NEWS | 37 |
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 @@ | |||
1 | New 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 | |||
8 | New 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 | |||
17 | New 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 | |||
26 | New 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 | |||
33 | First 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 | ||