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