126J:2012/09/19

     1.BUGs
       -(Axe)Warning "no permission to write" is issued for files on SDCard.
        (group "sdcard_rw" alows it.)
       -Hung by "F *u"/"F *e" cmd after "F *\n"
       -CV B2B cmd; translation error lines ware not highlightened.
       -CV B2B cmd; DBCS translatation was not valid.
       -SyntaxHighlight was not effective for the file contains NULL character.
       -Crush if file fullpath name is too long(about 4k byte over)
       -"Shift+F10" on dirlist(dispaly file contents) will cause crush.
       -Crush by "Ctrl+W"(copy the word to cmd input line) when the word is too long.
       -"Alt+W"(copy the word to clipboard) on EBCDIC file dismiss SO/SI.

     2.Additional.
       -(Axe)Download and Expand function
          .Menu-->File-->Download/Expand
            (Download and) Expand file.(zip,tar,tgz,tar.gz,bz2,tbz2)
            Note.
              zip file timestamp is rounup by 2 sec(always even number value of seconds) when unziped.
          .Menu-->Settings-->Download additional Asset
            Download following addtional asstes files
              help html files.
              commandline utilities executed on terminal soft
              highlight data used by syntax highlight function
            This asset file is not mandatry, but to use above functions, download once.
        .Changed xe html help viewer from HtmlViewer through chooser to Webview on dialog
       -REDo function
        Ctrl+F2 is assigned to REDo as default.
       -SPLit/TFlow cmd
        supports Hex Notation for delimiter(SBCS only) 
       -Edit/Browse cmd
        Additional option FN{U8|LC|AS} for dirlist filename encoding. 
        It is recorded to profile, so use FNAS to reset it,
        and then command line parameter /UN{8|L} is effective.

     3.Miscellaneous.
       -replace by subchar for the character could not be translated by the cmd "CV B2B" uses ICU.

     4.Tools.
       -xts     v1.6 (display/change file's last modified time)
        .(Linux/Win NTFS)Process odd number value of seconds.
                         (For VFAT round up to next even number of seconds)
       -xdc     v2.19 (Directory compare)
        .(Lnt/WinNTFS)compare timestamp by precision of not 2 sec but 1 sec.
        .display "(" or ")" when timestamp difference<=2 seconds.
        .new Option to adjust time stamp by TimeZone
       -xff     v1.6 (File Search by TimeStamp/Size/Name)
        .display timestamp by not unit of 2 sec but 1 sec
       -xci     v1.0  (C/C++/Java text file indentation) was added.