| File | Lines added | Lines deleted |
|---|---|---|
| ChangeLog | 1 | 1 |
| README | 2 | 2 |
| configure | 1 | 1 |
| configure.in | 1 | 1 |
| data/vim/doc/vifm.txt | 1 | 1 |
| src/Makefile.win | 1 | 1 |
| File ChangeLog changed (mode: 100644) (index 716fca0d1..5cb193151) | |||
| 1 | 0.7.5 to current | ||
| 1 | 0.7.5 to 0.7.6-beta | ||
| 2 | 2 | ||
| 3 | 3 | Added "f" flag to 'cpoptions' option. It controls initial state of | Added "f" flag to 'cpoptions' option. It controls initial state of |
| 4 | 4 | filename filter inversion for :filter[!] {regex} command (in other words, | filename filter inversion for :filter[!] {regex} command (in other words, |
| File README changed (mode: 100644) (index 632aae174..e82b892c4) | |||
| 1 | 1 | Vifm - vi[m] like file manager | Vifm - vi[m] like file manager |
| 2 | 2 | 2001 - 2013 | 2001 - 2013 |
| 3 | 3 | ||
| 4 | Updated: 16 Oct, 2013 | ||
| 5 | Version: 0.7.5 | ||
| 4 | Updated: 17 October, 2013 | ||
| 5 | Version: 0.7.6-beta | ||
| 6 | 6 | ||
| 7 | 7 | Brief Description | Brief Description |
| 8 | 8 | ||
| File configure changed (mode: 100755) (index 16fd09c6c..b9c075376) | |||
| ... | ... | fi | |
| 2791 | 2791 | ||
| 2792 | 2792 | # Define the identity of the package. | # Define the identity of the package. |
| 2793 | 2793 | PACKAGE=vifm | PACKAGE=vifm |
| 2794 | VERSION=0.7.5 | ||
| 2794 | VERSION=0.7.6-beta | ||
| 2795 | 2795 | ||
| 2796 | 2796 | ||
| 2797 | 2797 | cat >>confdefs.h <<_ACEOF | cat >>confdefs.h <<_ACEOF |
| File configure.in changed (mode: 100644) (index 7abf7c25e..788455fcb) | |||
| 1 | 1 | dnl Process this file with autoconf to produce a configure script. | dnl Process this file with autoconf to produce a configure script. |
| 2 | 2 | ||
| 3 | 3 | AC_INIT(configure.in) | AC_INIT(configure.in) |
| 4 | AM_INIT_AUTOMAKE(vifm, 0.7.5) | ||
| 4 | AM_INIT_AUTOMAKE(vifm, 0.7.6-beta) | ||
| 5 | 5 | AM_CONFIG_HEADER(config.h) | AM_CONFIG_HEADER(config.h) |
| 6 | 6 | ||
| 7 | 7 | AC_DEFINE([PACKAGE_DATA_DIR], [], [Data directory of the package.]) | AC_DEFINE([PACKAGE_DATA_DIR], [], [Data directory of the package.]) |
| File data/vim/doc/vifm.txt changed (mode: 100644) (index ab5a68b2c..9da0b17d8) | |||
| 1 | *vifm.txt* For Vifm version 0.7.5 Last change: 2013 Oct 10 | ||
| 1 | *vifm.txt* For Vifm version 0.7.6-beta Last change: 2013 Oct 17 | ||
| 2 | 2 | ||
| 3 | 3 | Email for bugs and suggestions: <xaizek@openmailbox.org> | Email for bugs and suggestions: <xaizek@openmailbox.org> |
| 4 | 4 | ||
| File src/Makefile.win changed (mode: 100644) (index f7bc56d56..51a53925a) | |||
| ... | ... | vifmres.o: vifm.res | |
| 82 | 82 | ||
| 83 | 83 | ../config.h: | ../config.h: |
| 84 | 84 | @echo Creating sample ../config.h | @echo Creating sample ../config.h |
| 85 | echo '#define VERSION "0.7.5"' > ../config.h; \ | ||
| 85 | echo '#define VERSION "0.7.6-beta"' > ../config.h; \ | ||
| 86 | 86 | echo '#define ENABLE_EXTENDED_KEYS' >> ../config.h; \ | echo '#define ENABLE_EXTENDED_KEYS' >> ../config.h; \ |
| 87 | 87 | echo '#define _GNU_SOURCE 1' >> ../config.h; \ | echo '#define _GNU_SOURCE 1' >> ../config.h; \ |
| 88 | 88 | # echo '#define HAVE_FILE_PROG' >> ../config.h; \ | # echo '#define HAVE_FILE_PROG' >> ../config.h; \ |