aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-08 18:12:00 -0800
committerPaul Eggert2011-03-08 18:12:00 -0800
commitfbceeba21b3b5aeb2a0f98d4ca937cabbe07fab0 (patch)
tree8b6d211a9e0ed7b1ac2a07bcc515d3e357a4f79d /src/ChangeLog
parent50938595880fd87c7dcd39a607cba1b0a7598baf (diff)
downloademacs-fbceeba21b3b5aeb2a0f98d4ca937cabbe07fab0.tar.gz
emacs-fbceeba21b3b5aeb2a0f98d4ca937cabbe07fab0.zip
* cm.c (calccost, cmgoto): Use const pointers where appropriate.
* cm.h (struct cm): Likewise. * dispextern.h (do_line_insertion_deletion_costs): Likewise. * scroll.c (ins_del_costs, do_line_insertion_deletion_costs): Likewise. * term.c (tty_ins_del_lines, calculate_costs, struct fkey_table): (term_get_fkeys_1, append_glyphless_glyph, produce_glyphless_glyph): (turn_on_face, init_tty): Likewise. * termchar.h (struct tty_display_info): Likewise. * term.c (tgetflag, tgetnum, tgetstr): Redefine to use const pointers.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
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
1012011-03-06 Chong Yidong <cyd@stupidchicken.com> 1112011-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