]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Change the latex font names in order to match the names of type1inst.
[lyx.git] / src / ChangeLog
index b178353f512b75b66ed7e6c9c0ea126c024c3213..734f2525601c86357ce70ca94f361bf809a7195d 100644 (file)
@@ -1,5 +1,30 @@
+2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * FontLoader.C (getFontinfo): Change the latex font names in order
+       to match the names of type1inst.
+
+2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * WorkArea.C (WorkArea): initialize the scrollbar bounds.
+
+       * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
+       (extchanged): ditto
+       (ext_exist): ditto
+       (remove_files_with_extension): ditto
+       (remove_file): ditto
+       (write): ditto
+
+       * BufferView_pimpl.C (updateScrollbar): do the right thing if the
+       document is smaller than the work area height. Do not initialize
+       static variables to 0.
+
 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
+       * lyx_gui.C (init): give the toolbar tooltips a normal font.
+
+       * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
+       LFUN_LAYOUT_PARAGRAPHS. 
+
        * tabular.C (GetCellFromInset): new method. Finds an inset in a
        tabular. It is possible to provide a possible cell, which will
        typically be the actcell from the corresponding insettabular