From a8ba869d73f3f657c465d9a7a652aff7d34e789d Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Sun, 27 Jul 2014 10:23:17 +0200 Subject: [PATCH] Add beamer-resenumerate (from our wiki) to the list of safe modules for argument conversion, since it is safe. Fixes part of #9208. --- lib/lyx2lyx/lyx_2_1.py | 6 +++--- status.21x | 5 ++++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/lib/lyx2lyx/lyx_2_1.py b/lib/lyx2lyx/lyx_2_1.py index f9b1e32b63..ae4c39069f 100644 --- a/lib/lyx2lyx/lyx_2_1.py +++ b/lib/lyx2lyx/lyx_2_1.py @@ -1507,9 +1507,9 @@ def convert_latexargs(document): "svglobal3", "svglobal", "svjog", "svmono", "svmult", "svprobth", "tarticle", "tbook", "treport", "tufte-book", "tufte-handout"] # A list of "safe" modules, same as above - safe_modules = ["biblatex", "beameraddons", "beamersession", "braille", "customHeadersFooters", - "endnotes", "enumitem", "eqs-within-sections", "figs-within-sections", "fix-cm", - "fixltx2e", "foottoend", "hanging", "jscharstyles", "knitr", "lilypond", + safe_modules = ["biblatex", "beameraddons", "beamer-resenumerate", "beamersession", "braille", + "customHeadersFooters", "endnotes", "enumitem", "eqs-within-sections", "figs-within-sections", + "fix-cm", "fixltx2e", "foottoend", "hanging", "jscharstyles", "knitr", "lilypond", "linguistics", "linguisticx", "logicalmkup", "minimalistic", "nomindex", "noweb", "pdfcomment", "sweave", "tabs-within-sections", "theorems-ams-bytype", "theorems-ams-extended-bytype", "theorems-ams-extended", "theorems-ams", "theorems-bytype", diff --git a/status.21x b/status.21x index 7ec8f006ec..bec5ee0c51 100644 --- a/status.21x +++ b/status.21x @@ -61,13 +61,16 @@ What's new - Fix warning "Missing \use_indices" when converting from 1.6.x format or older. +- Fix conversion of beamer overlay arguments when the module + "beamer-resenumerate" is used (part of bug 9208). + * USER INTERFACE - Do not forget last words of paragraphs in completion possibilities. -- Select word on double click even when at boundary (#9159). +- Select word on double click even when at boundary (bug 9159). - Fix listings inset parameter validation when font size is selected (bug 8144). -- 2.39.5