*** empty log message ***
authorroot <root>
Mon, 23 Jan 2006 01:46:55 +0000 (01:46 +0000)
committerroot <root>
Mon, 23 Jan 2006 01:46:55 +0000 (01:46 +0000)
Changes
doc/rxvt.7.pod

diff --git a/Changes b/Changes
index 3d217d1..e5d4a60 100644 (file)
--- a/Changes
+++ b/Changes
@@ -15,6 +15,10 @@ WISH: OnTheSpot editing, or maybe switch to miiiiiiif. or maybe use perl and an
 WISH: just for fun, do shade and tint with XRender.
 DUMB: support tex fonts
 
+TODO: kill arabic presentation form table
+TODO: kill dlmalloc dmalloc
+TODO: bug ayin to document possible configure options?
+
 7.2  Sun Jan 22 21:58:16 CET 2006
         - bugfix: urxvt (not urxvtd) did not correctly handle multiple
           environments necessary, which resulted in segfaults within
index e2d2ef8..727462e 100644 (file)
@@ -1949,6 +1949,8 @@ set up the input for people using dead keys or compose keys.
 
 =item --enable-unicode3 (default: off)
 
+Recommended to stay off unless you really need non-BMP characters.
+
 Enable direct support for displaying unicode codepoints above
 65535 (the basic multilingual page). This increases storage
 requirements per character from 2 to 4 bytes. X11 fonts do not yet
@@ -1968,10 +1970,9 @@ where accents are encoded as seperate unicode characters. This is
 done by using precomposited characters when available or creating
 new pseudo-characters when no precomposed form exists.
 
-Without --enable-unicode3, the number of additional precomposed characters
-is rather limited (2048, if this is full, rxvt-unicode will use the
-private use area, extending the number of combinations to 8448). With
---enable-unicode3, no practical limit exists.
+Without --enable-unicode3, the number of additional precomposed
+characters is somewhat limited (the 6400 private use characters will be
+(ab-)used). With --enable-unicode3, no practical limit exists.
 
 This option will also enable storage (but not display) of characters
 beyond plane 0 (>65535) when --enable-unicode3 was not specified.
@@ -1982,7 +1983,8 @@ tell me how these are to be used...).
 
 =item --enable-fallback(=CLASS) (default: Rxvt)
 
-When reading resource settings, also read settings for class CLASS. To disable resource fallback use --disable-fallback.
+When reading resource settings, also read settings for class CLASS. To
+disable resource fallback use --disable-fallback.
 
 =item --with-res-name=NAME (default: urxvt)
 
@@ -2147,7 +2149,7 @@ the screen in a fixed position.
 
 Add support to have the pointer disappear when typing or inactive.
 
-=item --enable-perl (default: off)
+=item --enable-perl (default: on)
 
 Enable an embedded perl interpreter. See the B<@@RXVT_NAME@@perl(3)>
 manpage (F<doc/rxvtperl.txt>) for more info on this feature, or the files