X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FChangeLog;h=ff1b01b7b4d948878318524a646988a05d83217d;hb=eead5ba43d0ddf06544ad1b40063981d3788c635;hp=19b6b481e2b2f5c8e70b7542f4aa591ad9adc66c;hpb=29df5f4f8331995ae7107b20f6d90a8ebe9b75f6;p=lyx.git diff --git a/src/ChangeLog b/src/ChangeLog index 19b6b481e2..ff1b01b7b4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,47 @@ + +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):