]> 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 1c8202f907685107d3dee733e5293fdc53dc079d..f5d91f5ae4dc535da76a614ad1929277101351cc 100644 (file)
@@ -3,7 +3,7 @@
 
 !!Interface changes
 
-* LyX now has "inverted" branch insets, which output their contents just in 
+* LyX now has "inverted" branch insets, which output their contents just in
   case a given branch is not "activated". This makes inclusion of alternate
   material in different versions easier.
 
   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:
 
 * lyx-activate
   Activates the LyX window. Useful in combination with reverse search.
 
+* devel-mode-toggle
+  Activate/deactivate the developer mode, which consists mainly in:
+  (1) more information shown in the status bar and (2) help file
+  opened in editable mode. This state used to be hardcoded at compile
+  time.
+
 
 !!!The following LyX functions have been changed in 2.3:
 
 
 * inset-modify
   This function now also applies to quote insets. It takes a three-character
-  string as an argument, refering (1.) to the style (e = ``english'',
+  string as an argument, referring (1.) to the style (e = ``english'',
   s = ''swedish'', g = ,,german``, p = ,,polish'', f = <<french>>, a = >>danish<<),
   (2.) to the side (l = left, r = right) and (3.) to the quotation level
   (s = single, d = double). So "eld" means "English left double quotation mark".