2010-01-14 15:17:59 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 12 14:25:27 CET 2010 - werner@suse.de
|
|
|
|
|
|
|
|
- Update to test version 5.7.20100109
|
|
|
|
* add tiparm(), based on review of X/Open Curses Issue 7.
|
|
|
|
* minor improvement to tic's checking of similar SGR's to allow for the
|
|
|
|
most common case of SGR 0.
|
|
|
|
* modify getmouse() to act as its documentation implied, returning on
|
|
|
|
each call the preceding event until none are left. When no more
|
|
|
|
events remain, it will return ERR.
|
|
|
|
* add bterm terminfo entry, based on bogl 0.1.18 -TD
|
|
|
|
* minor fix to rxvt+pcfkeys terminfo entry -TD
|
|
|
|
* update minix terminfo entry -TD
|
|
|
|
* add bw (auto-left-margin) to nsterm* entries (Benjamin Sittler)
|
|
|
|
* correct transfer of multicolumn characters in multirow
|
|
|
|
field_buffer(), which stopped at the end of the first row due to
|
|
|
|
filling of unused entries in a cchar_t array with nulls.
|
|
|
|
* updated nsterm* entries (Benjamin Sittler, Emanuele Giaquinta)
|
|
|
|
* modify _nc_viscbuf2() and _tracecchar_t2() to show wide-character nulls.
|
|
|
|
* fix case where progs/tput is used while sp-funcs is configure; this
|
|
|
|
requires save/restore of out-character function from _nc_prescreen
|
|
|
|
rather than the SCREEN structure (report by Charles Wilson).
|
|
|
|
* limit hashing for termcap-names to 2-characters (Ubuntu #481740).
|
|
|
|
* fix a regression in _nc_ripoffline which made test/ncurses.c not show
|
|
|
|
soft-keys, broken in 20090927 merging.
|
|
|
|
* update nsterm entries (patch by Benjamin C W Sittler, prompted by
|
|
|
|
discussion with Fabian Groffen in GenToo #206201).
|
|
|
|
* add test/xterm-256color.dat
|
|
|
|
* modify _nc_wgetch() to check for a -1 in the fifo, e.g., after a
|
|
|
|
SIGWINCH, and discard that value, to avoid confusing application
|
|
|
|
(patch by Eygene Ryabinkin, FreeBSD bin/136223).
|
|
|
|
* modify handling of $PKG_CONFIG_LIBDIR to use only the first item in
|
|
|
|
a possibly colon-separated list (Debian #550716).
|
|
|
|
* fix a sign-extension bug in unget_wch() (report by Mike Gran).
|
|
|
|
* remove unnecessary kcan assignment to ^C from putty (Sven Joachim)
|
|
|
|
* add ccc and initc capabilities to xterm-16color -TD
|
|
|
|
* add linux-16color
|
|
|
|
* correct initc capability of linux-c-nc end-of-range
|
|
|
|
* completed integrating "sp-funcs" by Juergen Pfeifer in ncurses
|
|
|
|
library (some work remains for forms library).
|
|
|
|
* fix typo s/is_timeout/is_notimeout/ which made "man is_notimeout" not work.
|
|
|
|
* add null-pointer checks to other opaque-functions.
|
|
|
|
* add is_pad() and is_subwin() functions for opaque access to WINDOW
|
|
|
|
(discussion with Mark Dickinson).
|
|
|
|
* correct merge to lib_newterm.c, which broke when sp-funcs was enabled.
|
|
|
|
* build-fix for building outside source-tree (report by Sven Joachim).
|
|
|
|
* fix Debian lintian warning for man/tabs.1 by making section number
|
|
|
|
agree with file-suffix (report by Sven Joachim).
|
|
|
|
* workaround for bug in g++ 4.1-4.4 warnings for wattrset() macro on
|
|
|
|
amd64 (Debian #542031).
|
|
|
|
* modify wgetch() to ensure it checks SIGWINCH when it gets an error
|
|
|
|
in non-blocking mode (patch by Clemens Ladisch).
|
|
|
|
* fix configure script option --with-database, which was coded as an
|
|
|
|
enable-type switch.
|
|
|
|
* modify lib_addch.c to compensate for removal of wide-character test
|
|
|
|
from unctrl() in 20090704 (Debian #539735).
|
|
|
|
* modify _nc_find_type_entry() to use hashing.
|
|
|
|
* modify length returned by getcchar() to count the trailing null
|
|
|
|
which is documented in X/Open (cf: 20020427).
|
|
|
|
* improve performance of tigetstr, etc., by using hashing code from tic.
|
|
|
|
* minor fixes for memory-leak checking.
|
|
|
|
* remove wide-character checks from unctrl() (patch by Clemens Ladisch).
|
|
|
|
* revise wadd_wch() and wecho_wchar() to eliminate dependency on unctrl().
|
|
|
|
* update llib-lncurses[wt] to use sp-funcs.
|
|
|
|
* move definition for NCURSES_WRAPPED_VAR back to ncurses_dll.h, to
|
|
|
|
make includes of term.h without curses.h work (report by "Nix").
|
|
|
|
* fix a regression in lib_tputs.c, from ongoing merges.
|
|
|
|
* fix an infinite recursion when adding a legacy-coding 8-bit value
|
|
|
|
using insch() (report by Clemens Ladisch).
|
|
|
|
* work around antique BSD game's manipulation of stdscr, etc., versus
|
|
|
|
SCREEN's copy of the pointer (Debian #528411).
|
|
|
|
* add a cast to wattrset macro to avoid compiler warning when comparing
|
|
|
|
its result against ERR (adapted from patch by Matt Kraii, Debian #528374).
|
|
|
|
* add vwmterm terminfo entry (patch by Bryan Christ).
|
|
|
|
* build fix for _nc_free_and_exit() change in 20090418 (report by Christian Ebert).
|
|
|
|
* extend ansi.sys pfkey capability from kf1-kf10 to kf1-kf48, moving
|
|
|
|
function key definitions from emx-base for consistency -TD
|
|
|
|
* improve install-rules for pc-files (patch by Miroslav Lichvar).
|
|
|
|
* make it work with $DESTDIR
|
|
|
|
* modify init_pair() to allow caller to create extra color pairs beyond
|
|
|
|
the color_pairs limit, which use default colors (request by Emanuele Giaquinta).
|
|
|
|
* fix typo "==" where "=" is needed in ncurses-config.in and
|
|
|
|
gen-pkgconfig.in files (Debian #512161).
|
|
|
|
* add screen.Eterm terminfo entry (GenToo #124887) -TD
|
|
|
|
* add case for FreeMINT to configure macro CF_XOPEN_SOURCE (patch from
|
|
|
|
GenToo #250454).
|
|
|
|
* add check in mouse-driver to disable connection if GPM returns a
|
|
|
|
zero, indicating that the connection is closed (Debian #506717,
|
|
|
|
adapted from patch by Samuel Thibault).
|
|
|
|
* turn on _XOPEN_CURSES definition in curses.h
|
|
|
|
* add eterm-color entry (report by Vincent Lefevre) -TD
|
|
|
|
* add a manpage to discuss memory leaks.
|
|
|
|
* add teraterm4.59 terminfo entry, use that as primary teraterm entry, rename
|
|
|
|
original to teraterm2.3 -TD
|
|
|
|
* update "gnome" terminfo to 2.22.3 -TD
|
|
|
|
* update "konsole" terminfo to 1.6.6, needs today's fix for tic -TD
|
|
|
|
* add "aterm" terminfo -TD
|
|
|
|
* add "linux2.6.26" terminfo -TD
|
|
|
|
* add logic to tic for cancelling strings in user-defined capabilities,
|
|
|
|
overlooked til now.
|
|
|
|
* add configure option --disable-tic-depends to make explicit whether
|
|
|
|
tic library depends on ncurses/ncursesw library, amends change from
|
|
|
|
20080823 (prompted by Debian #501421).
|
|
|
|
* 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.
|
|
|
|
* fix bug in mouse code for GPM from 20080920 changes (reported in
|
|
|
|
Debian #500103, also Miroslav Lichvar).
|
|
|
|
* fix a memory leak when failure to connect to GPM.
|
|
|
|
* correct check for notimeout() in wgetch() (report on linux.redhat
|
|
|
|
newsgroup by FurtiveBertie).
|
|
|
|
* corrected fix for --enable-weak-symbols (report by Frederic L W Meunier).
|
|
|
|
* add configure check for awk programs unable to handle big-strings,
|
|
|
|
use that to improve the default for --enable-big-strings option.
|
|
|
|
* makefile-fixes for --enable-weak-symbols (report by Frederic L W Meunier).
|
|
|
|
* consistently use NCURSES_BOOL in lib_gen.c
|
|
|
|
* filter #line's from lib_gen.c
|
|
|
|
* use pthread_mutexattr_init() for initializing pthread_mutexattr_t,
|
|
|
|
makes threaded code work on HPUX 11.23
|
|
|
|
* fix a bug in demo_menus in freeing menus (cf: 20080804).
|
|
|
|
* modify configure script for the case where tic library is used (and
|
|
|
|
possibly renamed) to remove its dependency upon ncurses/ncursew
|
|
|
|
library (patch by Dr Werner Fink).
|
|
|
|
* add Eterm-256color, Eterm-88color and rxvt-88color (prompted by
|
|
|
|
Debian #495815) -TD
|
|
|
|
* add configure option --enable-weak-symbols to turn on new feature.
|
|
|
|
* add configure-check for availability of weak symbols.
|
|
|
|
* modify linkage with pthread library to use weak symbols so that
|
|
|
|
applications not linked to that library will not use the mutexes,
|
|
|
|
etc. This relies on gcc, and may be platform-specific (patch by Dr Werner Fink).
|
|
|
|
* add note to INSTALL to document limitation of renaming of tic library
|
|
|
|
using the --with-ticlib configure option (report by Dr Werner Fink).
|
|
|
|
* document (in manpage) why tputs does not detect I/O errors (prompted
|
|
|
|
by comments by Samuel Thibault).
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Dec 12 18:35:30 CET 2009 - jengelh@medozas.de
|
|
|
|
|
|
|
|
- add baselibs.conf as a source
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Dec 6 16:40:20 CET 2009 - jengelh@medozas.de
|
|
|
|
|
|
|
|
- enable parallel building
|
|
|
|
|
2009-11-16 09:52:55 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Nov 14 10:58:16 CET 2009 - pbaudis@suse.cz
|
|
|
|
|
|
|
|
- Add doc/terminfo.src.bz2 reference to /etc/termcap
|
|
|
|
- Update patches to apply with fuzz 0
|
|
|
|
|
2009-01-09 01:37:36 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 7 12:34:56 CET 2009 - olh@suse.de
|
|
|
|
|
|
|
|
- obsolete old -XXbit packages (bnc#437293)
|
|
|
|
|
2008-11-17 16:35:03 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 14 18:59:42 CET 2008 - werner@suse.de
|
|
|
|
|
|
|
|
- Do not free arrays and strings from static fallback entries (bnc#443683)
|
|
|
|
|
2008-09-05 20:06:00 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Sep 4 11:55:11 CEST 2008 - werner@suse.de
|
|
|
|
|
|
|
|
- Correct order of include paths in ncurses6 case
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 1 14:44:38 CEST 2008 - werner@suse.de
|
|
|
|
|
|
|
|
- Provide also termcap.h in /usr/include
|
|
|
|
|
2008-08-30 01:01:37 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 28 16:00:36 CEST 2008 - ro@suse.de
|
|
|
|
|
|
|
|
- require libncurses5 _and_ libncurses6 from ncurses-devel
|
|
|
|
(avoid having a version with only static libs in the
|
|
|
|
build environment to prevent static linking fallback)
|
|
|
|
|
2008-08-21 17:51:08 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 18 16:17:24 CEST 2008 - werner@suse.de
|
|
|
|
|
|
|
|
- Use include directories more restrictive that is
|
|
|
|
* /usr/include/ncurses/*.h for standard version
|
|
|
|
* /usr/include/ncursesw/*.h for wide version
|
|
|
|
* /usr/include/ncurses6/ncurses/*.h for ABI 6.0 standard version
|
|
|
|
* /usr/include/ncurses6/ncursesw/*.h for ABI 6.0 wide version
|
|
|
|
- Make thread support using weak symbols that is be thread safe
|
|
|
|
only for applications using the libpthread.
|
|
|
|
|
2008-08-15 22:20:03 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 14 17:26:53 CEST 2008 - werner@suse.de
|
|
|
|
|
|
|
|
- Update to test version 5.6.20080804
|
|
|
|
* fix memory leaks in test/demo_menus
|
|
|
|
* build-fixes for gcc 4.3.1
|
|
|
|
* use NCURSES_MOUSE_MASK() in definition of BUTTON_RELEASE(), etc., to
|
|
|
|
make those work properly with the "--enable-ext-mouse" configuration
|
|
|
|
(cf: 20050205).
|
|
|
|
* improve mlterm and mlterm+pcfkeys terminfo entries -TD
|
|
|
|
* add null-pointer checks for cur_term in baudrate() and
|
|
|
|
def_shell_mode(), def_prog_mode()
|
|
|
|
* fix some memory leaks in delscreen() and wide acs.
|
|
|
|
* modify test/ditto.c to illustrate multi-threaded use_screen().
|
|
|
|
* finish changes to wgetch(), making it switch as needed to the
|
|
|
|
window's actual screen when calling wrefresh() and wgetnstr(). That
|
|
|
|
allows wgetch() to get used concurrently in different threads with
|
|
|
|
some minor restrictions, e.g., the application should not delete a
|
|
|
|
window which is being used in a wgetch().
|
|
|
|
* simplify mutex's, combining the window- and screen-mutex's.
|
|
|
|
* modify wgetch() to use the screen which corresponds to its window
|
|
|
|
parameter rather than relying on SP; some dependent functions still
|
|
|
|
use SP internally.
|
|
|
|
* factor out most use of SP in lib_mouse.c, using parameter.
|
|
|
|
* modify _nc_keypad() to make it switch temporarily as needed to the
|
|
|
|
screen which must be updated.
|
|
|
|
* wrap cur_term variable to help make _nc_keymap() thread-safe, and
|
|
|
|
always set the screen's copy of this variable in set_curterm().
|
|
|
|
* restore curs_set() state after endwin()/refresh() (report/patch
|
|
|
|
Miroslav Lichvar)
|
|
|
|
* corrected manpage description of setcchar()
|
|
|
|
* fix for adding a non-spacing character at the beginning of a line
|
|
|
|
* modify screen.* terminfo entries using new screen+fkeys to fix
|
|
|
|
overridden keys in screen.rxvt (Debian #478094) -TD
|
|
|
|
* simplify some loops with macros each_screen(), each_window() and
|
|
|
|
each_ripoff().
|
|
|
|
* fix typo in form.3x
|
|
|
|
* add screen.rxvt terminfo entry -TD
|
|
|
|
* modify tic -f option to format spaces as \s to prevent them from
|
|
|
|
being lost when that is read back in unformatted strings.
|
|
|
|
* add locks for copywin(), dupwin(), overlap(), overlay() on their
|
|
|
|
window parameters.
|
|
|
|
* add locks for initscr() and newterm() on updates to the SCREEN
|
|
|
|
pointer.
|
|
|
|
* finish table in curs_thread.3x manpage.
|
|
|
|
|
2008-05-07 23:35:52 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed May 7 20:20:54 CEST 2008 - coolo@suse.de
|
|
|
|
|
|
|
|
- we need to obsolete ncurses 5.6 too, it's 10.3's version
|
|
|
|
|
2008-04-25 15:24:46 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Apr 22 16:57:32 CEST 2008 - werner@suse.de
|
|
|
|
|
|
|
|
- Split ncurses into two separate packages ncurses-utils and
|
|
|
|
terminfo-base to get the resolvers happy (bnc#381293)
|
|
|
|
|
2008-04-19 23:46:11 +02:00
|
|
|
-------------------------------------------------------------------
|
2008-08-15 22:20:03 +02:00
|
|
|
Sat Apr 19 23:47:19 CEST 2008 - ro@suse.de
|
2008-04-19 23:46:11 +02:00
|
|
|
|
2008-08-15 22:20:03 +02:00
|
|
|
- update baselibs.conf
|
2008-04-19 23:46:11 +02:00
|
|
|
|
2008-04-12 20:05:21 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Apr 11 18:22:32 CEST 2008 - werner@suse.de
|
|
|
|
|
|
|
|
- Do not dlopen libgpm if already loaded by runtime linker
|
|
|
|
|
2008-04-10 13:40:00 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 10 13:39:08 CEST 2008 - lrupp@suse.de
|
|
|
|
|
|
|
|
- rename ncurses to libncurses5 in baselibs.conf
|
|
|
|
|
2008-04-10 13:14:35 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
|
|
|
|
|
|
|
- added baselibs.conf file to build xxbit packages
|
|
|
|
for multilib support
|
|
|
|
|
2008-04-10 11:41:25 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 10 11:17:20 CEST 2008 - werner@suse.de
|
|
|
|
|
|
|
|
- Small change to make the cflags work in ncurses{w,t,tw}-config
|
|
|
|
|
2008-08-15 22:20:03 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Apr 9 16:43:04 CEST 2008 - werner@suse.de
|
|
|
|
|
|
|
|
- Update to test version 5.6.20080405 with the ABI of the upcoming
|
|
|
|
verion 6.0. This includes already the patch for coverity report.
|
|
|
|
|
2008-04-09 21:39:42 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Apr 8 19:20:00 CEST 2008 - werner@suse.de
|
|
|
|
|
|
|
|
- New sub package libncurses5 including the shared libraries and
|
|
|
|
the required terminfo and termset data files.
|
|
|
|
|
2007-12-12 18:15:32 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Dec 10 15:11:36 CET 2007 - werner@suse.de
|
|
|
|
|
|
|
|
- Avoid endless loop in case of including the wrapper header
|
|
|
|
|
2007-12-06 02:05:01 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 5 17:35:53 CET 2007 - werner@suse.de
|
|
|
|
|
|
|
|
- Add compatibility header files (bug #337412)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 29 15:51:12 CET 2007 - pth@suse.de
|
|
|
|
|
|
|
|
- Fix configure so that ncurses-config doesn't erroneously
|
|
|
|
report ncurses.h to reside in /usr/include/ncurses (#337412).
|
|
|
|
|
2007-09-13 18:38:12 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Sep 5 16:23:03 CEST 2007 - werner@suse.de
|
|
|
|
|
|
|
|
- Move libncursesw to /lib or /lib64 (bug #307353)
|
|
|
|
|
2007-05-25 23:57:21 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri May 25 22:54:35 CEST 2007 - dmueller@suse.de
|
|
|
|
|
|
|
|
- add %post/un to call ldconfig
|
|
|
|
|
2007-05-17 00:31:03 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue May 15 15:06:22 CEST 2007 - dmueller@suse.de
|
|
|
|
|
|
|
|
- move documentation to -devel package and bzip text files
|
|
|
|
|
2007-03-22 11:04:55 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 20 18:04:44 CET 2007 - rguenther@suse.de
|
|
|
|
|
|
|
|
- Remove unused ed BuildRequires.
|
|
|
|
|
2007-03-19 13:53:11 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 19 12:56:39 CET 2007 - rguenther@suse.de
|
|
|
|
|
|
|
|
- Make gpm support via libdl and gpm BuildRequires explicit.
|
|
|
|
|
2007-02-02 01:32:54 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 31 19:27:11 CET 2007 - werner@suse.de
|
|
|
|
|
|
|
|
- Update to 5.6-20070128
|
|
|
|
- Split of tack a its own sub package to be able to specify the
|
|
|
|
different licenses of ncurses and tack (bug #231835)
|
|
|
|
|
2006-12-19 00:17:11 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 17 16:34:56 CET 2006 - werner@suse.de
|
|
|
|
|
|
|
|
- Revert broken change for rxvt from patchlevel 20051015 (#221259)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Nov 15 12:40:21 CET 2006 - werner@suse.de
|
|
|
|
|
|
|
|
- Disable experimental xmc-glitch (magic cookie support) for now
|
|
|
|
because it breaks YaST2 on console/konsole (bug #199256)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Aug 2 10:49:51 CEST 2006 - rguenther@suse.de
|
|
|
|
|
|
|
|
- Removed not required BuildRequires on sharutils.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 31 11:31:43 CEST 2006 - schwab@suse.de
|
|
|
|
|
|
|
|
- Don't make stack executable.
|
|
|
|
- Remove executable bit from archives.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu May 18 17:43:19 CEST 2006 - werner@suse.de
|
|
|
|
|
|
|
|
- Update to 5.5-20060513
|
|
|
|
- Add rxvt-unicode terminfo entry
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Apr 9 17:38:03 CEST 2006 - werner@suse.de
|
|
|
|
|
|
|
|
- Removed enacs from xterm terminfo entry, the reason is that it
|
|
|
|
would break non latin encodings and the xterm does not need it
|
|
|
|
(See comment #11 of bug #163715).
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Apr 8 21:19:35 CEST 2006 - werner@suse.de
|
|
|
|
|
|
|
|
- Enable the script to get better termcap entries for arious linux
|
|
|
|
console types (bug #163715)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Apr 7 19:32:47 CEST 2006 - werner@suse.de
|
|
|
|
|
|
|
|
- Add enacs capability to xterm terminfo entry (bug #163715)
|
|
|
|
- Also add a script to get better termcap entries for
|
|
|
|
various linux console types, currently unused (bug#163715)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 1 12:28:53 CET 2006 - werner@suse.de
|
|
|
|
|
|
|
|
- Add screen terminfo entry for 256 colors (bug #136684)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Feb 23 16:23:17 CET 2006 - werner@suse.de
|
|
|
|
|
|
|
|
- On 64 bit architectures: be backward compatible and use
|
|
|
|
unsigned long for chtype (bug #151283)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 25 21:30:34 CET 2006 - mls@suse.de
|
|
|
|
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 10 15:40:35 CET 2006 - ro@suse.de
|
|
|
|
|
|
|
|
- create empty va_list instead of using NULL (not portable)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Dec 17 10:37:56 CET 2005 - kukuk@suse.de
|
|
|
|
|
|
|
|
- Remove /usr/lib/terminfo symlink
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 17 16:40:26 CEST 2005 - werner@suse.de
|
|
|
|
|
|
|
|
- New version new bug, fix doubled man alias for tack (bug #127783)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Oct 13 16:01:33 CEST 2005 - werner@suse.de
|
|
|
|
|
|
|
|
- Switch to ncurses version 5.5
|
|
|
|
- Re-enable curses.h to support both wide and normal characters
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 26 12:32:41 CEST 2005 - werner@suse.de
|
|
|
|
|
|
|
|
- Move terminfo entry of mlterm to mlterm 2.9.2, add cvvis, and
|
|
|
|
add it to the default terminfo entries of ncurses.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jul 22 15:14:23 CEST 2005 - werner@suse.de
|
|
|
|
|
|
|
|
- Update to patch level 20050716
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 1 03:03:32 CET 2005 - schwab@suse.de
|
|
|
|
|
|
|
|
- Fix return value of tigetflag.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Feb 24 14:41:01 CET 2005 - werner@suse.de
|
|
|
|
|
|
|
|
- Re-add the ESC[?1c to the civis for linux terminal (bug #65481)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Sep 16 18:44:38 CEST 2004 - werner@suse.de
|
|
|
|
|
|
|
|
- Add attributes only on first byte of a wide character (#45479)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Sep 10 15:53:14 CEST 2004 - werner@suse.de
|
|
|
|
|
|
|
|
- Make the wide fix smart
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Sep 9 18:20:09 CEST 2004 - werner@suse.de
|
|
|
|
|
|
|
|
- Re-enable wide fix for none wide terminals
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Apr 23 17:43:49 CEST 2004 - werner@suse.de
|
|
|
|
|
|
|
|
- Fix crash due called weak symbol without check
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 5 19:14:08 CEST 2004 - werner@suse.de
|
|
|
|
|
|
|
|
- Be sure that EINTR from signal is correctly delivered to the
|
|
|
|
reading thread. Use weak symbols to get it work even if not
|
|
|
|
(p)threaded (bug #37273).
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Apr 2 17:10:35 CEST 2004 - werner@suse.de
|
|
|
|
|
|
|
|
- Use weak symbol pthread_setmask instead of sigprocmask if
|
|
|
|
called by (p)threaded programs like yast2 (bug #37273).
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Feb 19 12:15:50 CET 2004 - werner@suse.de
|
|
|
|
|
|
|
|
- Switch to official version of 5.4
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 28 19:16:53 CET 2004 - werner@suse.de
|
|
|
|
|
|
|
|
- Fix ACSC list of kterm e.g. for alsamixer
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jan 16 11:34:28 CET 2004 - werner@suse.de
|
|
|
|
|
|
|
|
- Update to 5.3-2004011 aka 5.4
|
|
|
|
- Strike nasty bug in wide version: now none UTF-8 graphic
|
|
|
|
characters are usable in any locale again.
|
|
|
|
- Enable TRACE for debugging builds
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 24 08:43:12 CET 2003 - kukuk@suse.de
|
|
|
|
|
|
|
|
- Build as non-root
|
|
|
|
- Compile with no-execstack
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 29 15:02:12 CEST 2003 - aj@suse.de
|
|
|
|
|
|
|
|
- Fix for changed chown behaviour.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Feb 24 16:31:55 CET 2003 - werner@suse.de
|
|
|
|
|
|
|
|
- Fix for ACS handling: YaST uses always correct fonts with UTF-8
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 11 11:09:50 CET 2003 - werner@suse.de
|
|
|
|
|
|
|
|
- Set TERM if not set, should help to build ncurses on all hosts
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Feb 10 17:52:58 CET 2003 - werner@suse.de
|
|
|
|
|
|
|
|
- Update to patch level 20030201 due fix of mem leaks
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jan 30 14:05:46 CET 2003 - werner@suse.de
|
|
|
|
|
|
|
|
- Fix dynamic file listing for terminfo: also include sym links
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 22 18:09:06 CET 2003 - werner@suse.de
|
|
|
|
|
|
|
|
- Fix va handling in printw, disable experimental safe sprintf
|
|
|
|
builtin (bug #22987)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jan 9 16:07:22 CET 2003 - werner@suse.de
|
|
|
|
|
|
|
|
- Update to ncurses 5.3 patchlevel 20030105
|
|
|
|
- Make spec file more handy with automatic file list generation
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Sep 17 17:34:28 CEST 2002 - ro@suse.de
|
|
|
|
|
|
|
|
- removed bogus self-provides
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Aug 14 15:45:46 MEST 2002 - mls@suse.de
|
|
|
|
|
|
|
|
- updated screen terminfo entry, added screen-bce and screen-s
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 9 10:29:23 CEST 2002 - kukuk@suse.de
|
|
|
|
|
|
|
|
- ncurses-devel should require ncurses [Bug #17543]
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Aug 6 18:04:43 CEST 2002 - werner@suse.de
|
|
|
|
|
|
|
|
- Switch to XTerm for XFree86[tm] 4.2.0 (bug #15002)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jul 31 20:22:29 CEST 2002 - meissner@suse.de
|
|
|
|
|
|
|
|
- disabled -funroll-loops since it triggers a compiler bug on PPC.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jul 18 07:22:38 CEST 2002 - kukuk@suse.de
|
|
|
|
|
|
|
|
- Remove old /usr/lib compatibility links
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 15 12:21:33 CEST 2002 - werner@suse.de
|
|
|
|
|
|
|
|
- Remove ich1 from xterm entry (bug #7857) hopefully most modern
|
|
|
|
programs uses ncurses
|
|
|
|
- Add kcbt key for YaST
|
|
|
|
- remove ncurses 4.2
|
|
|
|
- Enable ncurses 5.2 with wide character support
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jun 14 22:25:28 CEST 2002 - olh@suse.de
|
|
|
|
|
|
|
|
- do not build ncurses 4.2 on ppc64, it appears in Requires later
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed May 22 16:30:35 CEST 2002 - olh@suse.de
|
|
|
|
|
|
|
|
- do not package libncurses.4 on ppc64, allow build as non-root
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat May 11 21:48:24 CEST 2002 - schwab@suse.de
|
|
|
|
|
|
|
|
- Remove ia64 compiler workarounds.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Apr 17 18:19:08 CEST 2002 - kukuk@suse.de
|
|
|
|
|
|
|
|
- Disable old ncurses libraries on x86_64
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Feb 21 13:07:47 CET 2002 - werner@suse.de
|
|
|
|
|
|
|
|
- Fix cat&paste error of patch level 20010922
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Feb 11 22:43:34 CET 2002 - ro@suse.de
|
|
|
|
|
|
|
|
- tar option for bz2 is "j"
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Feb 6 10:15:27 CET 2002 - coolo@suse.de
|
|
|
|
|
|
|
|
- s390x is 64 bit too
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 23 18:08:22 CET 2001 - uli@suse.de
|
|
|
|
|
|
|
|
- fixed to build on ARM
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Nov 11 15:47:58 CET 2001 - schwab@suse.de
|
|
|
|
|
|
|
|
- Fix last change, use vsscanf instead of vscanf.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 9 15:05:08 CET 2001 - stepan@suse.de
|
|
|
|
|
|
|
|
- fix ncurses 4.2 on gcc3 distributions.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Oct 4 18:22:34 CEST 2001 - werner@suse.de
|
|
|
|
|
|
|
|
- Update to ncurses 5.2 patch level 20011001
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jun 6 15:51:53 EDT 2001 - bk@suse.de
|
|
|
|
|
|
|
|
- fix to compile on s390x (cursesw.cc)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue May 8 20:32:26 CEST 2001 - mfabian@suse.de
|
|
|
|
|
|
|
|
- bzip2 sources
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Apr 11 12:06:10 CEST 2001 - schwab@suse.de
|
|
|
|
|
|
|
|
- Reenable c++ bindings on ia64, instead use -O0 for c++.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 22 19:06:45 CET 2001 - ro@suse.de
|
|
|
|
|
|
|
|
- added split aliases as provides
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 20 17:45:50 CET 2001 - schwab@suse.de
|
|
|
|
|
|
|
|
- Don't build c++ bindings and remove -funroll-loops on ia64 to work
|
|
|
|
around compiler bug.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Mar 16 14:52:14 CET 2001 - ro@suse.de
|
|
|
|
|
|
|
|
- fix to compile on s390 (cursesw.cc)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Feb 19 14:16:38 CET 2001 - ro@suse.de
|
|
|
|
|
|
|
|
- fixed to compile on gcc-2.96 (include string.h)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Feb 16 17:17:45 CET 2001 - werner@suse.de
|
|
|
|
|
|
|
|
- We don't need include string.h more than once
|
|
|
|
- Update to patch 20010210
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Feb 15 01:21:55 CET 2001 - stepan@suse.de
|
|
|
|
|
|
|
|
- add some includes to compile with newer gcc versions.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Dec 22 14:42:49 CET 2000 - werner@suse.de
|
|
|
|
|
|
|
|
- After a reset xterm should answer ^? on backarrow key
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Dec 7 17:06:20 CET 2000 - werner@suse.de
|
|
|
|
|
|
|
|
- Add vt102 to fallback terminal descriptions
|
|
|
|
- Add xterm-basic only to ncurses
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 14 13:59:46 CET 2000 - werner@suse.de
|
|
|
|
|
|
|
|
- Try to solve boot straping without installed ncurses-devel
|
|
|
|
- Use newest terminfo sources for builtin fallback
|
|
|
|
- Re-enable ncurses-5.0-to-4.2-panel.patch for ncurses 4.2
|
|
|
|
- Move /usr/lib/lib*.so to ncurses-devel
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 13 15:59:03 CET 2000 - werner@suse.de
|
|
|
|
|
|
|
|
- Update to ncurses 5.2
|
|
|
|
- Fix replacement of marks within manual pages
|
|
|
|
- Set type of ospeed to speed_t
|
|
|
|
- Put development tools, headers and static libs into
|
|
|
|
their own package ncurses-devel.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Oct 26 18:50:39 CEST 2000 - kukuk@suse.de
|
|
|
|
|
|
|
|
- Rename sharutil to sharutils
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Oct 15 16:47:14 CEST 2000 - schwab@suse.de
|
|
|
|
|
|
|
|
- Fix libncurses.so link.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Oct 10 15:46:40 CEST 2000 - werner@suse.de
|
|
|
|
|
|
|
|
- Update to 5.1 due to the better handling of string termination
|
|
|
|
of terminfo entries (security, strcpy patch therefore).
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Oct 6 19:22:26 CEST 2000 - werner@suse.de
|
|
|
|
|
|
|
|
- Move strncpy to strlcpy which appends the terminating NUL
|
|
|
|
character.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 2 19:36:35 CEST 2000 - werner@suse.de
|
|
|
|
|
|
|
|
- Use strncpy and strncat in lib_mvcur.c instead of the trustful
|
|
|
|
strcpy and strcat.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Oct 1 17:40:09 CEST 2000 - kukuk@suse.de
|
|
|
|
|
|
|
|
- Fix for compiling with new g++ on ia64
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Oct 1 10:15:03 CEST 2000 - kukuk@suse.de
|
|
|
|
|
|
|
|
- Don't use run_cmd.sh to create fallback.c
|
|
|
|
- Don't build compat ncurses 4.2 on new platforms
|
|
|
|
- Use rpm 3.0.5 macros for 32/64bit support
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 4 17:37:46 CEST 2000 - werner@suse.de
|
|
|
|
|
|
|
|
- Correct documentation path
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jul 7 16:21:43 CEST 2000 - werner@suse.de
|
|
|
|
|
|
|
|
- Make update mechanism compatible with rpm, yast and yast2
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jun 28 17:34:58 CEST 2000 - werner@suse.de
|
|
|
|
|
|
|
|
- Better update mechanism (verified with 6.2, 6.3, 6.4, and 7.0)
|
|
|
|
- Update to patch level 20000624 due some bug fixes included there
|
|
|
|
- Fix due bug in lib_screen.c (causes SIGSEGV)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon May 22 18:18:37 CEST 2000 - werner@suse.de
|
|
|
|
|
|
|
|
- Use new macros to avoid removing files via symbolic linked
|
|
|
|
directory which was a real directory. I use here not only
|
|
|
|
%ghost but also %config(missingok) to avoid the buggy
|
|
|
|
order of executing %post install script. (There is no
|
|
|
|
%post remove script).
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed May 17 12:46:22 CEST 2000 - werner@suse.de
|
|
|
|
|
|
|
|
- One fix more
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue May 16 16:02:38 CEST 2000 - werner@suse.de
|
|
|
|
|
|
|
|
- Fix the post install script: usr/lib/tabset may empty
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 3 19:19:50 CEST 2000 - bk@suse.de
|
|
|
|
|
|
|
|
- added workaround for bad %{suse_update_config -f} handling on i386
|
|
|
|
message was: suse_update_config: invalid option --
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Apr 1 22:14:59 GMT 2000 - bk@suse.de
|
|
|
|
|
|
|
|
- updated %suse_update_config call for s390
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Mar 3 16:02:47 CET 2000 - schwab@suse.de
|
|
|
|
|
|
|
|
- Fix for ia64.
|
|
|
|
- Update config.{guess,sub} from automake
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 2 15:38:58 CET 2000 - werner@suse.de
|
|
|
|
|
|
|
|
- Add patch for resize of subwindows relative to their parents
|
|
|
|
(required for YaST2)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Feb 28 12:56:22 CET 2000 - werner@suse.de
|
|
|
|
|
|
|
|
- Add patch 20000226 which makes 20000219 work perfect
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Feb 25 15:12:05 CET 2000 - werner@suse.de
|
|
|
|
|
|
|
|
- Add patch 20000219 which should help on setting default fg/bg
|
|
|
|
off the most applications
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Feb 18 17:24:08 CET 2000 - werner@suse.de
|
|
|
|
|
|
|
|
- Add patches 20000115, 20000122, 20000205, and 20000212
|
|
|
|
* hopefully this fixes some coloring kludges
|
|
|
|
- Make $VENDOR work for all Linux architectures
|
|
|
|
- Fix kvt/gnome entries for SuSE
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 15 13:41:51 CET 2000 - schwab@suse.de
|
|
|
|
|
|
|
|
- Update config.{guess,sub} to latest version.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Feb 3 17:12:11 CET 2000 - ro@suse.de
|
|
|
|
|
|
|
|
- use "-O1" for ncurses-4.2 on alpha
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jan 20 13:21:35 CET 2000 - ro@suse.de
|
|
|
|
|
|
|
|
- don't build ncurses-4.2/c++/demo
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 18 16:21:55 CET 2000 - werner@suse.de
|
|
|
|
|
|
|
|
- Workaround for all system which uses _SYS_VA_LIST_H (e.g. PPC)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jan 17 21:39:33 CET 2000 - werner@suse.de
|
|
|
|
|
|
|
|
- Hey here we are: libncurses 5.0
|
|
|
|
* Use patches 19991030 upto 20000108
|
|
|
|
* Make arch-suse-linux work
|
|
|
|
* Use real intrinsic fallback term entries
|
|
|
|
* Use setfsuid and setfsgid for suid programs (linux issue only)
|
|
|
|
* Use our xterm standard (should be changed for xterm-4.0)
|
|
|
|
* Add/update some common term entries
|
|
|
|
- Hold shared libncurses 4.2 libraries for backward compatibility
|
|
|
|
and older programs
|
|
|
|
- Use /usr/share/man/
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Oct 29 16:29:25 CEST 1999 - werner@suse.de
|
|
|
|
|
|
|
|
- Remove buggy bool patch, sizeof the type bool should the same in
|
|
|
|
C++ and C on any architecture. This because libncurses is used
|
|
|
|
by both type of C++ and C programs. Let configure do its job.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Oct 15 18:50:24 CEST 1999 - werner@suse.de
|
|
|
|
|
|
|
|
- Last minor checks
|
|
|
|
- Move /usr/lib/terminfo/, /usr/lib/tabset/ to /usr/share/terminfo/,
|
|
|
|
/usr/share/tabset/ and set a compatibility link.
|
|
|
|
- Check security fix, seems to work.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Oct 14 22:53:29 CEST 1999 - werner@suse.de
|
|
|
|
|
|
|
|
- Port some patches from debian mainly security issues
|
|
|
|
- Use newer terminfo.src
|
|
|
|
- Move some common terminfo entries from terminfo packages
|
|
|
|
to main packages ncurses
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Oct 13 23:08:31 CEST 1999 - werner@suse.de
|
|
|
|
|
|
|
|
- Add panel patch from ncurses 5.0
|
|
|
|
- Remove kbs=\177 for some terminals like some xterm types and
|
|
|
|
vt100 to hold it compatible with other UNICES
|
|
|
|
- Update our xterm settings (with kbs=\177 and kdch1=\E[3~)
|
|
|
|
- Update the settings for xterm v4.0 but leave default on
|
|
|
|
our old version which are compatible
|
|
|
|
- Add some dumb terminal type like switch, patch, net,
|
|
|
|
network, arpanet, and dialup
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de
|
|
|
|
|
|
|
|
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 25 10:40:05 MET 1999 - ro@suse.de
|
|
|
|
|
|
|
|
- changed permissions (a+x) for libform,menu,panel
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 22 13:22:14 MET 1999 - florian@suse.de
|
|
|
|
|
|
|
|
- add compatibility link from /usr/share/{tabset,terminfo}
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Sep 6 00:34:56 MEST 1998 - ro@suse.de
|
|
|
|
|
|
|
|
- fixed neededforbuild
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jun 3 12:01:35 MEST 1998 - florian@suse.de
|
|
|
|
|
|
|
|
- use major 4 for glibc2
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 11 12:20:26 MET 1998 - werner@suse.de
|
|
|
|
|
|
|
|
- Defines a xterm-xf86suse entry
|
|
|
|
* use xterm-xf86-v33 with changes
|
|
|
|
- Use xterm-xf86suse for xterm
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 9 13:52:24 MET 1998 - bs@suse.de
|
|
|
|
|
|
|
|
- set executable bit to libncurses.so.3.0.*
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 2 20:11:44 MET 1998 - florian@suse.de
|
|
|
|
|
|
|
|
- update to ncurses 4.2
|
|
|
|
- use xterm for XFree86 3.3 and not 3.2...
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 2 12:50:19 MET 1998 - florian@suse.de
|
|
|
|
|
|
|
|
- mark /etc/termcap as %config
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Feb 20 09:05:10 MET 1998 - werner@suse.de
|
|
|
|
|
|
|
|
- redone fixes as to previous version
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 17 13:45:57 MET 1998 - florian@suse.de
|
|
|
|
|
|
|
|
- update to ncurses 4.2-beta1
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jan 29 19:15:51 MET 1998 - werner@suse.de
|
|
|
|
|
|
|
|
- add some settings for:
|
|
|
|
|
|
|
|
* TERM=linux (cvvis and sgr0 added)
|
|
|
|
* TERM=xterm (kf21 (shift F11) and kf22 (shift F12) added)
|
|
|
|
* TERM=rxvt (keypad keys correct defined, mc5 and mc4 added
|
|
|
|
for printing, smacs and rmacs repaired, sgr added)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 11 14:30:28 MET 1997 - ro@suse.de
|
|
|
|
|
|
|
|
- terminfo builds from same specfile
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Oct 17 14:12:57 MEST 1997 - ro@suse.de
|
|
|
|
|
|
|
|
- removed old lib 1.9.7a
|
|
|
|
ready for autobuild
|
|
|
|
|
|
|
|
----------------------------------------------------------------------------
|
|
|
|
Tue May 27 20:03:59 MEST 1997 - florian@suse.de
|
|
|
|
|
|
|
|
|
|
|
|
- handle wrong TERM-settings for tput
|
|
|
|
|
|
|
|
- change xterm-entry in terminfo source file
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
----------------------------------------------------------------------------
|
|
|
|
Tue May 20 14:10:37 MEST 1997 - florian@suse.de
|
|
|
|
|
|
|
|
|
|
|
|
- update to version 4.1
|
|
|
|
|
|
|
|
|
|
|
|
----------------------------------------------------------------------------
|
|
|
|
Wed Apr 30 15:57:14 CEST 1997 - florian@suse.de
|
|
|
|
|
|
|
|
|
|
|
|
- mv /lib/libncurses.so.1.9* /usr/lib/
|
|
|
|
|
|
|
|
|
|
|
|
----------------------------------------------------------------------------
|
|
|
|
Sun Apr 13 23:04:29 MEST 1997 - florian@suse.de
|
|
|
|
|
|
|
|
|
|
|
|
- update to new version 970412
|
|
|
|
|
|
|
|
|
|
|
|
----------------------------------------------------------------------------
|
|
|
|
Tue Nov 12 18:50:03 MET 1996 - werner@suse.de
|
|
|
|
|
|
|
|
- Anpassung von terminfo an das XTerm app-defaults
|
|
|
|
- Einige Fixes in der Intialisierung und Handling
|
|
|
|
von Escape-Sequenzen des xterms aus XFree86[tm]-3.2
|
|
|
|
|
|
|
|
|
|
|
|
----------------------------------------------------------------------------
|
|
|
|
Sat Nov 2 17:35:11 CET 1996 - florian@suse.de
|
|
|
|
|
|
|
|
|
|
|
|
- update to version 961102
|
|
|
|
|
|
|
|
|
|
|
|
----------------------------------------------------------------------------
|
|
|
|
Wed Oct 16 17:48:34 MET DST 1996 - florian@suse.de
|
|
|
|
|
|
|
|
|
|
|
|
- Update auf die neuste ncurses-Version.
|
|
|
|
- 'xterm' ist fuer XFree86 3.1.2G. Falls jemand noch ein altes XFree86
|
|
|
|
benutzen will, sollte man 'xterm-base' verwenden.
|
|
|
|
- Falls es Probleme gibt, kann man anstatt /lib/libncurses.so.1.9.9g
|
|
|
|
auch /lib/libncurses.so.1.9.9e verwenden. (g-Version einfach umbenennen
|
|
|
|
und ldconfig starten.) Dann sollte man aber keine Programme mehr
|
|
|
|
kompilieren...
|
|
|
|
|