diff options
| author | Eli Zaretskii | 2011-06-23 21:09:52 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2011-06-23 21:09:52 +0300 |
| commit | 58b9f433ad4a4ea20e0c51997ca8a9aaab79a213 (patch) | |
| tree | 21af9e9dc36b10b28c74e2a32009fdcd9db3610e /src/ChangeLog | |
| parent | cbb09f044675c83f7e1f3a73dfe944a90a583dfe (diff) | |
| download | emacs-58b9f433ad4a4ea20e0c51997ca8a9aaab79a213.tar.gz emacs-58b9f433ad4a4ea20e0c51997ca8a9aaab79a213.zip | |
Added to bidi.c support functions for reordering display strings.
src/bidi.c (bidi_push_it, bidi_pop_it): New functions.
(bidi_initialize): Initialize the bidi cache start stack pointer.
(bidi_cache_ensure_space): New function, refactored from part of
bidi_cache_iterator_state.
src/dispextern.h (bidi_push_it, bidi_pop_it): Add prototypes.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 37e1e85219f..40576554636 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2011-06-23 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * dispextern.h (bidi_push_it, bidi_pop_it): Add prototypes. | ||
| 4 | |||
| 5 | * bidi.c (bidi_push_it, bidi_pop_it): New functions. | ||
| 6 | (bidi_initialize): Initialize the bidi cache start stack pointer. | ||
| 7 | (bidi_cache_ensure_space): New function, refactored from part of | ||
| 8 | bidi_cache_iterator_state. | ||
| 9 | |||
| 1 | 2011-06-18 Eli Zaretskii <eliz@gnu.org> | 10 | 2011-06-18 Eli Zaretskii <eliz@gnu.org> |
| 2 | 11 | ||
| 3 | * xdisp.c (tool_bar_lines_needed, redisplay_tool_bar) | 12 | * xdisp.c (tool_bar_lines_needed, redisplay_tool_bar) |