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