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