]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
remove unneded math specific stuff, use altered notifyCursorLeave
[lyx.git] / src / ChangeLog
index 0127d69f47780323d6ee59265baa074e1711b746..59ece2c11fbd40caf9d80dbdb8aa9fd77129af52 100644 (file)
@@ -1,3 +1,113 @@
+
+2004-04-05  André Pönitz  <poenitz@gmx.net>
+
+       * cursor.[Ch] (valign, halign...): remove unneeded functions
+
+2004-04-05  Angus Leeming  <leeming@lyx.org>
+
+       * lyxlength.[Ch] (unit_name et al.): const-correct.
+
+2004-04-05  Angus Leeming  <leeming@lyx.org>
+
+       * BufferView_pimpl.C:
+       * buffer.C:
+       * counters.C:
+       * cursor.C:
+       * lyxfunc.C
+       * paragraph.C:
+       * pariterator.C:
+       * text.C:
+       * text2.C:
+       * text3.C: wrap #warning calls inside #ifdef WITH_WARNINGS blocks.
+
+2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * text3.C (getStatus): add LFUN_BEGINNINGBUF
+
+2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * lyxfind.C: add a couple of inTexted() tests + other small fixes
+       * BufferView_pimpl.[Ch] (getStatus)
+       * BufferView.[Ch] (getStatus): add
+       * lyxfunc.C (getStatus): move lfuns handled in
+       BufferView::dispatch to te function above 
+       * Cursor.C (setSelection): set selection() = true
+
+2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * lyxfunc.C (getStatus): enable LFUN_WORD_{FIND,REPLACE}
+
+2004-03-31  Angus Leeming  <leeming@lyx.org>
+
+       * lyxfunc.C (dispatch): Fall through to the generic
+       Dialogs::show("preamble").
+
+2004-03-31  Angus Leeming  <leeming@lyx.org>
+
+       * lyxfunc.C (dispatch): Fall through to the generic
+       Dialogs::show("spellchecker").
+
+2004-03-31  Angus Leeming  <leeming@lyx.org>
+
+       * lyxfunc.C (getStatus, dispatch): changed invocation of the
+       preferences dialog.
+
+2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * BufferView.C
+       * cursor.[Ch]
+       * dociterator.[Ch]:
+       * insetiterator.[Ch]:
+       * lyxfind.C:
+       * lyxfunc.C:
+       * pariterator.[Ch]:
+       * text2.C:
+       * undo.[Ch]: s/DocumentIterator/DocIterator/g
+
+2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * BufferView.C (setCursor, putSelectionAt): call edit to open the
+       insets where we are putting the cursor.
+
+2004-03-31  Angus Leeming  <leeming@lyx.org>
+
+       * lfuns.h:
+       * LyXAction.C: new lfun LFUN_LYXRC_APPLY.
+
+       * lyxrc.[Ch] (read, write): overloaded member functions taking
+       a std::[io]stream arguments.
+
+       * lyxfunc.C (getStatus, dispatch): handle LFUN_LYXRC_APPLY.
+
+2004-03-31  Angus Leeming  <leeming@lyx.org>
+
+       * lyxfunc.C (loadTextclass): new helper function, invoked by two of
+       dispatch's case blocks, LFUN_TEXTCLASS_APPLY and LFUN_TEXTCLASS_LOAD.
+
+       * lyxtextclass.C (load): if the text class couldn't be loaded, then
+       don't overwrite 'loaded_ = false' with 'loaded_ = true' !
+
+2004-03-31  Angus Leeming  <leeming@lyx.org>
+
+       * lyxfunc.C (dispatch): remove the cursor-manipulation code from
+       the LFUN_ALL_INSETS_TOGGLE code.
+
+2004-03-30  Angus Leeming  <leeming@lyx.org>
+
+       * lyxfunc.C (dispatch): the specialization Dialogs::showDocument
+       has died. Fall through to the generic Dialogs::show("document").
+       
+2004-03-30  Angus Leeming  <leeming@lyx.org>
+
+       * lfuns.h:
+       * LyXAction.C: new lfuns LFUN_LANGUAGE_BUFFER, LFUN_TEXTCLASS_APPLY,
+       LFUN_TEXTCLASS_LOAD, LFUN_SAVE_AS_DEFAULT, LFUN_BUFFERPARAMS_APPLY.
+
+       * lyxfunc.C (getStatus, dispatch): define the actions for these
+       lfuns. Little more than a cut and pste job from ControlDocument.C
+
+       * lyxtextclass.[Ch] (loaded): accessor for the private bool loaded_.
+
 2004-03-30  Angus Leeming  <leeming@lyx.org>
 
        * lfuns.h: