]> git.lyx.org Git - features.git/commitdiff
- FORMAT: notice fileformat change
authorUwe Stöhr <uwestoehr@lyx.org>
Thu, 21 Jun 2012 23:20:29 +0000 (01:20 +0200)
committerUwe Stöhr <uwestoehr@lyx.org>
Thu, 21 Jun 2012 23:20:29 +0000 (01:20 +0200)
- version.h: fix comments

development/FORMAT
src/version.h

index 1f90698aaef4cb44bc9276d1658c7d7c2af2c3e3..8e8a7e60c4ea25dcd8f8d5861af18eb2ccaac477 100644 (file)
@@ -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,
index 8cd7e932566bfe9a7f5a842044713fac38899b66..d6977a554f6bdb30062be5973d81f5283e66d68f 100644 (file)
@@ -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