]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
and this...
[lyx.git] / src / ChangeLog
index f28aee93dec6bcfdac8acd816fec85463383f311..0589f20bb0626b5568869a5539a428494f02d153 100644 (file)
@@ -1,4 +1,117 @@
 
+2004-02-06  André Pönitz  <poenitz@gmx.net>
+
+       * BufferView.[Ch]:
+       * BufferView_pimpl.[Ch]:
+       * text3.C: move some text specific LFUN handling
+
+2004-02-06  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * text3.C (checkInsetHit): adjust coords
+       * text2.C (getColumnNearX): adjust coords
+       (edit): adjust coords
+       * text.C (getRowNearY): add two asserts
+
+2004-02-06  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * converter.C:
+       * format.C: add using std::distance to compile on gcc 2.95/stlport
+
+2004-02-04  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * cursor.[Ch]: workaround gcc 2.95 pointer comparison bug
+
+2004-02-04  André Pönitz  <poenitz@gmx.net>
+
+       * BufferView.[Ch] (insertInset):
+       * BufferView_pimpl.[Ch] (insertInset): remove unneeded return value 
+
+       * text2.C:
+       * text3.C: adjust
+
+2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * BufferView_pimpl.C (dispatch): remove call to LCursor::dispatch 
+       on the default clause of the switch
+       * lyxfunc.C (dispatch): call BufferView::dispatch if the event 
+       wasn't catched by LCursor::dispatch
+
+2004-02-03  André Pönitz  <poenitz@gmx.net>
+
+       * BufferView.C:
+       * cursor.[Ch]: some additional asserts
+
+       * undo.[Ch]: remove LyXText dependency in interface
+
+       * lyxfunc.C: adjust
+
+       * lyxtext.h (firstPar, lastPar): remove dead functions 
+
+       * text.C:
+       * text2.C:
+       * text3.C:
+       * paragraph.[Ch]: adjust
+
+2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * lyxfind.C (find): fix argument order in call to ::find
+
+2004-02-02  André Pönitz  <poenitz@gmx.net>
+
+       * cursor.[Ch]: remove direct access to anchor
+
+       * text.C: remove findText() hack
+
+2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * iterators.[Ch] (lockPath): remove in favour of...
+       * BufferView.[Ch] (setCursor): this addition
+       * BufferView.C (putSelectionAt): adjust
+       * undo.C (performUndoOrRedo): adjust
+       * lyxfunc.C (dispatch): adjust
+
+2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * iterators.C (lockPath): add a missing slice
+       * undo.C (performUndoOrRedo): remove redundant positioning code
+
+2004-02-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * vc-backend.C (scanMaster): ";" -> ';'
+
+2004-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * lyxtextclasslist.C (less_textclass_avail_desc): inherit from
+       std::binary_function
+
+       * lyxtextclass.C (compare_name): rename to...
+       (LayoutNamesEqual): ...this
+
+       * lyxlex_pimpl.C (compare_tags): inherit from
+       std::binary_function, put back into anon namespace
+
+       * lyxfind.C (MatchString): inherig from std::binary_function
+       (findChange): use empty() istead of !size()
+
+       * format.C (FormatNamesEqual): new functor
+       (getFormat): use it
+       (getNumber): use it
+       (add): use it
+       (erase): use it
+       (setViewer): use it
+
+       * converter.C (compare_Converter): rename to...
+       (ConverterEqual): ...this, and fixup a bit.
+       (getConverter): use it, and make function const
+       (getNumber): use it, and make function const
+       (add): use it
+       (erase): use it:
+
+       * bufferlist.C: add using boost::bind
+
+       * MenuBackend.C (MenuNamesEqual): new functor
+       (hasMenu): use it, and make function const
+       (hasSubmenu): use nested bind to get rid of compare_memfun.
 
 2004-01-30  André Pönitz  <poenitz@gmx.net>