[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.6-20080927.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.6-20080927.patch.gz |
Date: |
Sat, 27 Sep 2008 21:11:58 -0400 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
ncurses 5.6 - patch 20080927 - Thomas E. Dickey
------------------------------------------------------------------------------
Ncurses 5.6 is at
ftp.gnu.org:/pub/gnu
Patches for ncurses 5.6 are in the subdirectory
ftp://invisible-island.net/ncurses/5.6
------------------------------------------------------------------------------
patch by Thomas E. Dickey <address@hidden>
created Sun Sep 28 01:08:36 UTC 2008
------------------------------------------------------------------------------
Ada95/samples/sample.adb | 6 +++---
INSTALL | 5 ++++-
NEWS | 20 +++++++++++++++++++-
dist.mk | 4 ++--
include/nc_alloc.h | 8 +++++---
man/ncurses.3x | 16 ++++++++++++++--
ncurses/base/lib_freeall.c | 6 ++++--
ncurses/base/lib_mouse.c | 32 +++++++++++++++++++++++---------
ncurses/base/lib_slk.c | 32 +-------------------------------
ncurses/base/lib_slkrefr.c | 24 +++++++++++++++++++++++-
ncurses/curses.priv.h | 4 ++--
ncurses/tinfo/entries.c | 5 +----
panel/panel.priv.h | 12 ++----------
test/ncurses.c | 4 ++--
14 files changed, 105 insertions(+), 73 deletions(-)
------------------------------------------------------------------------------
20080927
+ fix build for --with-dmalloc by workaround for redefinition of
strndup between string.h and dmalloc.h
+ fix build for --disable-sigwinch
+ add environment variable NCURSES_GPM_TERMS to allow override to use
GPM on terminals other than "linux", etc.
+ disable GPM mouse support when $TERM does not happen to contain
"linux", since Gpm_Open() no longer limits its assertion to terminals
that it might handle, e.g., within "screen" in xterm.
+ reset mouse file-descriptor when unloading GPM library (report by
Miroslav Lichvar).
+ fix build for --disable-leaks --enable-widec --with-termlib
> patch by Juergen Pfeifer:
+ use improved initialization for soft-label keys in Ada95 sample code.
+ discard internal symbol _nc_slk_format (unused since 20080112).
+ move call of slk_paint_info() from _nc_slk_initialize() to
slk_intern_refresh(), improving initialization.
--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net
signature.asc
Description: Digital signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- ncurses-5.6-20080927.patch.gz,
Thomas Dickey <=