Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updated for version 7.3.1241v7.3.1241 | Bram Moolenaar | 2013-06-24 | 1 | -0/+4 |
| | | | | | Problem: Some test files missing from the distribution. Solution: Update the list of files. | ||||
* | updated for version 7.3.1172v7.3.1172 | Bram Moolenaar | 2013-06-12 | 1 | -0/+2 |
| | | | | | Problem: Python 2: loading modules doesn't work well. Solution: Fix the code. Add more tests. (ZyX) | ||||
* | updated for version 7.3.1166v7.3.1166 | Bram Moolenaar | 2013-06-11 | 1 | -0/+3 |
| | | | | | Problem: Loading Python modules is not tested. Solution: Enable commented-out tests, add missing files. (ZyX) | ||||
* | updated for version 7.3.970v7.3.970 | Bram Moolenaar | 2013-05-19 | 1 | -0/+1 |
| | | | | | | | Problem: Syntax highlighting can be slow. Solution: Include the NFA regexp engine. Add the 'regexpengine' option to select which one is used. (various authors, including Ken Takata, Andrei Aiordachioaie, Russ Cox, Xiaozhou Liua, Ian Young) | ||||
* | updated for version 7.3.846v7.3.846 | Bram Moolenaar | 2013-03-07 | 1 | -1/+0 |
| | | | | | Problem: Missing proto files. Solution: Add the files. | ||||
* | updated for version 7.3.839v7.3.839 | Bram Moolenaar | 2013-02-26 | 1 | -0/+4 |
| | | | | | Problem: Some files missing in the list of distributed files. Solution: Add lines for new files. | ||||
* | updated for version 7.3.681v7.3.681 | Bram Moolenaar | 2012-10-03 | 1 | -3/+10 |
| | | | | | Problem: List of distributed files picks up backup files. Solution: Make tutor patterns more specific. | ||||
* | updated for version 7.3.680v7.3.680 | Bram Moolenaar | 2012-10-03 | 1 | -0/+3 |
| | | | | | Problem: Some files missing in the list of distributed files. Solution: Add lines for new files. | ||||
* | updated for version 7.3.639v7.3.639 | Bram Moolenaar | 2012-08-29 | 1 | -0/+6 |
| | | | | | | | Problem: It's not easy to build Vim on Windows with XPM support. Solution: Include the required files, they are quite small. Update the MSVC makefile to use them. Binary files are in the next patch. (Sergey Khorev) | ||||
* | updated for version 7.3.602v7.3.602 | Bram Moolenaar | 2012-07-16 | 1 | -0/+3 |
| | | | | | Problem: Missing files in distribution. Solution: Update the list of files. | ||||
* | updated for version 7.3.339v7.3.339 | Bram Moolenaar | 2011-10-20 | 1 | -0/+1 |
| | | | | | Problem: "make shadow" doesn't link all test files. Solution: Add a line in Makefile and Filelist. | ||||
* | updated for version 7.3.326v7.3.326 | Bram Moolenaar | 2011-09-30 | 1 | -0/+1 |
| | | | | | Problem: MingW 4.6 no longer supports the -mno-cygwin option. Solution: Split the Cygwin and MingW makefiles. (Matsushita Shougo) | ||||
* | updated for version 7.3.209v7.3.209 | Bram Moolenaar | 2011-06-12 | 1 | -0/+1 |
| | | | | | Problem: MSVC Install instructions point to wrong batch file. Solution: Add a batch file for use with MSVC 10. | ||||
* | updated for version 7.3.191v7.3.191 | Bram Moolenaar | 2011-05-19 | 1 | -1/+0 |
| | | | | | | Problem: Still some RISC OS stuff to remove. Solution: Remove files and lines. (Hong Xu) Remove the 'osfiletype' option code. | ||||
* | updated for version 7.3.188v7.3.188 | Bram Moolenaar | 2011-05-10 | 1 | -6/+0 |
| | | | | | Problem: More RISC OS files to remove. Solution: Remove them. Update the file list. | ||||
* | updated for version 7.3.143 | Bram Moolenaar | 2011-03-22 | 1 | -0/+3 |
| | | | | | | | Problem: Memfile is not tested sufficiently. Looking up blocks in a memfile is slow when there are many blocks. Solution: Add high level test and unittest. Adjust the number of hash buckets to the number of blocks. (Ivan Krasilnikov) | ||||
* | Update README files. Remove references to extra and lang archives. | Bram Moolenaar | 2010-08-07 | 1 | -1/+0 |
| | |||||
* | Move some common code from if_python.c and if_python3.c to if_py_both.h. | Bram Moolenaar | 2010-07-24 | 1 | -0/+1 |
| | |||||
* | Added support for Python 3. (Roland Puntaier) | Bram Moolenaar | 2010-07-17 | 1 | -0/+2 |
| | |||||
* | Added Lua interfae. (Luis Carvalho) | Bram Moolenaar | 2010-07-14 | 1 | -0/+2 |
| | |||||
* | Add clipboard support in Mac console. (Bjorn Winckler) | Bram Moolenaar | 2010-07-14 | 1 | -1/+1 |
| | |||||
* | Add the blowfish encryption patch from Mohsin Ahmed. Needs more work. | Bram Moolenaar | 2010-05-16 | 1 | -0/+4 |
| | |||||
* | Get rid of the "extra" and "lang" archives. | Bram Moolenaar | 2010-05-15 | 1 | -1/+1 |
| | |||||
* | Add a few missing runtime files. | Bram Moolenaar | 2010-01-17 | 1 | -0/+5 |
| | |||||
* | updated for version 7.2-196v7.2.196 | Bram Moolenaar | 2009-06-03 | 1 | -1/+0 |
| | |||||
* | updated for version 7.2-168 | Bram Moolenaar | 2009-05-13 | 1 | -2/+1 |
| | |||||
* | updated for version 7.2-022v7.2.022 | Bram Moolenaar | 2008-09-20 | 1 | -0/+1 |
| | |||||
* | updated for version 7.2b-000v7.2b.000 | Bram Moolenaar | 2008-07-13 | 1 | -0/+1 |
| | |||||
* | updated for version 7.2a-00v7.2a.00 | Bram Moolenaar | 2008-06-25 | 1 | -10/+4 |
| | |||||
* | updated for version 7.1-298v7.1.298 | Bram Moolenaar | 2008-05-10 | 1 | -0/+1 |
| | |||||
* | updated for version 7.1b | Bram Moolenaar | 2007-05-10 | 1 | -1/+1 |
| | |||||
* | updated for version 7.1a | Bram Moolenaar | 2007-05-06 | 1 | -2/+4 |
| | |||||
* | updated for version 7.1a | Bram Moolenaar | 2007-05-05 | 1 | -0/+3 |
| | |||||
* | updated for version 7.0d02v7.0d02 | Bram Moolenaar | 2006-04-12 | 1 | -0/+1 |
| | |||||
* | updated for version 7.0c10v7.0c10 | Bram Moolenaar | 2006-04-05 | 1 | -3/+1 |
| | |||||
* | updated for version 7.0c02v7.0c02 | Bram Moolenaar | 2006-03-28 | 1 | -0/+1 |
| | |||||
* | updated for version 7.0b02v7.0b02 | Bram Moolenaar | 2006-03-26 | 1 | -0/+2 |
| | |||||
* | updated for version 7.0b01 | Bram Moolenaar | 2006-03-25 | 1 | -1/+2 |
| | |||||
* | updated for version 7.0bv7.0b | Bram Moolenaar | 2006-03-24 | 1 | -4/+4 |
| | |||||
* | updated for version 7.0219 | Bram Moolenaar | 2006-03-09 | 1 | -0/+1 |
| | |||||
* | updated for version 7.0216v7.0216 | Bram Moolenaar | 2006-03-06 | 1 | -0/+2 |
| | |||||
* | updated for version 7.0214 | Bram Moolenaar | 2006-03-04 | 1 | -0/+1 |
| | |||||
* | updated for version 7.0179v7.0179 | Bram Moolenaar | 2006-01-12 | 1 | -0/+4 |
| | |||||
* | updated for version 7.0167 | Bram Moolenaar | 2005-12-11 | 1 | -0/+1 |
| | |||||
* | updated for version 7.0163 | Bram Moolenaar | 2005-12-06 | 1 | -23/+2 |
| | |||||
* | updated for version 7.0158v7.0158 | Bram Moolenaar | 2005-11-23 | 1 | -0/+1 |
| | |||||
* | updated for version 7.0154 | Bram Moolenaar | 2005-10-04 | 1 | -0/+2 |
| | |||||
* | updated for version 7.0139v7.0139 | Bram Moolenaar | 2005-08-30 | 1 | -0/+1 |
| | |||||
* | updated for version 7.0133 | Bram Moolenaar | 2005-08-21 | 1 | -0/+2 |
| | |||||
* | updated for version 7.0128 | Bram Moolenaar | 2005-08-11 | 1 | -0/+1 |
| |