]> git.lyx.org Git - lyx.git/blobdiff - src/support/ChangeLog
layout as string
[lyx.git] / src / support / ChangeLog
index a5b003852635ed6a7a3b50fc53763fa19b3480bc..16adb24bfb9035b634853fe8874f40d43718c2a8 100644 (file)
@@ -1,3 +1,197 @@
+2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * types.h: remove layout_type
+
+2002-03-01  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * filetools.C (getExtFromContents): cleanup.
+
+       * forkedcontr.h (d-tor): make it public for Dekel's crappy compiler.
+
+2002-02-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * Makefile.am (SIGC_INCLUDES): add a -I directive for when
+       building outside of source tree.
+
+2002-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * forkedcall.[Ch]:
+       * forkedcontr.[Ch]: new files. Asger's forked call controller is
+       re-born, with a working timer and a modified interface. The
+       startscript method is now passed a Signal rather than a pointer
+       to a callback function. This enables us to connect to the method of
+       a C++ class, if we so desire.
+
+       * Makefile.am: add forkedcall.[Ch], forkedcontr.[Ch].
+
+2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
+
+       * Makefile.am:
+       * os2_defines.h:
+       * os2_errortable.h:
+       * nt_defines.h: moved from src/
+2002-02-23  Herbert Voss  <voss@perce.de>
+
+       * filetools.C: added more graphic formats
+
+2002-02-18  Herbert Voss  <voss@perce.de>
+
+       * filetools.C: (getExtFromContents) return the fileextension
+       if no format is detected.
+       
+2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * syscall.[Ch]: renamed as systemcall.[Ch]. class Systemcalls renamed
+       as class SystemCall because one Systemcall instance represents a
+       single child process.
+
+       * filetools.C:
+       * Makefile.am: associated changes.
+
+2002-02-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * syscall.C (Systemcalls): include <cstdlib>
+
+2002-02-08  Herbert Voss  <voss@perce.de>
+
+       * filetools.C: (getExtFromContents) adding Grace-format
+       for filetypes
+
+2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * syscontr.[Ch]:
+       * syssingleton.C: files removed.
+
+       * syscall.[Ch]: remove the forked calls interface, as nothing, nowhere
+       uses it. Strip down the Systemcalls interface to make it brutally
+       obvious how unsophisticated it is.
+
+2002-02-08  Herbert Voss  <voss@perce.de>
+
+       * filetools.C: (getExtFromContents) adding TGIF-format
+       and return type "user" when no type is detected
+
+2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * textutils.h: remove IsLineSeparatorChar(char, Inset *)
+
+2002-02-10 Kayvan Sylvan <kayvan@sylvan.com>
+
+       * os_win32.C: Add "using std::endl" to fix compilation for GCC 3.X.
+
+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.