]> git.lyx.org Git - lyx.git/blobdiff - RELEASE-NOTES
multicol.module: style refinements by Jürgen
[lyx.git] / RELEASE-NOTES
index 64adb50059e326f83d77bffec42ac8740825ef71..39f162181ff6df0671d1e8c2ac9d63d46bbc98fd 100644 (file)
@@ -51,8 +51,24 @@ The following pref variables are obsoleted in 2.1:
 To set the default language and paper size for new documents, use the
 "Save As Document Defaults" button in Document > Settings.
 
+The format pdf aka "PDF (ps2pdf)" was split in two formats: pdf aka
+"PDF (ps2pdf)" and pdf6 aka "PDF (graphics)". pdf6 is used for PDF files
+included as graphics. Custom external templates and converters might need
+to be adjusted. The format split was needed since otherwise an odt->pdf
+converter which is intended for included graphics only did interfere with
+document export via ps2pdf.
+
+The support for ArmTeX (a special typesetting engine for Armenian) was removed.
+Writing text in Armenian is now possible in a native way using XeTeX.
+
 The following new LyX functions have been introduced:
 
+- LFUN_BRANCH_MASTER_ACTIVATE <branch>:
+  LFUN_BRANCH_MASTER_DEACTIVATE <branch>:
+  Activates or deactivates a branch in a master document from within
+  a child (as opposed to the existing LFUN_BRANCH_[DE]ACTIVATE, which
+  toggle the branch in the document itself).
+
 - LFUN_BUFFER_EXPORT_AS <format> <filename>
   Equivalent to the new -export-to command-line switch (see above).