Blame SOURCES/7.4.508

22c937
To: vim_dev@googlegroups.com
22c937
Subject: Patch 7.4.508
22c937
Fcc: outbox
22c937
From: Bram Moolenaar <Bram@moolenaar.net>
22c937
Mime-Version: 1.0
22c937
Content-Type: text/plain; charset=UTF-8
22c937
Content-Transfer-Encoding: 8bit
22c937
------------
22c937
22c937
Patch 7.4.508
22c937
Problem:    When generating ja.sjis.po the header is not correctly adjusted.
22c937
Solution:   Check for the right header string. (Ken Takata)
22c937
Files:	    src/po/sjiscorr.c
22c937
22c937
22c937
*** ../vim-7.4.507/src/po/sjiscorr.c	2013-05-19 05:15:15.000000000 +0200
22c937
--- src/po/sjiscorr.c	2014-11-12 13:01:37.574369693 +0100
22c937
***************
22c937
*** 23,31 ****
22c937
  				fputs("charset=cp932", stdout);
22c937
  				p += 12;
22c937
  			}
22c937
! 			else if (strncmp(p, "ja.po - Japanese message file", 29) == 0)
22c937
  			{
22c937
- 				fputs("ja.sjis.po - Japanese message file for Vim (version 6.x)\n", stdout);
22c937
  				fputs("# generated from ja.po, DO NOT EDIT", stdout);
22c937
  				while (p[1] != '\n')
22c937
  					++p;
22c937
--- 23,30 ----
22c937
  				fputs("charset=cp932", stdout);
22c937
  				p += 12;
22c937
  			}
22c937
! 			else if (strncmp(p, "# Original translations", 23) == 0)
22c937
  			{
22c937
  				fputs("# generated from ja.po, DO NOT EDIT", stdout);
22c937
  				while (p[1] != '\n')
22c937
  					++p;
22c937
*** ../vim-7.4.507/src/version.c	2014-11-06 10:02:57.023057491 +0100
22c937
--- src/version.c	2014-11-12 13:04:27.308402708 +0100
22c937
***************
22c937
*** 743,744 ****
22c937
--- 743,746 ----
22c937
  {   /* Add new patch number below this line */
22c937
+ /**/
22c937
+     508,
22c937
  /**/
22c937
22c937
-- 
22c937
TALL KNIGHT:   Firstly.  You must get us another shrubbery!
22c937
OTHER KNIGHTS: More shrubberies!  More shrubberies for the ex-Knights of Ni!
22c937
ARTHUR:        Not another shrubbery -
22c937
                 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
22c937
22c937
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
22c937
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
22c937
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
22c937
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///