mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
- FORMAT: notice fileformat change
- version.h: fix comments
This commit is contained in:
parent
1ea2abc77f
commit
c695e5fb38
@ -11,6 +11,10 @@ adjustments are made to tex2lyx and bugs are fixed in lyx2lyx.
|
||||
|
||||
-----------------------
|
||||
|
||||
2012-06-22 Uwe Stöhr <uwestoehr@web.de>
|
||||
* Format incremented to 433 (1ea2abc7)
|
||||
switch the Armenian language support from ArmTeX to XeTeX/polyglossia
|
||||
|
||||
2012-06-08 Uwe Stöhr <uwestoehr@web.de>
|
||||
* Format incremented to 432 (7eca5d94)
|
||||
support for the document languages ancientgreek, coptic, divehi, hindi,
|
||||
|
@ -30,8 +30,8 @@ extern char const * const lyx_version_info;
|
||||
|
||||
// Do not remove the comment below, so we get merge conflict in
|
||||
// independent branches. Instead add your own.
|
||||
#define LYX_FORMAT_LYX 433 // uwestoehr: Armenian support for many languages like Telugu
|
||||
#define LYX_FORMAT_TEX2LYX 433 // uwestoehr: Armenian support for polyglossia/XeTeX
|
||||
#define LYX_FORMAT_LYX 433 // uwestoehr: Armenian support via polyglossia/XeTeX
|
||||
#define LYX_FORMAT_TEX2LYX 433 // uwestoehr: Armenian support via polyglossia/XeTeX
|
||||
|
||||
#if LYX_FORMAT_TEX2LYX != LYX_FORMAT_LYX
|
||||
#ifndef _MSC_VER
|
||||
|
Loading…
Reference in New Issue
Block a user