Update of /cvsroot/popfile/windows
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27608
Modified Files:
Tag: b0_22_2
adduser.nsi
Log Message:
The next release will be 1.0.0 (instead of 0.22.6)
Index: adduser.nsi
===================================================================
RCS file: /cvsroot/popfile/windows/adduser.nsi,v
retrieving revision 1.59.4.17
retrieving revision 1.59.4.18
diff -C2 -d -r1.59.4.17 -r1.59.4.18
*** adduser.nsi 5 Oct 2007 18:28:45 -0000 1.59.4.17
--- adduser.nsi 14 Oct 2007 17:49:20 -0000 1.59.4.18
***************
*** 2238,2243 ****
# currently uses DBD::SQLite then change the configuration in popfile.cfg to use DBD::SQLite2.
#
! # The 0.22.6 release introduced the ability to select the parser used to split Japanese text
! # into words. Previous releases only supported the 'Kakasi' parser but 0.22.6 offers a choice
# of 'Kakasi', 'MeCab' or 'Internal', controlled by the new 'bayes_nihongo_parser' parameter.
# Valid values for this new popfile.cfg parameter are kakasi, mecab or internal.
--- 2238,2243 ----
# currently uses DBD::SQLite then change the configuration in popfile.cfg to use DBD::SQLite2.
#
! # The 1.0.0 release introduced the ability to select the parser used to split Japanese text
! # into words. Previous releases only supported the 'Kakasi' parser but 1.0.0 offers a choice
# of 'Kakasi', 'MeCab' or 'Internal', controlled by the new 'bayes_nihongo_parser' parameter.
# Valid values for this new popfile.cfg parameter are kakasi, mecab or internal.
***************
*** 2257,2261 ****
!define L_TEXTEND $R0 ; used to ensure correct handling of lines longer than 1023 chars
!define L_SKIN $9 ; current skin setting
! !define L_PARSER $8 ; current Nihongo parser setting (introduced in 0.22.6 release)
Push ${L_CFG}
--- 2257,2261 ----
!define L_TEXTEND $R0 ; used to ensure correct handling of lines longer than 1023 chars
!define L_SKIN $9 ; current skin setting
! !define L_PARSER $8 ; current Nihongo parser setting (introduced in 1.0.0 release)
Push ${L_CFG}
|