bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ncurses-5.4-20050305.patch.gz


From: Thomas Dickey
Subject: ncurses-5.4-20050305.patch.gz
Date: Sat, 5 Mar 2005 19:57:14 -0500
User-agent: Mutt/1.5.6+20040907i

 ncurses 5.4 - patch 20050305 - T.Dickey

 ------------------------------------------------------------------------------

 Ncurses 5.4 is at
        ftp.gnu.org:/pub/gnu

 Patches for ncurses 5.4 are in the subdirectory
        ftp://invisible-island.net/ncurses/5.4

 ------------------------------------------------------------------------------
 NEWS                   |   11 
 c++/cursesw.h          |    6 
 dist.mk                |    4 
 form/form.priv.h       |   62 ++
 form/fty_alnum.c       |   92 +--
 form/fty_alpha.c       |  113 +--
 form/fty_int.c         |  113 ++-
 form/fty_num.c         |  169 +++--
 form/llib-lform        |  108 ++-
 form/llib-lformw       |  116 ++-
 menu/llib-lmenu        |   41 +
 menu/llib-lmenuw       |   41 +
 ncurses/curses.priv.h  |    4 
 ncurses/llib-lncurses  |  988 ++++++++++++++++++---------------
 ncurses/llib-lncursesw | 1378 +++++++++++++++++++++++++----------------------
 panel/llib-lpanel      |    9 
 panel/llib-lpanelw     |    9 
 test/README            |   50 -
 test/demo_forms.c      |   56 +
 19 files changed, 1920 insertions(+), 1450 deletions(-)
 ------------------------------------------------------------------------------

20050305
        + change NCursesWindow::err_handler() to a virtual function (request by
          Steve Beal).
        + modify ftp_int.c and fty_num.c to handle wide characters (report by
          Wolfgang Gutjahr).
        + adapt fix for fty_alpha.c to fty_alnum.c, which also handled normal
          and wide characters inconsistently (report by Wolfgang Gutjahr).
        + update llib-* files to reflect internal interface additions/changes.

-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]