Mercurial > emacs
changeset 103159:103cc47f370c
*** empty log message ***
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Wed, 06 May 2009 02:27:51 +0000 |
parents | 1a098eefd007 |
children | 505b0e9f0379 |
files | src/ChangeLog |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <mituharu@math.s.chiba-u.ac.jp> + + * 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 <monnier@iro.umontreal.ca> * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.