Fix typos in InsetListingsParams validator

This commit is contained in:
Juergen Spitzmueller 2014-05-06 20:17:03 +02:00
parent 2194c2c484
commit 8d8880d83b
2 changed files with 10 additions and 4 deletions

View 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);

View 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