]> git.lyx.org Git - lyx.git/blobdiff - RELEASE-NOTES
Workaround for #6865: smarter FontList::setMisspelled implementation
[lyx.git] / RELEASE-NOTES
index 2bea4241a480dde338c128bd23291c78a08ced2d..dfe50f3d2bf59eaf480930d75b7bd52d8c14967c 100644 (file)
@@ -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:<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.
 
 
@@ -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.