d12698c
To: vim-dev@vim.org
d12698c
Subject: Patch 7.2.003
d12698c
Fcc: outbox
d12698c
From: Bram Moolenaar <Bram@moolenaar.net>
d12698c
Mime-Version: 1.0
d12698c
Content-Type: text/plain; charset=ISO-8859-1
d12698c
Content-Transfer-Encoding: 8bit
d12698c
------------
d12698c
d12698c
Patch 7.2.003
d12698c
Problem:    Typo in translated message.  Message not translated.
d12698c
Solution:   Correct spelling. Add _(). (Dominique Pelle)
d12698c
Files:      src/spell.c, src/version.c
d12698c
d12698c
d12698c
*** ../vim-7.2.002/src/spell.c	Tue Jun 24 22:21:31 2008
d12698c
--- src/spell.c	Sun Aug 10 12:51:38 2008
d12698c
***************
d12698c
*** 77,83 ****
d12698c
  
d12698c
  /*
d12698c
   * Do the opposite: based on a maximum end score and a known sound score,
d12698c
!  * compute the the maximum word score that can be used.
d12698c
   */
d12698c
  #define MAXSCORE(word_score, sound_score) ((4 * word_score - sound_score) / 3)
d12698c
  
d12698c
--- 77,83 ----
d12698c
  
d12698c
  /*
d12698c
   * Do the opposite: based on a maximum end score and a known sound score,
d12698c
!  * compute the maximum word score that can be used.
d12698c
   */
d12698c
  #define MAXSCORE(word_score, sound_score) ((4 * word_score - sound_score) / 3)
d12698c
  
d12698c
***************
d12698c
*** 625,631 ****
d12698c
  /* TRUE if a word appears in the list of banned words.  */
d12698c
  #define WAS_BANNED(su, word) (!HASHITEM_EMPTY(hash_find(&su->su_banned, word)))
d12698c
  
d12698c
! /* Number of suggestions kept when cleaning up.  we need to keep more than
d12698c
   * what is displayed, because when rescore_suggestions() is called the score
d12698c
   * may change and wrong suggestions may be removed later. */
d12698c
  #define SUG_CLEAN_COUNT(su)    ((su)->su_maxcount < 130 ? 150 : (su)->su_maxcount + 20)
d12698c
--- 625,631 ----
d12698c
  /* TRUE if a word appears in the list of banned words.  */
d12698c
  #define WAS_BANNED(su, word) (!HASHITEM_EMPTY(hash_find(&su->su_banned, word)))
d12698c
  
d12698c
! /* Number of suggestions kept when cleaning up.  We need to keep more than
d12698c
   * what is displayed, because when rescore_suggestions() is called the score
d12698c
   * may change and wrong suggestions may be removed later. */
d12698c
  #define SUG_CLEAN_COUNT(su)    ((su)->su_maxcount < 130 ? 150 : (su)->su_maxcount + 20)
d12698c
***************
d12698c
*** 5980,5986 ****
d12698c
  	else if (spin->si_newprefID == 0 || spin->si_newprefID == 127)
d12698c
  	    MSG(_("Too many compound flags"));
d12698c
  	else
d12698c
! 	    MSG(_("Too many posponed prefixes and/or compound flags"));
d12698c
      }
d12698c
  
d12698c
      if (syllable != NULL)
d12698c
--- 5980,5986 ----
d12698c
  	else if (spin->si_newprefID == 0 || spin->si_newprefID == 127)
d12698c
  	    MSG(_("Too many compound flags"));
d12698c
  	else
d12698c
! 	    MSG(_("Too many postponed prefixes and/or compound flags"));
d12698c
      }
d12698c
  
d12698c
      if (syllable != NULL)
d12698c
*** ../vim-7.2.002/src/version.c	Sun Aug 17 23:43:53 2008
d12698c
--- src/version.c	Mon Aug 25 04:06:52 2008
d12698c
***************
d12698c
*** 790,796 ****
d12698c
      MSG_PUTS(_("\nRISC OS version"));
d12698c
  #endif
d12698c
  #ifdef VMS
d12698c
!     MSG_PUTS("\nOpenVMS version");
d12698c
  # ifdef HAVE_PATHDEF
d12698c
      if (*compiled_arch != NUL)
d12698c
      {
d12698c
--- 792,798 ----
d12698c
      MSG_PUTS(_("\nRISC OS version"));
d12698c
  #endif
d12698c
  #ifdef VMS
d12698c
!     MSG_PUTS(_("\nOpenVMS version"));
d12698c
  # ifdef HAVE_PATHDEF
d12698c
      if (*compiled_arch != NUL)
d12698c
      {
d12698c
*** ../vim-7.2.002/src/version.c	Sun Aug 17 23:43:53 2008
d12698c
--- src/version.c	Mon Aug 25 04:06:52 2008
d12698c
***************
d12698c
*** 678,679 ****
d12698c
--- 678,681 ----
d12698c
  {   /* Add new patch number below this line */
d12698c
+ /**/
d12698c
+     3,
d12698c
  /**/
d12698c
d12698c
-- 
d12698c
I learned the customs and mannerisms of engineers by observing them, much the
d12698c
way Jane Goodall learned about the great apes, but without the hassle of
d12698c
grooming.
d12698c
				(Scott Adams - The Dilbert principle)
d12698c
d12698c
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
d12698c
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
d12698c
\\\        download, build and distribute -- http://www.A-A-P.org        ///
d12698c
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///