diff options
| author | Chong Yidong | 2007-03-17 18:09:34 +0000 |
|---|---|---|
| committer | Chong Yidong | 2007-03-17 18:09:34 +0000 |
| commit | 46adc7a566a687513450388cb201895b4d351d1d (patch) | |
| tree | ea9cd2d91be360d6a0dc2937095e3fea1146d212 /src | |
| parent | 34bd6b4dfd42af7c6f1be5390af6c1b781768e70 (diff) | |
| download | emacs-46adc7a566a687513450388cb201895b4d351d1d.tar.gz emacs-46adc7a566a687513450388cb201895b4d351d1d.zip | |
* 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.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index eccdc2075d2..0c80c76d82d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2007-03-12 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * process.c (sigchld_handler): Change type of pid to pid_t. | ||
| 4 | Scan deleted_pid_list explicitly to avoid using Fmember which don't | ||
| 5 | know about mark bits and make_fixnum_or_float which may malloc. | ||
| 6 | Reported by Andreas Schwab. | ||
| 7 | |||
| 8 | * keyboard.c (read_key_sequence): Store original event into keybuf | ||
| 9 | when replaying sequence with local keymap(s) from string. | ||
| 10 | |||
| 1 | 2007-03-11 Sam Steingold <sds@gnu.org> | 11 | 2007-03-11 Sam Steingold <sds@gnu.org> |
| 2 | 12 | ||
| 3 | * process.c (sigchld_handler): Sleep before wait3 to avoid a busyloop. | 13 | * process.c (sigchld_handler): Sleep before wait3 to avoid a busyloop. |