*** empty log message ***
authorroot <root>
Sun, 5 Feb 2006 23:26:17 +0000 (23:26 +0000)
committerroot <root>
Sun, 5 Feb 2006 23:26:17 +0000 (23:26 +0000)
Changes
src/encoding.C

diff --git a/Changes b/Changes
index aa7633b0b7412dc942e7da9e9bed7ce667892b41..2cf8b3faa53f115f80c880c6ddd512d2b9e1a364 100644 (file)
--- a/Changes
+++ b/Changes
@@ -15,6 +15,8 @@ DUMB: support tex fonts
 TODO: option popup hook, make some exts switchable
 TODO: constant offste with automove
 TODO: rework colors and blabla section
+TODO: hednod-tabs
+TODO: forward keyevents to subtabs
 
        - changed interpretation of [alpha] colour prefix.
         - +option now really sets the option to default, instead of using the
@@ -33,6 +35,7 @@ TODO: rework colors and blabla section
         - reorganised the FAQ into multiple sections.
         - forcing a configure event to tabbed subwindows with -pe tabbed, for
           the benefit of automove-background.
+        - add ISO646.1991-IRV to the list of supported codesets.
 
 7.5  Tue Jan 31 15:15:43 CET 2006
         - further improvements to the careful mode detection, and font width
index d501f7ef73b0aca19b870f49d6b34029334ddd4c..54883fcc9635cf7b6253fc28b9a8cb912b88491c 100644 (file)
@@ -59,6 +59,7 @@ const struct n2cs {
   { "ASCII",           CS_US_ASCII         },
   { "USASCII",         CS_US_ASCII         },
   { "ANSIX341968",     CS_US_ASCII         },
+  { "ISO646.1991-IRV",  CS_US_ASCII         }, // older versions used the currency sign
                                             
   { "KOI8R*",          CS_KOI8_R           },
   { "GOST1976874*",     CS_KOI8_R           },