Mercurial > emacs
comparison src/ChangeLog @ 74753:9887ae4f4c40
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Tue, 19 Dec 2006 15:41:51 +0000 |
parents | e6802d3a297a |
children | 43ca68a13314 |
comparison
equal
deleted
inserted
replaced
74752:259471a9b617 | 74753:9887ae4f4c40 |
---|---|
1 2006-12-19 Kim F. Storm <storm@cua.dk> | |
2 | |
3 Rework 2006-12-04 change. A SIGUSR1 (SIGUSR2) signal now generates | |
4 a sigusr1 event instead of [signal usr1] sequence, and signal events | |
5 are now supposed to be handled via special-event-map. | |
6 | |
7 * keyboard.c (kbd_buffer_store_event_hold): Undo 2006-12-04 change. | |
8 (make_lispy_event): Don't generate Qsignal prefix for code 0. | |
9 Abort if signal code is unknown. | |
10 (store_user_signal_events): Don't make Qsignal prefix (code 0). | |
11 (Qsignal): Move declaration back to process.c. | |
12 (syms_of_keyboard): Don't intern or staticpro it here. | |
13 | |
14 * process.c (Qsignal): Declare here. | |
15 (syms_of_process): Intern or staticpro it. | |
16 | |
17 * emacs.c (main): Rename user signals to sigusr1 and sigusr2. | |
18 | |
19 * .gdbinit: Pass on SIGUSR1 and SIGUSR2 to Emacs. | |
20 | |
1 2006-12-19 Juanma Barranquero <lekktu@gmail.com> | 21 2006-12-19 Juanma Barranquero <lekktu@gmail.com> |
2 | 22 |
3 * buffer.c (syms_of_buffer) <buffer-display-table>: | 23 * buffer.c (syms_of_buffer) <buffer-display-table>: |
4 <scroll-up-aggressively, scroll-down-aggressively>: Doc fixes. | 24 <scroll-up-aggressively, scroll-down-aggressively>: Doc fixes. |
5 | 25 |