diff options
| author | Paul Eggert | 2011-04-10 23:13:04 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-10 23:13:04 -0700 |
| commit | e78aecca6069e0ab7e08f359b185339c7130ccbf (patch) | |
| tree | d0557126416804eb8c7ee7677c59dbc028b42ff5 /src/ChangeLog | |
| parent | e192d7d3242cf00b598116b3277bd514af69fb74 (diff) | |
| download | emacs-e78aecca6069e0ab7e08f359b185339c7130ccbf.tar.gz emacs-e78aecca6069e0ab7e08f359b185339c7130ccbf.zip | |
* bidi.c (bidi_dump_cached_states): Mark as externally visible,
so that it's not optimized away.
(bidi_ignore_explicit_marks_for_paragraph_level): Likewise.
* dispextern.h (bidi_dump_cached_states): Remove, since it's
exported only to the debugger.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 35712e47520..f2abbc8ed5c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2011-04-11 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-04-11 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * bidi.c (bidi_dump_cached_states): Mark as externally visible, | ||
| 4 | so that it's not optimized away. | ||
| 5 | (bidi_ignore_explicit_marks_for_paragraph_level): Likewise. | ||
| 6 | * dispextern.h (bidi_dump_cached_states): Remove, since it's | ||
| 7 | exported only to the debugger. | ||
| 8 | |||
| 3 | * atimer.c (alarm_signal_handler, run_all_atimers): Now static. | 9 | * atimer.c (alarm_signal_handler, run_all_atimers): Now static. |
| 4 | * atimer.h (run_all_atimers): Removed; not exported. | 10 | * atimer.h (run_all_atimers): Removed; not exported. |
| 5 | 11 | ||