]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
"Inter-word Space"
[lyx.git] / src / ChangeLog
index 48cb9638b2cb244338d021b23412b9d7d946661c..c69e281f37c72a3a8cfb3c0e6377bc1819b69fc0 100644 (file)
@@ -1,3 +1,95 @@
+2003-05-30  André Pönitz  <poenitz@gmx.net>
+
+       * rowpainter.C: unify second drawing phase
+
+2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * trans_mgr.C: remove one case of current_view
+
+       * text2.C (cursorBottom): delete NO_STD_LIST stuff
+
+       * paragraph_funcs.h: remove paragraph.h include
+
+       * paragraph.h: delete NO_STD_LIST stuff
+
+       * paragraph.C (Paragraph): delete NO_STD_LIST stuff
+
+       * buffer.h: remove paragraph.h include
+
+       * ParagraphList.C: delete file
+
+       * Makefile.am (lyx_SOURCES): remove ParagraphList.C
+
+       * toc.C (getTocList): adjust
+
+       * paragraph_pimpl.C (validate): adjust
+
+       * paragraph_funcs.C (optArgInset): use const_iterator, adjust
+
+       * paragraph.C (Paragraph): adjust
+       (getPositionOfInset): use const_iterator, adjust
+       (bibitem): use const_iterator, adjust
+       (setInsetOwner): adjust
+
+       * iterators.C (operator++): adjust
+
+       * InsetList.[Ch]: Replace selfmade iterator with standard
+       vector::iterator also introduce const_iterator. Remove getPos,
+       getInset and setInset from InsetTable. Adjust accordingly.
+
+       * BufferView.C (lockInset): adjust
+       (ChangeInsets): adjust
+
+       * tabular.[Ch]: delete commented same_id functions
+
+2003-05-28  John Levon  <levon@movementarian.org>
+
+       * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
+
+2003-05-28  André Pönitz  <poenitz@gmx.net>
+
+       * metricsinfo.[Ch]: remove 'fullredraw' member
+
+2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * lyxtextclass.C (operator): remove caching.
+
+2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * text3.C: adjust
+
+       * text2.C (cursorBottom): adjust
+       (setCounter): use ParagraphList::find, adjust
+
+       * text.C (workWidth): use ParagraphList::find, adjust
+
+       * lyxcursor.C (LyXCursor): adjust
+
+       * buffer.C (inset_iterator): adjust
+
+       * ParagraphList.h: make iterator(value_type) private, make
+       ParagraphList a friend of iterator.
+
+       * ParagraphList.C (find): new function
+
+       * BufferView_pimpl.C (resizeCurrentBuffer): adjust
+
+2003-05-27  André Pönitz  <poenitz@gmx.net>
+
+       * dimension.[Ch]: a -> asc, d -> des, w -> wid
+
+2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * lyxfont.C (latexWriteStartChanges): fix character count for \noun
+
+2003-05-26  John Levon  <levon@movementarian.org>
+
+       * LyXAction.C: LFUN_ESCAPE should be ReadOnly
+
+2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * remove same_id from function signatures, adjust.
+
 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * undo_funcs.C (createUndo): use the id functions directly, adjust.