]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 6.1 - patch 20180505
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 6 May 2018 00:58:46 +0000 (00:58 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 6 May 2018 00:58:46 +0000 (00:58 +0000)
commit61d8ae54ff6acd69e9dab2afb21591d44c46ee1f
tree6792a2c2a68eb8ecc4268c5f96f8102eb9b79f79
parented8a29294ebe0c24db40d32e9a4e0268afb6529d
ncurses 6.1 - patch 20180505

+ add deprecation warnings for internal functions called by older
  versions of tack.
+ fix a special case in PutAttrChar() where a cell is marked as
  alternate-character set, but the terminal does not actually support
  the given graphic character.  This would happen in an older terminal
  such as vt52, which lacks most line-drawing capability.
+ use configure --with-config-suffix option to work around filename
  conflict with Debian packages versus test-packages.
+ update tracemunch to work with perl 5.26.2, which changed the rules
  for escaping regular expressions.
18 files changed:
NEWS
VERSION
dist.mk
include/curses.h.in
include/term_entry.h
include/tic.h
ncurses/tinfo/lib_acs.c
ncurses/trace/lib_traceatr.c
ncurses/tty/tty_update.c
ncurses/widechar/lib_wacs.c
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/debian/rules
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.spec
test/tracemunch