summaryrefslogtreecommitdiffstats
path: root/src/Makefile
AgeCommit message (Collapse)Author
2019-01-11patch 8.1.0723: cannot easily run specific test when in src/testdirv8.1.0723Bram Moolenaar
Problem: Cannot run specific test when in src/testdir the same was as in the src directory. Solution: Move build rule to src/testdir/Makefile.
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-22patch 8.1.0624: overuling CONF_ARGS from the environment still does not workv8.1.0624Bram Moolenaar
Problem: Overuling CONF_ARGS from the environment still does not work. (Tony Mechelynck) Solution: Add back CONF_ARGS next to the new numbered ones.
2018-12-22patch 8.1.0620: overuling CONF_ARGS from the environment no longer worksv8.1.0620Bram Moolenaar
Problem: Overuling CONF_ARGS from the environment no longer works. (Tony Mechelynck) Solution: Do not define any CONF_ARGS by default.
2018-12-21patch 8.1.0612: cannot use two global runtime dirs with configurev8.1.0612Bram Moolenaar
Problem: Cannot use two global runtime dirs with configure. Solution: Support a comma in --with-global-runtime. (James McCoy, closes #3704)
2018-12-19patch 8.1.0610: MS-Windows ctags file list differs from Unixv8.1.0610Bram Moolenaar
Problem: MS-Windows ctags file list differs from Unix. Solution: Define TAGS_FILES in the common makefile. (partly by Ken Takata)
2018-12-15patch 8.1.0594: libvterm tests fail to run on Macv8.1.0594Bram Moolenaar
Problem: Libvterm tests fail to run on Mac. Solution: Only run libvterm tests on Linux.
2018-12-15patch 8.1.0592: the libvterm tests are not run as part of Vim testsv8.1.0592Bram Moolenaar
Problem: The libvterm tests are not run as part of Vim tests. Solution: Add testing libvterm.
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-12-12patch 8.1.0578: cannot disable arabic, rightleft and farsi in configurev8.1.0578Bram Moolenaar
Problem: Cannot disable arabic, rightleft and farsi in configure. Solution: Add configur flags. (Diego Fernando CarriĆ³n, closes #1867)
2018-09-21patch 8.1.0419: Cygwin: running cproto fails with -O2v8.1.0419Bram Moolenaar
Problem: Cygwin: running cproto fails with -O2. Solution: Strip -O2 for cproto. (Ken Takata, closes #3465)
2018-09-15patch 8.1.0391: building in a shadow directory failsv8.1.0391Bram Moolenaar
Problem: Building in a shadow directory fails. Solution: Don't link the xdiff directory but what's in it. (closes #3428)
2018-09-13patch 8.1.0382: some make programs can't handle "xdiff/../"v8.1.0382Bram Moolenaar
Problem: Some make programs can't handle dependency on "xdiff/../". Solution: Strip it out.
2018-09-13patch 8.1.0379: build dependencies are incompletev8.1.0379Bram Moolenaar
Problem: Build dependencies are incomplete. Solution: Update the build dependencies, mainly for xdiff. Adjust object directory for libvterm and xdiff.
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-07-07patch 8.1.0162: Danish and German man pages are not installedv8.1.0162Bram Moolenaar
Problem: Danish and German man pages are not installed. (Tony Mechelynck) Solution: Adjust the makefile
2018-07-05patch 8.1.0153: build with SHADOWDIR failsv8.1.0153Bram Moolenaar
Problem: Build with SHADOWDIR fails. (Elimar Riesebieter) Solution: Create a link for Make_all.mak. (Tony Mechelynck)
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-07-02patch 8.1.0138: negative value of 'softtabstop' not used correctlyv8.1.0138Bram Moolenaar
Problem: Negative value of 'softtabstop' not used correctly. Solution: Use get_sts_value(). (Tom Ryder)
2018-06-30patch 8.1.0132: lua tests are old stylev8.1.0132Bram Moolenaar
Problem: Lua tests are old style. Solution: Convert to new style tests. Improve coverage. (Dominique Pelle, closes #3091)
2018-06-23patch 8.1.0105: all tab stops are the samev8.1.0105Bram Moolenaar
Problem: All tab stops are the same. Solution: Add the variable tabstop feature. (Christian Brabandt, closes #2711)
2018-06-03patch 8.1.0027: difficult to make a plugin that feeds a line to a jobv8.1.0027Bram Moolenaar
Problem: Difficult to make a plugin that feeds a line to a job. Solution: Add the nitial code for the "prompt" buftype.
2018-05-19patch 8.1.0003: the :compiler command is not testedv8.1.0003Bram Moolenaar
Problem: The :compiler command is not tested. Solution: Add a test. (Dominique Pelle, closes #2930)
2018-05-17Vim 8.1 releasev8.1.0000Bram Moolenaar
Update version number and information. Fix a couple of tests.
2018-05-15patch 8.0.1847: some build options don't have an examplev8.0.1847Bram Moolenaar
Problem: Some build options don't have an example. Solution: Add a couple more examples and compiler flags.
2018-05-12patch 8.0.1822: make uninstall does not remove colors/toolsv8.0.1822Bram Moolenaar
Problem: Make uninstall does not remove colors/tools. Solution: Add a line to delete the tools directory. (Kazunobu Kuriyama)
2018-05-02patch 8.0.1788: tool to check a color scheme is not installedv8.0.1788Bram Moolenaar
Problem: Tool to check a color scheme is not installed. Solution: Update the install rule. (Christian Brabandt)
2018-04-11patch 8.0.1699: leftover stuff for Python 1.4v8.0.1699Bram Moolenaar
Problem: Leftover stuff for Python 1.4. Solution: Remove outdated Python 1.4 stuff. (Naoki Inada, closes #2794)
2018-04-10patch 8.0.1690: not easy to run one test with gvim instead of vimv8.0.1690Bram Moolenaar
Problem: Not easy to run one test with gvim instead of vim. Solution: Add VIMTESTTARGET in Makefile.
2018-04-10patch 8.0.1689: no tests for xxdv8.0.1689Bram Moolenaar
Problem: No tests for xxd. Solution: Add a test. (Christian Brabandt)
2018-04-10patch 8.0.1682: auto indenting breaks inserting a blockv8.0.1682Bram Moolenaar
Problem: Auto indenting breaks inserting a block. Solution: Do not check for cursor movement if indent was changed. (Christian Brabandt, closes #2778)
2018-03-17patch 8.0.1614: "make tags" doesn't include libvtermv8.0.1614Bram Moolenaar
Problem: "make tags" doesn't include libvterm. Solution: Add the libvterm sources to the tags command.
2018-03-11patch 8.0.1595: no autocommand triggered before exitingv8.0.1595Bram Moolenaar
Problem: No autocommand triggered before exiting. Solution: Add the ExitPre autocommand event.
2018-02-27patch 8.0.1550: various small problems in source filesv8.0.1550Bram Moolenaar
Problem: Various small problems in source files. Solution: Fix the problems.
2018-02-22patch 8.0.1530: dump test fails when using a shadow directoryv8.0.1530Bram Moolenaar
Problem: Dump test fails when using a shadow directory. Solution: Add the directory to the list of symlinks to make (Elimar Riesebieter)
2018-02-13patch 8.0.1514: getting the list of changes is not easyv8.0.1514Bram Moolenaar
Problem: Getting the list of changes is not easy. Solution: Add the getchangelist() function. (Yegappan Lakshmanan, closes #2634)
2018-02-10patch 8.0.1497: getting the jump list requires parsing the output of :jumpsv8.0.1497Bram Moolenaar
Problem: Getting the jump list requires parsing the output of :jumps. Solution: Add getjumplist(). (Yegappan Lakshmanan, closes #2609)
2018-01-31patch 8.0.1447: still too many old style testsv8.0.1447Bram Moolenaar
Problem: Still too many old style tests. Solution: Turn a few tests into new style. (Yegappan Lakshmanan, closes #2509)
2017-12-23patch 8.0.1423: error in return not caught by try/catchv8.0.1423Bram Moolenaar
Problem: Error in return not caught by try/catch. Solution: Call update_force_abort(). (Yasuhiro Matsomoto, closes #2483)
2017-12-11patch 8.0.1387: wordcount test is old stylev8.0.1387Bram Moolenaar
Problem: Wordcount test is old style. Solution: Change into a new style test. (Yegappan Lakshmanan, closes #2434)
2017-12-07patch 8.0.1377: cannot call a dict function in autoloaded dictv8.0.1377Bram Moolenaar
Problem: Cannot call a dict function in autoloaded dict. Solution: Call get_lval() passing the read-only flag.
2017-11-25patch 8.0.1336: cannot use imactivatefunc() unless compiled with +ximv8.0.1336Bram Moolenaar
Problem: Cannot use imactivatefunc() unless compiled with +xim. Solution: Allow using imactivatefunc() when not compiled with +xim. (Yasuhiro Matsumoto, closes #2349)
2017-11-18patch 8.0.1313: missing dependencies cause parallel make to failv8.0.1313Bram Moolenaar
Problem: Missing dependencies cause parallel make to fail. Solution: Update dependencies.
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-16patch 8.0.1302: still too many old style testsv8.0.1302Bram Moolenaar
Problem: Still too many old style tests. Solution: Convert a few more tests to new style. (Yegappan Lakshmanan, closes #2326)
2017-11-12patch 8.0.1295: cannot automatically get a server name in a terminalv8.0.1295Bram Moolenaar
Problem: Cannot automatically get a server name in a terminal. Solution: Add the --enable-autoservername flag to configure. (Cimbali, closes #2317)
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-11-05patch 8.0.1271: still too many old style testsv8.0.1271Bram Moolenaar
Problem: Still too many old style tests. Solution: Convert a few more tests to new style. (Yegappan Lakshmanan, closes #2290)
2017-11-04patch 8.0.1263: others can read the swap file if a user is carelessv8.0.1263Bram Moolenaar
Problem: Others can read the swap file if a user is careless with his primary group. Solution: If the group permission allows for reading but the world permissions doesn't, make sure the group is right.
2017-11-02patch 8.0.1253: still too many old style testsv8.0.1253Bram Moolenaar
Problem: Still too many old style tests. Solution: Convert a few more tests to new style. (Yegappan Lakshmanan, closes #2272)