]> git.lyx.org Git - lyx.git/blob - src/support/ChangeLog
remove more forms.h cruft
[lyx.git] / src / support / ChangeLog
1 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
2
3         * filetools.C (DeleteAllFilesInDir): send debug output to
4         Debug::FILES instewad of Debug::ANY.
5
6         * DebugStream.h: remove gcc 2.8.x hack.
7
8 2001-06-26  The LyX Project  <jug@sad.it>
9
10         * lstrings.h:
11         * lstrings.C (escape): move method to escape non ascii characters
12         from insets label and ref to here.
13
14 2001-06-25  The LyX Project  <jug@sad.it>
15
16         * filetools.C (IsLyXFilename): 
17         (IsSGMLFilename): do case insensitive name matching
18
19 2001-06-24  The LyX Project  <jug@sad.it>
20
21         * lstrings.C (compare_ascii_no_case): version of compare_no_case
22         which only considers case of ascii characters
23
24         * lyxstring.C (replace): added for compatibility with gcc 2.95.3+
25         sstream header.
26
27 2001-06-23  The LyX Project  <jug@sad.it>
28
29         * textutils.h (IsPrintable): take into account unprintable spaces
30         above 127.
31         (IsDigit): new function
32         (IsLetterCharOrDigit): use IsDigit
33
34 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
35
36         * filetools.C (findtexfile): strip final \r if necessary (for
37         cygwin)
38
39 2001-06-19  Angus Leeming  <a.leeming@ic.ac.uk>
40
41         * FileInfo.C:
42         * StrPool.C: removed // -*- C++ -*- as first line.
43
44 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
45
46         * lyxsum.C (do_crc): switch to use boost::crc for generating the
47         checksum.
48
49 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
50
51         * lstrings.C: 
52         * syscall.C:
53         * syscontr.C: 
54         * LSubstring.C: bring C functions in global namespace if
55         necessary. 
56
57         * lstrings.h (compare): use the std:: version of str[n]cmp only
58         when it exists.
59
60 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
61
62         * syscontr.C: add std::
63
64         * syscall.C: add std::
65
66         * lstrings.h (compare): add std::
67
68         * lstrings.C (prefixIs): add std::
69         (suffixIs): ditto
70         (subst): ditto
71
72         * LSubstring.C (LSubstring): add std::
73
74 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
75
76         * lyxsum.C (sum): use istreambuf_iterator when available.
77
78 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
79
80         * lyxsum.C (sum): don't use sstream anymore, use istream_iterator
81         directly instead.
82
83         * lyxstring.C (operator): make const operator[] behave as
84         non-const and at.
85
86 2001-05-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
87
88         * Makefile.am (EXTRA_DIST): add the os_*.C files.
89
90 2001-05-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
91
92         * filetools.C (MakeAbsPath): remove debugging statement
93
94 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
95
96         * FileInfo.h: X_OK workaround for cygwin
97
98         * Makefile.am:
99         * os.C:
100         * os.h:
101         * os_os2.C:
102         * os_unix.C:
103         * os_win32.C:
104         * filetools.C:
105         * filetools.h: Added os:: class.
106
107         * rename.C:
108         * syscall.C:
109         * tempname.C: OS/2 fixes
110
111 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
112
113         * textutils.h: remvoe !NEW_INSETS cruft
114
115 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
116
117         * fmt.C: 
118         * atoi.C: add using directives when needed for C functions
119         declared in std:: namespace.
120
121 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
122
123         * lstrings.C : add two helper structs, local_lowercase and
124         local_uppercase. 
125         (lowercase): change to use std::transform
126         (uppercase): change to use std::transform
127
128 2001-04-25  Allan Rae  <rae@lyx.org>
129
130         * lyxstring.C : Assert got moved and Lars missed a few.
131
132 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
133
134         * LAssert.h (Assert): put into namespace lyx
135
136         * lyxfunctional.h: put into namespace lyx
137         * translator.h: adjust
138
139 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
140
141         * lyxalgo.h: put into namespace lyx, add firster and copy_if
142
143         * FileInfo.h: inherit privately from noncopyable
144         * path.h: ditto
145
146 2001-04-16  Allan Rae  <rae@lyx.org>
147
148         * tempname.C (make_tempfile): #warning triggers an error on Sun CC 6.0
149         as an unrecognised preprocessor directive.  So ensure they're wrapped. 
150
151 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
152
153         * several files: remove CXX_WORKING_NAMESPACES
154
155         * FileInfo.h: noncopyable is in namespace boost
156         * path.h: ditto
157
158 2001-02-16  John Levon  <moz@compsoc.man.ac.uk>
159
160         * syscontr.h: fix header include
161
162 2001-02-28  Baruch Even  <baruch@ev-en.org>
163
164         * filetools.C: Removed dependency on syscall.h
165
166         * syscall.h:
167         * syscall.C: Minor cleanings before I start to touch this code.
168
169 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
170
171         * filetools.C (CreateTmpDir): change umask to 0700.
172
173 2001-02-27  José Matos  <jamatos@fep.up.pt>
174
175         * filetools.h (BasePath):
176         * filetools.C (BasePath): removed since it is a duplicate of OnlyPath.
177
178         * filetools.C (IsLyXFilename):
179         * filetools.C (IsSGMLFilename): test if extension is suffix and not
180         only contained.
181
182 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
183
184         * fmt.C: 
185         * filetools.C: 
186         * atoi.C: remove cruft
187
188 2001-02-06  albert chin  <china@thewrittenword.com>
189
190         * snprintf.h: 
191         * fmt.C: use HAVE_DECL_SNPRINTF
192         
193 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
194
195         * lyxstring.C: Fix some assertions.
196
197 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
198
199         * lstrings.C (strip): Add a fix for compilers with broken
200         string::find_last_not_of.
201
202         * filetools.C (AddPath): Simplify by using strip and frontStrip.
203
204 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
205
206         * lyxstring.C (rfind): Fix broken functions.
207         (find): Few optimizations.