diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a877bc885e7..4c7b3015877 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2013-12-04 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * bidi.c (bidi_get_type, bidi_get_category): Handle the isolate | ||
| 4 | directional control characters. Update type and category | ||
| 5 | determination according to the UBA from Unicode v6.3. | ||
| 6 | (bidi_category_t): New category EXPLICIT_FORMATTING. | ||
| 7 | |||
| 8 | * dispextern.h (bidi_type_t): Update to include new bidirectional | ||
| 9 | properties introduced with Unicode v6.3. (Bug#16043) | ||
| 10 | |||
| 1 | 2013-12-04 Martin Rudalics <rudalics@gmx.at> | 11 | 2013-12-04 Martin Rudalics <rudalics@gmx.at> |
| 2 | 12 | ||
| 3 | * xterm.c (XTflash): Fix coordinate of bottom area to flash | 13 | * xterm.c (XTflash): Fix coordinate of bottom area to flash |