diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 14 |
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 @@ | |||
| 1 | 2010-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 | |||
| 1 | 2010-11-14 Chong Yidong <cyd@stupidchicken.com> | 15 | 2010-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 |