aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2010-09-20 14:38:50 +0300
committerDan Nicolaescu2010-09-20 14:38:50 +0300
commit6553950651fdac87d3273885fc4ac2ecf00f8cfd (patch)
tree7022e2afde3468428e5e80d79293b29b5bae0f30 /src/ChangeLog
parent15f844ac1f1c8bb89b0ce1d4587ecfe85fa5d107 (diff)
downloademacs-6553950651fdac87d3273885fc4ac2ecf00f8cfd.tar.gz
emacs-6553950651fdac87d3273885fc4ac2ecf00f8cfd.zip
Remove HAVE_TERMIOS definitions.
* src/s/usg5-4-common.h (HAVE_TERMIOS): * src/s/template.h (HAVE_TERMIOS): * src/s/gnu-linux.h (HAVE_TERMIOS): * src/s/darwin.h (HAVE_TERMIOS): * src/s/cygwin.h (HAVE_TERMIOS): * src/s/bsd-common.h (HAVE_TERMIOS): * src/s/aix4-2.h (HAVE_TERMIOS): * src/s/hpux10-20.h (HAVE_TERMIOS): Do not define, it is assumed defined on all non-MS platforms. (HAVE_PSTAT_GETDYNAMIC): Do not define, autoconf does it.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0538d1a38bf..341649fbe68 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,17 @@
12010-09-20 Dan Nicolaescu <dann@ics.uci.edu> 12010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 Remove HAVE_TERMIOS definitions.
4 * s/usg5-4-common.h (HAVE_TERMIOS):
5 * s/template.h (HAVE_TERMIOS):
6 * s/gnu-linux.h (HAVE_TERMIOS):
7 * s/darwin.h (HAVE_TERMIOS):
8 * s/cygwin.h (HAVE_TERMIOS):
9 * s/bsd-common.h (HAVE_TERMIOS):
10 * s/aix4-2.h (HAVE_TERMIOS):
11 * s/hpux10-20.h (HAVE_TERMIOS): Do not define, it is assumed
12 defined on all non-MS platforms.
13 (HAVE_PSTAT_GETDYNAMIC): Do not define, autoconf does it.
14
3 * xterm.c (xt_action_hook): Use const. 15 * xterm.c (xt_action_hook): Use const.
4 16
52010-09-20 Juanma Barranquero <lekktu@gmail.com> 172010-09-20 Juanma Barranquero <lekktu@gmail.com>