[LyX/master] Findadv: Added handling for frontmatter macros

2019-02-19 Thread Kornel Benko
commit 0a2dda090417787903dd3c58f998a53cfafd3d0f Author: Kornel Benko Date: Tue Feb 19 23:11:09 2019 +0100 Findadv: Added handling for frontmatter macros title, subtitle, author etc. --- src/lyxfind.cpp | 68 +- 1 files changed,

[LyX/master] Fix bug #11490

2019-02-19 Thread Enrico Forestieri
commit c3b950483565ca53265a4105a4946585f8b59e24 Author: Enrico Forestieri Date: Tue Feb 19 19:51:11 2019 +0100 Fix bug #11490 Correctly add the branch name suffix when the stem of the filename contains a dot. --- src/Buffer.cpp |5 ++--- 1 files changed, 2 insertions(+), 3

[LyX/master] Rename TextMetrics::dimension() to dim()

2019-02-19 Thread Jean-Marc Lasgouttes
commit 2ae51b947b061dab057aae3c7d43ed5cdc11bd79 Author: Jean-Marc Lasgouttes Date: Tue Feb 19 18:04:43 2019 +0100 Rename TextMetrics::dimension() to dim() --- src/TextMetrics.h|2 +- src/insets/InsetText.cpp |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --gi