X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=RELEASE-NOTES;h=dfe50f3d2bf59eaf480930d75b7bd52d8c14967c;hb=b02f2006bed4cdc4d04ea7142834e919956eed51;hp=2bea4241a480dde338c128bd23291c78a08ced2d;hpb=50ade67abc0f741cf376551de737abf097ca374c;p=lyx.git diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 2bea4241a4..dfe50f3d2b 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -11,7 +11,7 @@ Interface changes There have been some changes to the LyX command line. There is a new option "--batch" that causes LyX to run the given commands without opening a GUI window. Thus, something like: - lyx --batch -x "buffer-print printer default dvips" myfile.lyx + lyx -batch -x "buffer-print printer default dvips" myfile.lyx will cause LyX to print myfile.lyx to the default printer, using dvips and the default print settings (which, of course, have to have been configured already). At present, not many commands can be used this way, but there will @@ -84,6 +84,14 @@ The following new LyX functions have been introduced: - LFUN_SPELLING_IGNORE ("spelling-ignore"). +- LFUN_SPELLING_REMOVE ("spelling-remove"). + +- LFUN_PREVIEW_INSERT ("preview-insert"). + +- LFUN_FORWARD_SEARCH ("forward-search"). + +- LFUN_INSET_COPY_AS ("inset-copy-as"). + The following LyX functions have been removed: @@ -98,6 +106,15 @@ The following LyX functions have been removed: with the more general function inset-forall inset-forall Note: inset-modify note Note +- LFUN_ALL_INSETS_TOGGLE ("all-insets-toggle"): replace + all-insets-toggle + all-insets-toggle + with the more generic function inset-forall + inset-forall inset-toggle + inset-forall * inset-toggle + There is a difference in the parameter, which is would be + like "note" in the first case and "Note" in the second. + - LFUN_TABULAR_FEATURE ("tabular-feature"): use "inset-modify" instead. @@ -111,6 +128,18 @@ The following LyX functions have been changed: arguments have been inverted in order to allow the replacement of the word at current cursor position, even if it is not selected. +- LFUN_OPTIONAL_INSERT ("optional-insert") has been renamed LFUN_ARGUMENT_INSERT + ("argument-insert"). + + +The following LyX key bindings have been changed: + +- LFUN_MATH_MACRO_FOLD ("math-macro-fold") + The binding to "C-minus" has changed to "C-S-underscore". + +- LFUN_MATH_MACRO_UNFOLD ("math-macro-unfold") + The binding to "C-plus" has changed to "C-S-asterisk". + New external programs and libaries: ----------------------------------- @@ -132,6 +161,8 @@ particularly applies to spell checking and the thesaurus. provides automatic access to many spell checking libraries (ispell, aspell, hspell, hunspell, etc.). +* On Mac Apples Spell Server is preconfigured as "native" spell checker. + LyX 2.0 is configured for any and multiple of these three possibilities, given that they are installed on the machine where LyX is configured on. The actual spell checker can be selected in Tools > Preferences.