]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
remove unused code
[lyx.git] / src / ChangeLog
index 5f493709ec5fe603e13e18bb4fd7edf7207c44ed..0e86b7cb0bdab2397805963403ae0787d8f738fb 100644 (file)
@@ -1,4 +1,60 @@
 
+2002-08-19  André Pönitz <poenitz@gmx.net>
+
+       * lyxtext.h:
+       * text.C: new LyXText::dispatch()
+
+       * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
+
+2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
+
+       * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
+       Hebrew text.
+
+2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * Makefile.am: use $(variables) instead of @substitutions@
+
+2002-08-15  André Pönitz <poenitz@gmx.net>
+       
+       * lyxfunc.C:
+       * BufferView_pimpl.C: streamlining mathed <-> outer world
+       interaction 
+
+       * commandtags.h:
+       * LyXAction.C: remove unused LFUN_MATH
+
+2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * paragraph.[Ch]: add some NO_NEXT ifdefs.
+
+2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * paragraph.C (Paragraph): reformat a bit
+       (cutIntoMinibuffer): use builtin InsetList function instad of
+       doing it manually.
+       (getInset): ditto
+
+       * buffer.C: include boost/bind.hpp, add using std::for_each
+       (writeFileAscii): use ParagraphList iterators
+       (validate): use for_each for validate traversal of paragraphs
+       (getBibkeyList): use ParagraphList iterators
+       (resizeInsets): use for_each to resizeInsetsLyXText for all
+       paragraphs.
+       (getParFromID): use ParagraphList iterators
+
+       * BufferView2.C (lockInset): use paragraph list and iterators
+
+2002-08-14  John Levon  <levon@movementarian.org>
+
+       * lyxserver.C: remove spurious xforms include
+
+2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * lyxfunc.C (getStatus): disable math-extern outside of math mode
+
 2002-08-13  André Pönitz <poenitz@gmx.net>
 
        * LyXAction.[Ch]:
@@ -10,7 +66,7 @@
 
        * funcrequest.C: move stuff here from .h
 
-       * Makefile.am: 
+       * Makefile.am:
        * BufferView_pimpl.C:
        * LyXAction.C:
        * toc.C:
        * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
        unused class variable counter_,
 
-       * paragraph.[Ch] (getFirstCounter): delete unused function 
+       * paragraph.[Ch] (getFirstCounter): delete unused function
 
        * counters.C: include LAssert.h
        (reset): add a new function with no arg, change other version to