emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog,v
Date: Sat, 17 Mar 2007 18:09:35 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      07/03/17 18:09:35

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/src/ChangeLog,v
retrieving revision 1.5596
retrieving revision 1.5597
diff -u -b -r1.5596 -r1.5597
--- ChangeLog   11 Mar 2007 18:16:50 -0000      1.5596
+++ ChangeLog   17 Mar 2007 18:09:34 -0000      1.5597
@@ -1,3 +1,13 @@
+2007-03-12  Kim F. Storm  <address@hidden>
+
+       * process.c (sigchld_handler): Change type of pid to pid_t.
+       Scan deleted_pid_list explicitly to avoid using Fmember which don't
+       know about mark bits and make_fixnum_or_float which may malloc.
+       Reported by Andreas Schwab.
+
+       * keyboard.c (read_key_sequence): Store original event into keybuf
+       when replaying sequence with local keymap(s) from string.
+
 2007-03-11  Sam Steingold  <address@hidden>
 
        * process.c (sigchld_handler): Sleep before wait3 to avoid a busyloop.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]