]> git.lyx.org Git - lyx.git/blobdiff - RELEASE-NOTES
Compil fix
[lyx.git] / RELEASE-NOTES
index ab23e5077bedf67401a14ba595dec295109d4d4f..6aae1d954d7634f5c6c3587236a571b747d6d441 100644 (file)
@@ -84,6 +84,16 @@ 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").
+
+- LFUN_BUFFER_TOGGLE_OUTPUT_SYNC ("buffer-toggle-output-sync").
+
 
 The following LyX functions have been removed:
 
@@ -98,7 +108,25 @@ The following LyX functions have been removed:
   with the more general function inset-forall
     inset-forall Note:<SOURCE> inset-modify note Note <TARGET>
 
+- LFUN_ALL_INSETS_TOGGLE ("all-insets-toggle"): replace
+    all-insets-toggle <ACTION> <TARGET>
+    all-insets-toggle <ACTION>
+  with the more generic function inset-forall
+    inset-forall <TARGET> inset-toggle <ACTION>
+    inset-forall * inset-toggle <ACTION>
+  There is a difference in the <TARGET> 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.
+  I.e., "tabular-feature FEATURE <ARGS>" becomes:
+    inset-modify tabular FEATURE <ARGS>
+
+- LFUN_LINE_INSERT ("line-insert"): use "inset-insert line" instead. For
+  something close to the previous default, use:
+    inset-insert line rule height 0.25ex width 100col% \\end_inset
+  This is necessary because the line inset now takes various arguments.
+
+- LFUN_TOC_INSERT ("toc-insert"): use "inset-insert toc" instead.
 
 
 The following LyX functions have been changed:
@@ -111,6 +139,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 +172,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.