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