X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=RELEASE-NOTES;h=dfe50f3d2bf59eaf480930d75b7bd52d8c14967c;hb=6a5230fc318eca65392797aaba841539747069c1;hp=b6bcb15c8b7427d11ceac70bb775adcc382aea0f;hpb=0ba07aa57d94a9ef9e88872c9c8bdb14cf76c6d1;p=lyx.git diff --git a/RELEASE-NOTES b/RELEASE-NOTES index b6bcb15c8b..dfe50f3d2b 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -11,12 +11,14 @@ 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 be more eventually. +Bash completion script was added to the tarball. + The following variables are obsoleted in 2.0 - \plaintext_roff_command (was not used anymore) @@ -82,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: @@ -96,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. @@ -108,8 +127,20 @@ The following LyX functions have been changed: - LFUN_WORD_REPLACE ("word-replace"): The replacement and searched strings 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: ----------------------------------- @@ -130,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. @@ -172,7 +205,3 @@ TODO ---- - Somebody should create a rc2rc script... http://www.lyx.org/trac/changeset/27531 - -- some summary about 3rd party programs additions/removals should be - written for packagers (eg aiksauraus, libtool). -