]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
John's Layout Tabular UI improvements and Martins fixes to clearing the
[lyx.git] / src / ChangeLog
index 8d9e80b4d831abdb286548b48cd57ddc26e31b60..a7d0c79ba59f11ed2d6fed15a49da7afc065d298 100644 (file)
@@ -1,3 +1,55 @@
+2002-01-07  Juergen Vigna  <jug@sad.it>
+
+       * text.C (nextBreakPoint): removed debug output not needed anymore.
+
+2002-01-06  Juergen Vigna  <jug@sad.it>
+
+       * text.C (nextBreakPoint): fixed up this function we had this bug
+       since ever but now hopefully we break row better.
+       (insertChar): we have to check if an inset is the next char as it
+       could now happen that a large inset is causing a break.
+
+2002-01-05  Juergen Vigna  <jug@sad.it>
+
+       * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
+       if it doesn't like to be drawed.
+
+2002-01-04  Juergen Vigna  <jug@sad.it>
+
+       * BufferView2.C (lockInset): forgot to set a cursor.
+
+       * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
+
+2002-01-03     Martin Vermeer <martin.vermeer@hut.fi>
+
+       * FormMathsPanel.C:
+       * FormMathsPanel.h
+       * MathsSymbols.C:
+       * form_maths_panel.C:
+       * form_maths_panel.h:
+       * form_maths_panel.fd:
+       implemented sub- and super- buttons in math panel.
+
+       * lyx_main.C:
+       Revised hardwired bindings to allow original _ and ^ (or ^ space)
+       to be used as in TeX (req'd byAndrĂ©).
+
+       * lyxfunc.C:
+       Allow ^and _ again to be used both as super/subscript (mathed)
+       and as themselves (in text).
+
+
+2002-01-03  Allan Rae  <rae@lyx.org>
+
+       * LyXView.C (updateWindowTitle): Setup a short icon title of either
+       "LyX" or the filename of the current buffer if it has one.  This is a
+       modified form of John Levon's patch.
+
+       * XFormsView.C (setWindowTitle): also set icon title.
+
+       * LyXView.h: (setWindowTitle): signature changed.
+       * XFormsView.h (setWindowTitle): ditto.
+
 2002-01-02  Juergen Vigna  <jug@sad.it>
 
        * tabular.C (AppendColumn): hopefully fixed this memory access problem.