]> git.lyx.org Git - lyx.git/blobdiff - lib/RELEASE-NOTES
EmbeddedObjects: More (minor) corrections to the Inkscape template decription.
[lyx.git] / lib / RELEASE-NOTES
index b2456055823fe89f341db56cffa764e37179abac..f5d91f5ae4dc535da76a614ad1929277101351cc 100644 (file)
   changed output with old documents and bugs. The 2.2 behavior can be restored
   by don't allowing using dash ligatures in Document->Settings->Fonts.
 
+* The following UI translations were dropped, because the lack of translation
+  maintenance:  Russian, Danish, Greek, Serbian, Galician, Catalan, Romanian,
+  Dutch.
 
 !!Documents compilation process and images conversion
 
+* It is now possible to enable the -shell-escape option only for specific
+  documents, rather than having to enable it globally in preferences.
+  This is achieved by checking "Allow running external programs" in
+  Document->Settings->Formats. LyX will now check whether -shell-escape
+  has been added to a LaTeX converter and invites the user to remove it
+  in favor of the new mechanism when that LaTeX converter is used.
+
 * The converters definition syntax (LYX_HOME/lyxrc*) now supports a
   new option, 'needauth', to prevent completely automated execution of
   the converter, unless LyX acquired explicit consent by the
 !!!The following pref variables were added in 2.3:
 
 * \use_converter_needauth
-  when enabled, user is asked before calling any external converter with the
-  'needauth' option
+  when enabled, user is asked before calling any (possibly dangerous)
+  external converter with the 'needauth' option
 
 * \use_converter_needauth_forbidden
   when enabled, use of external converters with the 'needauth' option is
   forbidden
 
+* \pygmentize_command
+  holds the name of the driver command used by the Pygments python module.
+
 
 !!!The following pref variables were changed in 2.3: