*** empty log message ***
authorroot <root>
Sat, 2 Jun 2007 05:07:11 +0000 (05:07 +0000)
committerroot <root>
Sat, 2 Jun 2007 05:07:11 +0000 (05:07 +0000)
README.FAQ
README.configure
src/perl/xim-onthespot

index 0fb2e28..bbe38d3 100644 (file)
@@ -503,7 +503,7 @@ RXVT-UNICODE/URXVT FREQUENTLY ASKED QUESTIONS
     two standard values that can be used for Backspace: "^H" and "^?".
 
     Historically, either value is correct, but rxvt-unicode adopts the
-    debian policy of using "^?" when unsure, because it's the one only only
+    debian policy of using "^?" when unsure, because it's the one and only
     correct choice :).
 
     Rxvt-unicode tries to inherit the current stty settings and uses the
index 7b14a77..537c35d 100644 (file)
@@ -1,10 +1,9 @@
 CONFIGURE OPTIONS
     General hint: if you get compile errors, then likely your configuration
     hasn't been tested well. Either try with "--enable-everything" or use
-    the ./reconf script as a base for experiments. ./reconf is used by
-    myself, so it should generally be a working config. Of course, you
-    should always report when a combination doesn't work, so it can be
-    fixed. Marc Lehmann <rxvt@schmorp.de>.
+    the default configuration (i.e. "--enable-xxx" or "--disable-xxx"). Of
+    course, you should always report when a combination doesn't work, so it
+    can be fixed. Marc Lehmann <rxvt@schmorp.de>.
 
     All
 
@@ -169,7 +168,7 @@ CONFIGURE OPTIONS
           settable border widths and borderless switch (-w, -b, -bl)
           visual depth selection (-depth)
           settable extra linespacing /-lsp)
-          iso-14755-2 and -3, and visual feedback
+          iso-14755 5.1 (basic) support
           tripleclickwords (-tcw)
           settable insecure mode (-insecure)
           keysym remapping support
index 4b61015..f7b0284 100644 (file)
@@ -3,8 +3,8 @@
 #
 # problems with this implementation include
 # 
-# - primary, secondary, teriary is NOT different to other hilighting
-# - if rend values are missing, they are not interpolated
+# - primary, secondary, tertiary are NO different to other hilighting styles
+# - if rend values are missing, they are not being interpolated
 #
 
 my $SIZEOF_LONG = length pack "l!", 0;