summaryrefslogtreecommitdiffstats
path: root/src/feature.h
AgeCommit message (Collapse)Author
2014-11-30updated for version 7.4.538v7.4.538Bram Moolenaar
Problem: Tests fail with small features plus Python. Solution: Disallow weird combination of options. Do not set "fdm" when folding is disabled.
2014-03-23updated for version 7.4.212v7.4.212Bram 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-12updated for version 7.4.200v7.4.200Bram Moolenaar
Problem: Too many #ifdefs in the code. Solution: Enable FEAT_VISUAL always, await any complaints
2014-02-23updated for version 7.4.188v7.4.188Bram 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-18updated for version 7.3.968v7.3.968Bram Moolenaar
Problem: Multi-byte support is only available when compiled with "big" features. Solution: Include multi-byte by default, with "normal" features.
2013-05-06updated for version 7.3.925v7.3.925Bram Moolenaar
Problem: Typos in source files. Solution: Fix the typos. (Ken Takata)
2013-04-15updated for version 7.3.900v7.3.900Bram Moolenaar
Problem: Not obvious that some mouse features are mutual-exclusive. Solution: Add a comment.
2013-02-26updated for version 7.3.836v7.3.836Bram 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-14updated for version 7.3.819v7.3.819Bram Moolenaar
Problem: Compiling without +eval and with Python isn't working. Solution: Add the eval feature when building with Python.
2013-01-23updated for version 7.3.774v7.3.774Bram Moolenaar
Problem: Tiny GUI version misses console dialog feature. Solution: Define FEAT_CON_DIALOG when apprpriate. (Christian Brabandt)
2012-10-21updated for version 7.3.700v7.3.700Bram Moolenaar
Problem: Cannot detect URXVT and SGR mouse support. Solution: add +mouse_urxvt and +mouse_sgr. (Hayaki Saito)
2012-08-15updated for version 7.3.632v7.3.632Bram Moolenaar
Problem: Cannot select beyond 222 columns with the mouse in xterm. Solution: Add support for SGR mouse tracking. (Hayaki Saito)
2012-04-25updated for version 7.3.505v7.3.505Bram 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-20updated for version 7.3.343v7.3.343Bram Moolenaar
Problem: No mouse support for urxvt. Solution: Implement urxvt mouse support, also for > 252 columns. (Yiding Jia)
2011-05-19updated for version 7.3.191v7.3.191Bram Moolenaar
Problem: Still some RISC OS stuff to remove. Solution: Remove files and lines. (Hong Xu) Remove the 'osfiletype' option code.
2010-07-27Fix build warnings and problems for tiny/small Win32 build. (Mike Williams)Bram Moolenaar
2010-07-23Add the 'concealcursor' option to decide when the cursor line is to beBram Moolenaar
concealed or not. Rename 'conc' to 'cole' as the short name for 'conceallevel'.
2010-07-17Whitespace cleanup.Bram Moolenaar
2010-07-14Added Lua interfae. (Luis Carvalho)Bram Moolenaar
2010-06-26Change remaining HAVE_GTK2 to FEAT_GUI_GTK.Bram Moolenaar
2010-06-06Fix a few compiler warnings. Fix crash with encrypted undo file.Bram Moolenaar
2010-06-05Add the conceal patch from Vince Negri.Bram Moolenaar
2010-06-03Add patch to improve support of z/OS (OS/390). (Ralf Schandl)Bram Moolenaar
2010-05-30A bit of cleanup and simplification for undofile.Bram Moolenaar
2010-05-23Included patch for persistent undo. Lots of changes and added test.Bram Moolenaar
2010-05-22Included the patch to support netbeans in a terminal.Bram Moolenaar
2010-05-16Add the blowfish encryption patch from Mohsin Ahmed. Needs more work.Bram Moolenaar
2009-11-03updated for version 7.2-269v7.2.269Bram Moolenaar
2008-11-09updated for version 7.2-031v7.2.031Bram Moolenaar
2008-08-06updated for version 7.2c-000v7.2c.000Bram Moolenaar
2008-06-24updated for version 7.2aBram Moolenaar
2007-08-03updated for version 7.1-049v7.1.049Bram Moolenaar
2007-05-10updated for version 7.1bBram Moolenaar
2007-05-06updated for version 7.1aBram Moolenaar
2007-04-26updated for version 7.0-232v7.0.232Bram Moolenaar
2006-11-01updated for version 7.0-156v7.0.156Bram Moolenaar
2006-04-27updated for version 7.0f02v7.0f02Bram Moolenaar
2006-04-20updated for version 7.0e04v7.0e04Bram Moolenaar
2006-04-06updated for version 7.0c11Bram Moolenaar
2006-04-05updated for version 7.0c10v7.0c10Bram Moolenaar
2006-03-27updated for version 7.0c01Bram Moolenaar
2006-03-27updated for version 7.0cv7.0cBram Moolenaar
2006-03-21updated for version 7.0231Bram Moolenaar
2006-03-12updated for version 7.0222Bram Moolenaar
2006-03-06updated for version 7.0216v7.0216Bram Moolenaar
2006-02-27updated for version 7.0208Bram Moolenaar
2006-02-24updated for version 7.0206v7.0206Bram Moolenaar
2006-01-12updated for version 7.0179v7.0179Bram Moolenaar
2005-12-12updated for version 7.0168Bram Moolenaar
2005-12-06updated for version 7.0163Bram Moolenaar