cff572abb9
patch 7.4.1602
...
Problem: Info files take space in the top directory.
Solution: Move them to "READMEdir".
2016-03-19 16:24:14 +01:00
818c9e7edf
patch 7.4.1601
...
Problem: README files take a lot of space in the top directory.
Solution: Move most of them to "READMEdir".
2016-03-19 16:09:42 +01:00
062cc1857d
patch 7.4.1600
...
Problem: libs directory is not useful.
Solution: Remove arp.library, it was only for very old Amiga versions.
2016-03-19 15:25:51 +01:00
e98991b8cf
patch 7.4.1436
...
Problem: Sniff files still referenced in distribution.
Solution: Remove sniff files from distribution.
2016-02-27 19:26:01 +01:00
6e722e2f94
patch 7.4.1425
...
Problem: There are still references to MS-DOS support.
Solution: Remove most of the help txt and install instructions. (Ken Takata)
2016-02-26 19:58:58 +01:00
265f64efcf
patch 7.4.1417
...
Problem: Missing appveyor.bat from the distribution.
Solution: Add it to the list of files.
2016-02-25 20:37:40 +01:00
48e330aff9
patch 7.4.1399
...
Problem: The MS-DOS code does not build.
Solution: Remove the old MS-DOS code.
2016-02-23 14:53:34 +01:00
cf7164a088
patch 7.4.1364
...
Problem: The Win 16 code is not maintained and unused.
Solution: Remove the Win 16 support.
2016-02-20 13:55:06 +01:00
bf087cead9
patch 7.4.1251
...
Problem: New test file missing from distribution.
Solution: Add src/testdir/*.py.
2016-02-03 21:56:42 +01:00
d087566a41
patch 7.4.1245
...
Problem: File missing from distribution.
Solution: Add json_test.c.
2016-02-02 20:52:42 +01:00
0e7f88e73e
patch 7.4.1170
...
Problem: Missing changes in src/Makefile, Filelist.
Solution: Add the missing changes.
2016-01-24 20:41:51 +01:00
520e1e41f3
patch 7.4.1154
...
Problem: No support for JSON.
Solution: Add jsonencode() and jsondecode(). Also add v:false, v:true,
v:null and v:none.
2016-01-23 19:46:28 +01:00
d125001297
patch 7.4.1103
...
Problem: Removed file still in distribution.
Solution: Remove Make_cyg.mak from the list of files.
2016-01-16 15:45:15 +01:00
b86a343280
patch 7.4.1079
...
Problem: New include file missing from distribution. Missing changes to
quickfix code.
Solution: Add alloc.h to the list of distributed files. Use the enum in
quickfix code.
2016-01-10 16:00:53 +01:00
022b896592
patch 7.4.1041
...
Problem: Various small things.
Solution: Add file to list of distributed files. Adjust README. Fix typo.
2016-01-03 22:16:20 +01:00
92c23d8ab8
patch 7.4.1028
...
Problem: Nsis version file missing from the distribution.
Solution: Add the file to the list.
2016-01-02 18:08:01 +01:00
39373819fd
patch 7.4.1019
...
Problem: Directory listing of "src" is too long.
Solution: Rename the resources file to make it shorter.
2016-01-01 17:20:27 +01:00
8dfc5eb328
patch 7.4.1016
...
Problem: Still a few OS/2 pieces remain.
Solution: Delete more.
2015-12-31 22:37:52 +01:00
2bf2417612
patch 7.4.1011
...
Problem: Can't build with Strawberry Perl.
Solution: Include stdbool.h. (Ken Takata, closes #328 )
2015-12-31 20:54:51 +01:00
e292d80bed
patch 7.4.996
...
Problem: New GDK files and testdir/Make_all.mak missing from distribution.
PC build instructions are outdated.
Solution: Add the file to the list. Update PC build instructions.
2015-12-29 19:03:21 +01:00
683fa185a4
patch 7.4.945
...
Problem: New style testing is incomplete.
Solution: Add the runtest script to the list of distributed files.
Add the new functions to the function overview.
Rename the functions to match Vim function style.
Move undolevels testing into a new style test script.
2015-11-30 21:38:24 +01:00
6407b3e80d
patch 7.4.904
...
Problem: Vim does not provide .desktop files.
Solution: Include and install .desktop files. (James McCoy, closes #455 )
2015-11-02 12:50:55 +01:00
0600f3511c
patch 7.4.872
...
Problem: Not using CI services available.
Solution: Add configuration files for travis and appveyor. (PR #401 )
2015-09-15 19:18:18 +02:00
6017f3799d
patch 7.4.846
...
Problem: Some GitHub users don't know how to use issues.
Solution: Add a file that explains the basics of contributing.
2015-09-01 17:50:48 +02:00
694cac7a35
patch 7.4.777
...
Problem: The README file doesn't look nice on github.
Solution: Add a markdown version of the README file.
2015-07-10 19:22:03 +02:00
c3940c76e8
updated for version 7.4.501
...
Problem: Typo in file pattern.
Solution: Insert a slash and remove a dot.
2014-11-05 17:04:18 +01:00
fda3729a06
updated for version 7.4.497
...
Problem: With some regexp patterns the NFA engine uses many states and
becomes very slow. To the user it looks like Vim freezes.
Solution: When the number of states reaches a limit fall back to the old
engine. (Christian Brabandt)
2014-11-05 14:27:36 +01:00
4f7e821f26
updated for version 7.4.496
...
Problem: Many lines are both in Make_cyg.mak and Make_ming.mak
Solution: Move the common parts to one file. (Ken Takata)
2014-11-05 13:53:32 +01:00
96f3a49b3b
updated for version 7.4.426
...
Problem: README File missing from list of files.
Solution: Update the list of files.
2014-08-29 15:12:54 +02:00
d21e8b3a17
updated for version 7.4.400
...
Problem: List of distributed files is incomplete.
Solution: Add recently added files.
2014-08-10 13:46:36 +02:00
46ae3cedeb
updated for version 7.4.287
...
Problem: Patches for .hgignore don't work, since the file is not in the
distribution.
Solution: Add .hgignore to the distribution. Will be effective with the
next version.
2014-05-13 13:52:38 +02:00
355a95a079
updated for version 7.4.268
...
Problem: Using exists() on a funcref for a script-local function does not
work.
Solution: Translate <SNR> to the special byte sequence. Add a test.
2014-04-29 14:03:02 +02:00
e9a54227f9
updated for version 7.4.250
...
Problem: Some test files missing from distribution.
Solution: Add pattern for newly added tests.
2014-04-05 21:59:39 +02:00
4a36bcf0d8
updated for version 7.4.156
...
Problem: Test file missing from distribution.
Solution: Add new directory to file list.
2014-01-23 14:26:24 +01:00
a3fe8fe632
updated for version 7.4a.015
...
Problem: No Japanese man pages.
Solution: Add Japanese translations of man pages. (Ken Takata, Yukihiro
Nakadaira, et al.)
2013-07-13 15:33:20 +02:00
c8c13a0307
updated for version 7.3.1241
...
Problem: Some test files missing from the distribution.
Solution: Update the list of files.
2013-06-24 22:23:55 +02:00
9f3685a527
updated for version 7.3.1172
...
Problem: Python 2: loading modules doesn't work well.
Solution: Fix the code. Add more tests. (ZyX)
2013-06-12 14:20:36 +02:00
a9f2220176
updated for version 7.3.1166
...
Problem: Loading Python modules is not tested.
Solution: Enable commented-out tests, add missing files. (ZyX)
2013-06-11 18:48:21 +02:00
fbc0d2ea1e
updated for version 7.3.970
...
Problem: Syntax highlighting can be slow.
Solution: Include the NFA regexp engine. Add the 'regexpengine' option to
select which one is used. (various authors, including Ken Takata,
Andrei Aiordachioaie, Russ Cox, Xiaozhou Liua, Ian Young)
2013-05-19 19:40:29 +02:00
84e80b51d1
updated for version 7.3.846
...
Problem: Missing proto files.
Solution: Add the files.
2013-03-07 13:32:36 +01:00
e468e266c4
updated for version 7.3.839
...
Problem: Some files missing in the list of distributed files.
Solution: Add lines for new files.
2013-02-26 17:59:43 +01:00
7d11244c99
updated for version 7.3.681
...
Problem: List of distributed files picks up backup files.
Solution: Make tutor patterns more specific.
2012-10-03 21:48:43 +02:00
14f5827940
updated for version 7.3.680
...
Problem: Some files missing in the list of distributed files.
Solution: Add lines for new files.
2012-10-03 21:33:41 +02:00
c6c1d8b802
updated for version 7.3.639
...
Problem: It's not easy to build Vim on Windows with XPM support.
Solution: Include the required files, they are quite small. Update the
MSVC makefile to use them. Binary files are in the next patch.
(Sergey Khorev)
2012-08-29 14:18:33 +02:00
c2ece10274
updated for version 7.3.602
...
Problem: Missing files in distribution.
Solution: Update the list of files.
2012-07-16 17:28:11 +02:00
a4594f6b82
updated for version 7.3.339
...
Problem: "make shadow" doesn't link all test files.
Solution: Add a line in Makefile and Filelist.
2011-10-20 16:35:35 +02:00
2369e35b39
updated for version 7.3.326
...
Problem: MingW 4.6 no longer supports the -mno-cygwin option.
Solution: Split the Cygwin and MingW makefiles. (Matsushita Shougo)
2011-09-30 16:56:02 +02:00
536d95f617
updated for version 7.3.209
...
Problem: MSVC Install instructions point to wrong batch file.
Solution: Add a batch file for use with MSVC 10.
2011-06-12 20:36:09 +02:00
b07269a548
updated for version 7.3.191
...
Problem: Still some RISC OS stuff to remove.
Solution: Remove files and lines. (Hong Xu)
Remove the 'osfiletype' option code.
2011-05-19 13:41:14 +02:00
1bfb61e80b
updated for version 7.3.188
...
Problem: More RISC OS files to remove.
Solution: Remove them. Update the file list.
2011-05-10 17:21:56 +02:00