home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume26 / screen-3.5 / part02 / patchlevel.h < prev    next >
Text File  |  1993-07-25  |  7KB  |  132 lines

  1. /* Copyright (c) 1993
  2.  *      Juergen Weigert (jnweiger@immd4.informatik.uni-erlangen.de)
  3.  *      Michael Schroeder (mlschroe@immd4.informatik.uni-erlangen.de)
  4.  * Copyright (c) 1987 Oliver Laumann
  5.  *
  6.  * This program is free software; you can redistribute it and/or modify
  7.  * it under the terms of the GNU General Public License as published by
  8.  * the Free Software Foundation; either version 2, or (at your option)
  9.  * any later version.
  10.  *
  11.  * This program is distributed in the hope that it will be useful,
  12.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  14.  * GNU General Public License for more details.
  15.  *
  16.  * You should have received a copy of the GNU General Public License
  17.  * along with this program (see the file COPYING); if not, write to the
  18.  * Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  19.  *
  20.  ****************************************************************
  21.  * $Id: patchlevel.h,v 1.4 1993/07/21 15:43:16 mlschroe Exp $ FAU
  22.  */
  23.  
  24. /****************************************************************
  25.  *
  26.  * patchlevel.h: Our life story.
  27.  *
  28.  * 08.07.91 -- 3.00.01 -wipe and a 'setenv TERM dumb' bugfix.
  29.  * 17.07.91 -- 3.00.02 another patchlevel by Wayne Davison
  30.  * 31.07.91 -- 3.00.03 E0, S0, C0 for flexible semi-graphics, nonblocking 
  31.  *                     window title input and 'C-a :' command input.
  32.  * 10.08.91 -- 3.00.04 scrollback, markkeys and some bugfixes.
  33.  * 13.08.91 -- 3.00.05 mark routine improved, ansi prototypes added.
  34.  * 20.08.91 -- 3.00.06 screen -h, faster GotoPos in overlay, termcap %.
  35.  *                     instead of %c
  36.  * 28.08.91 -- 3.00.07 environment variable support. security. terminfo.
  37.  *                     pyramid and ultrix support.
  38.  * 07.09.91 -- 3.00.99 secopen(), MIPS support, SVR4 support.
  39.  * 09.09.91 -- 3.01.00 backspace bug fixed.
  40.  * 03.10.91 -- 3.01.01 ansi.c: null-ptr fixed, CLS now saves to scrollback.
  41.  *                     Using setresuid on hpux. Memory leak fixed.
  42.  *               Better GotoPos(). Support for IC. Another resize bug.
  43.  *                     Detach() w/o fore crashed. -T and -A(dapt) option.
  44.  *                     GNU copyleft.
  45.  * 19.12.91 -- 3.01.02 flow now really automatic (autoflow killed).
  46.  *               7 bit restriction removed from WriteString().
  47.  * 09.01.92 -- 3.01.03 flow reattach bug fixed. VDISCARD bug fixed.
  48.  * 13.01.92 -- 3.01.04 new flow concept: ^Af toggles now three states
  49.  * 21.01.92 -- 3.01.05 '^A:screen 11' bug fixed. aflag in DoScreen().
  50.  *                     Some code cleanup. attach_tty and display_tty[]
  51.  *                     added.
  52.  * 26.01.92 -- 3.01.06 apollo support, "hardcopy_append on", "bufferfile", 
  53.  *                     SECURITY PROBLEM cleared..
  54.  * 28.01.92 -- 3.01.07 screen after su allowed. Pid became part of 
  55.  *                     SockName. sysvish 14 character restriction considered.
  56.  * 31.01.92 -- 3.02.00 Ultrix port, Irix 3.3 SGI port, shadow pw support,
  57.  *                     data loss on stdin overflow fixed. "refresh off".
  58.  * 12.02.92 -- 3.02.02 stripdev() moved, -S introduced, bufferfile improved,
  59.  *                     ShellProg coredump cleared. SVR4 bugfixes.
  60.  *                     I/O code speedup added.
  61.  * 24.04.92 -- 3.02.03 perfectly stackable overlays. One scrollback per window,
  62.  *                     not per display.
  63.  * 05.05.92 -- 3.02.04 very nasty initialisation bug fixed.
  64.  * 09.05.92 -- 3.02.05 parsing for $:cl: termcap strings and \012 octal notation
  65.  *                     in screenrc file. More structuring. Detached startup
  66.  *                     with 'screen -d -m -S...' bugfixed.    
  67.  * 11.05.92 -- 3.02.06 setreuid() bugs cleared, C-a : setenv added.
  68.  *               "xn" capability in TERMCAP needed since "am" is there.
  69.  * 25.06.92 -- 3.02.07 The multi display test version. Have merci.
  70.  * 15.07.92 -- 3.02.08 :B8: supports automatic charset switching for 8-bit
  71.  * 26.09.92 -- 3.02.09 Ported to linux. Ignoring bad files in $SCREENDIR
  72.  * 22.10.92 -- 3.02.10 screen.c/ansi.c splitted in several pieces.
  73.  *               Better ISearch. Cleanup of loadav.c
  74.  * 29.10.92 -- 3.02.11 Key mechanism rewritten. New command names.
  75.  *               New iscreenrc syntax. 
  76.  * 02.11.92 -- 3.02.12 'bind g copy_reg' and 'bind x ins_reg' as suggested by
  77.  *               stillson@tsfsrv.mitre.org (Ken Stillson).
  78.  * 03.11.92 -- 3.02.13 Ported to SunOs 4.1.2. Gulp. Some NULL ptrs fixed and
  79.  *               misc. braindamage fixed.
  80.  * 03.11.92 -- 3.02.14 Argument number checking, AKA fixed.
  81.  * 05.11.92 -- 3.02.15 Memory leaks in Detach() and KillWindow() fixed.
  82.  *                     Lockprg powerdetaches on SIGHUP.
  83.  * 12.11.92 -- 3.02.16 Introduced two new termcaps: "CS" and "CE".
  84.  *               (Switch cursorkeys in application mode)
  85.  *               Tim's async output patch.
  86.  *               Fixed an ugly bug in WriteString().
  87.  *               New command: 'process'
  88.  * 16.11.92 -- 3.02.17 Nuking unsent tty output is now optional, (toxic 
  89.  *               ESC radiation). 
  90.  * 30.11.92 -- 3.02.18 Lots of multi display bugs fixed. New layer
  91.  *               function 'Restore'. MULTIUSER code cleanup.
  92.  *               Rudimental acls added for multiuser.
  93.  *                     No more error output, when output gives write errors.
  94.  * 02.12.92 -- 3.02.19 BROKEN_PIPE and SOCK_NOT_IN_FS defines added for 
  95.  *                     braindead systems. Bug in recover socket code fixed.
  96.  *                     Can create windows again from shell.
  97.  * 22.12.92 -- 3.02.20 Made a superb configure script. STY and break fixed.
  98.  * 01.02.93 -- 3.02.21 Coredump bug fixed: 8-bit output in background windows.
  99.  *                     Console grabbing somewhat more useable.
  100.  * 23.02.93 -- 3.02.22 Added ^:exec command, but not tested at all.
  101.  * 23.02.93 -- 3.02.23 Added 'hardcopydir' and 'logdir' commands.
  102.  * 11.03.93 -- 3.02.24 Prefixed display and window structure elements.
  103.  *                     Screen now handles autowrapped lines correctly
  104.  *                     in the redisplay and mark function.
  105.  * 19.03.93 -- 3.03.00 Patched for BSD386. pseudos work.
  106.  * 31.03.93 -- 3.03.01 Don't allocate so much empty attr and font lines.
  107.  * 04.04.93 -- 3.03.02 fixed :exec !..| less and :|less, patched BELL_DONE & 
  108.  *                     ^B/^F. Fixed auto_nuke attribute resetting. Better linux 
  109.  *                     configure. ^AW shows '&' when window has other attacher.
  110.  *                     MAXWIN > 10 patch. KEEP_UNDEF in config.h.in, shellaka 
  111.  *                     bug fixed. dec alpha port. Solaris port. 
  112.  * 02.05.93 -- 3.03.03 Configure tweaked for sgi. Update environment with 
  113.  *                     setenv command. Silence on|off, silencewait <sec>, 
  114.  *                     defautonuke commands added. Manual page updated.
  115.  * 13.05.93 -- 3.03.04 exit in newsyntax script, finished _CX_UX port.
  116.  *                     Texinfo page added by Jason Merrill. Much longish debug 
  117.  *                     output removed. Select window by title (or number).
  118.  * 16.06.93 -- 3.04.00 Replaced ^A- by ^A^H to be complementary to ^A SPACE.
  119.  *                     Moved into CVS. Yacc.
  120.  * 28.06.93 -- 3.04.01 Fixed selecting windows with numeric title. Silence 
  121.  *                     now works without nethackoption set.
  122.  * 01.07.93 -- 3.04.02 Implementing real acls.
  123.  * 22.07.93 -- 3.05.00 Fixed SVR4, some multiuser bugs, -- DISTRIBUTED
  124.  */
  125.  
  126. #define ORIGIN "FAU"
  127. #define REV 3
  128. #define VERS 5
  129. #define PATCHLEVEL 0
  130. #define DATE "22-Jul-93"
  131. #define STATE "" 
  132.