mirror of
https://git.savannah.gnu.org/git/screen.git
synced 2026-02-10 17:31:59 +02:00
@@ -1,6 +1,10 @@
|
||||
Version 4.6.3 (2018):
|
||||
Version 4.7.0 (02/10/2019)
|
||||
* Add support for SGR (1006) mouse mode
|
||||
* Add support for OSC 11
|
||||
* Update Unicode ambiguous and wide tables to 12.1.0
|
||||
* Fixes:
|
||||
- cross-compilation support (bug #43223)
|
||||
- a lot of manpage fixes and cleanups
|
||||
|
||||
Version 4.6.2 (23/10/2017):
|
||||
* Fixes:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
.\" vi:set wm=5
|
||||
.TH SCREEN 1 "Oct 2017"
|
||||
.TH SCREEN 1 "Oct 2019"
|
||||
.if n .ds Q \&"
|
||||
.if n .ds U \&"
|
||||
.if t .ds Q ``
|
||||
@@ -5241,9 +5241,9 @@ and Alexander Naumov <alexander_naumov@opensuse.org>.
|
||||
|
||||
.SH COPYLEFT
|
||||
.nf
|
||||
Copyright (c) 2018
|
||||
Alexander Naumov <alexander_naumov@opensuse.org>
|
||||
Amadeusz Slawinski <amade@asmblr.net>
|
||||
Copyright (c) 2018-2019
|
||||
Alexander Naumov <alexander_naumov@opensuse.org>
|
||||
Amadeusz Slawinski <amade@asmblr.net>
|
||||
Copyright (c) 2015-2017
|
||||
Juergen Weigert <jnweiger@immd4.informatik.uni\-erlangen.de>
|
||||
Alexander Naumov <alexander_naumov@opensuse.org>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
@finalout
|
||||
@setchapternewpage odd
|
||||
@c %**end of header
|
||||
@set version 4.6.2
|
||||
@set version 4.7.0
|
||||
|
||||
@direntry
|
||||
* Screen: (screen). Full-screen window manager.
|
||||
@@ -53,7 +53,7 @@ by the Foundation.
|
||||
@title Screen
|
||||
@subtitle The virtual terminal manager
|
||||
@subtitle for Version @value{version}
|
||||
@subtitle Feb 2017
|
||||
@subtitle Oct 2019
|
||||
|
||||
@page
|
||||
@vskip 0pt plus 1filll
|
||||
|
||||
@@ -532,7 +532,7 @@
|
||||
|
||||
#define ORIGIN "GNU"
|
||||
#define REV 4
|
||||
#define VERS 6
|
||||
#define PATCHLEVEL 2
|
||||
#define DATE "23-Oct-17"
|
||||
#define VERS 7
|
||||
#define PATCHLEVEL 0
|
||||
#define DATE "02-Oct-19"
|
||||
#define STATE ""
|
||||
|
||||
Reference in New Issue
Block a user