Hi
Attached patch has corrections in runtime/doc/version8.txt.
Regards
Dominique
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.
diff --git a/runtime/doc/version8.txt b/runtime/doc/version8.txt
index 61299fb..b7f7b3e 100644
--- a/runtime/doc/version8.txt
+++ b/runtime/doc/version8.txt
@@ -6364,7 +6364,7 @@ Files: src/testdir/Make_dos.mak
Patch 7.4.995
Problem: gdk_pixbuf_new_from_inline() is deprecated.
-Solution: Generate auto/gui_gtk_gresources.c. (Kazunobu Kazunobu,
+Solution: Generate auto/gui_gtk_gresources.c. (Kazunobu Kuriyama),
closes #507)
Files: src/Makefile, src/auto/configure, src/config.h.in,
src/config.mk.in, src/configure.in, src/gui_gtk.c,
@@ -7848,7 +7848,7 @@ Files: src/os_win32.c
Patch 7.4.1231
Problem: JSON messages are not parsed properly.
Solution: Queue received messages.
-Files: src/eval,c src/channel.c, src/json.c, src/proto/eval.pro,
+Files: src/eval.c src/channel.c, src/json.c, src/proto/eval.pro,
src/proto/channel.pro, src/proto/json.pro, src/structs.h
Patch 7.4.1232
@@ -9312,7 +9312,7 @@ Problem: ":loadplugin" is not optimal, some people find it confusing.
Solution: Only use ":packadd" with an optional "!".
Files: src/ex_cmds.h, src/ex_cmds2.c, src/testdir/test_loadplugin.vim,
src/testdir/test_packadd.vim, src/testdir/Make_all.mak,
- runtime/doc/repeat.txt.
+ runtime/doc/repeat.txt
Patch 7.4.1487
Problem: For WIN32 isinf() is defined as a macro.
@@ -10164,7 +10164,7 @@ Files: src/ops.c, src/testdir/test_increment.vim
Patch 7.4.1635
Problem: Channel test is a bit flaky.
Solution: Remove 'DETACH' if it's there.
-Files: src/test_channel.vim
+Files: src/testdir/test_channel.vim
Patch 7.4.1636
Problem: When 'F' is in 'shortmess' the prompt for the encryption key isn't
@@ -10824,7 +10824,7 @@ Files: src/normal.c, src/testdir/test_goto.vim, src/testdir/test_alot.vim
Patch 7.4.1749
Problem: When using GTK 3.20 there are a few warnings.
Solution: Use new functions when available. (Kazunobu Kuriyama)
-Files: src/gui_beval,c src/gui_gtk_x11.c
+Files: src/gui_beval.c src/gui_gtk_x11.c
Patch 7.4.1750
Problem: When a buffer gets updated while in command line mode, the screen
@@ -13605,7 +13605,7 @@ Files: src/getchar.c, src/proto/getchar.pro, src/misc1.c,
Patch 7.4.2223
Problem: Buffer overflow when using latin1 character with feedkeys().
Solution: Check for an illegal character. Add a test.
-Files: src/testdir/test_regexp_utf8.vim, src/testdir/test_source.vim,
+Files: src/testdir/test_regexp_utf8.vim, src/testdir/test_source_utf8.vim,
src/testdir/test_alot_utf8.vim, src/Makefile, src/getchar.c,
src/macros.h, src/evalfunc.c, src/os_unix.c, src/os_win32.c,
src/spell.c,