]> git.lyx.org Git - lyx.git/blobdiff - src/support/ChangeLog
one small private fix in mathed, put noncopyable and tie into boost namespace
[lyx.git] / src / support / ChangeLog
index fee26038b30ce6293e3a6708308cd8b5ccf6beef..6cab81fbfd3869adee120169ebc3f242ea978d3f 100644 (file)
@@ -1,3 +1,19 @@
+2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
+
+       * FileInfo.h: noncopyable is in namespace boost
+       * path.h: ditto
+
+2001-02-16  John Levon  <moz@compsoc.man.ac.uk>
+
+       * syscontr.h: fix header include
+
+2001-02-28  Baruch Even  <baruch@ev-en.org>
+
+       * filetools.C: Removed dependency on syscall.h
+
+       * syscall.h:
+       * syscall.C: Minor cleanings before I start to touch this code.
+
 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
 
        * filetools.C (CreateTmpDir): change umask to 0700.
@@ -9,7 +25,7 @@
 
        * filetools.C (IsLyXFilename):
        * filetools.C (IsSGMLFilename): test if extension is suffix and not
-       only containned.
+       only contained.
 
 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>