X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=RELEASE-NOTES;h=0d859d91a615d2cafe5b7a5ac66e5d022cba78d8;hb=162b3b3b302eeaf72f1ce14090e357ad89f93028;hp=4e84f7ff08fec5d0e5be6b6d83370920af09af55;hpb=ed1ca813efed87df9d8ee8dad9e656103d85e17e;p=lyx.git diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 4e84f7ff08..0d859d91a6 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -8,6 +8,10 @@ been applied because of incomplete testing. Interface changes ----------------- +The external template format recognize now a new tag: 'Preview'. This tag is +used to define how an external material should be previewed in LyX. For more detail, +see the 'external_templates' file in the resource directory of LyX. + Some of the LyX functions have changed names: - A new LFUN_SPECIALCHAR_INSERT has been implemented that obsoletes the @@ -67,6 +71,10 @@ Some of the LyX functions have changed names: - The functions delete-back/forward has been renamed to char-delete-back/forward. +- The functions LFUN_FONT_FREE_APPLY/UPDATE has been renamed to + LFUN_TEXTSTYLE_APPLY/UPDATE. + + The following new LyX functions have been introduced: - LFUN_SPECIALCHAR_INSERT, "specialchar-insert" (see above). @@ -154,6 +162,8 @@ The following new LyX functions have been introduced: could be used to export a pdf with the answers branch included, without one's having to open LyX and activate the branch manually. +- LFUN_NOTES_MUTATE, "notes-mutate" + The following new LyX functions have been removed: - LFUN_FILE_NEW. @@ -181,7 +191,9 @@ The following new LyX functions have been removed: - LFUN_BREAK_PARAGRAPH_SKIP, LFUN_DELETE_BACKWARD_SKIP, LFUN_DELETE_FORWARD_SKIP. -- LFUN_ERROR_NEXT +- LFUN_ERROR_NEXT. + +- LFUN_MATH_IMPORT_SELECTION. Use LFUN_MATH_MODE instead. For the detailed description of LyX functions look into doxygen documentation.