diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 350f01953d4..a8594fb3fc6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -98,6 +98,16 @@ | |||
| 98 | * tparam.c (tparam1, tparam, tgoto): | 98 | * tparam.c (tparam1, tparam, tgoto): |
| 99 | Use const pointers where appropriate. | 99 | Use const pointers where appropriate. |
| 100 | 100 | ||
| 101 | * cm.c (calccost, cmgoto): Use const pointers where appropriate. | ||
| 102 | * cm.h (struct cm): Likewise. | ||
| 103 | * dispextern.h (do_line_insertion_deletion_costs): Likewise. | ||
| 104 | * scroll.c (ins_del_costs, do_line_insertion_deletion_costs): Likewise. | ||
| 105 | * term.c (tty_ins_del_lines, calculate_costs, struct fkey_table): | ||
| 106 | (term_get_fkeys_1, append_glyphless_glyph, produce_glyphless_glyph): | ||
| 107 | (turn_on_face, init_tty): Likewise. | ||
| 108 | * termchar.h (struct tty_display_info): Likewise. | ||
| 109 | * term.c (tgetflag, tgetnum, tgetstr): Redefine to use const pointers. | ||
| 110 | |||
| 101 | 2011-03-06 Chong Yidong <cyd@stupidchicken.com> | 111 | 2011-03-06 Chong Yidong <cyd@stupidchicken.com> |
| 102 | 112 | ||
| 103 | * xdisp.c (redisplay_window): Revert incorrect logic in 2011-03-06 | 113 | * xdisp.c (redisplay_window): Revert incorrect logic in 2011-03-06 |