]> git.lyx.org Git - lyx.git/blobdiff - src/support/ChangeLog
remove !NEW_INSETS cruft
[lyx.git] / src / support / ChangeLog
index f1016aa81c425b2fee416bd898a0203f0043ee2d..1a668822831f6be4ee104a9987a645b54fd1d164 100644 (file)
@@ -1,3 +1,65 @@
+2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * textutils.h: remvoe !NEW_INSETS cruft
+
+2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * fmt.C: 
+       * atoi.C: add using directives when needed for C functions
+       declared in std:: namespace.
+
+2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * lstrings.C : add two helper structs, local_lowercase and
+       local_uppercase. 
+       (lowercase): change to use std::transform
+       (uppercase): change to use std::transform
+
+2001-04-25  Allan Rae  <rae@lyx.org>
+
+       * lyxstring.C : Assert got moved and Lars missed a few.
+
+2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * LAssert.h (Assert): put into namespace lyx
+
+       * lyxfunctional.h: put into namespace lyx
+       * translator.h: adjust
+
+2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * lyxalgo.h: put into namespace lyx, add firster and copy_if
+
+       * FileInfo.h: inherit privately from noncopyable
+       * path.h: ditto
+
+2001-04-16  Allan Rae  <rae@lyx.org>
+
+       * tempname.C (make_tempfile): #warning triggers an error on Sun CC 6.0
+       as an unrecognised preprocessor directive.  So ensure they're wrapped. 
+
+2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
+
+       * several files: remove CXX_WORKING_NAMESPACES
+
+       * 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.
+
 2001-02-27  José Matos  <jamatos@fep.up.pt>
 
        * filetools.h (BasePath):
@@ -5,7 +67,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>