summaryrefslogtreecommitdiff
path: root/Filelist
Commit message (Collapse)AuthorAgeFilesLines
* patch 9.0.0528: MS-Windows: no batch files for more recent MSVC versionsv9.0.0528K.Takata2022-09-211-0/+4
| | | | | | Problem: MS-Windows: no batch files for more recent MSVC versions. Solution: Add batch files for 2017, 2019 and 2022. (Ken Takata, closes #11184)
* patch 9.0.0524: build instructions for MS-Windows are outdatedv9.0.0524Bram Moolenaar2022-09-201-2/+0
| | | | | Problem: Build instructions for MS-Windows are outdated. Solution: Remove instructions for old MSVC versions.
* patch 9.0.0421: MS-Windows makefiles are inconsistently namedv9.0.0421K.Takata2022-09-091-6/+5
| | | | | Problem: MS-Windows makefiles are inconsistently named. Solution: Use consistent names. (Ken Takata, closes #11088)
* Update runtime filesBram Moolenaar2022-08-151-0/+2
|
* patch 9.0.0029: the bitmaps/vim.ico file is not in the distributionv9.0.0029Bram Moolenaar2022-07-021-0/+1
| | | | | | Problem: The bitmaps/vim.ico file is not in the distribution. Solution: Add it back to the distribution. Adjust the build rules to have it end up in the right place.
* Update runtime filesBram Moolenaar2022-07-011-1/+1
|
* release version 9.0v9.0.0000Bram Moolenaar2022-06-281-1/+0
| | | | | Problem: About time to release Vim 9.0. Solution: Update the version number everywhere.
* patch 8.2.5154: still mentioning version8, some cosmetic issuesv8.2.5154Bram Moolenaar2022-06-231-0/+1
| | | | | Problem: Still mentioning version8, some cosmetic issues. Solution: Prefer mentioning version9, cosmetic improvements.
* patch 8.2.5090: MS-Windows: vim.def is no longer usedv8.2.5090K.Takata2022-06-141-1/+0
| | | | | Problem: MS-Windows: vim.def is no longer used. Solution: Delete vim.def. (Ken Takata, closes #10569)
* patch 8.2.4891: Vim help presentation could be betterv8.2.4891Bram Moolenaar2022-05-061-0/+1
| | | | | | Problem: Vim help presentation could be better. Solution: Add an imported file for extra Vim help support. Show highlight names in the color they have.
* patch 8.2.4677: the Athena GUI support is outdatedv8.2.4677Bram Moolenaar2022-04-031-5/+0
| | | | | Problem: The Athena GUI support is outdated. Solution: Remove the Athena GUI code.
* patch 8.2.4545: MS-Windows: the installed icon is low resolutionv8.2.4545Christian Brabandt2022-03-111-0/+1
| | | | | | Problem: MS-Windows: the installed icon is low resolution. Solution: Use a better icon. Install vim.ico. (Christian Brabandt, closes #9931, closes #9930)
* patch 8.2.4512: the find_tags_in_file() function is much too longv8.2.4512Yegappan Lakshmanan2022-03-051-1/+1
| | | | | | Problem: The find_tags_in_file() function is much too long. Solution: Refactor into multiple smaller functions. (Yegappan Lakshmanan, closes #9892)
* patch 8.2.4284: old mac resources files are no longer usedv8.2.4284ichizok2022-02-021-4/+0
| | | | | Problem: Old mac resources files are no longer used. Solution: Delete the unused files. (Ozaki Kiichi, closes #9688)
* patch 8.2.4270: generating nv_cmdidxs.h requires building Vim twicev8.2.4270ichizok2022-01-311-0/+2
| | | | | | Problem: Generating nv_cmdidxs.h requires building Vim twice. Solution: Move the table into a separate file and use a separate executable to extract the command characters. (Ozaki Kiichi, closes #9669)
* patch 8.2.4252: generating the normal command table at runtime is inefficientv8.2.4252Yegappan Lakshmanan2022-01-291-0/+2
| | | | | | Problem: Generating the normal command table at runtime is inefficient. Solution: Generate the table with a Vim script and put it in a header file. (Yegappan Lakshmanan, closes #9648)
* patch 8.2.4213: too much code for supporting old MSVC versionsv8.2.4213K.Takata2022-01-251-1/+0
| | | | | Problem: Too much code for supporting old MSVC versions. Solution: Remove MSVC 2003 support. (Ken Takata, closes #9623)
* patch 8.2.4153: MS-Windows: Global IME is no longer supportedv8.2.4153K.Takata2022-01-201-3/+0
| | | | | Problem: MS-Windows: Global IME is no longer supported. Solution: Remove the Global IME implementation. (Ken Takata, closes #9562)
* patch 8.2.4081: CodeQL reports problem in if_cscope causing it to failv8.2.4081ichizok2022-01-131-1/+0
| | | | | | Problem: CodeQL reports problem in if_cscope causing it to fail. Solution: Use execvp() instead of execl(). Merge the header file into the source file. (Ozaki Kiichi, closes #9519)
* patch 8.2.3861: list of distributed files is outdatedv8.2.3861Bram Moolenaar2021-12-201-0/+6
| | | | | Problem: List of distributed files is outdated. Solution: Add new files.
* patch 8.2.3827: huntr badge does not really fit in the listv8.2.3827Bram Moolenaar2021-12-161-0/+1
| | | | | Problem: Huntr badge does not really fit in the list. Solution: Move the link to Huntr to the issue template.
* patch 8.2.3666: libvterm is outdatedv8.2.3666Bram Moolenaar2021-11-241-0/+1
| | | | | Problem: Libvterm is outdated. Solution: Include patches from revision 769 to revision 789.
* patch 8.2.3642: list of distributed files is outdatedv8.2.3642Bram Moolenaar2021-11-221-1/+1
| | | | | Problem: List of distributed files is outdated. Solution: Rename term.h to termdefs.h.
* patch 8.2.3606: file missing from list of distributed filesv8.2.3606Bram Moolenaar2021-11-161-0/+1
| | | | | Problem: File missing from list of distributed files. Solution: Add the file.
* patch 8.2.3562: cannot add color namesv8.2.3562Drew Vogel2021-10-241-1/+1
| | | | | Problem: Cannot add color names. Solution: Add the v:colornames dictionary. (Drew Vogel, closes #8761)
* patch 8.2.3302: Coverity is not run from githubv8.2.3302Bram Moolenaar2021-08-071-0/+1
| | | | | Problem: Coverity is not run from github. Solution: Add a coverity script. (James McCoy, closes #8714)
* patch 8.2.3301: memory allocation functions don't have their own placev8.2.3301Yegappan Lakshmanan2021-08-061-0/+2
| | | | | | Problem: Memory allocation functions don't have their own place. Solution: Move memory allocation functions to alloc.c. (Yegappan Lakshmanan, closes #8717)
* patch 8.2.3139: functions for string manipulation are spread outv8.2.3139Yegappan Lakshmanan2021-07-101-0/+2
| | | | | | Problem: Functions for string manipulation are spread out. Solution: Move string related functions to a new source file. (Yegappan Lakshmanan, closes #8470)
* patch 8.2.2928: the evalfunc.c file is too bigv8.2.2928Yegappan Lakshmanan2021-06-021-0/+2
| | | | | | Problem: The evalfunc.c file is too big. Solution: Move float related functionality to a separate file. (Yegappan Lakshmanan, closes #8287)
* patch 8.2.2883: MS-Windows manifest file name is misleadingv8.2.2883matveyt2021-05-241-1/+1
| | | | | Problem: MS-Windows manifest file name is misleading. Solution: Rename the file. (closes #8241)
* patch 8.2.2824: MS-Windows: build failure with MSVCv8.2.2824Bram Moolenaar2021-05-021-2/+2
| | | | | | Problem: MS-Windows: build failure with MSVC. Solution: Adjust the list of distributed files. Add hint about python. Adjust path for reading runtime files.
* patch 8.2.2593: list of distributed files is incompletev8.2.2593Bram Moolenaar2021-03-131-1/+2
| | | | | Problem: List of distributed files is incomplete. Solution: Add a file and rename another.
* patch 8.2.2277: missing backslashv8.2.2277Bram Moolenaar2021-01-021-1/+1
| | | | | Problem: Missing backslash. Solution: Add backslash.
* patch 8.2.2276: list of distributed files is outdatedv8.2.2276Bram Moolenaar2021-01-021-6/+9
| | | | | Problem: List of distributed files is outdated. Solution: Update the file list. Minor comment updates.
* patch 8.2.2192: Codecov on github actions failsv8.2.2192Bram Moolenaar2020-12-221-1/+1
| | | | | Problem: Codecov on github actions fails. Solution: Revert to codecov script. (Ozaki Kiichi, closes #7529)
* patch 8.2.1831: file missing from distributionv8.2.1831Bram Moolenaar2020-10-111-0/+1
| | | | | Problem: File missing from distribution. Solution: Add the github code analyses file.
* patch 8.2.1648: Amiga: no common build file for Amiga (-like) systemsv8.2.1648Bram Moolenaar2020-09-091-1/+1
| | | | | Problem: Amiga: no common build file for Amiga (-like) systems. Solution: Turn Make_morph.mak into Make_ami.mak. (Ola Söder, closes #6805)
* patch 8.2.1597: the channel source file is too bigv8.2.1597Bram Moolenaar2020-09-051-0/+2
| | | | | Problem: The channel source file is too big. Solution: Move job related code to a new source file.
* patch 8.2.1594: pull requests on github do not notify a maintainerv8.2.1594Bram Moolenaar2020-09-051-0/+1
| | | | | Problem: Pull requests on github do not notify a maintainer. Solution: Add a CODEOWNERS file with a few initial entries.
* patch 8.2.1544: cannot translate messages in a Vim scriptv8.2.1544Bram Moolenaar2020-08-301-0/+2
| | | | | | Problem: Cannot translate messages in a Vim script. Solution: Add gettext(). Try it out for a few messages in the options window.
* patch 8.2.1540: the user cannot try out emoji character widthsv8.2.1540Bram Moolenaar2020-08-291-1/+0
| | | | | Problem: The user cannot try out emoji character widths. Solution: Move the emoji script to the runtime/tools directory.
* patch 8.2.1536: cannot get the class of a character; emoji widths are wrongv8.2.1536Bram Moolenaar2020-08-281-0/+1
| | | | | | | Problem: Cannot get the class of a character; emoji widths are wrong in some environments. Solution: Add charclass(). Update some emoji widths. Add script to check emoji widths.
* patch 8.2.1444: error messages are spread out and names can be confusingv8.2.1444Bram Moolenaar2020-08-131-0/+1
| | | | | | Problem: Error messages are spread out and names can be confusing. Solution: Start moving error messages to a separate file and use clear names.
* patch 8.2.1439: tiny and small builds have no test coveragev8.2.1439Bram Moolenaar2020-08-131-4/+2
| | | | | | Problem: Tiny and small builds have no test coverage. Solution: Restore tests that do not depend on the +eval feature. (Ken Takata, closes #6696)
* patch 8.2.1422: the Mac GUI implementation is outdatedv8.2.1422Bram Moolenaar2020-08-111-2/+0
| | | | | | | Problem: The Mac GUI implementation is outdated and probably doesn't even work. Solution: Remove the Mac GUI code. The MacVim project provides the supported Vim GUI version.
* patch 8.2.1420: test 49 is old stylev8.2.1420Bram Moolenaar2020-08-111-4/+5
| | | | | | Problem: Test 49 is old style. Solution: Convert remaining parts to new style. Remove obsolete items. (Yegappan Lakshmanan, closes #6683)
* patch 8.2.1405: Vim9: vim9compile.c is getting too bigv8.2.1405Bram Moolenaar2020-08-091-0/+2
| | | | | Problem: Vim9: vim9compile.c is getting too big. Solution: Split off type code to vim9type.c.
* patch 8.2.1389: file missing from the distributionv8.2.1389Bram Moolenaar2020-08-071-0/+1
| | | | | Problem: File missing from the distribution. Solution: Add script_util.vim to the list of distributes files.
* patch 8.2.1317: MS-Windows tests on AppVeyor are slowv8.2.1317Bram Moolenaar2020-07-291-0/+1
| | | | | Problem: MS-Windows tests on AppVeyor are slow. Solution: Use GitHub Actions. (Ken Takata, closes #6569)
* patch 8.2.1269: language and locale code spread outv8.2.1269Bram Moolenaar2020-07-221-0/+2
| | | | | | Problem: Language and locale code spread out. Solution: Move relevant code to src/locale.c. (Yegappan Lakshmanan, closes #6509)