aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-04-10 23:13:04 -0700
committerPaul Eggert2011-04-10 23:13:04 -0700
commite78aecca6069e0ab7e08f359b185339c7130ccbf (patch)
treed0557126416804eb8c7ee7677c59dbc028b42ff5 /src/ChangeLog
parente192d7d3242cf00b598116b3277bd514af69fb74 (diff)
downloademacs-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/ChangeLog6
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 @@
12011-04-11 Paul Eggert <eggert@cs.ucla.edu> 12011-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