# HG changeset patch # User YAMAMOTO Mitsuharu # Date 1241576871 0 # Node ID 103cc47f370c081d61b26425f23bf1675c0284a0 # Parent 1a098eefd0072d405d4d72450795b964a9b9df46 *** empty log message *** diff -r 1a098eefd007 -r 103cc47f370c src/ChangeLog --- a/src/ChangeLog Wed May 06 02:27:20 2009 +0000 +++ b/src/ChangeLog Wed May 06 02:27:51 2009 +0000 @@ -1,3 +1,14 @@ +2009-05-06 YAMAMOTO Mitsuharu + + * keyboard.h (add_user_signal): Fix typo in extern. + + * lisp.h (add_user_signal): Remove extern. + + * unexelf.c (unexec): Consider a section to precede the .bss section + if its addresses overlap that of .bss. + (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file + instead of dumping process. + 2009-05-06 Stefan Monnier * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.