*** empty log message ***
authorroot <root>
Sat, 4 Nov 2006 22:56:30 +0000 (22:56 +0000)
committerroot <root>
Sat, 4 Nov 2006 22:56:30 +0000 (22:56 +0000)
Changes
src/perl/selection

diff --git a/Changes b/Changes
index 2901dcd15225134b7a7292333802dbaec002f873..8811ab0d10c76c2e6114a413a1b7b5ab7c6c16e1 100644 (file)
--- a/Changes
+++ b/Changes
@@ -22,7 +22,7 @@ DUMB: support tex fonts
 
 TODO: http://www.cl.cam.ac.uk/~mgk25/ucs/scw-proposal.html
 
-TODO: wcwidth optimisaiton for <= 0xff is bogus, go to 0x7f or measure
+TODO: wcwidth optimisaiton for <= 0xff is bogus, go to 0x7f or measure (Dai.H.)
 8.0  Thu Nov  2 18:35:19 CET 2006
        - combining characters cleared the area instead of creating an overlay,
           thus losing the ability to draw combining characters properly in most
index 7f0251171438f59bc8b1b43f2f13051ee775bd87..1933370c4316b25db453727e48f7f0f1c5bfab33 100644 (file)
@@ -83,7 +83,7 @@ sub on_sel_extend {
    my @matches;
 
    if ($markofs < $line->l) {
-      # convert markofs form character to UTF-8 offset space
+      # convert markofs from character to UTF-8 offset space
       {
          my $prefix = substr $text, 0, $markofs;
          utf8::encode $prefix;