aboutsummaryrefslogtreecommitdiffstats
path: root/nt/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-04-30 20:30:11 -0400
committerGlenn Morris2012-04-30 20:30:11 -0400
commit9311dcff1de585f39b16e07fbc5a9fb681a06642 (patch)
treec088999761bf51c27cfbb4c005509654f3a1f7c7 /nt/ChangeLog
parent6eac8dc9ac4a6478b88a397a876c272b16c0facc (diff)
downloademacs-9311dcff1de585f39b16e07fbc5a9fb681a06642.tar.gz
emacs-9311dcff1de585f39b16e07fbc5a9fb681a06642.zip
Remove HAVE_LIBNCURSES; it is required to be true
Also, it was a confusing name, since it does not necessarily mean that we literally have libncurses; rather that we have tputs etc. * configure.in (HAVE_LIBNCURSES): Remove; it is required to be true. * src/dispnew.c: Remove HAVE_LIBNCURSES test; it is always true on relevant platforms. * nt/config.nt (HAVE_LIBNCURSES): Remove undef; not needed.
Diffstat (limited to 'nt/ChangeLog')
-rw-r--r--nt/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index c76695a4a99..0374a3df0f5 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,7 @@
12012-05-01 Glenn Morris <rgm@gnu.org>
2
3 * config.nt (HAVE_LIBNCURSES): Remove undef; not needed.
4
12012-04-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change) 52012-04-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
2 6
3 * makefile.w32-in: Fix typo (Bug#10261). 7 * makefile.w32-in: Fix typo (Bug#10261).