]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
move some selection related stuff over to textcursor.C
[lyx.git] / src / ChangeLog
index 88e46a2478c9bf1bf6f806796913dba242eec188..bd94f766be66bbfecf39e16a3d5ab0f99cfc343c 100644 (file)
@@ -1,3 +1,298 @@
+
+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
+
+       * version.C.in: change docversion to 1.4
+
+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 
+       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:
+       * LyXAction.C (init): new LFUN_DIALOG_SHOW.
+
+       * lyxfunc.C (dispatch): invoke it.
+
+2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * iterators.C (operator++, ParPosition): reintroduce some
+       const_cast for the benefit of older compilers.
+
+2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * text3.C (dispatch): do not modify clipboard when doing
+       LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
+       LFUN_DELETE_SKIP on a selection selection
+
+2003-06-16  André Pönitz  <poenitz@gmx.net>
+
+       * BufferView.C:
+       * buffer.C:
+       * buffer.h:
+       * paragraph.C:
+       * tabular.[Ch]: IU of clone() and getLabelList();
+
+2003-06-13  André Pönitz  <poenitz@gmx.net>
+
+       * tabular.h: compactification
+
+2003-06-12  André Pönitz  <poenitz@gmx.net>
+
+       * tabular.C:
+       * tabular.h:
+       * tabular_funcs.h: some renaming plus whitespace
+
+2003-06-12  André Pönitz  <poenitz@gmx.net>
+
+       * BufferView.C:
+       * BufferView_pimpl.C:
+       * CutAndPaste.C:
+       * buffer.C:
+       * iterators.[Ch]:
+       * lyxfunc.C:
+       * text.C:
+       * toc.C: Return a Paragraph & for ParIterator::operator*()
+
+2003-06-11  John Levon  <levon@movementarian.org>
+
+       * lyx_main.C:
+       * ToolbarBackend.h:
+       * ToolbarBackend.C: add "Toolbars" section and
+       put the flags there
+
+2003-06-10  Angus Leeming  <leeming@lyx.org>
+
+       * lfuns.h:
+       * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
+
+       * lyxfunc.C (dispatch): invoke it.
+
+2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * main.C: protect <ios> with HAVE_IOS
+       (main): protect sync_with_stdio with HAVE_IOS
+
+2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * text2.C (cutSelection): adjust
+       (pasteSelection): adjust
+
+       * messages.C: handle get of empty string
+
+       * main.C (main): use sync_with_stdio(false)
+
+       * lyxfunc.C (dispatch): adjust
+
+       * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
+       (WriteAs): remove unneeded BufferView arg.
+
+       * bufferparams.h: use correct types on papersize, papersize2 and
+       paperpackage.
+
+       * bufferparams.C (readToken): adjust for type
+       (writeLaTeX): add missing cases to switch.
+
+       * bufferlist.C (quitWriteBuffer): adjust
+       (close): adjust
+
+       * buffer.C (asciiParagraph): remove some commented code.
+
+       * CutAndPaste.C: remove current_view extern variable.
+       (cutSelection): add BufferParams arg.
+       (eraseSelection): add BufferParams arg.
+       (pasteSelection): add Buffer const & arg
+
+2003-06-07  John Levon  <levon@movementarian.org>
+
+       * buffer.C:
+       * paragraph_funcs.C:
+       * paragraph_pimpl.C:
+       * text.C:
+       * text2.C:
+       * paragraph.h:
+       * paragraph.C: allow InsetERT to freely space lines,
+       and some consolidation of code
+
+2003-06-06  José Matos  <jamatos@fep.up.pt>
+
+       * buffer.C (makeDocBookFile): fix bug #821
+
+2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
+
+       * BufferView_pimpl.C (dispatch): use Dialogs::visible
+
+2003-06-04  Angus Leeming  <leeming@lyx.org>
+
+       * buffer.C: bump format to 224.
+
+2003-06-05  André Pönitz  <poenitz@gmx.net>
+
+       * text2.C (redoParagraphs): remove two const_cast<>
+
+2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * ParagraphList.h: remove last remnants of NO_STD_LIST
+
+2003-06-03  Angus Leeming  <leeming@lyx.org>
+
+       * factory.C (createInset): small change to the way InsetExternal's params
+       are set.
+
+2003-06-04  André Pönitz  <poenitz@gmx.net>
+
+       * buffer.h: use Undo directly instead of shared_ptr<Undo>
+
+       * paragraph_pimpl.h:
+       * paragraph.[Ch]: some Inset -> UpdatableInset changes
+
+       * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
+
+       * undo_funcs.C: make some simple cases of undo work again
+
 2003-06-03  John Levon  <levon@movementarian.org>
 
        * ispell.C: HPUX doesn't have sys/select.h
        * text.C: implement accept/rejectChange()
 
        * lyxtext.h:
-       * text.C: paint changebars. Paint new/deleted text in the chosen colours.
-         Strike through deleted text.
+       * text.C: paint changebars. Paint new/deleted text in the chosen
+       colours. Strike through deleted text.
 
        * paragraph.h:
        * paragraph.C:
        * paragraph_pimpl.h:
-       * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass in the current change
-         to the insert functions. Rework erase to mark text as deleted, adding
-         an eraseIntern() and a range-based erase(). Implement
-         per-paragraph change lookup and accept/reject.
+       * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
+         in the current change to the insert functions. Rework erase to
+         mark text as deleted, adding an eraseIntern() and a range-based
+         erase(). Implement per-paragraph change lookup and
+         accept/reject.
 
        * paragraph_funcs.C: Fixup paste for change tracking.
 
        * tabular.C: mark added row/columns as new.
 
-       * text.C: fix rowLast() to never return -1. Don't allow spellchecking of deleted
-         text. Track transpose changes. Don't allow paragraph break or merge where appropriate.
+       * text.C: fix rowLast() to never return -1. Don't allow
+         spellchecking of deleted text. Track transpose changes. Don't
+         allow paragraph break or merge where appropriate.
 
        * text2.C: leave cursor at end of selection after a cut.