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