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