]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
zlib stuff
[lyx.git] / src / ChangeLog
index cafaf963bf8c0f6be1a8077075afb83c3e3f72bf..59bc1c6ed3991f31977e569a7e74ec7d949e4048 100644 (file)
@@ -1,11 +1,75 @@
+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
+
+       * MenuBackend.C (expandToc2): adjust for lyx::toc
+       (expandToc): ditto
+
+       * lyxfunc.C (dispatch): adjust for lyx::find
+
+       * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
+       lyx::find instead. Reorganize a bit.
+       (LyXReplace): rename to replace
+       (LyXFind): rename to find
+
+       * BufferView_pimpl.C (trackChanges): adjust for lyx::find
+       (dispatch): ditto
+
 2003-07-26  André Pönitz  <poenitz@gmx.net>
 
        * text.C (setHeightOfRow): restrict scope of temporary variable
 
+       * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
+         code (never has been used?)
+
 2003-07-27  Asger Alstrup  <alstrup@local>
 
        * text.C (fill): Optimise algorithm to exploit that we can reuse
        the LyXFont for many characters.
+       (setHeightOfRow): Same thing.
+       (rowBreakPoint): Same thing.
 
 2003-07-26  Asger Alstrup  <alstrup@local>
 
 
 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
 
-       * ispell.C: 
+       * ispell.C:
        * encoding.h: add includes
 
        * lyxrc.C: remove reading of bind files
 
        * lyx_main.C (init): setup bindings and menus only if we have a
-       gui. 
+       gui.
 
        * kbmap.C (read): new method. Do the actual reading of bind
-       files. 
+       files.
 
-       * converter.C (dvipdfm_options): 
-       * bufferparams.C: 
-       * lyxrc.C (read): 
+       * converter.C (dvipdfm_options):
+       * bufferparams.C:
+       * lyxrc.C (read):
        (output): adapt PAPER_* enums.
 
        * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
 2003-07-27  José Matos  <jamatos@fep.up.pt>
 
        * tabular.[Ch] (linuxdoc): add support for tables and figures
-       (linuxdoc). 
+       (linuxdoc).
 
 2003-07-27  José Matos  <jamatos@fep.up.pt>
 
 
 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
 
-       * buffer.C (openFileWrite): factorize some code 
+       * buffer.C (openFileWrite): factorize some code
 
 2003-07-26  Angus Leeming  <leeming@lyx.org>