diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7bfd266b4d8..bef5242c9cb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2010-11-15 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2010-11-15 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | * keyboard.c (pending_malloc_warning): Add const to match | ||
| 4 | definition in alloc.c. | ||
| 5 | (Fset_input_interrupt_mode): Simplify #ifdefs. | ||
| 6 | |||
| 7 | 2010-11-15 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 8 | |||
| 3 | Clean up systty.h macros. | 9 | Clean up systty.h macros. |
| 4 | * systty.h (EMACS_GET_TTY_PGRP, EMACS_SET_TTY_PGRP, EMACS_GET_TTY) | 10 | * systty.h (EMACS_GET_TTY_PGRP, EMACS_SET_TTY_PGRP, EMACS_GET_TTY) |
| 5 | (EMACS_SET_TTY): Remove unneeded abstraction, instead inline the | 11 | (EMACS_SET_TTY): Remove unneeded abstraction, instead inline the |