]> git.lyx.org Git - lyx.git/blobdiff - src/support/ChangeLog
split LyXText::rowlist_ into individual Paragraph::rows_ chunks
[lyx.git] / src / support / ChangeLog
index 3fa01a88dba58fb7696df0b550f97435d0a36705..19682fd6c49517085472e4901019674d0099ac7d 100644 (file)
@@ -1,3 +1,163 @@
+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>
 
 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