]> git.lyx.org Git - lyx.git/blobdiff - src/support/ChangeLog
Use lyxconvert script for reading old files
[lyx.git] / src / support / ChangeLog
index 573742700c9889005d72800b555747624ed860fc..7785c10a8decda328ef520a01dd51ad5d15fe457 100644 (file)
@@ -1,6 +1,190 @@
+2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * filetools.C (RunCommand): Made public
+
+2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
+
+       * limited_stack.h: fix comment, remove un-needed header
+2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * lstrings.h: correct comments for token and tokenPos
+
+2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * lyxstring.C (operator>>): replace code which works only with
+       _some_ versions of GNU STL with generic one
+
+2002-07-18  Angus Leeming  <leeming@lyx.org>
+
+       * FileMonitor.[Ch]: new files. Monitor a file for any change and emit a
+       signal should it do so.
+
+       * Makefile.am: add FileMonitor.[Ch].
+
+2002-07-18  André Pönitz <poenitz@gmx.net>
+
+       * filetools.C (LibScriptSearch): bug fix
+
+2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * filetools.C (LyXReadLink): add bool 'resolve' to return link
+       contents as an absolute path
+
+2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * filetools.C (IsLyXFilename):
+       (IsSGMLFilename): use ascii_lowercase instead of lowercase
+
+       * lstrings.[Ch] (ascii_lowercase): new function
+       
+2002-07-16  André Pönitz <poenitz@gmx.net>
+
+       * FileInfo.Ch: remove unneeded code
+
+2002-06-20  Herbert Voss  <voss@perce.de>
+
+       * filetools.[C] (readExtFromContents): add support for
+       (x)fig format images
+               
+2002-06-26  André Pönitz <poenitz@gmx.net>
+
+       * filetools.[Ch]: small whitespace, more compact 'return' statement
+
+2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
+
+       * lyxalgo.h: add eliminate_duplicates
+
+2002-06-17  Herbert Voss  <voss@perce.de>
+
+       * filetools.[C]: (readBB_from_PSFile) add a helperfunc
+       (readBB_lyxerrMessage) to get better lyxerr messages
+       (getExtFromContents) test epsi files in the right way
+               
+       * DestroxLyXTmpDir.C: changed to true, to delete the
+       temporary unzipped files, too.
+
+2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * putenv.C (putenv): putenv should never be found in std::
+
+       * kill.C (kill): kill should never be found in std::
+
+       * filetools.C: pclose and popen should never be found in std::
+
+2002-06-07  Angus Leeming  <leeming@lyx.org>
+
+       Fixes needed to compile with Compaq cxx 6.5.
+       * lyxfunctional.h: rename lyx::class_fun(C & c, void(C::*f)(A)) as
+       lyx::void_class_fun to avoid compiler problems with Compaq cxx 6.5:
+       more than one instance of overloaded function "lyx::class_fun" matches
+       the argument list.
+
+       * filetools.C:
+       * kill.C:
+       * lstrings.C:
+       * putenv.C:
+       * snprintf.h:
+       * systemcall.C:
+       * utility.h:
+       all c-library variables have been moved into namespace std.
+       Wrap using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
+
+       * kill.C: rename signal.h as csignal.
+
+       * putenv.C: rename stdlib.h as cstdlib
+
+2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * lxtl.h: remove unused file
+
+2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
+
+       * Makefile.am:
+       * date.C:
+       * getUserName.C:
+       * fileblocks.c:
+       * StrPool.h:
+       * StrPool.C: remove unused files
+
+       * lyxalgo.h:
+       * lyxlib.h:
+       * mkdir.C:
+       * path.h:
+       * path.C:
+       * systemcall.C:
+       * textutils.h:
+       * translator.h:
+       * types.h: document and small cleanups
+
+2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * switch from SigC signals to boost::signals.
+
+2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
+
+       * Makefile.am:
+       * limited_stack.h: new template for limited-size
+         stacks
+
+2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * filetools.C: do not include LSubstring.h
+
+       * lstrings.C: change include order
+       (regexMatch): use boost regex get rid of LRegex and LSubstring
+
+       * Makefile.am (libsupport_la_SOURCES): delete regex and substring
+       stuff.
+
+       * LSubstring.h: remove file
+       * regex.c: ditto
+       * lyxregex.h: ditto
+       * LRegex.C: ditto
+       * LRegex.h: ditto
+       * LSubstring.C: ditto
+
+2002-05-24  Juergen Vigna  <jug@sad.it>
+
+       * lyxsum.C: include local includes first (self containment)
+
+2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * forkedcall.h: use more specific smart_ptr header.
+
+       * lyxsum.C: move some using declarations around.
+
+2002-05-03  Herbert Voss  <voss@perce.de>
+
+       * filetools.C (getExtFromContents): only print the first 60 chars of
+       the scanned-string when debugging.
+
+2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * lyxstring.C: close to typo fix.
+
+2002-05-02  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * filetools.C: add a using std::getline directive.
+
+2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * lyxstring.C (operator>>): try a new version of the operator>>
+
+2002-04-14  Herbert Voss  <voss@perce.de>
+
+       * lstrings.[Ch]: move the getVectorFromString and the vice versa
+       from frontends/controllers/helper_funcs for better use in other
+       programs
+
+2002-04-15  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * tempname.C (make_tempfile): simplify the #ifdef block by using
+       #if defined and re-write the #warning as a #error because it's terminal.
+
 2002-04-08  Herbert Voss  <voss@perce.de>
 
-       * filetools.C (getExtFromContents): get tgif run 
+       * filetools.C (getExtFromContents): get tgif run
 
 2002-04-08  Angus Leeming  <a.leeming@ic.ac.uk>