OLD | NEW |
| 1 Overview of changes leading to 0.9.27 |
| 2 Tuesday, March 18, 2014 |
| 3 ===================================== |
| 4 |
| 5 - Don't use "register" storage class specifier |
| 6 - Wrap definition of free_langs() with HAVE_ATEXIT |
| 7 - Add coretext_aat shaper and hb_coretext_face_create() constructor |
| 8 - If HAVE_ICU_BUILTIN is defined, use hb-icu Unicode callbacks |
| 9 - Add Myanmar test case from OpenType Myanmar spec |
| 10 - Only do fallback Hebrew composition if no GPOS 'mark' available |
| 11 - Allow bootstrapping without gtk-doc |
| 12 - Use AM_MISSING_PROG for ragel and git |
| 13 - Typo in ucdn's Makefile.am |
| 14 - Improve MemoryBarrier() implementation |
| 15 |
| 16 |
| 17 Overview of changes leading to 0.9.26 |
| 18 Thursday, January 30, 2014 |
| 19 ===================================== |
| 20 |
| 21 - Misc fixes. |
| 22 - Fix application of 'rtlm' feature. |
| 23 - Automatically apply frac/numr/dnom around U+2044 FRACTION SLASH. |
| 24 - New header: hb-ot-shape.h |
| 25 - Uniscribe: fix scratch-buffer accounting. |
| 26 - Reorder Tai Tham SAKOT to after tone-marks. |
| 27 - Add Hangul shaper. |
| 28 - New files: |
| 29 hb-ot-shape-complex-hangul.cc |
| 30 hb-ot-shape-complex-hebrew.cc |
| 31 hb-ot-shape-complex-tibetan.cc |
| 32 - Disable 'cswh' feature in Arabic shaper. |
| 33 - Coretext: better handle surrogate pairs. |
| 34 - Add HB_TAG_MAX and _HB_SCRIPT_MAX_VALUE. |
| 35 |
| 36 |
| 37 Overview of changes leading to 0.9.25 |
| 38 Wednesday, December 4, 2013 |
| 39 ===================================== |
| 40 |
| 41 - Myanmar shaper improvements. |
| 42 - Avoid font fallback in CoreText backend. |
| 43 - Additional OpenType language tag mappiongs. |
| 44 - More aggressive shape-plan caching. |
| 45 - Build with / require automake 1.13. |
| 46 - Build with libtool 2.4.2.418 alpha to support ppc64le. |
| 47 |
| 48 |
1 Overview of changes leading to 0.9.24 | 49 Overview of changes leading to 0.9.24 |
2 Tuesday, November 13, 2013 | 50 Tuesday, November 13, 2013 |
3 ===================================== | 51 ===================================== |
4 | 52 |
5 - Misc compiler warning fixes with clang. | 53 - Misc compiler warning fixes with clang. |
6 - No functional changes. | 54 - No functional changes. |
7 | 55 |
8 | 56 |
9 Overview of changes leading to 0.9.23 | 57 Overview of changes leading to 0.9.23 |
10 Monday, October 28, 2013 | 58 Monday, October 28, 2013 |
(...skipping 820 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
831 HB_VERSION_MAJOR | 879 HB_VERSION_MAJOR |
832 HB_VERSION_MINOR | 880 HB_VERSION_MINOR |
833 HB_VERSION_MICRO | 881 HB_VERSION_MICRO |
834 HB_VERSION_STRING | 882 HB_VERSION_STRING |
835 HB_VERSION_CHECK() | 883 HB_VERSION_CHECK() |
836 hb_version() | 884 hb_version() |
837 hb_version_string() | 885 hb_version_string() |
838 hb_version_check() | 886 hb_version_check() |
839 | 887 |
840 | 888 |
OLD | NEW |