aboutsummaryrefslogtreecommitdiffstats
path: root/etc/NEWS
diff options
context:
space:
mode:
authorGlenn Morris2012-04-30 21:07:14 -0400
committerGlenn Morris2012-04-30 21:07:14 -0400
commita4a18b8bbef0fe4265d675f9c56ea17566566484 (patch)
tree7fc675b0a404391024a5e8e6d6cd87005330e523 /etc/NEWS
parent3ba0a545ecf6e8385ffb65033015be0b16e0226f (diff)
downloademacs-a4a18b8bbef0fe4265d675f9c56ea17566566484.tar.gz
emacs-a4a18b8bbef0fe4265d675f9c56ea17566566484.zip
Use libtinfo in preference to libncurses (bug#9741)
* configure.in: Try libtinfo for tputs. (LIBS_TERMCAP) [gnu*]: Use libtinfo if it was found. * etc/NEWS: Mention this.
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index ce3cfe7accf..ef809aad4e4 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -29,6 +29,9 @@ possibly-questionable C code. On a recent GNU system there should be
29no warnings; on older and on non-GNU systems the generated warnings 29no warnings; on older and on non-GNU systems the generated warnings
30may be useful. 30may be useful.
31 31
32---
33** Emacs uses libtinfo in preference to libncurses, if available.
34
32 35
33* Startup Changes in Emacs 24.2 36* Startup Changes in Emacs 24.2
34 37