From: Juergen Spitzmueller Date: Tue, 6 May 2014 18:17:03 +0000 (+0200) Subject: Fix typos in InsetListingsParams validator X-Git-Tag: 2.1.2~39 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=8d8880d83b707ca803cb949ba9a8ad166f276648;p=features.git Fix typos in InsetListingsParams validator --- diff --git a/src/insets/InsetListingsParams.cpp b/src/insets/InsetListingsParams.cpp index b5c1ad8321..572a806cff 100644 --- a/src/insets/InsetListingsParams.cpp +++ b/src/insets/InsetListingsParams.cpp @@ -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); diff --git a/status.21x b/status.21x index 7b7e6d2c9a..34c813e1f9 100644 --- a/status.21x +++ b/status.21x @@ -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