aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2010-11-14 22:18:50 -0800
committerDan Nicolaescu2010-11-14 22:18:50 -0800
commitc2f0866a23215457de561c2f10cebedb5c6aa38b (patch)
tree1688c9704c659ff9e60b52a37f823e694826a010 /src/ChangeLog
parent12e610e89e2a3ae9de569e12a57d310102952ce6 (diff)
downloademacs-c2f0866a23215457de561c2f10cebedb5c6aa38b.tar.gz
emacs-c2f0866a23215457de561c2f10cebedb5c6aa38b.zip
* src/keyboard.c (pending_malloc_warning): Add const to match
definition in alloc.c. (Fset_input_interrupt_mode): Simplify #ifdefs.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
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 @@
12010-11-15 Dan Nicolaescu <dann@ics.uci.edu> 12010-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
72010-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