]> git.lyx.org Git - lyx.git/blob - src/support/ChangeLog
remove !NEW_INSETS cruft
[lyx.git] / src / support / ChangeLog
1 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2
3         * textutils.h: remvoe !NEW_INSETS cruft
4
5 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6
7         * fmt.C: 
8         * atoi.C: add using directives when needed for C functions
9         declared in std:: namespace.
10
11 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12
13         * lstrings.C : add two helper structs, local_lowercase and
14         local_uppercase. 
15         (lowercase): change to use std::transform
16         (uppercase): change to use std::transform
17
18 2001-04-25  Allan Rae  <rae@lyx.org>
19
20         * lyxstring.C : Assert got moved and Lars missed a few.
21
22 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
23
24         * LAssert.h (Assert): put into namespace lyx
25
26         * lyxfunctional.h: put into namespace lyx
27         * translator.h: adjust
28
29 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
30
31         * lyxalgo.h: put into namespace lyx, add firster and copy_if
32
33         * FileInfo.h: inherit privately from noncopyable
34         * path.h: ditto
35
36 2001-04-16  Allan Rae  <rae@lyx.org>
37
38         * tempname.C (make_tempfile): #warning triggers an error on Sun CC 6.0
39         as an unrecognised preprocessor directive.  So ensure they're wrapped. 
40
41 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
42
43         * several files: remove CXX_WORKING_NAMESPACES
44
45         * FileInfo.h: noncopyable is in namespace boost
46         * path.h: ditto
47
48 2001-02-16  John Levon  <moz@compsoc.man.ac.uk>
49
50         * syscontr.h: fix header include
51
52 2001-02-28  Baruch Even  <baruch@ev-en.org>
53
54         * filetools.C: Removed dependency on syscall.h
55
56         * syscall.h:
57         * syscall.C: Minor cleanings before I start to touch this code.
58
59 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
60
61         * filetools.C (CreateTmpDir): change umask to 0700.
62
63 2001-02-27  José Matos  <jamatos@fep.up.pt>
64
65         * filetools.h (BasePath):
66         * filetools.C (BasePath): removed since it is a duplicate of OnlyPath.
67
68         * filetools.C (IsLyXFilename):
69         * filetools.C (IsSGMLFilename): test if extension is suffix and not
70         only contained.
71
72 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
73
74         * fmt.C: 
75         * filetools.C: 
76         * atoi.C: remove cruft
77
78 2001-02-06  albert chin  <china@thewrittenword.com>
79
80         * snprintf.h: 
81         * fmt.C: use HAVE_DECL_SNPRINTF
82         
83 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
84
85         * lyxstring.C: Fix some assertions.
86
87 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
88
89         * lstrings.C (strip): Add a fix for compilers with broken
90         string::find_last_not_of.
91
92         * filetools.C (AddPath): Simplify by using strip and frontStrip.
93
94 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
95
96         * lyxstring.C (rfind): Fix broken functions.
97         (find): Few optimizations.