]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
zlib stuff
[lyx.git] / src / ChangeLog
index 2506b860fc098ec5941ca5f3cf52339f36da3c09..59bc1c6ed3991f31977e569a7e74ec7d949e4048 100644 (file)
@@ -1,3 +1,45 @@
+2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * lyxlex_pimpl.C (setFile): compress stuff
+
+       * buffer.C (writeFile): add some compression stuff
+       (do_writeFile): new func, dont call expliti close... will this
+       breake anything?
+
+
+       * Makefile.am (lyx_LDADD): add -lz
+
+2003-07-28  José Matos  <jamatos@fep.up.pt>
+
+       * buffer.C: increment file format.
+       * paragraph_funcs (readParagraph, readParToken):
+       * paragraph.C (readParagraph): add \end_layout.
+
+2003-07-27  Angus Leeming  <leeming@lyx.org>
+
+       * Makefile.am: remove special casing for configure-time setting of
+       LYX_DIR, TOP_SRCDIR and LOCALEDIR.
+
+       * lyx_main.C (init): remove all Jean-Marc's magic setting of
+       system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
+
+2003-07-26  André Pönitz  <poenitz@gmx.net>
+
+       * paragraph_func.[Ch]:
+       * paragraph.C (realizeFont): inline it whereever it is used
+
+       * rowpainter.C:
+       * text.C:
+       * text2.C:
+       * text3.C: remove Buffer * parameter from a bunch of get*Font functions
+
+
+2003-07-26  André Pönitz  <poenitz@gmx.net>
+
+       *       lyxtext.h:
+       * text.C:
+       * text2.C: get rid of LyXText::need_break_row
+
 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * toc.[Ch]: put namespace toc inside namespace lyx