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