]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
remove unused code
[lyx.git] / src / ChangeLog
index 82fc02e351b7880905ff8bc37d446f263711140e..0e86b7cb0bdab2397805963403ae0787d8f738fb 100644 (file)
@@ -1,3 +1,145 @@
+
+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]:
+       * lyxfunc.C: further cleaning
+
+2002-08-13  André Pönitz <poenitz@gmx.net>
+
+       * funcrequest.h: new constructor
+
+       * funcrequest.C: move stuff here from .h
+
+       * Makefile.am:
+       * BufferView_pimpl.C:
+       * LyXAction.C:
+       * toc.C:
+       * lyxfunc.C: subsequent changes
+
+       * lyxfunc.h: new view() member function
+
+       * lyxfunc.C: subsequent changes
+
+2002-08-13  Angus Leeming  <leeming@lyx.org>
+
+       * BufferView2.C:
+       * BufferView_pimpl.C:
+       * buffer.C:
+       * converter.C:
+       * importer.C:
+       * lyxfunc.C:
+       * lyxvc.C:
+       * toc.C:
+       * vc-backend.C:
+       changes due to the changed LyXView interface that now returns references
+       to member variables not pointers.
+
+2002-08-13  Angus Leeming  <leeming@lyx.org>
+
+       * WordLangTuple (word, lang_code): return references to strings,
+       not strings.
+
+       * BufferView.h:
+       * SpellBase.h:
+       * lyxtext.h: forward-declare WordLangTuple.
+
+       * BufferView2.C:
+       * ispell.C:
+       * pspell.C:
+       * text.C: #include "WordLangTuple.h".
+
+       * lyxtext.h:
+       * text.C: (selectNextWordToSpellcheck): constify return type.
+
+2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
+
+       * buffer.C:
+       * buffer.h:
+       * lyxtext.h:
+       * paragraph.C:
+       * paragraph_pimpl.h:
+       * text.C:
+       * text2.C:
+       * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
+       suggested by Angus.
+       Made updateCounter always count from start of buffer, and removed
+       second argument (par).
+       Reverted floats number display to '#'. Perhaps I'll try again when the
+       code base is sanitized a bit.
+
+2002-08-12  Angus Leeming  <leeming@lyx.org>
+
+       * buffer.[Ch] (getLabelList): constify.
+
+2002-08-07  André Pönitz <poenitz@gmx.net>
+
+       * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
+
+       * funcrequest.h: extension to keep mouse (x,y) position
+
+2002-08-12  Juergen Vigna  <jug@sad.it>
+
+       * BufferView2.C (insertErrors): forbid undo when inserting error
+       insets.
+
+       * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
+
 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * ParagraphList.[Ch]: new files
        * 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