From 8140cf0e4f6c79a4e8127e037d5f282227966728 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Tue, 29 May 2007 09:09:02 +0000 Subject: [PATCH] set boundary when setting cursor with mouse (bug 3310) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@18556 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/BufferView.C | 1 + src/ChangeLog | 5 +++++ status.14x | 14 ++++++++------ 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/src/BufferView.C b/src/BufferView.C index cb179a4ddf..c01c54d78c 100644 --- a/src/BufferView.C +++ b/src/BufferView.C @@ -354,6 +354,7 @@ void BufferView::mouseSetCursor(LCursor & cur) //lyxerr << "5 cur after" << dit < + + * BufferView.C (mouseSetCursor): do not forget to set boundary + (bug 3310). Fix by Stefan Schimanski. + 2007-05-18 Jürgen Spitzmüller * text3.C (specialChar): add missing recordUndo. diff --git a/status.14x b/status.14x index bd1ce2ae57..f403613523 100644 --- a/status.14x +++ b/status.14x @@ -27,7 +27,7 @@ What's new * DOCUMENTATION AND LOCALIZATION -- update Hungarian and Italian localizations of the interface. +- Update Hungarian and Italian localizations of the interface. ** Bug fixes: @@ -37,23 +37,25 @@ What's new - Don't skip lines after noweb chunks in tex2lyx (bug 3052) -- fix bug when entering relative length (like page%) as margin +- Fix bug when entering relative length (like page%) as margin settings (bug 3416). - Fix Date external template in windows (bug 3241) * USER INTERFACE: -- fix bug where moving the last section up in the toc dialog eats the +- Fix bug where moving the last section up in the toc dialog eats the last paragraph (bug 3303). -- fix crash when using "all-insets-toggle" lfun on a file with +- Fix crash when using "all-insets-toggle" lfun on a file with math insets (bug 3358). -- fix crash when undoing ctrl- in mathed (bug 3590). +- Fix crash when undoing ctrl- in mathed (bug 3590). - Handle undo correctly when inserting a plain text file (bug 3204). +- Fix misplaced cursor when clicking at the end of a line (bug 3310). + - Make it possible to reset itemize bullets to their original state (bug 3312). @@ -92,6 +94,6 @@ What's new * MISCELLANEOUS -- make LyX/Mac recognize correctly newer versions of teTeX. +- Make LyX/Mac recognize correctly newer versions of teTeX. - Fix that Slovak userguide couldn't be typeset.