]> git.lyx.org Git - lyx.git/blobdiff - RELEASE-NOTES
* cs.po
[lyx.git] / RELEASE-NOTES
index 328e5ee9ea372e45909db7c4e6cebdeb0d0bb410..743f4e996bfa33247fe846894392a4c2f3a2921e 100644 (file)
@@ -31,13 +31,13 @@ Interface changes
 - There have been some changes to the LyX command line. The following
   new options have been added:
 
-  -export-to <format> <dest>    (-E <format> <dest>)
+  --export-to <format> <dest>    (-E <format> <dest>)
 
     Allows one to perform a batch export of the LyX file that is
     opened to the specified destination file <dest> and format 
     <format>. For example, to create a PDF of a LyX document,
     you can run:
-      lyx -export-to pdf /path/to/dest.pdf /path/to/source.lyx
+      lyx --export-to pdf /path/to/dest.pdf /path/to/source.lyx
     See the manual page for details.
   
     This functionality is also available via a new menu voice
@@ -179,6 +179,14 @@ The following LyX key bindings have been changed:
 - The binding "C-w" was moved from "buffer-close" to "view-close"
   (only in cua.bind).
 
+- sciword.bind was changed significantly (see #8364). The most important
+  change is that "math-delim" commands now work under Windows.
+
+The following LyX documents have been moved:
+
+- 'AEA', 'JASA', 'springer', and 'thesis' have been moved from templates
+  to examples (see #8643).
+
 
 Changes with respect to external programs and libraries:
 --------------------------------------------------------