diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8102f455802..90804f01b3b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -72,6 +72,9 @@ | |||
| 72 | * ccl.c (CCL_WRITE_STRING, CCL_ENCODE_CHAR, Fccl_execute_on_string): | 72 | * ccl.c (CCL_WRITE_STRING, CCL_ENCODE_CHAR, Fccl_execute_on_string): |
| 73 | (Fregister_code_conversion_map): Rename locals to avoid shadowing. | 73 | (Fregister_code_conversion_map): Rename locals to avoid shadowing. |
| 74 | 74 | ||
| 75 | * chartab.c (copy_sub_char_table): Now static, since it's not used | ||
| 76 | elsewhere. | ||
| 77 | |||
| 75 | 2011-03-06 Chong Yidong <cyd@stupidchicken.com> | 78 | 2011-03-06 Chong Yidong <cyd@stupidchicken.com> |
| 76 | 79 | ||
| 77 | * xdisp.c (redisplay_window): Revert incorrect logic in 2011-03-06 | 80 | * xdisp.c (redisplay_window): Revert incorrect logic in 2011-03-06 |