]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
"Inter-word Space"
[lyx.git] / src / ChangeLog
index 121c6e9733c80a22792a9858d42eb5fa1187ef7f..c69e281f37c72a3a8cfb3c0e6377bc1819b69fc0 100644 (file)
@@ -1,3 +1,177 @@
+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.
+
+       * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
+
+       * paragraph.C (Paragraph): get rid of same_ids parameter
+
+       * ParagraphList.C (insert): adjust
+       (push_back): adjust
+
+2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * paragraph_funcs.C (breakParagraph): adjust
+       (breakParagraphConservative): adjust
+
+       * buffer.C (readParagraph): adjust
+
+       * ParagraphList.C (insert): take a reference instead of a pointer
+       (insert): adjust
+
+       * paragraph.[Ch] (id): new function
+
+       * bufferlist.C (newFile): adjust
+
+       * ParagraphList.C (ParagraphList): adjust
+       (assign): adjust
+       (push_back): take a reference instead of a pointer.
+
+       * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
+
+       * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
+       instead.
+
+       * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
+       set else use old code.
+
+       * ParagraphList.C: remove all NO_NEXT code and only compile this
+       code of NO_STD_LIST is set.
+
+2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
+
+       * BufferView_pimpl.C:
+       * TextCache.C:
+       * TextCache.h:
+       * bufferlist.C:
+       * errorlist.h:
+       * format.C:
+       * format.h:
+       * graph.C:
+       * lyxfunc.C:
+       * lyxrc.C:
+       * graphics/GraphicsConverter.C:
+       * graphics/PreviewLoader.C: header adjustment
+
+2003-05-23  Angus Leeming  <leeming@lyx.org>
+
+       * LaTeXFeatures.[Ch] (useBabel): new method.
+       * bufferparams.C (writeLaTeX): use it.
+
+2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * ParagraphList.h (set): remove unused function.
+
+2003-05-23  André Pönitz  <poenitz@gmx.net>
+
+       * BufferView.C:
+       * BufferView_pimpl.C:
+       * buffer.C:
+       * buffer.h:
+       * lyxfunc.C:
+       * undo_funcs.C: setUndo reworked
+
+       * iterators.[Ch]: add access to topmost ParagraphList
+
+       * lyxtext.[Ch] (workWidth): add a const
+
+2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
+
+       * texrow.[Ch] (increasePos): remove function
+       * exporter.C (export): removed unused var and outdated comment
+
 2003-05-23  Angus Leeming  <leeming@lyx.org>
 
        * latexrunparams.h: rename fragile as moving_arg.