The branch, 2.0.x, has been updated.

- Log -----------------------------------------------------------------

commit 2093b90fb7c6498e760e4d6f525150575cce1de4
Author: Jean-Marc Lasgouttes <lasgout...@lyx.org>
Date:   Fri Mar 22 14:41:57 2013 +0100

    Implement inset-select-all in mathed

diff --git a/src/mathed/InsetMathNest.cpp b/src/mathed/InsetMathNest.cpp
index 59358d2..dd9666e 100644
--- a/src/mathed/InsetMathNest.cpp
+++ b/src/mathed/InsetMathNest.cpp
@@ -725,6 +725,7 @@ void InsetMathNest::doDispatch(Cursor & cur, FuncRequest & 
cmd)
        case LFUN_MOUSE_DOUBLE:
        case LFUN_MOUSE_TRIPLE:
        case LFUN_WORD_SELECT:
+       case LFUN_INSET_SELECT_ALL:
                cur.pos() = 0;
                cur.idx() = 0;
                cur.resetAnchor();
diff --git a/status.20x b/status.20x
index a3a6159..72b5442 100644
--- a/status.20x
+++ b/status.20x
@@ -141,6 +141,8 @@ What's new
 
 - Fix a few selection bugs in tabular (bugs 4981, 7988).
 
+- Fix `select whole inset' function in math editor.
+
 - Fix confusing behavior in search when changing directions (bug 8543)
 
 - Fix several issues when using multicolumns/multirows and decimal alignment in

-----------------------------------------------------------------------

Summary of changes:
 src/mathed/InsetMathNest.cpp |    1 +
 status.20x                   |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository

Reply via email to