diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
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 @@ | |||
| 1 | 2010-09-20 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2010-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 | ||
| 5 | 2010-09-20 Juanma Barranquero <lekktu@gmail.com> | 17 | 2010-09-20 Juanma Barranquero <lekktu@gmail.com> |