mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
fix typo and and ukrainian
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1244 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
eca4bcddc9
commit
48cedb740a
@ -1,5 +1,9 @@
|
||||
2000-11-28 Lars Gullik Bjønnes <larsbj@lyx.org>
|
||||
|
||||
* configure.in: fix typo
|
||||
|
||||
* lib/languages: add ukraninian and change no to no_NO
|
||||
|
||||
* src/lyxfont.[Ch] (setGUISize): comment out setGUISize
|
||||
|
||||
* src/bufferview_funcs.C (FontSize): use setLyXSize
|
||||
|
@ -264,7 +264,7 @@ LYX_FUNC_PUTENV_ARGTYPE
|
||||
# SunOS 4.1.3 does not have strerror and atexit
|
||||
AC_REPLACE_FUNCS(strerror atexit)
|
||||
|
||||
LYX_CHECL_DECL_HDRS(mkstemp, unistd.h stdlib.h)
|
||||
LYX_CHECK_DECL_HDRS(mkstemp,[unistd.h stdlib.h])
|
||||
|
||||
### and now some special lyx flags.
|
||||
AC_ARG_ENABLE(assertions,
|
||||
|
@ -32,7 +32,7 @@ italian italian "Italian" false iso8859-1 it
|
||||
lsorbian lsorbian "Lsorbian" false iso8859-2 ""
|
||||
# no ISO listing for lsorbian (Garst)
|
||||
magyar magyar "Magyar" false iso8859-2 hu
|
||||
norsk norsk "Norsk" false iso8859-1 no
|
||||
norsk norsk "Norsk" false iso8859-1 no_NO
|
||||
polish polish "Polish" false iso8859-2 pl
|
||||
portuges portuges "Portuges" false iso8859-1 pt
|
||||
romanian romanian "Romanian" false iso8859-2 ro
|
||||
@ -43,6 +43,7 @@ slovak slovak "Slovak" false iso8859-2 sk_SL
|
||||
slovene slovene "Slovene" false iso8859-2 sl_SI
|
||||
swedish swedish "Swedish" false iso8859-1 sv_SE
|
||||
turkish turkish "Turkish" false iso8859-9 tr
|
||||
ukrainian ukranian "Ukraninian" false koi8 uk
|
||||
usorbian usorbian "Usorbian" false iso8859-2 ""
|
||||
# no ISO listing for usorbian (Garst)
|
||||
welsh welsh "Welsh" false iso8859-1 cy_GB
|
||||
|
Loading…
Reference in New Issue
Block a user