SHA256
1
0
forked from pool/ncurses
2016-12-12 12:27:22 +00:00
committed by Git OBS Bridge
parent 782c59ad7c
commit 54de875aab
3 changed files with 52 additions and 32 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Dec 12 12:25:00 UTC 2016 - werner@suse.de
- Add ncurses patch 20161210
+ add configure script option --disable-wattr-macros for use in cases
where one wants to use the same headers for ncurses5/ncurses6
development, by suppressing the wattr* macros which differ due to
the introduction of extended colors (prompted by comments in
Debian #230990, Redhat #1270534).
+ add test/tput-initc to demonstrate tput used to initialize palette
from a data file.
+ modify test/xterm*.dat to use the newer color4/color12 values.
-------------------------------------------------------------------
Mon Dec 5 12:00:01 UTC 2016 - werner@suse.de
- Add ncurses patch 20161203
+ improve discussion of field validation in form_driver.3x manual page.
+ update curs_trace.3x manual page.
-------------------------------------------------------------------
Mon Nov 28 08:37:34 UTC 2016 - werner@suse.de