SHA256
1
0
forked from pool/ncurses
Dr. Werner Fink 2014-08-18 10:10:48 +00:00 committed by Git OBS Bridge
parent cdae9749d9
commit 105487bd92
2 changed files with 35 additions and 2 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:32104b366b7728d42bdb357bef48fd52cd2a5b4d63bf7c5af465dabfb940ae57
size 3765092
oid sha256:1549d635d4973b0630a5e22ede2868b7141a64d562aa7c690806696d935d0d67
size 3793781

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Mon Aug 18 10:09:40 UTC 2014 - werner@suse.de
- Add ncurses patch 20140816
+ fix colors in ncurses 'b' test which did not work after changing
it to put the test-strings in subwindows (cf: 20140705).
+ merge redundant SEE-ALSO sections in form and menu manpages.
- Add ncurses patch 20140809
+ modify declarations for user-data pointers in C++ binding to use
reinterpret_cast to facilitate converting typed pointers to void*
in user's application (patch by Adam Jiang).
+ regenerated html manpages.
+ add note regarding cause and effect for TERM in ncurses manpage,
having noted clueless verbiage in Terminal.app's "help" file
which reverses cause/effect.
+ remove special fallback definition for NCURSES_ATTR_T, since macros
have resolved type-mismatches using casts (cf: 970412).
+ fixes for win_driver.c:
+ handle repainting on endwin/refresh combination.
+ implement beep().
+ minor cleanup.
- Add ncurses patch 20140802
+ minor portability fixes for MinGW:
+ ensure WINVER is defined in makefiles rather than using headers
+ add check for gnatprep "-T" option
+ work around bug introduced by gcc 4.8.1 in MinGW which breaks
"trace" feature:
http://stackoverflow.com/questions/20877689/gcc-4-8-1-minggw-d-option-does-not-work-as-usual
+ fix most compiler warnings for Cygwin ncurses-examples.
+ restore "redundant" -I options in test/Makefile.in, since they are
typically needed when building the derived ncurses-examples package
(cf: 20140726).
-------------------------------------------------------------------
Mon Jul 28 11:16:06 UTC 2014 - werner@suse.de