diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8cab03fca50..e4c94a2616b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,6 +1,9 @@ | |||
| 1 | 2012-09-07 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2012-09-07 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | More signal-handler cleanup (Bug#12327). | 3 | More signal-handler cleanup (Bug#12327). |
| 4 | * emacs.c (main): Convert three 'signal' calls to 'sigaction' calls. | ||
| 5 | Problem introduced when merging patches. Noted by Eli Zaretskii in | ||
| 6 | <http://bugs.gnu.org/12327#67>. | ||
| 4 | * floatfns.c: Comment fix. | 7 | * floatfns.c: Comment fix. |
| 5 | * lisp.h (force_auto_save_soon): Declare regardless of SIGDANGER. | 8 | * lisp.h (force_auto_save_soon): Declare regardless of SIGDANGER. |
| 6 | SIGDANGER might not be in scope so "#ifdef SIGDANGER" is not right, | 9 | SIGDANGER might not be in scope so "#ifdef SIGDANGER" is not right, |