summaryrefslogtreecommitdiffstats
path: root/Filelist
AgeCommit message (Collapse)Author
2015-09-15patch 7.4.872v7.4.872Bram Moolenaar
Problem: Not using CI services available. Solution: Add configuration files for travis and appveyor. (PR #401)
2015-09-01patch 7.4.846v7.4.846Bram Moolenaar
Problem: Some GitHub users don't know how to use issues. Solution: Add a file that explains the basics of contributing.
2015-07-10patch 7.4.777v7.4.777Bram Moolenaar
Problem: The README file doesn't look nice on github. Solution: Add a markdown version of the README file.
2014-11-05updated for version 7.4.501v7.4.501Bram Moolenaar
Problem: Typo in file pattern. Solution: Insert a slash and remove a dot.
2014-11-05updated for version 7.4.497v7.4.497Bram Moolenaar
Problem: With some regexp patterns the NFA engine uses many states and becomes very slow. To the user it looks like Vim freezes. Solution: When the number of states reaches a limit fall back to the old engine. (Christian Brabandt)
2014-11-05updated for version 7.4.496v7.4.496Bram Moolenaar
Problem: Many lines are both in Make_cyg.mak and Make_ming.mak Solution: Move the common parts to one file. (Ken Takata)
2014-08-29updated for version 7.4.426v7.4.426Bram Moolenaar
Problem: README File missing from list of files. Solution: Update the list of files.
2014-08-10updated for version 7.4.400v7.4.400Bram Moolenaar
Problem: List of distributed files is incomplete. Solution: Add recently added files.
2014-05-13updated for version 7.4.287v7.4.287Bram Moolenaar
Problem: Patches for .hgignore don't work, since the file is not in the distribution. Solution: Add .hgignore to the distribution. Will be effective with the next version.
2014-04-29updated for version 7.4.268v7.4.268Bram Moolenaar
Problem: Using exists() on a funcref for a script-local function does not work. Solution: Translate <SNR> to the special byte sequence. Add a test.
2014-04-05updated for version 7.4.250v7.4.250Bram Moolenaar
Problem: Some test files missing from distribution. Solution: Add pattern for newly added tests.
2014-01-23updated for version 7.4.156v7.4.156Bram Moolenaar
Problem: Test file missing from distribution. Solution: Add new directory to file list.
2013-07-13updated for version 7.4a.015v7.4a.015Bram Moolenaar
Problem: No Japanese man pages. Solution: Add Japanese translations of man pages. (Ken Takata, Yukihiro Nakadaira, et al.)
2013-06-24updated for version 7.3.1241v7.3.1241Bram Moolenaar
Problem: Some test files missing from the distribution. Solution: Update the list of files.
2013-06-12updated for version 7.3.1172v7.3.1172Bram Moolenaar
Problem: Python 2: loading modules doesn't work well. Solution: Fix the code. Add more tests. (ZyX)
2013-06-11updated for version 7.3.1166v7.3.1166Bram Moolenaar
Problem: Loading Python modules is not tested. Solution: Enable commented-out tests, add missing files. (ZyX)
2013-05-19updated for version 7.3.970v7.3.970Bram Moolenaar
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)
2013-03-07updated for version 7.3.846v7.3.846Bram Moolenaar
Problem: Missing proto files. Solution: Add the files.
2013-02-26updated for version 7.3.839v7.3.839Bram Moolenaar
Problem: Some files missing in the list of distributed files. Solution: Add lines for new files.
2012-10-03updated for version 7.3.681v7.3.681Bram Moolenaar
Problem: List of distributed files picks up backup files. Solution: Make tutor patterns more specific.
2012-10-03updated for version 7.3.680v7.3.680Bram Moolenaar
Problem: Some files missing in the list of distributed files. Solution: Add lines for new files.
2012-08-29updated for version 7.3.639v7.3.639Bram Moolenaar
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)
2012-07-16updated for version 7.3.602v7.3.602Bram Moolenaar
Problem: Missing files in distribution. Solution: Update the list of files.
2011-10-20updated for version 7.3.339v7.3.339Bram Moolenaar
Problem: "make shadow" doesn't link all test files. Solution: Add a line in Makefile and Filelist.
2011-09-30updated for version 7.3.326v7.3.326Bram Moolenaar
Problem: MingW 4.6 no longer supports the -mno-cygwin option. Solution: Split the Cygwin and MingW makefiles. (Matsushita Shougo)
2011-06-12updated for version 7.3.209v7.3.209Bram Moolenaar
Problem: MSVC Install instructions point to wrong batch file. Solution: Add a batch file for use with MSVC 10.
2011-05-19updated for version 7.3.191v7.3.191Bram Moolenaar
Problem: Still some RISC OS stuff to remove. Solution: Remove files and lines. (Hong Xu) Remove the 'osfiletype' option code.
2011-05-10updated for version 7.3.188v7.3.188Bram Moolenaar
Problem: More RISC OS files to remove. Solution: Remove them. Update the file list.
2011-03-22updated for version 7.3.143Bram Moolenaar
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)
2010-08-07Update README files. Remove references to extra and lang archives.Bram Moolenaar
2010-07-24Move some common code from if_python.c and if_python3.c to if_py_both.h.Bram Moolenaar
2010-07-17Added support for Python 3. (Roland Puntaier)Bram Moolenaar
2010-07-14Added Lua interfae. (Luis Carvalho)Bram Moolenaar
2010-07-14Add clipboard support in Mac console. (Bjorn Winckler)Bram Moolenaar
2010-05-16Add the blowfish encryption patch from Mohsin Ahmed. Needs more work.Bram Moolenaar
2010-05-15Get rid of the "extra" and "lang" archives.Bram Moolenaar
2010-01-17Add a few missing runtime files.Bram Moolenaar
2009-06-03updated for version 7.2-196v7.2.196Bram Moolenaar
2009-05-13updated for version 7.2-168Bram Moolenaar
2008-09-20updated for version 7.2-022v7.2.022Bram Moolenaar
2008-07-13updated for version 7.2b-000v7.2b.000Bram Moolenaar
2008-06-25updated for version 7.2a-00v7.2a.00Bram Moolenaar
2008-05-10updated for version 7.1-298v7.1.298Bram Moolenaar
2007-05-10updated for version 7.1bBram Moolenaar
2007-05-06updated for version 7.1aBram Moolenaar
2007-05-05updated for version 7.1aBram Moolenaar
2006-04-12updated for version 7.0d02v7.0d02Bram Moolenaar
2006-04-05updated for version 7.0c10v7.0c10Bram Moolenaar
2006-03-28updated for version 7.0c02v7.0c02Bram Moolenaar
2006-03-26updated for version 7.0b02v7.0b02Bram Moolenaar