summaryrefslogtreecommitdiffstats
path: root/runtime/doc/Makefile
AgeCommit message (Collapse)Author
2022-05-14Update runtime files, new color schemesBram Moolenaar
2022-02-26Update runtime files.Bram Moolenaar
2021-12-27patch 8.2.3917: the eval.txt help file is way too bigv8.2.3917Bram Moolenaar
Problem: The eval.txt help file is way too big. Solution: Move the builtin function details to a separate file.
2021-04-21Update runtime filesBram Moolenaar
2021-04-07Update runtime filesBram Moolenaar
2020-07-10patch 8.2.1172: error messages when doing "make clean" in doc or teev8.2.1172Bram Moolenaar
Problem: Error messages when doing "make clean" in the runtime/doc or src/tee directories. Solution: Use "rm -f".
2020-06-14Update runtime filesBram Moolenaar
2020-05-31patch 8.2.0859: no Turkish translation of the manualv8.2.0859Bram Moolenaar
Problem: No Turkish translation of the manual. Solution: Add Turkish translations. (Emir Sarı, closes #5641)
2020-02-26patch 8.2.0320: no Haiku supportv8.2.0320Bram Moolenaar
Problem: No Haiku support. Solution: Add support for Haiku. (Emir Sari, closes #5605)
2020-01-26patch 8.2.0149: maintaining a Vim9 branch separately is more workv8.2.0149Bram Moolenaar
Problem: Maintaining a Vim9 branch separately is more work. Solution: Merge the Vim9 script changes.
2020-01-21patch 8.2.0140: CI does not test building doc tagsv8.2.0140Bram Moolenaar
Problem: CI does not test building doc tags. Solution: Add the vimtags/gcc build. Cleanup showing version. (Ozaki Kiichi, closes #5513)
2019-11-04patch 8.1.2253: using "which" to check for an executable is not reliablev8.1.2253Bram Moolenaar
Problem: Using "which" to check for an executable is not reliable. Solution: Use "command -v" instead. Also exit with error code when generating tags has an error. (closes #5174)
2019-11-03patch 8.1.2249: "make vimtags" does not print any messagev8.1.2249Bram Moolenaar
Problem: "make vimtags" does not print any message. Solution: Add a message that the tags have been updated.
2019-11-03patch 8.1.2247: "make vimtags" does not work in runtime/docv8.1.2247Bram Moolenaar
Problem: "make vimtags" does not work in runtime/doc. Solution: Test existence with "which" instead of "test -x". (Ken Takata)
2019-11-02patch 8.1.2242: creating docs tags uses user preferencesv8.1.2242Bram Moolenaar
Problem: Creating docs tags uses user preferences. (Tony Mechelynck) Solution: Add "--clean".
2019-11-02patch 8.1.2239: CI fails when running tests without building Vimv8.1.2239Bram Moolenaar
Problem: CI fails when running tests without building Vim. Solution: Skip creating doc tags if the execute does not exist.
2019-11-01patch 8.1.2238: error in docs tags goes unnoticedv8.1.2238Bram Moolenaar
Problem: Error in docs tags goes unnoticed. Solution: Adjust tags build command. (Ken Takata, closes #5158)
2019-07-21patch 8.1.1726: the eval.txt help file is too bigv8.1.1726Bram Moolenaar
Problem: The eval.txt help file is too big. Solution: Split off testing support to testing.txt. Move function details to where the functionality is explained.
2019-05-12patch 8.1.1329: plans for popup window support are spread outv8.1.1329Bram Moolenaar
Problem: Plans for popup window support are spread out. Solution: Add a first version of the popup window help.
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.
2017-11-30Update runtime filesBram Moolenaar
2017-11-16patch 8.0.1301: generated license file for NSIS has a modelinev8.0.1301Bram Moolenaar
Problem: Generated license file for NSIS has a modeline. Solution: Adjust the pattern for sed. (Ken Takata)
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-03-21Update runtime files. Add Rust support.Bram Moolenaar
2016-04-12Updated runtime files.Bram Moolenaar
2016-02-22patch 7.4.1387v7.4.1387Bram Moolenaar
Problem: Win16 docs still referenced. Solution: Remove Win16 files from the docs Makefile. (Kenichi Ito)
2016-01-28patch 7.4.1191v7.4.1191Bram Moolenaar
Problem: The channel feature isn't working yet. Solution: Add the connect(), disconnect(), sendexpr() and sendraw() functions. Add initial documentation. Add a demo server.
2015-06-19Add the logiPat plugin to the distribution.Bram Moolenaar
2015-01-20updated for version 7.4.586v7.4.586Bram Moolenaar
Problem: Parallel building of the documentation html files is not reliable. Solution: Remove a cyclic dependency. (Reiner Herrmann)
2010-07-21Fix dependencies in help Makefile. (James Vega)Bram Moolenaar
2010-07-14Added Lua interfae. (Luis Carvalho)Bram Moolenaar
2010-07-02Make updating text for conceal mode simpler. A few compiler warning fixes.Bram Moolenaar
2010-06-03Move text from various.txt to a new helphelp.txt help file.Bram Moolenaar
2008-08-06updated for version 7.2c-000v7.2c.000Bram Moolenaar
2008-06-24updated for version 7.2aBram Moolenaar
2008-01-11updated for version 7.1-217v7.1.217Bram Moolenaar
2007-05-05updated for version 7.1aBram Moolenaar
2006-04-27updated for version 7.0f03Bram Moolenaar
2006-03-27updated for version 7.0cv7.0cBram Moolenaar
2006-03-24updated for version 7.0bBram Moolenaar
2006-03-21updated for version 7.0231Bram Moolenaar
2006-03-20updated for version 7.0230Bram Moolenaar
2006-03-09updated for version 7.0219Bram Moolenaar
2006-03-02updated for version 7.0212Bram Moolenaar
2006-02-27updated for version 7.0209v7.0209Bram Moolenaar
2006-02-18updated for version 7.0201v7.0201Bram Moolenaar
2005-11-28updated for version 7.0161Bram Moolenaar
2005-09-01updated for version 7.0140v7.0140Bram Moolenaar
2005-04-15updated for version 7.0066Bram Moolenaar
2005-03-22updated for version 7.0063Bram Moolenaar