]> git.lyx.org Git - lyx.git/commitdiff
RELEASE-NOTES: substantive changes
authorScott Kostyshak <skostysh@lyx.org>
Sat, 13 Jul 2013 19:45:48 +0000 (15:45 -0400)
committerVincent van Ravesteijn <vfr@lyx.org>
Sat, 13 Jul 2013 20:35:48 +0000 (22:35 +0200)
- fix documentation of the --export-to option
- add that sciword.bind underwent significant changes

RELEASE-NOTES

index 328e5ee9ea372e45909db7c4e6cebdeb0d0bb410..15a64733bf72b3c20d47c8ccf575679688a64d63 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,9 @@ 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.
+
 
 Changes with respect to external programs and libraries:
 --------------------------------------------------------