Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/ChangeLog Wed Feb 03 21:46:21 2010 -0600 +++ b/src/ChangeLog Thu Feb 04 05:39:00 2010 -0600 @@ -1,3 +1,16 @@ +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. + 2010-02-03 Ben Wing <ben@xemacs.org> * frame.c (Fmake_frame):