]> git.lyx.org Git - features.git/blobdiff - lib/RELEASE-NOTES
Adapt comment
[features.git] / lib / RELEASE-NOTES
index 43ab459fc46cbb01765badd4d9b99abe41d9d815..42fa0fa938600aa8018455e6b76b268f6703d296 100644 (file)
   while noting that menu shortcuts can always be customized by copying the
   stdmenus.inc file to the user directory and editing it.
 
+* Backspace will now merge paragraphs even when they have different layouts.
+
+* Ctrl-click on a cross-reference will now take you to its label.
+
 
 !!Documents compilation process and images conversion
 
@@ -47,6 +51,9 @@
 * \ct_markup_copied true|false: determines whether change tracking markup should be
   preserved on copy/paste (default: false).
 
+* \citation_search_view lyxpaperview: determines whether external script "lyxpaperview"
+  should be used for looking up citation source.
+
 
 !!!The following pref variables were changed in 2.4:
 
 
 * ifrelatives is a helper function to check whether a buffer has a master or children.
 
+* lyxfiles-open opens the new examples or templates dialog.
+
 * master-buffer-forall executes an lfun in the master and all children of a document.
 
 * paragraph-select is a new convenience function to select the paragraph
   surrounding the actual cursor position.
 
+* search-string-set [arg] stores the <arg>, the currently selected text or the word under
+  cursor in the search cache that is used by word-find[-backward|-forward] if no argument
+  is given to those.
+
+* inset-split is a new convenience function that splits an inset into two at the given
+  cursor position. This is only implemented for text insets currently.
+
 * tabular-style-insert: Insert a table in a specified style.
 
 
 
 * The dependency on sgmltools was dropped, see DocBook 5 section.
 
+* Java is a required dependency to generate ePub files. Any JVM for Java 1.4
+  should be supported.
+
+* Saxon is a required dependency to generate ePub files. Only versions 6.5.4
+  and 6.5.5 are supported. Version 6.5.5 is bundled with LyX.
+
+* The DocBook XSLT 1.0 style sheets are a required dependency to generate
+  ePub files. All versions since 1.76.0 are supported. Version 1.79.2 is
+  bundled with LyX.
+
 
 !!Known issues in version 2.4.0
 
 * Autotools monolithic build option for building LyX binaries was removed,
   for compilation speedup use parallel building on multiple cores instead.
 
-!! If upgrading from a LyX version before 2.3.0
-
-* Please additionally see the release notes from the versions in-between:
-  https://wiki.lyx.org/LyX/ReleaseNotes
-
 * Several ttf fonts (esint10.ttf, stmary10.ttf, wasy10.ttf) were changed
   to reflect the fact that newer Qt libraries do not support displaying certain
   codepoints anymore (bug #8493, #10161). 
   Distribution packagers need to repack those font files in case they are
-  delivering the fonts as a separated package dependent from core LyX.
+  delivering the fonts as a separated package dependent from core LyX
+  in order to display correctly math symbols like \oint.
+
+  Also note, that while it is still possible to compile LyX against Qt 4
+  these math symbols will not be displayed correctly anymore on Qt 4.
+
+!! If upgrading from a LyX version before 2.3.0
+
+* Please additionally see the release notes from the versions in-between:
+  https://wiki.lyx.org/LyX/ReleaseNotes