Commit Graph

138 Commits

Author SHA1 Message Date
1abc52c159 patch 7.4.2056
Problem:    Build fails.
Solution:   Add missing changes.
2016-07-17 15:06:51 +02:00
a06ecab7a5 patch 7.4.2048
Problem:    There is still code and help for unsupported systems.
Solution:   Remove the code and text. (Hirohito Higashi)
2016-07-16 14:47:36 +02:00
75464dc434 patch 7.4.1983
Problem:    farsi.c and arabic.c are included in a strange way.
Solution:   Build them like other files.
2016-07-02 20:27:50 +02:00
509ce2a558 patch 7.4.1537
Problem:    Too many feature flags for pipes, jobs and channels.
Solution:   Only use FEAT_JOB_CHANNEL.
2016-03-11 22:52:15 +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
e89ff0472b patch 7.4.1375
Problem:    Still some Win16 code.
Solution:   Remove FEAT_GUI_W16.(Hirohito Higashi)
2016-02-20 22:17:05 +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
ba4ef2757c patch 7.4.1216
Problem:    Still using HAVE_STDARG_H.
Solution:   Assume it's always defined.
2016-01-30 21:48:49 +01:00
d99df423c5 patch 7.4.1200
Problem:    Still using __ARGS.
Solution:   Remove __ARGS in several files. (script by Hirohito Higashi)
2016-01-29 23:20:40 +01:00
e0874f8cbc patch 7.4.1169
Problem:    The socket I/O is intertwined with the netbeans code.
Solution:   Start refactoring the netbeans communication to split off the
            socket I/O.  Add the +channel feature.
2016-01-24 20:36:41 +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
8f4ac01544 updated for version 7.4.399
Problem:    Encryption implementation is messy.  Blowfish encryption has a
            weakness.
Solution:   Refactor the encryption, store the state in an allocated struct
            instead of using a save/restore mechanism.  Introduce the
            "blowfish2" method, which does not have the weakness and encrypts
            the whole undo file. (largely by David Leadbeater)
2014-08-10 13:38:34 +02:00
693e40c2cd updated for version 7.3.836
Problem:    Clipboard does not work on Win32 when compiled with Cygwin.
Solution:   Move the Win32 clipboard code to a separate file and use it when
            building with os_unix.c. (Frodak Baksik, Ken Takata)
2013-02-26 14:56:42 +01:00
e60acc180b updated for version 7.3.187
Problem:    The RISC OS port has obvious errors and is not being maintained.
Solution:   Remove the RISC OS files and code.
2011-05-10 16:41:25 +02:00
bd5e15fd5c Added support for Python 3. (Roland Puntaier) 2010-07-17 21:19:38 +02:00
0ba042961f Added Lua interfae. (Luis Carvalho) 2010-07-14 23:23:17 +02:00
d43848c0dd Fix a few compiler warnings. 2010-07-14 14:28:26 +02:00
a800b42975 Add file save counter to undo information. Add undotree() function. 2010-06-27 01:15:55 +02:00
80794b1ce6 Added salt to blowfish encryption. 2010-06-13 05:20:42 +02:00
67c5384434 Included the patch to support netbeans in a terminal. 2010-05-22 18:28:27 +02:00
40e6a71c67 Add the blowfish encryption patch from Mohsin Ahmed. Needs more work. 2010-05-16 22:32:54 +02:00
c01140a1a0 updated for version 7.0b 2006-03-24 22:21:52 +00:00
db00351723 updated for version 7.0225 2006-03-15 22:48:35 +00:00
cef9dcc37e updated for version 7.0163 2005-12-06 19:50:41 +00:00
bb15b65864 updated for version 7.0153 2005-10-03 21:52:09 +00:00
da2303d96b updated for version 7.0139 2005-08-30 21:55:26 +00:00
3a6c56e422 updated for version 7.0120 2005-07-30 22:37:17 +00:00
4be06f9e1b updated for version 7.0119 2005-07-29 22:36:03 +00:00
58d9823409 updated for version 7.0114 2005-07-23 22:25:46 +00:00
9c13b359b4 updated for version 7.0073 2005-05-19 20:53:52 +00:00
2e4096b077 updated for version 7.0062 2005-03-20 22:25:45 +00:00
aab21c3533 updated for version 7.0044 2005-01-25 21:46:35 +00:00
383f9bc302 updated for version 7.0042 2005-01-19 22:18:32 +00:00
e8dcf625b9 updated for version 7.0030 2005-01-04 21:12:13 +00:00
dfccaf0f00 updated for version 7.0027 2004-12-31 20:56:11 +00:00
325b7a2fb5 updated for version 7.0006 2004-07-05 15:58:32 +00:00
843ee41eb8 updated for version 7.0003 2004-06-30 16:16:41 +00:00
071d4279d6 updated for version 7.0001 2004-06-13 20:20:40 +00:00