From 3909220d408dae1804a2890eac3e2189742d147a Mon Sep 17 00:00:00 2001 From: pcg Date: Wed, 17 Dec 2003 23:21:56 +0000 Subject: [PATCH] *** empty log message *** --- INSTALL | 2 ++ README.configure | 28 +++++++++++++++++++--------- autoconf/configure.in | 4 ++-- 3 files changed, 23 insertions(+), 11 deletions(-) diff --git a/INSTALL b/INSTALL index 998a263..ce30648 100644 --- a/INSTALL +++ b/INSTALL @@ -1,3 +1,5 @@ +See README.unicode for rxvt-unicode specific documentation. + -------------------------------------------------------------------------- Using GNU autoconfig -------------------------------------------------------------------------- diff --git a/README.configure b/README.configure index d60f764..7387b0d 100644 --- a/README.configure +++ b/README.configure @@ -4,15 +4,25 @@ is order dependant. You can specify this and then disable options which this enables by _following_ this with the appropriate commands. ---enable-languages - add support for languages which require multiple character glyphs - to display. ---with-encoding=NAME - set the default encoding for multi-char glyph languages to NAME. - Options are: "eucj" EUC Japanese encoding; "sjis" Shift JIS encoding; - "big5" BIG5 encoding; "gb" GB encoding; "kr" EUC Korean encoding; - "noenc" no encoding. This option requires --enable-languages to - also be specified. +--enable-xft + add support for xft (anti-aliases, among others) fonts. xft fonts are + slower and require lots of memory, but as long as you don't use them, + you don't pay for them. +--with-codesets=NAME,... + compile in support for additional codeset groups: + jp common japanese encodings + jp_ext rarely used but big japanese encodings + kr korean encodings + cn common chinese encodings + cn_ext rarely used but very big chinese encodigs + vn vietnamese (not well-supported, though) + all all of the above. +--enable-unicode3 + enable support for unicode codepoints above 65535 (the basic + multilingual page). This increases storage requirements per character + from 2 to 4 bytes and is not too useful as font support in X11 and Xft + is largely missing, although cut & paste will work correctly, as will + displaying, if you have the right font(s). --enable-utmp write user and tty to utmp file (used by programs like ``w'') at start of rxvt execution and delete information when rxvt exits. diff --git a/autoconf/configure.in b/autoconf/configure.in index e5e328e..c46cbfd 100644 --- a/autoconf/configure.in +++ b/autoconf/configure.in @@ -1,6 +1,6 @@ dnl# -*- sh -*- dnl# -dnl# $Id: configure.in,v 1.2 2003-11-24 17:31:27 pcg Exp $ +dnl# $Id: configure.in,v 1.3 2003-12-17 23:21:56 pcg Exp $ dnl# dnl# Process this file with autoconf to produce a configure script. dnl# @@ -120,7 +120,7 @@ AC_ARG_ENABLE(xft, fi]) AC_ARG_WITH(codesets, - [ --with-codesets=NAME,... compile in additional codesets (hp,jp_ext,kr,cn,cn_ext,vn,all)], + [ --with-codesets=NAME,... compile in additional codesets (jp,jp_ext,kr,cn,cn_ext,vn,all)], [if test x$enableval = xyes; then codesets="$withval" fi]) -- 1.9.1