mirror of
https://github.com/Aigor44/ncursesw-morphos.git
synced 2025-01-12 14:54:25 +08:00
ncurses 5.9 - patch 20121013
+ add vte-2012, gnome-2012, making these the defaults for vte/gnome (patch by Christian Persch).
This commit is contained in:
parent
c3e8eb8e74
commit
af3da5b5f0
6
NEWS
6
NEWS
@ -25,7 +25,7 @@
|
|||||||
-- sale, use or other dealings in this Software without prior written --
|
-- sale, use or other dealings in this Software without prior written --
|
||||||
-- authorization. --
|
-- authorization. --
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
-- $Id: NEWS,v 1.1962 2012/10/06 19:48:38 tom Exp $
|
-- $Id: NEWS,v 1.1963 2012/10/13 23:19:59 tom Exp $
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
This is a log of changes that ncurses has gone through since Zeyd started
|
This is a log of changes that ncurses has gone through since Zeyd started
|
||||||
@ -45,6 +45,10 @@ See the AUTHORS file for the corresponding full names.
|
|||||||
Changes through 1.9.9e did not credit all contributions;
|
Changes through 1.9.9e did not credit all contributions;
|
||||||
it is not possible to add this information.
|
it is not possible to add this information.
|
||||||
|
|
||||||
|
20121013
|
||||||
|
+ add vte-2012, gnome-2012, making these the defaults for vte/gnome
|
||||||
|
(patch by Christian Persch).
|
||||||
|
|
||||||
20121006
|
20121006
|
||||||
+ improve CF_GCC_VERSION to work around Debian's customization of gcc
|
+ improve CF_GCC_VERSION to work around Debian's customization of gcc
|
||||||
--version message.
|
--version message.
|
||||||
|
4
dist.mk
4
dist.mk
@ -25,7 +25,7 @@
|
|||||||
# use or other dealings in this Software without prior written #
|
# use or other dealings in this Software without prior written #
|
||||||
# authorization. #
|
# authorization. #
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# $Id: dist.mk,v 1.895 2012/10/06 17:13:57 tom Exp $
|
# $Id: dist.mk,v 1.896 2012/10/13 14:37:04 tom Exp $
|
||||||
# Makefile for creating ncurses distributions.
|
# Makefile for creating ncurses distributions.
|
||||||
#
|
#
|
||||||
# This only needs to be used directly as a makefile by developers, but
|
# This only needs to be used directly as a makefile by developers, but
|
||||||
@ -37,7 +37,7 @@ SHELL = /bin/sh
|
|||||||
# These define the major/minor/patch versions of ncurses.
|
# These define the major/minor/patch versions of ncurses.
|
||||||
NCURSES_MAJOR = 5
|
NCURSES_MAJOR = 5
|
||||||
NCURSES_MINOR = 9
|
NCURSES_MINOR = 9
|
||||||
NCURSES_PATCH = 20121006
|
NCURSES_PATCH = 20121013
|
||||||
|
|
||||||
# We don't append the patch to the version, since this only applies to releases
|
# We don't append the patch to the version, since this only applies to releases
|
||||||
VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)
|
VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
# Report bugs and new terminal descriptions to
|
# Report bugs and new terminal descriptions to
|
||||||
# bug-ncurses@gnu.org
|
# bug-ncurses@gnu.org
|
||||||
#
|
#
|
||||||
# $Revision: 1.466 $
|
# $Revision: 1.467 $
|
||||||
# $Date: 2012/08/11 15:27:54 $
|
# $Date: 2012/10/13 23:17:51 $
|
||||||
#
|
#
|
||||||
# The original header is preserved below for reference. It is noted that there
|
# The original header is preserved below for reference. It is noted that there
|
||||||
# is a "newer" version which differs in some cosmetic details (but actually
|
# is a "newer" version which differs in some cosmetic details (but actually
|
||||||
@ -4042,6 +4042,14 @@ vte-2008|VTE in GNOME Terminal snapshot 2.22.3,
|
|||||||
gnome-2008|GNOME Terminal snapshot 2.22.3,
|
gnome-2008|GNOME Terminal snapshot 2.22.3,
|
||||||
use=vte-2008,
|
use=vte-2008,
|
||||||
|
|
||||||
|
# GNOME Terminal 3.6.0 (2012)
|
||||||
|
# VTE 0.34.1 refers to an unreleased version as of 2012-10-13 (0.34.0 was
|
||||||
|
# released 2012-09-26, 0.34.1 has not been marked in git) -TD
|
||||||
|
vte-2012|VTE 0.34.1,
|
||||||
|
ritm=\E[23m, sitm=\E[3m, use=xterm+pcc2, use=gnome-fc5,
|
||||||
|
gnome-2012|GNOME Terminal 3.6.0,
|
||||||
|
use=vte-2012,
|
||||||
|
|
||||||
# GNOME terminal may automatically use the contents of the "xterm" terminfo to
|
# GNOME terminal may automatically use the contents of the "xterm" terminfo to
|
||||||
# supply key information which is not built into the program. With 2.22.3,
|
# supply key information which is not built into the program. With 2.22.3,
|
||||||
# this list is built into the program (which addresses the inadvertant use of
|
# this list is built into the program (which addresses the inadvertant use of
|
||||||
@ -4070,7 +4078,7 @@ gnome+pcfkeys|VTE's variation on xterm+pcfkeys,
|
|||||||
use=vte+pcfkeys,
|
use=vte+pcfkeys,
|
||||||
|
|
||||||
vte|VTE aka GNOME Terminal,
|
vte|VTE aka GNOME Terminal,
|
||||||
use=vte-2008,
|
use=vte-2012,
|
||||||
gnome|GNOME Terminal,
|
gnome|GNOME Terminal,
|
||||||
use=vte,
|
use=vte,
|
||||||
|
|
||||||
@ -4087,7 +4095,7 @@ gnome-256color|GNOME Terminal with xterm 256-colors,
|
|||||||
# Since most of the terminfo-related behavior is due to the VTE library,
|
# Since most of the terminfo-related behavior is due to the VTE library,
|
||||||
# the terminfo is the same as gnome-terminal.
|
# the terminfo is the same as gnome-terminal.
|
||||||
xfce|Xfce Terminal,
|
xfce|Xfce Terminal,
|
||||||
use=vte,
|
use=vte-2008,
|
||||||
|
|
||||||
#### Other GNOME
|
#### Other GNOME
|
||||||
# Multi-Gnome-Terminal 1.6.2
|
# Multi-Gnome-Terminal 1.6.2
|
||||||
@ -22937,4 +22945,8 @@ v3220|LANPAR Vision II model 3220/3221/3222,
|
|||||||
# * add nsterm-256color, make this the default nsterm -TD
|
# * add nsterm-256color, make this the default nsterm -TD
|
||||||
# * remove bw from nsterm-bce, per testing with tack -TD
|
# * remove bw from nsterm-bce, per testing with tack -TD
|
||||||
#
|
#
|
||||||
|
# 2012-10-12
|
||||||
|
# * add vte-2012, gnome-2012, making these the defaults for vte/gnome
|
||||||
|
# (patch by Christian Persch).
|
||||||
|
#
|
||||||
######## SHANTIH! SHANTIH! SHANTIH!
|
######## SHANTIH! SHANTIH! SHANTIH!
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
ncurses6 (5.9-20121006) unstable; urgency=low
|
ncurses6 (5.9-20121013) unstable; urgency=low
|
||||||
|
|
||||||
* latest weekly patch
|
* latest weekly patch
|
||||||
|
|
||||||
-- Thomas E. Dickey <dickey@invisible-island.net> Sat, 06 Oct 2012 14:53:14 -0400
|
-- Thomas E. Dickey <dickey@invisible-island.net> Sat, 13 Oct 2012 19:21:12 -0400
|
||||||
|
|
||||||
ncurses6 (5.9-20120608) unstable; urgency=low
|
ncurses6 (5.9-20120608) unstable; urgency=low
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: shared libraries for terminal handling
|
Summary: shared libraries for terminal handling
|
||||||
Name: ncurses6
|
Name: ncurses6
|
||||||
Release: 5.9
|
Release: 5.9
|
||||||
Version: 20121006
|
Version: 20121013
|
||||||
License: X11
|
License: X11
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Source: ncurses-%{release}-%{version}.tgz
|
Source: ncurses-%{release}-%{version}.tgz
|
||||||
|
Loading…
Reference in New Issue
Block a user