]> git.lyx.org Git - features.git/blob - src/support/ChangeLog
4458e482b84b7001dfc04f73ec4a5ef1d74e1da1
[features.git] / src / support / ChangeLog
1 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2
3         * lyxalgo.h: include <algorithm>
4
5 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
6
7         * lyx_algo.h: add a standard-conforming count to namespace lyx.
8
9         * lstrings.[Ch] (countChar): removed. Use lyx::count.
10
11 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
12
13         * filetools.C: fix use of FileInfo
14
15         * FileInfo.h:
16         * FileInfo.C: add Asserts and documentation
17  
18 2001-12-20  Kayvan A. Sylvan  <kayvan@sylvan.com>
19
20         * os_win32.C: compilation fixes
21
22 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
23
24         * lstrings.h: do not include <cctype>
25
26 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
27
28         * lyxsum.C: portability fix for mmap patch
29
30 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
31
32         * filetools.C:
33         * lstrings.C:
34         * lyxstring.C: change "while(" to "while ("
35
36 2001-12-03  Ben Stanley <bds02@uow.edu.au>
37
38         * lyxsum.C: Added mmap version of CRC and made it selected 
39         by default where available. Used process_block for crc for speedup.
40         
41 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
42
43         * filetools.C: more robust failure for DirList()
44
45 2001-11-29  André Pönitz <poenitz@gmx.net>
46         
47         * types.h: introduce types for textclass numbers and layout numbers
48
49 2001-11-28  André Pönitz <poenitz@gmx.net>
50         
51         * Makefile.am: put types.h in
52
53 2001-11-26  André Pönitz <poenitz@gmx.net>
54         
55         * types.h: introduce types for paragraph positions and layout numbers
56
57 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
58
59         * filetools.C: remove dead code
60  
61         * syscall.C: show prog in fail case
62  
63 2001-10-24  Andre Poenitz  <poenitz@HTWM.De>
64
65         * filetools.C: code style cleanup
66
67 2001-10-23  Angus Leeming  <a.leeming@ic.ac.uk>
68
69         * os.h: remove spurious punctuation.
70
71 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
72
73         * LAssert.h:
74         * LAssert.C: use new emergencyCleanup()
75  
76 2001-10-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
77
78         * filetools.C (i18nLibFileSearch): check also LANGUAGE and LC_ALL,
79         like GNU gettext does.
80
81 2001-10-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
82
83         * filetools.C (AbsolutePath): Use os::is_absolute_path() (also in
84         several methods)
85         (findtexfile): oops! the change from last friday was wrong...
86
87         * os_win32.C (is_absolute_path): 
88         * os_unix.C (is_absolute_path): 
89         * os_os2.C (is_absolute_path): new method       
90
91 2001-10-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
92
93         * filetools.C (findtexfile): apply os::internal_path to the result.
94
95 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
96
97         * os_win32.C: 
98         * os_unix.C:
99         * os_os2.C:
100         * os.h: add internal_path method, which converts a unix-type file
101         name to the type known to the underlying file system (currently
102         only useful on cygwin) [from Ruurd A. Reitsma and Claus Hentschel]
103
104 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
105
106         * smart_ptr.h: new file
107
108         * utility.h: new file
109
110 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
111
112         * filetools.h:
113         * filetools.C (IsDirWriteable): fix this
114  
115 2001-07-26  Baruch Even  <baruch@lyx.org>
116
117         * lyxlib.h (float_equal): Added function to compare floats almost equal
118         (see function comment).
119
120 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
121
122         Consistent use of Lsstream.h:
123         * filetools.C (GetFileContents): std::ostringstream -> ostringstream.
124
125 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
126
127         * translator.h: (*it). -> it->
128
129 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
130
131         * filetools.C (DeleteAllFilesInDir): send debug output to
132         Debug::FILES instewad of Debug::ANY.
133
134         * DebugStream.h: remove gcc 2.8.x hack.
135
136 2001-06-26  The LyX Project  <jug@sad.it>
137
138         * lstrings.h:
139         * lstrings.C (escape): move method to escape non ascii characters
140         from insets label and ref to here.
141
142 2001-06-25  The LyX Project  <jug@sad.it>
143
144         * filetools.C (IsLyXFilename): 
145         (IsSGMLFilename): do case insensitive name matching
146
147 2001-06-24  The LyX Project  <jug@sad.it>
148
149         * lstrings.C (compare_ascii_no_case): version of compare_no_case
150         which only considers case of ascii characters
151
152         * lyxstring.C (replace): added for compatibility with gcc 2.95.3+
153         sstream header.
154
155 2001-06-23  The LyX Project  <jug@sad.it>
156
157         * textutils.h (IsPrintable): take into account unprintable spaces
158         above 127.
159         (IsDigit): new function
160         (IsLetterCharOrDigit): use IsDigit
161
162 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
163
164         * filetools.C (findtexfile): strip final \r if necessary (for
165         cygwin)
166
167 2001-06-19  Angus Leeming  <a.leeming@ic.ac.uk>
168
169         * FileInfo.C:
170         * StrPool.C: removed // -*- C++ -*- as first line.
171
172 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
173
174         * lyxsum.C (do_crc): switch to use boost::crc for generating the
175         checksum.
176
177 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
178
179         * lstrings.C: 
180         * syscall.C:
181         * syscontr.C: 
182         * LSubstring.C: bring C functions in global namespace if
183         necessary. 
184
185         * lstrings.h (compare): use the std:: version of str[n]cmp only
186         when it exists.
187
188 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
189
190         * syscontr.C: add std::
191
192         * syscall.C: add std::
193
194         * lstrings.h (compare): add std::
195
196         * lstrings.C (prefixIs): add std::
197         (suffixIs): ditto
198         (subst): ditto
199
200         * LSubstring.C (LSubstring): add std::
201
202 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
203
204         * lyxsum.C (sum): use istreambuf_iterator when available.
205
206 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
207
208         * lyxsum.C (sum): don't use sstream anymore, use istream_iterator
209         directly instead.
210
211         * lyxstring.C (operator): make const operator[] behave as
212         non-const and at.
213
214 2001-05-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
215
216         * Makefile.am (EXTRA_DIST): add the os_*.C files.
217
218 2001-05-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
219
220         * filetools.C (MakeAbsPath): remove debugging statement
221
222 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
223
224         * FileInfo.h: X_OK workaround for cygwin
225
226         * Makefile.am:
227         * os.C:
228         * os.h:
229         * os_os2.C:
230         * os_unix.C:
231         * os_win32.C:
232         * filetools.C:
233         * filetools.h: Added os:: class.
234
235         * rename.C:
236         * syscall.C:
237         * tempname.C: OS/2 fixes
238
239 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
240
241         * textutils.h: remvoe !NEW_INSETS cruft
242
243 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
244
245         * fmt.C: 
246         * atoi.C: add using directives when needed for C functions
247         declared in std:: namespace.
248
249 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
250
251         * lstrings.C : add two helper structs, local_lowercase and
252         local_uppercase. 
253         (lowercase): change to use std::transform
254         (uppercase): change to use std::transform
255
256 2001-04-25  Allan Rae  <rae@lyx.org>
257
258         * lyxstring.C : Assert got moved and Lars missed a few.
259
260 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
261
262         * LAssert.h (Assert): put into namespace lyx
263
264         * lyxfunctional.h: put into namespace lyx
265         * translator.h: adjust
266
267 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
268
269         * lyxalgo.h: put into namespace lyx, add firster and copy_if
270
271         * FileInfo.h: inherit privately from noncopyable
272         * path.h: ditto
273
274 2001-04-16  Allan Rae  <rae@lyx.org>
275
276         * tempname.C (make_tempfile): #warning triggers an error on Sun CC 6.0
277         as an unrecognised preprocessor directive.  So ensure they're wrapped. 
278
279 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
280
281         * several files: remove CXX_WORKING_NAMESPACES
282
283         * FileInfo.h: noncopyable is in namespace boost
284         * path.h: ditto
285
286 2001-02-16  John Levon  <moz@compsoc.man.ac.uk>
287
288         * syscontr.h: fix header include
289
290 2001-02-28  Baruch Even  <baruch@ev-en.org>
291
292         * filetools.C: Removed dependency on syscall.h
293
294         * syscall.h:
295         * syscall.C: Minor cleanings before I start to touch this code.
296
297 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
298
299         * filetools.C (CreateTmpDir): change umask to 0700.
300
301 2001-02-27  José Matos  <jamatos@fep.up.pt>
302
303         * filetools.h (BasePath):
304         * filetools.C (BasePath): removed since it is a duplicate of OnlyPath.
305
306         * filetools.C (IsLyXFilename):
307         * filetools.C (IsSGMLFilename): test if extension is suffix and not
308         only contained.
309
310 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
311
312         * fmt.C: 
313         * filetools.C: 
314         * atoi.C: remove cruft
315
316 2001-02-06  albert chin  <china@thewrittenword.com>
317
318         * snprintf.h: 
319         * fmt.C: use HAVE_DECL_SNPRINTF
320         
321 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
322
323         * lyxstring.C: Fix some assertions.
324
325 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
326
327         * lstrings.C (strip): Add a fix for compilers with broken
328         string::find_last_not_of.
329
330         * filetools.C (AddPath): Simplify by using strip and frontStrip.
331
332 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
333
334         * lyxstring.C (rfind): Fix broken functions.
335         (find): Few optimizations.