summaryrefslogtreecommitdiffstats
path: root/Filelist
AgeCommit message (Collapse)Author
2019-02-16patch 8.1.0932: Farsi support is outdated and unusedv8.1.0932Bram Moolenaar
Problem: Farsi support is outdated and unused. Solution: Delete the Farsi support.
2019-02-13patch 8.1.0914: code related to findfile() is spread outv8.1.0914Bram Moolenaar
Problem: Code related to findfile() is spread out. Solution: Put findfile() related code into a new source file. (Yegappan Lakshmanan, closes #3934)
2019-02-03patch 8.1.0873: list if distributed files does not include matchit autoloadv8.1.0873Bram Moolenaar
Problem: List if distributed files does not include the matchit autoload directory. Solution: Add the directory.
2019-02-03patch 8.1.0869: Travis CI script is too complicatedv8.1.0869Bram Moolenaar
Problem: Travis CI script is too complicated. Solution: Add names to environments. Move appveyor script outside of src directory. (Ozaki Kiichi, closes #3890)
2019-01-31patch 8.1.0857: indent functionality is not separatedv8.1.0857Bram Moolenaar
Problem: Ignore functionality is not separated. Solution: Move indent functionality into a new file. (Yegappan Lakshmanan, closes #3886)
2019-01-26patch 8.1.0825: code for autocommands is mixed with file I/O codev8.1.0825Bram Moolenaar
Problem: Code for autocommands is mixed with file I/O code. Solution: Move autocommand code to a separate file. (Yegappan Lakshmanan, closes #3863)
2019-01-17patch 8.1.0764: list of distributed files is outdatedv8.1.0764Bram Moolenaar
Problem: List of distributed files is outdated. Solution: Remove workshop files. Add blob files.
2019-01-10patch 8.1.0713: images for NSIS take up too much spacev8.1.0713Bram Moolenaar
Problem: Images for NSIS take up too much space. Solution: Put the images in a zip file.
2019-01-01patch 8.1.0673: functionality for signs is spread out over several filesv8.1.0673Bram Moolenaar
Problem: Functionality for signs is spread out over several files. Solution: Move most of the sign functionality into sign.c. (Yegappan Lakshmanan, closes #3751)
2018-12-25patch 8.1.0637: nsis file no longer usedv8.1.0637Bram Moolenaar
Problem: Nsis file no longer used. Solution: Remove the file. (Ken Takata)
2018-12-21patch 8.1.0616: NSIS installer is outdatedv8.1.0616Bram Moolenaar
Problem: NSIS installer is outdated. Solution: Use modern syntax, MUI2 and make it work better. Add translations. (Ken Takata, closes #3501)
2018-12-13patch 8.1.0579: cannot attach properties to textv8.1.0579Bram Moolenaar
Problem: Cannot attach properties to text. Solution: First part of adding text properties.
2018-10-25patch 8.1.0496: no tests for indent filesv8.1.0496Bram Moolenaar
Problem: No tests for indent files. Solution: Add a mechanism for running indent file tests. Add a first test for Vim indenting.
2018-09-19patch 8.1.0411: renamed file missing from distributionv8.1.0411Bram Moolenaar
Problem: Renamed file missing from distribution. Solution: Rename screen.c to termscreen.c (Zdenek Dohnal, closes #3449)
2018-09-18patch 8.1.0403: header file missing from distributionv8.1.0403Bram Moolenaar
Problem: Header file missing from distribution. Solution: Add src/protodef.h.
2018-09-10patch 8.1.0363: internal diff isn't used by default as advertisedv8.1.0363Bram Moolenaar
Problem: Internal diff isn't used by default as advertised. Solution: Add "internal" to the default value of 'diffopt'. Also add couple of files missing from the distribution.
2018-09-10patch 8.1.0360: using an external diff program is slow and inflexiblev8.1.0360Bram Moolenaar
Problem: Using an external diff program is slow and inflexible. Solution: Include the xdiff library. (Christian Brabandt, closes #2732) Use it by default.
2018-09-02patch 8.1.0346: building with Aap is outdated and unusedv8.1.0346Bram Moolenaar
Problem: Building with Aap is outdated and unused. Solution: Remove the Aap build files.
2018-07-07patch 8.1.0160: no Danish manual translationsv8.1.0160Bram Moolenaar
Problem: No Danish manual translations. Solution: Add the Danish manual translations to the file list.
2018-07-05patch 8.1.0155: evim.man missing from the distributionv8.1.0155Bram Moolenaar
Problem: Evim.man missing from the distribution. Solution: Add it to the list.
2018-07-04patch 8.1.0152: cannot easily run individual tests on MS-Windowsv8.1.0152Bram Moolenaar
Problem: Cannot easily run individual tests on MS-Windows. Solution: Move the list of tests to a separate file. Add a build rule in the MSVC makefile.
2018-06-30patch 8.1.0128: building with MinGW does not work out-of-the-boxv8.1.0128Bram Moolenaar
Problem: Building with MinGW does not work out-of-the-box. Solution: Add instructions for MSYS2. Set default WINVER. Add batch files to set $PATH for MSYS2.
2018-06-24patch 8.1.0109: new po makefile missing from distributionv8.1.0109Bram Moolenaar
Problem: New po makefile missing from distribution. Solution: Add it to the file list.
2018-04-25patch 8.0.1764: lgtm considers tutor.es to be EcmaScriptv8.0.1764Bram Moolenaar
Problem: Lgtm considers tutor.es to be EcmaScript. Solution: Add a config file for lgtm. (Bas van Schaik, closes #2844)
2018-02-27patch 8.0.1548: screen dump test script not included in distributionv8.0.1548Bram Moolenaar
Problem: Screen dump test script not included in distribution. Solution: Add the script to the list of distributed files.
2018-02-27patch 8.0.1545: screen dumps not included in distributionv8.0.1545Bram Moolenaar
Problem: Screen dumps not included in distribution. Solution: Add dumps to the list of distributed files.
2017-12-17patch 8.0.1400: color scheme check script shows up as color schemev8.0.1400Bram Moolenaar
Problem: Color scheme check script shows up as color scheme. Solution: Move it to the "tools" subdirectory. (closes #2457)
2017-11-28patch 8.0.1352: dead URLs in the help go unnoticedv8.0.1352Bram Moolenaar
Problem: Dead URLs in the help go unnoticed. Solution: Add a script to check URLs in the help files. (Christian Brabandt)
2017-11-26patch 8.0.1348: make testclean deletes script file on MS-Windowsv8.0.1348Bram Moolenaar
Problem: Make testclean deletes script file on MS-Windows. Solution: Rename file to avoid it starting with an "x".
2017-11-21patch 8.0.1327: new proto file missing from distributionv8.0.1327Bram Moolenaar
Problem: New proto file missing from distribution. Solution: Add it. (closes #2355)
2017-11-18patch 8.0.1312: balloon_show() only works in terminal when compiled with GUIv8.0.1312Bram Moolenaar
Problem: balloon_show() only works in terminal when compiled with the GUI. Solution: Add FEAT_BEVAL_GUI and refactor to move common code out of the GUI specific file.
2017-11-14patch 8.0.1298: missing test filev8.0.1298Bram Moolenaar
Problem: Missing test file. Solution: Add samples/test000. (Christian Brabandt)
2017-11-11patch 8.0.1285: occasional crash when using a channelv8.0.1285Bram Moolenaar
Problem: Occasional crash when using a channel. (Marek) Solution: Decrement reference count later. (closes #2315)
2017-10-28patch 8.0.1232: MS-Windows users are confused about default mappingsv8.0.1232Bram Moolenaar
Problem: MS-Windows users are confused about default mappings. Solution: Don't map keys in the console where they don't work. Add a choice in the installer to use MS-Windows key bindings or not. (Christian Brabandt, Ken Takata, closes #2093)
2017-10-08patch 8.0.1183: MS-Windows build instructions are outdatedv8.0.1183Bram Moolenaar
Problem: MS-Windows build instructions are outdated. Solution: Update instructions for MSVC 2015. Update the build script.
2017-09-26patch 8.0.1149: libvterm colors differ from xtermv8.0.1149Bram Moolenaar
Problem: libvterm colors differ from xterm. Solution: Use the xterm colors for libvterm.
2017-09-08patch 8.0.1077: no debugger making use of the terminal windowv8.0.1077Bram Moolenaar
Problem: No debugger making use of the terminal window. Solution: Add the term debugger plugin. So far only displays the current line when stopped.
2017-08-11patch 8.0.0901: asan suppress file missing from distributionv8.0.0901Bram Moolenaar
Problem: Asan suppress file missing from distribution. Solution: Add the file.
2017-08-06patch 8.0.0880: Travis uses an old Ubuntu versionv8.0.0880Bram Moolenaar
Problem: Travis uses an old Ubuntu version. Solution: Switch from precise to trusty. (Ken Takata, closes #1897)
2017-07-30patch 8.0.0814: file in Filelist does not existv8.0.0814Bram Moolenaar
Problem: File in Filelist does not exist. Solution: Remove the line.
2017-07-23patch 8.0.0757: libvterm MSVC Makefile not included in the distributionv8.0.0757Bram Moolenaar
Problem: Libvterm MSVC Makefile not included in the distribution. Solution: Add the file to the list.
2017-07-07patch 8.0.0693: no terminal emulator supportv8.0.0693Bram Moolenaar
Problem: No terminal emulator support. Cannot properly run commands in the GUI. Cannot run a job interactively with an ssh connection. Solution: Very early implementation of the :terminal command. Includes libvterm converted to ANSI C. Many parts still missing.
2017-04-20patch 8.0.0572: building the command table requires Perlv8.0.0572Bram Moolenaar
Problem: Building the command table requires Perl. Solution: Use a Vim script solution. (Dominique Pelle, closes #1641)
2017-04-20patch 8.0.0570: can't run make with several jobsv8.0.0570Bram Moolenaar
Problem: Can't run make with several jobs, creating directories has a race condition. Solution: Use the MKDIR_P autoconf mechanism. (Eric N. Vander Weele, closes #1639)
2017-03-30patch 8.0.0527: leftover file from RISC OSv8.0.0527Bram Moolenaar
Problem: RISC OS support was removed long ago, but one file is still included. Solution: Delete the file. (Thomas Dziedzic, closes #1603)
2017-03-25patch 8.0.0504: looking up an Ex command is a bit slowv8.0.0504Bram Moolenaar
Problem: Looking up an Ex command is a bit slow. Solution: Instead of just using the first letter, also use the second letter to skip ahead in the list of commands. Generate the table with a Perl script. (Dominique Pelle, closes #1589)
2017-03-12patch 8.0.0447: getting font name does not work on X11v8.0.0447Bram Moolenaar
Problem: Getting font name does not work on X11. Solution: Implement gui_mch_get_fontname() for X11. Add more GUI tests. (Kazunobu Kuriyama)
2017-03-07patch 8.0.0428: git and hg see new files after running testsv8.0.0428Bram Moolenaar
Problem: Git and hg see new files after running tests. (Manuel Ortega) Solution: Add the generated file to .hgignore (or .gitignore). Delete the resulting verbose file. (Christian Brabandt) Improve dependency on opt_test.vim. Reset the 'more' option.
2017-02-25patch 8.0.0368: not all options are tested with a range of valuesv8.0.0368Bram Moolenaar
Problem: Not all options are tested with a range of values. Solution: Generate a test script from the source code.
2017-02-23patch 8.0.0361: GUI initialisation is not sufficiently testedv8.0.0361Bram Moolenaar
Problem: GUI initialisation is not sufficiently tested. Solution: Add the gui_init test. (Kazuki Kuriyama)