summaryrefslogtreecommitdiff
path: root/Filelist
AgeCommit message (Collapse)Author
2016-07-15patch 7.4.2040Bram Moolenaar
Problem: New files missing from distribution. Solution: Add new test scripts.
2016-07-02patch 7.4.1983Bram Moolenaar
Problem: farsi.c and arabic.c are included in a strange way. Solution: Build them like other files.
2016-06-26patch 7.4.1963Bram Moolenaar
Problem: Running Win32 Vim in mintty does not work. Solution: Detect mintty and give a helpful error message. (Ken Takata)
2016-06-20patch 7.4.1946Bram Moolenaar
Problem: File list does not include new XPM libraries. Solution: Add the file list entries.
2016-04-08patch 7.4.1721Bram Moolenaar
Problem: The vimtbar files are unused. Solution: Remove them. (Ken Takata)
2016-03-28patch 7.4.1676Bram Moolenaar
Problem: The shellmenu plugin has to be copied or sourced to be used. Solution: Turn it into a package.
2016-03-28patch 7.4.1675Bram Moolenaar
Problem: The swapmous plugin has to be copied or sourced to be used. Solution: Turn it into the swapmouse package.
2016-03-28patch 7.4.1674Bram Moolenaar
Problem: The editexisting plugin has to be copied or sourced to be used. Solution: Turn it into a package.
2016-03-28patch 7.4.1673Bram Moolenaar
Problem: The justify plugin has to be copied or sourced to be used. Solution: Turn it into a package.
2016-03-25patch 7.4.1653Bram Moolenaar
Problem: Users who loaded matchit.vim manually have to change their startup. (Gary Johnson) Solution: Add a file in the old location that loads the package.
2016-03-25patch 7.4.1649Bram Moolenaar
Problem: The matchit plugin needs to be copied to be used. Solution: Put the matchit plugin in an optional package.
2016-03-19patch 7.4.1609Bram Moolenaar
Problem: Contents file is only for Amiga distro. Solution: Move it to "READMEdir". Update some info.
2016-03-19patch 7.4.1602Bram Moolenaar
Problem: Info files take space in the top directory. Solution: Move them to "READMEdir".
2016-03-19patch 7.4.1601Bram Moolenaar
Problem: README files take a lot of space in the top directory. Solution: Move most of them to "READMEdir".
2016-03-19patch 7.4.1600Bram Moolenaar
Problem: libs directory is not useful. Solution: Remove arp.library, it was only for very old Amiga versions.
2016-02-27patch 7.4.1436Bram Moolenaar
Problem: Sniff files still referenced in distribution. Solution: Remove sniff files from distribution.
2016-02-26patch 7.4.1425Bram Moolenaar
Problem: There are still references to MS-DOS support. Solution: Remove most of the help txt and install instructions. (Ken Takata)
2016-02-25patch 7.4.1417Bram Moolenaar
Problem: Missing appveyor.bat from the distribution. Solution: Add it to the list of files.
2016-02-23patch 7.4.1399Bram Moolenaar
Problem: The MS-DOS code does not build. Solution: Remove the old MS-DOS code.
2016-02-20patch 7.4.1364Bram Moolenaar
Problem: The Win 16 code is not maintained and unused. Solution: Remove the Win 16 support.
2016-02-03patch 7.4.1251Bram Moolenaar
Problem: New test file missing from distribution. Solution: Add src/testdir/*.py.
2016-02-02patch 7.4.1245Bram Moolenaar
Problem: File missing from distribution. Solution: Add json_test.c.
2016-01-24patch 7.4.1170Bram Moolenaar
Problem: Missing changes in src/Makefile, Filelist. Solution: Add the missing changes.
2016-01-23patch 7.4.1154Bram Moolenaar
Problem: No support for JSON. Solution: Add jsonencode() and jsondecode(). Also add v:false, v:true, v:null and v:none.
2016-01-16patch 7.4.1103Bram Moolenaar
Problem: Removed file still in distribution. Solution: Remove Make_cyg.mak from the list of files.
2016-01-10patch 7.4.1079Bram Moolenaar
Problem: New include file missing from distribution. Missing changes to quickfix code. Solution: Add alloc.h to the list of distributed files. Use the enum in quickfix code.
2016-01-03patch 7.4.1041Bram Moolenaar
Problem: Various small things. Solution: Add file to list of distributed files. Adjust README. Fix typo.
2016-01-02patch 7.4.1028Bram Moolenaar
Problem: Nsis version file missing from the distribution. Solution: Add the file to the list.
2016-01-01patch 7.4.1019Bram Moolenaar
Problem: Directory listing of "src" is too long. Solution: Rename the resources file to make it shorter.
2015-12-31patch 7.4.1016Bram Moolenaar
Problem: Still a few OS/2 pieces remain. Solution: Delete more.
2015-12-31patch 7.4.1011Bram Moolenaar
Problem: Can't build with Strawberry Perl. Solution: Include stdbool.h. (Ken Takata, closes #328)
2015-12-29patch 7.4.996Bram Moolenaar
Problem: New GDK files and testdir/Make_all.mak missing from distribution. PC build instructions are outdated. Solution: Add the file to the list. Update PC build instructions.
2015-11-30patch 7.4.945Bram Moolenaar
Problem: New style testing is incomplete. Solution: Add the runtest script to the list of distributed files. Add the new functions to the function overview. Rename the functions to match Vim function style. Move undolevels testing into a new style test script.
2015-11-02patch 7.4.904Bram Moolenaar
Problem: Vim does not provide .desktop files. Solution: Include and install .desktop files. (James McCoy, closes #455)
2015-09-15patch 7.4.872Bram Moolenaar
Problem: Not using CI services available. Solution: Add configuration files for travis and appveyor. (PR #401)
2015-09-01patch 7.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.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.501Bram Moolenaar
Problem: Typo in file pattern. Solution: Insert a slash and remove a dot.
2014-11-05updated for version 7.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.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.426Bram Moolenaar
Problem: README File missing from list of files. Solution: Update the list of files.
2014-08-10updated for version 7.4.400Bram Moolenaar
Problem: List of distributed files is incomplete. Solution: Add recently added files.
2014-05-13updated for version 7.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.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.250Bram Moolenaar
Problem: Some test files missing from distribution. Solution: Add pattern for newly added tests.
2014-01-23updated for version 7.4.156Bram Moolenaar
Problem: Test file missing from distribution. Solution: Add new directory to file list.
2013-07-13updated for version 7.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.1241Bram Moolenaar
Problem: Some test files missing from the distribution. Solution: Update the list of files.
2013-06-12updated for version 7.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.1166Bram Moolenaar
Problem: Loading Python modules is not tested. Solution: Enable commented-out tests, add missing files. (ZyX)