]> git.lyx.org Git - lyx.git/blobdiff - src/support/ChangeLog
remove a cygwin #ifdef
[lyx.git] / src / support / ChangeLog
index e84f04f1514e90060ea66592d41abf5725a9f725..7f51bbc2002f9e61b61ae57bd9a98a46aae1bfac 100644 (file)
@@ -1,3 +1,297 @@
+2002-02-08  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * FileInfo.h: remove special cygwin code.
+
+       * filetools.C (do_popen): use os::read_mode().
+
+       * os_win32.C (read_mode): 
+       * os_os2.C (read_mode): 
+       * os_unix.C (read_mode): new method
+
+       * filetools.C (do_popen): fix for cygwin compatibility (from Claus
+       Hentschel). This code should maybe be moved to os:: class.
+
+2002-02-08  Herbert Voss  <voss@perce.de>
+
+       * filetools.C: (unzipFile) fix typo
+
+2002-02-06  Herbert Voss  <voss@perce.de>
+
+       * filetools.[Ch]: fix some bugs for detecting zipped files 
+       adding unzipFile()
+
+2002-02-04  Herbert Voss  <voss@perce.de>
+
+       * filetools.[Ch]: add ifZippedFile() for zipped
+       graphic files 
+
+2002-02-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * filetools.C (FileOpenSearch): remove duplicated line, probably
+       resulting from bad cut-and paste.
+
+2002-01-31  Herbert Voss  <voss@perce.de>
+
+       * filetools.[Ch]: add getExtFromContents(), which returns
+       the type of the (graphic) file 
+
+2002-01-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * copy.C (copy): open file in binary mode (for cygwin)
+
+2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * lyxsum.C: remove #warnings and replaced them with runtime debug
+       info. 
+
+2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * lyxalgo.h: include <algorithm>
+
+2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * lyx_algo.h: add a standard-conforming count to namespace lyx.
+
+       * lstrings.[Ch] (countChar): removed. Use lyx::count.
+
+2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
+
+       * filetools.C: fix use of FileInfo
+
+       * FileInfo.h:
+       * FileInfo.C: add Asserts and documentation
+2001-12-20  Kayvan A. Sylvan  <kayvan@sylvan.com>
+
+       * os_win32.C: compilation fixes
+
+2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * lstrings.h: do not include <cctype>
+
+2001-12-12  Ben Stanley  <bds02@uow.edu.au>
+
+       * lyxsum.C: portability fix for mmap patch
+
+2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * filetools.C:
+       * lstrings.C:
+       * lyxstring.C: change "while(" to "while ("
+
+2001-12-03  Ben Stanley <bds02@uow.edu.au>
+
+       * lyxsum.C: Added mmap version of CRC and made it selected 
+       by default where available. Used process_block for crc for speedup.
+       
+2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
+
+       * filetools.C: more robust failure for DirList()
+
+2001-11-29  André Pönitz <poenitz@gmx.net>
+       
+       * types.h: introduce types for textclass numbers and layout numbers
+
+2001-11-28  André Pönitz <poenitz@gmx.net>
+       
+       * Makefile.am: put types.h in
+
+2001-11-26  André Pönitz <poenitz@gmx.net>
+       
+       * types.h: introduce types for paragraph positions and layout numbers
+
+2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
+
+       * filetools.C: remove dead code
+       * syscall.C: show prog in fail case
+2001-10-24  Andre Poenitz  <poenitz@HTWM.De>
+
+       * filetools.C: code style cleanup
+
+2001-10-23  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * os.h: remove spurious punctuation.
+
+2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
+
+       * LAssert.h:
+       * LAssert.C: use new emergencyCleanup()
+2001-10-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * filetools.C (i18nLibFileSearch): check also LANGUAGE and LC_ALL,
+       like GNU gettext does.
+
+2001-10-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * filetools.C (AbsolutePath): Use os::is_absolute_path() (also in
+       several methods)
+       (findtexfile): oops! the change from last friday was wrong...
+
+       * os_win32.C (is_absolute_path): 
+       * os_unix.C (is_absolute_path): 
+       * os_os2.C (is_absolute_path): new method       
+
+2001-10-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * filetools.C (findtexfile): apply os::internal_path to the result.
+
+2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
+
+       * os_win32.C: 
+       * os_unix.C:
+       * os_os2.C:
+       * os.h: add internal_path method, which converts a unix-type file
+       name to the type known to the underlying file system (currently
+       only useful on cygwin) [from Ruurd A. Reitsma and Claus Hentschel]
+
+2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * smart_ptr.h: new file
+
+       * utility.h: new file
+
+2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
+
+       * filetools.h:
+       * filetools.C (IsDirWriteable): fix this
+2001-07-26  Baruch Even  <baruch@lyx.org>
+
+       * lyxlib.h (float_equal): Added function to compare floats almost equal
+       (see function comment).
+
+2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       Consistent use of Lsstream.h:
+       * filetools.C (GetFileContents): std::ostringstream -> ostringstream.
+
+2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * translator.h: (*it). -> it->
+
+2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
+
+       * filetools.C (DeleteAllFilesInDir): send debug output to
+       Debug::FILES instewad of Debug::ANY.
+
+       * DebugStream.h: remove gcc 2.8.x hack.
+
+2001-06-26  The LyX Project  <jug@sad.it>
+
+       * lstrings.h:
+       * lstrings.C (escape): move method to escape non ascii characters
+       from insets label and ref to here.
+
+2001-06-25  The LyX Project  <jug@sad.it>
+
+       * filetools.C (IsLyXFilename): 
+       (IsSGMLFilename): do case insensitive name matching
+
+2001-06-24  The LyX Project  <jug@sad.it>
+
+       * lstrings.C (compare_ascii_no_case): version of compare_no_case
+       which only considers case of ascii characters
+
+       * lyxstring.C (replace): added for compatibility with gcc 2.95.3+
+       sstream header.
+
+2001-06-23  The LyX Project  <jug@sad.it>
+
+       * textutils.h (IsPrintable): take into account unprintable spaces
+       above 127.
+       (IsDigit): new function
+       (IsLetterCharOrDigit): use IsDigit
+
+2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * filetools.C (findtexfile): strip final \r if necessary (for
+       cygwin)
+
+2001-06-19  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * FileInfo.C:
+       * StrPool.C: removed // -*- C++ -*- as first line.
+
+2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * lyxsum.C (do_crc): switch to use boost::crc for generating the
+       checksum.
+
+2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * lstrings.C: 
+       * syscall.C:
+       * syscontr.C: 
+       * LSubstring.C: bring C functions in global namespace if
+       necessary. 
+
+       * lstrings.h (compare): use the std:: version of str[n]cmp only
+       when it exists.
+
+2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * syscontr.C: add std::
+
+       * syscall.C: add std::
+
+       * lstrings.h (compare): add std::
+
+       * lstrings.C (prefixIs): add std::
+       (suffixIs): ditto
+       (subst): ditto
+
+       * LSubstring.C (LSubstring): add std::
+
+2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * lyxsum.C (sum): use istreambuf_iterator when available.
+
+2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * lyxsum.C (sum): don't use sstream anymore, use istream_iterator
+       directly instead.
+
+       * lyxstring.C (operator): make const operator[] behave as
+       non-const and at.
+
+2001-05-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * Makefile.am (EXTRA_DIST): add the os_*.C files.
+
+2001-05-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * filetools.C (MakeAbsPath): remove debugging statement
+
+2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
+
+       * FileInfo.h: X_OK workaround for cygwin
+
+       * Makefile.am:
+       * os.C:
+       * os.h:
+       * os_os2.C:
+       * os_unix.C:
+       * os_win32.C:
+       * filetools.C:
+       * filetools.h: Added os:: class.
+
+       * rename.C:
+       * syscall.C:
+       * tempname.C: OS/2 fixes
+
+2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * textutils.h: remvoe !NEW_INSETS cruft
+
+2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * fmt.C: 
+       * atoi.C: add using directives when needed for C functions
+       declared in std:: namespace.
+
 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * lstrings.C : add two helper structs, local_lowercase and