xaizek / vifm (License: GPLv2+) (since 2018-12-07)
Vifm is a file manager with curses interface, which provides Vi[m]-like environment for managing objects within file systems, extended with some useful ideas from mutt.
Commit 430ae39c3e6c5bc4aafa2f237d08e89d3cfda85c

Add dates to entries of the ChangeLog
Author: xaizek
Author date (UTC): 2018-10-28 11:04
Committer name: xaizek
Committer date (UTC): 2018-10-28 11:04
Parent(s): 3e53fad0d25bef59c419303ab645d23318cf633f
Signing key: 99DC5E4DB05F6BE2
Tree: 2198b68f7cfa36fd010a9a7a668ccf6dbb041c0a
File Lines added Lines deleted
ChangeLog 37 37
File ChangeLog changed (mode: 100644) (index 8e9906941..04be307ec)
294 294
295 295 Fixed non-empty read-only directories not being deleted by :empty command. Fixed non-empty read-only directories not being deleted by :empty command.
296 296
297 0.9.1-beta to 0.9.1
297 0.9.1-beta to 0.9.1 (2018-02-05)
298 298
299 299 Fixed :clone and :copy refusing to copy broken symbolic links, even though C Fixed :clone and :copy refusing to copy broken symbolic links, even though C
300 300 and p keys copy them. and p keys copy them.
 
308 308 Fixed reported free space on *nix. (make it consistent with what 'df' Fixed reported free space on *nix. (make it consistent with what 'df'
309 309 reports). Patch by Dmitry Frank (a.k.a. dimonomid). reports). Patch by Dmitry Frank (a.k.a. dimonomid).
310 310
311 0.9 to 0.9.1-beta
311 0.9 to 0.9.1-beta (2018-01-22)
312 312
313 313 Added "inode" sorting key, which sorts entries by inode number. Thanks to Added "inode" sorting key, which sorts entries by inode number. Thanks to
314 314 eco0414. eco0414.
 
488 488 Fixed cloning of files like `.name` to produce `.name(1)` instead of Fixed cloning of files like `.name` to produce `.name(1)` instead of
489 489 `(1).name`. Thanks to filterfalse. `(1).name`. Thanks to filterfalse.
490 490
491 0.9-beta to 0.9
491 0.9-beta to 0.9 (2017-06-18)
492 492
493 493 Escape $ and ` in %" macros on *nix systems. Thanks to filterfalse. Escape $ and ` in %" macros on *nix systems. Thanks to filterfalse.
494 494
 
534 534 Fixed incorrect cursor positioning on removing elements from custom view Fixed incorrect cursor positioning on removing elements from custom view
535 535 with local filter. with local filter.
536 536
537 0.8.2 to 0.9-beta
537 0.8.2 to 0.9-beta (2017-06-04)
538 538
539 539 Removed -Werror in tests from non-developer builds. Removed -Werror in tests from non-developer builds.
540 540
 
907 907 Fixed plugin in versions of Vim where :argadd without argument doesn't Fixed plugin in versions of Vim where :argadd without argument doesn't
908 908 work. Thanks to eco0414. work. Thanks to eco0414.
909 909
910 0.8.2-beta to 0.8.2
910 0.8.2-beta to 0.8.2 (2016-07-16)
911 911
912 912 Added support for matchit to filetype plugin. Patch by filterfalse. Added support for matchit to filetype plugin. Patch by filterfalse.
913 913
 
919 919 Fixed formatting/wording/outdated notes in documentation. Patches by Fixed formatting/wording/outdated notes in documentation. Patches by
920 920 filterfalse. filterfalse.
921 921
922 0.8.1a to 0.8.2-beta
922 0.8.1a to 0.8.2-beta (2016-07-02)
923 923
924 924 Added highlighting of search matches in menus. Added highlighting of search matches in menus.
925 925
 
1129 1129 Fixed quite strange behaviour if command-line is too fill the whole Fixed quite strange behaviour if command-line is too fill the whole
1130 1130 screen (it's less strange now, resized to maximum). screen (it's less strange now, resized to maximum).
1131 1131
1132 0.8.1 to 0.8.1a
1132 0.8.1 to 0.8.1a (2016-02-10)
1133 1133
1134 1134 Added c key to menus that inserts parts of menu line into command-line. Added c key to menus that inserts parts of menu line into command-line.
1135 1135 Thanks to filterfalse. Thanks to filterfalse.
 
1207 1207
1208 1208 Fixed running multiple files in custom view. Fixed running multiple files in custom view.
1209 1209
1210 0.8.1-beta to 0.8.1
1210 0.8.1-beta to 0.8.1 (2016-01-17)
1211 1211
1212 1212 Added summary to builtin tree implementation. Thanks to aleksejrs. Added summary to builtin tree implementation. Thanks to aleksejrs.
1213 1213
 
1257 1257 Fixed extending second :tr argument, which could cause failure in build Fixed extending second :tr argument, which could cause failure in build
1258 1258 with assertions. Thanks to octos. with assertions. Thanks to octos.
1259 1259
1260 0.8 to 0.8.1-beta
1260 0.8 to 0.8.1-beta (2016-01-02)
1261 1261
1262 1262 Turned remote commands back on by default after their rewrite using Turned remote commands back on by default after their rewrite using
1263 1263 named pipes instead of insecure UDP sockets. named pipes instead of insecure UDP sockets.
 
1688 1688 Fixed picking wrong partition for deletion under symlinked paths. Thanks Fixed picking wrong partition for deletion under symlinked paths. Thanks
1689 1689 to aleksejrs. to aleksejrs.
1690 1690
1691 0.8-beta to 0.8
1691 0.8-beta to 0.8 (2015-07-09)
1692 1692
1693 1693 Added handling of Ctrl-L to sort dialog. Thanks to filterfalse. Added handling of Ctrl-L to sort dialog. Thanks to filterfalse.
1694 1694
 
1786 1786
1787 1787 Fixed several memory access errors and leaks. Fixed several memory access errors and leaks.
1788 1788
1789 0.7.8 to 0.8-beta
1789 0.7.8 to 0.8-beta (2015-06-19)
1790 1790
1791 1791 Removed per-view last search pattern. Don't worry, you probably won't Removed per-view last search pattern. Don't worry, you probably won't
1792 1792 even notice it: this doesn't affect regular use case, rather more exotic even notice it: this doesn't affect regular use case, rather more exotic
 
2212 2212 Fixed displaying <c-j> in :map menu (it's new line, which was treated in a Fixed displaying <c-j> in :map menu (it's new line, which was treated in a
2213 2213 special way). Thanks to fogine. special way). Thanks to fogine.
2214 2214
2215 0.7.8-beta to 0.7.8
2215 0.7.8-beta to 0.7.8 (2014-10-25)
2216 2216
2217 2217 Added ga and gA keys to visual mode. Thanks to geo909. Added ga and gA keys to visual mode. Thanks to geo909.
2218 2218
 
2254 2254
2255 2255 Fixed cursor update in inactive view (say, after ga/gA finished). Fixed cursor update in inactive view (say, after ga/gA finished).
2256 2256
2257 0.7.7 to 0.7.8-beta
2257 0.7.7 to 0.7.8-beta (2014-10-11)
2258 2258
2259 2259 Removed ltmain.sh script, which is part of libtool, which is not used Removed ltmain.sh script, which is part of libtool, which is not used
2260 2260 anymore. Thanks to Hendrik Jaeger (a.k.a. henk). anymore. Thanks to Hendrik Jaeger (a.k.a. henk).
 
2543 2543
2544 2544 Fixed tracking of files in trash on Windows. Thanks to filterfalse. Fixed tracking of files in trash on Windows. Thanks to filterfalse.
2545 2545
2546 0.7.7-beta to 0.7.7
2546 0.7.7-beta to 0.7.7 (2014-05-16)
2547 2547
2548 2548 Improved documentation on :file[x]type commands and time sorting keys. Improved documentation on :file[x]type commands and time sorting keys.
2549 2549 Thanks to Stas Malavin. Thanks to Stas Malavin.
 
2563 2563 Fixed following overwrite all option on file operation conflict Fixed following overwrite all option on file operation conflict
2564 2564 resolution. Thanks to Stas Malavin. resolution. Thanks to Stas Malavin.
2565 2565
2566 0.7.6 to 0.7.7-beta
2566 0.7.6 to 0.7.7-beta (2014-04-30)
2567 2567
2568 2568 Added Ctrl-W z key to normal and view modes, which closes preview pane or Added Ctrl-W z key to normal and view modes, which closes preview pane or
2569 2569 view modes. Thanks to filterfalse. view modes. Thanks to filterfalse.
 
2749 2749 Fixed crash on a sequence of :let/:unlet statements. Thanks to Fixed crash on a sequence of :let/:unlet statements. Thanks to
2750 2750 filterfalse. filterfalse.
2751 2751
2752 0.7.6-beta2 to 0.7.6
2752 0.7.6-beta2 to 0.7.6 (2013-10-31)
2753 2753
2754 2754 Removed check for stdscr from the configure. Thanks to jtbm37. Removed check for stdscr from the configure. Thanks to jtbm37.
2755 2755
 
2781 2781 Fixed unexpected view redraw on :sync command with view mode active in the Fixed unexpected view redraw on :sync command with view mode active in the
2782 2782 other pane. Thanks to filterfalse. other pane. Thanks to filterfalse.
2783 2783
2784 0.7.6-beta to 0.7.6-beta2
2784 0.7.6-beta to 0.7.6-beta2 (2013-10-24)
2785 2785
2786 2786 Made building for Windows64 platform possible. Made building for Windows64 platform possible.
2787 2787
 
2805 2805
2806 2806 Fixed issues with reading files on Windows. Thanks to Robert Sarkozi. Fixed issues with reading files on Windows. Thanks to Robert Sarkozi.
2807 2807
2808 0.7.5 to 0.7.6-beta
2808 0.7.5 to 0.7.6-beta (2013-10-17)
2809 2809
2810 2810 Added "f" flag to 'cpoptions' option. It controls initial state of Added "f" flag to 'cpoptions' option. It controls initial state of
2811 2811 filename filter inversion for :filter[!] {regex} command (in other words, filename filter inversion for :filter[!] {regex} command (in other words,
 
3009 3009
3010 3010 Fixed compilation for systems, where coreutils doesn't support -n flag. Fixed compilation for systems, where coreutils doesn't support -n flag.
3011 3011
3012 0.7.5-beta to 0.7.5
3012 0.7.5-beta to 0.7.5 (2013-05-10)
3013 3013
3014 3014 Better Makefile for tests. Thanks to Hendrik Jaeger (a.k.a. henk). Better Makefile for tests. Thanks to Hendrik Jaeger (a.k.a. henk).
3015 3015
 
3059 3059 Fixed resetting of 'lines' and 'columns' options to their default values. Fixed resetting of 'lines' and 'columns' options to their default values.
3060 3060 Thanks to filterfalse. Thanks to filterfalse.
3061 3061
3062 0.7.4b to 0.7.5-beta
3062 0.7.4b to 0.7.5-beta (2013-04-22)
3063 3063
3064 3064 Added Gentoo ebuild. Thanks to Oleg Gordienko (a.k.a. gordio). Added Gentoo ebuild. Thanks to Oleg Gordienko (a.k.a. gordio).
3065 3065
 
3231 3231 Fixed processing of incomplete escape sequences in command-line (used to Fixed processing of incomplete escape sequences in command-line (used to
3232 3232 crash vifm). Thanks to Denis Protivenskiy. crash vifm). Thanks to Denis Protivenskiy.
3233 3233
3234 0.7.4a to 0.7.4b
3234 0.7.4a to 0.7.4b (2013-01-21)
3235 3235
3236 3236 Removed screen title forcing for shell commands. Removed screen title forcing for shell commands.
3237 3237
 
3273 3273
3274 3274 Fixed races on writing vifminfo file. Fixed races on writing vifminfo file.
3275 3275
3276 0.7.4 to 0.7.4a
3276 0.7.4 to 0.7.4a (2012-10-22)
3277 3277
3278 3278 Don't redraw statbar until end of :restart command. Don't redraw statbar until end of :restart command.
3279 3279
 
3309 3309 Fixed displaying of filenames with non-latin characters in the view on Fixed displaying of filenames with non-latin characters in the view on
3310 3310 Windows. Windows.
3311 3311
3312 0.7.3a to 0.7.4
3312 0.7.3a to 0.7.4 (2012-10-18)
3313 3313
3314 3314 Removed compile-time compatibility mode (the compatibility-mode switch), Removed compile-time compatibility mode (the compatibility-mode switch),
3315 3315 now "f" flag in 'cpoptions' does the same. now "f" flag in 'cpoptions' does the same.
 
3500 3500
3501 3501 Fixed small memory leak related to implicit single file selection. Fixed small memory leak related to implicit single file selection.
3502 3502
3503 0.7.3 to 0.7.3a
3503 0.7.3 to 0.7.3a (2012-06-23)
3504 3504
3505 3505 Added a section about color schemes to the documentation. Added a section about color schemes to the documentation.
3506 3506
 
3595 3595
3596 3596 Fixed search update with 'incsearch' on Ctrl-<x> keys in search prompt. Fixed search update with 'incsearch' on Ctrl-<x> keys in search prompt.
3597 3597
3598 0.7.2 to 0.7.3
3598 0.7.2 to 0.7.3 (2012-06-03)
3599 3599
3600 3600 Removed possibility of moving items in :file menu. Removed possibility of moving items in :file menu.
3601 3601
 
3774 3774
3775 3775 Fixed copying of vifm-help.txt and sample vifmrc to ~/.vifm directory. Fixed copying of vifm-help.txt and sample vifmrc to ~/.vifm directory.
3776 3776
3777 0.7.1 to 0.7.2
3777 0.7.1 to 0.7.2 (2012-02-19)
3778 3778
3779 3779 Added --select command line argument. Added --select command line argument.
3780 3780
 
3940 3940 Fixed dumb black screen on :shell command after :screen when vifm is not Fixed dumb black screen on :shell command after :screen when vifm is not
3941 3941 running inside screen. running inside screen.
3942 3942
3943 0.7.0 to 0.7.1
3943 0.7.0 to 0.7.1 (2011-11-15)
3944 3944
3945 3945 Added 'scrollbind' option. Added 'scrollbind' option.
3946 3946
 
4151 4151
4152 4152 Fixed Ctrl-C handling on Windows. Fixed Ctrl-C handling on Windows.
4153 4153
4154 0.6.3 to 0.7.0
4154 0.6.3 to 0.7.0 (2011-09-29)
4155 4155
4156 4156 Removed :cmdhistory command. Use :history cmd or :history :. Removed :cmdhistory command. Use :history cmd or :history :.
4157 4157
 
4472 4472
4473 4473 Fixed utf8 characters treating on Ctrl-W and similar. Fixed utf8 characters treating on Ctrl-W and similar.
4474 4474
4475 0.6.2 to 0.6.3
4475 0.6.2 to 0.6.3 (2011-07-20)
4476 4476
4477 4477 Added another format for filetype (FUSE_MOUNT2). Added another format for filetype (FUSE_MOUNT2).
4478 4478
 
4703 4703
4704 4704 Fixed command line size when initial message doesn't fit in one line. Fixed command line size when initial message doesn't fit in one line.
4705 4705
4706 0.6.1 to 0.6.2
4706 0.6.1 to 0.6.2 (2011-06-19)
4707 4707
4708 4708 Added map menus (run :cmap, :vmap, :nmap commands without arguments). Added map menus (run :cmap, :vmap, :nmap commands without arguments).
4709 4709
 
4772 4772
4773 4773 Fixed missed status bar messages. Fixed missed status bar messages.
4774 4774
4775 0.6 to 0.6.1
4775 0.6 to 0.6.1 (2011-06-11)
4776 4776
4777 4777 Added :set command. Added :set command.
4778 4778
 
4806 4806
4807 4807 Fixed a bug with relative paths in arguments. Fixed a bug with relative paths in arguments.
4808 4808
4809 0.5 to 0.6
4809 0.5 to 0.6 (2011-06-10)
4810 4810
4811 4811 Added :wq command. Added :wq command.
4812 4812
 
4925 4925
4926 4926 Fixed running executables with spaces in their names. Fixed running executables with spaces in their names.
4927 4927
4928 0.4 to 0.5
4928 0.4 to 0.5 (2009-08-07)
4929 4929
4930 4930 Changed the file size to a human friendly notation. Changed the file size to a human friendly notation.
4931 4931
 
4949 4949
4950 4950 ncursesw is now required to build vifm. ncursesw is now required to build vifm.
4951 4951
4952 0.3a to 0.4
4952 0.3a to 0.4 (2008-06-16)
4953 4953
4954 4954 Color schemes added - required a change to the vifmrc file. Color schemes added - required a change to the vifmrc file.
4955 4955
 
4967 4967
4968 4968 Fixed delete command when dd in :com window. Fixed delete command when dd in :com window.
4969 4969
4970 0.3 to 0.3a
4970 0.3 to 0.3a (2005-08-17)
4971 4971
4972 4972 Files with % in the name should work now. Files with % in the name should work now.
4973 4973
4974 4974 The symlinks in the tarball were replaced with the actual scripts. The symlinks in the tarball were replaced with the actual scripts.
4975 4975
4976 0.2 to 0.3
4976 0.2 to 0.3 (2005-07-18)
4977 4977
4978 4978 Added error message for shell commands that are too long. Added error message for shell commands that are too long.
4979 4979
 
5007 5007
5008 5008 Fixed menu scrolling bug when the menu list was the same size as window rows. Fixed menu scrolling bug when the menu list was the same size as window rows.
5009 5009
5010 0.1 to 0.2
5010 0.1 to 0.2 (2003-05-06)
5011 5011
5012 5012 File names are now escaped before going to the shell. File names are now escaped before going to the shell.
5013 5013
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/vifm

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/vifm

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master