]> git.lyx.org Git - features.git/commitdiff
add missing lfun status
authorAlfredo Braunstein <abraunst@lyx.org>
Thu, 1 Apr 2004 09:05:28 +0000 (09:05 +0000)
committerAlfredo Braunstein <abraunst@lyx.org>
Thu, 1 Apr 2004 09:05:28 +0000 (09:05 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8583 a592a061-630c-0410-9148-cb99ea01b6c8

src/ChangeLog
src/text3.C

index 8db9bff1729588d06ccb6bcc1e3e6c4f4f59660a..399e48c7ab8d54c82bb59b2b80ddba9a960dde2b 100644 (file)
@@ -1,4 +1,8 @@
 
+2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * text3.C (getStatus): add LFUN_BEGINNINGBUF
+
 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
 
        * lyxfind.C: add a couple of inTexted() tests + other small fixes
index 546cb6c01c0b8b800c65e40f5788ac7294d0c86d..8fcea9ed27a541bfa7c6b431b6258f37929ec515 100644 (file)
@@ -1789,6 +1789,7 @@ bool LyXText::getStatus(LCursor & cur, FuncRequest const & cmd,
        case LFUN_WORDRIGHT:
        case LFUN_WORDLEFT:
        case LFUN_ENDBUF:
+       case LFUN_BEGINNINGBUF:
        case LFUN_RIGHT:
        case LFUN_RIGHTSEL:
        case LFUN_LEFT: