CVSROOT: /home/x-cvs
Module name: xc
Changes by: [EMAIL PROTECTED] 02/10/05 10:57:17
Log message:
xterm patch #169:
+ modify wording of some options in help message to make them use "-/+"
consistently with respect to "on/off" or "off/on".
+ sort options list which is displayed in help- and syntax-messages at
runtime to simplify maintenance.
+ remove support for Amoeba and Minix (Juliusz Chroboczek noted it was
removed from XFree86 server; there have been no users since 1996).
+ add configure script option "--disable-session-mgt" to control
whether the session management code should be compiled-in (request by
H Merijn Brand).
+ ifdef'd the session-management changes with "OPT_SESSION_MGT", to
accommodate X11R5 which predates the related definitions.
+ fix "decode_keyvalue()", which did not properly parse multiple
settings as needed for the "ttyModes" resource, since it did not skip
over the parsed data.
+ fix an option-parsing conflict between "-class" and "-cjk_width" (Nam
SungHyun)
+ add a missing null in "XtVaSetValues()" call used in "Cleanup()" (Nam
SungHyun)
Modified files:
xc/programs/xterm/:
256colres.h 256colres.pl 88colres.h 88colres.pl INSTALL
Imakefile MANIFEST Tekproc.c button.c charproc.c
configure configure.in data.c data.h input.c main.c
menu.c misc.c os2main.c ptydata.c ptyx.h resize.c
scrollbar.c trace.c util.c version.h xterm.h
xterm.log.html xterm.man xterm_io.h
Revision Changes Path
1.5 +6 -0 xc/programs/xterm/256colres.h
1.8 +10 -1 xc/programs/xterm/256colres.pl
1.4 +6 -0 xc/programs/xterm/88colres.h
1.6 +10 -1 xc/programs/xterm/88colres.pl
3.27 +8 -2 xc/programs/xterm/INSTALL
3.47 +2 -7 xc/programs/xterm/Imakefile
1.15 +1 -2 xc/programs/xterm/MANIFEST
3.39 +1 -34 xc/programs/xterm/Tekproc.c
3.71 +1 -73 xc/programs/xterm/button.c
3.135 +1 -48 xc/programs/xterm/charproc.c
3.65 +346 -370 xc/programs/xterm/configure
3.54 +10 -3 xc/programs/xterm/configure.in
3.24 +16 -1 xc/programs/xterm/data.c
3.27 +75 -1 xc/programs/xterm/data.h
3.60 +1 -2 xc/programs/xterm/input.c
3.159 +74 -581 xc/programs/xterm/main.c
3.49 +5 -7 xc/programs/xterm/menu.c
3.71 +135 -19 xc/programs/xterm/misc.c
3.55 +282 -112 xc/programs/xterm/os2main.c
1.17 +3 -16 xc/programs/xterm/ptydata.c
3.99 +11 -17 xc/programs/xterm/ptyx.h
3.54 +4 -10 xc/programs/xterm/resize.c
3.35 +1 -3 xc/programs/xterm/scrollbar.c
3.16 +7 -36 xc/programs/xterm/trace.c
3.72 +3 -5 xc/programs/xterm/util.c
3.81 +2 -2 xc/programs/xterm/version.h
3.85 +5 -3 xc/programs/xterm/xterm.h
1.86 +33 -1 xc/programs/xterm/xterm.log.html
3.87 +343 -177 xc/programs/xterm/xterm.man
1.9 +1 -17 xc/programs/xterm/xterm_io.h
_______________________________________________
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit