comparison src/ChangeLog @ 4512:66411359ce4e

Merge in ac-fix-2008-10-25. Fix up ChangeLogs.
author Stephen J. Turnbull <stephen@xemacs.org>
date Sat, 25 Oct 2008 21:40:46 +0900
parents af95657e0bfd
children d64f1060cd65
comparison
equal deleted inserted replaced
4509:dd12adb12b8f 4512:66411359ce4e
1 2008-10-25 Stephen J. Turnbull <stephen@xemacs.org>
2
3 * lisp.h (static_pro): Cast out a warning.
4 g++ 4.3 complains about the conversion of const char to char.
5 These end up in a dynarray, so we would need to define a whole new
6 class of dynarray just to handle the const char stuff.
7
1 2008-08-27 Aidan Kehoe <kehoea@parhasard.net> 8 2008-08-27 Aidan Kehoe <kehoea@parhasard.net>
2 9
3 * symbols.c (Fuser_variable_p): 10 * symbols.c (Fuser_variable_p):
4 (map_varalias_chain): 11 (map_varalias_chain):
5 Use EQ() and !EQ(), don't compare two Lisp_Objects using == and 12 Use EQ() and !EQ(), don't compare two Lisp_Objects using == and