Bram Moolenaar
a3fe8fe632
updated for version 7.4a.015
...
Problem: No Japanese man pages.
Solution: Add Japanese translations of man pages. (Ken Takata, Yukihiro
Nakadaira, et al.)
v7.4a.015
2013-07-13 15:33:20 +02:00
Bram Moolenaar
8e46f7264c
updated for version 7.4a.014
...
Problem: Test 86 and 89 have a problem with using a shadow dir.
Solution: Adjust for the different directory structure. (James McCoy)
v7.4a.014
2013-07-13 14:08:16 +02:00
Bram Moolenaar
3ff9b185fe
updated for version 7.4a.013
...
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'.
v7.4a.013
2013-07-13 12:36:55 +02:00
Bram Moolenaar
fba2424cf2
updated for version 7.4a.012
...
Problem: "make test" fails when using a shadow directory.
Solution: Create links for files in src/po. (James McCoy)
v7.4a.012
2013-07-12 20:16:58 +02:00
Bram Moolenaar
fee496d882
updated for version 7.4a.011
...
Problem: Configure check for Python 3 config name isn't right.
Solution: Always include vi_cv_var_python3_version. (Tim Harder)
v7.4a.011
2013-07-12 20:07:24 +02:00
Bram Moolenaar
e741f2714d
updated for version 7.4a.010
...
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.
v7.4a.010
2013-07-09 21:57:52 +02:00
Bram Moolenaar
fb97f28cc2
updated for version 7.4a.009
...
Problem: Compiler warnings for function prototypes.
Solution: Add "void". Move list_features() prototype. (Ken Takata)
v7.4a.009
2013-07-09 17:42:46 +02:00
Bram Moolenaar
e032461eed
updated for version 7.4a.008
...
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)
v7.4a.008
2013-07-09 17:30:55 +02:00
Bram Moolenaar
b69510e889
updated for version 7.4a.007
...
Problem: After "g$" with 'virtualedit' set, "k" moves to a different
column. (Dimitar Dimitrov)
Solution: Set w_curswant. (Christian Brabandt)
v7.4a.007
2013-07-09 17:08:29 +02:00
Bram Moolenaar
dd007ed585
Updated runtime files. Fix NL translations.
2013-07-09 15:44:17 +02:00
Bram Moolenaar
4ca8d5fefd
updated for version 7.4a.006
...
Problem: Failure in po file check goes unnoticed.
Solution: Fail "make test" if the po file check fails.
v7.4a.006
2013-07-09 14:58:10 +02:00
Bram Moolenaar
04c5c9ee27
updated for version 7.4a.005
...
Problem: Scroll binding causes unexpected scroll.
Solution: Store the topline after updating scroll binding. Add a test.
(Lech Lorens)
v7.4a.005
2013-07-09 13:44:59 +02:00
Bram Moolenaar
c64b85a348
updated for version 7.4a.004
...
Problem: MSVC 2012 Update 3 is not recognized.
Solution: Add the version number. (Raymond Ko)
v7.4a.004
2013-07-09 13:15:46 +02:00
Bram Moolenaar
f4c096b617
updated for version 7.4a.003
...
Problem: Copyright year is oudated.
Solution: Only use the first year.
v7.4a.003
2013-07-09 12:54:21 +02:00
Bram Moolenaar
e8785f2c39
updated for version 7.4a.002
...
Problem: Valgrind errors in test 89. (Simon Ruderich)
Solution: Allocate one more byte. (Dominique Pelle)
v7.4a.002
2013-07-07 16:15:35 +02:00
Bram Moolenaar
3c04cc09cd
Fix duplicate patch number 1.
2013-07-06 18:08:03 +02:00
Bram Moolenaar
7b8c268fc1
updated for version 7.4a.001
...
Problem: Script to update syntax menu is oudated.
Solution: Add the missing items.
(only changing the version, file was already updated)
v7.4a.001
2013-07-06 16:23:02 +02:00
Bram Moolenaar
913df81e74
Vim 7.4a BETA release.
v7.4a
2013-07-06 15:44:11 +02:00
Bram Moolenaar
dc8b25cbf3
Update runtime files.
2013-07-06 13:58:22 +02:00
Bram Moolenaar
0d86e9b568
updated for version 7.3.1314
...
Problem: Test 87 fails with Python 3.3.
Solution: Filter the error messages. (Taro Muraoka)
v7.3.1314
2013-07-06 13:54:33 +02:00
Bram Moolenaar
254e028e90
updated for version 7.3.1313
...
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)
v7.3.1313
2013-07-06 13:35:08 +02:00
Bram Moolenaar
91aeaf4cce
updated for version 7.3.1312
...
Problem: Not giving correct error messages for SystemExit().
Solution: Move E858 into an else. (Ken Takata)
v7.3.1312
2013-07-06 13:02:30 +02:00
Bram Moolenaar
bc488a76cc
A few updated runtime files.
2013-07-05 21:01:22 +02:00
Bram Moolenaar
2c6f3dca4e
updated for version 7.3.1311
...
Problem: Compiler warnings on Cygwin.
Solution: Add type casts. Add windows include files. (Ken Takata)
v7.3.1311
2013-07-05 20:09:16 +02:00
Bram Moolenaar
266411aa8a
updated for version 7.3.1310
...
Problem: Typos in nsis script. Can use better compression.
Solution: Fix typos. Use lzma compression. (Ken Takata)
v7.3.1310
2013-07-05 20:01:32 +02:00
Bram Moolenaar
ccf623f6f8
updated for version 7.3.1309
...
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.
v7.3.1309
2013-07-05 18:29:48 +02:00
Bram Moolenaar
94f76b7fd6
updated for version 7.3.1308
...
Problem: Typos in MS-Windows build settings and README.
Solution: Minor changes to MS-Windows files.
v7.3.1308
2013-07-04 22:50:40 +02:00
Bram Moolenaar
ba46075731
updated for version 7.3.1307
...
Problem: MS-Windows build instructions are outdated.
Solution: Adjust for building on Windows 7. Drop Windows 95/98/ME support.
v7.3.1307
2013-07-04 22:35:01 +02:00
Bram Moolenaar
249f0dda51
updated for version 7.3.1306
...
Problem: When redrawing the screen during startup the intro message may be
cleared.
Solution: Redisplay the intro message when appropriate.
v7.3.1306
2013-07-04 22:31:03 +02:00
Bram Moolenaar
61214040e9
updated for version 7.3.1305
...
Problem: Warnings from 64 bit compiler.
Solution: Add type casts.
v7.3.1305
2013-07-04 21:19:33 +02:00
Bram Moolenaar
a3c084cbfa
updated for version 7.3.1304
...
Problem: Test 89 still fails on MS-Windows.
Solution: Set 'shellslash'. (Taro Muraoka)
v7.3.1304
2013-07-04 20:50:46 +02:00
Bram Moolenaar
3c1e9c2a1f
updated for version 7.3.1303
...
Problem: Undo is synced whenever CTRL-R = is called, breaking some plugins.
Solution: Only break undo when calling setline() or append().
v7.3.1303
2013-07-04 20:25:41 +02:00
Bram Moolenaar
c84e3c1ee1
updated for version 7.3.1302
...
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.
v7.3.1302
2013-07-03 22:28:36 +02:00
Bram Moolenaar
ee0ee2a046
updated for version 7.3.1301
...
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.
v7.3.1301
2013-07-03 21:19:07 +02:00
Bram Moolenaar
3437b91102
updated for version 7.3.1300
...
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)
v7.3.1300
2013-07-03 19:52:53 +02:00
Bram Moolenaar
32ac8cdaaa
updated for version 7.3.1299
...
Problem: Errors when doing "make proto". Didn't do "make depend" for a
while.
Solution: Add #ifdefs. Update dependencies. Update proto files.
v7.3.1299
2013-07-03 18:49:17 +02:00
Bram Moolenaar
0f5a5ed8bb
updated for version 7.3.1298
...
Problem: Crash.
Solution: Use STRCPY() instead of STRCAT() and allocate one more byte.
v7.3.1298
2013-07-03 17:51:17 +02:00
Bram Moolenaar
f4c5fcb3ad
updated for version 7.3.1297
...
Problem: findfile() directory matching does not work when a star follows
text. (Markus Braun)
Solution: Make a wildcard work properly. (Christian Brabandt)
v7.3.1297
2013-07-03 17:14:00 +02:00
Bram Moolenaar
8968a31179
updated for version 7.3.1296
...
Problem: Only MS-Windows limits the GUI window size to what fits on the
monitor.
Solution: Limit the size for all systems. (Daniel Harding)
v7.3.1296
2013-07-03 16:58:44 +02:00
Bram Moolenaar
f4e1143697
updated for version 7.3.1295
...
Problem: glob() and globpath() do not handle escaped special characters
properly.
Solution: Handle escaped characters differently. (Adnan Zafar)
v7.3.1295
2013-07-03 16:53:03 +02:00
Bram Moolenaar
a87aa8061c
updated for version 7.3.1294
...
Problem: ":diffoff" resets options.
Solution: Save and restore option values. (Christian Brabandt)
v7.3.1294
2013-07-03 15:47:03 +02:00
Bram Moolenaar
caf2dffd51
updated for version 7.3.1293
...
Problem: Put in empty buffer cannot be undone.
Solution: Save one more line for undo. (Ozaki)
v7.3.1293
2013-07-03 14:19:54 +02:00
Bram Moolenaar
5e6d5ca16c
updated for version 7.3.1292
...
Problem: Possibly using invalid pointer when searcing for window. (Raichoo)
Solution: Use "firstwin" instead of "tp_firstwin" for current tab.
v7.3.1292
2013-07-03 14:01:56 +02:00
Bram Moolenaar
e1fc4e2f0f
updated for version 7.3.1291
...
Problem: Compiler warnings for uninitialized variables. (Tony Mechelynck)
Solution: Initialize the variables.
v7.3.1291
2013-07-03 13:29:58 +02:00
Bram Moolenaar
79f7e1475a
updated for version 7.3.1290
...
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.
v7.3.1290
2013-07-03 13:16:23 +02:00
Bram Moolenaar
f9da680a0b
updated for version 7.3.1289
...
Problem: Get GLIB warning when removing a menu item.
Solution: Reference menu-id and also call gtk_container_remove(). (Ivan
Krasilnikov)
v7.3.1289
2013-07-03 13:04:27 +02:00
Bram Moolenaar
2951b77e50
updated for version 7.3.1288
...
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>.
v7.3.1288
2013-07-03 12:45:31 +02:00
Bram Moolenaar
4100937474
updated for version 7.3.1287
...
Problem: Python SystemExit exception is not handled properly.
Solution: Catch the exception and give an error. (Yasuhiro Matsumoto, Ken
Takata)
v7.3.1287
2013-07-01 22:03:04 +02:00
Bram Moolenaar
c33916a6e0
updated for version 7.3.1286
...
Problem: Check for screen size missing for Athena and Motif.
Solution: Add call to limit_screen_size().
v7.3.1286
2013-07-01 21:43:08 +02:00
Bram Moolenaar
f5901aa195
updated for version 7.3.1285
...
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)
v7.3.1285
2013-07-01 21:25:25 +02:00