Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-23 | updated for version 7.4.212 | Bram Moolenaar | |
Problem: Now that the +visual feature is always enabled the #ifdefs for it are not useful. Solution: Remove the checks for FEAT_VISUAL. | |||
2014-03-12 | updated for version 7.4.200 | Bram Moolenaar | |
Problem: Too many #ifdefs in the code. Solution: Enable FEAT_VISUAL always, await any complaints | |||
2014-02-23 | updated for version 7.4.188 | Bram Moolenaar | |
Problem: SIZEOF_LONG clashes with similar defines in header files. Solution: Rename to a name starting with VIM_. Also for SIZEOF_INT. | |||
2013-05-18 | updated for version 7.3.968 | Bram Moolenaar | |
Problem: Multi-byte support is only available when compiled with "big" features. Solution: Include multi-byte by default, with "normal" features. | |||
2013-05-06 | updated for version 7.3.925 | Bram Moolenaar | |
Problem: Typos in source files. Solution: Fix the typos. (Ken Takata) | |||
2013-04-15 | updated for version 7.3.900 | Bram Moolenaar | |
Problem: Not obvious that some mouse features are mutual-exclusive. Solution: Add a comment. | |||
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) | |||
2013-02-14 | updated for version 7.3.819 | Bram Moolenaar | |
Problem: Compiling without +eval and with Python isn't working. Solution: Add the eval feature when building with Python. | |||
2013-01-23 | updated for version 7.3.774 | Bram Moolenaar | |
Problem: Tiny GUI version misses console dialog feature. Solution: Define FEAT_CON_DIALOG when apprpriate. (Christian Brabandt) | |||
2012-10-21 | updated for version 7.3.700 | Bram Moolenaar | |
Problem: Cannot detect URXVT and SGR mouse support. Solution: add +mouse_urxvt and +mouse_sgr. (Hayaki Saito) | |||
2012-08-15 | updated for version 7.3.632 | Bram Moolenaar | |
Problem: Cannot select beyond 222 columns with the mouse in xterm. Solution: Add support for SGR mouse tracking. (Hayaki Saito) | |||
2012-04-25 | updated for version 7.3.505 | Bram Moolenaar | |
Problem: Test 11 fails on MS-Windows in some versions. Solution: Fix #ifdefs for whether filtering through a pipe is possible. Move setting b_no_eol_lnum back to where it was before patch 7.3.124. (David Pope) | |||
2011-10-20 | updated for version 7.3.343 | Bram Moolenaar | |
Problem: No mouse support for urxvt. Solution: Implement urxvt mouse support, also for > 252 columns. (Yiding Jia) | |||
2011-05-19 | updated for version 7.3.191 | Bram Moolenaar | |
Problem: Still some RISC OS stuff to remove. Solution: Remove files and lines. (Hong Xu) Remove the 'osfiletype' option code. | |||
2010-07-27 | Fix build warnings and problems for tiny/small Win32 build. (Mike Williams) | Bram Moolenaar | |
2010-07-23 | Add the 'concealcursor' option to decide when the cursor line is to be | Bram Moolenaar | |
concealed or not. Rename 'conc' to 'cole' as the short name for 'conceallevel'. | |||
2010-07-17 | Whitespace cleanup. | Bram Moolenaar | |
2010-07-14 | Added Lua interfae. (Luis Carvalho) | Bram Moolenaar | |
2010-06-26 | Change remaining HAVE_GTK2 to FEAT_GUI_GTK. | Bram Moolenaar | |
2010-06-06 | Fix a few compiler warnings. Fix crash with encrypted undo file. | Bram Moolenaar | |
2010-06-05 | Add the conceal patch from Vince Negri. | Bram Moolenaar | |
2010-06-03 | Add patch to improve support of z/OS (OS/390). (Ralf Schandl) | Bram Moolenaar | |
2010-05-30 | A bit of cleanup and simplification for undofile. | Bram Moolenaar | |
2010-05-23 | Included patch for persistent undo. Lots of changes and added test. | 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 | |
2009-11-03 | updated for version 7.2-269 | Bram Moolenaar | |
2008-11-09 | updated for version 7.2-031 | Bram Moolenaar | |
2008-08-06 | updated for version 7.2c-000 | Bram Moolenaar | |
2008-06-24 | updated for version 7.2a | Bram Moolenaar | |
2007-08-03 | updated for version 7.1-049 | Bram Moolenaar | |
2007-05-10 | updated for version 7.1b | Bram Moolenaar | |
2007-05-06 | updated for version 7.1a | Bram Moolenaar | |
2007-04-26 | updated for version 7.0-232 | Bram Moolenaar | |
2006-11-01 | updated for version 7.0-156 | Bram Moolenaar | |
2006-04-27 | updated for version 7.0f02 | Bram Moolenaar | |
2006-04-20 | updated for version 7.0e04 | Bram Moolenaar | |
2006-04-06 | updated for version 7.0c11 | Bram Moolenaar | |
2006-04-05 | updated for version 7.0c10 | Bram Moolenaar | |
2006-03-27 | updated for version 7.0c01 | Bram Moolenaar | |
2006-03-27 | updated for version 7.0c | Bram Moolenaar | |
2006-03-21 | updated for version 7.0231 | Bram Moolenaar | |
2006-03-12 | updated for version 7.0222 | Bram Moolenaar | |
2006-03-06 | updated for version 7.0216 | Bram Moolenaar | |
2006-02-27 | updated for version 7.0208 | Bram Moolenaar | |
2006-02-24 | updated for version 7.0206 | Bram Moolenaar | |
2006-01-12 | updated for version 7.0179 | Bram Moolenaar | |
2005-12-12 | updated for version 7.0168 | Bram Moolenaar | |
2005-12-06 | updated for version 7.0163 | Bram Moolenaar | |
2005-09-25 | updated for version 7.0150 | Bram Moolenaar | |