X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=RELEASE-NOTES;h=39f162181ff6df0671d1e8c2ac9d63d46bbc98fd;hb=0a1c8944a14724780e2623424b1be6fae402465b;hp=6d78c3ce35b988492ddd94d1b56298ded5d92d81;hpb=e9a28c8000e8a62d05e5e932d4d1e00a606d1865;p=lyx.git diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 6d78c3ce35..39f162181f 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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 : + LFUN_BRANCH_MASTER_DEACTIVATE : + 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 Equivalent to the new -export-to command-line switch (see above). @@ -85,13 +101,17 @@ The following LyX functions have been changed: - LFUN_SPIT_VIEW ("split-view") was renamed to LFUN_VIEW_SPLIT ("view-split"). +- LFUN_BREAK_PARAGRAPH ("break-paragraph") was renamed to + LFUN_PARAGRAPH_BREAK ("paragraph-break"). + The following LyX key bindings have been changed: //template, remove this entry later on - LFUN_MATH_MACRO_FOLD ("math-macro-fold") The binding to "C-minus" has changed to "C-S-underscore". -- The binding "C-w" was moved from "buffer-close" to "view-close". +- The binding "C-w" was moved from "buffer-close" to "view-close" + (only in cua.bind). Linux desktop file specification and scalable icon has been included