Hi, I found some typos in patch files and hg log after 7.4a. I know that the hg log cannot be modified, but I think it's better to fix when merge them into version7.txt.
Regards, Ken Takata -- -- 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/groups/opt_out.
diff -ur vim-patches-7.4a.org/7.4a.001 vim-patches-7.4a/7.4a.001 --- vim-patches-7.4a.org/7.4a.001 2013-07-06 23:35:44.000000000 +0900 +++ vim-patches-7.4a/7.4a.001 2013-07-10 13:06:56.960299200 +0900 @@ -10,7 +10,7 @@ [Note: mercurial already had this change] Patch 7.4a.001 -Problem: Script to update syntax menu is oudated. +Problem: Script to update syntax menu is outdated. Solution: Add the missing items. Files: runtime/makemenu.vim diff -ur vim-patches-7.4a.org/7.4a.003 vim-patches-7.4a/7.4a.003 --- vim-patches-7.4a.org/7.4a.003 2013-07-09 19:55:03.000000000 +0900 +++ vim-patches-7.4a/7.4a.003 2013-07-10 13:06:16.361239700 +0900 @@ -8,7 +8,7 @@ ------------ Patch 7.4a.003 -Problem: Copyright year is oudated. +Problem: Copyright year is outdated. Solution: Only use the first year. Files: src/vim.rc, src/vim16.rc diff -ur vim-patches-7.4a.org/7.4a.008 vim-patches-7.4a/7.4a.008 --- vim-patches-7.4a.org/7.4a.008 2013-07-10 00:33:10.000000000 +0900 +++ vim-patches-7.4a/7.4a.008 2013-07-10 13:05:42.533857300 +0900 @@ -8,7 +8,7 @@ ------------ Patch 7.4a.008 -Problem: Python 3 doesn't handle multibyte characters prooperly when +Problem: Python 3 doesn't handle multibyte characters properly when 'encoding' is not utf-8. Solution: Use PyUnicode_Decode() instead of PyUnicode_FromString(). (Ken Takata) diff -ur vim-patches-7.4a.org/7.4a.010 vim-patches-7.4a/7.4a.010 --- vim-patches-7.4a.org/7.4a.010 2013-07-10 04:58:38.000000000 +0900 +++ vim-patches-7.4a/7.4a.010 2013-07-10 13:04:40.173621900 +0900 @@ -8,7 +8,7 @@ ------------ Patch 7.4a.010 -Problem: Test 86 and 97 fail when building with Python or Python 3 and +Problem: Test 86 and 87 fail when building with Python or Python 3 and using a static library. Solution: Add configure check to add -fPIE compiler flag. Files: src/configure.in, src/auto/configure diff -ur vim-patches-7.4a.org/README vim-patches-7.4a/README --- vim-patches-7.4a.org/README 2013-07-10 04:58:38.000000000 +0900 +++ vim-patches-7.4a/README 2013-07-10 13:19:22.299825700 +0900 @@ -26,13 +26,13 @@ Individual patches for Vim 7.4a: SIZE NAME FIXES - 2475 7.4a.001 script to update syntax menu is oudated + 2475 7.4a.001 script to update syntax menu is outdated 1679 7.4a.002 valgrind errors in test 89 - 2995 7.4a.003 copyright year is oudated + 2995 7.4a.003 copyright year is outdated 1447 7.4a.004 MSVC 2012 Update 3 is not recognized 8522 7.4a.005 scroll binding causes unexpected scroll 1798 7.4a.006 failure in po file check goes unnoticed 2198 7.4a.007 after "g$" with 'virtualedit' set, "k" moves to other col 2134 7.4a.008 Python 3 handles characters wrong when 'enc' is not utf-8 2847 7.4a.009 compiler warnings for function prototypes - 5723 7.4a.010 test 86 and 97 fail when 3 and using a static python library + 5723 7.4a.010 test 86 and 87 fail when 3 and using a static python library
