ACC SHELL

Path : /usr/share/doc/packages/initviocons/
File Upload :
Current File : //usr/share/doc/packages/initviocons/ChangeLog

------------------------------------------------------------------------
r26 | poeml | 2007-12-10 18:11:43 +0100 (Mon, 10 Dec 2007) | 9 lines
Changed paths:
   M /trunk/main.c
   M /trunk/usage.c

- when using -e, only output the TERM value and not LINES,COLUMNS by default anymore.
  Discussion in 
    Novell Bug 184179 – ssh installation exit abnormally when change terminal window size.
    https://bugzilla.novell.com/show_bug.cgi?id=184179 
  has shown that this is not needed anyway, and it seems to cause problems in
  some cases (when used together with ssh). 
  In order to be able to revert to the previous behaviour, the -s switch was
  added. It adds LINES and COLUMNS to the eval output again.

------------------------------------------------------------------------
r25 | poeml | 2007-11-14 12:15:28 +0100 (Wed, 14 Nov 2007) | 4 lines
Changed paths:
   M /trunk/main.c

recognize WebSM console
https://bugzilla.novell.com/show_bug.cgi?id=256139
which sends a characteristic primary da

------------------------------------------------------------------------
r24 | poeml | 2007-07-19 07:34:56 +0200 (Thu, 19 Jul 2007) | 1 line
Changed paths:
   M /trunk/ChangeLog


------------------------------------------------------------------------
r23 | poeml | 2007-07-19 07:27:17 +0200 (Thu, 19 Jul 2007) | 1 line
Changed paths:
   M /trunk/main.c

added new /proc/device-tree/model matching for ps3 detection (patch from Stefan Assmann)
------------------------------------------------------------------------
r22 | poeml | 2007-07-19 07:26:12 +0200 (Thu, 19 Jul 2007) | 1 line
Changed paths:
   M /trunk/main.c

do not run initviocons on PS3, until the kernel fb is fixed (patch from Olaf Hering)
------------------------------------------------------------------------
r19 | poeml | 2006-04-21 15:13:20 +0200 (Fri, 21 Apr 2006) | 1 line
Changed paths:
   D /initviocons
   A /trunk (from /initviocons:15)
   R /trunk/AUTHORS (from /initviocons/AUTHORS:18)
   R /trunk/COPYING (from /initviocons/COPYING:18)
   R /trunk/ChangeLog (from /initviocons/ChangeLog:18)
   A /trunk/ChangeLog.CVS (from /initviocons/ChangeLog.CVS:18)
   R /trunk/INSTALL (from /initviocons/INSTALL:18)
   R /trunk/Makefile.am (from /initviocons/Makefile.am:18)
   R /trunk/NEWS (from /initviocons/NEWS:18)
   R /trunk/README (from /initviocons/README:18)
   R /trunk/TODO (from /initviocons/TODO:18)
   R /trunk/VERSION (from /initviocons/VERSION:18)
   R /trunk/configure.in (from /initviocons/configure.in:18)
   R /trunk/main.c (from /initviocons/main.c:18)
   R /trunk/termprobes (from /initviocons/termprobes:18)
   R /trunk/usage.c (from /initviocons/usage.c:18)
   R /trunk/viocons.h (from /initviocons/viocons.h:18)

rename 'initviocons' directory to 'trunk'
------------------------------------------------------------------------
r15 | poeml | 2006-04-21 14:55:44 +0200 (Fri, 21 Apr 2006) | 1 line
Changed paths:
   M /initviocons/main.c

do not set cols/rows to less than 80x24 (patch from Olaf Hering)
------------------------------------------------------------------------
r14 | poeml | 2006-04-21 14:52:10 +0200 (Fri, 21 Apr 2006) | 3 lines
Changed paths:
   M /initviocons/main.c
   M /initviocons/usage.c

Add support for C shell in eval mode
(patch from Werner Fink)

------------------------------------------------------------------------
r13 | poeml | 2006-04-21 14:47:15 +0200 (Fri, 21 Apr 2006) | 1 line
Changed paths:
   M /initviocons/VERSION

version 0.5
------------------------------------------------------------------------
r12 | poeml | 2006-04-21 14:47:02 +0200 (Fri, 21 Apr 2006) | 5 lines
Changed paths:
   M /initviocons/main.c

- recognize mlterm
- recognize Terminal.app, instead of kterm (which responds in the same
  way). kterm is not widely used anymore, it was an old xterm fork but
  it isn't UTF-8 capable.

------------------------------------------------------------------------
r11 | poeml | 2006-04-21 14:45:43 +0200 (Fri, 21 Apr 2006) | 1 line
Changed paths:
   M /initviocons/termprobes

on Terminal.app, termprobes doesn't advance to the next line
------------------------------------------------------------------------
r10 | poeml | 2006-04-21 13:08:16 +0200 (Fri, 21 Apr 2006) | 4 lines
Changed paths:
   M /initviocons/main.c

revert change r5:
use <termio.h> again, since using <termios.h> breaks detection of linux
and screen terminals (don't know why)

------------------------------------------------------------------------
r9 | poeml | 2006-04-21 11:44:52 +0200 (Fri, 21 Apr 2006) | 1 line
Changed paths:
   M /initviocons/README

update README for Terminal.app
------------------------------------------------------------------------
r8 | poeml | 2006-04-21 11:29:21 +0200 (Fri, 21 Apr 2006) | 1 line
Changed paths:
   M /initviocons/README

find out that OSX Terminal.app and kterm respond the same way
------------------------------------------------------------------------
r7 | poeml | 2006-04-21 10:28:27 +0200 (Fri, 21 Apr 2006) | 1 line
Changed paths:
   M /initviocons/README

add mlterm and Terminal.app to the response matrix
------------------------------------------------------------------------
r6 | poeml | 2006-04-21 09:40:43 +0200 (Fri, 21 Apr 2006) | 1 line
Changed paths:
   M /initviocons/main.c

make it compile on Darwin 8.6
------------------------------------------------------------------------
r5 | poeml | 2006-04-21 09:40:21 +0200 (Fri, 21 Apr 2006) | 2 lines
Changed paths:
   M /initviocons/main.c

use <termios.h> instead of obsolete <termio.h>

------------------------------------------------------------------------
r4 | poeml | 2006-04-21 09:38:05 +0200 (Fri, 21 Apr 2006) | 1 line
Changed paths:
   M /initviocons/README

update build instructions
------------------------------------------------------------------------
r3 | poeml | 2006-04-21 09:37:31 +0200 (Fri, 21 Apr 2006) | 1 line
Changed paths:
   M /initviocons/usage.c

add missing include
------------------------------------------------------------------------
r2 | poeml | 2002-10-10 02:58:26 +0200 (Thu, 10 Oct 2002) | 2 lines
Changed paths:
   M /initviocons/README

test

------------------------------------------------------------------------
r1 | poeml | 2002-10-10 02:23:12 +0200 (Thu, 10 Oct 2002) | 1 line
Changed paths:
   A /initviocons
   A /initviocons/AUTHORS
   A /initviocons/COPYING
   A /initviocons/ChangeLog
   A /initviocons/INSTALL
   A /initviocons/Makefile.am
   A /initviocons/NEWS
   A /initviocons/README
   A /initviocons/TODO
   A /initviocons/VERSION
   A /initviocons/configure.in
   A /initviocons/main.c
   A /initviocons/termprobes
   A /initviocons/usage.c
   A /initviocons/viocons.h

initial import into svn. Was hosted in cvs so far.
------------------------------------------------------------------------

ACC SHELL 2018