comparison src/ChangeLog @ 4970:5c89ceb69819

fix compile problems -------------------- ChangeLog entries follow: -------------------- src/ChangeLog addition: 2010-02-04 Ben Wing <ben@xemacs.org> * bytecode.c (assert_failed_with_remembered_ops): * bytecode.c (init_opcode_table_multi_op): Declare some things const to shut up G++ v4 warnings. * redisplay.c (add_ibyte_string_runes): * redisplay.c (add_string_to_fstring_db_runes): * redisplay.c (generate_fstring_runes): * redisplay.c (window_line_number): * redisplay.c (decode_mode_spec): Use Ascbyte instead of char in various places.
author Ben Wing <ben@xemacs.org>
date Thu, 04 Feb 2010 05:39:00 -0600
parents cbe181529c34
children bcdf496e49d0 fe0d3106cc36
comparison
equal deleted inserted replaced
4969:cbe181529c34 4970:5c89ceb69819
1 2010-02-04 Ben Wing <ben@xemacs.org>
2
3 * bytecode.c (assert_failed_with_remembered_ops):
4 * bytecode.c (init_opcode_table_multi_op):
5 Declare some things const to shut up G++ v4 warnings.
6
7 * redisplay.c (add_ibyte_string_runes):
8 * redisplay.c (add_string_to_fstring_db_runes):
9 * redisplay.c (generate_fstring_runes):
10 * redisplay.c (window_line_number):
11 * redisplay.c (decode_mode_spec):
12 Use Ascbyte instead of char in various places.
13
1 2010-02-03 Ben Wing <ben@xemacs.org> 14 2010-02-03 Ben Wing <ben@xemacs.org>
2 15
3 * frame.c (Fmake_frame): 16 * frame.c (Fmake_frame):
4 * glyphs.c: 17 * glyphs.c:
5 * glyphs.c (NUM_PRECACHED_GLYPHS): 18 * glyphs.c (NUM_PRECACHED_GLYPHS):