Skip to content

Commit

Permalink
updated to 4565
Browse files Browse the repository at this point in the history
  • Loading branch information
iyudincev committed Feb 28, 2016
1 parent f29c977 commit 0b2e292
Showing 1 changed file with 76 additions and 0 deletions.
76 changes: 76 additions & 0 deletions far/changelog_eng
Expand Up @@ -3,6 +3,82 @@ This file is a translation of the main russian changelog and is provided by volu
It might not always be as up to date as the main changelog.
=======================================================================================

drkns 28.02.2016 20:01:24 +0200 - build 4565

1. When detaching the console (Ctrl+Shift+Tab) copy the aliases from the old one to the new one.

drkns 27.02.2016 18:05:26 +0200 - build 4564

1. Refactoring.

2. Some renamings.

w17 26.02.2016 19:47:29 +0300 - build 4563

1. Experimental: M#2983: Far3, calculation of the size of a folder on remote computer, the bug with links
ALL traversed real directories are written to std::set VisitedDirs.
This is done intentionally. At first, is does not need taking lots of subtleties into account, at second,
if ScanTree allows skipping folders then in my opinion there's no other way.
However feel free to optimize it of course.

drkns 25.02.2016 18:04:48 +0200 - build 4562

1. 0003187: Symlink to a network folder does not work after editing the target folder in attributes dialog

svs 24.02.2016 09:40:36 +0300 - build 4561

1. SQLite 3.11.0

drkns 23.02.2016 19:46:47 +0200 - build 4560

1. 0003185: Panel in unsorted mode is showing the first file/folder as the last

drkns 20.02.2016 22:01:11 +0200 - build 4559

1. gcc build fix.

drkns 20.02.2016 21:53:30 +0200 - build 4558

1. Continuation of 4548: uniform processing of all exceptions.

drkns 20.02.2016 15:56:08 +0200 - build 4557

1. Continuation of 4548: display more correct stack on x86, show source file/line in stack and in main dialog.

2. Consider also forward slash in UnquoteExternal().

w17 20.02.2016 15:03:22 +0300 - build 4556

1. Correction of 4523. Consider "D:\Path Name"\ in UnquoteExternal()

drkns 20.02.2016 04:16:03 +0200 - build 4555

1. Continuation of 4548: load pdb only if it's needed.

drkns 19.02.2016 21:58:30 +0200 - build 4554

1. Correction of 4552.

2. VC2015 warning.

w17 19.02.2016 22:31:34 +0300 - build 4553

1. Correction of 4552, fix VS2010 build.

drkns 19.02.2016 00:08:34 +0200 - build 4552

1. One more time on Alt+F8 in viewer:
- %, h, 0x etc. in line no longer change the stored mode;
- d specifier mentioned in help did not work.
The funny thing is it couldn't work because, for example, 1234d is a valid hex number.
Therefore the 'm' modifier is now used for explcit specification "this is a decimal".
- all modifiers (except for %) now also work for specification of the left position.
- Ok/Cancel buttons are added to the dialog.

drkns 17.02.2016 19:43:48 +0200 - build 4551

1. After 4525, command text was displayed with wrong color in user screen.

drkns 14.02.2016 20:45:46 +0200 - build 4550

1. Instead of "Language data is incorrect or damaged" show "filename.lng: language data is incorrect or damaged" to avoid guessing the file.
Expand Down

0 comments on commit 0b2e292

Please sign in to comment.