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