Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-29 | patch 7.4.2293 | Bram Moolenaar | |
Problem: Modelines in source code are inconsistant. Solution: Use the same line in most files. Add 'noet'. (Naruhiko Nishino) | |||
2016-07-19 | patch 7.4.2069 | Bram Moolenaar | |
Problem: spell.c is too big. Solution: Split it in spell file handling and spell checking. | |||
2016-07-17 | patch 7.4.2063 | Bram Moolenaar | |
Problem: eval.c is still too big. Solution: Split off internal functions to evalfunc.c. | |||
2016-07-17 | patch 7.4.2058 | Bram Moolenaar | |
Problem: eval.c is too big. Solution: Move user functions to userfunc.c | |||
2016-07-17 | patch 7.4.2057 | Bram Moolenaar | |
Problem: eval.c is too big. Solution: Move List functions to list.c | |||
2016-07-17 | patch 7.4.2056 | Bram Moolenaar | |
Problem: Build fails. Solution: Add missing changes. | |||
2016-07-16 | patch 7.4.2048 | Bram Moolenaar | |
Problem: There is still code and help for unsupported systems. Solution: Remove the code and text. (Hirohito Higashi) | |||
2016-07-02 | patch 7.4.1983 | Bram Moolenaar | |
Problem: farsi.c and arabic.c are included in a strange way. Solution: Build them like other files. | |||
2016-03-11 | patch 7.4.1537 | Bram Moolenaar | |
Problem: Too many feature flags for pipes, jobs and channels. Solution: Only use FEAT_JOB_CHANNEL. | |||
2016-02-23 | patch 7.4.1399 | Bram Moolenaar | |
Problem: The MS-DOS code does not build. Solution: Remove the old MS-DOS code. | |||
2016-02-20 | patch 7.4.1375 | Bram Moolenaar | |
Problem: Still some Win16 code. Solution: Remove FEAT_GUI_W16.(Hirohito Higashi) | |||
2016-02-20 | patch 7.4.1364 | Bram Moolenaar | |
Problem: The Win 16 code is not maintained and unused. Solution: Remove the Win 16 support. | |||
2016-01-30 | patch 7.4.1216 | Bram Moolenaar | |
Problem: Still using HAVE_STDARG_H. Solution: Assume it's always defined. | |||
2016-01-29 | patch 7.4.1200 | Bram Moolenaar | |
Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi) | |||
2016-01-24 | patch 7.4.1169 | Bram Moolenaar | |
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-23 | patch 7.4.1154 | Bram Moolenaar | |
Problem: No support for JSON. Solution: Add jsonencode() and jsondecode(). Also add v:false, v:true, v:null and v:none. | |||
2014-08-10 | updated for version 7.4.399 | Bram Moolenaar | |
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) | |||
2013-02-26 | updated for version 7.3.836 | Bram Moolenaar | |
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) | |||
2011-05-10 | updated for version 7.3.187 | Bram Moolenaar | |
Problem: The RISC OS port has obvious errors and is not being maintained. Solution: Remove the RISC OS files and code. | |||
2010-07-17 | Added support for Python 3. (Roland Puntaier) | Bram Moolenaar | |
2010-07-14 | Added Lua interfae. (Luis Carvalho) | Bram Moolenaar | |
2010-07-14 | Fix a few compiler warnings. | Bram Moolenaar | |
2010-06-27 | Add file save counter to undo information. Add undotree() function. | Bram Moolenaar | |
2010-06-13 | Added salt to blowfish encryption. | Bram Moolenaar | |
2010-05-22 | Included the patch to support netbeans in a terminal. | Bram Moolenaar | |
2010-05-16 | Add the blowfish encryption patch from Mohsin Ahmed. Needs more work. | Bram Moolenaar | |
2006-03-24 | updated for version 7.0b | Bram Moolenaar | |
2006-03-15 | updated for version 7.0225 | Bram Moolenaar | |
2005-12-06 | updated for version 7.0163 | Bram Moolenaar | |
2005-10-03 | updated for version 7.0153 | Bram Moolenaar | |
2005-08-30 | updated for version 7.0139 | Bram Moolenaar | |
2005-07-30 | updated for version 7.0120 | Bram Moolenaar | |
2005-07-29 | updated for version 7.0119 | Bram Moolenaar | |
2005-07-23 | updated for version 7.0114 | Bram Moolenaar | |
2005-05-19 | updated for version 7.0073 | Bram Moolenaar | |
2005-03-20 | updated for version 7.0062 | Bram Moolenaar | |
2005-01-25 | updated for version 7.0044 | Bram Moolenaar | |
2005-01-19 | updated for version 7.0042 | Bram Moolenaar | |
2005-01-04 | updated for version 7.0030 | Bram Moolenaar | |
2004-12-31 | updated for version 7.0027 | Bram Moolenaar | |
2004-07-05 | updated for version 7.0006 | Bram Moolenaar | |
2004-06-30 | updated for version 7.0003 | Bram Moolenaar | |
2004-06-13 | updated for version 7.0001 | Bram Moolenaar | |