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