]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Added new FINISED states FINISHED_RIGHT, FINISHED_UP, FINISHED_DOWN.
[lyx.git] / src / ChangeLog
index b52f7c6ca868e4a7e242cf78a17122016cb83c61..9c9ab335107d84326fa3f5ede58b9ee648810781 100644 (file)
@@ -1,7 +1,34 @@
+2001-08-16  Juergen Vigna  <jug@sad.it>
+
+       * lyxfunc.C (dispatch): implemented the new FINISHED states.
+
+2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * buffer.C (parseSingleLyXformat2Token): Do not generate errors
+       when converting LaTeX layout to insetERT.
+       Generate a non-collapsed float when reading old float
+
+2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
+       ERT insets.
+
+2001-08-13  Juergen Vigna  <jug@sad.it>
+
+       * text.C (fill): return 0 instead of 20 as this seems to be the more
+       correct value.
+
+2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
+       lyxrc.font_norm.
+
 2001-08-13  Juergen Vigna  <jug@sad.it>
 
        * lyxfind.C (LyXReplace): fixed not single-replacing characters with
        casesensitive off.
+       (SearchBackward): comment out the unlocking of the inset_owner this
+       should not be needed!
 
 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>