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