summaryrefslogtreecommitdiffstats
path: root/Filelist
AgeCommit message (Collapse)Author
2023-06-11patch 9.0.1627: no generic mechanism to test syntax pluginsv9.0.1627Bram Moolenaar
Problem: No generic mechanism to test syntax plugins. Solution: Add a syntax plugin test mechanism, using screendumps. Add a simple test for "c".
2023-04-22patch 9.0.1479: small source file problems; outdated list of distrib. filesv9.0.1479Bram Moolenaar
Problem: Small source file problems; outdated list of distributed files. Solution: Small updates to source files and list of distributed files.
2022-12-08patch 9.0.1029: autoload directory missing from distributionv9.0.1029Bram Moolenaar
Problem: Autoload directory missing from distribution. Solution: Add the autoload/zig directory to the list of distributed files.
2022-12-07patch 9.0.1027: LGTM is soon shutting downv9.0.1027Philip H
Problem: LGTM is soon shutting down. Solution: Remove LGTM from CI. (closes #11671)
2022-12-04patch 9.0.1001: classes are not documented or implemented yetv9.0.1001Bram Moolenaar
Problem: Classes are not documented or implemented yet. Solution: Make the first steps at documenting Vim9 objects, classes and interfaces. Make initial choices for the syntax. Add a skeleton implementation. Add "public" and "this" in the command table.
2022-12-02patch 9.0.0987: file missing from list of distributed filesv9.0.0987Bram Moolenaar
Problem: File missing from list of distributed files. Solution: Add logfile.pro to list of distributed files.
2022-11-30patch 9.0.0977: it is not easy to see what client-server commands are doingv9.0.0977Bram Moolenaar
Problem: It is not easy to see what client-server commands are doing. Solution: Add channel log messages if ch_log() is available. Move the channel logging and make it available with the +eval feature.
2022-11-18patch 9.0.0904: various comment and indent flawsv9.0.0904Bram Moolenaar
Problem: Various comment and indent flaws. Solution: Improve comments and indenting.
2022-11-15patch 9.0.0887: cannot easily try out what codes various keys producev9.0.0887Bram Moolenaar
Problem: Cannot easily try out what codes various keys produce. Solution: Add a script to gather key code information, with an initial list of codes to compare with.
2022-10-08patch 9.0.0698: VisVim is outdated, does not work with current Visual Studiov9.0.0698Martin Tournoij
Problem: VisVim is outdated, does not work with current Visual Studio. Solution: Remove VisVim. (Martin Tournoij)
2022-09-26patch 9.0.0595: extra newline in messages after a verbose shell messagev9.0.0595Bram Moolenaar
Problem: Extra newline in messages after a verbose shell message. Solution: Output the newline with msg_putchar_attr(). (closes #11233) Make it possible to filter a screendump before comparing it.
2022-09-21patch 9.0.0528: MS-Windows: no batch files for more recent MSVC versionsv9.0.0528K.Takata
Problem: MS-Windows: no batch files for more recent MSVC versions. Solution: Add batch files for 2017, 2019 and 2022. (Ken Takata, closes #11184)
2022-09-20patch 9.0.0524: build instructions for MS-Windows are outdatedv9.0.0524Bram Moolenaar
Problem: Build instructions for MS-Windows are outdated. Solution: Remove instructions for old MSVC versions.
2022-09-09patch 9.0.0421: MS-Windows makefiles are inconsistently namedv9.0.0421K.Takata
Problem: MS-Windows makefiles are inconsistently named. Solution: Use consistent names. (Ken Takata, closes #11088)
2022-08-15Update runtime filesBram Moolenaar
2022-07-02patch 9.0.0029: the bitmaps/vim.ico file is not in the distributionv9.0.0029Bram Moolenaar
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.
2022-07-01Update runtime filesBram Moolenaar
2022-06-28release version 9.0v9.0.0000Bram Moolenaar
Problem: About time to release Vim 9.0. Solution: Update the version number everywhere.
2022-06-23patch 8.2.5154: still mentioning version8, some cosmetic issuesv8.2.5154Bram Moolenaar
Problem: Still mentioning version8, some cosmetic issues. Solution: Prefer mentioning version9, cosmetic improvements.
2022-06-14patch 8.2.5090: MS-Windows: vim.def is no longer usedv8.2.5090K.Takata
Problem: MS-Windows: vim.def is no longer used. Solution: Delete vim.def. (Ken Takata, closes #10569)
2022-05-06patch 8.2.4891: Vim help presentation could be betterv8.2.4891Bram Moolenaar
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.
2022-04-03patch 8.2.4677: the Athena GUI support is outdatedv8.2.4677Bram Moolenaar
Problem: The Athena GUI support is outdated. Solution: Remove the Athena GUI code.
2022-03-11patch 8.2.4545: MS-Windows: the installed icon is low resolutionv8.2.4545Christian Brabandt
Problem: MS-Windows: the installed icon is low resolution. Solution: Use a better icon. Install vim.ico. (Christian Brabandt, closes #9931, closes #9930)
2022-03-05patch 8.2.4512: the find_tags_in_file() function is much too longv8.2.4512Yegappan Lakshmanan
Problem: The find_tags_in_file() function is much too long. Solution: Refactor into multiple smaller functions. (Yegappan Lakshmanan, closes #9892)
2022-02-02patch 8.2.4284: old mac resources files are no longer usedv8.2.4284ichizok
Problem: Old mac resources files are no longer used. Solution: Delete the unused files. (Ozaki Kiichi, closes #9688)
2022-01-31patch 8.2.4270: generating nv_cmdidxs.h requires building Vim twicev8.2.4270ichizok
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)
2022-01-29patch 8.2.4252: generating the normal command table at runtime is inefficientv8.2.4252Yegappan Lakshmanan
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)
2022-01-25patch 8.2.4213: too much code for supporting old MSVC versionsv8.2.4213K.Takata
Problem: Too much code for supporting old MSVC versions. Solution: Remove MSVC 2003 support. (Ken Takata, closes #9623)
2022-01-20patch 8.2.4153: MS-Windows: Global IME is no longer supportedv8.2.4153K.Takata
Problem: MS-Windows: Global IME is no longer supported. Solution: Remove the Global IME implementation. (Ken Takata, closes #9562)
2022-01-13patch 8.2.4081: CodeQL reports problem in if_cscope causing it to failv8.2.4081ichizok
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)
2021-12-20patch 8.2.3861: list of distributed files is outdatedv8.2.3861Bram Moolenaar
Problem: List of distributed files is outdated. Solution: Add new files.
2021-12-16patch 8.2.3827: huntr badge does not really fit in the listv8.2.3827Bram Moolenaar
Problem: Huntr badge does not really fit in the list. Solution: Move the link to Huntr to the issue template.
2021-11-24patch 8.2.3666: libvterm is outdatedv8.2.3666Bram Moolenaar
Problem: Libvterm is outdated. Solution: Include patches from revision 769 to revision 789.
2021-11-22patch 8.2.3642: list of distributed files is outdatedv8.2.3642Bram Moolenaar
Problem: List of distributed files is outdated. Solution: Rename term.h to termdefs.h.
2021-11-16patch 8.2.3606: file missing from list of distributed filesv8.2.3606Bram Moolenaar
Problem: File missing from list of distributed files. Solution: Add the file.
2021-10-24patch 8.2.3562: cannot add color namesv8.2.3562Drew Vogel
Problem: Cannot add color names. Solution: Add the v:colornames dictionary. (Drew Vogel, closes #8761)
2021-08-07patch 8.2.3302: Coverity is not run from githubv8.2.3302Bram Moolenaar
Problem: Coverity is not run from github. Solution: Add a coverity script. (James McCoy, closes #8714)
2021-08-06patch 8.2.3301: memory allocation functions don't have their own placev8.2.3301Yegappan Lakshmanan
Problem: Memory allocation functions don't have their own place. Solution: Move memory allocation functions to alloc.c. (Yegappan Lakshmanan, closes #8717)
2021-07-10patch 8.2.3139: functions for string manipulation are spread outv8.2.3139Yegappan Lakshmanan
Problem: Functions for string manipulation are spread out. Solution: Move string related functions to a new source file. (Yegappan Lakshmanan, closes #8470)
2021-06-02patch 8.2.2928: the evalfunc.c file is too bigv8.2.2928Yegappan Lakshmanan
Problem: The evalfunc.c file is too big. Solution: Move float related functionality to a separate file. (Yegappan Lakshmanan, closes #8287)
2021-05-24patch 8.2.2883: MS-Windows manifest file name is misleadingv8.2.2883matveyt
Problem: MS-Windows manifest file name is misleading. Solution: Rename the file. (closes #8241)
2021-05-02patch 8.2.2824: MS-Windows: build failure with MSVCv8.2.2824Bram Moolenaar
Problem: MS-Windows: build failure with MSVC. Solution: Adjust the list of distributed files. Add hint about python. Adjust path for reading runtime files.
2021-03-13patch 8.2.2593: list of distributed files is incompletev8.2.2593Bram Moolenaar
Problem: List of distributed files is incomplete. Solution: Add a file and rename another.
2021-01-02patch 8.2.2277: missing backslashv8.2.2277Bram Moolenaar
Problem: Missing backslash. Solution: Add backslash.
2021-01-02patch 8.2.2276: list of distributed files is outdatedv8.2.2276Bram Moolenaar
Problem: List of distributed files is outdated. Solution: Update the file list. Minor comment updates.
2020-12-22patch 8.2.2192: Codecov on github actions failsv8.2.2192Bram Moolenaar
Problem: Codecov on github actions fails. Solution: Revert to codecov script. (Ozaki Kiichi, closes #7529)
2020-10-11patch 8.2.1831: file missing from distributionv8.2.1831Bram Moolenaar
Problem: File missing from distribution. Solution: Add the github code analyses file.
2020-09-09patch 8.2.1648: Amiga: no common build file for Amiga (-like) systemsv8.2.1648Bram Moolenaar
Problem: Amiga: no common build file for Amiga (-like) systems. Solution: Turn Make_morph.mak into Make_ami.mak. (Ola Söder, closes #6805)
2020-09-05patch 8.2.1597: the channel source file is too bigv8.2.1597Bram Moolenaar
Problem: The channel source file is too big. Solution: Move job related code to a new source file.
2020-09-05patch 8.2.1594: pull requests on github do not notify a maintainerv8.2.1594Bram Moolenaar
Problem: Pull requests on github do not notify a maintainer. Solution: Add a CODEOWNERS file with a few initial entries.