128G:2017/02/02
1.BUGs
-JOIn { X | NX | n[-b-s] } cmd was rejected by "n[-b-s]" is invalid.
-(Win)When Ligature OFF, unicode of CPU8 file may be displayed by alternate chracter,
for ex, "A-Umrlut" by "A".
-Crushes by long file path name over limit(Windows:260,Linux:4096).
(Delete line cmd moves the directory/file to the xe_undel... directory
for later undelete. It may generate the status the path name is over the limit.)
-(LNX)Crashes when set export LANG=C on Japanese Environment.
-(LNX)failure on Gtk3 environment.
.Freeze by Drag operation on Fedora25(Wayland is default display server).
==>Set GDK_BACKEND=x11 on Fedora25.
export GDK_BACKEND=x11 or use command "GDK_BACKEND=x11 gxe".
.File could not be copyed out by Copy & Paste.
.Mouse wheel did not scroll contents.
-(LNX)Dragging a file may cause dir-list scrolling.
2.Additional function.
-Deal long path name file/directory.
.(Win)File system connected by "NET USE" cmd on Linux Samba Server
has longer path name than windows local file.
.(Win)Windows support long path name up to 32KB
by using ""\\?\" prefix if set registory "NTFS long path".
.(LNX)If available to rename directory containing long path name,
delete after rename.
==>Ini file format was changed, you need to once delete ini file
by this modification.
(ini file: Win=::XE!SAVE!, Linux=::xe_save_)
3.Miscellaneous.
-(LNX)For deprecated function under Gtk3.
4.Tools.
-xdd v2.1
./r option is required to delete too long path name.
-xfg v1.19
.(BUG)Crushes wby long path name.