The branch, 2.0.x, has been updated. - Log -----------------------------------------------------------------
commit 4eb2d711101b7c62f432753f6c72769b9d07e0f3 Author: Richard Heck <[email protected]> Date: Tue Feb 5 10:00:32 2013 -0500 Fix TeX crash involving URLs. Patch from Martin Vermeer. (cherry picked from commit c9b9501f7d9d35abb59816ee2c71365818627eb6) diff --git a/lib/layouts/stdinsets.inc b/lib/layouts/stdinsets.inc index 87a1577..b6d0d6b 100644 --- a/lib/layouts/stdinsets.inc +++ b/lib/layouts/stdinsets.inc @@ -347,6 +347,7 @@ InsetLayout "Flex:URL" PassThru true FreeSpacing true ForceLTR true + ResetsFont false Font Family Typewriter Color urltext diff --git a/status.20x b/status.20x index 6818b73..a7074b9 100644 --- a/status.20x +++ b/status.20x @@ -100,6 +100,8 @@ What's new - Fix InsetLayout's LatexParam output: \begin{inset}[latexparam]. +- Fix TeX crash involving font changes in URLs. + * USER INTERFACE ----------------------------------------------------------------------- Summary of changes: lib/layouts/stdinsets.inc | 1 + status.20x | 2 ++ 2 files changed, 3 insertions(+), 0 deletions(-) hooks/post-receive -- The LyX Source Repository
