aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2013-07-23 09:08:57 +0100
committerPaul Eggert2013-07-23 09:08:57 +0100
commita29c3e6db03a411f1a09baff72f87650f9a8798f (patch)
treeb6b6df5f0cea38390c4a4da43fd701fb110c2ae0 /ChangeLog
parentf274311c2cad468abbe4bdbb25362e2fe6ccb5c2 (diff)
downloademacs-a29c3e6db03a411f1a09baff72f87650f9a8798f.tar.gz
emacs-a29c3e6db03a411f1a09baff72f87650f9a8798f.zip
Port to GNU/Linux systems with tinfo but not ncurses.
* configure.ac (USE_NCURSES): New symbol. * src/dispnew.c (init_display): Depend on USE_NCURSES, not GNU_LINUX, to decide whether ncurses is being used. Without this change, GCC complains about tgetent not being declared, on a system that has tinfo installed but ncurses not installed.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ec76b4257e4..5c465bf2ff9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
12013-07-23 Paul Eggert <eggert@cs.ucla.edu>
2
3 Port to Ubuntu 12.04 with tinfo but not ncurses.
4 * configure.ac (USE_NCURSES): New symbol.
5
12013-07-20 Paul Eggert <eggert@cs.ucla.edu> 62013-07-20 Paul Eggert <eggert@cs.ucla.edu>
2 7
3 Fix array bounds violation when pty allocation fails. 8 Fix array bounds violation when pty allocation fails.