Changes between Version 45 and Version 46 of NEWS-4.7.3
- Timestamp:
- 07/05/10 17:22:04 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NEWS-4.7.3
v45 v46 23 23 === VFS === 24 24 * Unified charset list is used in core and in VFS (#2203) 25 * All hardcoded scripts droped from fish.c into external scripts (for more info see README.fish) (#2242)25 * All hardcoded FISH scripts are moved out from fish.c to external scripts (see README.fish for more info) (#2242) 26 26 27 27 === Editor === … … 38 38 * gotar.ini (#2179) 39 39 * Removed leading and trailing spaces in i18n'd resources (#1646) 40 * Code cleanups (#2243) 40 41 * Translation updates 41 42 42 43 === Fixes === 43 * In some case copy/move operation was wrong (#2153)44 44 * AC_TRY_RUN macro breaks crosscompile (#1959) 45 45 * "mc -e" and "mc -v" modes don't work (#2187) … … 58 58 * Editor shows dots instead of letters if source_codepage is set to "No translation" (#2248) 59 59 * Editor goes to endless loop when trying to replace the \n regexp with any substring (#2231) 60 * Editor: in some cases the copy/move operation in multi-byte text is wrong (#2153) 60 61 * Crash on search in viewer after Parsed/Raw switching (#2195) 61 62 * Diff viewer crashes if tab size equals to 0 (#2182)