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