From 8d8880d83b707ca803cb949ba9a8ad166f276648 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Tue, 6 May 2014 20:17:03 +0200 Subject: [PATCH] Fix typos in InsetListingsParams validator --- src/insets/InsetListingsParams.cpp | 6 ++---- status.21x | 8 ++++++++ 2 files changed, 10 insertions(+), 4 deletions(-) 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 -- 2.39.5