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