diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0fa931f4903..47aa3d6054b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -9,12 +9,13 @@ | |||
| 9 | if first event in [signal xxx] sequence. | 9 | if first event in [signal xxx] sequence. |
| 10 | (lispy_user_signals, Qusr1_signal, Qusr2_signal): Remove. | 10 | (lispy_user_signals, Qusr1_signal, Qusr2_signal): Remove. |
| 11 | (syms_of_keyboard): Don't intern and staticpro them. | 11 | (syms_of_keyboard): Don't intern and staticpro them. |
| 12 | (Qsignal, Qusr1, Qusr2): Declare. | 12 | (Qsignal): Declare here. |
| 13 | (syms_of_keyboard): Intern and staticpro them. | 13 | (syms_of_keyboard): Intern and staticpro it. |
| 14 | (make_lispy_event): Return them for USER_SIGNAL_EVENTs. | 14 | (make_lispy_event): Use it. Intern symbols on the fly for other |
| 15 | USER_SIGNAL_EVENTs events. | ||
| 15 | 16 | ||
| 16 | * process.c (Qsignal): Declare extern. | 17 | * process.c (Qsignal): Declare extern. |
| 17 | (syms_of_process): Don't intern/staticpro them here. | 18 | (syms_of_process): Don't intern/staticpro it here. |
| 18 | 19 | ||
| 19 | * process.c (read_process_output): Abort if carryover < 0. | 20 | * process.c (read_process_output): Abort if carryover < 0. |
| 20 | 21 | ||