]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ChangeLog
Translate labels for float:algorithm, float:figure and float:table.
[lyx.git] / src / insets / ChangeLog
index b5b266661a7df18e360d54ec2f296c506169f8d2..2f858565510d3fffad0e04b152935c224709d569 100644 (file)
@@ -1,5 +1,27 @@
+2002-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * insetfloat.C (c-tor, wide): translate the name of the float.
+
+2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * insetcite.[Ch]: take Herbert's patch to give WYSIWYG citation labels
+       when using natbib and make it work efficiently. Must emphasise that the
+       real work is Herbert's.
+
+2002-04-23  Herbert Voss  <voss@perce.de>
+
+       * insetgraphic.C (prepareFile): fix bug with overwriting and
+       deleting an existing *.eps-file in the doc-dir
+
+2002-04-23  Juergen Vigna  <jug@sad.it>
+
+       * insettabular.C (drawCellSelection): fix off by 1 error.
+
 2002-04-22  Juergen Vigna  <jug@sad.it>
 
+       * insettabular.C (setFont): rewoke full selection if it was asked,
+       after we changed all we had to change.
+
        * insettext.C (insetUnlock): code was uninitialized in some situations.
 
 2002-04-19  Herbert Voss  <voss@perce.de>