summaryrefslogtreecommitdiff
path: root/src/feature.h
Commit message (Collapse)AuthorAgeFilesLines
* updated for version 7.3.968v7.3.968Bram Moolenaar2013-05-181-1/+1
| | | | | | Problem: Multi-byte support is only available when compiled with "big" features. Solution: Include multi-byte by default, with "normal" features.
* updated for version 7.3.925v7.3.925Bram Moolenaar2013-05-061-1/+1
| | | | | Problem: Typos in source files. Solution: Fix the typos. (Ken Takata)
* updated for version 7.3.900v7.3.900Bram Moolenaar2013-04-151-0/+7
| | | | | Problem: Not obvious that some mouse features are mutual-exclusive. Solution: Add a comment.
* updated for version 7.3.836v7.3.836Bram Moolenaar2013-02-261-0/+5
| | | | | | 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)
* updated for version 7.3.819v7.3.819Bram Moolenaar2013-02-141-0/+7
| | | | | Problem: Compiling without +eval and with Python isn't working. Solution: Add the eval feature when building with Python.
* updated for version 7.3.774v7.3.774Bram Moolenaar2013-01-231-0/+12
| | | | | Problem: Tiny GUI version misses console dialog feature. Solution: Define FEAT_CON_DIALOG when apprpriate. (Christian Brabandt)
* updated for version 7.3.700v7.3.700Bram Moolenaar2012-10-211-0/+2
| | | | | Problem: Cannot detect URXVT and SGR mouse support. Solution: add +mouse_urxvt and +mouse_sgr. (Hayaki Saito)
* updated for version 7.3.632v7.3.632Bram Moolenaar2012-08-151-1/+10
| | | | | Problem: Cannot select beyond 222 columns with the mouse in xterm. Solution: Add support for SGR mouse tracking. (Hayaki Saito)
* updated for version 7.3.505v7.3.505Bram Moolenaar2012-04-251-0/+8
| | | | | | | 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)
* updated for version 7.3.343v7.3.343Bram Moolenaar2011-10-201-4/+17
| | | | | | Problem: No mouse support for urxvt. Solution: Implement urxvt mouse support, also for > 252 columns. (Yiding Jia)
* updated for version 7.3.191v7.3.191Bram Moolenaar2011-05-191-9/+0
| | | | | | Problem: Still some RISC OS stuff to remove. Solution: Remove files and lines. (Hong Xu) Remove the 'osfiletype' option code.
* Fix build warnings and problems for tiny/small Win32 build. (Mike Williams)Bram Moolenaar2010-07-271-1/+2
|
* Add the 'concealcursor' option to decide when the cursor line is to beBram Moolenaar2010-07-231-2/+5
| | | | | concealed or not. Rename 'conc' to 'cole' as the short name for 'conceallevel'.
* Whitespace cleanup.Bram Moolenaar2010-07-171-1/+1
|
* Added Lua interfae. (Luis Carvalho)Bram Moolenaar2010-07-141-0/+1
|
* Change remaining HAVE_GTK2 to FEAT_GUI_GTK.Bram Moolenaar2010-06-261-3/+3
|
* Fix a few compiler warnings. Fix crash with encrypted undo file.Bram Moolenaar2010-06-061-1/+1
|
* Add the conceal patch from Vince Negri.Bram Moolenaar2010-06-051-3/+18
|
* Add patch to improve support of z/OS (OS/390). (Ralf Schandl)Bram Moolenaar2010-06-031-5/+14
|
* A bit of cleanup and simplification for undofile.Bram Moolenaar2010-05-301-1/+1
|
* Included patch for persistent undo. Lots of changes and added test.Bram Moolenaar2010-05-231-0/+8
|
* Included the patch to support netbeans in a terminal.Bram Moolenaar2010-05-221-4/+2
|
* Add the blowfish encryption patch from Mohsin Ahmed. Needs more work.Bram Moolenaar2010-05-161-1/+1
|
* updated for version 7.2-269v7.2.269Bram Moolenaar2009-11-031-3/+7
|
* updated for version 7.2-031v7.2.031Bram Moolenaar2008-11-091-2/+6
|
* updated for version 7.2c-000v7.2c.000Bram Moolenaar2008-08-061-1/+1
|
* updated for version 7.2aBram Moolenaar2008-06-241-5/+17
|
* updated for version 7.1-049v7.1.049Bram Moolenaar2007-08-031-1/+1
|
* updated for version 7.1bBram Moolenaar2007-05-101-2/+2
|
* updated for version 7.1aBram Moolenaar2007-05-061-1/+0
|
* updated for version 7.0-232v7.0.232Bram Moolenaar2007-04-261-0/+1
|
* updated for version 7.0-156v7.0.156Bram Moolenaar2006-11-011-1/+1
|
* updated for version 7.0f02v7.0f02Bram Moolenaar2006-04-271-2/+3
|
* updated for version 7.0e04v7.0e04Bram Moolenaar2006-04-201-1/+2
|
* updated for version 7.0c11Bram Moolenaar2006-04-061-0/+9
|
* updated for version 7.0c10v7.0c10Bram Moolenaar2006-04-051-1/+1
|
* updated for version 7.0c01Bram Moolenaar2006-03-271-1/+1
|
* updated for version 7.0cv7.0cBram Moolenaar2006-03-271-1/+2
|
* updated for version 7.0231Bram Moolenaar2006-03-211-0/+10
|
* updated for version 7.0222Bram Moolenaar2006-03-121-0/+7
|
* updated for version 7.0216v7.0216Bram Moolenaar2006-03-061-1/+5
|
* updated for version 7.0208Bram Moolenaar2006-02-271-0/+5
|
* updated for version 7.0206v7.0206Bram Moolenaar2006-02-241-0/+7
|
* updated for version 7.0179v7.0179Bram Moolenaar2006-01-121-0/+9
|
* updated for version 7.0168Bram Moolenaar2005-12-121-1/+1
|
* updated for version 7.0163Bram Moolenaar2005-12-061-13/+10
|
* updated for version 7.0150Bram Moolenaar2005-09-251-7/+8
|
* updated for version 7.0138v7.0138Bram Moolenaar2005-08-291-1/+2
|
* updated for version 7.0098Bram Moolenaar2005-06-301-11/+0
|
* updated for version 7.0080Bram Moolenaar2005-06-051-2/+1
|