]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
last Friday's text*.C -> text_func shuffle
[lyx.git] / src / ChangeLog
index 1de7eee2ad9fb4468b3482227dfeef48d479653c..0ecef408649bf0c838fc1783c3b1a96029429e99 100644 (file)
@@ -1,3 +1,107 @@
+
+2003-07-01  André Pönitz  <poenitz@gmx.net>
+
+       * text.C:
+       * text2.C:
+       * text3.C:
+       * text_funcs.[Ch]:
+       * textcursor.h:
+       * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
+         text*.C to text_func.C
+
+2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * introduce namespace lyx::support
+
+2003-06-30  André Pönitz  <poenitz@gmx.net>
+
+       * Chktex.C:
+       * funcrequest.C:
+       * lyxtext.h:
+       * text.C: re-enable --with-included-string
+
+2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * textcursor.C: add <config.h>
+
+       * text.C (getWord): remove const from word_location arg
+
+       * lyxvc.C (getLogFile): fix const type order
+
+       * lyxtext.h: remove const from word_location arg, add arg name
+
+       * lyxlayout.h: currect type on labeltype.
+
+       * importer.C: correct \file
+
+       * converter.C (intToFormat): use std:: on ret val, ws changes
+
+       * bufferlist.h: correct \file
+
+       * buffer.C (makeLinuxDocFile): fix const type order
+       (makeDocBookFile): ditto
+       (fillWithBibKeys): use std:: on stdlib args.
+
+       * CutAndPaste.C: fix authors.
+       (availableSelections): use std:: on return vector
+
+2003-06-27  André Pönitz  <poenitz@gmx.net>
+
+       * BufferView_pimpl.C:
+       * bufferview_funcs.C:
+       * lyxcursor.C:
+       * lyxcursor.h:
+       * lyxfunc.C:
+       * lyxtext.h:
+       * rowpainter.C:
+       * text.C:
+       * text2.C:
+       * text3.C: remove LyXCursor::row_ member
+
+       * lyxtext.h:
+       * text.C: rename fullRebreak() to partialRebreak() and implement
+         a fullRebreak() that really bereks fully
+
+       * textcursor.h: new struct for cursor-related data
+
+2003-06-26  Alfredo Brauntein  <abraunst@lyx.org>
+
+       * lyx_main.C (LyX): get full path of document loaded on the
+       command line
+
+2003-06-26  André Pönitz  <poenitz@gmx.net>
+
+       * lyxcursor.[Ch]: move rarely used operator==,!= out of line
+         remove unused/broken operator>,<,>=.
+
+       *       text.C: remove only use of broken operator<= in an Assert().
+
+2003-06-24  Alfredo Brauntein  <abraunst@lyx.org>
+
+       * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
+       moved errorlist_.clear to showErrorList
+
+2003-06-24  Alfredo Brauntein  <abraunst@lyx.org>
+
+       * converter.C (scanLog, runLaTeX):
+       * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
+       move the bv->showErrorList call to the callers
+       * lyxfunc.C: i.e. here...
+       * text2.C: and here
+       * BufferView.[Ch] (setErrorList, resetErrorList): both removed
+       * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
+       namespace, the second to...
+       * buffer_funcs (BufferFormat, parseErrors): added
+       * errorlist.C (ErrorList(TeXErrors const &)): removed
+
+2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * ToolbarBackend.C (getIcon): complain when icon cannot be found
+
+2003-06-24  "Garst R. Reese" <reese@isn.net>
+
+       * debug.C: fix typo
+
 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
 
        * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
 
        * buffer.C: fix a bug just introduced
-       
+
 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
 
-       * buffer.[Ch]: added the parseError signal and use it, removed 
+       * buffer.[Ch]: added the parseError signal and use it, removed
        sgmlError
        * BufferView.[Ch] (addError): moved to ...
-       * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach 
+       * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
        to the Buffer::parseError signal to catch (guess what) parse errors
        * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
-       
+
 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
 
-       * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the 
-       ability to create a buffer and to return an existing one from 
+       * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
+       ability to create a buffer and to return an existing one from
        the list. Moved these functions to...
        * buffer_funcs.[Ch]: added
        * BufferView.[Ch] (loadLyXFile): added
-       * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing 
+       * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
        job removed from bufferlist::loadLyXFile.
-       * buffer.C (setReadOnly): make it work without view 
+       * buffer.C (setReadOnly): make it work without view
        (i.e added an if (users))
-       
+
 2003-06-19  Angus Leeming  <leeming@lyx.org>
 
        * lfuns.h: