summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)Author
2013-07-13updated for version 7.4a.015v7.4a.015Bram Moolenaar
Problem: No Japanese man pages. Solution: Add Japanese translations of man pages. (Ken Takata, Yukihiro Nakadaira, et al.)
2013-07-13updated for version 7.4a.014v7.4a.014Bram Moolenaar
Problem: Test 86 and 89 have a problem with using a shadow dir. Solution: Adjust for the different directory structure. (James McCoy)
2013-07-13updated for version 7.4a.013v7.4a.013Bram Moolenaar
Problem: Setting/resetting 'lbr' in the main help file changes alignment after a Tab. (Dimitar Dimitrov) Solution: Also use the code for conceal mode where n_extra is computed for 'lbr'.
2013-07-12updated for version 7.4a.012v7.4a.012Bram Moolenaar
Problem: "make test" fails when using a shadow directory. Solution: Create links for files in src/po. (James McCoy)
2013-07-12updated for version 7.4a.011v7.4a.011Bram Moolenaar
Problem: Configure check for Python 3 config name isn't right. Solution: Always include vi_cv_var_python3_version. (Tim Harder)
2013-07-09updated for version 7.4a.010v7.4a.010Bram Moolenaar
Problem: Test 86 and 97 fail when building with Python or Python 3 and using a static library. Solution: Add configure check to add -fPIE compiler flag.
2013-07-09updated for version 7.4a.009v7.4a.009Bram Moolenaar
Problem: Compiler warnings for function prototypes. Solution: Add "void". Move list_features() prototype. (Ken Takata)
2013-07-09updated for version 7.4a.008v7.4a.008Bram Moolenaar
Problem: Python 3 doesn't handle multibyte characters prooperly when 'encoding' is not utf-8. Solution: Use PyUnicode_Decode() instead of PyUnicode_FromString(). (Ken Takata)
2013-07-09updated for version 7.4a.007v7.4a.007Bram Moolenaar
Problem: After "g$" with 'virtualedit' set, "k" moves to a different column. (Dimitar Dimitrov) Solution: Set w_curswant. (Christian Brabandt)
2013-07-09Updated runtime files. Fix NL translations.Bram Moolenaar
2013-07-09updated for version 7.4a.006v7.4a.006Bram Moolenaar
Problem: Failure in po file check goes unnoticed. Solution: Fail "make test" if the po file check fails.
2013-07-09updated for version 7.4a.005v7.4a.005Bram Moolenaar
Problem: Scroll binding causes unexpected scroll. Solution: Store the topline after updating scroll binding. Add a test. (Lech Lorens)
2013-07-09updated for version 7.4a.004v7.4a.004Bram Moolenaar
Problem: MSVC 2012 Update 3 is not recognized. Solution: Add the version number. (Raymond Ko)
2013-07-09updated for version 7.4a.003v7.4a.003Bram Moolenaar
Problem: Copyright year is oudated. Solution: Only use the first year.
2013-07-07updated for version 7.4a.002v7.4a.002Bram Moolenaar
Problem: Valgrind errors in test 89. (Simon Ruderich) Solution: Allocate one more byte. (Dominique Pelle)
2013-07-06Fix duplicate patch number 1.Bram Moolenaar
2013-07-06updated for version 7.4a.001v7.4a.001Bram Moolenaar
Problem: Script to update syntax menu is oudated. Solution: Add the missing items. (only changing the version, file was already updated)
2013-07-06Vim 7.4a BETA release.v7.4aBram Moolenaar
2013-07-06Update runtime files.Bram Moolenaar
2013-07-06updated for version 7.3.1314v7.3.1314Bram Moolenaar
Problem: Test 87 fails with Python 3.3. Solution: Filter the error messages. (Taro Muraoka)
2013-07-06updated for version 7.3.1313v7.3.1313Bram Moolenaar
Problem: :py and :py3 don't work when compiled with Cygwin or MingW with 64 bit. Solution: Add -DMS_WIN64 to the build command. (Ken Takata)
2013-07-06updated for version 7.3.1312v7.3.1312Bram Moolenaar
Problem: Not giving correct error messages for SystemExit(). Solution: Move E858 into an else. (Ken Takata)
2013-07-05updated for version 7.3.1311v7.3.1311Bram Moolenaar
Problem: Compiler warnings on Cygwin. Solution: Add type casts. Add windows include files. (Ken Takata)
2013-07-05updated for version 7.3.1310v7.3.1310Bram Moolenaar
Problem: Typos in nsis script. Can use better compression. Solution: Fix typos. Use lzma compression. (Ken Takata)
2013-07-05updated for version 7.3.1309v7.3.1309Bram Moolenaar
Problem: When a script defines a function the flag to wait for the user to hit enter is reset. Solution: Restore the flag. (Yasuhiro Matsumoto) Except when the user was typing the function.
2013-07-04updated for version 7.3.1308v7.3.1308Bram Moolenaar
Problem: Typos in MS-Windows build settings and README. Solution: Minor changes to MS-Windows files.
2013-07-04updated for version 7.3.1307v7.3.1307Bram Moolenaar
Problem: MS-Windows build instructions are outdated. Solution: Adjust for building on Windows 7. Drop Windows 95/98/ME support.
2013-07-04updated for version 7.3.1306v7.3.1306Bram Moolenaar
Problem: When redrawing the screen during startup the intro message may be cleared. Solution: Redisplay the intro message when appropriate.
2013-07-04updated for version 7.3.1305v7.3.1305Bram Moolenaar
Problem: Warnings from 64 bit compiler. Solution: Add type casts.
2013-07-04updated for version 7.3.1304v7.3.1304Bram Moolenaar
Problem: Test 89 still fails on MS-Windows. Solution: Set 'shellslash'. (Taro Muraoka)
2013-07-04updated for version 7.3.1303v7.3.1303Bram Moolenaar
Problem: Undo is synced whenever CTRL-R = is called, breaking some plugins. Solution: Only break undo when calling setline() or append().
2013-07-03updated for version 7.3.1302v7.3.1302Bram Moolenaar
Problem: Test 17 fails on MS-Windows. Includes line break in file name everywhere. Solution: Fix 'fileformat'. Omit CR-LF from a line read from an included file.
2013-07-03updated for version 7.3.1301v7.3.1301Bram Moolenaar
Problem: Some tests fail on MS-Windows. Solution: Fix path separators in test 89 and 96. Omit test 97, escaping works differently. Make findfile() work on MS-Windows.
2013-07-03updated for version 7.3.1300v7.3.1300Bram Moolenaar
Problem: Mac: tiny and small build fails. Solution: Don't include os_macosx.m in tiny build. Include mouse support in small build. (Kazunobu Kuriyama)
2013-07-03updated for version 7.3.1299v7.3.1299Bram Moolenaar
Problem: Errors when doing "make proto". Didn't do "make depend" for a while. Solution: Add #ifdefs. Update dependencies. Update proto files.
2013-07-03updated for version 7.3.1298v7.3.1298Bram Moolenaar
Problem: Crash. Solution: Use STRCPY() instead of STRCAT() and allocate one more byte.
2013-07-03updated for version 7.3.1297v7.3.1297Bram Moolenaar
Problem: findfile() directory matching does not work when a star follows text. (Markus Braun) Solution: Make a wildcard work properly. (Christian Brabandt)
2013-07-03updated for version 7.3.1296v7.3.1296Bram Moolenaar
Problem: Only MS-Windows limits the GUI window size to what fits on the monitor. Solution: Limit the size for all systems. (Daniel Harding)
2013-07-03updated for version 7.3.1295v7.3.1295Bram Moolenaar
Problem: glob() and globpath() do not handle escaped special characters properly. Solution: Handle escaped characters differently. (Adnan Zafar)
2013-07-03updated for version 7.3.1294v7.3.1294Bram Moolenaar
Problem: ":diffoff" resets options. Solution: Save and restore option values. (Christian Brabandt)
2013-07-03updated for version 7.3.1293v7.3.1293Bram Moolenaar
Problem: Put in empty buffer cannot be undone. Solution: Save one more line for undo. (Ozaki)
2013-07-03updated for version 7.3.1292v7.3.1292Bram Moolenaar
Problem: Possibly using invalid pointer when searcing for window. (Raichoo) Solution: Use "firstwin" instead of "tp_firstwin" for current tab.
2013-07-03updated for version 7.3.1291v7.3.1291Bram Moolenaar
Problem: Compiler warnings for uninitialized variables. (Tony Mechelynck) Solution: Initialize the variables.
2013-07-03updated for version 7.3.1290v7.3.1290Bram Moolenaar
Problem: CTRL-R = in Insert mode changes the start of the insert position. (Ingo Karkat) Solution: Only break undo, don't start a new insert.
2013-07-03updated for version 7.3.1289v7.3.1289Bram Moolenaar
Problem: Get GLIB warning when removing a menu item. Solution: Reference menu-id and also call gtk_container_remove(). (Ivan Krasilnikov)
2013-07-03updated for version 7.3.1288v7.3.1288Bram Moolenaar
Problem: The first ":echo 'hello'" command output doesn't show. Mapping for <S-F3> gets triggered during startup. Solution: Add debugging code for the termresponse. When receiving the "Co" entry and when setting 'ambiwidth' redraw right away if possible. Add redraw_asap(). Don't set 'ambiwidth' if it already had the right value. Do the 'ambiwidth' check in the second row to avoid confusion with <S-F3>.
2013-07-01updated for version 7.3.1287v7.3.1287Bram Moolenaar
Problem: Python SystemExit exception is not handled properly. Solution: Catch the exception and give an error. (Yasuhiro Matsumoto, Ken Takata)
2013-07-01updated for version 7.3.1286v7.3.1286Bram Moolenaar
Problem: Check for screen size missing for Athena and Motif. Solution: Add call to limit_screen_size().
2013-07-01updated for version 7.3.1285v7.3.1285Bram Moolenaar
Problem: No tests for picking a window when selecting an entry in a location list. Not picking the right window sometimes. Solution: Add test 96. Set usable_win appropriately. (Lech Lorens)
2013-07-01updated for version 7.3.1284v7.3.1284Bram Moolenaar
Problem: Compiler warnings in MS-Windows clipboard handling. Solution: Add type casts. (Ken Takata)