]> git.lyx.org Git - lyx.git/blob - src/support/ChangeLog
Asger's obviously-correct Win32 changes.
[lyx.git] / src / support / ChangeLog
1 2005-01-31  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
2
3         * chdir.C (chdir):
4         * getcwd.C (l_getcwd):
5         * kill.C (kill):
6         * mkdir.C (mkdir): add Win32 specializations.
7
8         * os_win32.h: remove cruft.
9
10 2005-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
11
12         * Makefile.am (libsupport_la_SOURCES): remove rmdir.C 
13
14         * rmdir.C: delete file
15
16         * lyxlib.h: remove rmdir decl
17         
18 2005-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
19
20         * .cvsignore: add package.C
21
22         * FileInfo.C, FileInfo.h: delete files
23
24         * fs_extras.C, fs_extras.h: new files
25
26         * FileMonitor.C, filetools.C: rewrite to use boost.filesystem
27
28         * Makefile.am (libsupport_la_SOURCES: delete FileInfo.[Ch], add
29         fs_extras.[Ch]
30
31         * filetools.C: make destroydir return true if something was
32         deleted. adjust callers.
33         (IsFileWritable): replace with is_readonly in fs_extras, adjust
34         callers
35
36         * package.C.in: rewrite to use boost.filesystem
37
38 2005-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
39
40         * tests: add some code for automatic regression testing, can be
41         improved or removed as we see fit
42
43         * lyxlib.h (atoi): delete func
44
45         * lstrings.[Ch] (strToInt): delete func
46         (strToUnsignedInt): delete func
47         (strToDbl): delete func
48
49         * Makefile.am: add subdir tests, delete atoi.C
50
51         * atoi.C: delete file
52
53         * convert.C: add specializations for converting to int, unsigned
54         int, double from string, and for converting to int and double from
55         char const *
56
57         * convert.h: remove commented code
58
59 2005-01-22  Angus Leeming   <leeming@lyx.org>
60
61         * path.C (Path): revert the patch since the if statement has side
62         effects that are needed for the code to work :-(
63
64 2005-01-21  Angus Leeming   <leeming@lyx.org>
65
66         * os_cygwin.C, os_win32.C: strip the Cygwin-specific stuff out of
67         os_win32.C and give it its own file.
68
69         * os.C: #include "os_cygwin.C" if building on Cygwin.
70
71 2005-01-20  Angus Leeming  <leeming@lyx.org>
72
73         * lyxlib.h (float_equal): promote parameters to double.
74
75         * path.C (Path): silence MSVC warning about block of code that
76         does nothing.
77
78 2005-01-20  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
79
80         * FileInfo.h, chdir.C, forkedcall.C, forkedcontr.C, getcwd.C,
81         mkdir.C, os_defines.h, pch.h, rmdir.C, unlink.C:
82         use the HAVE_UNISTD_H preprocessor guard.
83
84 2005-01-20  Angus Leeming  <leeming@lyx.org>
85
86         * filetools.[Ch] (LibScriptSearch): modify the code that replaces
87         the $$s placeholder with a path, so that it now inserts the path
88         of the lyx support directory, not the scripts subdirectory.
89
90 2005-01-19  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
91
92         * lyxsum.C, socktools.C, tempname.C, userinfo.C: use the
93         HAVE_UNISTD_H preprocessor guard.
94
95 2005-01-17  Angus Leeming  <leeming@lyx.org>
96
97         * os_win32.C (init): Add Ruurd's original code to close the
98         console window that Windows opens for us, together with a note
99         explaining the alternative approach.
100
101 2005-01-17  Angus Leeming  <leeming@lyx.org>
102
103         * package.C.in (get_binary_path): convert relative paths stored
104         in the PATH environment variable to absolute ones.
105
106 2005-01-16  Angus Leeming  <leeming@lyx.org>
107
108         * filetools.[Ch] (prependEnvPath): prepend a list of paths to
109         that returned by the environment variable. Identical paths occurring
110         later in the list are removed.
111
112 2005-01-16  Angus Leeming  <leeming@lyx.org>
113
114         * filetools.C (createLyXTmpDir): add some missing brackets to the
115         if-block. OS/2 users will be happier.
116
117 2005-01-02  Kayvan Sylvan  <kayvan@sylvan.com>
118
119         * os_win32.C (external_path): Check the new cygwin_path_fix_ bool
120         before translating external paths to Win32 paths.
121
122 2005-01-13  Angus Leeming  <leeming@lyx.org>
123
124         * os.h, os_os2.C, os_unix.C, os_win32.C (cygwin_path_fix): new
125         function flagging whether LyX should output native Win32 paths
126         or cygwin paths. Obviously operative only under Cygwin.
127
128 2005-01-13  Angus Leeming  <leeming@lyx.org>
129
130         * package.C.in: use "%n$s" rather than "%n%" for n=1,2,3... when
131         calling bformat so that the substitutions work for the non
132         boost::format users too.
133
134 2005-01-12  Angus Leeming  <leeming@lyx.org>
135
136         * filetools.[Ch] (setEnvPath): new function to create a PATH-style
137         string from a vector of paths and to use it to set an environment
138         variable.
139         (putEnv): resurrect this from the grave.
140
141         * os.h, os_os2.C, os_unix.C, os_win32.C (path_separator): new
142         function returning the character used to separate paths returned
143         by the PATH environment variable.
144
145         * os_win32.C: add #include "lstring.h" back in.
146
147         * package.C.in (package): comment out the ASSERT for now.
148         (check_env_var_dir): write one of the strings to be translated
149         (any one, doesn't matter) on a single line so that the
150         gettext search mechanism in po/Makefile.in.in will register
151         package.C.in as a file containing strings that need translation.
152
153 2005-01-10  Angus Leeming  <leeming@lyx.org>
154
155         * os.h:
156         * os_os2.C:
157         * os_unix.C:
158         * os_win32.C (binpath, binname, homepath, setTmpDir, getTmpDir, warn):
159         removed. Remove also all code to set the associated data variables.
160
161         * package.{C.in,h}: new files to ascertain the paths to the
162         various directories used by LyX. Does nothing with these paths,
163         just determines the strings themselves.
164
165         * path_defines.{C.in,h}: removed.
166
167         * Makefile.am: remove path_defines.{C.in,h}. Add package.{C.in,h}.
168
169         * filetools.[Ch] (GetEnvPath): remove.
170         (getEnvPath): replacement. Returns a vector<string> of paths.
171
172         * filetools.C:
173         * tempname.C: use support/package.h to provide the paths to the
174         various directories used by LyX.
175
176 2005-01-07  Angus Leeming  <leeming@lyx.org>
177
178         * convert.C (string>): add specialization for long.
179
180 2005-01-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
181
182         * convert.h: remove the specializations, don't included unneeded
183         headers
184         * convert.C: add specialization for unsigned long
185
186 2005-01-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
187
188         * tostr.[Ch]: renamed to convert[ch]
189
190 2005-01-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
191
192         * lstrings.[Ch]: change bformat to be a template
193
194         * tostr.[Ch]: tostr -> convert, convert is a template
195
196         * tempname.C:
197         * filetools.C (createBufferTmpDir): tostr -> convert
198
199 2005-01-05  Angus Leeming  <leeming@lyx.org>
200
201         * os_win32.C (external_path, internal_path): s/MAX_PATH/PATH_MAX/.
202
203 2005-01-04  Angus Leeming  <leeming@lyx.org>
204
205         * os_win32.C (current_root): use _getdrive on Win32.
206
207         * FileInfo.C (FileInfo, newFile): strip the trailing '/' from
208         the stored file name as it breaks Window's version of stat().
209         (isLink): protect the code with #ifdef S_ISLNK.
210         (dostat): protect the code with #ifdef HAVE_LSTAT.
211         (typeIndicator): remove code testing the file's executable status.
212
213         * filetools.C (LyXReadLink): protect the code with
214         #ifdef HAVE_READLINK.
215
216 2005-01-01  Kayvan Sylvan  <kayvan@sylvan.com>
217
218         * os_win32.C (internal_path): remove the call to MakeLatexName as
219         it is (1) unnecessary and (2) leads to an infinite loop as
220         MakeLatexName calls AddName which calls internal_path...
221
222 2004-12-19  Angus Leeming  <leeming@lyx.org>
223
224         * path_defines.C.in (setLyxPaths): on a Windows build,
225         remove the ".exe" extension from the name of the LyX binary when
226         trying to ascertain the name of the LyX system directory.
227         (Usually, <path to binary>/../share/<name of binary>/).
228
229         * os.h, os_os2.C, os_unix.C, os_win32.C (slashify_path): remove.
230
231         * os_win32.C (init): ensure that the name of the lyx executable is
232         stored internally with a unix-style path.
233
234         * os_win32.C (internal_path, external_path): differentiate between
235         cygwin and windows builds.
236
237         * filetools.C (FileOpenSearch, GetEnvPath, createDirectory,
238         MakeAbsPath, AddName, MakeRelPath, ChangeExtension):
239         * filename.C (mangledFilename):
240         s/slashify_path/internal_path/.
241
242 2004-12-16  Angus Leeming  <leeming@lyx.org>
243
244         * filename.C (mangledFilename): Given a Windows-style path, don't
245         forget to mangle the drive letter too when generating a unique
246         temporary file name.
247
248 2004-12-16  Angus Leeming  <leeming@lyx.org>
249
250         * mkdir.C: move the HAVE_MKDIR conditional code out of config.h
251         and into here.
252
253 2004-12-15  Angus Leeming  <leeming@lyx.org>
254
255         * FileInfo.[Ch] (getNumberOfLinks): removed.
256
257 2004-12-15  Angus Leeming  <leeming@lyx.org>
258
259         * tempname.C: #include fcntl.h and sys/stat.h if creating a temp
260         file using mktemp and open.
261
262 2004-12-14  Angus Leeming  <leeming@lyx.org>
263
264         * os.h, os_os2.C, os_unix.C, os_win32.C:
265         (binpath, binname, getTmpDir): return a const reference rather than
266         a copy of the data.
267         (homepath, nulldev): new functions returning the name of "HOME" and
268         the null device, respectively.
269
270         * filetools.C: (ExpandPath, MakeDisplayPath):
271         * path_defines.C.in (setLyxPaths): use os::homepath(), not
272         GetEnvPath("HOME").
273
274 2004-12-14  Angus Leeming  <leeming@lyx.org>
275
276         * os.h, os_{os2,unix,win32}.C (init): change interface to no longer
277         pass the addresses of the parameters received by main.
278
279 2004-12-14  Angus Leeming  <leeming@lyx.org>
280
281         * copy.C (copy): open the ifstream with ios::binary.
282
283 2004-12-14  Angus Leeming  <leeming@lyx.org>
284
285         * os.C: Add _WIN32 to the #define.
286
287         * systemcall.C (startscript): remove trailing '/n' from request to
288         start the command in a minimized window under DOS.
289
290 2004-12-14  Angus Leeming  <leeming@lyx.org>
291
292         * Makefile.am (AM_CPPFLAGS): Remove trailing slash from -Ifoo/
293         to overcome bug in the MinGW port of g++ 3.4.2.
294
295 2004-11-26  Angus Leeming  <leeming@lyx.org>
296
297         * globbing.[Ch] (glob): change API to:
298         1. Append matches to the input container.
299         2. Require a working_dir parameter. The function invokes chdir
300         internally (through use of Path).
301
302 2004-11-26  Angus Leeming  <leeming@lyx.org>
303
304         * filefilterlist.C (convert_brace_glob): moved here from
305         globbing.[Ch].
306
307         * filefilterlist.[Ch]: clean-up FileFilterList API.
308
309         * globbing.[Ch] (convert_brace_glob): moved to filefilterlist.C.
310         (expand_globs): moved to xforms/FormFiledialog.C.
311
312 2004-11-25  Angus Leeming  <leeming@lyx.org>
313
314         * filefilterlist.[Ch]:
315         * globbing.[Ch]: split FileFilterList into its own .[Ch] files.
316
317         * Makefile.am: add filefilterlist.[Ch].
318
319 2004-11-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
320
321         * textutils.h (isKommaChar): remove
322
323 2004-11-16  Lars Gullik Bjonnes  <larsbj@gullik.net>
324
325         * forkedcontr.C (find_pid): simplify and also make pass concept
326         checks.
327         (handleCompletedProcesses): make sure that we do not slice the
328         object and satisfy concept checks.
329
330 2004-11-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
331
332         * filetools.[Ch] (getFormatFromContents): don't guess format from
333         extension, return string() instead of "user" if the format could
334         not be determined
335
336 2004-11-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
337
338         * Make it clearer where include files are coming from.
339
340 2004-11-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
341
342         * translator.h: use bind, equal_to instead of equal_1st_in_pair
343         and equal_2nd_in_pair
344
345         * Makefile.am (libsupport_la_SOURCES): remove lyxfunctional.h
346         * lyxfunctional.h: delete file
347
348         * lyxfunctional.h: delete compare_memfun and helper classes
349
350         * forkedcontr.C (find_pid): use bind, equal_to instead of
351         compare_memfun
352
353         * lyxfunctional.h: delete back_inserter_fun functions and helper
354         classes.
355
356 2004-11-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
357
358         * snprintf.[ch]: removed
359
360         * Makefile.am (libsupport_la_SOURCES): remove snprintf
361
362 2004-10-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
363
364         * filetools.[Ch] (getExtFromContents): rename to
365         getFormatFromContents and return always a format
366
367 2004-10-25  Angus Leeming  <leeming@lyx.org>
368
369         * forkedcall.C (generateChild): strip quotes from each argument
370         of argv.
371
372 2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
373
374         * pch.h: use proper signal include
375
376         * forkedcallqueue.C: remove unused include
377
378         * FileMonitor.h: Use the preferred calling for Boost.Signal
379         * forkedcall.h: ditto
380
381         * FileMonitor.C: use the new signal typedef
382
383 2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
384
385         * forkedcall.h: remove include of <boost/function/funtion0.hpp>
386         * pch.h: ditto
387
388 2004-09-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
389
390         * textutils.h (IsLetterCharOrDigit): remove
391
392 2004-09-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
393
394         * filetools.C (LibScriptSearch): quote the path of the script, in
395         case it contains spaces
396
397 2004-09-04  Lars Gullik Bjonnes  <larsbj@gullik.net>
398
399         * tostr.C: reimplement using lexical_cast
400
401 2004-08-30  Lars Gullik Bjonnes  <larsbj@gullik.net>
402
403         * pch.h: do not use include boost/format.hpp, multiple symbols
404         will result (gcc bug)
405
406 2004-08-15  Lars Gullik Bjonnes  <larsbj@gullik.net>
407
408         * pch.h: new file
409
410         * Makefile.am: support pch
411
412 2004-08-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
413
414         * globbing.C (FileFilterList): make sure that "All files (*)" is
415         always part of the filters list
416
417 2004-07-24  Lars Gullik Bjonnes  <larsbj@gullik.net>
418
419         * tostr.C, lstrings.C, globbing.C, filetools.C: change
420         "support/std_sstream.h" to <sstream>
421
422         * Makefile.am (libsupport_la_SOURCES): delete std_sstream.h and
423         sstream.h
424         (std_sstream.h): delete file
425         (sstream.h): delete file
426
427 2004-06-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
428
429         * filetools.C (i18nLibFileSearch): honor case where LANGUAGE
430         specifies a list of locales (thanks to Pablo Saraxtaga for the
431         initial patch).
432
433 2004-05-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
434
435         * path_defines.C.in (setLyxPaths): make sure that LyX/Mac can find
436         its po files when moved around; set default user directory to
437         ~/Library/Preferences/LyX/ for LyX/Mac.
438         (lyx_localedir): return the value that may have been computed in
439         setLyXPaths
440
441 2004-05-27  Kayvan Sylvan <kayvan@sylvan.com>
442
443         * Makefile.am (libsupport_la_SOURCES): remove reference to
444         nt_defines.h
445
446 2004-05-20  Angus Leeming  <leeming@lyx.org>
447
448         * debugstream.h: wrap the definition of debug_trait::DEBUG with
449         preprocessor guards that protect against a name clash with a
450         macro DEBUG. Such a macro is defined by the Qt library...
451
452 2004-04-27  Angus Leeming  <leeming@lyx.org>
453
454         * path_defines.{h,C.in}: expose top_srcdir, renamed from
455         lyx_top_srcdir.
456
457 2004-04-05  Angus Leeming  <leeming@lyx.org>
458
459         * filetools.C:
460         wrap #warning calls inside #ifdef WITH_WARNINGS blocks.
461
462 2004-04-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
463
464         * filetools.C (RunCommand): block SIGCHLD during popen/pclose
465         (actually Angus' fix).
466
467 2004-04-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
468
469         * filetools.C (DeleteAllFilesInDir): delete directories with
470         rmdir(), unlink() does not work
471
472 2004-03-27  Angus Leeming  <leeming@lyx.org>
473
474         * forkedcontr.C (child_handler): squash warning about a
475         signed/unsigned comparison.
476         (handleCompletedProcesses): only output a warning about an error
477         waiting for the child if it is indeed an error ;-)
478
479 2004-03-26  Angus Leeming  <leeming@lyx.org>
480
481         * forkedcall.[Ch] (run): new function, replacing runBlocking,
482         runNonBlocking.
483
484         * forkedcall.C (generateChild): ensure that the code that splits
485         the command up into an array of words won't leak in the event of an
486         exception.
487
488         * forkedcontr.C: make it a little more robust.
489
490 2004-03-24  Angus Leeming  <leeming@lyx.org>
491
492         * forkedcontr.[Ch]: get rid of the timer that we use to poll the list
493         of child proccesses and ascertain whether any have died. Instead use
494         the SIGCHLD signal emitted by the system to reap these zombies in the
495         maximally efficient manner. The subsequent emitting of the signal
496         associated with each child process *is* performed within the main
497         lyx event loop, thus ensuring that the code remains safe.
498
499         A detailed description of the design is to be found in forkedcontr.C.
500
501 2004-03-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
502
503         * filetools.C (i18nLibFileSearch): simplify the logic a bit
504
505 2004-03-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
506
507         * filetools.C (i18nLibFileSearch): fix the logic to match closely
508         what gettext does
509
510 2004-03-23  Angus Leeming  <leeming@lyx.org>
511
512         * forkedcall.h (ForkedProcess, Forkedcall): change the signature of
513         clone to return a boost::shred_ptr rather than a std::auto_ptr.
514
515         * forkedcontr.[Ch]: store the forked calls as boost::shared_ptrs rather
516         than raw pointers.
517
518 2004-03-22  Angus Leeming  <leeming@lyx.org>
519
520         * forkedcontr.[Ch] (childrenChanged, getPIDs, getCommand): remove
521         cruft left over from the removal of the Forks dialog.
522
523 2004-03-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
524
525         * filename.[Ch] (mangledFilename): make sure that mangled names are
526         unique
527
528 2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
529
530         * filetools.[Ch] (CreateBufferTmpDir): rename to createBufferTmpDir,
531         remove pathfor argument
532         * filetools.[Ch] (CreateLyXTmpDir): rename to createLyXTmpDir, try
533         harder to create a usable temp dir
534         * filetools.C (CreateTmpDir): rename to createTmpDir
535         filetools.[Ch] (unzipFile): add argument for output filename
536         * filename.h: fix doxygen warning
537
538 2004-02-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
539
540         * lstrings.h (contains_functor): delete
541         (contains): change into template, simplify
542
543         * lstrings.C (contains): remove both functions
544
545 2004-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
546
547         * lyxalgo.h (eliminate_duplicates): reimplement with sort and the
548         unique-erase idom.
549
550         * lstrings.h (contains_functor): inherit from
551         std::binary_function, remove typedefs.
552
553 2004-01-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
554
555         * globbing.C: add using statement for std::distance, remove std::
556         from string.
557
558 2004-01-08  Angus Leeming  <leeming@lyx.org>
559
560         * globbing.[Ch]: add a new class FileFilterList to parse a Qt-style
561         list of available file filters and generate the corresponding vector.
562
563 2003-12-14  Ronald Florence <ron@18james.com>
564
565         * tostr.[hC]: added tostr(long unsigned int i).
566
567         * path_defines.C.in: determine system directory and set PATH for
568         relocatable LyX/Mac bundle.
569
570 2004-01-06  Angus Leeming  <leeming@lyx.org>
571
572         * globbing.C (glob): compilation fix for cygwin.
573
574 2004-01-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
575
576         * Makefile.am (libsupport_la_SOURCES): remove BoostFormat.h and
577         boost-inst.C
578         * BoostFormat.h: delete file
579         * boost-inst.C: delete fil
580
581         * lstrings.C: include boost/format.hpp
582
583 2004-01-05  Angus Leeming  <leeming@lyx.org>
584
585         * globbing.[Ch]: new files containing some globbing utilities.
586
587 2003-11-05  João Luis M. Assirati  <assirati@fma.if.usp.br>
588
589         * putenv.C: allocate the string before putting it into the
590         environment.
591
592         * lyxlib.h: adjust.
593
594 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
595
596         * tempname.C (tempName): use scoped_array for exception safety
597
598         * os_os2.C (init): use scoped_array for exception safety
599
600         * getcwd.C (getcwd): use scoped_array for exception safety
601
602         * forkedcontr.C (addCall): adjust
603
604         * forkedcall.h: make clone return a auto_ptr
605
606 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
607
608         * debugstream.h: add a default constructor that does not setup a
609         streambuf here.
610
611 2003-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
612
613         * socktools.C: honor CXX_GLOBAL_CSTD
614
615 2003-10-16  André Pönitz  <poenitz@gmx.net>
616
617         * filetools.C (ReplaceEnvironmentPath): set up patterns just once
618         using static variables.
619
620 2003-10-13  João Luis Meloni Assirati  <assirati@fma.if.usp.br>
621
622         * socktools.[Ch]: New files. Wrapper around socket system calls.
623
624 2003-10-13  Kayvan A. Sylvan  <kayvan@sylvan.com>
625
626         * socktools.C (SUN_LEN): add this MACRO definition for platforms
627         that do not define it themselves.
628
629 2003-10-08  Angus Leeming  <leeming@lyx.org>
630
631         * copied_ptr.h: get rid of the swap member function.
632
633 2003-10-08  Angus Leeming  <leeming@lyx.org>
634
635         Fix doxygen warnings.
636
637         * debugstream.h: \file debugStream.h -> \file debugstream.h
638
639         * os.h: move comment so that doxygen is not confused.
640
641 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
642
643         * Makefile.am: fix typo.
644
645 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
646
647         * std_string.h: delete file
648
649 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
650
651         * lstrings.C: Small fixes to build using STLport
652
653 2003-09-29  Angus Leeming  <leeming@lyx.org>
654
655         * filetools.C (ReplaceEnvironmentPath): make it work for both
656         ${HOME}/foo and $HOME/foo.
657
658 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
659
660         * debugstream.h: add file, updated version of the DebugStream
661
662         * DebugStream.C,DebugStream.h: delete files
663
664 2003-09-25  Angus Leeming  <leeming@lyx.org>
665
666         * filetools.C (ReplaceEnvironmentPath): rewrite to use boost::regex.
667         * lstrings.[Ch]: (regexMatch): removed.
668
669 2003-09-25  Angus Leeming  <leeming@lyx.org>
670
671         * translator.h (add): new member function.
672
673 2003-09-16  Angus Leeming  <leeming@lyx.org>
674
675         * textutils.h: remove #include "paragraph.h". Remove functions
676         IsInsetChar and IsWordChar.
677
678 2003-09-15  Angus Leeming  <leeming@lyx.org>
679
680         * copied_ptr.h: re-jig to something that resembles Herb Sutter's
681         HolderPtr --- see http://www.gotw.ca/gotw/062.htm. Also known in
682         his book as ValuePtr.
683         Use a memory_traits template parameter to create/destroy memory in a
684         flexible manner.
685
686 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
687
688         * tostr.C:
689         * lstrings.C:
690         * filetools.C: Remove usage of STRCONV
691
692         * Makefile.am (libsupport_la_SOURCES): remove lyxstring.C and
693         lyxstring.h
694
695         * std_string.h: modify to always work with std::string, but if
696         with-included-string then use it through namespace lyx. Remove
697         STRCONV.
698
699         * lyxstring.[Ch]: remove files
700
701 2003-09-15  Angus Leeming  <leeming@lyx.org>
702
703         * translator.h: add #include <boost/assert.hpp>, so that the
704         template is self-contained.
705
706 2003-09-11  Angus Leeming  <leeming@lyx.org>
707
708         * cow_ptr.h:
709         * copied_ptr.h: added to the repository. Maybe temporarily.
710
711 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
712
713         * Makefile.am (libsupport_la_SOURCES): remove LAssert.C and LAssert.h
714
715         * several files: change Assert to BOOST_ASSERT
716
717         * LAssert.C:
718         * LAssert.h: remove files
719
720 2003-09-08  Angus Leeming  <leeming@lyx.org>
721
722         * filename.C:
723         * filetools.C: tell the world where to find author contact details.
724
725 2003-09-08  Angus Leeming  <leeming@lyx.org>
726
727         * boost-inst.C:
728         * filetools.C:
729         * forkedcallqueue.C:
730         * lstrings.C:
731         * lyxsum.C: remove redundant using directives.
732
733 2003-09-05  Angus Leeming  <leeming@lyx.org>
734
735         * lstrings.C: small bformat fix
736
737 2003-09-05  Angus Leeming  <leeming@lyx.org>
738
739         * std_istream.h: new file Just renaming of LIstream.h
740         * std_ostream.h: new file Just renaming of LIstream.h
741         * std_sstream.h: new file Just renaming of Lsstream.h
742         * std_string.h:  new file Just renaming of LString.h
743
744 2003-09-05  Angus Leeming  <leeming@lyx.org>
745
746         * lyxmanip.h:
747         * textutils.h:
748         ensure that the header file can be compiled stand-alone.
749
750 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
751
752         * lstrings.[Ch] (bformat): add a variant taking two ints.
753
754 2003-09-04  Angus Leeming  <leeming@lyx.org>
755
756         * filetools.h:
757         * filename.C:  move #include "os.h" out of the header file.
758
759 2003-09-04  Angus Leeming  <leeming@lyx.org>
760
761         * path.C (ctor, dtor): move out of line.
762
763 2003-09-03  Angus Leeming  <leeming@lyx.org>
764
765         * filename.[Ch] (FileName): new c-tor takes abs_filename arg.
766         (mangledFilename): new function, returning a mangled version of the
767         absolute file name, suitable for use in the temp dir when, for example,
768         converting an image file to another format.
769         (isZipped, unzippedFilename): wrappers to global functions.
770
771         * filetools.[Ch] (copyFileToDir): removed.
772         (compare_timestamps): new function.
773
774 2003-09-03  Angus Leeming  <leeming@lyx.org>
775
776         * translator.h: Assert is in namespace lyx::support...
777
778 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
779
780         * Makefile.am: do not install path_defines.C in includes
781         (COMPRESSION): mention gzstream.h here
782
783 2003-08-01  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
784
785         * path_defines.C.in (setLyxPaths): re-introduce the code to check
786         whether lyx is run in place
787         (build_dir): renamed from build_lyxdir
788         (build_lyxdir): give this better semantics compatible with what
789         LibFileSearch expects.
790
791 2003-07-29  Angus Leeming  <leeming@lyx.org>
792
793         * filename.[Ch] (relFilename, outputFilename): the 'path' arg
794         defaults to string() because MakeRelPath can accept that.
795
796 2003-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
797
798         * Makefile.am: conditionalize USE_COMPRESSION.
799
800 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
801
802         * filetools.C (getExtFromContents): correct magic for gzip and
803         compress.
804
805         * path_defines.[Ch]: move lyx_localedir out of anon namespace
806
807         * gzstream.h: new fileq
808
809         * gzstream.C: new file
810
811 2003-07-27  Angus Leeming  <leeming@lyx.org>
812
813         * path_defines.{h,C.in} (build_lyxdir, system_lyxdir,
814         user_lyxdir): are now functions, not global vars.
815
816         * Makefile.am: set build_lyxdir at make time.
817
818 2003-07-27  Angus Leeming  <leeming@lyx.org>
819
820         * path_defines.{h,C.in}: new files. Store/set the various lyx
821         paths, lyx_dir, top_srcdir, localedir, system_lyxdir, build_lyxdir
822         user_lyxdir.
823
824         * Makefile.am: add some magic to enable the user to set the path to
825         the system-level lyx support files, the top of the lyx build tree
826         and the system-level lyx locale directory at _make_ time rather
827         than configure time.
828
829         * .cvsignore: add path_defines.C.
830
831 2003-07-26  Angus Leeming  <leeming@lyx.org>
832
833         * os.h: remove irrelevant discussion of system_tempdir.
834
835 2003-07-21  Angus Leeming  <leeming@lyx.org>
836
837         * filename.[Ch]: new files implementing class FileName.
838         * Makefile.am: add filename.[Ch].
839
840 2003-07-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
841
842         * BoostFormat.h (boost): remove one extern template. Gcc 3.4. does
843         not allow it (at least not in this form.)
844
845 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
846
847         * os_win32.C: put namespace os in lyx::support.
848
849         * lstrings.C (bformat): call Assert from correct namespace.
850
851         * introduce namespace lyx::support
852
853 2003-06-30  André Pönitz  <poenitz@gmx.net>
854
855         * filetools.C:
856         * lstrings.C: re-enable --with-included-string
857
858 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
859
860         * filetools.h: fix some \param issue
861
862         * boost-inst.C: fix \file
863
864         * LAssert.h: fix \file
865
866 2003-06-20  Angus Leeming  <leeming@lyx.org>
867
868         * filetools.[Ch] (NormalizePath): also change /foo//bar ==> /foo/bar.
869
870 2003-06-18  Angus Leeming  <leeming@lyx.org>
871
872         * many files: add the standard blurb, "This file is part of LyX" etc
873
874 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
875
876         * limited_stack.h: make it have a const_iterator, add begin, and
877         end as interface.
878
879 2003-06-10  Angus Leeming  <leeming@lyx.org>
880
881         * filetools.C (copyFileToDir): ensure that temp files have unique names.
882
883 2003-06-04  André Pönitz  <poenitz@gmx.net>
884
885         * limited_stack.h (top): return reference instead of value
886
887 2003-06-02  Angus Leeming  <leeming@lyx.org>
888
889         * filetools.[Ch] (copyFileToDir): new helper function.
890
891         * os.h: remove trailing semi-colon from end of namespace os block.
892
893 2003-06-01  Angus Leeming  <leeming@lyx.org>
894
895         * filetools.h (LibScriptSearch): give the function a meaningful
896         description of what it now does.
897
898 2003-05-30  Angus Leeming  <leeming@lyx.org>
899
900         * filetools.C (LibScriptSearch): make it search for "$$s/" and replace
901         this with the path to the script. If the script is not found, the "$$s/"
902         string is removed.
903
904 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
905
906         * lstrings.[Ch] (prefixIs,suffixIs,subst): remove variants taking
907         char const *.
908
909 2003-05-19  André Pönitz  <poenitz@gmx.net>
910
911         * lstrings.C: add missing implementation of three-arg bformat
912
913         * lstrings.C: change rest of char * fmt -> string const & fmt
914
915
916 2003-05-15  André Pönitz  <poenitz@gmx.net>
917
918         * lstrings.[Ch]: use string const & instead of char const * for format
919
920 2003-05-12  André Pönitz  <poenitz@gmx.net>
921
922         * tostr.[Ch]: add long int overload
923
924 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
925
926         * lstrings.[Ch]: compile fix
927
928 2003-05-12  André Pönitz  <poenitz@gmx.net>
929
930         * lstrings.[Ch]: bformat() as wrapper around boost::format
931
932         * lyxstring.h: enable templatized constructor
933
934 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
935
936         * limited_stack.h: Change some comments, simplify a couple of
937         class functions.
938
939 2003-02-21  André Pönitz <poenitz@gmx.net>
940
941         * limited_stack.h: change underlying container to deque to
942           make this re-usable in mathed
943
944 2003-04-08  John Levon  <levon@movementarian.org>
945
946         * filetools.C: fix MakeDisplayPath() to not
947         lie (bug 993)
948
949 2003-03-30  John Levon  <levon@movementarian.org>
950
951         * Makefile.am:
952         * BoostFormat.h:
953         * boost-inst.C: moved from src/
954
955 2003-03-29  John Levon  <levon@movementarian.org>
956
957         * filetools.h:
958         * filetools.C: never call Alert directly from here
959
960 2003-03-12  John Levon  <levon@movementarian.org>
961
962         * textutils.h: remove META_NEWLINE
963
964 2003-02-27  Ling Li  <ling@caltech.edu>
965
966         * lyxalgo.h (eliminate_duplicates): re-written to avoid the initial
967         sort.
968
969 2003-02-25  Alfredo Braunstein <abraunst@libero.it>
970
971         * forkedcontr.C (timer): remove bogus continue
972
973 2003-02-25  Alfredo Braunstein <abraunst@libero.it>
974
975         * forkedcallqueue.[Ch]: added
976
977 2003-02-25  Alfredo Braunstein <abraunst@libero.it>
978
979         * forkedcontr.C (timer): Start the loop afresh if an item is deleted.
980         Emiting the signal can result in an arbitrary change to the list.
981
982 2003-02-25  Angus Leeming  <leeming@lyx.org>
983
984         * forkedcontr.C (timer): Use a while loop rather than for; makes it
985         easier to erase an element.
986
987 2003-02-25  Alfredo Braunstein <abraunst@libero.it>
988
989         * forkedcontr.C (timer): don't start a running timer.
990
991 2003-02-21  André Pönitz <poenitz@gmx.net>
992
993         * filetools.C (PutEnv): removed (unused)
994
995 2003-02-17  John Levon  <levon@movementarian.org>
996
997         * forkedcall.h:
998         * forkedcall.C: add running()
999
1000 2003-02-08  John Levon  <levon@movementarian.org>
1001
1002         * Makefile.am:
1003         * lyxtime.h:
1004         * lyxtime.C: add typedef for time_t, add current_time
1005
1006         * Makefile.am:
1007         * userinfo.h:
1008         * userinfo.C: add
1009
1010 2002-12-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1011
1012         * filetools.C (getExtFromContents): remove detection of epsi
1013
1014 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1015
1016         * several files: ws changes
1017
1018 2002-11-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1019
1020         * filetools.C (DirList): remove all ugly hacks and do it nice
1021
1022 2002-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1023
1024         * lyxsum.C: an ugly hack to compile with non-gnu linkers
1025
1026 2002-11-12  Angus Leeming  <aleem@pneumon.bg.ic.ac.uk>
1027
1028         * lstrings.C (getVectorFromString): #if 0 -> #if 1 until Lars devises
1029         a solution that he likes and which actually works.
1030
1031 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1032
1033         * lstrings.h (tostr): STRCONV
1034
1035         * lstrings.C (regexMatch): STRCONV
1036         (getVectorFromString): STRCONV, manual copy into vector
1037
1038         * filetools.C (GetFileContents): STRCONV
1039
1040         * os.C: include config.h
1041
1042         * lstrings.C (getVectorFromString): rewrite to use
1043         boost::tokenizer
1044
1045 2002-10-31  Angus Leeming  <leeming@lyx.org>
1046
1047         * forkedcall.C (generateChild): clean it up further.
1048
1049 2002-10-25  Angus Leeming  <leeming@lyx.org>
1050
1051         * forkedcall.[Ch]: split ForkedCall up into a base class ForkedProcess
1052         and a minimal ForkedCall daughter class.
1053
1054         * forkedcontr.[Ch]: minimal changes reflecting the use of a
1055         ForkedProcess base class responsible for launching all child proceses.
1056
1057 2002-09-25  Angus Leeming  <leeming@lyx.org>
1058
1059         * LIstream.h:
1060         * LOstream.h: doxygen fixes.
1061
1062 2002-09-24  Angus Leeming  <leeming@lyx.org>
1063
1064         * most files: clean-up the license info.
1065
1066 2002-09-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
1067
1068         * Makefile.am (INCLUDES): loose SIGC_INCLUDES
1069
1070 2002-09-16  Kayvan A. Sylvan  <kayvan@sylvan.com>
1071
1072         * os.h, os_os2.C, os_win32.C, os_unix.C: Added popen_read_mode(),
1073         since at least for Cygwin, the "rb" read_mode acceptable for
1074         fopen() is illegal for popen(), whose mode argument *must* be "r"
1075         or "w".
1076
1077         * filetools.C (RunCommand): Uses os::popen_read_mode() instead
1078         of os::read_mode()
1079
1080 2002-08-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1081
1082         * Makefile.am (libsupport_la_SOURCES): delete smart_ptr.h and
1083         utility.h
1084
1085         * smart_ptr.h: remove file
1086         * utility.h: ditto
1087
1088 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
1089
1090         * lyxfunctional.h: remove class_fun_t, void_class_fun_t,
1091         class_fun and void_class_fun
1092
1093 2002-08-20  John Levon  <levon@movementarian.org>
1094
1095         * Makefile.am:
1096         * fmt.C: remove
1097
1098 2002-08-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
1099
1100         * textutils.h: formatting.
1101
1102 2002-08-08  John Levon  <levon@movementarian.org>
1103
1104         * limited_stack.h: default to 100 not 10
1105
1106 2002-08-01  John Levon  <levon@movementarian.org>
1107
1108         * forkedcall.C: more details on error
1109
1110 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1111
1112         * lstrings.[hC]: rename stip to rtrim and frontStrip to ltrim,
1113         also add a trim function that is the equiv of
1114         strip(frontStrip(...)), also reimplement the functions
1115         (improvements still possible.)
1116
1117         * filetools.C: strip,frontStrip -> trim,ltrim,rtrim
1118         * forkedcall.C (generateChild): ditto
1119         * lstrings.C: ditto
1120
1121
1122 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1123
1124         * filetools.C (GetEnvPath): modify because of strip changes
1125         (createDirectory): ditto
1126         (findtexfile): ditto
1127         * lstrings.[Ch] (isStrInt): ditto
1128         (isStrUnsignedInt): ditto
1129         (strToInt): ditto
1130         (strToUnsignedInt): ditto
1131         (isStrDbl): ditto
1132         (contains): removed unneeded version of contains
1133         (containsOnly): removed uneeded versions of containsOnly
1134         (strip, frontStrip): removed unneded versions, changed argument types.
1135
1136 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
1137
1138         * filetools.C (RunCommand): Made public
1139
1140 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
1141
1142         * limited_stack.h: fix comment, remove un-needed header
1143
1144 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1145
1146         * lstrings.h: correct comments for token and tokenPos
1147
1148 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
1149
1150         * lyxstring.C (operator>>): replace code which works only with
1151         _some_ versions of GNU STL with generic one
1152
1153 2002-07-18  Angus Leeming  <leeming@lyx.org>
1154
1155         * FileMonitor.[Ch]: new files. Monitor a file for any change and emit a
1156         signal should it do so.
1157
1158         * Makefile.am: add FileMonitor.[Ch].
1159
1160 2002-07-18  André Pönitz <poenitz@gmx.net>
1161
1162         * filetools.C (LibScriptSearch): bug fix
1163
1164 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1165
1166         * filetools.C (LyXReadLink): add bool 'resolve' to return link
1167         contents as an absolute path
1168
1169 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1170
1171         * filetools.C (IsLyXFilename):
1172         (IsSGMLFilename): use ascii_lowercase instead of lowercase
1173
1174         * lstrings.[Ch] (ascii_lowercase): new function
1175
1176 2002-07-16  André Pönitz <poenitz@gmx.net>
1177
1178         * FileInfo.Ch: remove unneeded code
1179
1180 2002-06-20  Herbert Voss  <voss@perce.de>
1181
1182         * filetools.[C] (readExtFromContents): add support for
1183         (x)fig format images
1184
1185 2002-06-26  André Pönitz <poenitz@gmx.net>
1186
1187         * filetools.[Ch]: small whitespace, more compact 'return' statement
1188
1189 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
1190
1191         * lyxalgo.h: add eliminate_duplicates
1192
1193 2002-06-17  Herbert Voss  <voss@perce.de>
1194
1195         * filetools.[C]: (readBB_from_PSFile) add a helperfunc
1196         (readBB_lyxerrMessage) to get better lyxerr messages
1197         (getExtFromContents) test epsi files in the right way
1198
1199         * DestroxLyXTmpDir.C: changed to true, to delete the
1200         temporary unzipped files, too.
1201
1202 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1203
1204         * putenv.C (putenv): putenv should never be found in std::
1205
1206         * kill.C (kill): kill should never be found in std::
1207
1208         * filetools.C: pclose and popen should never be found in std::
1209
1210 2002-06-07  Angus Leeming  <leeming@lyx.org>
1211
1212         Fixes needed to compile with Compaq cxx 6.5.
1213         * lyxfunctional.h: rename lyx::class_fun(C & c, void(C::*f)(A)) as
1214         lyx::void_class_fun to avoid compiler problems with Compaq cxx 6.5:
1215         more than one instance of overloaded function "lyx::class_fun" matches
1216         the argument list.
1217
1218         * filetools.C:
1219         * kill.C:
1220         * lstrings.C:
1221         * putenv.C:
1222         * snprintf.h:
1223         * systemcall.C:
1224         * utility.h:
1225         all c-library variables have been moved into namespace std.
1226         Wrap using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
1227
1228         * kill.C: rename signal.h as csignal.
1229
1230         * putenv.C: rename stdlib.h as cstdlib
1231
1232 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1233
1234         * lxtl.h: remove unused file
1235
1236 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
1237
1238         * Makefile.am:
1239         * date.C:
1240         * getUserName.C:
1241         * fileblocks.c:
1242         * StrPool.h:
1243         * StrPool.C: remove unused files
1244
1245         * lyxalgo.h:
1246         * lyxlib.h:
1247         * mkdir.C:
1248         * path.h:
1249         * path.C:
1250         * systemcall.C:
1251         * textutils.h:
1252         * translator.h:
1253         * types.h: document and small cleanups
1254
1255 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1256
1257         * switch from SigC signals to boost::signals.
1258
1259 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
1260
1261         * Makefile.am:
1262         * limited_stack.h: new template for limited-size
1263           stacks
1264
1265 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1266
1267         * filetools.C: do not include LSubstring.h
1268
1269         * lstrings.C: change include order
1270         (regexMatch): use boost regex get rid of LRegex and LSubstring
1271
1272         * Makefile.am (libsupport_la_SOURCES): delete regex and substring
1273         stuff.
1274
1275         * LSubstring.h: remove file
1276         * regex.c: ditto
1277         * lyxregex.h: ditto
1278         * LRegex.C: ditto
1279         * LRegex.h: ditto
1280         * LSubstring.C: ditto
1281
1282 2002-05-24  Juergen Vigna  <jug@sad.it>
1283
1284         * lyxsum.C: include local includes first (self containment)
1285
1286 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1287
1288         * forkedcall.h: use more specific smart_ptr header.
1289
1290         * lyxsum.C: move some using declarations around.
1291
1292 2002-05-03  Herbert Voss  <voss@perce.de>
1293
1294         * filetools.C (getExtFromContents): only print the first 60 chars of
1295         the scanned-string when debugging.
1296
1297 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1298
1299         * lyxstring.C: close to typo fix.
1300
1301 2002-05-02  Angus Leeming  <a.leeming@ic.ac.uk>
1302
1303         * filetools.C: add a using std::getline directive.
1304
1305 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1306
1307         * lyxstring.C (operator>>): try a new version of the operator>>
1308
1309 2002-04-14  Herbert Voss  <voss@perce.de>
1310
1311         * lstrings.[Ch]: move the getVectorFromString and the vice versa
1312         from frontends/controllers/helper_funcs for better use in other
1313         programs
1314
1315 2002-04-15  Angus Leeming  <a.leeming@ic.ac.uk>
1316
1317         * tempname.C (make_tempfile): simplify the #ifdef block by using
1318         #if defined and re-write the #warning as a #error because it's terminal.
1319
1320 2002-04-08  Herbert Voss  <voss@perce.de>
1321
1322         * filetools.C (getExtFromContents): get tgif run
1323
1324 2002-04-08  Angus Leeming  <a.leeming@ic.ac.uk>
1325
1326         * filetools.C (getExtFromContents): re-format a little and remove
1327         replicated "sgi" entry.
1328
1329 2002-04-07  Herbert Voss  <voss@perce.de>
1330
1331         * filetools.[Ch]: add readBB_from_PSFile() to make bb available
1332         for the lyx-view in graphics (moved from ControlGraphics)
1333
1334 2002-04-07  Herbert Voss  <voss@perce.de>
1335
1336         * filetools.C: fix bug for eps. scans now a whole line
1337
1338 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1339
1340         * lyxstring.C (operator>>): use the better solution, this fixes a
1341         "not able to read '\0'" bug.
1342
1343 2002-04-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1344
1345         * translator.h: add missing typename
1346
1347 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1348
1349         * filetools.C (LibScriptSearch): new command. Searches for scripts
1350         in lyx data directories.
1351         (LibScriptSearch): try to use split() correctly.
1352
1353 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1354
1355         * most files: ws cleanup
1356
1357         * Makefile.am: remove ld -r stuff
1358
1359 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1360
1361         * Makefile.am (libsupport.la): special rules if partial linking
1362
1363 2002-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
1364
1365         * forkedcontr.C: turn the timer off when their are no longer any
1366         child processes running.
1367
1368 2002-03-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1369
1370         * forkedcall.h: docy fix
1371         change SignalType second type to be const ref.
1372
1373         * forkedcall.C: doxy fix
1374
1375 2002-03-11  Kayvan A. Sylvan  <kayvan@sylvan.com>
1376
1377         * lyxsum.C: compilation fix
1378
1379 2002-03-02  Herbert Voss  <voss@perce.de>
1380
1381         * filetools.C: fix bug for xbm format and added some more debug
1382         infos
1383
1384 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1385
1386         * forkedcontr.h: make constructor public
1387
1388         * types.h: remove layout_type
1389
1390 2002-03-01  Angus Leeming  <a.leeming@ic.ac.uk>
1391
1392         * filetools.C (getExtFromContents): cleanup.
1393
1394         * forkedcontr.h (d-tor): make it public for Dekel's crappy compiler.
1395
1396 2002-02-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1397
1398         * Makefile.am (SIGC_INCLUDES): add a -I directive for when
1399         building outside of source tree.
1400
1401 2002-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
1402
1403         * forkedcall.[Ch]:
1404         * forkedcontr.[Ch]: new files. Asger's forked call controller is
1405         re-born, with a working timer and a modified interface. The
1406         startscript method is now passed a Signal rather than a pointer
1407         to a callback function. This enables us to connect to the method of
1408         a C++ class, if we so desire.
1409
1410         * Makefile.am: add forkedcall.[Ch], forkedcontr.[Ch].
1411
1412 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
1413
1414         * Makefile.am:
1415         * os2_defines.h:
1416         * os2_errortable.h:
1417         * nt_defines.h: moved from src/
1418
1419 2002-02-23  Herbert Voss  <voss@perce.de>
1420
1421         * filetools.C: added more graphic formats
1422
1423 2002-02-18  Herbert Voss  <voss@perce.de>
1424
1425         * filetools.C: (getExtFromContents) return the fileextension
1426         if no format is detected.
1427
1428 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
1429
1430         * syscall.[Ch]: renamed as systemcall.[Ch]. class Systemcalls renamed
1431         as class SystemCall because one Systemcall instance represents a
1432         single child process.
1433
1434         * filetools.C:
1435         * Makefile.am: associated changes.
1436
1437 2002-02-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1438
1439         * syscall.C (Systemcalls): include <cstdlib>
1440
1441 2002-02-08  Herbert Voss  <voss@perce.de>
1442
1443         * filetools.C: (getExtFromContents) adding Grace-format
1444         for filetypes
1445
1446 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
1447
1448         * syscontr.[Ch]:
1449         * syssingleton.C: files removed.
1450
1451         * syscall.[Ch]: remove the forked calls interface, as nothing, nowhere
1452         uses it. Strip down the Systemcalls interface to make it brutally
1453         obvious how unsophisticated it is.
1454
1455 2002-02-08  Herbert Voss  <voss@perce.de>
1456
1457         * filetools.C: (getExtFromContents) adding TGIF-format
1458         and return type "user" when no type is detected
1459
1460 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1461
1462         * textutils.h: remove IsLineSeparatorChar(char, Inset *)
1463
1464 2002-02-10 Kayvan Sylvan <kayvan@sylvan.com>
1465
1466         * os_win32.C: Add "using std::endl" to fix compilation for GCC 3.X.
1467
1468 2002-02-08  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1469
1470         * FileInfo.h: remove special cygwin code.
1471
1472         * filetools.C (do_popen): use os::read_mode().
1473
1474         * os_win32.C (read_mode):
1475         * os_os2.C (read_mode):
1476         * os_unix.C (read_mode): new method
1477
1478         * filetools.C (do_popen): fix for cygwin compatibility (from Claus
1479         Hentschel). This code should maybe be moved to os:: class.
1480
1481 2002-02-08  Herbert Voss  <voss@perce.de>
1482
1483         * filetools.C: (unzipFile) fix typo
1484
1485 2002-02-06  Herbert Voss  <voss@perce.de>
1486
1487         * filetools.[Ch]: fix some bugs for detecting zipped files
1488         adding unzipFile()
1489
1490 2002-02-04  Herbert Voss  <voss@perce.de>
1491
1492         * filetools.[Ch]: add ifZippedFile() for zipped
1493         graphic files
1494
1495 2002-02-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1496
1497         * filetools.C (FileOpenSearch): remove duplicated line, probably
1498         resulting from bad cut-and paste.
1499
1500 2002-01-31  Herbert Voss  <voss@perce.de>
1501
1502         * filetools.[Ch]: add getExtFromContents(), which returns
1503         the type of the (graphic) file
1504
1505 2002-01-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1506
1507         * copy.C (copy): open file in binary mode (for cygwin)
1508
1509 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1510
1511         * lyxsum.C: remove #warnings and replaced them with runtime debug
1512         info.
1513
1514 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1515
1516         * lyxalgo.h: include <algorithm>
1517
1518 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
1519
1520         * lyx_algo.h: add a standard-conforming count to namespace lyx.
1521
1522         * lstrings.[Ch] (countChar): removed. Use lyx::count.
1523
1524 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
1525
1526         * filetools.C: fix use of FileInfo
1527
1528         * FileInfo.h:
1529         * FileInfo.C: add Asserts and documentation
1530
1531 2001-12-20  Kayvan A. Sylvan  <kayvan@sylvan.com>
1532
1533         * os_win32.C: compilation fixes
1534
1535 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1536
1537         * lstrings.h: do not include <cctype>
1538
1539 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
1540
1541         * lyxsum.C: portability fix for mmap patch
1542
1543 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1544
1545         * filetools.C:
1546         * lstrings.C:
1547         * lyxstring.C: change "while(" to "while ("
1548
1549 2001-12-03  Ben Stanley <bds02@uow.edu.au>
1550
1551         * lyxsum.C: Added mmap version of CRC and made it selected
1552         by default where available. Used process_block for crc for speedup.
1553
1554 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
1555
1556         * filetools.C: more robust failure for DirList()
1557
1558 2001-11-29  André Pönitz <poenitz@gmx.net>
1559
1560         * types.h: introduce types for textclass numbers and layout numbers
1561
1562 2001-11-28  André Pönitz <poenitz@gmx.net>
1563
1564         * Makefile.am: put types.h in
1565
1566 2001-11-26  André Pönitz <poenitz@gmx.net>
1567
1568         * types.h: introduce types for paragraph positions and layout numbers
1569
1570 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
1571
1572         * filetools.C: remove dead code
1573
1574         * syscall.C: show prog in fail case
1575
1576 2001-10-24  Andre Poenitz  <poenitz@HTWM.De>
1577
1578         * filetools.C: code style cleanup
1579
1580 2001-10-23  Angus Leeming  <a.leeming@ic.ac.uk>
1581
1582         * os.h: remove spurious punctuation.
1583
1584 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
1585
1586         * LAssert.h:
1587         * LAssert.C: use new emergencyCleanup()
1588
1589 2001-10-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1590
1591         * filetools.C (i18nLibFileSearch): check also LANGUAGE and LC_ALL,
1592         like GNU gettext does.
1593
1594 2001-10-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1595
1596         * filetools.C (AbsolutePath): Use os::is_absolute_path() (also in
1597         several methods)
1598         (findtexfile): oops! the change from last friday was wrong...
1599
1600         * os_win32.C (is_absolute_path):
1601         * os_unix.C (is_absolute_path):
1602         * os_os2.C (is_absolute_path): new method
1603
1604 2001-10-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1605
1606         * filetools.C (findtexfile): apply os::internal_path to the result.
1607
1608 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
1609
1610         * os_win32.C:
1611         * os_unix.C:
1612         * os_os2.C:
1613         * os.h: add internal_path method, which converts a unix-type file
1614         name to the type known to the underlying file system (currently
1615         only useful on cygwin) [from Ruurd A. Reitsma and Claus Hentschel]
1616
1617 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1618
1619         * smart_ptr.h: new file
1620
1621         * utility.h: new file
1622
1623 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
1624
1625         * filetools.h:
1626         * filetools.C (IsDirWriteable): fix this
1627
1628 2001-07-26  Baruch Even  <baruch@lyx.org>
1629
1630         * lyxlib.h (float_equal): Added function to compare floats almost equal
1631         (see function comment).
1632
1633 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
1634
1635         Consistent use of Lsstream.h:
1636         * filetools.C (GetFileContents): std::ostringstream -> ostringstream.
1637
1638 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1639
1640         * translator.h: (*it). -> it->
1641
1642 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
1643
1644         * filetools.C (DeleteAllFilesInDir): send debug output to
1645         Debug::FILES instewad of Debug::ANY.
1646
1647         * DebugStream.h: remove gcc 2.8.x hack.
1648
1649 2001-06-26  The LyX Project  <jug@sad.it>
1650
1651         * lstrings.h:
1652         * lstrings.C (escape): move method to escape non ascii characters
1653         from insets label and ref to here.
1654
1655 2001-06-25  The LyX Project  <jug@sad.it>
1656
1657         * filetools.C (IsLyXFilename):
1658         (IsSGMLFilename): do case insensitive name matching
1659
1660 2001-06-24  The LyX Project  <jug@sad.it>
1661
1662         * lstrings.C (compare_ascii_no_case): version of compare_no_case
1663         which only considers case of ascii characters
1664
1665         * lyxstring.C (replace): added for compatibility with gcc 2.95.3+
1666         sstream header.
1667
1668 2001-06-23  The LyX Project  <jug@sad.it>
1669
1670         * textutils.h (IsPrintable): take into account unprintable spaces
1671         above 127.
1672         (IsDigit): new function
1673         (IsLetterCharOrDigit): use IsDigit
1674
1675 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1676
1677         * filetools.C (findtexfile): strip final \r if necessary (for
1678         cygwin)
1679
1680 2001-06-19  Angus Leeming  <a.leeming@ic.ac.uk>
1681
1682         * FileInfo.C:
1683         * StrPool.C: removed // -*- C++ -*- as first line.
1684
1685 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1686
1687         * lyxsum.C (do_crc): switch to use boost::crc for generating the
1688         checksum.
1689
1690 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1691
1692         * lstrings.C:
1693         * syscall.C:
1694         * syscontr.C:
1695         * LSubstring.C: bring C functions in global namespace if
1696         necessary.
1697
1698         * lstrings.h (compare): use the std:: version of str[n]cmp only
1699         when it exists.
1700
1701 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1702
1703         * syscontr.C: add std::
1704
1705         * syscall.C: add std::
1706
1707         * lstrings.h (compare): add std::
1708
1709         * lstrings.C (prefixIs): add std::
1710         (suffixIs): ditto
1711         (subst): ditto
1712
1713         * LSubstring.C (LSubstring): add std::
1714
1715 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1716
1717         * lyxsum.C (sum): use istreambuf_iterator when available.
1718
1719 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1720
1721         * lyxsum.C (sum): don't use sstream anymore, use istream_iterator
1722         directly instead.
1723
1724         * lyxstring.C (operator): make const operator[] behave as
1725         non-const and at.
1726
1727 2001-05-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1728
1729         * Makefile.am (EXTRA_DIST): add the os_*.C files.
1730
1731 2001-05-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1732
1733         * filetools.C (MakeAbsPath): remove debugging statement
1734
1735 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
1736
1737         * FileInfo.h: X_OK workaround for cygwin
1738
1739         * Makefile.am:
1740         * os.C:
1741         * os.h:
1742         * os_os2.C:
1743         * os_unix.C:
1744         * os_win32.C:
1745         * filetools.C:
1746         * filetools.h: Added os:: class.
1747
1748         * rename.C:
1749         * syscall.C:
1750         * tempname.C: OS/2 fixes
1751
1752 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1753
1754         * textutils.h: remvoe !NEW_INSETS cruft
1755
1756 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1757
1758         * fmt.C:
1759         * atoi.C: add using directives when needed for C functions
1760         declared in std:: namespace.
1761
1762 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1763
1764         * lstrings.C : add two helper structs, local_lowercase and
1765         local_uppercase.
1766         (lowercase): change to use std::transform
1767         (uppercase): change to use std::transform
1768
1769 2001-04-25  Allan Rae  <rae@lyx.org>
1770
1771         * lyxstring.C : Assert got moved and Lars missed a few.
1772
1773 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1774
1775         * LAssert.h (Assert): put into namespace lyx
1776
1777         * lyxfunctional.h: put into namespace lyx
1778         * translator.h: adjust
1779
1780 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1781
1782         * lyxalgo.h: put into namespace lyx, add firster and copy_if
1783
1784         * FileInfo.h: inherit privately from noncopyable
1785         * path.h: ditto
1786
1787 2001-04-16  Allan Rae  <rae@lyx.org>
1788
1789         * tempname.C (make_tempfile): #warning triggers an error on Sun CC 6.0
1790         as an unrecognised preprocessor directive.  So ensure they're wrapped.
1791
1792 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1793
1794         * several files: remove CXX_WORKING_NAMESPACES
1795
1796         * FileInfo.h: noncopyable is in namespace boost
1797         * path.h: ditto
1798
1799 2001-02-16  John Levon  <moz@compsoc.man.ac.uk>
1800
1801         * syscontr.h: fix header include
1802
1803 2001-02-28  Baruch Even  <baruch@ev-en.org>
1804
1805         * filetools.C: Removed dependency on syscall.h
1806
1807         * syscall.h:
1808         * syscall.C: Minor cleanings before I start to touch this code.
1809
1810 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1811
1812         * filetools.C (CreateTmpDir): change umask to 0700.
1813
1814 2001-02-27  José Matos  <jamatos@fep.up.pt>
1815
1816         * filetools.h (BasePath):
1817         * filetools.C (BasePath): removed since it is a duplicate of OnlyPath.
1818
1819         * filetools.C (IsLyXFilename):
1820         * filetools.C (IsSGMLFilename): test if extension is suffix and not
1821         only contained.
1822
1823 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
1824
1825         * fmt.C:
1826         * filetools.C:
1827         * atoi.C: remove cruft
1828
1829 2001-02-06  albert chin  <china@thewrittenword.com>
1830
1831         * snprintf.h:
1832         * fmt.C: use HAVE_DECL_SNPRINTF
1833
1834 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
1835
1836         * lyxstring.C: Fix some assertions.
1837
1838 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
1839
1840         * lstrings.C (strip): Add a fix for compilers with broken
1841         string::find_last_not_of.
1842
1843         * filetools.C (AddPath): Simplify by using strip and frontStrip.
1844
1845 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
1846
1847         * lyxstring.C (rfind): Fix broken functions.
1848         (find): Few optimizations.