]> ncurses.scripts.mit.edu Git - ncurses.git/commitdiff
ncurses 5.9 - patch 20140323
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 23 Mar 2014 21:22:47 +0000 (21:22 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 23 Mar 2014 21:22:47 +0000 (21:22 +0000)
+ fix typo in "mlterm" entry (report by Gabriele Balducci) -TD

NEWS
dist.mk
misc/terminfo.src
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.spec

diff --git a/NEWS b/NEWS
index b8875b55cee5bc5bf6fec26f58c99140d4f4472d..89fda20d2c789193c3c0c78dfc6931854fdd3975 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -25,7 +25,7 @@
 -- sale, use or other dealings in this Software without prior written        --
 -- authorization.                                                            --
 -------------------------------------------------------------------------------
 -- sale, use or other dealings in this Software without prior written        --
 -- authorization.                                                            --
 -------------------------------------------------------------------------------
--- $Id: NEWS,v 1.2183 2014/03/22 23:03:23 tom Exp $
+-- $Id: NEWS,v 1.2185 2014/03/23 21:01:15 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,9 @@ See the AUTHORS file for the corresponding full names.
 Changes through 1.9.9e did not credit all contributions;
 it is not possible to add this information.
 
 Changes through 1.9.9e did not credit all contributions;
 it is not possible to add this information.
 
+20140323
+       + fix typo in "mlterm" entry (report by Gabriele Balducci) -TD
+
 20140322
        + use types from <stdint.h> in sample build-scripts for chtype, etc.
        + modify configure script and curses.h.in to allow the types specified
 20140322
        + use types from <stdint.h> in sample build-scripts for chtype, etc.
        + modify configure script and curses.h.in to allow the types specified
diff --git a/dist.mk b/dist.mk
index 9933f6e2ff033b010db81c5fc531c131e34fd3ad..e628a21dd303423c0bef4dffd91525afd92401c3 100644 (file)
--- a/dist.mk
+++ b/dist.mk
@@ -25,7 +25,7 @@
 # use or other dealings in this Software without prior written               #
 # authorization.                                                             #
 ##############################################################################
 # use or other dealings in this Software without prior written               #
 # authorization.                                                             #
 ##############################################################################
-# $Id: dist.mk,v 1.977 2014/03/22 15:46:30 tom Exp $
+# $Id: dist.mk,v 1.978 2014/03/23 20:59:54 tom Exp $
 # Makefile for creating ncurses distributions.
 #
 # This only needs to be used directly as a makefile by developers, but
 # Makefile for creating ncurses distributions.
 #
 # 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.
 NCURSES_MAJOR = 5
 NCURSES_MINOR = 9
 # These define the major/minor/patch versions of ncurses.
 NCURSES_MAJOR = 5
 NCURSES_MINOR = 9
-NCURSES_PATCH = 20140322
+NCURSES_PATCH = 20140323
 
 # We don't append the patch to the version, since this only applies to releases
 VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)
 
 # We don't append the patch to the version, since this only applies to releases
 VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)
index c67ccae1ffd3544ad7a2f0ace9dac8ffc61f0f87..aca3b9486bf866214e505d722803334365bf4e70 100644 (file)
@@ -6,8 +6,8 @@
 # Report bugs and new terminal descriptions to
 #      bug-ncurses@gnu.org
 #
 # Report bugs and new terminal descriptions to
 #      bug-ncurses@gnu.org
 #
-#      $Revision: 1.486 $
-#      $Date: 2014/03/22 18:26:51 $
+#      $Revision: 1.487 $
+#      $Date: 2014/03/23 20:45:15 $
 #
 # 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
 #
 # 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
@@ -4755,7 +4755,7 @@ konsole-256color|KDE console window with xterm 256-colors,
 # http://mlterm.sourceforge.net/
 
 mlterm|multi lingual terminal emulator,
 # http://mlterm.sourceforge.net/
 
 mlterm|multi lingual terminal emulator,
-       use=mlterm,
+       use=mlterm3,
 
 # Tested mlterm 3.2.2:
 # mlterm 3.x has made changes, but they are not reflected in the included
 
 # Tested mlterm 3.2.2:
 # mlterm 3.x has made changes, but they are not reflected in the included
@@ -23204,4 +23204,7 @@ v3220|LANPAR Vision II model 3220/3221/3222,
 #      * add mlterm3 entry, use that as "mlterm" -TD
 #      * inherit mlterm-256color from mlterm -TD
 #
 #      * add mlterm3 entry, use that as "mlterm" -TD
 #      * inherit mlterm-256color from mlterm -TD
 #
+# 2014-03-23
+#      * fix typo in "mlterm" entry (report by Gabriele Balducci) -TD
+#
 ######## SHANTIH!  SHANTIH!  SHANTIH!
 ######## SHANTIH!  SHANTIH!  SHANTIH!
index 52c57f98f08c8ffe5dabca1fcb63a3a2f46b90f4..2e2387a37995e61b41f89e4200a8c01f905b900a 100644 (file)
@@ -1,8 +1,8 @@
-ncurses6 (5.9-20140322) unstable; urgency=low
+ncurses6 (5.9-20140323) unstable; urgency=low
 
   * latest weekly patch
 
 
   * latest weekly patch
 
- -- Thomas E. Dickey <dickey@invisible-island.net>  Sat, 22 Mar 2014 11:46:30 -0400
+ -- Thomas E. Dickey <dickey@invisible-island.net>  Sun, 23 Mar 2014 16:59:54 -0400
 
 ncurses6 (5.9-20131005) unstable; urgency=low
 
 
 ncurses6 (5.9-20131005) unstable; urgency=low
 
index 52c57f98f08c8ffe5dabca1fcb63a3a2f46b90f4..2e2387a37995e61b41f89e4200a8c01f905b900a 100644 (file)
@@ -1,8 +1,8 @@
-ncurses6 (5.9-20140322) unstable; urgency=low
+ncurses6 (5.9-20140323) unstable; urgency=low
 
   * latest weekly patch
 
 
   * latest weekly patch
 
- -- Thomas E. Dickey <dickey@invisible-island.net>  Sat, 22 Mar 2014 11:46:30 -0400
+ -- Thomas E. Dickey <dickey@invisible-island.net>  Sun, 23 Mar 2014 16:59:54 -0400
 
 ncurses6 (5.9-20131005) unstable; urgency=low
 
 
 ncurses6 (5.9-20131005) unstable; urgency=low
 
index a10c782e82b636b8a61a0b1ce65dcc59b58fc1e5..7b2007622748c5b7dd4827ee8d6ed0b2dbfc5e7b 100644 (file)
@@ -1,8 +1,8 @@
-ncurses6 (5.9-20140322) unstable; urgency=low
+ncurses6 (5.9-20140323) unstable; urgency=low
 
   * latest weekly patch
 
 
   * latest weekly patch
 
- -- Thomas E. Dickey <dickey@invisible-island.net>  Sat, 22 Mar 2014 11:46:30 -0400
+ -- Thomas E. Dickey <dickey@invisible-island.net>  Sun, 23 Mar 2014 16:59:54 -0400
 
 ncurses6 (5.9-20120608) unstable; urgency=low
 
 
 ncurses6 (5.9-20120608) unstable; urgency=low
 
index a7099fa1a531da2e919817acf78b7a9396a32cec..be02be3e790a006d538da99fc4e8ac15691f917a 100644 (file)
@@ -1,4 +1,4 @@
-; $Id: mingw-ncurses.nsi,v 1.32 2014/03/22 15:46:30 tom Exp $\r
+; $Id: mingw-ncurses.nsi,v 1.33 2014/03/23 20:59:54 tom Exp $\r
 \r
 ; TODO add examples\r
 ; TODO bump ABI to 6\r
 \r
 ; TODO add examples\r
 ; TODO bump ABI to 6\r
@@ -10,7 +10,7 @@
 !define VERSION_MAJOR "5"\r
 !define VERSION_MINOR "9"\r
 !define VERSION_YYYY  "2014"\r
 !define VERSION_MAJOR "5"\r
 !define VERSION_MINOR "9"\r
 !define VERSION_YYYY  "2014"\r
-!define VERSION_MMDD  "0322"\r
+!define VERSION_MMDD  "0323"\r
 !define VERSION_PATCH ${VERSION_YYYY}${VERSION_MMDD}\r
 \r
 !define MY_ABI   "5"\r
 !define VERSION_PATCH ${VERSION_YYYY}${VERSION_MMDD}\r
 \r
 !define MY_ABI   "5"\r
index f16839f6c69700cb33c309e9edbe7617faa8b5e9..dd1d466964a67775e161af3c7fd73abf9ddf22e1 100644 (file)
@@ -3,7 +3,7 @@
 Summary: shared libraries for terminal handling
 Name: mingw32-ncurses6
 Version: 5.9
 Summary: shared libraries for terminal handling
 Name: mingw32-ncurses6
 Version: 5.9
-Release: 20140322
+Release: 20140323
 License: X11
 Group: Development/Libraries
 Source: ncurses-%{version}-%{release}.tgz
 License: X11
 Group: Development/Libraries
 Source: ncurses-%{version}-%{release}.tgz
index 2322b01d4eadb27969ac01a2d81cc9da6049cde9..1a95c452e2fdea5dce5214d8d5a3294be4963aef 100644 (file)
@@ -1,7 +1,7 @@
 Summary: shared libraries for terminal handling
 Name: ncurses6
 Version: 5.9
 Summary: shared libraries for terminal handling
 Name: ncurses6
 Version: 5.9
-Release: 20140322
+Release: 20140323
 License: X11
 Group: Development/Libraries
 Source: ncurses-%{version}-%{release}.tgz
 License: X11
 Group: Development/Libraries
 Source: ncurses-%{version}-%{release}.tgz