aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2010-11-14 15:55:27 +0900
committerYAMAMOTO Mitsuharu2010-11-14 15:55:27 +0900
commit24021b384e7ecf31a0f5be632fc45d7413fb2b91 (patch)
tree492d02898afe602edff0d44da4e49bddbd6038cd /src/ChangeLog
parentafa42fe3f1f069e403c21f2872347c448b06af58 (diff)
downloademacs-24021b384e7ecf31a0f5be632fc45d7413fb2b91.tar.gz
emacs-24021b384e7ecf31a0f5be632fc45d7413fb2b91.zip
Add const to array elements.
* keyboard.c (modify_event_symbol) : Add const to array elements of arg NAME_TABLE. (lispy_accent_keys, lispy_function_keys, lispy_multimedia_keys) (lispy_kana_keys, iso_lispy_function_keys, lispy_wheel_names) (lispy_wheel_names, lispy_drag_n_drop_names, modifier_names): Add const to array elements. (scroll_bar_parts): Make static. Fix position of const. * w32fns.c (lispy_function_keys): Add const to extern. * w32inevt.c (lispy_function_keys): Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index dbd735f72f9..62b400c0084 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,17 @@
12010-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * keyboard.c (modify_event_symbol) : Add const to array elements of
4 arg NAME_TABLE.
5 (lispy_accent_keys, lispy_function_keys, lispy_multimedia_keys)
6 (lispy_kana_keys, iso_lispy_function_keys, lispy_wheel_names)
7 (lispy_wheel_names, lispy_drag_n_drop_names, modifier_names):
8 Add const to array elements.
9 (scroll_bar_parts): Make static. Fix position of const.
10
11 * w32fns.c (lispy_function_keys): Add const to extern.
12
13 * w32inevt.c (lispy_function_keys): Likewise.
14
12010-11-14 Chong Yidong <cyd@stupidchicken.com> 152010-11-14 Chong Yidong <cyd@stupidchicken.com>
2 16
3 * xfns.c (Fx_create_frame): Don't check for the cursorColor 17 * xfns.c (Fx_create_frame): Don't check for the cursorColor