]> git.lyx.org Git - lyx.git/blobdiff - src/support/ChangeLog
split LyXText::rowlist_ into individual Paragraph::rows_ chunks
[lyx.git] / src / support / ChangeLog
index d84882659c1a8a3db364ccf108c3ddb56ba0370e..19682fd6c49517085472e4901019674d0099ac7d 100644 (file)
@@ -1,3 +1,313 @@
+2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * Makefile.am: do not install path_defines.C in includes
+       (COMPRESSION): mention gzstream.h here
+
+2003-08-01  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * path_defines.C.in (setLyxPaths): re-introduce the code to check
+       whether lyx is run in place
+       (build_dir): renamed from build_lyxdir
+       (build_lyxdir): give this better semantics compatible with what
+       LibFileSearch expects.
+
+2003-07-29  Angus Leeming  <leeming@lyx.org>
+
+       * filename.[Ch] (relFilename, outputFilename): the 'path' arg
+       defaults to string() because MakeRelPath can accept that.
+
+2003-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * Makefile.am: contidionalize USE_COMPRESSION
+
+2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * filetools.C (getExtFromContents): correct magic for gzip and
+       compress.
+
+       * path_defines.[Ch]: move lyx_localedir out of anon namespace
+
+       * gzstream.h: new fileq
+
+       * gzstream.C: new file
+
+2003-07-27  Angus Leeming  <leeming@lyx.org>
+
+       * path_defines.{h,C.in} (build_lyxdir, system_lyxdir,
+       user_lyxdir): are now functions, not global vars.
+
+       * Makefile.am: set build_lyxdir at make time.
+
+2003-07-27  Angus Leeming  <leeming@lyx.org>
+
+       * path_defines.{h,C.in}: new files. Store/set the various lyx
+       paths, lyx_dir, top_srcdir, localedir, system_lyxdir, build_lyxdir
+       user_lyxdir.
+
+       * Makefile.am: add some magic to enable the user to set the path to
+       the system-level lyx support files, the top of the lyx build tree
+       and the system-level lyx locale directory at _make_ time rather
+       than configure time.
+
+       * .cvsignore: add path_defines.C.
+
+2003-07-26  Angus Leeming  <leeming@lyx.org>
+
+       * os.h: remove irrelevant discussion of system_tempdir.
+
+2003-07-21  Angus Leeming  <leeming@lyx.org>
+
+       * filename.[Ch]: new files implementing class FileName.
+       * Makefile.am: add filename.[Ch].
+
+2003-07-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * BoostFormat.h (boost): remove one extern template. Gcc 3.4. does
+       not allow it (at least not in this form.)
+
+2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * os_win32.C: put namespace os in lyx::support.
+
+       * lstrings.C (bformat): call Assert from correct namespace.
+
+       * introduce namespace lyx::support
+
+2003-06-30  André Pönitz  <poenitz@gmx.net>
+
+       * filetools.C:
+       * lstrings.C: re-enable --with-included-string
+
+2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * filetools.h: fix some \param issue
+
+       * boost-inst.C: fix \file
+
+       * LAssert.h: fix \file
+
+2003-06-20  Angus Leeming  <leeming@lyx.org>
+
+       * filetools.[Ch] (NormalizePath): also change /foo//bar ==> /foo/bar.
+
+2003-06-18  Angus Leeming  <leeming@lyx.org>
+
+       * many files: add the standard blurb, "This file is part of LyX" etc
+
+2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * limited_stack.h: make it have a const_iterator, add begin, and
+       end as interface.
+
+2003-06-10  Angus Leeming  <leeming@lyx.org>
+
+       * filetools.C (copyFileToDir): ensure that temp files have unique names.
+
+2003-06-04  André Pönitz  <poenitz@gmx.net>
+
+       * limited_stack.h (top): return reference instead of value
+
+2003-06-02  Angus Leeming  <leeming@lyx.org>
+
+       * filetools.[Ch] (copyFileToDir): new helper function.
+
+       * os.h: remove trailing semi-colon from end of namespace os block.
+
+2003-06-01  Angus Leeming  <leeming@lyx.org>
+
+       * filetools.h (LibScriptSearch): give the function a meaningful
+       description of what it now does.
+
+2003-05-30  Angus Leeming  <leeming@lyx.org>
+
+       * filetools.C (LibScriptSearch): make it search for "$$s/" and replace
+       this with the path to the script. If the script is not found, the "$$s/"
+       string is removed.
+
+2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * lstrings.[Ch] (prefixIs,suffixIs,subst): remove variants taking
+       char const *.
+
+2003-05-19  André Pönitz  <poenitz@gmx.net>
+
+       * lstrings.C: add missing implementation of three-arg bformat
+
+       * lstrings.C: change rest of char * fmt -> string const & fmt
+
+
+2003-05-15  André Pönitz  <poenitz@gmx.net>
+
+       * lstrings.[Ch]: use string const & instead of char const * for format
+
+2003-05-12  André Pönitz  <poenitz@gmx.net>
+
+       * tostr.[Ch]: add long int overload
+
+2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
+
+       * lstrings.[Ch]: compile fix
+
+2003-05-12  André Pönitz  <poenitz@gmx.net>
+
+       * lstrings.[Ch]: bformat() as wrapper around boost::format
+
+       * lyxstring.h: enable templatized constructor
+
+2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * limited_stack.h: Change some comments, simplify a couple of
+       class functions.
+
+2003-02-21  André Pönitz <poenitz@gmx.net>
+
+       * limited_stack.h: change underlying container to deque to
+         make this re-usable in mathed
+
+2003-04-08  John Levon  <levon@movementarian.org>
+
+       * filetools.C: fix MakeDisplayPath() to not
+       lie (bug 993)
+
+2003-03-30  John Levon  <levon@movementarian.org>
+
+       * Makefile.am:
+       * BoostFormat.h:
+       * boost-inst.C: moved from src/
+
+2003-03-29  John Levon  <levon@movementarian.org>
+
+       * filetools.h:
+       * filetools.C: never call Alert directly from here
+
+2003-03-12  John Levon  <levon@movementarian.org>
+
+       * textutils.h: remove META_NEWLINE
+
+2003-02-27  Ling Li  <ling@caltech.edu>
+
+       * lyxalgo.h (eliminate_duplicates): re-written to avoid the initial
+       sort.
+
+2003-02-25  Alfredo Braunstein <abraunst@libero.it>
+
+       * forkedcontr.C (timer): remove bogus continue
+
+2003-02-25  Alfredo Braunstein <abraunst@libero.it>
+
+       * forkedcallqueue.[Ch]: added
+
+2003-02-25  Alfredo Braunstein <abraunst@libero.it>
+
+       * forkedcontr.C (timer): Start the loop afresh if an item is deleted.
+       Emiting the signal can result in an arbitrary change to the list.
+
+2003-02-25  Angus Leeming  <leeming@lyx.org>
+
+       * forkedcontr.C (timer): Use a while loop rather than for; makes it
+       easier to erase an element.
+
+2003-02-25  Alfredo Braunstein <abraunst@libero.it>
+
+       * forkedcontr.C (timer): don't start a running timer.
+
+2003-02-21  André Pönitz <poenitz@gmx.net>
+
+       * filetools.C (PutEnv): removed (unused)
+
+2003-02-17  John Levon  <levon@movementarian.org>
+
+       * forkedcall.h:
+       * forkedcall.C: add running()
+
+2003-02-08  John Levon  <levon@movementarian.org>
+
+       * Makefile.am:
+       * lyxtime.h:
+       * lyxtime.C: add typedef for time_t, add current_time
+
+       * Makefile.am:
+       * userinfo.h:
+       * userinfo.C: add
+
+2002-12-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * filetools.C (getExtFromContents): remove detection of epsi
+
+2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * several files: ws changes
+
+2002-11-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * filetools.C (DirList): remove all ugly hacks and do it nice
+
+2002-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * lyxsum.C: an ugly hack to compile with non-gnu linkers
+
+2002-11-12  Angus Leeming  <aleem@pneumon.bg.ic.ac.uk>
+
+       * lstrings.C (getVectorFromString): #if 0 -> #if 1 until Lars devises
+       a solution that he likes and which actually works.
+
+2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * lstrings.h (tostr): STRCONV
+
+       * lstrings.C (regexMatch): STRCONV
+       (getVectorFromString): STRCONV, manual copy into vector
+
+       * filetools.C (GetFileContents): STRCONV
+
+       * os.C: include config.h
+
+       * lstrings.C (getVectorFromString): rewrite to use
+       boost::tokenizer
+
+2002-10-31  Angus Leeming  <leeming@lyx.org>
+
+       * forkedcall.C (generateChild): clean it up further.
+
+2002-10-25  Angus Leeming  <leeming@lyx.org>
+
+       * forkedcall.[Ch]: split ForkedCall up into a base class ForkedProcess
+       and a minimal ForkedCall daughter class.
+
+       * forkedcontr.[Ch]: minimal changes reflecting the use of a
+       ForkedProcess base class responsible for launching all child proceses.
+
+2002-09-25  Angus Leeming  <leeming@lyx.org>
+
+       * LIstream.h:
+       * LOstream.h: doxygen fixes.
+
+2002-09-24  Angus Leeming  <leeming@lyx.org>
+
+       * most files: clean-up the license info.
+
+2002-09-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * Makefile.am (INCLUDES): loose SIGC_INCLUDES
+
+2002-09-16  Kayvan A. Sylvan  <kayvan@sylvan.com>
+
+       * os.h, os_os2.C, os_win32.C, os_unix.C: Added popen_read_mode(),
+       since at least for Cygwin, the "rb" read_mode acceptable for
+       fopen() is illegal for popen(), whose mode argument *must* be "r"
+       or "w".
+
+       * filetools.C (RunCommand): Uses os::popen_read_mode() instead
+       of os::read_mode()
+
+2002-08-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * Makefile.am (libsupport_la_SOURCES): delete smart_ptr.h and
+       utility.h
+
+       * smart_ptr.h: remove file
+       * utility.h: ditto
+
 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * lyxfunctional.h: remove class_fun_t, void_class_fun_t,