]> git.lyx.org Git - features.git/commitdiff
Fix typos in InsetListingsParams validator
authorJuergen Spitzmueller <spitz@lyx.org>
Tue, 6 May 2014 18:17:03 +0000 (20:17 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Sun, 27 Jul 2014 07:08:30 +0000 (09:08 +0200)
src/insets/InsetListingsParams.cpp
status.21x

index b5c1ad8321a64146814d44ac610e3cc72479dea3..572a806cffad04d5d2011e6f177ea75eca12d6f5 100644 (file)
@@ -500,11 +500,9 @@ ParValidator::ParValidator()
                ListingsParam("", false, ALL, "", empty_hint);
        all_params_["escapeinside"] =
                ListingsParam("", false, ALL, "", empty_hint);
-       all_params_["escepeinside"] =
+       all_params_["escapebegin"] =
                ListingsParam("", false, ALL, "", empty_hint);
-       all_params_["escepebegin"] =
-               ListingsParam("", false, ALL, "", empty_hint);
-       all_params_["escepeend"] =
+       all_params_["escapeend"] =
                ListingsParam("", false, ALL, "", empty_hint);
        all_params_["fancyvrb"] =
                ListingsParam("", false, TRUEFALSE, "", empty_hint);
index 7b7e6d2c9a97e1302578942e9064e04bd7784632..34c813e1f951a267a2eaabc20907d9ab5f708703 100644 (file)
@@ -51,6 +51,9 @@ What's new
 
 * DOCUMENT INPUT/OUTPUT
 
+- Do not sort advanced listings settings, since their insertion order is
+  relevant (bug 5203).
+
 
 
 * LYX2LYX
@@ -65,6 +68,11 @@ What's new
 - Do not forget last words of paragraphs in completion possibilities.
 - Select word on double click even when at boundary (#9159).
 
+- Fix listings inset parameter validation when font size is selected
+  (bug 8144).
+
+- Fix listings validator with regard to aboveskip and belowskip (bug 7373).
+
 
 * INTERNALS