Dr. Werner Fink 2015-04-13 12:25:46 +00:00 committed by Git OBS Bridge
parent b2532ebd47
commit 628442947e
3 changed files with 23 additions and 4 deletions

View File

@ -17,9 +17,9 @@
+++ configure 2013-09-30 09:17:52.000000000 +0000
@@ -6799,6 +6799,7 @@ else
fi;
echo "$as_me:6899: result: $with_overwrite" >&5
echo "$as_me:6900: result: $with_overwrite" >&5
echo "${ECHO_T}$with_overwrite" >&6
+WITH_OVERWRITE="$with_overwrite"
echo "$as_me:6902: checking if external terminfo-database is used" >&5
echo "$as_me:6903: checking if external terminfo-database is used" >&5
echo $ECHO_N "checking if external terminfo-database is used... $ECHO_C" >&6

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dc1382c519a0265be2695e7aeff8d94118d06523deb51525366dbab169481ab3
size 4395449
oid sha256:1da12c19fee2d0ef6528a696548209ccdd2bd431e333df7f3f075ae2f95904bc
size 4464764

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon Apr 13 12:00:16 UTC 2015 - werner@suse.de
- Add ncurses patch 20150404
+ improve description of start_color() in the manual.
+ modify several files in ncurses- and progs-directories to allow
const data used in internal tables to be put by the linker into the
readonly text segment.
- Add ncurses patch 20150329
+ correct cut/paste error for "--enable-ext-putwin" that made it the
same as "--enable-ext-colors" (report by Roumen Petrov)
- Add ncurses patch 20150328
+ add "-f" option to test/savescreen.c to help with testing/debugging
the extended putwin/getwin.
+ add logic for writing/reading combining characters in the extended
putwin/getwin.
+ add "--enable-ext-putwin" configure option to turn on the extended
putwin/getwin.
-------------------------------------------------------------------
Mon Mar 9 10:36:15 UTC 2015 - werner@suse.de