X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FChangeLog;h=ff1b01b7b4d948878318524a646988a05d83217d;hb=eead5ba43d0ddf06544ad1b40063981d3788c635;hp=d03913f0fbafc72f5343434cafc3e41e247673ec;hpb=9ea1c79aa013385f921445395f57fbd45b0ea014;p=lyx.git diff --git a/src/ChangeLog b/src/ChangeLog index d03913f0fb..ff1b01b7b4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,7 +1,175 @@ + +2003-07-30 André Pönitz + + * tabular.C: don't use Assert too heavily. This crashes where it + shouldn't + +2003-07-30 Alfredo Braunstein + + * lyxfunc.C (dispatch): do not mark the buffer dirty if the action + is disabled (bug 1232) + +2003-07-30 Martin Vermeer + + * factory.C: limited 'arg' scope + +2003-07-30 Martin Vermeer + + * factory.C: fixed Note submenu issues + +2003-07-30 Martin Vermeer + + * factory.C: submenu for Note/Comment/Greyedout + +2003-07-29 Alfredo Braunstein + + * lyx_main.C (LyX): + * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws + +2003-07-29 Martin Vermeer + + * LaTeXFeatures.C: + * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for + greyedout. Patch provided by Jürgen Spitzmüller. + +2003-07-29 Jean-Marc Lasgouttes + + * kbmap.C (read): fix error message when reading bind files + +2003-07-29 Angus Leeming + + * BufferView.[Ch] (ChangeCitationsIfUnique): This function most + certainly does not do what it purports to do. I am doing it, and + us, a favour by killing it. + +2003-07-28 José Matos + + * buffer.C (readBody, do_writeFile): + * paragraph.C(readParagraph): \end_document replaces \the_end. + +2003-07-29 André Pönitz + + * BufferView.[Ch]: + * BufferView_pimpl.[Ch]: + * lyxfunc.C: + * text2.C: + * text3.C: + * textcursor.[Ch]: remove toggleToggle & Co + +2003-07-28 José Matos + + * buffer.C (readParagraph): + * params_func (readParToken, readParagraph): + * paragraph.C (write): \layout -> \begin_layout. + +2003-07-28 Lars Gullik Bjønnes + + * lyxlex_pimpl.C (setFile): clean up slightly. + + * bufferparams.h: add compressed var + + * buffer_funcs.C (readFile): adjust for LyXLex change + (newFile): ditto + simplify + + * buffer.C (writeFile): handle writing of compressed files + + * buffer.[Ch] (readFile): begin LyXLex here, remove one argument. + Check if the file is compressed and set a bufferparm if so. + + * Makefile.am (lyx_LDADD): remove explicit -lz + +2003-07-28 Jean-Marc Lasgouttes + + * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile, + makeDocBookFile): put the real LyX version in the first line of + the file + + * version.h: + * version.C.in: remove lyx_docversion + + * tabular.C (write_attribute): add a template-based version to + write enums properly + +2003-07-28 André Pönitz + + * lyxtext.h: + * text.C: + * text2.C: + * text3.C: use doubles again for x-coordinates. They are needed. + +2003-07-28 Lars Gullik Bjønnes + + * messages.C (getLocaleDir): use lyx_localedir() + + * 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 + + * buffer.C: increment file format. + * paragraph_funcs (readParagraph, readParToken): + * paragraph.C (readParagraph): add \end_layout. + +2003-07-27 Angus Leeming + + * 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 + + * 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 + + * lyxtext.h: + * text.C: + * text2.C: get rid of LyXText::need_break_row + +2003-07-27 Lars Gullik Bjønnes + + * 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 + + * 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 * 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 @@ -14,20 +182,20 @@ 2003-07-27 Jean-Marc Lasgouttes - * 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) @@ -43,7 +211,7 @@ 2003-07-27 José Matos * tabular.[Ch] (linuxdoc): add support for tables and figures - (linuxdoc). + (linuxdoc). 2003-07-27 José Matos @@ -59,7 +227,7 @@ 2003-07.26 Alfredo Braunstein - * buffer.C (openFileWrite): factorize some code + * buffer.C (openFileWrite): factorize some code 2003-07-26 Angus Leeming