43 | | * editor undo fixes |
44 | | * included many fixes from other distributions |
45 | | * fixed fish handling for symlinks and fancy names to be escaped |
46 | | * fixed fish permission checks that can be cause of segfault |
47 | | * various mc.ext fixes |
48 | | * commandline completion fixes (mainly, escaping hadling) |
49 | | * small fixes in history handling (locale independent .mc/history entries) |
50 | | * slow search in viewer (and we still have place to optimize it) |
51 | | * code cleanups, various memleak/etc fixes (many thanks to valgrind) |
| 43 | * Editor undo fixes; |
| 44 | * Upstreamed many fixes from the distributions; |
| 45 | * Fixed segfaults on fish permission checks; |
| 46 | * Fixed fish symlinks handling and fancy names escaping; |
| 47 | * Various mc.ext fixes; |
| 48 | * Command line completion fixes (mainly escaping); |
| 49 | * Small fixes in history handling (locale independent .mc/history entries); |
| 50 | * Slow search in viewer (and there's still room for improvement); |
| 51 | * Code cleanups, various memleaks fixed (many thanks to valgrind). |