]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
try this for distinguishing inner and outer tabs
[lyx.git] / src / ChangeLog
index fc2254bb1a48b1f806e38a54cd25dee84db28068..66153a23381811060c7fa54434e0ed9bfc288e96 100644 (file)
@@ -1,3 +1,57 @@
+2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
+
+        * src/layout_forms.C: out preamble
+        * src/layout_forms.h: out preamble
+        * src/lyx_cb.C: out preamble
+        * src/lyx_cb.h: out preamble
+        * src/lyx_gui.C: out preamble
+        * src/lyx_gui_misc.C: out preamble
+        * src/lyxfunc.C: connect with guii preamble
+
+2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
+
+2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
+       whether to run bibtex.
+
+2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * Makefile.am (lyx_SOURCES): Remove BackStack.h
+
+2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * Makefile.am (lyx_SOURCES): removed bibforms.h
+
+       * vspace.h: doxygen
+
+       * text.C (GetVisibleRow): make several local vars const
+
+       * tabular.C: small cleanup.
+
+       * lyxserver.C (callback): use compare instead of strncmp
+
+       * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
+       inlines to after class or to paragraph.C
+
+       * lyxfont.h: remove friend operator!=
+
+       * converter.h: move friend bool operator< to non friend and after
+       class def.
+
+       * combox.h: small cleanup
+
+       * buffer.h: doxygen, remove unused constructor, move inclas inlies
+       to inlines after class def.
+
+       * buffer.C (pop_tag): use string operations instead of strcmp
+
+       * bmtable.c: doxygen, small cleanup
+
+       * LaTeX.h: remove friend operator==
+
 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
 
        * screen.C: