Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updated for version 7.3.925v7.3.925 | Bram Moolenaar | 2013-05-06 | 1 | -1/+1 |
| | | | | | Problem: Typos in source files. Solution: Fix the typos. (Ken Takata) | ||||
* | updated for version 7.3.870v7.3.870 | Bram Moolenaar | 2013-03-19 | 1 | -20/+20 |
| | | | | | Problem: Compiler warnings when using MingW 4.5.3. Solution: Do not use MAKEINTRESOURCE. Adjust #if. (Ken Takata) | ||||
* | updated for version 7.3.784v7.3.784 | Bram Moolenaar | 2013-01-25 | 1 | -1/+2 |
| | | | | | Problem: Error when 'guifontwide' has a comma. Solution: Use gui.wide_font. (Taro Muraoka) | ||||
* | updated for version 7.3.782v7.3.782 | Bram Moolenaar | 2013-01-23 | 1 | -1/+40 |
| | | | | | Problem: Windows: IME composition may use a wrong font. Solution: Use 'guifontwide' for IME when it is set. (Taro Muraoka) | ||||
* | updated for version 7.3.762v7.3.762 | Bram Moolenaar | 2012-12-16 | 1 | -1/+3 |
| | | | | | Problem: On some systems the tabline is not redrawn. Solution: Call RedrawWindow(). (Charles Peacech) | ||||
* | updated for version 7.3.759v7.3.759 | Bram Moolenaar | 2012-12-12 | 1 | -3/+8 |
| | | | | | Problem: MS-Windows: Updating the tabline is slow when there are many tabs. Solution: Disable redrawing while performing the update. (Arseny Kapoulkine) | ||||
* | updated for version 7.3.719v7.3.719 | Bram Moolenaar | 2012-11-20 | 1 | -0/+6 |
| | | | | | | Problem: Cannot run new version of cproto, it fails on missing include files. Solution: Add lots of #ifndef PROTO | ||||
* | updated for version 7.3.408v7.3.408 | Bram Moolenaar | 2012-01-20 | 1 | -0/+1 |
| | | | | | Problem: Missing declaration. Solution: Add the declaration. (John Marriott) | ||||
* | updated for version 7.3.406v7.3.406 | Bram Moolenaar | 2012-01-20 | 1 | -17/+13 |
| | | | | | | Problem: Multi-byte characters in b:browsefilter are not handled correctly. Solution: First use convert_filter() normally and then convert to wide characters. (Taro Muraoka) | ||||
* | updated for version 7.3.298v7.3.298 | Bram Moolenaar | 2011-09-07 | 1 | -8/+8 |
| | | | | | Problem: Built-in colors are different from rgb.txt. Solution: Adjust the color values. (Benjamin Haskell) | ||||
* | updated for version 7.3.277v7.3.277 | Bram Moolenaar | 2011-08-10 | 1 | -10/+10 |
| | | | | | Problem: MS-Windows: some characters do not show in dialogs. Solution: Use the wide methods when available. (Yanwei Jia) | ||||
* | updated for version 7.3.032v7.3.032 | Bram Moolenaar | 2010-10-20 | 1 | -2/+4 |
| | | | | | | Problem: maparg() doesn't return the flags, such as <buffer>, <script>, <silent>. These are needed to save and restore a mapping. Solution: Improve maparg(). (also by Christian Brabandt) | ||||
* | Fix build warnings and problems for tiny/small Win32 build. (Mike Williams) | Bram Moolenaar | 2010-07-27 | 1 | -0/+2 |
| | |||||
* | Support completion for ":find". (Nazri Ramliy) | Bram Moolenaar | 2010-07-14 | 1 | -3/+3 |
| | | | | Cleanup white space. | ||||
* | Fix uninit memory read in undo code. Fix uint32_t in proto file. | Bram Moolenaar | 2010-05-24 | 1 | -4/+4 |
| | | | | A few minor changes. | ||||
* | Add :nbstart and :nbclose. | Bram Moolenaar | 2010-05-22 | 1 | -2/+1 |
| | |||||
* | Included the patch to support netbeans in a terminal. | Bram Moolenaar | 2010-05-22 | 1 | -2/+3 |
| | |||||
* | updated for version 7.2.365v7.2.365 | Bram Moolenaar | 2010-02-17 | 1 | -2/+2 |
| | | | | | | Problem: MS-Windows with MingW: "File->Save As" does not work. (John Marriott) Solution: Correctly fill in structure size. (Andy Kittner) | ||||
* | updated for version 7.2.362v7.2.362 | Bram Moolenaar | 2010-02-17 | 1 | -7/+0 |
| | | | | | | Problem: Win64: Vim doesn't work when cross-compiled with MingW libraries. Solution: Instead of handling WM_NCCREATE, create wide text area window class if the parent window iw side. (Sergey Khorev) | ||||
* | updated for version 7.2.352v7.2.352 | Bram Moolenaar | 2010-02-03 | 1 | -2/+8 |
| | | | | | Problem: Win64: Vim doesn't work when cross-compiled with MingW libraries. Solution: Always return TRUE for the WM_NCCREATE message. (Andy Kittner) | ||||
* | updated for version 7.2-093v7.2.093 | Bram Moolenaar | 2009-01-28 | 1 | -2/+77 |
| | |||||
* | updated for version 7.2-089v7.2.089 | Bram Moolenaar | 2009-01-28 | 1 | -2/+11 |
| | |||||
* | updated for version 7.2-071v7.2.071 | Bram Moolenaar | 2008-12-24 | 1 | -0/+5 |
| | |||||
* | updated for version 7.2-049v7.2.049 | Bram Moolenaar | 2008-11-20 | 1 | -13/+13 |
| | |||||
* | updated for version 7.2-036v7.2.036 | Bram Moolenaar | 2008-11-12 | 1 | -4/+7 |
| | |||||
* | updated for version 7.2b-019v7.2b.019 | Bram Moolenaar | 2008-07-24 | 1 | -4/+4 |
| | |||||
* | updated for version 7.1-168v7.1.168 | Bram Moolenaar | 2007-12-03 | 1 | -2/+14 |
| | |||||
* | updated for version 7.1-158v7.1.158 | Bram Moolenaar | 2007-11-20 | 1 | -4/+19 |
| | |||||
* | updated for version 7.1-126v7.1.126 | Bram Moolenaar | 2007-09-30 | 1 | -10/+2 |
| | |||||
* | updated for version 7.1b | Bram Moolenaar | 2007-05-10 | 1 | -1/+1 |
| | |||||
* | updated for version 7.0-170v7.0.170 | Bram Moolenaar | 2006-11-28 | 1 | -3/+14 |
| | |||||
* | updated for version 7.0-161v7.0.161 | Bram Moolenaar | 2006-11-07 | 1 | -39/+78 |
| | |||||
* | updated for version 7.0-074v7.0.074 | Bram Moolenaar | 2006-08-29 | 1 | -0/+11 |
| | |||||
* | updated for version 7.0-032v7.0.032 | Bram Moolenaar | 2006-06-23 | 1 | -1/+1 |
| | |||||
* | updated for version 7.0-027v7.0.027 | Bram Moolenaar | 2006-06-22 | 1 | -0/+4 |
| | |||||
* | updated for version 7.0f02v7.0f02 | Bram Moolenaar | 2006-04-27 | 1 | -0/+8 |
| | |||||
* | updated for version 7.0f01v7.0f01 | Bram Moolenaar | 2006-04-25 | 1 | -5/+5 |
| | |||||
* | updated for version 7.0e05v7.0e05 | Bram Moolenaar | 2006-04-21 | 1 | -1/+1 |
| | |||||
* | updated for version 7.0e04v7.0e04 | Bram Moolenaar | 2006-04-20 | 1 | -7/+15 |
| | |||||
* | updated for version 7.0e03v7.0e03 | Bram Moolenaar | 2006-04-19 | 1 | -1/+34 |
| | |||||
* | updated for version 7.0e01v7.0e01 | Bram Moolenaar | 2006-04-17 | 1 | -1/+1 |
| | |||||
* | updated for version 7.0ev7.0e | Bram Moolenaar | 2006-04-16 | 1 | -0/+16 |
| | |||||
* | updated for version 7.0d04v7.0d04 | Bram Moolenaar | 2006-04-14 | 1 | -1/+1 |
| | |||||
* | updated for version 7.0c13v7.0c13 | Bram Moolenaar | 2006-04-09 | 1 | -8/+2 |
| | |||||
* | updated for version 7.0c12 | Bram Moolenaar | 2006-04-07 | 1 | -7/+4 |
| | |||||
* | updated for version 7.0c03v7.0c03 | Bram Moolenaar | 2006-03-29 | 1 | -3/+8 |
| | |||||
* | updated for version 7.0c02v7.0c02 | Bram Moolenaar | 2006-03-28 | 1 | -2/+1 |
| | |||||
* | updated for version 7.0c01 | Bram Moolenaar | 2006-03-27 | 1 | -2/+68 |
| | |||||
* | updated for version 7.0cv7.0c | Bram Moolenaar | 2006-03-27 | 1 | -1/+109 |
| | |||||
* | updated for version 7.0228 | Bram Moolenaar | 2006-03-18 | 1 | -2/+2 |
| |