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