]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
update the screen while spellchecking and merging changes
[lyx.git] / src / ChangeLog
index 91d217dadf5749801ec14810834c726cbe070420..f70d86ac623992bf5951ad28ecf928234f11e054 100644 (file)
@@ -1,9 +1,33 @@
+2004-11-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * lyxfind.C (findNextChange): update the bufferview after setting
+       the selection
+
+2004-11-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * text3.C (getStatus): disable LFUN_INSET_OPTARG when the max
+       number of InsetOptArgs has already been inserted.
+
+       * output_latex.C (latexOptArgInsets): new method. This outputs all
+       the optarg insets, up to the limit defined in the layout file.
+       (optArgInset): removed
+       (TeXOnePar): call latexOptArgInsets; correctly update texrow
+
+2004-11-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * paragraph.C (isLetter): remove special spellchecker-related
+       code; return true also for digits
+       (isWord, isKomma): remove
+
+       * text.C (cursorRightOneWord, cursorLeftOneWord, getWord): 
+       * lyxfind.C (MatchString()): use isLetter instead of isWord
+
 2004-11-17  Lars Gullik Bjonnes  <larsbj@gullik.net>
 
        * pariterator.h (operatir=): comment out un-implemented member
        function. 
 
-       * paragraph.h: resolv ambiguity found by gcc 4.0 with the use of a
+       * paragraph.h: resolve ambiguity found by gcc 4.0 with the use of a
        static cast.
 
 2004-11-17  Lars Gullik Bjonnes  <larsbj@gullik.net>