]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
added a parseError signal to Buffer and use it
[lyx.git] / src / ChangeLog
index 486e403a02058972074460cfa3d21bc2e8a1ab62..6a29bb9bc472fe98ae7481d91cbf4b1d374baf37 100644 (file)
@@ -1,3 +1,87 @@
+2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
+
+       * buffer.[Ch]: added the parseError signal and use it, removed 
+       sgmlError
+       * BufferView.[Ch] (addError): moved to ...
+       * 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 
+       the list. Moved these functions to...
+       * buffer_funcs.[Ch]: added
+       * BufferView.[Ch] (loadLyXFile): added
+       * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing 
+       job removed from bufferlist::loadLyXFile.
+       * buffer.C (setReadOnly): make it work without view 
+       (i.e added an if (users))
+       
+2003-06-19  Angus Leeming  <leeming@lyx.org>
+
+       * lfuns.h:
+       * LyXAction.C (init):
+       * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
+       with LFUN_DIALOG_SHOW <name> <data>.
+
+2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * CutAndPaste.C (availableSelections): small compilation fix for
+       ancient (gcc 2.9x) compilers
+
+2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * text3.C (cursorNext): add tmp var
+
+       * text2.C (updateCounters): for function calling out of for clause
+       (replaceSelectionWithString): ditto
+       (insertStringAsParagraphs): ditto
+       (getColumnNearX): add tmp var
+       (setCursorFromCoordinates): add tmp var
+       (cursorDownParagraph): add tmp var
+       (deleteEmptyParagraphMechanism): add tmp var
+
+       * text.C (insertChar): add tmp var
+
+       * rowpainter.C (paintDepthBar): add tmp var
+
+       * CutAndPaste.C (availableSelections): potentially check all
+       paragraphs in a cut to fill the shown strings.
+
+2003-06-18  André Pönitz  <poenitz@gmx.net>
+
+       * kbmap.[Ch]: use vector<> instead of list<>
+
+2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * text3.C (dispatch): handle arg to LFUN_PASTE, call
+       pasteSelection with index
+
+       * text2.C (pasteSelection): modify, call pasteSelection with index
+
+       * paragraph.C (asString): reimplement version with no interval to
+       call the one with interval.
+
+       * lyxtext.h: add index arg to pasteSelection
+
+       * MenuBackend.C (MenuItem): handle PasteRecent
+       (Menu::read::Menutags): add md_pasterecent
+       (read): handle it
+       (expandPasteRecent): new function
+       (expand): use it
+
+       * MenuBackend.h: add PasteRecent to MenuItem::Kind
+
+       * CutAndPaste.C: get rid of some stale comments. Add typdefe for
+       the limited stack
+       (availableSelections): new function
+
+2003-06-17  Angus Leeming  <leeming@lyx.org>
+
+       * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
+
 2003-06-17  Angus Leeming  <leeming@lyx.org>
 
        * lfuns.h:
        * lyxtext.h:
        * text.C: implement accept/rejectChange()
 
-       * lyxtext.h: 
+       * lyxtext.h:
        * text.C: paint changebars. Paint new/deleted text in the chosen
        colours. Strike through deleted text.